diff --git a/.gitignore b/.gitignore index 44aa523..31d8e72 100755 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ .DS_Store .ruby-version npm-debug.log +test.css +test.css.map test.html test.sass diff --git a/LICENSE b/LICENSE index e3cb0a9..2c51c72 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 Jeremy Thomas +Copyright (c) 2020 Jeremy Thomas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bower.json b/bower.json index 739c84d..c3dbdc2 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bulma-stylus", - "version": "0.8.1-rc.2", + "version": "0.9.1", "homepage": "http://github.com/groenroos/bulma-stylus", "authors": [ "jgthms ", diff --git a/bulma-rtl.styl b/bulma-rtl.styl new file mode 100644 index 0000000..28888a3 --- /dev/null +++ b/bulma-rtl.styl @@ -0,0 +1,3 @@ + +$rtl = true +@import "bulma" \ No newline at end of file diff --git a/bulma.styl b/bulma.styl index de7bd3e..ca791e4 100755 --- a/bulma.styl +++ b/bulma.styl @@ -1,9 +1,10 @@ -@charset "utf-8" -/*! bulma.io Stylus v0.8.0 | MIT License | github.com/groenroos/bulma-stylus */ + +/*! bulma.io Stylus v0.9.1 | MIT License | github.com/groenroos/bulma-stylus */ @import "stylus/utilities/_all" @import "stylus/base/_all" @import "stylus/elements/_all" @import "stylus/form/_all" @import "stylus/components/_all" @import "stylus/grid/_all" +@import "stylus/helpers/_all" @import "stylus/layout/_all" diff --git a/css/bulma-rtl.css b/css/bulma-rtl.css new file mode 100644 index 0000000..43d359b --- /dev/null +++ b/css/bulma-rtl.css @@ -0,0 +1,11473 @@ +/* bulma.io Stylus v0.9.1 | MIT License | github.com/groenroos/bulma-stylus */ +/* Bulma Utilities */ + +@-webkit-keyframes spinAround { + from { + transform: rotate(0deg); + } + + to { + transform: rotate(359deg); + } +} + +@keyframes spinAround { + from { + transform: rotate(0deg); + } + + to { + transform: rotate(359deg); + } +} + +.button, .delete, .file, .breadcrumb, .modal-close, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis, .tabs, .is-unselectable { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after { + border: 3px solid transparent; + border-radius: 2px; + border-right: 0; + border-top: 0; + content: " "; + display: block; + height: 0.625em; + margin-top: -0.4375em; + pointer-events: none; + position: absolute; + top: 50%; + transform: rotate(-45deg); + transform-origin: center; + width: 0.625em; +} + +.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 1.5rem; +} + +.delete, .modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(10, 10, 10, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + pointer-events: auto; + display: inline-block; + flex-grow: 0; + flex-shrink: 0; + font-size: 0; + height: 20px; + max-height: 20px; + max-width: 20px; + min-height: 20px; + min-width: 20px; + outline: none; + position: relative; + vertical-align: top; + width: 20px; +} + +.delete::before, .modal-close::before, .delete::after, .modal-close::after { + background-color: #fff; + content: ""; + display: block; + left: 50%; + position: absolute; + top: 50%; + transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform-origin: center center; +} + +.delete::before, .modal-close::before { + height: 2px; + width: 50%; +} + +.delete::after, .modal-close::after { + height: 50%; + width: 2px; +} + +.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus { + background-color: rgba(10, 10, 10, 0.3); +} + +.delete:active, .modal-close:active { + background-color: rgba(10, 10, 10, 0.4); +} + +.is-small.delete, .is-small.modal-close { + height: 16px; + max-height: 16px; + max-width: 16px; + min-height: 16px; + min-width: 16px; + width: 16px; +} + +.is-medium.delete, .is-medium.modal-close { + height: 24px; + max-height: 24px; + max-width: 24px; + min-height: 24px; + min-width: 24px; + width: 24px; +} + +.is-large.delete, .is-large.modal-close { + height: 32px; + max-height: 32px; + max-width: 32px; + min-height: 32px; + min-width: 32px; + width: 32px; +} + +.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after { + -webkit-animation: spinAround 500ms infinite linear; + animation: spinAround 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 1em; + position: relative; + width: 1em; +} + +.image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img, .image.is-square .has-ratio, .image.is-1by1 .has-ratio, .image.is-5by4 .has-ratio, .image.is-4by3 .has-ratio, .image.is-3by2 .has-ratio, .image.is-5by3 .has-ratio, .image.is-16by9 .has-ratio, .image.is-2by1 .has-ratio, .image.is-3by1 .has-ratio, .image.is-4by5 .has-ratio, .image.is-3by4 .has-ratio, .image.is-2by3 .has-ratio, .image.is-3by5 .has-ratio, .image.is-9by16 .has-ratio, .image.is-1by2 .has-ratio, .image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; +} + +.button, .input, .textarea, .select select, .file-cta, .file-name, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis { + -moz-appearance: none; + -webkit-appearance: none; + align-items: center; + border: 1px solid transparent; + border-radius: 4px; + box-shadow: none; + display: inline-flex; + font-size: 1rem; + height: 2.5em; + justify-content: flex-start; + line-height: 1.5; + padding-bottom: calc(0.5em - 1px); + padding-left: calc(0.75em - 1px); + padding-right: calc(0.75em - 1px); + padding-top: calc(0.5em - 1px); + position: relative; + vertical-align: top; +} + +.button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus, .file-name:focus, .pagination-previous:focus, .pagination-next:focus, .pagination-link:focus, .pagination-ellipsis:focus, .button.is-focused, .input.is-focused, .textarea.is-focused, .select select.is-focused, .file-cta.is-focused, .file-name.is-focused, .pagination-previous.is-focused, .pagination-next.is-focused, .pagination-link.is-focused, .pagination-ellipsis.is-focused, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active, .file-name:active, .pagination-previous:active, .pagination-next:active, .pagination-link:active, .pagination-ellipsis:active, .button.is-active, .input.is-active, .textarea.is-active, .select select.is-active, .file-cta.is-active, .file-name.is-active, .pagination-previous.is-active, .pagination-next.is-active, .pagination-link.is-active, .pagination-ellipsis.is-active { + outline: none; +} + +.button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled], .file-name[disabled], .pagination-previous[disabled], .pagination-next[disabled], .pagination-link[disabled], .pagination-ellipsis[disabled], fieldset[disabled] .button, fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, fieldset[disabled] .file-cta, fieldset[disabled] .file-name, fieldset[disabled] .pagination-previous, fieldset[disabled] .pagination-next, fieldset[disabled] .pagination-link, fieldset[disabled] .pagination-ellipsis { + cursor: not-allowed; +} + +/* Bulma Base */ +/* minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */ +html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 { + margin: 0; + padding: 0; +} + +h1, h2, h3, h4, h5, h6 { + font-size: 100%; + font-weight: normal; +} + +ul { + list-style: none; +} + +button, input, select, textarea { + margin: 0; +} + +html { + box-sizing: border-box; +} + +*, *::before, *::after { + box-sizing: inherit; +} + +img, video { + height: auto; + max-width: 100%; +} + +iframe { + border: 0; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, th { + padding: 0; +} + +td:not([align]), th:not([align]) { + text-align: inherit; +} + +html { + background-color: #fff; + font-size: 16px; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + min-width: 300px; + overflow-x: hidden; + overflow-y: scroll; + text-rendering: optimizeLegibility; + -webkit-text-size-adjust: 100%; + -moz-text-size-adjust: 100%; + text-size-adjust: 100%; +} + +article, aside, figure, footer, header, hgroup, section { + display: block; +} + +body, button, input, optgroup, select, textarea { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; +} + +code, pre { + -moz-osx-font-smoothing: auto; + -webkit-font-smoothing: auto; + font-family: monospace; +} + +body { + color: #4a4a4a; + font-size: 1em; + font-weight: 400; + line-height: 1.5; +} + +a { + color: #3273dc; + cursor: pointer; + text-decoration: none; +} + +a strong { + color: currentColor; +} + +a:hover { + color: #363636; +} + +code { + background-color: #f5f5f5; + color: #da1039; + font-size: 0.875em; + font-weight: normal; + padding: 0.25em 0.5em 0.25em; +} + +hr { + background-color: #f5f5f5; + border: none; + display: block; + height: 2px; + margin: 1.5rem 0; +} + +img { + height: auto; + max-width: 100%; +} + +input[type="checkbox"], input[type="radio"] { + vertical-align: baseline; +} + +small { + font-size: 0.875em; +} + +span { + font-style: inherit; + font-weight: inherit; +} + +strong { + color: #363636; + font-weight: 700; +} + +fieldset { + border: none; +} + +pre { + -webkit-overflow-scrolling: touch; + background-color: #f5f5f5; + color: #4a4a4a; + font-size: 0.875em; + overflow-x: auto; + padding: 1.25rem 1.5rem; + white-space: pre; + word-wrap: normal; +} + +pre code { + background-color: transparent; + color: currentColor; + font-size: 1em; + padding: 0; +} + +table td, table th { + vertical-align: top; +} + +table td:not([align]), table th:not([align]) { + text-align: inherit; +} + +table th { + color: #363636; +} + +/* Bulma Elements */ +.box { + background-color: #fff; + border-radius: 6px; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + color: #4a4a4a; + display: block; + padding: 1.25rem; +} + +a.box:hover, a.box:focus { + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; +} + +a.box:active { + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; +} + +.button { + background-color: #fff; + border-color: #dbdbdb; + border-width: 1px; + color: #363636; + cursor: pointer; + justify-content: center; + padding-bottom: calc(0.5em - 1px); + padding-left: 1em; + padding-right: 1em; + padding-top: calc(0.5em - 1px); + text-align: center; + white-space: nowrap; +} + +.button strong { + color: inherit; +} + +.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large { + height: 1.5em; + width: 1.5em; +} + +.button .icon:first-child:not(:last-child) { + margin-right: calc(-0.5em - 1px); + margin-left: 0.25em; +} + +.button .icon:last-child:not(:first-child) { + margin-right: 0.25em; + margin-left: calc(-0.5em - 1px); +} + +.button .icon:first-child:last-child { + margin-left: calc(-0.5em - 1px); + margin-right: calc(-0.5em - 1px); +} + +.button:hover, .button.is-hovered { + border-color: #b5b5b5; + color: #363636; +} + +.button:focus, .button.is-focused { + border-color: #3273dc; + color: #363636; +} + +.button:focus:not(:active), .button.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +} + +.button:active, .button.is-active { + border-color: #4a4a4a; + color: #363636; +} + +.button.is-text { + background-color: transparent; + border-color: transparent; + color: #4a4a4a; + text-decoration: underline; +} + +.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused { + background-color: #f5f5f5; + color: #363636; +} + +.button.is-text:active, .button.is-text.is-active { + background-color: #e8e8e8; + color: #363636; +} + +.button.is-text[disabled], fieldset[disabled] .button.is-text { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} + +.button.is-white { + background-color: #fff; + border-color: transparent; + color: #0a0a0a; +} + +.button.is-white:hover, .button.is-white.is-hovered { + background-color: #f9f9f9; + border-color: transparent; + color: #0a0a0a; +} + +.button.is-white:focus, .button.is-white.is-focused { + border-color: transparent; + color: #0a0a0a; +} + +.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); +} + +.button.is-white:active, .button.is-white.is-active { + background-color: #f2f2f2; + border-color: transparent; + color: #0a0a0a; +} + +.button.is-white[disabled], fieldset[disabled] .button.is-white { + background-color: #fff; + border-color: transparent; + box-shadow: none; +} + +.button.is-white.is-inverted { + background-color: #0a0a0a; + color: #fff; +} + +.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered { + background-color: #000; +} + +.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted { + background-color: #0a0a0a; + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.button.is-white.is-loading::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; +} + +.button.is-white.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused { + background-color: #fff; + border-color: #fff; + color: #0a0a0a; +} + +.button.is-white.is-outlined.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; +} + +.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button.is-white.is-inverted.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + color: #0a0a0a; +} + +.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused { + background-color: #0a0a0a; + color: #fff; +} + +.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + box-shadow: none; + color: #0a0a0a; +} + +.button.is-black { + background-color: #0a0a0a; + border-color: transparent; + color: #fff; +} + +.button.is-black:hover, .button.is-black.is-hovered { + background-color: #040404; + border-color: transparent; + color: #fff; +} + +.button.is-black:focus, .button.is-black.is-focused { + border-color: transparent; + color: #fff; +} + +.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); +} + +.button.is-black:active, .button.is-black.is-active { + background-color: #000; + border-color: transparent; + color: #fff; +} + +.button.is-black[disabled], fieldset[disabled] .button.is-black { + background-color: #0a0a0a; + border-color: transparent; + box-shadow: none; +} + +.button.is-black.is-inverted { + background-color: #fff; + color: #0a0a0a; +} + +.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered { + background-color: #f2f2f2; +} + +.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #0a0a0a; +} + +.button.is-black.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-black.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + color: #0a0a0a; +} + +.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused { + background-color: #0a0a0a; + border-color: #0a0a0a; + color: #fff; +} + +.button.is-black.is-outlined.is-loading::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; +} + +.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + box-shadow: none; + color: #0a0a0a; +} + +.button.is-black.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #0a0a0a; +} + +.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; +} + +.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button.is-light { + background-color: #f5f5f5; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.button.is-light:hover, .button.is-light.is-hovered { + background-color: #eee; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.button.is-light:focus, .button.is-light.is-focused { + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); +} + +.button.is-light:active, .button.is-light.is-active { + background-color: #e8e8e8; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.button.is-light[disabled], fieldset[disabled] .button.is-light { + background-color: #f5f5f5; + border-color: transparent; + box-shadow: none; +} + +.button.is-light.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + color: #f5f5f5; +} + +.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered { + background-color: rgba(0, 0, 0, 0.7); +} + +.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + border-color: transparent; + box-shadow: none; + color: #f5f5f5; +} + +.button.is-light.is-loading::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; +} + +.button.is-light.is-outlined { + background-color: transparent; + border-color: #f5f5f5; + color: #f5f5f5; +} + +.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused { + background-color: #f5f5f5; + border-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); +} + +.button.is-light.is-outlined.is-loading::after { + border-color: transparent transparent #f5f5f5 #f5f5f5 !important; +} + +.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; +} + +.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined { + background-color: transparent; + border-color: #f5f5f5; + box-shadow: none; + color: #f5f5f5; +} + +.button.is-light.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + color: rgba(0, 0, 0, 0.7); +} + +.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused { + background-color: rgba(0, 0, 0, 0.7); + color: #f5f5f5; +} + +.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #f5f5f5 #f5f5f5 !important; +} + +.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + box-shadow: none; + color: rgba(0, 0, 0, 0.7); +} + +.button.is-dark { + background-color: #363636; + border-color: transparent; + color: #fff; +} + +.button.is-dark:hover, .button.is-dark.is-hovered { + background-color: #2f2f2f; + border-color: transparent; + color: #fff; +} + +.button.is-dark:focus, .button.is-dark.is-focused { + border-color: transparent; + color: #fff; +} + +.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); +} + +.button.is-dark:active, .button.is-dark.is-active { + background-color: #292929; + border-color: transparent; + color: #fff; +} + +.button.is-dark[disabled], fieldset[disabled] .button.is-dark { + background-color: #363636; + border-color: transparent; + box-shadow: none; +} + +.button.is-dark.is-inverted { + background-color: #fff; + color: #363636; +} + +.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 { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #363636; +} + +.button.is-dark.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-dark.is-outlined { + background-color: transparent; + border-color: #363636; + color: #363636; +} + +.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 { + background-color: #363636; + border-color: #363636; + color: #fff; +} + +.button.is-dark.is-outlined.is-loading::after { + border-color: transparent transparent #363636 #363636 !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: transparent transparent #fff #fff !important; +} + +.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined { + background-color: transparent; + border-color: #363636; + box-shadow: none; + color: #363636; +} + +.button.is-dark.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + 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 { + background-color: #fff; + color: #363636; +} + +.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: transparent transparent #363636 #363636 !important; +} + +.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button.is-primary { + background-color: #00d1b2; + border-color: transparent; + color: #fff; +} + +.button.is-primary:hover, .button.is-primary.is-hovered { + background-color: #00c4a7; + border-color: transparent; + color: #fff; +} + +.button.is-primary:focus, .button.is-primary.is-focused { + border-color: transparent; + color: #fff; +} + +.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); +} + +.button.is-primary:active, .button.is-primary.is-active { + background-color: #00b89c; + border-color: transparent; + color: #fff; +} + +.button.is-primary[disabled], fieldset[disabled] .button.is-primary { + background-color: #00d1b2; + border-color: transparent; + box-shadow: none; +} + +.button.is-primary.is-inverted { + background-color: #fff; + color: #00d1b2; +} + +.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 { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #00d1b2; +} + +.button.is-primary.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-primary.is-outlined { + background-color: transparent; + border-color: #00d1b2; + color: #00d1b2; +} + +.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 { + background-color: #00d1b2; + border-color: #00d1b2; + color: #fff; +} + +.button.is-primary.is-outlined.is-loading::after { + border-color: transparent transparent #00d1b2 #00d1b2 !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: transparent transparent #fff #fff !important; +} + +.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined { + background-color: transparent; + border-color: #00d1b2; + box-shadow: none; + color: #00d1b2; +} + +.button.is-primary.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + 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 { + background-color: #fff; + color: #00d1b2; +} + +.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: transparent transparent #00d1b2 #00d1b2 !important; +} + +.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button.is-primary.is-light { + background-color: #ebfffc; + color: #00947e; +} + +.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered { + background-color: #defffa; + border-color: transparent; + color: #00947e; +} + +.button.is-primary.is-light:active, .button.is-primary.is-light.is-active { + background-color: #d1fff8; + border-color: transparent; + color: #00947e; +} + +.button.is-link { + background-color: #3273dc; + border-color: transparent; + color: #fff; +} + +.button.is-link:hover, .button.is-link.is-hovered { + background-color: #276cda; + border-color: transparent; + color: #fff; +} + +.button.is-link:focus, .button.is-link.is-focused { + border-color: transparent; + color: #fff; +} + +.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +} + +.button.is-link:active, .button.is-link.is-active { + background-color: #2366d1; + border-color: transparent; + color: #fff; +} + +.button.is-link[disabled], fieldset[disabled] .button.is-link { + background-color: #3273dc; + border-color: transparent; + box-shadow: none; +} + +.button.is-link.is-inverted { + background-color: #fff; + color: #3273dc; +} + +.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { + background-color: #f2f2f2; +} + +.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #3273dc; +} + +.button.is-link.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-link.is-outlined { + background-color: transparent; + border-color: #3273dc; + color: #3273dc; +} + +.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused { + background-color: #3273dc; + border-color: #3273dc; + color: #fff; +} + +.button.is-link.is-outlined.is-loading::after { + border-color: transparent transparent #3273dc #3273dc !important; +} + +.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined { + background-color: transparent; + border-color: #3273dc; + box-shadow: none; + color: #3273dc; +} + +.button.is-link.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #3273dc; +} + +.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #3273dc #3273dc !important; +} + +.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button.is-link.is-light { + background-color: #eef3fc; + color: #2160c4; +} + +.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { + background-color: #e3ecfa; + border-color: transparent; + color: #2160c4; +} + +.button.is-link.is-light:active, .button.is-link.is-light.is-active { + background-color: #d8e4f8; + border-color: transparent; + color: #2160c4; +} + +.button.is-info { + background-color: #3298dc; + border-color: transparent; + color: #fff; +} + +.button.is-info:hover, .button.is-info.is-hovered { + background-color: #2793da; + border-color: transparent; + color: #fff; +} + +.button.is-info:focus, .button.is-info.is-focused { + border-color: transparent; + color: #fff; +} + +.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); +} + +.button.is-info:active, .button.is-info.is-active { + background-color: #238cd1; + border-color: transparent; + color: #fff; +} + +.button.is-info[disabled], fieldset[disabled] .button.is-info { + background-color: #3298dc; + border-color: transparent; + box-shadow: none; +} + +.button.is-info.is-inverted { + background-color: #fff; + color: #3298dc; +} + +.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered { + background-color: #f2f2f2; +} + +.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #3298dc; +} + +.button.is-info.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-info.is-outlined { + background-color: transparent; + border-color: #3298dc; + color: #3298dc; +} + +.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused { + background-color: #3298dc; + border-color: #3298dc; + color: #fff; +} + +.button.is-info.is-outlined.is-loading::after { + border-color: transparent transparent #3298dc #3298dc !important; +} + +.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined { + background-color: transparent; + border-color: #3298dc; + box-shadow: none; + color: #3298dc; +} + +.button.is-info.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #3298dc; +} + +.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #3298dc #3298dc !important; +} + +.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button.is-info.is-light { + background-color: #eef6fc; + color: #1d72aa; +} + +.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered { + background-color: #e3f1fa; + border-color: transparent; + color: #1d72aa; +} + +.button.is-info.is-light:active, .button.is-info.is-light.is-active { + background-color: #d8ebf8; + border-color: transparent; + color: #1d72aa; +} + +.button.is-success { + background-color: #48c774; + border-color: transparent; + color: #fff; +} + +.button.is-success:hover, .button.is-success.is-hovered { + background-color: #3ec46d; + border-color: transparent; + color: #fff; +} + +.button.is-success:focus, .button.is-success.is-focused { + border-color: transparent; + color: #fff; +} + +.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); +} + +.button.is-success:active, .button.is-success.is-active { + background-color: #3abb67; + border-color: transparent; + color: #fff; +} + +.button.is-success[disabled], fieldset[disabled] .button.is-success { + background-color: #48c774; + border-color: transparent; + box-shadow: none; +} + +.button.is-success.is-inverted { + background-color: #fff; + color: #48c774; +} + +.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered { + background-color: #f2f2f2; +} + +.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #48c774; +} + +.button.is-success.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-success.is-outlined { + background-color: transparent; + border-color: #48c774; + color: #48c774; +} + +.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused { + background-color: #48c774; + border-color: #48c774; + color: #fff; +} + +.button.is-success.is-outlined.is-loading::after { + border-color: transparent transparent #48c774 #48c774 !important; +} + +.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined { + background-color: transparent; + border-color: #48c774; + box-shadow: none; + color: #48c774; +} + +.button.is-success.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #48c774; +} + +.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #48c774 #48c774 !important; +} + +.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button.is-success.is-light { + background-color: #effaf3; + color: #257942; +} + +.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered { + background-color: #e6f7ec; + border-color: transparent; + color: #257942; +} + +.button.is-success.is-light:active, .button.is-success.is-light.is-active { + background-color: #dcf4e4; + border-color: transparent; + color: #257942; +} + +.button.is-warning { + background-color: #ffdd57; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.button.is-warning:hover, .button.is-warning.is-hovered { + background-color: #ffdb4a; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.button.is-warning:focus, .button.is-warning.is-focused { + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); +} + +.button.is-warning:active, .button.is-warning.is-active { + background-color: #ffd83d; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.button.is-warning[disabled], fieldset[disabled] .button.is-warning { + background-color: #ffdd57; + border-color: transparent; + box-shadow: none; +} + +.button.is-warning.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + color: #ffdd57; +} + +.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered { + background-color: rgba(0, 0, 0, 0.7); +} + +.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + border-color: transparent; + box-shadow: none; + color: #ffdd57; +} + +.button.is-warning.is-loading::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; +} + +.button.is-warning.is-outlined { + background-color: transparent; + border-color: #ffdd57; + color: #ffdd57; +} + +.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused { + background-color: #ffdd57; + border-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.button.is-warning.is-outlined.is-loading::after { + border-color: transparent transparent #ffdd57 #ffdd57 !important; +} + +.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; +} + +.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined { + background-color: transparent; + border-color: #ffdd57; + box-shadow: none; + color: #ffdd57; +} + +.button.is-warning.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + color: rgba(0, 0, 0, 0.7); +} + +.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused { + background-color: rgba(0, 0, 0, 0.7); + color: #ffdd57; +} + +.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #ffdd57 #ffdd57 !important; +} + +.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + box-shadow: none; + color: rgba(0, 0, 0, 0.7); +} + +.button.is-warning.is-light { + background-color: #fffbeb; + color: #947600; +} + +.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered { + background-color: #fff8de; + border-color: transparent; + color: #947600; +} + +.button.is-warning.is-light:active, .button.is-warning.is-light.is-active { + background-color: #fff6d1; + border-color: transparent; + color: #947600; +} + +.button.is-danger { + background-color: #f14668; + border-color: transparent; + color: #fff; +} + +.button.is-danger:hover, .button.is-danger.is-hovered { + background-color: #f03a5f; + border-color: transparent; + color: #fff; +} + +.button.is-danger:focus, .button.is-danger.is-focused { + border-color: transparent; + color: #fff; +} + +.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +} + +.button.is-danger:active, .button.is-danger.is-active { + background-color: #ef2e55; + border-color: transparent; + color: #fff; +} + +.button.is-danger[disabled], fieldset[disabled] .button.is-danger { + background-color: #f14668; + border-color: transparent; + box-shadow: none; +} + +.button.is-danger.is-inverted { + background-color: #fff; + color: #f14668; +} + +.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered { + background-color: #f2f2f2; +} + +.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #f14668; +} + +.button.is-danger.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-danger.is-outlined { + background-color: transparent; + border-color: #f14668; + color: #f14668; +} + +.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused { + background-color: #f14668; + border-color: #f14668; + color: #fff; +} + +.button.is-danger.is-outlined.is-loading::after { + border-color: transparent transparent #f14668 #f14668 !important; +} + +.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined { + background-color: transparent; + border-color: #f14668; + box-shadow: none; + color: #f14668; +} + +.button.is-danger.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #f14668; +} + +.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #f14668 #f14668 !important; +} + +.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.button.is-danger.is-light { + background-color: #feecf0; + color: #cc0f35; +} + +.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered { + background-color: #fde0e6; + border-color: transparent; + color: #cc0f35; +} + +.button.is-danger.is-light:active, .button.is-danger.is-light.is-active { + background-color: #fcd4dc; + border-color: transparent; + color: #cc0f35; +} + +.button.is-small { + border-radius: 2px; + font-size: 0.75rem; +} + +.button.is-normal { + font-size: 1rem; +} + +.button.is-medium { + font-size: 1.25rem; +} + +.button.is-large { + font-size: 1.5rem; +} + +.button[disabled], fieldset[disabled] .button { + background-color: #fff; + border-color: #dbdbdb; + box-shadow: none; + opacity: 0.5; +} + +.button.is-fullwidth { + display: flex; + width: 100%; +} + +.button.is-loading { + color: transparent !important; + pointer-events: none; +} + +.button.is-loading::after { + position: absolute; + left: calc(50% - (1em / 2)); + top: calc(50% - (1em / 2)); + position: absolute !important; +} + +.button.is-static { + background-color: #f5f5f5; + border-color: #dbdbdb; + color: #7a7a7a; + box-shadow: none; + pointer-events: none; +} + +.button.is-rounded { + border-radius: 290486px; + padding-left: calc(1em + 0.25em); + padding-right: calc(1em + 0.25em); +} + +.buttons { + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} + +.buttons .button { + margin-bottom: 0.5rem; +} + +.buttons .button:not(:last-child):not(.is-fullwidth) { + margin-left: 0.5rem; +} + +.buttons:last-child { + margin-bottom: -0.5rem; +} + +.buttons:not(:last-child) { + margin-bottom: 1rem; +} + +.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { + border-radius: 2px; + font-size: 0.75rem; +} + +.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { + font-size: 1.25rem; +} + +.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { + font-size: 1.5rem; +} + +.buttons.has-addons .button:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.buttons.has-addons .button:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + margin-left: -1px; +} + +.buttons.has-addons .button:last-child { + margin-left: 0; +} + +.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered { + z-index: 2; +} + +.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected { + z-index: 3; +} + +.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover { + z-index: 4; +} + +.buttons.has-addons .button.is-expanded { + flex-grow: 1; + flex-shrink: 1; +} + +.buttons.is-centered { + justify-content: center; +} + +.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; +} + +.buttons.is-right { + justify-content: flex-end; +} + +.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; +} + +.container { + flex-grow: 1; + margin: 0 auto; + position: relative; + width: auto; +} + +.container.is-fluid { + max-width: none !important; + padding-left: 32px; + padding-right: 32px; + width: 100%; +} + +@media screen and (min-width: 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: 0.25em; +} + +.content p:not(:last-child), .content dl:not(:last-child), .content ol:not(:last-child), .content ul:not(:last-child), .content blockquote:not(:last-child), .content pre:not(:last-child), .content table:not(:last-child) { + margin-bottom: 1em; +} + +.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { + color: #363636; + font-weight: 600; + line-height: 1.125; +} + +.content h1 { + font-size: 2em; + margin-bottom: 0.5em; +} + +.content h1:not(:first-child) { + margin-top: 1em; +} + +.content h2 { + font-size: 1.75em; + margin-bottom: 0.5714em; +} + +.content h2:not(:first-child) { + margin-top: 1.1428em; +} + +.content h3 { + font-size: 1.5em; + margin-bottom: 0.6666em; +} + +.content h3:not(:first-child) { + margin-top: 1.3333em; +} + +.content h4 { + font-size: 1.25em; + margin-bottom: 0.8em; +} + +.content h5 { + font-size: 1.125em; + margin-bottom: 0.8888em; +} + +.content h6 { + font-size: 1em; + margin-bottom: 1em; +} + +.content blockquote { + background-color: #f5f5f5; + border-right: 5px solid #dbdbdb; + padding: 1.25em 1.5em; +} + +.content ol { + list-style-position: outside; + margin-right: 2em; + margin-top: 1em; +} + +.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 { + list-style: disc outside; + margin-right: 2em; + margin-top: 1em; +} + +.content ul ul { + list-style-type: circle; + margin-top: 0.5em; +} + +.content ul ul ul { + list-style-type: square; +} + +.content dd { + margin-right: 2em; +} + +.content figure { + margin-left: 2em; + margin-right: 2em; + text-align: center; +} + +.content figure:not(:first-child) { + margin-top: 2em; +} + +.content figure:not(:last-child) { + margin-bottom: 2em; +} + +.content figure img { + display: inline-block; +} + +.content figure figcaption { + font-style: italic; +} + +.content pre { + -webkit-overflow-scrolling: touch; + overflow-x: auto; + padding: 1.25em 1.5em; + white-space: pre; + word-wrap: normal; +} + +.content sup, .content sub { + font-size: 75%; +} + +.content table { + width: 100%; +} + +.content table td, .content table th { + border: 1px solid #dbdbdb; + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; +} + +.content table th { + color: #363636; +} + +.content table th:not([align]) { + text-align: inherit; +} + +.content table thead td, .content table thead th { + border-width: 0 0 2px; + color: #363636; +} + +.content table tfoot td, .content table tfoot th { + border-width: 2px 0 0; + color: #363636; +} + +.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: 0.75rem; +} + +.content.is-medium { + font-size: 1.25rem; +} + +.content.is-large { + font-size: 1.5rem; +} + +.icon { + align-items: center; + display: inline-flex; + justify-content: center; + height: 1.5rem; + width: 1.5rem; +} + +.icon.is-small { + height: 1rem; + width: 1rem; +} + +.icon.is-medium { + height: 2rem; + width: 2rem; +} + +.icon.is-large { + height: 3rem; + width: 3rem; +} + +.image { + display: block; + position: relative; +} + +.image img { + display: block; + height: auto; + width: 100%; +} + +.image img.is-rounded { + border-radius: 290486px; +} + +.image.is-fullwidth { + width: 100%; +} + +.image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img, .image.is-square .has-ratio, .image.is-1by1 .has-ratio, .image.is-5by4 .has-ratio, .image.is-4by3 .has-ratio, .image.is-3by2 .has-ratio, .image.is-5by3 .has-ratio, .image.is-16by9 .has-ratio, .image.is-2by1 .has-ratio, .image.is-3by1 .has-ratio, .image.is-4by5 .has-ratio, .image.is-3by4 .has-ratio, .image.is-2by3 .has-ratio, .image.is-3by5 .has-ratio, .image.is-9by16 .has-ratio, .image.is-1by2 .has-ratio, .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.3333%; +} + +.image.is-2by3 { + padding-top: 150%; +} + +.image.is-3by5 { + padding-top: 166.6666%; +} + +.image.is-9by16 { + padding-top: 177.7777%; +} + +.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; + position: relative; + padding: 1.25rem 1.5rem 1.25rem 2.5rem; +} + +.notification a:not(.button):not(.dropdown-item) { + color: currentColor; + text-decoration: underline; +} + +.notification strong { + color: currentColor; +} + +.notification code, .notification pre { + background: #fff; +} + +.notification pre code { + background: transparent; +} + +.notification > .delete { + left: 0.5rem; + position: absolute; + top: 0.5rem; +} + +.notification .title, .notification .subtitle, .notification .content { + color: currentColor; +} + +.notification.is-white { + background-color: #fff; + color: #0a0a0a; +} + +.notification.is-black { + background-color: #0a0a0a; + color: #fff; +} + +.notification.is-light { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); +} + +.notification.is-dark { + background-color: #363636; + color: #fff; +} + +.notification.is-primary { + background-color: #00d1b2; + color: #fff; +} + +.notification.is-primary.is-light { + background-color: #ebfffc; + color: #00947e; +} + +.notification.is-link { + background-color: #3273dc; + color: #fff; +} + +.notification.is-link.is-light { + background-color: #eef3fc; + color: #2160c4; +} + +.notification.is-info { + background-color: #3298dc; + color: #fff; +} + +.notification.is-info.is-light { + background-color: #eef6fc; + color: #1d72aa; +} + +.notification.is-success { + background-color: #48c774; + color: #fff; +} + +.notification.is-success.is-light { + background-color: #effaf3; + color: #257942; +} + +.notification.is-warning { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.notification.is-warning.is-light { + background-color: #fffbeb; + color: #947600; +} + +.notification.is-danger { + background-color: #f14668; + color: #fff; +} + +.notification.is-danger.is-light { + background-color: #feecf0; + color: #cc0f35; +} + +.progress { + -moz-appearance: none; + -webkit-appearance: none; + border: none; + border-radius: 290486px; + display: block; + height: 1rem; + overflow: hidden; + padding: 0; + width: 100%; +} + +.progress::-webkit-progress-bar { + background-color: #ededed; +} + +.progress::-webkit-progress-value { + background-color: #4a4a4a; +} + +.progress::-moz-progress-bar { + background-color: #4a4a4a; +} + +.progress::-ms-fill { + background-color: #4a4a4a; + border: none; +} + +.progress.is-white::-webkit-progress-value { + background-color: #fff; +} + +.progress.is-white::-moz-progress-bar { + background-color: #fff; +} + +.progress.is-white::-ms-fill { + background-color: #fff; +} + +.progress.is-white:indeterminate { + background-image: linear-gradient(to right, #fff 30%, #ededed 30%); +} + +.progress.is-black::-webkit-progress-value { + background-color: #0a0a0a; +} + +.progress.is-black::-moz-progress-bar { + background-color: #0a0a0a; +} + +.progress.is-black::-ms-fill { + background-color: #0a0a0a; +} + +.progress.is-black:indeterminate { + background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%); +} + +.progress.is-light::-webkit-progress-value { + background-color: #f5f5f5; +} + +.progress.is-light::-moz-progress-bar { + background-color: #f5f5f5; +} + +.progress.is-light::-ms-fill { + background-color: #f5f5f5; +} + +.progress.is-light:indeterminate { + background-image: linear-gradient(to right, #f5f5f5 30%, #ededed 30%); +} + +.progress.is-dark::-webkit-progress-value { + background-color: #363636; +} + +.progress.is-dark::-moz-progress-bar { + background-color: #363636; +} + +.progress.is-dark::-ms-fill { + background-color: #363636; +} + +.progress.is-dark:indeterminate { + background-image: linear-gradient(to right, #363636 30%, #ededed 30%); +} + +.progress.is-primary::-webkit-progress-value { + background-color: #00d1b2; +} + +.progress.is-primary::-moz-progress-bar { + background-color: #00d1b2; +} + +.progress.is-primary::-ms-fill { + background-color: #00d1b2; +} + +.progress.is-primary:indeterminate { + background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%); +} + +.progress.is-link::-webkit-progress-value { + background-color: #3273dc; +} + +.progress.is-link::-moz-progress-bar { + background-color: #3273dc; +} + +.progress.is-link::-ms-fill { + background-color: #3273dc; +} + +.progress.is-link:indeterminate { + background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%); +} + +.progress.is-info::-webkit-progress-value { + background-color: #3298dc; +} + +.progress.is-info::-moz-progress-bar { + background-color: #3298dc; +} + +.progress.is-info::-ms-fill { + background-color: #3298dc; +} + +.progress.is-info:indeterminate { + background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%); +} + +.progress.is-success::-webkit-progress-value { + background-color: #48c774; +} + +.progress.is-success::-moz-progress-bar { + background-color: #48c774; +} + +.progress.is-success::-ms-fill { + background-color: #48c774; +} + +.progress.is-success:indeterminate { + background-image: linear-gradient(to right, #48c774 30%, #ededed 30%); +} + +.progress.is-warning::-webkit-progress-value { + background-color: #ffdd57; +} + +.progress.is-warning::-moz-progress-bar { + background-color: #ffdd57; +} + +.progress.is-warning::-ms-fill { + background-color: #ffdd57; +} + +.progress.is-warning:indeterminate { + background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%); +} + +.progress.is-danger::-webkit-progress-value { + background-color: #f14668; +} + +.progress.is-danger::-moz-progress-bar { + background-color: #f14668; +} + +.progress.is-danger::-ms-fill { + background-color: #f14668; +} + +.progress.is-danger:indeterminate { + background-image: linear-gradient(to right, #f14668 30%, #ededed 30%); +} + +.progress:indeterminate { + -webkit-animation-duration: 1.5s; + animation-duration: 1.5s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-name: moveIndeterminate; + animation-name: moveIndeterminate; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; + background-color: #ededed; + background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%); + background-position: top left; + background-repeat: no-repeat; + background-size: 150% 150%; +} + +.progress:indeterminate::-webkit-progress-bar { + background-color: transparent; +} + +.progress:indeterminate::-moz-progress-bar { + background-color: transparent; +} + +.progress:indeterminate::-ms-fill { + animation-name: none; +} + +.progress.is-small { + height: 0.75rem; +} + +.progress.is-medium { + height: 1.25rem; +} + +.progress.is-large { + height: 1.5rem; +} + +@-webkit-keyframes moveIndeterminate { + from { + background-position: 200% 0; + } + + to { + background-position: -200% 0; + } +} + +@keyframes moveIndeterminate { + from { + background-position: 200% 0; + } + + to { + background-position: -200% 0; + } +} + +.table { + background-color: #fff; + color: #363636; +} + +.table td, .table th { + border: 1px solid #dbdbdb; + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; +} + +.table td.is-white, .table th.is-white { + background-color: #fff; + border-color: #fff; + color: #0a0a0a; +} + +.table td.is-black, .table th.is-black { + background-color: #0a0a0a; + border-color: #0a0a0a; + color: #fff; +} + +.table td.is-light, .table th.is-light { + background-color: #f5f5f5; + border-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); +} + +.table td.is-dark, .table th.is-dark { + background-color: #363636; + border-color: #363636; + color: #fff; +} + +.table td.is-primary, .table th.is-primary { + background-color: #00d1b2; + border-color: #00d1b2; + color: #fff; +} + +.table td.is-link, .table th.is-link { + background-color: #3273dc; + border-color: #3273dc; + color: #fff; +} + +.table td.is-info, .table th.is-info { + background-color: #3298dc; + border-color: #3298dc; + color: #fff; +} + +.table td.is-success, .table th.is-success { + background-color: #48c774; + border-color: #48c774; + color: #fff; +} + +.table td.is-warning, .table th.is-warning { + background-color: #ffdd57; + border-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.table td.is-danger, .table th.is-danger { + background-color: #f14668; + border-color: #f14668; + color: #fff; +} + +.table td.is-narrow, .table th.is-narrow { + white-space: nowrap; + width: 1%; +} + +.table td.is-selected, .table th.is-selected { + background-color: #00d1b2; + color: #fff; +} + +.table td.is-selected a, .table th.is-selected a, .table td.is-selected strong, .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: inherit; +} + +.table tr.is-selected { + background-color: #00d1b2; + color: #fff; +} + +.table tr.is-selected a, .table tr.is-selected strong { + color: currentColor; +} + +.table tr.is-selected td, .table tr.is-selected th { + border-color: #fff; + color: currentColor; +} + +.table thead { + background-color: transparent; +} + +.table thead td, .table thead th { + border-width: 0 0 2px; + color: #363636; +} + +.table tfoot { + background-color: transparent; +} + +.table tfoot td, .table tfoot th { + border-width: 2px 0 0; + color: #363636; +} + +.table tbody { + background-color: transparent; +} + +.table tbody tr:last-child td, .table tbody tr:last-child th { + border-bottom-width: 0; +} + +.table.is-bordered td, .table.is-bordered th { + border-width: 1px; +} + +.table.is-bordered tr:last-child td, .table.is-bordered tr:last-child th { + border-bottom-width: 1px; +} + +.table.is-fullwidth { + width: 100%; +} + +.table.is-hoverable tbody tr:not(.is-selected):hover { + background-color: #fafafa; +} + +.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover { + background-color: #fafafa; +} + +.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) { + background-color: #f5f5f5; +} + +.table.is-narrow td, .table.is-narrow th { + padding: 0.25em 0.5em; +} + +.table.is-striped tbody tr:not(.is-selected):nth-child(even) { + background-color: #fafafa; +} + +.table-container { + -webkit-overflow-scrolling: touch; + overflow: auto; + overflow-y: hidden; + max-width: 100%; +} + +.tags { + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} + +.tags .tag { + margin-bottom: 0.5rem; +} + +.tags .tag:not(:last-child) { + margin-left: 0.5rem; +} + +.tags:last-child { + margin-bottom: -0.5rem; +} + +.tags:not(:last-child) { + margin-bottom: 1rem; +} + +.tags.are-medium .tag:not(.is-normal):not(.is-large) { + 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-right: 0.25rem; + margin-left: 0.25rem; +} + +.tags.is-right { + justify-content: flex-end; +} + +.tags.is-right .tag:not(:first-child) { + margin-left: 0.5rem; +} + +.tags.is-right .tag:not(:last-child) { + margin-right: 0; +} + +.tags.has-addons .tag { + margin-left: 0; +} + +.tags.has-addons .tag:not(:first-child) { + margin-right: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.tags.has-addons .tag:not(:last-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.tag:not(body) { + align-items: center; + background-color: #f5f5f5; + border-radius: 4px; + color: #4a4a4a; + display: inline-flex; + font-size: 0.75rem; + height: 2em; + justify-content: center; + line-height: 1.5; + padding-left: 0.75em; + padding-right: 0.75em; + white-space: nowrap; +} + +.tag:not(body) .delete { + margin-right: 0.25rem; + margin-left: -0.375rem; +} + +.tag:not(body).is-white { + background-color: #fff; + color: #0a0a0a; +} + +.tag:not(body).is-black { + background-color: #0a0a0a; + color: #fff; +} + +.tag:not(body).is-light { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); +} + +.tag:not(body).is-dark { + background-color: #363636; + color: #fff; +} + +.tag:not(body).is-primary { + background-color: #00d1b2; + color: #fff; +} + +.tag:not(body).is-primary.is-light { + background-color: #ebfffc; + color: #00947e; +} + +.tag:not(body).is-link { + background-color: #3273dc; + color: #fff; +} + +.tag:not(body).is-link.is-light { + background-color: #eef3fc; + color: #2160c4; +} + +.tag:not(body).is-info { + background-color: #3298dc; + color: #fff; +} + +.tag:not(body).is-info.is-light { + background-color: #eef6fc; + color: #1d72aa; +} + +.tag:not(body).is-success { + background-color: #48c774; + color: #fff; +} + +.tag:not(body).is-success.is-light { + background-color: #effaf3; + color: #257942; +} + +.tag:not(body).is-warning { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.tag:not(body).is-warning.is-light { + background-color: #fffbeb; + color: #947600; +} + +.tag:not(body).is-danger { + background-color: #f14668; + color: #fff; +} + +.tag:not(body).is-danger.is-light { + background-color: #feecf0; + color: #cc0f35; +} + +.tag:not(body).is-normal { + font-size: 0.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-right: -0.375em; + margin-left: 0.1875em; +} + +.tag:not(body) .icon:last-child:not(:first-child) { + margin-right: 0.1875em; + margin-left: -0.375em; +} + +.tag:not(body) .icon:first-child:last-child { + margin-right: -0.375em; + margin-left: -0.375em; +} + +.tag:not(body).is-delete { + margin-right: 1px; + padding: 0; + position: relative; + width: 2em; +} + +.tag:not(body).is-delete::before, .tag:not(body).is-delete::after { + background-color: currentColor; + content: ""; + display: block; + left: 50%; + position: absolute; + top: 50%; + transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform-origin: center center; +} + +.tag: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: 290486px; +} + +a.tag:hover { + text-decoration: underline; +} + +.title, .subtitle { + word-break: break-word; +} + +.title em, .subtitle em, .title span, .subtitle span { + font-weight: inherit; +} + +.title sub, .subtitle sub { + font-size: 0.75em; +} + +.title sup, .subtitle sup { + font-size: 0.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 + .highlight { + margin-top: -0.75rem; +} + +.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: 0.75rem; +} + +.subtitle { + color: #4a4a4a; + 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: 0.75rem; +} + +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.highlight { + font-weight: 400; + max-width: 100%; + overflow: hidden; + padding: 0; +} + +.highlight pre { + overflow: auto; + max-width: 100%; +} + +.number { + align-items: center; + background-color: #f5f5f5; + border-radius: 290486px; + display: inline-flex; + font-size: 1.25rem; + height: 2em; + justify-content: center; + margin-right: 1.5rem; + min-width: 2.5em; + padding: 0.25rem 0.5rem; + text-align: center; + vertical-align: top; +} + +/* Bulma Form */ +.input, .textarea, .select select { + background-color: #fff; + border-color: #dbdbdb; + border-radius: 4px; + color: #363636; +} + +.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder { + color: rgba(54, 54, 54, 0.3); +} + +.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder { + color: rgba(54, 54, 54, 0.3); +} + +.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder { + color: rgba(54, 54, 54, 0.3); +} + +.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder { + color: rgba(54, 54, 54, 0.3); +} + +.input:hover, .textarea:hover, .select select:hover, .input.is-hovered, .textarea.is-hovered, .select select.is-hovered { + border-color: #b5b5b5; +} + +.input:focus, .textarea:focus, .select select:focus, .input.is-focused, .textarea.is-focused, .select select.is-focused, .input:active, .textarea:active, .select select:active, .input.is-active, .textarea.is-active, .select select.is-active { + border-color: #3273dc; + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +} + +.input[disabled], .textarea[disabled], .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select { + background-color: #f5f5f5; + border-color: #f5f5f5; + box-shadow: none; + color: #7a7a7a; +} + +.input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder { + color: rgba(122, 122, 122, 0.3); +} + +.input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder { + color: rgba(122, 122, 122, 0.3); +} + +.input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder { + color: rgba(122, 122, 122, 0.3); +} + +.input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder { + color: rgba(122, 122, 122, 0.3); +} + +.input, .textarea { + box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05); + max-width: 100%; + width: 100%; +} + +.input[readonly], .textarea[readonly] { + box-shadow: none; +} + +.is-white.input, .is-white.textarea { + border-color: #fff; +} + +.is-white.input:focus, .is-white.textarea:focus, .is-focused.is-white.input, .is-focused.is-white.textarea, .is-white.input:active, .is-white.textarea:active, .is-active.is-white.input, .is-active.is-white.textarea { + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); +} + +.is-black.input, .is-black.textarea { + border-color: #0a0a0a; +} + +.is-black.input:focus, .is-black.textarea:focus, .is-focused.is-black.input, .is-focused.is-black.textarea, .is-black.input:active, .is-black.textarea:active, .is-active.is-black.input, .is-active.is-black.textarea { + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); +} + +.is-light.input, .is-light.textarea { + border-color: #f5f5f5; +} + +.is-light.input:focus, .is-light.textarea:focus, .is-focused.is-light.input, .is-focused.is-light.textarea, .is-light.input:active, .is-light.textarea:active, .is-active.is-light.input, .is-active.is-light.textarea { + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); +} + +.is-dark.input, .is-dark.textarea { + border-color: #363636; +} + +.is-dark.input:focus, .is-dark.textarea:focus, .is-focused.is-dark.input, .is-focused.is-dark.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-active.is-dark.input, .is-active.is-dark.textarea { + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); +} + +.is-primary.input, .is-primary.textarea { + border-color: #00d1b2; +} + +.is-primary.input:focus, .is-primary.textarea:focus, .is-focused.is-primary.input, .is-focused.is-primary.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-active.is-primary.input, .is-active.is-primary.textarea { + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); +} + +.is-link.input, .is-link.textarea { + border-color: #3273dc; +} + +.is-link.input:focus, .is-link.textarea:focus, .is-focused.is-link.input, .is-focused.is-link.textarea, .is-link.input:active, .is-link.textarea:active, .is-active.is-link.input, .is-active.is-link.textarea { + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +} + +.is-info.input, .is-info.textarea { + border-color: #3298dc; +} + +.is-info.input:focus, .is-info.textarea:focus, .is-focused.is-info.input, .is-focused.is-info.textarea, .is-info.input:active, .is-info.textarea:active, .is-active.is-info.input, .is-active.is-info.textarea { + box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); +} + +.is-success.input, .is-success.textarea { + border-color: #48c774; +} + +.is-success.input:focus, .is-success.textarea:focus, .is-focused.is-success.input, .is-focused.is-success.textarea, .is-success.input:active, .is-success.textarea:active, .is-active.is-success.input, .is-active.is-success.textarea { + box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); +} + +.is-warning.input, .is-warning.textarea { + border-color: #ffdd57; +} + +.is-warning.input:focus, .is-warning.textarea:focus, .is-focused.is-warning.input, .is-focused.is-warning.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-active.is-warning.input, .is-active.is-warning.textarea { + box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); +} + +.is-danger.input, .is-danger.textarea { + border-color: #f14668; +} + +.is-danger.input:focus, .is-danger.textarea:focus, .is-focused.is-danger.input, .is-focused.is-danger.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-active.is-danger.input, .is-active.is-danger.textarea { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +} + +.is-small.input, .is-small.textarea { + border-radius: 2px; + font-size: 0.75rem; +} + +.is-medium.input, .is-medium.textarea { + font-size: 1.25rem; +} + +.is-large.input, .is-large.textarea { + font-size: 1.5rem; +} + +.is-fullwidth.input, .is-fullwidth.textarea { + display: block; + width: 100%; +} + +.is-inline.input, .is-inline.textarea { + display: inline; + width: auto; +} + +.input.is-rounded { + border-radius: 290486px; + padding-left: calc(calc(0.75em - 1px) + 0.375em); + padding-right: calc(calc(0.75em - 1px) + 0.375em); +} + +.input.is-static { + background-color: transparent; + border-color: transparent; + box-shadow: none; + padding-left: 0; + padding-right: 0; +} + +.textarea { + display: block; + max-width: 100%; + min-width: 100%; + padding: calc(0.75em - 1px); + resize: vertical; +} + +.textarea:not([rows]) { + max-height: 40em; + min-height: 8em; +} + +.textarea[rows] { + height: initial; +} + +.textarea.has-fixed-size { + resize: none; +} + +.checkbox, .radio { + cursor: pointer; + display: inline-block; + line-height: 1.25; + position: relative; +} + +.checkbox input, .radio input { + cursor: pointer; +} + +.checkbox:hover, .radio:hover { + color: #363636; +} + +.checkbox[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .radio, .checkbox input[disabled], .radio input[disabled] { + color: #7a7a7a; + cursor: not-allowed; +} + +.radio + .radio { + margin-right: 0.5em; +} + +.select { + display: inline-block; + max-width: 100%; + position: relative; + vertical-align: top; +} + +.select:not(.is-multiple) { + height: 2.5em; +} + +.select:not(.is-multiple):not(.is-loading)::after { + border-color: #3273dc; + left: 1.125em; + z-index: 4; +} + +.select.is-rounded select { + border-radius: 290486px; + padding-right: 1em; +} + +.select select { + cursor: pointer; + display: block; + font-size: 1em; + max-width: 100%; + outline: none; +} + +.select select::-ms-expand { + display: none; +} + +.select select[disabled]:hover, fieldset[disabled] .select select:hover { + border-color: #f5f5f5; +} + +.select select:not([multiple]) { + padding-left: 2.5em; +} + +.select select[multiple] { + height: auto; + padding: 0; +} + +.select select[multiple] option { + padding: 0.5em 1em; +} + +.select:not(.is-multiple):not(.is-loading):hover::after { + border-color: #363636; +} + +.select.is-white:not(:hover)::after { + border-color: #fff; +} + +.select.is-white select { + border-color: #fff; +} + +.select.is-white select:hover, .select.is-white select.is-hovered { + border-color: #f2f2f2; +} + +.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active { + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); +} + +.select.is-black:not(:hover)::after { + border-color: #0a0a0a; +} + +.select.is-black select { + border-color: #0a0a0a; +} + +.select.is-black select:hover, .select.is-black select.is-hovered { + border-color: #000; +} + +.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active { + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); +} + +.select.is-light:not(:hover)::after { + border-color: #f5f5f5; +} + +.select.is-light select { + border-color: #f5f5f5; +} + +.select.is-light select:hover, .select.is-light select.is-hovered { + border-color: #e8e8e8; +} + +.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active { + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); +} + +.select.is-dark:not(:hover)::after { + border-color: #363636; +} + +.select.is-dark select { + border-color: #363636; +} + +.select.is-dark select:hover, .select.is-dark select.is-hovered { + border-color: #292929; +} + +.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 0.125em rgba(54, 54, 54, 0.25); +} + +.select.is-primary:not(:hover)::after { + border-color: #00d1b2; +} + +.select.is-primary select { + border-color: #00d1b2; +} + +.select.is-primary select:hover, .select.is-primary select.is-hovered { + border-color: #00b89c; +} + +.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 0.125em rgba(0, 209, 178, 0.25); +} + +.select.is-link:not(:hover)::after { + border-color: #3273dc; +} + +.select.is-link select { + border-color: #3273dc; +} + +.select.is-link select:hover, .select.is-link select.is-hovered { + border-color: #2366d1; +} + +.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active { + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +} + +.select.is-info:not(:hover)::after { + border-color: #3298dc; +} + +.select.is-info select { + border-color: #3298dc; +} + +.select.is-info select:hover, .select.is-info select.is-hovered { + border-color: #238cd1; +} + +.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active { + box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); +} + +.select.is-success:not(:hover)::after { + border-color: #48c774; +} + +.select.is-success select { + border-color: #48c774; +} + +.select.is-success select:hover, .select.is-success select.is-hovered { + border-color: #3abb67; +} + +.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active { + box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); +} + +.select.is-warning:not(:hover)::after { + border-color: #ffdd57; +} + +.select.is-warning select { + border-color: #ffdd57; +} + +.select.is-warning select:hover, .select.is-warning select.is-hovered { + border-color: #ffd83d; +} + +.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active { + box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); +} + +.select.is-danger:not(:hover)::after { + border-color: #f14668; +} + +.select.is-danger select { + border-color: #f14668; +} + +.select.is-danger select:hover, .select.is-danger select.is-hovered { + border-color: #ef2e55; +} + +.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +} + +.select.is-small { + border-radius: 2px; + font-size: 0.75rem; +} + +.select.is-medium { + font-size: 1.25rem; +} + +.select.is-large { + font-size: 1.5rem; +} + +.select.is-disabled::after { + border-color: #7a7a7a; +} + +.select.is-fullwidth { + width: 100%; +} + +.select.is-fullwidth select { + width: 100%; +} + +.select.is-loading::after { + margin-top: 0; + position: absolute; + left: 0.625em; + top: 0.625em; + transform: none; +} + +.select.is-loading.is-small:after { + font-size: 0.75rem; +} + +.select.is-loading.is-medium:after { + font-size: 1.25rem; +} + +.select.is-loading.is-large:after { + font-size: 1.5rem; +} + +.file { + align-items: stretch; + display: flex; + justify-content: flex-start; + position: relative; +} + +.file.is-white .file-cta { + background-color: #fff; + border-color: transparent; + color: #0a0a0a; +} + +.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta { + background-color: #f9f9f9; + border-color: transparent; + color: #0a0a0a; +} + +.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25); + color: #0a0a0a; +} + +.file.is-white:active .file-cta, .file.is-white.is-active .file-cta { + background-color: #f2f2f2; + border-color: transparent; + color: #0a0a0a; +} + +.file.is-black .file-cta { + background-color: #0a0a0a; + border-color: transparent; + color: #fff; +} + +.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta { + background-color: #040404; + border-color: transparent; + color: #fff; +} + +.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25); + color: #fff; +} + +.file.is-black:active .file-cta, .file.is-black.is-active .file-cta { + background-color: #000; + border-color: transparent; + color: #fff; +} + +.file.is-light .file-cta { + background-color: #f5f5f5; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta { + background-color: #eee; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25); + color: rgba(0, 0, 0, 0.7); +} + +.file.is-light:active .file-cta, .file.is-light.is-active .file-cta { + background-color: #e8e8e8; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.file.is-dark .file-cta { + background-color: #363636; + border-color: transparent; + color: #fff; +} + +.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta { + background-color: #2f2f2f; + border-color: transparent; + color: #fff; +} + +.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25); + color: #fff; +} + +.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta { + background-color: #292929; + border-color: transparent; + color: #fff; +} + +.file.is-primary .file-cta { + background-color: #00d1b2; + border-color: transparent; + color: #fff; +} + +.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta { + background-color: #00c4a7; + border-color: transparent; + color: #fff; +} + +.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25); + color: #fff; +} + +.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta { + background-color: #00b89c; + border-color: transparent; + color: #fff; +} + +.file.is-link .file-cta { + background-color: #3273dc; + border-color: transparent; + color: #fff; +} + +.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { + background-color: #276cda; + border-color: transparent; + color: #fff; +} + +.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25); + color: #fff; +} + +.file.is-link:active .file-cta, .file.is-link.is-active .file-cta { + background-color: #2366d1; + border-color: transparent; + color: #fff; +} + +.file.is-info .file-cta { + background-color: #3298dc; + border-color: transparent; + color: #fff; +} + +.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { + background-color: #2793da; + border-color: transparent; + color: #fff; +} + +.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25); + color: #fff; +} + +.file.is-info:active .file-cta, .file.is-info.is-active .file-cta { + background-color: #238cd1; + border-color: transparent; + color: #fff; +} + +.file.is-success .file-cta { + background-color: #48c774; + border-color: transparent; + color: #fff; +} + +.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta { + background-color: #3ec46d; + border-color: transparent; + color: #fff; +} + +.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25); + color: #fff; +} + +.file.is-success:active .file-cta, .file.is-success.is-active .file-cta { + background-color: #3abb67; + border-color: transparent; + color: #fff; +} + +.file.is-warning .file-cta { + background-color: #ffdd57; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta { + background-color: #ffdb4a; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25); + color: rgba(0, 0, 0, 0.7); +} + +.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta { + background-color: #ffd83d; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.file.is-danger .file-cta { + background-color: #f14668; + border-color: transparent; + color: #fff; +} + +.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta { + background-color: #f03a5f; + border-color: transparent; + color: #fff; +} + +.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25); + color: #fff; +} + +.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta { + background-color: #ef2e55; + border-color: transparent; + color: #fff; +} + +.file.is-small { + font-size: 0.75rem; +} + +.file.is-medium { + font-size: 1.25rem; +} + +.file.is-medium .file-icon .fa { + font-size: 21px; +} + +.file.is-large { + font-size: 1.5rem; +} + +.file.is-large .file-icon .fa { + font-size: 28px; +} + +.file.has-name .file-cta { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.file.has-name .file-name { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.file.has-name.is-empty .file-cta { + border-radius: 4px; +} + +.file.has-name.is-empty .file-name { + display: none; +} + +.file.is-boxed .file-label { + flex-direction: column; +} + +.file.is-boxed .file-cta { + flex-direction: column; + height: auto; + padding: 1em 3em; +} + +.file.is-boxed .file-name { + border-width: 0 1px 1px; +} + +.file.is-boxed .file-icon { + height: 1.5em; + width: 1.5em; +} + +.file.is-boxed .file-icon .fa { + font-size: 21px; +} + +.file.is-boxed.is-small .file-icon .fa { + font-size: 14px; +} + +.file.is-boxed.is-medium .file-icon .fa { + font-size: 28px; +} + +.file.is-boxed.is-large .file-icon .fa { + font-size: 35px; +} + +.file.is-boxed.has-name .file-cta { + border-radius: 4px 4px 0 0; +} + +.file.is-boxed.has-name .file-name { + border-radius: 0 0 4px 4px; + border-width: 0 1px 1px; +} + +.file.is-centered { + justify-content: center; +} + +.file.is-fullwidth .file-label { + width: 100%; +} + +.file.is-fullwidth .file-name { + flex-grow: 1; + max-width: none; +} + +.file.is-right { + justify-content: flex-end; +} + +.file.is-right .file-cta { + border-radius: 0 4px 4px 0; +} + +.file.is-right .file-name { + border-radius: 4px 0 0 4px; + border-width: 1px 0 1px 1px; + order: -1; +} + +.file-label { + align-items: stretch; + display: flex; + cursor: pointer; + justify-content: flex-start; + overflow: hidden; + position: relative; +} + +.file-label:hover .file-cta { + background-color: #eee; + color: #363636; +} + +.file-label:hover .file-name { + border-color: #d5d5d5; +} + +.file-label:active .file-cta { + background-color: #e8e8e8; + color: #363636; +} + +.file-label:active .file-name { + border-color: #cfcfcf; +} + +.file-input { + height: 100%; + left: 0; + opacity: 0; + outline: none; + position: absolute; + top: 0; + width: 100%; +} + +.file-cta, .file-name { + border-color: #dbdbdb; + border-radius: 4px; + font-size: 1em; + padding-left: 1em; + padding-right: 1em; + white-space: nowrap; +} + +.file-cta { + background-color: #f5f5f5; + color: #4a4a4a; +} + +.file-name { + border-color: #dbdbdb; + border-style: solid; + border-width: 1px 1px 1px 0; + display: block; + max-width: 16em; + overflow: hidden; + text-align: inherit; + text-overflow: ellipsis; +} + +.file-icon { + align-items: center; + display: flex; + height: 1em; + justify-content: center; + margin-left: 0.5em; + width: 1em; +} + +.file-icon .fa { + font-size: 14px; +} + +.label { + color: #363636; + display: block; + font-size: 1rem; + font-weight: 700; +} + +.label:not(:last-child) { + margin-bottom: 0.5em; +} + +.label.is-small { + font-size: 0.75rem; +} + +.label.is-medium { + font-size: 1.25rem; +} + +.label.is-large { + font-size: 1.5rem; +} + +.help { + display: block; + font-size: 0.75rem; + margin-top: 0.25rem; +} + +.help.is-white { + color: #fff; +} + +.help.is-black { + color: #0a0a0a; +} + +.help.is-light { + color: #f5f5f5; +} + +.help.is-dark { + color: #363636; +} + +.help.is-primary { + color: #00d1b2; +} + +.help.is-link { + color: #3273dc; +} + +.help.is-info { + color: #3298dc; +} + +.help.is-success { + color: #48c774; +} + +.help.is-warning { + color: #ffdd57; +} + +.help.is-danger { + color: #f14668; +} + +.field:not(:last-child) { + margin-bottom: 0.75rem; +} + +.field.has-addons { + display: flex; + justify-content: flex-start; +} + +.field.has-addons .control:not(:last-child) { + margin-left: -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-bottom-left-radius: 0; + border-top-left-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-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .input:not([disabled]):hover, .field.has-addons .control .select select:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, .field.has-addons .control .input:not([disabled]).is-hovered, .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 .input:not([disabled]):focus, .field.has-addons .control .select select:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .input:not([disabled]).is-focused, .field.has-addons .control .select select:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .input:not([disabled]):active, .field.has-addons .control .select select:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, .field.has-addons .control .input:not([disabled]).is-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 .input:not([disabled]):focus:hover, .field.has-addons .control .select select:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .input:not([disabled]).is-focused:hover, .field.has-addons .control .select select:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .input:not([disabled]):active:hover, .field.has-addons .control .select select:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, .field.has-addons .control .input:not([disabled]).is-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 { + display: flex; + justify-content: flex-start; +} + +.field.is-grouped > .control { + flex-shrink: 0; +} + +.field.is-grouped > .control:not(:last-child) { + margin-bottom: 0; + margin-left: 0.75rem; +} + +.field.is-grouped > .control.is-expanded { + flex-grow: 1; + flex-shrink: 1; +} + +.field.is-grouped.is-grouped-centered { + justify-content: center; +} + +.field.is-grouped.is-grouped-right { + justify-content: flex-end; +} + +.field.is-grouped.is-grouped-multiline { + flex-wrap: wrap; +} + +.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) { + margin-bottom: 0.75rem; +} + +.field.is-grouped.is-grouped-multiline:last-child { + margin-bottom: -0.75rem; +} + +.field.is-grouped.is-grouped-multiline:not(:last-child) { + margin-bottom: 0; +} + +@media screen and (min-width: 769px), print { + .field.is-horizontal { + display: flex; + } +} + +.field-label .label { + font-size: inherit; +} + +@media screen and (max-width: 768px) { + .field-label { + margin-bottom: 0.5rem; + } +} + +@media screen and (min-width: 769px), print { + .field-label { + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + margin-left: 1.5rem; + text-align: right; + } + + .field-label.is-small { + font-size: 0.75rem; + padding-top: 0.375em; + } + + .field-label.is-normal { + padding-top: 0.375em; + } + + .field-label.is-medium { + font-size: 1.25rem; + padding-top: 0.375em; + } + + .field-label.is-large { + font-size: 1.5rem; + padding-top: 0.375em; + } +} + +.field-body .field .field { + margin-bottom: 0; +} + +@media screen and (min-width: 769px), print { + .field-body { + display: flex; + flex-basis: 0; + flex-grow: 5; + flex-shrink: 1; + } + + .field-body .field { + margin-bottom: 0; + } + + .field-body > .field { + flex-shrink: 1; + } + + .field-body > .field:not(.is-narrow) { + flex-grow: 1; + } + + .field-body > .field:not(:last-child) { + margin-left: 0.75rem; + } +} + +.control { + box-sizing: border-box; + clear: both; + font-size: 1rem; + position: relative; + text-align: inherit; +} + +.control.has-icons-left .input:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .select:focus ~ .icon { + color: #4a4a4a; +} + +.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .select.is-small ~ .icon { + font-size: 0.75rem; +} + +.control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-left .select.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-right .input.is-large ~ .icon, .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .select.is-large ~ .icon { + font-size: 1.5rem; +} + +.control.has-icons-left .icon, .control.has-icons-right .icon { + color: #dbdbdb; + height: 2.5em; + pointer-events: none; + position: absolute; + top: 0; + width: 2.5em; + z-index: 4; +} + +.control.has-icons-left .input, .control.has-icons-left .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 { + position: absolute !important; + left: 0.625em; + top: 0.625em; + z-index: 4; +} + +.control.is-loading.is-small:after { + font-size: 0.75rem; +} + +.control.is-loading.is-medium:after { + font-size: 1.25rem; +} + +.control.is-loading.is-large:after { + font-size: 1.5rem; +} + +/* Bulma Components */ +.breadcrumb { + font-size: 1rem; + white-space: nowrap; +} + +.breadcrumb a { + align-items: center; + color: #3273dc; + display: flex; + justify-content: center; + padding: 0 0.75em; +} + +.breadcrumb a:hover { + color: #363636; +} + +.breadcrumb li { + align-items: center; + display: flex; +} + +.breadcrumb li:first-child a { + padding-right: 0; +} + +.breadcrumb li.is-active a { + color: #363636; + cursor: default; + pointer-events: none; +} + +.breadcrumb li + li::before { + color: #b5b5b5; + content: "\0002f"; +} + +.breadcrumb ul, .breadcrumb ol { + align-items: flex-start; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} + +.breadcrumb .icon:first-child { + margin-left: 0.5em; +} + +.breadcrumb .icon:last-child { + margin-right: 0.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: 0.75rem; +} + +.breadcrumb.is-medium { + font-size: 1.25rem; +} + +.breadcrumb.is-large { + font-size: 1.5rem; +} + +.breadcrumb.has-arrow-separator li + li::before { + content: "\02192"; +} + +.breadcrumb.has-bullet-separator li + li::before { + content: "\02022"; +} + +.breadcrumb.has-dot-separator li + li::before { + content: "\000b7"; +} + +.breadcrumb.has-succeeds-separator li + li::before { + content: "\0227B"; +} + +.card { + background-color: #fff; + border-radius: 0.25rem; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + color: #4a4a4a; + max-width: 100%; + overflow: hidden; + position: relative; +} + +.card-header { + background-color: transparent; + align-items: stretch; + box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1); + display: flex; +} + +.card-header-title { + align-items: center; + color: #363636; + display: flex; + flex-grow: 1; + font-weight: 700; + padding: 0.75rem 1rem; +} + +.card-header-title.is-centered { + justify-content: center; +} + +.card-header-icon { + align-items: center; + cursor: pointer; + display: flex; + justify-content: center; + padding: 0.75rem 1rem; +} + +.card-image { + display: block; + position: relative; +} + +.card-content { + background-color: transparent; + padding: 1.5rem; +} + +.card-footer { + background-color: transparent; + border-top: 1px solid #ededed; + align-items: stretch; + display: flex; +} + +.card-footer-item { + align-items: center; + display: flex; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: center; + padding: 0.75rem; +} + +.card-footer-item:not(:last-child) { + border-left: 1px solid #ededed; +} + +.card .media:not(:last-child) { + margin-bottom: 1.5rem; +} + +.dropdown { + display: inline-flex; + position: relative; + vertical-align: top; +} + +.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu { + display: block; +} + +.dropdown.is-right .dropdown-menu { + left: auto; + right: 0; +} + +.dropdown.is-up .dropdown-menu { + bottom: 100%; + padding-bottom: 4px; + padding-top: initial; + top: auto; +} + +.dropdown-menu { + display: none; + right: 0; + min-width: 12rem; + padding-top: 4px; + position: absolute; + top: 100%; + z-index: 20; +} + +.dropdown-content { + background-color: #fff; + border-radius: 4px; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + padding-bottom: 0.5rem; + padding-top: 0.5rem; +} + +.dropdown-item { + color: #4a4a4a; + display: block; + font-size: 0.875rem; + line-height: 1.5; + padding: 0.375rem 1rem; + position: relative; +} + +a.dropdown-item, button.dropdown-item { + padding-left: 3rem; + text-align: inherit; + white-space: nowrap; + width: 100%; +} + +a.dropdown-item:hover, button.dropdown-item:hover { + background-color: #f5f5f5; + color: #0a0a0a; +} + +a.dropdown-item.is-active, button.dropdown-item.is-active { + background-color: #3273dc; + color: #fff; +} + +.dropdown-divider { + background-color: #ededed; + border: none; + display: block; + height: 1px; + margin: 0.5rem 0; +} + +.level { + align-items: center; + justify-content: space-between; +} + +.level code { + border-radius: 4px; +} + +.level img { + display: inline-block; + vertical-align: top; +} + +.level.is-mobile { + display: flex; +} + +.level.is-mobile .level-left, .level.is-mobile .level-right { + display: flex; +} + +.level.is-mobile .level-left + .level-right { + margin-top: 0; +} + +.level.is-mobile .level-item:not(:last-child) { + margin-bottom: 0; + margin-left: 0.75rem; +} + +.level.is-mobile .level-item:not(.is-narrow) { + flex-grow: 1; +} + +@media screen and (min-width: 769px), print { + .level { + display: flex; + } + + .level > .level-item:not(.is-narrow) { + flex-grow: 1; + } +} + +.level-item { + align-items: center; + display: flex; + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; + justify-content: center; +} + +.level-item .title, .level-item .subtitle { + margin-bottom: 0; +} + +@media screen and (max-width: 768px) { + .level-item:not(:last-child) { + margin-bottom: 0.75rem; + } +} + +.level-left, .level-right { + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; +} + +.level-left .level-item.is-flexible, .level-right .level-item.is-flexible { + flex-grow: 1; +} + +@media screen and (min-width: 769px), print { + .level-left .level-item:not(:last-child), .level-right .level-item:not(:last-child) { + margin-left: 0.75rem; + } +} + +.level-left { + align-items: center; + justify-content: flex-start; +} + +@media screen and (max-width: 768px) { + .level-left + .level-right { + margin-top: 1.5rem; + } +} + +@media screen and (min-width: 769px), print { + .level-left { + display: flex; + } +} + +.level-right { + align-items: center; + justify-content: flex-end; +} + +@media screen and (min-width: 769px), print { + .level-right { + display: flex; + } +} + +.media { + align-items: flex-start; + display: flex; + text-align: inherit; +} + +.media .content:not(:last-child) { + margin-bottom: 0.75rem; +} + +.media .media { + border-top: 1px solid rgba(219, 219, 219, 0.5); + display: flex; + padding-top: 0.75rem; +} + +.media .media .content:not(:last-child), .media .media .control:not(:last-child) { + margin-bottom: 0.5rem; +} + +.media .media .media { + padding-top: 0.5rem; +} + +.media .media .media + .media { + margin-top: 0.5rem; +} + +.media + .media { + border-top: 1px solid rgba(219, 219, 219, 0.5); + margin-top: 1rem; + padding-top: 1rem; +} + +.media.is-large + .media { + margin-top: 1.5rem; + padding-top: 1.5rem; +} + +.media-left, .media-right { + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; +} + +.media-left { + margin-left: 1rem; +} + +.media-right { + margin-right: 1rem; +} + +.media-content { + flex-basis: auto; + flex-grow: 1; + flex-shrink: 1; + text-align: inherit; +} + +@media screen and (max-width: 768px) { + .media-content { + overflow-x: auto; + } +} + +.menu { + font-size: 1rem; +} + +.menu.is-small { + font-size: 0.75rem; +} + +.menu.is-medium { + font-size: 1.25rem; +} + +.menu.is-large { + font-size: 1.5rem; +} + +.menu-list { + line-height: 1.25; +} + +.menu-list a { + border-radius: 2px; + color: #4a4a4a; + display: block; + padding: 0.5em 0.75em; +} + +.menu-list a:hover { + background-color: #f5f5f5; + color: #363636; +} + +.menu-list a.is-active { + background-color: #3273dc; + color: #fff; +} + +.menu-list li ul { + border-right: 1px solid #dbdbdb; + margin: 0.75em; + padding-right: 0.75em; +} + +.menu-label { + color: #7a7a7a; + font-size: 0.75em; + letter-spacing: 0.1em; + text-transform: uppercase; +} + +.menu-label:not(:first-child) { + margin-top: 1em; +} + +.menu-label:not(:last-child) { + margin-bottom: 1em; +} + +.message { + background-color: #f5f5f5; + border-radius: 4px; + font-size: 1rem; +} + +.message strong { + color: currentColor; +} + +.message a:not(.button):not(.tag):not(.dropdown-item) { + color: currentColor; + text-decoration: underline; +} + +.message.is-small { + font-size: 0.75rem; +} + +.message.is-medium { + font-size: 1.25rem; +} + +.message.is-large { + font-size: 1.5rem; +} + +.message.is-white { + background-color: #fff; +} + +.message.is-white .message-header { + background-color: #fff; + color: #0a0a0a; +} + +.message.is-white .message-body { + border-color: #fff; +} + +.message.is-black { + background-color: #fafafa; +} + +.message.is-black .message-header { + background-color: #0a0a0a; + color: #fff; +} + +.message.is-black .message-body { + border-color: #0a0a0a; +} + +.message.is-light { + background-color: #fafafa; +} + +.message.is-light .message-header { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); +} + +.message.is-light .message-body { + border-color: #f5f5f5; +} + +.message.is-dark { + background-color: #fafafa; +} + +.message.is-dark .message-header { + background-color: #363636; + color: #fff; +} + +.message.is-dark .message-body { + border-color: #363636; +} + +.message.is-primary { + background-color: #ebfffc; +} + +.message.is-primary .message-header { + background-color: #00d1b2; + color: #fff; +} + +.message.is-primary .message-body { + border-color: #00d1b2; + color: #00947e; +} + +.message.is-link { + background-color: #eef3fc; +} + +.message.is-link .message-header { + background-color: #3273dc; + color: #fff; +} + +.message.is-link .message-body { + border-color: #3273dc; + color: #2160c4; +} + +.message.is-info { + background-color: #eef6fc; +} + +.message.is-info .message-header { + background-color: #3298dc; + color: #fff; +} + +.message.is-info .message-body { + border-color: #3298dc; + color: #1d72aa; +} + +.message.is-success { + background-color: #effaf3; +} + +.message.is-success .message-header { + background-color: #48c774; + color: #fff; +} + +.message.is-success .message-body { + border-color: #48c774; + color: #257942; +} + +.message.is-warning { + background-color: #fffbeb; +} + +.message.is-warning .message-header { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.message.is-warning .message-body { + border-color: #ffdd57; + color: #947600; +} + +.message.is-danger { + background-color: #feecf0; +} + +.message.is-danger .message-header { + background-color: #f14668; + color: #fff; +} + +.message.is-danger .message-body { + border-color: #f14668; + color: #cc0f35; +} + +.message-header { + align-items: center; + background-color: #4a4a4a; + border-radius: 4px 4px 0 0; + color: #fff; + display: flex; + font-weight: 700; + justify-content: space-between; + line-height: 1.25; + padding: 0.75em 1em; + position: relative; +} + +.message-header .delete { + flex-grow: 0; + flex-shrink: 0; + margin-right: 0.75em; +} + +.message-header + .message-body { + border-width: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.message-body { + border-color: #dbdbdb; + border-radius: 4px; + border-style: solid; + border-width: 0 0 0 4px; + color: #4a4a4a; + padding: 1.25em 1.5em; +} + +.message-body code, .message-body pre { + background-color: #fff; +} + +.message-body pre code { + background-color: transparent; +} + +.modal { + align-items: center; + display: none; + flex-direction: column; + justify-content: center; + overflow: hidden; + position: fixed; + z-index: 40; +} + +.modal.is-active { + display: flex; +} + +.modal-background { + background-color: rgba(10, 10, 10, 0.86); +} + +.modal-content, .modal-card { + margin: 0 20px; + max-height: calc(100vh - 160px); + overflow: auto; + position: relative; + width: 100%; +} + +@media screen and (min-width: 769px) { + .modal-content, .modal-card { + margin: 0 auto; + max-height: calc(100vh - 40px); + width: 640px; + } +} + +.modal-close { + background: none; + height: 40px; + position: fixed; + left: 20px; + top: 20px; + width: 40px; +} + +.modal-card { + display: flex; + flex-direction: column; + max-height: calc(100vh - 40px); + overflow: hidden; + -ms-overflow-y: visible; +} + +.modal-card-head, .modal-card-foot { + align-items: center; + background-color: #f5f5f5; + display: flex; + flex-shrink: 0; + justify-content: flex-start; + padding: 20px; + position: relative; +} + +.modal-card-head { + border-bottom: 1px solid #dbdbdb; + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +.modal-card-title { + color: #363636; + flex-grow: 1; + flex-shrink: 0; + font-size: 1.5rem; + line-height: 1; +} + +.modal-card-foot { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 1px solid #dbdbdb; +} + +.modal-card-foot .button:not(:last-child) { + margin-left: 0.5em; +} + +.modal-card-body { + -webkit-overflow-scrolling: touch; + background-color: #fff; + flex-grow: 1; + flex-shrink: 1; + overflow: auto; + padding: 20px; +} + +.navbar { + background-color: #fff; + min-height: 3.25rem; + position: relative; + z-index: 30; +} + +.navbar.is-white { + background-color: #fff; + color: #0a0a0a; +} + +.navbar.is-white .navbar-brand > .navbar-item, .navbar.is-white .navbar-brand .navbar-link { + color: #0a0a0a; +} + +.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand .navbar-link:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand .navbar-link:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, .navbar.is-white .navbar-brand .navbar-link.is-active { + background-color: #f2f2f2; + color: #0a0a0a; +} + +.navbar.is-white .navbar-brand .navbar-link::after { + border-color: #0a0a0a; +} + +.navbar.is-white .navbar-burger { + color: #0a0a0a; +} + +@media screen and (min-width: 1024px) { + .navbar.is-white .navbar-start > .navbar-item, .navbar.is-white .navbar-end > .navbar-item, .navbar.is-white .navbar-start .navbar-link, .navbar.is-white .navbar-end .navbar-link { + color: #0a0a0a; + } + + .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-end > a.navbar-item:focus, .navbar.is-white .navbar-start .navbar-link:focus, .navbar.is-white .navbar-end .navbar-link:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-end > a.navbar-item:hover, .navbar.is-white .navbar-start .navbar-link:hover, .navbar.is-white .navbar-end .navbar-link:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, .navbar.is-white .navbar-end > a.navbar-item.is-active, .navbar.is-white .navbar-start .navbar-link.is-active, .navbar.is-white .navbar-end .navbar-link.is-active { + background-color: #f2f2f2; + color: #0a0a0a; + } + + .navbar.is-white .navbar-start .navbar-link::after, .navbar.is-white .navbar-end .navbar-link::after { + border-color: #0a0a0a; + } + + .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #f2f2f2; + color: #0a0a0a; + } + + .navbar.is-white .navbar-dropdown a.navbar-item.is-active { + background-color: #fff; + color: #0a0a0a; + } +} + +.navbar.is-black { + background-color: #0a0a0a; + color: #fff; +} + +.navbar.is-black .navbar-brand > .navbar-item, .navbar.is-black .navbar-brand .navbar-link { + color: #fff; +} + +.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand .navbar-link:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand .navbar-link:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, .navbar.is-black .navbar-brand .navbar-link.is-active { + background-color: #000; + color: #fff; +} + +.navbar.is-black .navbar-brand .navbar-link::after { + border-color: #fff; +} + +.navbar.is-black .navbar-burger { + color: #fff; +} + +@media screen and (min-width: 1024px) { + .navbar.is-black .navbar-start > .navbar-item, .navbar.is-black .navbar-end > .navbar-item, .navbar.is-black .navbar-start .navbar-link, .navbar.is-black .navbar-end .navbar-link { + color: #fff; + } + + .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-end > a.navbar-item:focus, .navbar.is-black .navbar-start .navbar-link:focus, .navbar.is-black .navbar-end .navbar-link:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-end > a.navbar-item:hover, .navbar.is-black .navbar-start .navbar-link:hover, .navbar.is-black .navbar-end .navbar-link:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, .navbar.is-black .navbar-end > a.navbar-item.is-active, .navbar.is-black .navbar-start .navbar-link.is-active, .navbar.is-black .navbar-end .navbar-link.is-active { + background-color: #000; + color: #fff; + } + + .navbar.is-black .navbar-start .navbar-link::after, .navbar.is-black .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #000; + color: #fff; + } + + .navbar.is-black .navbar-dropdown a.navbar-item.is-active { + background-color: #0a0a0a; + color: #fff; + } +} + +.navbar.is-light { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-light .navbar-brand > .navbar-item, .navbar.is-light .navbar-brand .navbar-link { + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand .navbar-link:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand .navbar-link:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, .navbar.is-light .navbar-brand .navbar-link.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-light .navbar-brand .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-light .navbar-burger { + color: rgba(0, 0, 0, 0.7); +} + +@media screen and (min-width: 1024px) { + .navbar.is-light .navbar-start > .navbar-item, .navbar.is-light .navbar-end > .navbar-item, .navbar.is-light .navbar-start .navbar-link, .navbar.is-light .navbar-end .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + + .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-end > a.navbar-item:focus, .navbar.is-light .navbar-start .navbar-link:focus, .navbar.is-light .navbar-end .navbar-link:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-end > a.navbar-item:hover, .navbar.is-light .navbar-start .navbar-link:hover, .navbar.is-light .navbar-end .navbar-link:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, .navbar.is-light .navbar-end > a.navbar-item.is-active, .navbar.is-light .navbar-start .navbar-link.is-active, .navbar.is-light .navbar-end .navbar-link.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + + .navbar.is-light .navbar-start .navbar-link::after, .navbar.is-light .navbar-end .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); + } + + .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + + .navbar.is-light .navbar-dropdown a.navbar-item.is-active { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); + } +} + +.navbar.is-dark { + background-color: #363636; + color: #fff; +} + +.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 .navbar-link:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand .navbar-link:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, .navbar.is-dark .navbar-brand .navbar-link.is-active { + background-color: #292929; + color: #fff; +} + +.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-end > .navbar-item, .navbar.is-dark .navbar-start .navbar-link, .navbar.is-dark .navbar-end .navbar-link { + color: #fff; + } + + .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-end > a.navbar-item:focus, .navbar.is-dark .navbar-start .navbar-link:focus, .navbar.is-dark .navbar-end .navbar-link:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-end > a.navbar-item:hover, .navbar.is-dark .navbar-start .navbar-link:hover, .navbar.is-dark .navbar-end .navbar-link:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, .navbar.is-dark .navbar-end > a.navbar-item.is-active, .navbar.is-dark .navbar-start .navbar-link.is-active, .navbar.is-dark .navbar-end .navbar-link.is-active { + background-color: #292929; + color: #fff; + } + + .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 { + background-color: #292929; + color: #fff; + } + + .navbar.is-dark .navbar-dropdown a.navbar-item.is-active { + background-color: #363636; + color: #fff; + } +} + +.navbar.is-primary { + background-color: #00d1b2; + color: #fff; +} + +.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 .navbar-link:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand .navbar-link:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, .navbar.is-primary .navbar-brand .navbar-link.is-active { + background-color: #00b89c; + color: #fff; +} + +.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-end > .navbar-item, .navbar.is-primary .navbar-start .navbar-link, .navbar.is-primary .navbar-end .navbar-link { + color: #fff; + } + + .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-end > a.navbar-item:focus, .navbar.is-primary .navbar-start .navbar-link:focus, .navbar.is-primary .navbar-end .navbar-link:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-end > a.navbar-item:hover, .navbar.is-primary .navbar-start .navbar-link:hover, .navbar.is-primary .navbar-end .navbar-link:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, .navbar.is-primary .navbar-end > a.navbar-item.is-active, .navbar.is-primary .navbar-start .navbar-link.is-active, .navbar.is-primary .navbar-end .navbar-link.is-active { + background-color: #00b89c; + color: #fff; + } + + .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 { + background-color: #00b89c; + color: #fff; + } + + .navbar.is-primary .navbar-dropdown a.navbar-item.is-active { + background-color: #00d1b2; + color: #fff; + } +} + +.navbar.is-link { + background-color: #3273dc; + color: #fff; +} + +.navbar.is-link .navbar-brand > .navbar-item, .navbar.is-link .navbar-brand .navbar-link { + color: #fff; +} + +.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand .navbar-link:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, .navbar.is-link .navbar-brand .navbar-link.is-active { + background-color: #2366d1; + color: #fff; +} + +.navbar.is-link .navbar-brand .navbar-link::after { + border-color: #fff; +} + +.navbar.is-link .navbar-burger { + color: #fff; +} + +@media screen and (min-width: 1024px) { + .navbar.is-link .navbar-start > .navbar-item, .navbar.is-link .navbar-end > .navbar-item, .navbar.is-link .navbar-start .navbar-link, .navbar.is-link .navbar-end .navbar-link { + color: #fff; + } + + .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-end > a.navbar-item:focus, .navbar.is-link .navbar-start .navbar-link:focus, .navbar.is-link .navbar-end .navbar-link:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-end > a.navbar-item:hover, .navbar.is-link .navbar-start .navbar-link:hover, .navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, .navbar.is-link .navbar-end > a.navbar-item.is-active, .navbar.is-link .navbar-start .navbar-link.is-active, .navbar.is-link .navbar-end .navbar-link.is-active { + background-color: #2366d1; + color: #fff; + } + + .navbar.is-link .navbar-start .navbar-link::after, .navbar.is-link .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #2366d1; + color: #fff; + } + + .navbar.is-link .navbar-dropdown a.navbar-item.is-active { + background-color: #3273dc; + color: #fff; + } +} + +.navbar.is-info { + background-color: #3298dc; + color: #fff; +} + +.navbar.is-info .navbar-brand > .navbar-item, .navbar.is-info .navbar-brand .navbar-link { + color: #fff; +} + +.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand .navbar-link:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, .navbar.is-info .navbar-brand .navbar-link.is-active { + background-color: #238cd1; + color: #fff; +} + +.navbar.is-info .navbar-brand .navbar-link::after { + border-color: #fff; +} + +.navbar.is-info .navbar-burger { + color: #fff; +} + +@media screen and (min-width: 1024px) { + .navbar.is-info .navbar-start > .navbar-item, .navbar.is-info .navbar-end > .navbar-item, .navbar.is-info .navbar-start .navbar-link, .navbar.is-info .navbar-end .navbar-link { + color: #fff; + } + + .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-end > a.navbar-item:focus, .navbar.is-info .navbar-start .navbar-link:focus, .navbar.is-info .navbar-end .navbar-link:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-end > a.navbar-item:hover, .navbar.is-info .navbar-start .navbar-link:hover, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, .navbar.is-info .navbar-end > a.navbar-item.is-active, .navbar.is-info .navbar-start .navbar-link.is-active, .navbar.is-info .navbar-end .navbar-link.is-active { + background-color: #238cd1; + color: #fff; + } + + .navbar.is-info .navbar-start .navbar-link::after, .navbar.is-info .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #238cd1; + color: #fff; + } + + .navbar.is-info .navbar-dropdown a.navbar-item.is-active { + background-color: #3298dc; + color: #fff; + } +} + +.navbar.is-success { + background-color: #48c774; + color: #fff; +} + +.navbar.is-success .navbar-brand > .navbar-item, .navbar.is-success .navbar-brand .navbar-link { + color: #fff; +} + +.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand .navbar-link:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, .navbar.is-success .navbar-brand .navbar-link.is-active { + background-color: #3abb67; + color: #fff; +} + +.navbar.is-success .navbar-brand .navbar-link::after { + border-color: #fff; +} + +.navbar.is-success .navbar-burger { + color: #fff; +} + +@media screen and (min-width: 1024px) { + .navbar.is-success .navbar-start > .navbar-item, .navbar.is-success .navbar-end > .navbar-item, .navbar.is-success .navbar-start .navbar-link, .navbar.is-success .navbar-end .navbar-link { + color: #fff; + } + + .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-end > a.navbar-item:focus, .navbar.is-success .navbar-start .navbar-link:focus, .navbar.is-success .navbar-end .navbar-link:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-end > a.navbar-item:hover, .navbar.is-success .navbar-start .navbar-link:hover, .navbar.is-success .navbar-end .navbar-link:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, .navbar.is-success .navbar-end > a.navbar-item.is-active, .navbar.is-success .navbar-start .navbar-link.is-active, .navbar.is-success .navbar-end .navbar-link.is-active { + background-color: #3abb67; + color: #fff; + } + + .navbar.is-success .navbar-start .navbar-link::after, .navbar.is-success .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #3abb67; + color: #fff; + } + + .navbar.is-success .navbar-dropdown a.navbar-item.is-active { + background-color: #48c774; + color: #fff; + } +} + +.navbar.is-warning { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-warning .navbar-brand > .navbar-item, .navbar.is-warning .navbar-brand .navbar-link { + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand .navbar-link:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, .navbar.is-warning .navbar-brand .navbar-link.is-active { + background-color: #ffd83d; + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-warning .navbar-brand .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-warning .navbar-burger { + color: rgba(0, 0, 0, 0.7); +} + +@media screen and (min-width: 1024px) { + .navbar.is-warning .navbar-start > .navbar-item, .navbar.is-warning .navbar-end > .navbar-item, .navbar.is-warning .navbar-start .navbar-link, .navbar.is-warning .navbar-end .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + + .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-end > a.navbar-item:focus, .navbar.is-warning .navbar-start .navbar-link:focus, .navbar.is-warning .navbar-end .navbar-link:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-end > a.navbar-item:hover, .navbar.is-warning .navbar-start .navbar-link:hover, .navbar.is-warning .navbar-end .navbar-link:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, .navbar.is-warning .navbar-end > a.navbar-item.is-active, .navbar.is-warning .navbar-start .navbar-link.is-active, .navbar.is-warning .navbar-end .navbar-link.is-active { + background-color: #ffd83d; + color: rgba(0, 0, 0, 0.7); + } + + .navbar.is-warning .navbar-start .navbar-link::after, .navbar.is-warning .navbar-end .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); + } + + .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ffd83d; + color: rgba(0, 0, 0, 0.7); + } + + .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); + } +} + +.navbar.is-danger { + background-color: #f14668; + color: #fff; +} + +.navbar.is-danger .navbar-brand > .navbar-item, .navbar.is-danger .navbar-brand .navbar-link { + color: #fff; +} + +.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand .navbar-link:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand .navbar-link:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, .navbar.is-danger .navbar-brand .navbar-link.is-active { + background-color: #ef2e55; + color: #fff; +} + +.navbar.is-danger .navbar-brand .navbar-link::after { + border-color: #fff; +} + +.navbar.is-danger .navbar-burger { + color: #fff; +} + +@media screen and (min-width: 1024px) { + .navbar.is-danger .navbar-start > .navbar-item, .navbar.is-danger .navbar-end > .navbar-item, .navbar.is-danger .navbar-start .navbar-link, .navbar.is-danger .navbar-end .navbar-link { + color: #fff; + } + + .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-end > a.navbar-item:focus, .navbar.is-danger .navbar-start .navbar-link:focus, .navbar.is-danger .navbar-end .navbar-link:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-end > a.navbar-item:hover, .navbar.is-danger .navbar-start .navbar-link:hover, .navbar.is-danger .navbar-end .navbar-link:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, .navbar.is-danger .navbar-end > a.navbar-item.is-active, .navbar.is-danger .navbar-start .navbar-link.is-active, .navbar.is-danger .navbar-end .navbar-link.is-active { + background-color: #ef2e55; + color: #fff; + } + + .navbar.is-danger .navbar-start .navbar-link::after, .navbar.is-danger .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ef2e55; + color: #fff; + } + + .navbar.is-danger .navbar-dropdown a.navbar-item.is-active { + background-color: #f14668; + color: #fff; + } +} + +.navbar > .container { + align-items: stretch; + display: flex; + min-height: 3.25rem; + width: 100%; +} + +.navbar.has-shadow { + box-shadow: 0 2px 0 0 #f5f5f5; +} + +.navbar.is-fixed-bottom, .navbar.is-fixed-top { + left: 0; + position: fixed; + right: 0; + z-index: 30; +} + +.navbar.is-fixed-bottom { + bottom: 0; +} + +.navbar.is-fixed-bottom.has-shadow { + box-shadow: 0 -2px 0 0 #f5f5f5; +} + +.navbar.is-fixed-top { + top: 0; +} + +html.has-navbar-fixed-top, body.has-navbar-fixed-top { + padding-top: 3.25rem; +} + +html.has-navbar-fixed-bottom, body.has-navbar-fixed-bottom { + padding-bottom: 3.25rem; +} + +.navbar-brand, .navbar-tabs { + align-items: stretch; + display: flex; + flex-shrink: 0; + min-height: 3.25rem; +} + +.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover { + background-color: transparent; +} + +.navbar-tabs { + -webkit-overflow-scrolling: touch; + max-width: 100vw; + overflow-x: auto; + overflow-y: hidden; +} + +.navbar-burger { + color: #4a4a4a; + cursor: pointer; + display: block; + height: 3.25rem; + position: relative; + width: 3.25rem; + margin-right: auto; +} + +.navbar-burger span { + background-color: currentColor; + display: block; + height: 1px; + left: calc(50% - 8px); + position: absolute; + transform-origin: center; + transition-duration: 86ms; + transition-property: background-color, opacity, transform; + transition-timing-function: ease-out; + width: 16px; +} + +.navbar-burger span:nth-child(1) { + top: calc(50% - 6px); +} + +.navbar-burger span:nth-child(2) { + top: calc(50% - 1px); +} + +.navbar-burger span:nth-child(3) { + top: calc(50% + 4px); +} + +.navbar-burger:hover { + background-color: rgba(0, 0, 0, 0.05); +} + +.navbar-burger.is-active span:nth-child(1) { + transform: translateY(5px) rotate(45deg); +} + +.navbar-burger.is-active span:nth-child(2) { + opacity: 0; +} + +.navbar-burger.is-active span:nth-child(3) { + transform: translateY(-5px) rotate(-45deg); +} + +.navbar-menu { + display: none; +} + +.navbar-item, .navbar-link { + color: #4a4a4a; + display: block; + line-height: 1.5; + padding: 0.5rem 0.75rem; + position: relative; +} + +.navbar-item .icon:only-child, .navbar-link .icon:only-child { + margin-left: -0.25rem; + margin-right: -0.25rem; +} + +a.navbar-item, .navbar-link { + cursor: pointer; +} + +a.navbar-item:focus, .navbar-link:focus, a.navbar-item:focus-within, .navbar-link:focus-within, a.navbar-item:hover, .navbar-link:hover, a.navbar-item.is-active, .navbar-link.is-active { + background-color: #fafafa; + color: #3273dc; +} + +.navbar-item { + flex-grow: 0; + flex-shrink: 0; +} + +.navbar-item img { + max-height: 1.75rem; +} + +.navbar-item.has-dropdown { + padding: 0; +} + +.navbar-item.is-expanded { + flex-grow: 1; + flex-shrink: 1; +} + +.navbar-item.is-tab { + border-bottom: 1px solid transparent; + min-height: 3.25rem; + padding-bottom: calc(0.5rem - 1px); +} + +.navbar-item.is-tab:focus, .navbar-item.is-tab:hover { + background-color: transparent; + border-bottom-color: #3273dc; +} + +.navbar-item.is-tab.is-active { + background-color: transparent; + border-bottom-color: #3273dc; + border-bottom-style: solid; + border-bottom-width: 3px; + color: #3273dc; + padding-bottom: calc(0.5rem - 3px); +} + +.navbar-content { + flex-grow: 1; + flex-shrink: 1; +} + +.navbar-link:not(.is-arrowless) { + padding-left: 2.5em; +} + +.navbar-link:not(.is-arrowless)::after { + border-color: #3273dc; + margin-top: -0.375em; + left: 1.125em; +} + +.navbar-dropdown { + font-size: 0.875rem; + padding-bottom: 0.5rem; + padding-top: 0.5rem; +} + +.navbar-dropdown .navbar-item { + padding-left: 1.5rem; + padding-right: 1.5rem; +} + +.navbar-divider { + background-color: #f5f5f5; + border: none; + display: none; + height: 2px; + margin: 0.5rem 0; +} + +@media screen and (max-width: 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; + box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1); + padding: 0.5rem 0; + } + + .navbar-menu.is-active { + display: block; + } + + .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch { + left: 0; + position: fixed; + right: 0; + z-index: 30; + } + + .navbar.is-fixed-bottom-touch { + bottom: 0; + } + + .navbar.is-fixed-bottom-touch.has-shadow { + box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); + } + + .navbar.is-fixed-top-touch { + top: 0; + } + + .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu { + -webkit-overflow-scrolling: touch; + max-height: calc(100vh - 3.25rem); + overflow: auto; + } + + html.has-navbar-fixed-top-touch, body.has-navbar-fixed-top-touch { + padding-top: 3.25rem; + } + + html.has-navbar-fixed-bottom-touch, body.has-navbar-fixed-bottom-touch { + padding-bottom: 3.25rem; + } +} + +@media screen and (min-width: 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 .navbar-link:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent .navbar-link:hover, .navbar.is-transparent a.navbar-item.is-active, .navbar.is-transparent .navbar-link.is-active { + background-color: transparent !important; + } + + .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link { + background-color: transparent !important; + } + + .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover { + background-color: #f5f5f5; + color: #0a0a0a; + } + + .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { + background-color: #f5f5f5; + color: #3273dc; + } + + .navbar-burger { + display: none; + } + + .navbar-item, .navbar-link { + align-items: center; + display: flex; + } + + .navbar-item.has-dropdown { + align-items: stretch; + } + + .navbar-item.has-dropdown-up .navbar-link::after { + transform: rotate(135deg) translate(0.25em, -0.25em); + } + + .navbar-item.has-dropdown-up .navbar-dropdown { + border-bottom: 2px solid #dbdbdb; + border-radius: 6px 6px 0 0; + border-top: none; + bottom: 100%; + box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1); + top: auto; + } + + .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown { + display: block; + } + + .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .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-left: auto; + } + + .navbar-end { + justify-content: flex-end; + margin-right: auto; + } + + .navbar-dropdown { + background-color: #fff; + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 2px solid #dbdbdb; + box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1); + display: none; + font-size: 0.875rem; + right: 0; + min-width: 100%; + position: absolute; + top: 100%; + z-index: 20; + } + + .navbar-dropdown .navbar-item { + padding: 0.375rem 1rem; + white-space: nowrap; + } + + .navbar-dropdown a.navbar-item { + padding-left: 3rem; + } + + .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover { + background-color: #f5f5f5; + color: #0a0a0a; + } + + .navbar-dropdown a.navbar-item.is-active { + background-color: #f5f5f5; + color: #3273dc; + } + + .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { + border-radius: 6px; + border-top: none; + box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); + display: block; + opacity: 0; + pointer-events: none; + top: calc(100% + -4px); + transform: translateY(-5px); + transition-duration: 86ms; + transition-property: opacity, transform; + } + + .navbar-dropdown.is-right { + left: auto; + right: 0; + } + + .navbar-divider { + display: block; + } + + .navbar > .container .navbar-brand, .container > .navbar .navbar-brand { + margin-right: -0.75rem; + } + + .navbar > .container .navbar-menu, .container > .navbar .navbar-menu { + margin-left: -0.75rem; + } + + .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop { + left: 0; + position: fixed; + right: 0; + z-index: 30; + } + + .navbar.is-fixed-bottom-desktop { + bottom: 0; + } + + .navbar.is-fixed-bottom-desktop.has-shadow { + box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); + } + + .navbar.is-fixed-top-desktop { + top: 0; + } + + html.has-navbar-fixed-top-desktop, body.has-navbar-fixed-top-desktop { + padding-top: 3.25rem; + } + + html.has-navbar-fixed-bottom-desktop, body.has-navbar-fixed-bottom-desktop { + padding-bottom: 3.25rem; + } + + html.has-spaced-navbar-fixed-top, body.has-spaced-navbar-fixed-top { + padding-top: 5.25rem; + } + + html.has-spaced-navbar-fixed-bottom, body.has-spaced-navbar-fixed-bottom { + padding-bottom: 5.25rem; + } + + a.navbar-item.is-active, .navbar-link.is-active { + color: #0a0a0a; + } + + a.navbar-item.is-active:not(:focus):not(:hover), .navbar-link.is-active:not(:focus):not(:hover) { + background-color: transparent; + } + + .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #fafafa; + } +} + +.hero.is-fullheight-with-navbar { + min-height: calc(100vh - 3.25rem); +} + +.pagination { + font-size: 1rem; + margin: -0.25rem; +} + +.pagination.is-small { + font-size: 0.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 { + padding-left: 1em; + padding-right: 1em; + border-radius: 290486px; +} + +.pagination.is-rounded .pagination-link { + border-radius: 290486px; +} + +.pagination, .pagination-list { + align-items: center; + display: flex; + justify-content: center; + text-align: center; +} + +.pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis { + font-size: 1em; + justify-content: center; + margin: 0.25rem; + padding-left: 0.5em; + padding-right: 0.5em; + text-align: center; +} + +.pagination-previous, .pagination-next, .pagination-link { + border-color: #dbdbdb; + color: #363636; + min-width: 2.5em; +} + +.pagination-previous:hover, .pagination-next:hover, .pagination-link:hover { + border-color: #b5b5b5; + color: #363636; +} + +.pagination-previous:focus, .pagination-next:focus, .pagination-link:focus { + border-color: #3273dc; +} + +.pagination-previous:active, .pagination-next:active, .pagination-link:active { + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); +} + +.pagination-previous[disabled], .pagination-next[disabled], .pagination-link[disabled] { + background-color: #dbdbdb; + border-color: #dbdbdb; + box-shadow: none; + color: #7a7a7a; + opacity: 0.5; +} + +.pagination-previous, .pagination-next { + padding-left: 0.75em; + padding-right: 0.75em; + white-space: nowrap; +} + +.pagination-link.is-current { + background-color: #3273dc; + border-color: #3273dc; + color: #fff; +} + +.pagination-ellipsis { + color: #b5b5b5; + pointer-events: none; +} + +.pagination-list { + flex-wrap: wrap; +} + +@media screen and (max-width: 768px) { + .pagination { + flex-wrap: wrap; + } + + .pagination-previous, .pagination-next { + flex-grow: 1; + flex-shrink: 1; + } + + .pagination-list li { + flex-grow: 1; + flex-shrink: 1; + } +} + +@media screen and (min-width: 769px), print { + .pagination-list { + flex-grow: 1; + flex-shrink: 1; + justify-content: flex-start; + order: 1; + } + + .pagination-previous { + order: 2; + } + + .pagination-next { + order: 3; + } + + .pagination { + justify-content: space-between; + } + + .pagination.is-centered .pagination-previous { + order: 1; + } + + .pagination.is-centered .pagination-list { + justify-content: center; + order: 2; + } + + .pagination.is-centered .pagination-next { + order: 3; + } + + .pagination.is-right .pagination-previous { + order: 1; + } + + .pagination.is-right .pagination-next { + order: 2; + } + + .pagination.is-right .pagination-list { + justify-content: flex-end; + order: 3; + } +} + +.panel { + border-radius: 6px; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + font-size: 1rem; +} + +.panel:not(:last-child) { + margin-bottom: 1.5rem; +} + +.panel.is-white .panel-heading { + background-color: #fff; + color: #0a0a0a; +} + +.panel.is-white .panel-tabs a.is-active { + border-bottom-color: #fff; +} + +.panel.is-white .panel-block.is-active .panel-icon { + color: #fff; +} + +.panel.is-black .panel-heading { + background-color: #0a0a0a; + color: #fff; +} + +.panel.is-black .panel-tabs a.is-active { + border-bottom-color: #0a0a0a; +} + +.panel.is-black .panel-block.is-active .panel-icon { + color: #0a0a0a; +} + +.panel.is-light .panel-heading { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); +} + +.panel.is-light .panel-tabs a.is-active { + border-bottom-color: #f5f5f5; +} + +.panel.is-light .panel-block.is-active .panel-icon { + color: #f5f5f5; +} + +.panel.is-dark .panel-heading { + background-color: #363636; + color: #fff; +} + +.panel.is-dark .panel-tabs a.is-active { + border-bottom-color: #363636; +} + +.panel.is-dark .panel-block.is-active .panel-icon { + color: #363636; +} + +.panel.is-primary .panel-heading { + background-color: #00d1b2; + color: #fff; +} + +.panel.is-primary .panel-tabs a.is-active { + border-bottom-color: #00d1b2; +} + +.panel.is-primary .panel-block.is-active .panel-icon { + color: #00d1b2; +} + +.panel.is-link .panel-heading { + background-color: #3273dc; + color: #fff; +} + +.panel.is-link .panel-tabs a.is-active { + border-bottom-color: #3273dc; +} + +.panel.is-link .panel-block.is-active .panel-icon { + color: #3273dc; +} + +.panel.is-info .panel-heading { + background-color: #3298dc; + color: #fff; +} + +.panel.is-info .panel-tabs a.is-active { + border-bottom-color: #3298dc; +} + +.panel.is-info .panel-block.is-active .panel-icon { + color: #3298dc; +} + +.panel.is-success .panel-heading { + background-color: #48c774; + color: #fff; +} + +.panel.is-success .panel-tabs a.is-active { + border-bottom-color: #48c774; +} + +.panel.is-success .panel-block.is-active .panel-icon { + color: #48c774; +} + +.panel.is-warning .panel-heading { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.panel.is-warning .panel-tabs a.is-active { + border-bottom-color: #ffdd57; +} + +.panel.is-warning .panel-block.is-active .panel-icon { + color: #ffdd57; +} + +.panel.is-danger .panel-heading { + background-color: #f14668; + color: #fff; +} + +.panel.is-danger .panel-tabs a.is-active { + border-bottom-color: #f14668; +} + +.panel.is-danger .panel-block.is-active .panel-icon { + color: #f14668; +} + +.panel-tabs:not(:last-child), .panel-block:not(:last-child) { + border-bottom: 1px solid #ededed; +} + +.panel-heading { + background-color: #ededed; + border-radius: 6px 6px 0 0; + color: #363636; + font-size: 1.25em; + font-weight: 700; + line-height: 1.25; + padding: 0.75em 1em; +} + +.panel-tabs { + align-items: flex-end; + display: flex; + font-size: 0.875em; + justify-content: center; +} + +.panel-tabs a { + border-bottom: 1px solid #dbdbdb; + margin-bottom: -1px; + padding: 0.5em; +} + +.panel-tabs a.is-active { + border-bottom-color: #4a4a4a; + color: #363636; +} + +.panel-list a { + color: #4a4a4a; +} + +.panel-list a:hover { + color: #3273dc; +} + +.panel-block { + align-items: center; + color: #363636; + display: flex; + justify-content: flex-start; + padding: 0.5em 0.75em; +} + +.panel-block input[type="checkbox"] { + margin-left: 0.75em; +} + +.panel-block > .control { + flex-grow: 1; + flex-shrink: 1; + width: 100%; +} + +.panel-block.is-wrapped { + flex-wrap: wrap; +} + +.panel-block.is-active { + border-left-color: #3273dc; + color: #363636; +} + +.panel-block.is-active .panel-icon { + color: #3273dc; +} + +.panel-block:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +a.panel-block, label.panel-block { + cursor: pointer; +} + +a.panel-block:hover, label.panel-block:hover { + background-color: #f5f5f5; +} + +.panel-icon { + display: inline-block; + font-size: 14px; + height: 1em; + line-height: 1em; + text-align: center; + vertical-align: top; + width: 1em; + color: #7a7a7a; + margin-left: 0.75em; +} + +.panel-icon .fa { + font-size: inherit; + line-height: inherit; +} + +.tabs { + -webkit-overflow-scrolling: touch; + align-items: stretch; + display: flex; + font-size: 1rem; + justify-content: space-between; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} + +.tabs a { + align-items: center; + border-bottom-color: #dbdbdb; + border-bottom-style: solid; + border-bottom-width: 1px; + color: #4a4a4a; + display: flex; + justify-content: center; + margin-bottom: -1px; + padding: 0.5em 1em; + vertical-align: top; +} + +.tabs a:hover { + border-bottom-color: #363636; + color: #363636; +} + +.tabs li { + display: block; +} + +.tabs li.is-active a { + border-bottom-color: #3273dc; + color: #3273dc; +} + +.tabs ul { + align-items: center; + border-bottom-color: #dbdbdb; + border-bottom-style: solid; + border-bottom-width: 1px; + display: flex; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; +} + +.tabs ul.is-left { + padding-right: 0.75em; +} + +.tabs ul.is-center { + flex: none; + justify-content: center; + padding-left: 0.75em; + padding-right: 0.75em; +} + +.tabs ul.is-right { + justify-content: flex-end; + padding-left: 0.75em; +} + +.tabs .icon:first-child { + margin-left: 0.5em; +} + +.tabs .icon:last-child { + margin-right: 0.5em; +} + +.tabs.is-centered ul { + justify-content: center; +} + +.tabs.is-right ul { + justify-content: flex-end; +} + +.tabs.is-boxed a { + border: 1px solid transparent; + border-radius: 0 0 4px 4px; +} + +.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: transparent !important; +} + +.tabs.is-fullwidth li { + flex-grow: 1; + flex-shrink: 0; +} + +.tabs.is-toggle a { + border-color: #dbdbdb; + border-style: solid; + border-width: 1px; + margin-bottom: 0; + position: relative; +} + +.tabs.is-toggle a:hover { + background-color: #f5f5f5; + border-color: #b5b5b5; + z-index: 2; +} + +.tabs.is-toggle li + li { + margin-right: -1px; +} + +.tabs.is-toggle li:first-child a { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + +.tabs.is-toggle li:last-child a { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + +.tabs.is-toggle li.is-active a { + background-color: #3273dc; + border-color: #3273dc; + color: #fff; + z-index: 1; +} + +.tabs.is-toggle ul { + border-bottom: none; +} + +.tabs.is-toggle.is-toggle-rounded li:first-child a { + border-bottom-right-radius: 290486px; + border-top-right-radius: 290486px; + padding-right: 1.25em; +} + +.tabs.is-toggle.is-toggle-rounded li:last-child a { + border-bottom-left-radius: 290486px; + border-top-left-radius: 290486px; + padding-left: 1.25em; +} + +.tabs.is-small { + font-size: 0.75rem; +} + +.tabs.is-medium { + font-size: 1.25rem; +} + +.tabs.is-large { + font-size: 1.5rem; +} + +/* Bulma Grid */ +.column { + display: block; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + padding: 0.75rem; +} + +.columns.is-mobile > .column.is-narrow { + flex: none; +} + +.columns.is-mobile > .column.is-full { + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-three-quarters { + flex: none; + width: 75%; +} + +.columns.is-mobile > .column.is-two-thirds { + flex: none; + width: 66.6666%; +} + +.columns.is-mobile > .column.is-half { + flex: none; + width: 50%; +} + +.columns.is-mobile > .column.is-one-third { + flex: none; + width: 33.3333%; +} + +.columns.is-mobile > .column.is-one-quarter { + flex: none; + width: 25%; +} + +.columns.is-mobile > .column.is-one-fifth { + flex: none; + width: 20%; +} + +.columns.is-mobile > .column.is-two-fifths { + flex: none; + width: 40%; +} + +.columns.is-mobile > .column.is-three-fifths { + flex: none; + width: 60%; +} + +.columns.is-mobile > .column.is-four-fifths { + flex: none; + width: 80%; +} + +.columns.is-mobile > .column.is-offset-three-quarters { + margin-left: 75%; +} + +.columns.is-mobile > .column.is-offset-two-thirds { + margin-left: 66.6666%; +} + +.columns.is-mobile > .column.is-offset-half { + margin-left: 50%; +} + +.columns.is-mobile > .column.is-offset-one-third { + margin-left: 33.3333%; +} + +.columns.is-mobile > .column.is-offset-one-quarter { + margin-left: 25%; +} + +.columns.is-mobile > .column.is-offset-one-fifth { + margin-left: 20%; +} + +.columns.is-mobile > .column.is-offset-two-fifths { + margin-left: 40%; +} + +.columns.is-mobile > .column.is-offset-three-fifths { + margin-left: 60%; +} + +.columns.is-mobile > .column.is-offset-four-fifths { + margin-left: 80%; +} + +.columns.is-mobile > .column.is-0 { + flex: none; + width: 0%; +} + +.columns.is-mobile > .column.is-offset-0 { + margin-left: 0%; +} + +.columns.is-mobile > .column.is-1 { + flex: none; + width: 8.333333333333332%; +} + +.columns.is-mobile > .column.is-offset-1 { + margin-left: 8.333333333333332%; +} + +.columns.is-mobile > .column.is-2 { + flex: none; + width: 16.666666666666664%; +} + +.columns.is-mobile > .column.is-offset-2 { + margin-left: 16.666666666666664%; +} + +.columns.is-mobile > .column.is-3 { + flex: none; + width: 25%; +} + +.columns.is-mobile > .column.is-offset-3 { + margin-left: 25%; +} + +.columns.is-mobile > .column.is-4 { + flex: none; + width: 33.33333333333333%; +} + +.columns.is-mobile > .column.is-offset-4 { + margin-left: 33.33333333333333%; +} + +.columns.is-mobile > .column.is-5 { + flex: none; + width: 41.66666666666667%; +} + +.columns.is-mobile > .column.is-offset-5 { + margin-left: 41.66666666666667%; +} + +.columns.is-mobile > .column.is-6 { + flex: none; + width: 50%; +} + +.columns.is-mobile > .column.is-offset-6 { + margin-left: 50%; +} + +.columns.is-mobile > .column.is-7 { + flex: none; + width: 58.333333333333336%; +} + +.columns.is-mobile > .column.is-offset-7 { + margin-left: 58.333333333333336%; +} + +.columns.is-mobile > .column.is-8 { + flex: none; + width: 66.66666666666666%; +} + +.columns.is-mobile > .column.is-offset-8 { + margin-left: 66.66666666666666%; +} + +.columns.is-mobile > .column.is-9 { + flex: none; + width: 75%; +} + +.columns.is-mobile > .column.is-offset-9 { + margin-left: 75%; +} + +.columns.is-mobile > .column.is-10 { + flex: none; + width: 83.33333333333334%; +} + +.columns.is-mobile > .column.is-offset-10 { + margin-left: 83.33333333333334%; +} + +.columns.is-mobile > .column.is-11 { + flex: none; + width: 91.66666666666666%; +} + +.columns.is-mobile > .column.is-offset-11 { + margin-left: 91.66666666666666%; +} + +.columns.is-mobile > .column.is-12 { + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-offset-12 { + margin-left: 100%; +} + +@media screen and (max-width: 768px) { + .column.is-narrow-mobile { + flex: none; + } + + .column.is-full-mobile { + flex: none; + width: 100%; + } + + .column.is-three-quarters-mobile { + flex: none; + width: 75%; + } + + .column.is-two-thirds-mobile { + flex: none; + width: 66.6666%; + } + + .column.is-half-mobile { + flex: none; + width: 50%; + } + + .column.is-one-third-mobile { + flex: none; + width: 33.3333%; + } + + .column.is-one-quarter-mobile { + flex: none; + width: 25%; + } + + .column.is-one-fifth-mobile { + flex: none; + width: 20%; + } + + .column.is-two-fifths-mobile { + flex: none; + width: 40%; + } + + .column.is-three-fifths-mobile { + flex: none; + width: 60%; + } + + .column.is-four-fifths-mobile { + flex: none; + width: 80%; + } + + .column.is-offset-three-quarters-mobile { + margin-left: 75%; + } + + .column.is-offset-two-thirds-mobile { + margin-left: 66.6666%; + } + + .column.is-offset-half-mobile { + margin-left: 50%; + } + + .column.is-offset-one-third-mobile { + margin-left: 33.3333%; + } + + .column.is-offset-one-quarter-mobile { + margin-left: 25%; + } + + .column.is-offset-one-fifth-mobile { + margin-left: 20%; + } + + .column.is-offset-two-fifths-mobile { + margin-left: 40%; + } + + .column.is-offset-three-fifths-mobile { + margin-left: 60%; + } + + .column.is-offset-four-fifths-mobile { + margin-left: 80%; + } + + .column.is-0-mobile { + flex: none; + width: 0%; + } + + .column.is-offset-0-mobile { + margin-left: 0%; + } + + .column.is-1-mobile { + flex: none; + width: 8.333333333333332%; + } + + .column.is-offset-1-mobile { + margin-left: 8.333333333333332%; + } + + .column.is-2-mobile { + flex: none; + width: 16.666666666666664%; + } + + .column.is-offset-2-mobile { + margin-left: 16.666666666666664%; + } + + .column.is-3-mobile { + flex: none; + width: 25%; + } + + .column.is-offset-3-mobile { + margin-left: 25%; + } + + .column.is-4-mobile { + flex: none; + width: 33.33333333333333%; + } + + .column.is-offset-4-mobile { + margin-left: 33.33333333333333%; + } + + .column.is-5-mobile { + flex: none; + width: 41.66666666666667%; + } + + .column.is-offset-5-mobile { + margin-left: 41.66666666666667%; + } + + .column.is-6-mobile { + flex: none; + width: 50%; + } + + .column.is-offset-6-mobile { + margin-left: 50%; + } + + .column.is-7-mobile { + flex: none; + width: 58.333333333333336%; + } + + .column.is-offset-7-mobile { + margin-left: 58.333333333333336%; + } + + .column.is-8-mobile { + flex: none; + width: 66.66666666666666%; + } + + .column.is-offset-8-mobile { + margin-left: 66.66666666666666%; + } + + .column.is-9-mobile { + flex: none; + width: 75%; + } + + .column.is-offset-9-mobile { + margin-left: 75%; + } + + .column.is-10-mobile { + flex: none; + width: 83.33333333333334%; + } + + .column.is-offset-10-mobile { + margin-left: 83.33333333333334%; + } + + .column.is-11-mobile { + flex: none; + width: 91.66666666666666%; + } + + .column.is-offset-11-mobile { + margin-left: 91.66666666666666%; + } + + .column.is-12-mobile { + flex: none; + width: 100%; + } + + .column.is-offset-12-mobile { + margin-left: 100%; + } +} + +@media screen and (min-width: 769px), print { + .column.is-narrow, .column.is-narrow-tablet { + flex: none; + } + + .column.is-full, .column.is-full-tablet { + flex: none; + width: 100%; + } + + .column.is-three-quarters, .column.is-three-quarters-tablet { + flex: none; + width: 75%; + } + + .column.is-two-thirds, .column.is-two-thirds-tablet { + flex: none; + width: 66.6666%; + } + + .column.is-half, .column.is-half-tablet { + flex: none; + width: 50%; + } + + .column.is-one-third, .column.is-one-third-tablet { + flex: none; + width: 33.3333%; + } + + .column.is-one-quarter, .column.is-one-quarter-tablet { + flex: none; + width: 25%; + } + + .column.is-one-fifth, .column.is-one-fifth-tablet { + flex: none; + width: 20%; + } + + .column.is-two-fifths, .column.is-two-fifths-tablet { + flex: none; + width: 40%; + } + + .column.is-three-fifths, .column.is-three-fifths-tablet { + flex: none; + width: 60%; + } + + .column.is-four-fifths, .column.is-four-fifths-tablet { + flex: none; + width: 80%; + } + + .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { + margin-left: 75%; + } + + .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { + margin-left: 66.6666%; + } + + .column.is-offset-half, .column.is-offset-half-tablet { + margin-left: 50%; + } + + .column.is-offset-one-third, .column.is-offset-one-third-tablet { + margin-left: 33.3333%; + } + + .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { + margin-left: 25%; + } + + .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet { + margin-left: 20%; + } + + .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet { + margin-left: 40%; + } + + .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet { + margin-left: 60%; + } + + .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet { + margin-left: 80%; + } + + .column.is-0, .column.is-0-tablet { + flex: none; + width: 0%; + } + + .column.is-offset-0, .column.is-offset-0-tablet { + margin-left: 0%; + } + + .column.is-1, .column.is-1-tablet { + flex: none; + width: 8.333333333333332%; + } + + .column.is-offset-1, .column.is-offset-1-tablet { + margin-left: 8.333333333333332%; + } + + .column.is-2, .column.is-2-tablet { + flex: none; + width: 16.666666666666664%; + } + + .column.is-offset-2, .column.is-offset-2-tablet { + margin-left: 16.666666666666664%; + } + + .column.is-3, .column.is-3-tablet { + flex: none; + width: 25%; + } + + .column.is-offset-3, .column.is-offset-3-tablet { + margin-left: 25%; + } + + .column.is-4, .column.is-4-tablet { + flex: none; + width: 33.33333333333333%; + } + + .column.is-offset-4, .column.is-offset-4-tablet { + margin-left: 33.33333333333333%; + } + + .column.is-5, .column.is-5-tablet { + flex: none; + width: 41.66666666666667%; + } + + .column.is-offset-5, .column.is-offset-5-tablet { + margin-left: 41.66666666666667%; + } + + .column.is-6, .column.is-6-tablet { + flex: none; + width: 50%; + } + + .column.is-offset-6, .column.is-offset-6-tablet { + margin-left: 50%; + } + + .column.is-7, .column.is-7-tablet { + flex: none; + width: 58.333333333333336%; + } + + .column.is-offset-7, .column.is-offset-7-tablet { + margin-left: 58.333333333333336%; + } + + .column.is-8, .column.is-8-tablet { + flex: none; + width: 66.66666666666666%; + } + + .column.is-offset-8, .column.is-offset-8-tablet { + margin-left: 66.66666666666666%; + } + + .column.is-9, .column.is-9-tablet { + flex: none; + width: 75%; + } + + .column.is-offset-9, .column.is-offset-9-tablet { + margin-left: 75%; + } + + .column.is-10, .column.is-10-tablet { + flex: none; + width: 83.33333333333334%; + } + + .column.is-offset-10, .column.is-offset-10-tablet { + margin-left: 83.33333333333334%; + } + + .column.is-11, .column.is-11-tablet { + flex: none; + width: 91.66666666666666%; + } + + .column.is-offset-11, .column.is-offset-11-tablet { + margin-left: 91.66666666666666%; + } + + .column.is-12, .column.is-12-tablet { + flex: none; + width: 100%; + } + + .column.is-offset-12, .column.is-offset-12-tablet { + margin-left: 100%; + } +} + +@media screen and (max-width: 1023px) { + .column.is-narrow-touch { + flex: none; + } + + .column.is-full-touch { + flex: none; + width: 100%; + } + + .column.is-three-quarters-touch { + flex: none; + width: 75%; + } + + .column.is-two-thirds-touch { + flex: none; + width: 66.6666%; + } + + .column.is-half-touch { + flex: none; + width: 50%; + } + + .column.is-one-third-touch { + flex: none; + width: 33.3333%; + } + + .column.is-one-quarter-touch { + flex: none; + width: 25%; + } + + .column.is-one-fifth-touch { + flex: none; + width: 20%; + } + + .column.is-two-fifths-touch { + flex: none; + width: 40%; + } + + .column.is-three-fifths-touch { + flex: none; + width: 60%; + } + + .column.is-four-fifths-touch { + flex: none; + width: 80%; + } + + .column.is-offset-three-quarters-touch { + margin-left: 75%; + } + + .column.is-offset-two-thirds-touch { + margin-left: 66.6666%; + } + + .column.is-offset-half-touch { + margin-left: 50%; + } + + .column.is-offset-one-third-touch { + margin-left: 33.3333%; + } + + .column.is-offset-one-quarter-touch { + margin-left: 25%; + } + + .column.is-offset-one-fifth-touch { + margin-left: 20%; + } + + .column.is-offset-two-fifths-touch { + margin-left: 40%; + } + + .column.is-offset-three-fifths-touch { + margin-left: 60%; + } + + .column.is-offset-four-fifths-touch { + margin-left: 80%; + } + + .column.is-0-touch { + flex: none; + width: 0%; + } + + .column.is-offset-0-touch { + margin-left: 0%; + } + + .column.is-1-touch { + flex: none; + width: 8.333333333333332%; + } + + .column.is-offset-1-touch { + margin-left: 8.333333333333332%; + } + + .column.is-2-touch { + flex: none; + width: 16.666666666666664%; + } + + .column.is-offset-2-touch { + margin-left: 16.666666666666664%; + } + + .column.is-3-touch { + flex: none; + width: 25%; + } + + .column.is-offset-3-touch { + margin-left: 25%; + } + + .column.is-4-touch { + flex: none; + width: 33.33333333333333%; + } + + .column.is-offset-4-touch { + margin-left: 33.33333333333333%; + } + + .column.is-5-touch { + flex: none; + width: 41.66666666666667%; + } + + .column.is-offset-5-touch { + margin-left: 41.66666666666667%; + } + + .column.is-6-touch { + flex: none; + width: 50%; + } + + .column.is-offset-6-touch { + margin-left: 50%; + } + + .column.is-7-touch { + flex: none; + width: 58.333333333333336%; + } + + .column.is-offset-7-touch { + margin-left: 58.333333333333336%; + } + + .column.is-8-touch { + flex: none; + width: 66.66666666666666%; + } + + .column.is-offset-8-touch { + margin-left: 66.66666666666666%; + } + + .column.is-9-touch { + flex: none; + width: 75%; + } + + .column.is-offset-9-touch { + margin-left: 75%; + } + + .column.is-10-touch { + flex: none; + width: 83.33333333333334%; + } + + .column.is-offset-10-touch { + margin-left: 83.33333333333334%; + } + + .column.is-11-touch { + flex: none; + width: 91.66666666666666%; + } + + .column.is-offset-11-touch { + margin-left: 91.66666666666666%; + } + + .column.is-12-touch { + flex: none; + width: 100%; + } + + .column.is-offset-12-touch { + margin-left: 100%; + } +} + +@media screen and (min-width: 1024px) { + .column.is-narrow-desktop { + flex: none; + } + + .column.is-full-desktop { + flex: none; + width: 100%; + } + + .column.is-three-quarters-desktop { + flex: none; + width: 75%; + } + + .column.is-two-thirds-desktop { + flex: none; + width: 66.6666%; + } + + .column.is-half-desktop { + flex: none; + width: 50%; + } + + .column.is-one-third-desktop { + flex: none; + width: 33.3333%; + } + + .column.is-one-quarter-desktop { + flex: none; + width: 25%; + } + + .column.is-one-fifth-desktop { + flex: none; + width: 20%; + } + + .column.is-two-fifths-desktop { + flex: none; + width: 40%; + } + + .column.is-three-fifths-desktop { + flex: none; + width: 60%; + } + + .column.is-four-fifths-desktop { + flex: none; + width: 80%; + } + + .column.is-offset-three-quarters-desktop { + margin-left: 75%; + } + + .column.is-offset-two-thirds-desktop { + margin-left: 66.6666%; + } + + .column.is-offset-half-desktop { + margin-left: 50%; + } + + .column.is-offset-one-third-desktop { + margin-left: 33.3333%; + } + + .column.is-offset-one-quarter-desktop { + margin-left: 25%; + } + + .column.is-offset-one-fifth-desktop { + margin-left: 20%; + } + + .column.is-offset-two-fifths-desktop { + margin-left: 40%; + } + + .column.is-offset-three-fifths-desktop { + margin-left: 60%; + } + + .column.is-offset-four-fifths-desktop { + margin-left: 80%; + } + + .column.is-0-desktop { + flex: none; + width: 0%; + } + + .column.is-offset-0-desktop { + margin-left: 0%; + } + + .column.is-1-desktop { + flex: none; + width: 8.333333333333332%; + } + + .column.is-offset-1-desktop { + margin-left: 8.333333333333332%; + } + + .column.is-2-desktop { + flex: none; + width: 16.666666666666664%; + } + + .column.is-offset-2-desktop { + margin-left: 16.666666666666664%; + } + + .column.is-3-desktop { + flex: none; + width: 25%; + } + + .column.is-offset-3-desktop { + margin-left: 25%; + } + + .column.is-4-desktop { + flex: none; + width: 33.33333333333333%; + } + + .column.is-offset-4-desktop { + margin-left: 33.33333333333333%; + } + + .column.is-5-desktop { + flex: none; + width: 41.66666666666667%; + } + + .column.is-offset-5-desktop { + margin-left: 41.66666666666667%; + } + + .column.is-6-desktop { + flex: none; + width: 50%; + } + + .column.is-offset-6-desktop { + margin-left: 50%; + } + + .column.is-7-desktop { + flex: none; + width: 58.333333333333336%; + } + + .column.is-offset-7-desktop { + margin-left: 58.333333333333336%; + } + + .column.is-8-desktop { + flex: none; + width: 66.66666666666666%; + } + + .column.is-offset-8-desktop { + margin-left: 66.66666666666666%; + } + + .column.is-9-desktop { + flex: none; + width: 75%; + } + + .column.is-offset-9-desktop { + margin-left: 75%; + } + + .column.is-10-desktop { + flex: none; + width: 83.33333333333334%; + } + + .column.is-offset-10-desktop { + margin-left: 83.33333333333334%; + } + + .column.is-11-desktop { + flex: none; + width: 91.66666666666666%; + } + + .column.is-offset-11-desktop { + margin-left: 91.66666666666666%; + } + + .column.is-12-desktop { + flex: none; + width: 100%; + } + + .column.is-offset-12-desktop { + margin-left: 100%; + } +} + +@media screen and (min-width: 1216px) { + .column.is-narrow-widescreen { + flex: none; + } + + .column.is-full-widescreen { + flex: none; + width: 100%; + } + + .column.is-three-quarters-widescreen { + flex: none; + width: 75%; + } + + .column.is-two-thirds-widescreen { + flex: none; + width: 66.6666%; + } + + .column.is-half-widescreen { + flex: none; + width: 50%; + } + + .column.is-one-third-widescreen { + flex: none; + width: 33.3333%; + } + + .column.is-one-quarter-widescreen { + flex: none; + width: 25%; + } + + .column.is-one-fifth-widescreen { + flex: none; + width: 20%; + } + + .column.is-two-fifths-widescreen { + flex: none; + width: 40%; + } + + .column.is-three-fifths-widescreen { + flex: none; + width: 60%; + } + + .column.is-four-fifths-widescreen { + flex: none; + width: 80%; + } + + .column.is-offset-three-quarters-widescreen { + margin-left: 75%; + } + + .column.is-offset-two-thirds-widescreen { + margin-left: 66.6666%; + } + + .column.is-offset-half-widescreen { + margin-left: 50%; + } + + .column.is-offset-one-third-widescreen { + margin-left: 33.3333%; + } + + .column.is-offset-one-quarter-widescreen { + margin-left: 25%; + } + + .column.is-offset-one-fifth-widescreen { + margin-left: 20%; + } + + .column.is-offset-two-fifths-widescreen { + margin-left: 40%; + } + + .column.is-offset-three-fifths-widescreen { + margin-left: 60%; + } + + .column.is-offset-four-fifths-widescreen { + margin-left: 80%; + } + + .column.is-0-widescreen { + flex: none; + width: 0%; + } + + .column.is-offset-0-widescreen { + margin-left: 0%; + } + + .column.is-1-widescreen { + flex: none; + width: 8.333333333333332%; + } + + .column.is-offset-1-widescreen { + margin-left: 8.333333333333332%; + } + + .column.is-2-widescreen { + flex: none; + width: 16.666666666666664%; + } + + .column.is-offset-2-widescreen { + margin-left: 16.666666666666664%; + } + + .column.is-3-widescreen { + flex: none; + width: 25%; + } + + .column.is-offset-3-widescreen { + margin-left: 25%; + } + + .column.is-4-widescreen { + flex: none; + width: 33.33333333333333%; + } + + .column.is-offset-4-widescreen { + margin-left: 33.33333333333333%; + } + + .column.is-5-widescreen { + flex: none; + width: 41.66666666666667%; + } + + .column.is-offset-5-widescreen { + margin-left: 41.66666666666667%; + } + + .column.is-6-widescreen { + flex: none; + width: 50%; + } + + .column.is-offset-6-widescreen { + margin-left: 50%; + } + + .column.is-7-widescreen { + flex: none; + width: 58.333333333333336%; + } + + .column.is-offset-7-widescreen { + margin-left: 58.333333333333336%; + } + + .column.is-8-widescreen { + flex: none; + width: 66.66666666666666%; + } + + .column.is-offset-8-widescreen { + margin-left: 66.66666666666666%; + } + + .column.is-9-widescreen { + flex: none; + width: 75%; + } + + .column.is-offset-9-widescreen { + margin-left: 75%; + } + + .column.is-10-widescreen { + flex: none; + width: 83.33333333333334%; + } + + .column.is-offset-10-widescreen { + margin-left: 83.33333333333334%; + } + + .column.is-11-widescreen { + flex: none; + width: 91.66666666666666%; + } + + .column.is-offset-11-widescreen { + margin-left: 91.66666666666666%; + } + + .column.is-12-widescreen { + flex: none; + width: 100%; + } + + .column.is-offset-12-widescreen { + margin-left: 100%; + } +} + +@media screen and (min-width: 1408px) { + .column.is-narrow-fullhd { + flex: none; + } + + .column.is-full-fullhd { + flex: none; + width: 100%; + } + + .column.is-three-quarters-fullhd { + flex: none; + width: 75%; + } + + .column.is-two-thirds-fullhd { + flex: none; + width: 66.6666%; + } + + .column.is-half-fullhd { + flex: none; + width: 50%; + } + + .column.is-one-third-fullhd { + flex: none; + width: 33.3333%; + } + + .column.is-one-quarter-fullhd { + flex: none; + width: 25%; + } + + .column.is-one-fifth-fullhd { + flex: none; + width: 20%; + } + + .column.is-two-fifths-fullhd { + flex: none; + width: 40%; + } + + .column.is-three-fifths-fullhd { + flex: none; + width: 60%; + } + + .column.is-four-fifths-fullhd { + flex: none; + width: 80%; + } + + .column.is-offset-three-quarters-fullhd { + margin-left: 75%; + } + + .column.is-offset-two-thirds-fullhd { + margin-left: 66.6666%; + } + + .column.is-offset-half-fullhd { + margin-left: 50%; + } + + .column.is-offset-one-third-fullhd { + margin-left: 33.3333%; + } + + .column.is-offset-one-quarter-fullhd { + margin-left: 25%; + } + + .column.is-offset-one-fifth-fullhd { + margin-left: 20%; + } + + .column.is-offset-two-fifths-fullhd { + margin-left: 40%; + } + + .column.is-offset-three-fifths-fullhd { + margin-left: 60%; + } + + .column.is-offset-four-fifths-fullhd { + margin-left: 80%; + } + + .column.is-0-fullhd { + flex: none; + width: 0%; + } + + .column.is-offset-0-fullhd { + margin-left: 0%; + } + + .column.is-1-fullhd { + flex: none; + width: 8.333333333333332%; + } + + .column.is-offset-1-fullhd { + margin-left: 8.333333333333332%; + } + + .column.is-2-fullhd { + flex: none; + width: 16.666666666666664%; + } + + .column.is-offset-2-fullhd { + margin-left: 16.666666666666664%; + } + + .column.is-3-fullhd { + flex: none; + width: 25%; + } + + .column.is-offset-3-fullhd { + margin-left: 25%; + } + + .column.is-4-fullhd { + flex: none; + width: 33.33333333333333%; + } + + .column.is-offset-4-fullhd { + margin-left: 33.33333333333333%; + } + + .column.is-5-fullhd { + flex: none; + width: 41.66666666666667%; + } + + .column.is-offset-5-fullhd { + margin-left: 41.66666666666667%; + } + + .column.is-6-fullhd { + flex: none; + width: 50%; + } + + .column.is-offset-6-fullhd { + margin-left: 50%; + } + + .column.is-7-fullhd { + flex: none; + width: 58.333333333333336%; + } + + .column.is-offset-7-fullhd { + margin-left: 58.333333333333336%; + } + + .column.is-8-fullhd { + flex: none; + width: 66.66666666666666%; + } + + .column.is-offset-8-fullhd { + margin-left: 66.66666666666666%; + } + + .column.is-9-fullhd { + flex: none; + width: 75%; + } + + .column.is-offset-9-fullhd { + margin-left: 75%; + } + + .column.is-10-fullhd { + flex: none; + width: 83.33333333333334%; + } + + .column.is-offset-10-fullhd { + margin-left: 83.33333333333334%; + } + + .column.is-11-fullhd { + flex: none; + width: 91.66666666666666%; + } + + .column.is-offset-11-fullhd { + margin-left: 91.66666666666666%; + } + + .column.is-12-fullhd { + flex: none; + width: 100%; + } + + .column.is-offset-12-fullhd { + margin-left: 100%; + } +} + +.columns { + margin-left: -0.75rem; + margin-right: -0.75rem; + margin-top: -0.75rem; +} + +.columns:last-child { + margin-bottom: -0.75rem; +} + +.columns:not(:last-child) { + margin-bottom: calc(1.5rem - 0.75rem); +} + +.columns.is-centered { + justify-content: center; +} + +.columns.is-gapless { + margin-left: 0; + margin-right: 0; + margin-top: 0; +} + +.columns.is-gapless > .column { + margin: 0; + padding: 0 !important; +} + +.columns.is-gapless:not(:last-child) { + margin-bottom: 1.5rem; +} + +.columns.is-gapless:last-child { + margin-bottom: 0; +} + +.columns.is-mobile { + display: flex; +} + +.columns.is-multiline { + flex-wrap: wrap; +} + +.columns.is-vcentered { + align-items: center; +} + +@media screen and (min-width: 769px), print { + .columns:not(.is-desktop) { + display: flex; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-desktop { + display: flex; + } +} + +.columns.is-variable { + --columnGap: 0.75rem; + margin-left: calc(-1 * var(--columnGap)); + margin-right: calc(-1 * var(--columnGap)); +} + +.columns.is-variable .column { + padding-left: var(--columnGap); + padding-right: var(--columnGap); +} + +.columns.is-variable.is-0 { + --columnGap: 0rem; +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-0-mobile { + --columnGap: 0rem; + } +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-0-tablet { + --columnGap: 0rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 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: 0.25rem; +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-1-mobile { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-1-tablet { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-1-tablet-only { + --columnGap: 0.25rem; + } +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-1-touch { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-1-desktop { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-1-desktop-only { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-1-widescreen { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-1-widescreen-only { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-1-fullhd { + --columnGap: 0.25rem; + } +} + +.columns.is-variable.is-2 { + --columnGap: 0.5rem; +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-2-mobile { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-2-tablet { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-2-tablet-only { + --columnGap: 0.5rem; + } +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-2-touch { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-2-desktop { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-2-desktop-only { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-2-widescreen { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-2-widescreen-only { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-2-fullhd { + --columnGap: 0.5rem; + } +} + +.columns.is-variable.is-3 { + --columnGap: 0.75rem; +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-3-mobile { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-3-tablet { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-3-tablet-only { + --columnGap: 0.75rem; + } +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-3-touch { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-3-desktop { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-3-desktop-only { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-3-widescreen { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-3-widescreen-only { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-3-fullhd { + --columnGap: 0.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 { + align-items: stretch; + display: block; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + min-height: -webkit-min-content; + min-height: -moz-min-content; + min-height: min-content; +} + +.tile.is-ancestor { + margin-left: -0.75rem; + margin-right: -0.75rem; + margin-top: -0.75rem; +} + +.tile.is-ancestor:last-child { + margin-bottom: -0.75rem; +} + +.tile.is-ancestor:not(:last-child) { + margin-bottom: 0.75rem; +} + +.tile.is-child { + margin: 0 !important; +} + +.tile.is-parent { + padding: 0.75rem; +} + +.tile.is-vertical { + flex-direction: column; +} + +.tile.is-vertical > .tile.is-child:not(:last-child) { + margin-bottom: 1.5rem !important; +} + +@media screen and (min-width: 769px), print { + .tile:not(.is-child) { + display: flex; + } + + .tile.is-1 { + flex: none; + width: 8.333333333333332%; + } + + .tile.is-2 { + flex: none; + width: 16.666666666666664%; + } + + .tile.is-3 { + flex: none; + width: 25%; + } + + .tile.is-4 { + flex: none; + width: 33.33333333333333%; + } + + .tile.is-5 { + flex: none; + width: 41.66666666666667%; + } + + .tile.is-6 { + flex: none; + width: 50%; + } + + .tile.is-7 { + flex: none; + width: 58.333333333333336%; + } + + .tile.is-8 { + flex: none; + width: 66.66666666666666%; + } + + .tile.is-9 { + flex: none; + width: 75%; + } + + .tile.is-10 { + flex: none; + width: 83.33333333333334%; + } + + .tile.is-11 { + flex: none; + width: 91.66666666666666%; + } + + .tile.is-12 { + flex: none; + width: 100%; + } +} + +/* Bulma Helpers */ +.has-text-white { + color: #fff !important; +} + +a.has-text-white:hover, a.has-text-white:focus { + color: #e6e6e6 !important; +} + +.has-background-white { + background-color: #fff !important; +} + +.has-text-black { + color: #0a0a0a !important; +} + +a.has-text-black:hover, a.has-text-black:focus { + color: #000 !important; +} + +.has-background-black { + background-color: #0a0a0a !important; +} + +.has-text-light { + color: #f5f5f5 !important; +} + +a.has-text-light:hover, a.has-text-light:focus { + color: #dbdbdb !important; +} + +.has-background-light { + background-color: #f5f5f5 !important; +} + +.has-text-dark { + color: #363636 !important; +} + +a.has-text-dark:hover, a.has-text-dark:focus { + color: #1c1c1c !important; +} + +.has-background-dark { + background-color: #363636 !important; +} + +.has-text-primary { + color: #00d1b2 !important; +} + +a.has-text-primary:hover, a.has-text-primary:focus { + color: #009e86 !important; +} + +.has-background-primary { + background-color: #00d1b2 !important; +} + +.has-text-primary-light { + color: #ebfffc !important; +} + +a.has-text-primary-light:hover, a.has-text-primary-light:focus { + color: #b8fff4 !important; +} + +.has-background-primary-light { + background-color: #ebfffc !important; +} + +.has-text-primary-dark { + color: #00947e !important; +} + +a.has-text-primary-dark:hover, a.has-text-primary-dark:focus { + color: #00c7a9 !important; +} + +.has-background-primary-dark { + background-color: #00947e !important; +} + +.has-text-link { + color: #3273dc !important; +} + +a.has-text-link:hover, a.has-text-link:focus { + color: #205bbc !important; +} + +.has-background-link { + background-color: #3273dc !important; +} + +.has-text-link-light { + color: #eef3fc !important; +} + +a.has-text-link-light:hover, a.has-text-link-light:focus { + color: #c2d5f5 !important; +} + +.has-background-link-light { + background-color: #eef3fc !important; +} + +.has-text-link-dark { + color: #2160c4 !important; +} + +a.has-text-link-dark:hover, a.has-text-link-dark:focus { + color: #3b79de !important; +} + +.has-background-link-dark { + background-color: #2160c4 !important; +} + +.has-text-info { + color: #3298dc !important; +} + +a.has-text-info:hover, a.has-text-info:focus { + color: #207dbc !important; +} + +.has-background-info { + background-color: #3298dc !important; +} + +.has-text-info-light { + color: #eef6fc !important; +} + +a.has-text-info-light:hover, a.has-text-info-light:focus { + color: #c2e0f5 !important; +} + +.has-background-info-light { + background-color: #eef6fc !important; +} + +.has-text-info-dark { + color: #1d72aa !important; +} + +a.has-text-info-dark:hover, a.has-text-info-dark:focus { + color: #248fd6 !important; +} + +.has-background-info-dark { + background-color: #1d72aa !important; +} + +.has-text-success { + color: #48c774 !important; +} + +a.has-text-success:hover, a.has-text-success:focus { + color: #34a85c !important; +} + +.has-background-success { + background-color: #48c774 !important; +} + +.has-text-success-light { + color: #effaf3 !important; +} + +a.has-text-success-light:hover, a.has-text-success-light:focus { + color: #c8eed6 !important; +} + +.has-background-success-light { + background-color: #effaf3 !important; +} + +.has-text-success-dark { + color: #257942 !important; +} + +a.has-text-success-dark:hover, a.has-text-success-dark:focus { + color: #31a058 !important; +} + +.has-background-success-dark { + background-color: #257942 !important; +} + +.has-text-warning { + color: #ffdd57 !important; +} + +a.has-text-warning:hover, a.has-text-warning:focus { + color: #ffd324 !important; +} + +.has-background-warning { + background-color: #ffdd57 !important; +} + +.has-text-warning-light { + color: #fffbeb !important; +} + +a.has-text-warning-light:hover, a.has-text-warning-light:focus { + color: #fff1b8 !important; +} + +.has-background-warning-light { + background-color: #fffbeb !important; +} + +.has-text-warning-dark { + color: #947600 !important; +} + +a.has-text-warning-dark:hover, a.has-text-warning-dark:focus { + color: #c79f00 !important; +} + +.has-background-warning-dark { + background-color: #947600 !important; +} + +.has-text-danger { + color: #f14668 !important; +} + +a.has-text-danger:hover, a.has-text-danger:focus { + color: #ee1742 !important; +} + +.has-background-danger { + background-color: #f14668 !important; +} + +.has-text-danger-light { + color: #feecf0 !important; +} + +a.has-text-danger-light:hover, a.has-text-danger-light:focus { + color: #fabdc9 !important; +} + +.has-background-danger-light { + background-color: #feecf0 !important; +} + +.has-text-danger-dark { + color: #cc0f35 !important; +} + +a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { + color: #ee2049 !important; +} + +.has-background-danger-dark { + background-color: #cc0f35 !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; +} + +.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: 0.25rem !important; +} + +.mt-1 { + margin-top: 0.25rem !important; +} + +.mr-1 { + margin-right: 0.25rem !important; +} + +.mb-1 { + margin-bottom: 0.25rem !important; +} + +.ml-1 { + margin-left: 0.25rem !important; +} + +.mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; +} + +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.mt-2 { + margin-top: 0.5rem !important; +} + +.mr-2 { + margin-right: 0.5rem !important; +} + +.mb-2 { + margin-bottom: 0.5rem !important; +} + +.ml-2 { + margin-left: 0.5rem !important; +} + +.mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; +} + +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} + +.m-3 { + margin: 0.75rem !important; +} + +.mt-3 { + margin-top: 0.75rem !important; +} + +.mr-3 { + margin-right: 0.75rem !important; +} + +.mb-3 { + margin-bottom: 0.75rem !important; +} + +.ml-3 { + margin-left: 0.75rem !important; +} + +.mx-3 { + margin-left: 0.75rem !important; + margin-right: 0.75rem !important; +} + +.my-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.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; +} + +.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: 0.25rem !important; +} + +.pt-1 { + padding-top: 0.25rem !important; +} + +.pr-1 { + padding-right: 0.25rem !important; +} + +.pb-1 { + padding-bottom: 0.25rem !important; +} + +.pl-1 { + padding-left: 0.25rem !important; +} + +.px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; +} + +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.pt-2 { + padding-top: 0.5rem !important; +} + +.pr-2 { + padding-right: 0.5rem !important; +} + +.pb-2 { + padding-bottom: 0.5rem !important; +} + +.pl-2 { + padding-left: 0.5rem !important; +} + +.px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; +} + +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} + +.p-3 { + padding: 0.75rem !important; +} + +.pt-3 { + padding-top: 0.75rem !important; +} + +.pr-3 { + padding-right: 0.75rem !important; +} + +.pb-3 { + padding-bottom: 0.75rem !important; +} + +.pl-3 { + padding-left: 0.75rem !important; +} + +.px-3 { + padding-left: 0.75rem !important; + padding-right: 0.75rem !important; +} + +.py-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.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; +} + +.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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; +} + +.has-text-weight-light { + font-weight: 300 !important; +} + +.has-text-weight-normal { + font-weight: 400 !important; +} + +.has-text-weight-medium { + font-weight: 500 !important; +} + +.has-text-weight-semibold { + font-weight: 600 !important; +} + +.has-text-weight-bold { + font-weight: 700 !important; +} + +.is-family-primary { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +} + +.is-family-secondary { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +} + +.is-family-sans-serif { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +} + +.is-family-monospace { + font-family: monospace !important; +} + +.is-family-code { + font-family: 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 { + border: none !important; + clip: rect(0, 0, 0, 0) !important; + height: 0.01em !important; + overflow: hidden !important; + padding: 0 !important; + position: absolute !important; + white-space: nowrap !important; + width: 0.01em !important; +} + +@media screen and (max-width: 768px) { + .is-hidden-mobile { + display: none !important; + } +} + +@media screen and (min-width: 769px), print { + .is-hidden-tablet { + display: none !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 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; + } +} + +/* Bulma Layout */ +.hero { + align-items: stretch; + display: flex; + flex-direction: column; + justify-content: space-between; +} + +.hero .navbar { + background: none; +} + +.hero .tabs ul { + border-bottom: none; +} + +.hero.is-white { + background-color: #fff; + color: #0a0a0a; +} + +.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-white strong { + color: inherit; +} + +.hero.is-white .title { + color: #0a0a0a; +} + +.hero.is-white .subtitle { + color: rgba(10, 10, 10, 0.9); +} + +.hero.is-white .subtitle a:not(.button), .hero.is-white .subtitle strong { + color: #0a0a0a; +} + +@media screen and (max-width: 1023px) { + .hero.is-white .navbar-menu { + background-color: #fff; + } +} + +.hero.is-white .navbar-item, .hero.is-white .navbar-link { + color: rgba(10, 10, 10, 0.7); +} + +.hero.is-white a.navbar-item:hover, .hero.is-white .navbar-link:hover, .hero.is-white a.navbar-item.is-active, .hero.is-white .navbar-link.is-active { + background-color: #f2f2f2; + color: #0a0a0a; +} + +.hero.is-white .tabs a { + color: #0a0a0a; + opacity: 0.9; +} + +.hero.is-white .tabs a:hover { + opacity: 1; +} + +.hero.is-white .tabs li.is-active a { + opacity: 1; +} + +.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { + color: #0a0a0a; +} + +.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-toggle 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:hover { + background-color: #0a0a0a; + border-color: #0a0a0a; + color: #fff; +} + +.hero.is-white.is-bold { + background-image: linear-gradient(141deg, #e8e3e3 0%, #fff 71%, #fff 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-white.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #e8e3e3 0%, #fff 71%, #fff 100%); + } +} + +.hero.is-black { + background-color: #0a0a0a; + color: #fff; +} + +.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-black strong { + color: inherit; +} + +.hero.is-black .title { + color: #fff; +} + +.hero.is-black .subtitle { + color: rgba(255, 255, 255, 0.9); +} + +.hero.is-black .subtitle a:not(.button), .hero.is-black .subtitle strong { + color: #fff; +} + +@media screen and (max-width: 1023px) { + .hero.is-black .navbar-menu { + background-color: #0a0a0a; + } +} + +.hero.is-black .navbar-item, .hero.is-black .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-black a.navbar-item:hover, .hero.is-black .navbar-link:hover, .hero.is-black a.navbar-item.is-active, .hero.is-black .navbar-link.is-active { + background-color: #000; + color: #fff; +} + +.hero.is-black .tabs a { + color: #fff; + opacity: 0.9; +} + +.hero.is-black .tabs a:hover { + opacity: 1; +} + +.hero.is-black .tabs li.is-active a { + opacity: 1; +} + +.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { + color: #fff; +} + +.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-toggle 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:hover { + background-color: #fff; + border-color: #fff; + color: #0a0a0a; +} + +.hero.is-black.is-bold { + background-image: linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-black.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%); + } +} + +.hero.is-light { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); +} + +.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-light strong { + color: inherit; +} + +.hero.is-light .title { + color: rgba(0, 0, 0, 0.7); +} + +.hero.is-light .subtitle { + color: rgba(0, 0, 0, 0.9); +} + +.hero.is-light .subtitle a:not(.button), .hero.is-light .subtitle strong { + color: rgba(0, 0, 0, 0.7); +} + +@media screen and (max-width: 1023px) { + .hero.is-light .navbar-menu { + background-color: #f5f5f5; + } +} + +.hero.is-light .navbar-item, .hero.is-light .navbar-link { + color: rgba(0, 0, 0, 0.7); +} + +.hero.is-light a.navbar-item:hover, .hero.is-light .navbar-link:hover, .hero.is-light a.navbar-item.is-active, .hero.is-light .navbar-link.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); +} + +.hero.is-light .tabs a { + color: rgba(0, 0, 0, 0.7); + opacity: 0.9; +} + +.hero.is-light .tabs a:hover { + opacity: 1; +} + +.hero.is-light .tabs li.is-active a { + opacity: 1; +} + +.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { + color: rgba(0, 0, 0, 0.7); +} + +.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-toggle 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:hover { + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(0, 0, 0, 0.7); + color: #f5f5f5; +} + +.hero.is-light.is-bold { + background-image: linear-gradient(141deg, #dfd8d8 0%, #f5f5f5 71%, #fff 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-light.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #dfd8d8 0%, #f5f5f5 71%, #fff 100%); + } +} + +.hero.is-dark { + background-color: #363636; + color: #fff; +} + +.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: rgba(255, 255, 255, 0.9); +} + +.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: #363636; + } +} + +.hero.is-dark .navbar-item, .hero.is-dark .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-dark a.navbar-item:hover, .hero.is-dark .navbar-link:hover, .hero.is-dark a.navbar-item.is-active, .hero.is-dark .navbar-link.is-active { + background-color: #292929; + color: #fff; +} + +.hero.is-dark .tabs a { + color: #fff; + opacity: 0.9; +} + +.hero.is-dark .tabs a:hover { + opacity: 1; +} + +.hero.is-dark .tabs li.is-active a { + opacity: 1; +} + +.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: rgba(10, 10, 10, 0.1); +} + +.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-toggle 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:hover { + background-color: #fff; + border-color: #fff; + color: #363636; +} + +.hero.is-dark.is-bold { + background-image: linear-gradient(141deg, #1f1a1a 0%, #363636 71%, #463f3f 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-dark.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #1f1a1a 0%, #363636 71%, #463f3f 100%); + } +} + +.hero.is-primary { + background-color: #00d1b2; + color: #fff; +} + +.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: rgba(255, 255, 255, 0.9); +} + +.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: #00d1b2; + } +} + +.hero.is-primary .navbar-item, .hero.is-primary .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-primary a.navbar-item:hover, .hero.is-primary .navbar-link:hover, .hero.is-primary a.navbar-item.is-active, .hero.is-primary .navbar-link.is-active { + background-color: #00b89c; + color: #fff; +} + +.hero.is-primary .tabs a { + color: #fff; + opacity: 0.9; +} + +.hero.is-primary .tabs a:hover { + opacity: 1; +} + +.hero.is-primary .tabs li.is-active a { + opacity: 1; +} + +.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: rgba(10, 10, 10, 0.1); +} + +.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-toggle 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:hover { + background-color: #fff; + border-color: #fff; + color: #00d1b2; +} + +.hero.is-primary.is-bold { + background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e6eb 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-primary.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e6eb 100%); + } +} + +.hero.is-link { + background-color: #3273dc; + color: #fff; +} + +.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-link strong { + color: inherit; +} + +.hero.is-link .title { + color: #fff; +} + +.hero.is-link .subtitle { + color: rgba(255, 255, 255, 0.9); +} + +.hero.is-link .subtitle a:not(.button), .hero.is-link .subtitle strong { + color: #fff; +} + +@media screen and (max-width: 1023px) { + .hero.is-link .navbar-menu { + background-color: #3273dc; + } +} + +.hero.is-link .navbar-item, .hero.is-link .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-link a.navbar-item:hover, .hero.is-link .navbar-link:hover, .hero.is-link a.navbar-item.is-active, .hero.is-link .navbar-link.is-active { + background-color: #2366d1; + color: #fff; +} + +.hero.is-link .tabs a { + color: #fff; + opacity: 0.9; +} + +.hero.is-link .tabs a:hover { + opacity: 1; +} + +.hero.is-link .tabs li.is-active a { + opacity: 1; +} + +.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a { + color: #fff; +} + +.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-toggle 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:hover { + background-color: #fff; + border-color: #fff; + color: #3273dc; +} + +.hero.is-link.is-bold { + background-image: linear-gradient(141deg, #1576c6 0%, #3273dc 71%, #4266e5 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-link.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #1576c6 0%, #3273dc 71%, #4266e5 100%); + } +} + +.hero.is-info { + background-color: #3298dc; + color: #fff; +} + +.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-info strong { + color: inherit; +} + +.hero.is-info .title { + color: #fff; +} + +.hero.is-info .subtitle { + color: rgba(255, 255, 255, 0.9); +} + +.hero.is-info .subtitle a:not(.button), .hero.is-info .subtitle strong { + color: #fff; +} + +@media screen and (max-width: 1023px) { + .hero.is-info .navbar-menu { + background-color: #3298dc; + } +} + +.hero.is-info .navbar-item, .hero.is-info .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-info a.navbar-item:hover, .hero.is-info .navbar-link:hover, .hero.is-info a.navbar-item.is-active, .hero.is-info .navbar-link.is-active { + background-color: #238cd1; + color: #fff; +} + +.hero.is-info .tabs a { + color: #fff; + opacity: 0.9; +} + +.hero.is-info .tabs a:hover { + opacity: 1; +} + +.hero.is-info .tabs li.is-active a { + opacity: 1; +} + +.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a { + color: #fff; +} + +.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-toggle 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:hover { + background-color: #fff; + border-color: #fff; + color: #3298dc; +} + +.hero.is-info.is-bold { + background-image: linear-gradient(141deg, #159cc6 0%, #3298dc 71%, #4289e5 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-info.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #159cc6 0%, #3298dc 71%, #4289e5 100%); + } +} + +.hero.is-success { + background-color: #48c774; + color: #fff; +} + +.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-success strong { + color: inherit; +} + +.hero.is-success .title { + color: #fff; +} + +.hero.is-success .subtitle { + color: rgba(255, 255, 255, 0.9); +} + +.hero.is-success .subtitle a:not(.button), .hero.is-success .subtitle strong { + color: #fff; +} + +@media screen and (max-width: 1023px) { + .hero.is-success .navbar-menu { + background-color: #48c774; + } +} + +.hero.is-success .navbar-item, .hero.is-success .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-success a.navbar-item:hover, .hero.is-success .navbar-link:hover, .hero.is-success a.navbar-item.is-active, .hero.is-success .navbar-link.is-active { + background-color: #3abb67; + color: #fff; +} + +.hero.is-success .tabs a { + color: #fff; + opacity: 0.9; +} + +.hero.is-success .tabs a:hover { + opacity: 1; +} + +.hero.is-success .tabs li.is-active a { + opacity: 1; +} + +.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a { + color: #fff; +} + +.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-toggle 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:hover { + background-color: #fff; + border-color: #fff; + color: #48c774; +} + +.hero.is-success.is-bold { + background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-success.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%); + } +} + +.hero.is-warning { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-warning strong { + color: inherit; +} + +.hero.is-warning .title { + color: rgba(0, 0, 0, 0.7); +} + +.hero.is-warning .subtitle { + color: rgba(0, 0, 0, 0.9); +} + +.hero.is-warning .subtitle a:not(.button), .hero.is-warning .subtitle strong { + color: rgba(0, 0, 0, 0.7); +} + +@media screen and (max-width: 1023px) { + .hero.is-warning .navbar-menu { + background-color: #ffdd57; + } +} + +.hero.is-warning .navbar-item, .hero.is-warning .navbar-link { + color: rgba(0, 0, 0, 0.7); +} + +.hero.is-warning a.navbar-item:hover, .hero.is-warning .navbar-link:hover, .hero.is-warning a.navbar-item.is-active, .hero.is-warning .navbar-link.is-active { + background-color: #ffd83d; + color: rgba(0, 0, 0, 0.7); +} + +.hero.is-warning .tabs a { + color: rgba(0, 0, 0, 0.7); + opacity: 0.9; +} + +.hero.is-warning .tabs a:hover { + opacity: 1; +} + +.hero.is-warning .tabs li.is-active a { + opacity: 1; +} + +.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { + color: rgba(0, 0, 0, 0.7); +} + +.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-toggle 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:hover { + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(0, 0, 0, 0.7); + color: #ffdd57; +} + +.hero.is-warning.is-bold { + background-image: linear-gradient(141deg, #ffae24 0%, #ffdd57 71%, #fffa71 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-warning.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #ffae24 0%, #ffdd57 71%, #fffa71 100%); + } +} + +.hero.is-danger { + background-color: #f14668; + color: #fff; +} + +.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-danger strong { + color: inherit; +} + +.hero.is-danger .title { + color: #fff; +} + +.hero.is-danger .subtitle { + color: rgba(255, 255, 255, 0.9); +} + +.hero.is-danger .subtitle a:not(.button), .hero.is-danger .subtitle strong { + color: #fff; +} + +@media screen and (max-width: 1023px) { + .hero.is-danger .navbar-menu { + background-color: #f14668; + } +} + +.hero.is-danger .navbar-item, .hero.is-danger .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-danger a.navbar-item:hover, .hero.is-danger .navbar-link:hover, .hero.is-danger a.navbar-item.is-active, .hero.is-danger .navbar-link.is-active { + background-color: #ef2e55; + color: #fff; +} + +.hero.is-danger .tabs a { + color: #fff; + opacity: 0.9; +} + +.hero.is-danger .tabs a:hover { + opacity: 1; +} + +.hero.is-danger .tabs li.is-active a { + opacity: 1; +} + +.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a { + color: #fff; +} + +.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-toggle 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:hover { + background-color: #fff; + border-color: #fff; + color: #f14668; +} + +.hero.is-danger.is-bold { + background-image: linear-gradient(141deg, #fa0a61 0%, #f14668 71%, #f7595f 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-danger.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #fa0a61 0%, #f14668 71%, #f7595f 100%); + } +} + +.hero.is-small .hero-body { + padding: 1.5rem; +} + +.hero.is-medium +tablet .hero-body { + padding: 9rem 1.5rem; +} + +.hero.is-large +tablet .hero-body { + padding: 18rem 1.5rem; +} + +.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body { + align-items: center; + display: flex; +} + +.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container { + flex-grow: 1; + flex-shrink: 1; +} + +.hero.is-halfheight { + min-height: 50vh; +} + +.hero.is-fullheight { + min-height: 100vh; +} + +.hero-video { + overflow: hidden; +} + +.hero-video video { + left: 50%; + min-height: 100%; + min-width: 100%; + position: absolute; + top: 50%; + transform: translate3d(-50%, -50%, 0); +} + +.hero-video.is-transparent { + opacity: 0.3; +} + +@media screen and (max-width: 768px) { + .hero-video { + display: none; + } +} + +.hero-buttons { + margin-top: 1.5rem; +} + +@media screen and (max-width: 768px) { + .hero-buttons .button { + display: flex; + } + + .hero-buttons .button:not(:last-child) { + margin-bottom: 0.75rem; + } +} + +@media screen and (min-width: 769px), print { + .hero-buttons { + display: flex; + justify-content: center; + } + + .hero-buttons .button:not(:last-child) { + margin-left: 1.5rem; + } +} + +.hero-head, .hero-foot { + flex-grow: 0; + flex-shrink: 0; +} + +.hero-body { + flex-grow: 1; + flex-shrink: 0; + padding: 3rem 1.5rem; +} + +.section { + padding: 3rem 1.5rem; +} + +@media screen and (min-width: 1024px) { + .section.is-medium { + padding: 9rem 1.5rem; + } + + .section.is-large { + padding: 18rem 1.5rem; + } +} + +.footer { + background-color: #fafafa; + padding: 3rem 1.5rem 6rem; +} \ No newline at end of file diff --git a/css/bulma-rtl.css.map b/css/bulma-rtl.css.map new file mode 100644 index 0000000..c6d967f --- /dev/null +++ b/css/bulma-rtl.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../bulma.styl","../stylus/utilities/_all.styl","../stylus/utilities/animations.styl","bulma-rtl.css","../stylus/utilities/mixins.styl","../stylus/utilities/controls.styl","../stylus/base/_all.styl","../stylus/base/minireset.styl","../stylus/base/generic.styl","../stylus/elements/_all.styl","../stylus/elements/box.styl","../stylus/elements/button.styl","../stylus/elements/container.styl","../stylus/elements/content.styl","../stylus/elements/icon.styl","../stylus/elements/image.styl","../stylus/elements/notification.styl","../stylus/elements/progress.styl","../stylus/elements/table.styl","../stylus/elements/tag.styl","../stylus/elements/title.styl","../stylus/elements/other.styl","../stylus/form/_all.styl","../stylus/form/shared.styl","../stylus/form/input-textarea.styl","../stylus/form/checkbox-radio.styl","../stylus/form/select.styl","../stylus/form/file.styl","../stylus/form/tools.styl","../stylus/components/_all.styl","../stylus/components/breadcrumb.styl","../stylus/components/card.styl","../stylus/components/dropdown.styl","../stylus/components/level.styl","../stylus/components/media.styl","../stylus/components/menu.styl","../stylus/components/message.styl","../stylus/components/modal.styl","../stylus/components/navbar.styl","../stylus/components/pagination.styl","../stylus/components/panel.styl","../stylus/components/tabs.styl","../stylus/grid/_all.styl","../stylus/grid/columns.styl","../stylus/grid/tiles.styl","../stylus/helpers/_all.styl","../stylus/helpers/color.styl","../stylus/helpers/flexbox.styl","../stylus/helpers/float.styl","../stylus/helpers/other.styl","../stylus/helpers/overflow.styl","../stylus/helpers/position.styl","../stylus/helpers/spacing.styl","../stylus/helpers/typography.styl","../stylus/helpers/visibility.styl","../stylus/layout/_all.styl","../stylus/layout/hero.styl","../stylus/layout/section.styl","../stylus/layout/footer.styl"],"names":[],"mappings":"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O1B;AACF;ACx7O6C;EuC0YrC;IACE,oBAAkB;ExCijO1B;AACF;ACz7OuC;EuCyY/B;IACE,oBAAkB;ExCmjO1B;AACF;ACz7O2E;EuCuYnE;IACE,oBAAkB;ExCqjO1B;AACF;ACp7O4C;EuCgYpC;IACE,oBAAkB;ExCujO1B;AACF;ACp7O0E;EuC8XlE;IACE,oBAAkB;ExCyjO1B;AACF;AC/6OwC;EuCuXhC;IACE,oBAAkB;ExC2jO1B;AACF;AwCxlOM;EACE,mBAAkB;AxC0lO1B;ACr+O4C;EuC6YpC;IACE,mBAAkB;ExC2lO1B;AACF;ACt+OyC;EuC4YjC;IACE,mBAAkB;ExC6lO1B;AACF;ACv+OqE;EuC2Y7D;IACE,mBAAkB;ExC+lO1B;AACF;ACx+O6C;EuC0YrC;IACE,mBAAkB;ExCimO1B;AACF;ACz+OuC;EuCyY/B;IACE,mBAAkB;ExCmmO1B;AACF;ACz+O2E;EuCuYnE;IACE,mBAAkB;ExCqmO1B;AACF;ACp+O4C;EuCgYpC;IACE,mBAAkB;ExCumO1B;AACF;ACp+O0E;EuC8XlE;IACE,mBAAkB;ExCymO1B;AACF;AC/9OwC;EuCuXhC;IACE,mBAAkB;ExC2mO1B;AACF;AwCxoOM;EACE,oBAAkB;AxC0oO1B;ACrhP4C;EuC6YpC;IACE,oBAAkB;ExC2oO1B;AACF;ACthPyC;EuC4YjC;IACE,oBAAkB;ExC6oO1B;AACF;ACvhPqE;EuC2Y7D;IACE,oBAAkB;ExC+oO1B;AACF;ACxhP6C;EuC0YrC;IACE,oBAAkB;ExCipO1B;AACF;ACzhPuC;EuCyY/B;IACE,oBAAkB;ExCmpO1B;AACF;ACzhP2E;EuCuYnE;IACE,oBAAkB;ExCqpO1B;AACF;ACphP4C;EuCgYpC;IACE,oBAAkB;ExCupO1B;AACF;ACphP0E;EuC8XlE;IACE,oBAAkB;ExCypO1B;AACF;AC/gPwC;EuCuXhC;IACE,oBAAkB;ExC2pO1B;AACF;AwCxrOM;EACE,iBAAkB;AxC0rO1B;ACrkP4C;EuC6YpC;IACE,iBAAkB;ExC2rO1B;AACF;ACtkPyC;EuC4YjC;IACE,iBAAkB;ExC6rO1B;AACF;ACvkPqE;EuC2Y7D;IACE,iBAAkB;ExC+rO1B;AACF;ACxkP6C;EuC0YrC;IACE,iBAAkB;ExCisO1B;AACF;ACzkPuC;EuCyY/B;IACE,iBAAkB;ExCmsO1B;AACF;ACzkP2E;EuCuYnE;IACE,iBAAkB;ExCqsO1B;AACF;ACpkP4C;EuCgYpC;IACE,iBAAkB;ExCusO1B;AACF;ACpkP0E;EuC8XlE;IACE,iBAAkB;ExCysO1B;AACF;AC/jPwC;EuCuXhC;IACE,iBAAkB;ExC2sO1B;AACF;AwCxuOM;EACE,oBAAkB;AxC0uO1B;ACrnP4C;EuC6YpC;IACE,oBAAkB;ExC2uO1B;AACF;ACtnPyC;EuC4YjC;IACE,oBAAkB;ExC6uO1B;AACF;ACvnPqE;EuC2Y7D;IACE,oBAAkB;ExC+uO1B;AACF;ACxnP6C;EuC0YrC;IACE,oBAAkB;ExCivO1B;AACF;ACznPuC;EuCyY/B;IACE,oBAAkB;ExCmvO1B;AACF;ACznP2E;EuCuYnE;IACE,oBAAkB;ExCqvO1B;AACF;ACpnP4C;EuCgYpC;IACE,oBAAkB;ExCuvO1B;AACF;ACpnP0E;EuC8XlE;IACE,oBAAkB;ExCyvO1B;AACF;AC/mPwC;EuCuXhC;IACE,oBAAkB;ExC2vO1B;AACF;AwCxxOM;EACE,mBAAkB;AxC0xO1B;ACrqP4C;EuC6YpC;IACE,mBAAkB;ExC2xO1B;AACF;ACtqPyC;EuC4YjC;IACE,mBAAkB;ExC6xO1B;AACF;ACvqPqE;EuC2Y7D;IACE,mBAAkB;ExC+xO1B;AACF;ACxqP6C;EuC0YrC;IACE,mBAAkB;ExCiyO1B;AACF;ACzqPuC;EuCyY/B;IACE,mBAAkB;ExCmyO1B;AACF;ACzqP2E;EuCuYnE;IACE,mBAAkB;ExCqyO1B;AACF;ACpqP4C;EuCgYpC;IACE,mBAAkB;ExCuyO1B;AACF;ACpqP0E;EuC8XlE;IACE,mBAAkB;ExCyyO1B;AACF;AC/pPwC;EuCuXhC;IACE,mBAAkB;ExC2yO1B;AACF;AwCx0OM;EACE,oBAAkB;AxC00O1B;ACrtP4C;EuC6YpC;IACE,oBAAkB;ExC20O1B;AACF;ACttPyC;EuC4YjC;IACE,oBAAkB;ExC60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BAAM;A3C4jQV;A2C1jQI;;EAEE,yBAAM;A3C4jQZ;A2C3jQE;EACE,oCAAiB;A3C6jQrB;A2CxjQI;EACE,yBAAM;A3C0jQZ;A2CxjQM;;EAEE,yBAAM;A3C0jQd;A2CzjQI;EACE,oCAAiB;A3C2jQvB;A2CzjQI;EACE,yBAAM;A3C2jQZ;A2CzjQM;;EAEE,yBAAM;A3C2jQd;A2C1jQI;EACE,oCAAiB;A3C4jQvB;A2CxlQE;EACE,yBAAM;A3C0lQV;A2CxlQI;;EAEE,yBAAM;A3C0lQZ;A2CzlQE;EACE,oCAAiB;A3C2lQrB;A2CtlQI;EACE,yBAAM;A3CwlQZ;A2CtlQM;;EAEE,yBAAM;A3CwlQd;A2CvlQI;EACE,oCAAiB;A3CylQvB;A2CvlQI;EACE,yBAAM;A3CylQZ;A2CvlQM;;EAEE,yBAAM;A3CylQd;A2CxlQI;EACE,oCAAiB;A3C0lQvB;A2CtnQE;EACE,yBAAM;A3CwnQV;A2CtnQI;;EAEE,yBAAM;A3CwnQZ;A2CvnQE;EACE,oCAAiB;A3CynQrB;A2CpnQI;EACE,yBAAM;A3CsnQZ;A2CpnQM;;EAEE,yBAAM;A3CsnQd;A2CrnQI;EACE,oCAAiB;A3CunQvB;A2CrnQI;EACE,yBAAM;A3CunQZ;A2CrnQM;;EAEE,yBAAM;A3CunQd;A2CtnQI;EACE,oCAAiB;A3CwnQvB;A2CppQE;EACE,yBAAM;A3CspQV;A2CppQI;;EAEE,yBAAM;A3CspQZ;A2CrpQE;EACE,oCAAiB;A3CupQrB;A2ClpQI;EACE,yBAAM;A3CopQZ;A2ClpQM;;EAEE,yBAAM;A3CopQd;A2CnpQI;EACE,oCAAiB;A3CqpQvB;A2CnpQI;EACE,yBAAM;A3CqpQZ;A2CnpQM;;EAEE,yBAAM;A3CqpQd;A2CppQI;EACE,oCAAiB;A3CspQvB;A2CnpQE;EACE,yBAAM;A3CqpQV;A2CppQE;EACE,oCAAiB;A3CspQrB;A2CzpQE;EACE,yBAAM;A3C2pQV;A2C1pQE;EACE,oCAAiB;A3C4pQrB;A2C/pQE;EACE,yBAAM;A3CiqQV;A2ChqQE;EACE,oCAAiB;A3CkqQrB;A2CrqQE;EACE,yBAAM;A3CuqQV;A2CtqQE;EACE,oCAAiB;A3CwqQrB;A2C3qQE;EACE,yBAAM;A3C6qQV;A2C5qQE;EACE,oCAAiB;A3C8qQrB;A2CjrQE;EACE,yBAAM;A3CmrQV;A2ClrQE;EACE,oCAAiB;A3CorQrB;A2CvrQE;EACE,yBAAM;A3CyrQV;A2CxrQE;EACE,oCAAiB;A3C0rQrB;A2C7rQE;EACE,yBAAM;A3C+rQV;A2C9rQE;EACE,oCAAiB;A3CgsQrB;A2CnsQE;EACE,yBAAM;A3CqsQV;A2CpsQE;EACE,oCAAiB;A3CssQrB;A4CxuQE;EACE,8BAAe;A5C0uQnB;A4C3uQE;EACE,sCAAe;A5C6uQnB;A4C9uQE;EACE,iCAAe;A5CgvQnB;A4CjvQE;EACE,yCAAe;A5CmvQnB;A4C/uQE;EACE,4BAAU;A5CivQd;A4ClvQE;EACE,0BAAU;A5CovQd;A4CrvQE;EACE,kCAAU;A5CuvQd;A4CnvQE;EACE,sCAAgB;A5CqvQpB;A4CtvQE;EACE,oCAAgB;A5CwvQpB;A4CzvQE;EACE,kCAAgB;A5C2vQpB;A4C5vQE;EACE,yCAAgB;A5C8vQpB;A4C/vQE;EACE,wCAAgB;A5CiwQpB;A4ClwQE;EACE,wCAAgB;A5CowQpB;A4CrwQE;EACE,iCAAgB;A5CuwQpB;A4CxwQE;EACE,+BAAgB;A5C0wQpB;A4C3wQE;EACE,gCAAgB;A5C6wQpB;A4C9wQE;EACE,iCAAgB;A5CgxQpB;A4C5wQE;EACE,oCAAc;A5C8wQlB;A4C/wQE;EACE,kCAAc;A5CixQlB;A4ClxQE;EACE,gCAAc;A5CoxQlB;A4CrxQE;EACE,uCAAc;A5CuxQlB;A4CxxQE;EACE,sCAAc;A5C0xQlB;A4C3xQE;EACE,sCAAc;A5C6xQlB;A4C9xQE;EACE,iCAAc;A5CgyQlB;A4CjyQE;EACE,+BAAc;A5CmyQlB;A4CpyQE;EACE,6BAAc;A5CsyQlB;A4CvyQE;EACE,kCAAc;A5CyyQlB;A4CryQE;EACE,+BAAY;A5CuyQhB;A4CxyQE;EACE,kCAAY;A5C0yQhB;A4C3yQE;EACE,gCAAY;A5C6yQhB;A4C9yQE;EACE,8BAAY;A5CgzQhB;A4CjzQE;EACE,gCAAY;A5CmzQhB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ElD+zRhB;EkDh0RI;IACE,6BAAU;ElDk0RhB;AACF;ACvuRuC;EiD7FjC;IACE,0BAAU;ElDu0RhB;EkDx0RI;IACE,4BAAU;ElD00RhB;EkD30RI;IACE,0BAAU;ElD60RhB;EkD90RI;IACE,4BAAU;ElDg1RhB;EkDj1RI;IACE,6BAAU;ElDm1RhB;EkDp1RI;IACE,0BAAU;ElDs1RhB;EkDv1RI;IACE,6BAAU;ElDy1RhB;AACF;AC/uR4C;EiD5GtC;IACE,0BAAU;ElD81RhB;EkD/1RI;IACE,4BAAU;ElDi2RhB;EkDl2RI;IACE,0BAAU;ElDo2RhB;EkDr2RI;IACE,4BAAU;ElDu2RhB;EkDx2RI;IACE,6BAAU;ElD02RhB;EkD32RI;IACE,0BAAU;ElD62RhB;EkD92RI;IACE,6BAAU;ElDg3RhB;AACF;ACvvRwC;EiD3HlC;IACE,0BAAU;ElDq3RhB;EkDt3RI;IACE,4BAAU;ElDw3RhB;EkDz3RI;IACE,0BAAU;ElD23RhB;EkD53RI;IACE,4BAAU;ElD83RhB;EkD/3RI;IACE,6BAAU;ElDi4RhB;EkDl4RI;IACE,0BAAU;ElDo4RhB;EkDr4RI;IACE,6BAAU;ElDu4RhB;AACF;AkD52RE;EACE,6BAAW;AlD82Rf;AkD/2RE;EACE,8BAAW;AlDi3Rf;AkDl3RE;EACE,2BAAW;AlDo3Rf;AkDr3RE;EACE,4BAAW;AlDu3Rf;ACx0R4C;EiD3CxC;IACE,6BAAW;ElDs3Rf;AACF;ACz0RyC;EiD5CrC;IACE,6BAAW;ElDw3Rf;AACF;AC10RqE;EiD7CjE;IACE,6BAAW;ElD03Rf;AACF;AC30R6C;EiD9CzC;IACE,6BAAW;ElD43Rf;AACF;AC50RuC;EiD/CnC;IACE,6BAAW;ElD83Rf;AACF;AC50R2E;EiDjDvE;IACE,6BAAW;ElDg4Rf;AACF;ACv0R4C;EiDxDxC;IACE,6BAAW;ElDk4Rf;AACF;ACv0R0E;EiD1DtE;IACE,6BAAW;ElDo4Rf;AACF;ACl0RwC;EiDjEpC;IACE,6BAAW;ElDs4Rf;AACF;ACr3R4C;EiD3CxC;IACE,8BAAW;ElDm6Rf;AACF;ACt3RyC;EiD5CrC;IACE,8BAAW;ElDq6Rf;AACF;ACv3RqE;EiD7CjE;IACE,8BAAW;ElDu6Rf;AACF;ACx3R6C;EiD9CzC;IACE,8BAAW;ElDy6Rf;AACF;ACz3RuC;EiD/CnC;IACE,8BAAW;ElD26Rf;AACF;ACz3R2E;EiDjDvE;IACE,8BAAW;ElD66Rf;AACF;ACp3R4C;EiDxDxC;IACE,8BAAW;ElD+6Rf;AACF;ACp3R0E;EiD1DtE;IACE,8BAAW;ElDi7Rf;AACF;AC/2RwC;EiDjEpC;IACE,8BAAW;ElDm7Rf;AACF;ACl6R4C;EiD3CxC;IACE,2BAAW;ElDg9Rf;AACF;ACn6RyC;EiD5CrC;IACE,2BAAW;ElDk9Rf;AACF;ACp6RqE;EiD7CjE;IACE,2BAAW;ElDo9Rf;AACF;ACr6R6C;EiD9CzC;IACE,2BAAW;ElDs9Rf;AACF;ACt6RuC;EiD/CnC;IACE,2BAAW;ElDw9Rf;AACF;ACt6R2E;EiDjDvE;IACE,2BAAW;ElD09Rf;AACF;ACj6R4C;EiDxDxC;IACE,2BAAW;ElD49Rf;AACF;ACj6R0E;EiD1DtE;IACE,2BAAW;ElD89Rf;AACF;AC55RwC;EiDjEpC;IACE,2BAAW;ElDg+Rf;AACF;AC/8R4C;EiD3CxC;IACE,4BAAW;ElD6/Rf;AACF;ACh9RyC;EiD5CrC;IACE,4BAAW;ElD+/Rf;AACF;ACj9RqE;EiD7CjE;IACE,4BAAW;ElDigSf;AACF;ACl9R6C;EiD9CzC;IACE,4BAAW;ElDmgSf;AACF;ACn9RuC;EiD/CnC;IACE,4BAAW;ElDqgSf;AACF;ACn9R2E;EiDjDvE;IACE,4BAAW;ElDugSf;AACF;AC98R4C;EiDxDxC;IACE,4BAAW;ElDygSf;AACF;AC98R0E;EiD1DtE;IACE,4BAAW;ElD2gSf;AACF;ACz8RwC;EiDjEpC;IACE,4BAAW;ElD6gSf;AACF;AkD5gSA;EACE,qCAAe;AlD8gSjB;AkD5gSA;EACE,oCAAe;AlD8gSjB;AkD5gSA;EACE,oCAAe;AlD8gSjB;AkD5gSA;EACE,6BAAW;AlD8gSb;AkD5gSA;EACE,2BAAY;AlD8gSd;AkD7gSA;EACE,2BAAY;AlD+gSd;AkD9gSA;EACE,2BAAY;AlDghSd;AkD/gSA;EACE,2BAAY;AlDihSd;AkDhhSA;EACE,2BAAY;AlDkhSd;AkDhhSA;EACE,+LAAY;AlDkhSd;AkDhhSA;EACE,+LAAY;AlDkhSd;AkDhhSA;EACE,+LAAY;AlDkhSd;AkDhhSA;EACE,iCAAY;AlDkhSd;AkDhhSA;EACE,iCAAY;AlDkhSd;AmDpnSE;EACE,yBAAQ;AnDsnSZ;ACziS4C;EkD3ExC;IACE,yBAAQ;EnDunSZ;AACF;AC1iSyC;EkD5ErC;IACE,yBAAQ;EnDynSZ;AACF;AC3iSqE;EkD7EjE;IACE,yBAAQ;EnD2nSZ;AACF;AC5iS6C;EkD9EzC;IACE,yBAAQ;EnD6nSZ;AACF;AC7iSuC;EkD/EnC;IACE,yBAAQ;EnD+nSZ;AACF;AC7iS2E;EkDjFvE;IACE,yBAAQ;EnDioSZ;AACF;ACxiS4C;EkDxFxC;IACE,yBAAQ;EnDmoSZ;AACF;ACxiS0E;EkD1FtE;IACE,yBAAQ;EnDqoSZ;AACF;ACniSwC;EkDjGpC;IACE,yBAAQ;EnDuoSZ;AACF;AmDpqSE;EACE,wBAAQ;AnDsqSZ;ACzlS4C;EkD3ExC;IACE,wBAAQ;EnDuqSZ;AACF;AC1lSyC;EkD5ErC;IACE,wBAAQ;EnDyqSZ;AACF;AC3lSqE;EkD7EjE;IACE,wBAAQ;EnD2qSZ;AACF;AC5lS6C;EkD9EzC;IACE,wBAAQ;EnD6qSZ;AACF;AC7lSuC;EkD/EnC;IACE,wBAAQ;EnD+qSZ;AACF;AC7lS2E;EkDjFvE;IACE,wBAAQ;EnDirSZ;AACF;ACxlS4C;EkDxFxC;IACE,wBAAQ;EnDmrSZ;AACF;ACxlS0E;EkD1FtE;IACE,wBAAQ;EnDqrSZ;AACF;ACnlSwC;EkDjGpC;IACE,wBAAQ;EnDurSZ;AACF;AmDptSE;EACE,0BAAQ;AnDstSZ;ACzoS4C;EkD3ExC;IACE,0BAAQ;EnDutSZ;AACF;AC1oSyC;EkD5ErC;IACE,0BAAQ;EnDytSZ;AACF;AC3oSqE;EkD7EjE;IACE,0BAAQ;EnD2tSZ;AACF;AC5oS6C;EkD9EzC;IACE,0BAAQ;EnD6tSZ;AACF;AC7oSuC;EkD/EnC;IACE,0BAAQ;EnD+tSZ;AACF;A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","file":"bulma-rtl.css"} \ No newline at end of file diff --git a/css/bulma-rtl.min.css b/css/bulma-rtl.min.css new file mode 100644 index 0000000..ae38b52 --- /dev/null +++ b/css/bulma-rtl.min.css @@ -0,0 +1 @@ +@-webkit-keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.breadcrumb,.button,.delete,.file,.is-unselectable,.modal-close,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.highlight:not(:last-child),.level:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.pagination:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.tabs:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.delete::after,.delete::before,.modal-close::after,.modal-close::before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete::before,.modal-close::before{height:2px;width:50%}.delete::after,.modal-close::after{height:50%;width:2px}.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover{background-color:rgba(10,10,10,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.4)}.is-small.delete,.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.delete,.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.delete,.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading::after,.control.is-loading::after,.loader,.select.is-loading::after{-webkit-animation:spinAround .5s infinite linear;animation:spinAround .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img,.is-overlay,.modal,.modal-background{bottom:0;left:0;position:absolute;right:0;top:0}.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:calc(.5em - 1px);position:relative;vertical-align:top}.button.is-active,.button.is-focused,.button:active,.button:focus,.file-cta.is-active,.file-cta.is-focused,.file-cta:active,.file-cta:focus,.file-name.is-active,.file-name.is-focused,.file-name:active,.file-name:focus,.input.is-active,.input.is-focused,.input:active,.input:focus,.pagination-ellipsis.is-active,.pagination-ellipsis.is-focused,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link.is-active,.pagination-link.is-focused,.pagination-link:active,.pagination-link:focus,.pagination-next.is-active,.pagination-next.is-focused,.pagination-next:active,.pagination-next:focus,.pagination-previous.is-active,.pagination-previous.is-focused,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{outline:0}.button[disabled],.file-cta[disabled],.file-name[disabled],.input[disabled],.pagination-ellipsis[disabled],.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled],.select select[disabled],.textarea[disabled],fieldset[disabled] .button,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .input,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-previous,fieldset[disabled] .select select,fieldset[disabled] .textarea{cursor:not-allowed}blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{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}*,::after,::before{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}a{color:#3273dc;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#da1039;font-size:.875em;font-weight:400;padding:.25em .5em .25em}hr{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#363636}.box{background-color:#fff;border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);color:#4a4a4a;display:block;padding:1.25rem}a.box:focus,a.box:hover{box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px #3273dc}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #3273dc}.button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding-bottom:calc(.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(.5em - 1px);text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-right:calc(-.5em - 1px);margin-left:.25em}.button .icon:last-child:not(:first-child){margin-right:.25em;margin-left:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.button.is-hovered,.button:hover{border-color:#b5b5b5;color:#363636}.button.is-focused,.button:focus{border-color:#3273dc;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-active,.button:active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active,.button.is-text:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white.is-hovered,.button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#0a0a0a}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-hovered,.button.is-white.is-inverted:hover{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined.is-focused,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined.is-focused,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black.is-hovered,.button.is-black:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#fff}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-hovered,.button.is-black.is-inverted:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined.is-focused,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined.is-focused,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-hovered,.button.is-light:hover{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted.is-hovered,.button.is-light.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined.is-focused,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-light.is-inverted.is-outlined.is-focused,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-dark{background-color:#363636;border-color:transparent;color:#fff}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#2f2f2f;border-color:transparent;color:#fff}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#fff}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#292929;border-color:transparent;color:#fff}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#363636;border-color:transparent;box-shadow:none}.button.is-dark.is-inverted{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-hovered,.button.is-dark.is-inverted:hover{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined.is-focused,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#363636;border-color:#363636;color:#fff}.button.is-dark.is-outlined.is-loading::after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined.is-focused,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary{background-color:#00d1b2;border-color:transparent;color:#fff}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#00c4a7;border-color:transparent;color:#fff}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#00b89c;border-color:transparent;color:#fff}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#00d1b2;border-color:transparent;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-hovered,.button.is-primary.is-inverted:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#00d1b2}.button.is-primary.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#00d1b2;color:#00d1b2}.button.is-primary.is-outlined.is-focused,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.button.is-primary.is-outlined.is-loading::after{border-color:transparent transparent #00d1b2 #00d1b2!important}.button.is-primary.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#00d1b2;box-shadow:none;color:#00d1b2}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined.is-focused,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #00d1b2 #00d1b2!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light{background-color:#ebfffc;color:#00947e}.button.is-primary.is-light.is-hovered,.button.is-primary.is-light:hover{background-color:#defffa;border-color:transparent;color:#00947e}.button.is-primary.is-light.is-active,.button.is-primary.is-light:active{background-color:#d1fff8;border-color:transparent;color:#00947e}.button.is-link{background-color:#3273dc;border-color:transparent;color:#fff}.button.is-link.is-hovered,.button.is-link:hover{background-color:#276cda;border-color:transparent;color:#fff}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#fff}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#2366d1;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#3273dc;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#3273dc}.button.is-link.is-inverted.is-hovered,.button.is-link.is-inverted:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3273dc}.button.is-link.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:transparent;border-color:#3273dc;color:#3273dc}.button.is-link.is-outlined.is-focused,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:#3273dc;border-color:#3273dc;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #3273dc #3273dc!important}.button.is-link.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#3273dc;box-shadow:none;color:#3273dc}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined.is-focused,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#fff;color:#3273dc}.button.is-link.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #3273dc #3273dc!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:#eef3fc;color:#2160c4}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#e3ecfa;border-color:transparent;color:#2160c4}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#d8e4f8;border-color:transparent;color:#2160c4}.button.is-info{background-color:#3298dc;border-color:transparent;color:#fff}.button.is-info.is-hovered,.button.is-info:hover{background-color:#2793da;border-color:transparent;color:#fff}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#fff}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,152,220,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#238cd1;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3298dc;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3298dc}.button.is-info.is-inverted.is-hovered,.button.is-info.is-inverted:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3298dc}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:transparent;border-color:#3298dc;color:#3298dc}.button.is-info.is-outlined.is-focused,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#3298dc;border-color:#3298dc;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3298dc #3298dc!important}.button.is-info.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#3298dc;box-shadow:none;color:#3298dc}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined.is-focused,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#fff;color:#3298dc}.button.is-info.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #3298dc #3298dc!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:#eef6fc;color:#1d72aa}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#e3f1fa;border-color:transparent;color:#1d72aa}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#d8ebf8;border-color:transparent;color:#1d72aa}.button.is-success{background-color:#48c774;border-color:transparent;color:#fff}.button.is-success.is-hovered,.button.is-success:hover{background-color:#3ec46d;border-color:transparent;color:#fff}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#fff}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,199,116,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#3abb67;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#48c774;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#48c774}.button.is-success.is-inverted.is-hovered,.button.is-success.is-inverted:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#48c774}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:transparent;border-color:#48c774;color:#48c774}.button.is-success.is-outlined.is-focused,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#48c774;border-color:#48c774;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #48c774 #48c774!important}.button.is-success.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#48c774;box-shadow:none;color:#48c774}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined.is-focused,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#fff;color:#48c774}.button.is-success.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #48c774 #48c774!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:#effaf3;color:#257942}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#e6f7ec;border-color:transparent;color:#257942}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#dcf4e4;border-color:transparent;color:#257942}.button.is-warning{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-hovered,.button.is-warning.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.button.is-warning.is-outlined.is-focused,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined.is-focused,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-warning.is-light{background-color:#fffbeb;color:#947600}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#fff8de;border-color:transparent;color:#947600}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#fff6d1;border-color:transparent;color:#947600}.button.is-danger{background-color:#f14668;border-color:transparent;color:#fff}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#f03a5f;border-color:transparent;color:#fff}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.button.is-danger.is-active,.button.is-danger:active{background-color:#ef2e55;border-color:transparent;color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#f14668;border-color:transparent;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#f14668}.button.is-danger.is-inverted.is-hovered,.button.is-danger.is-inverted:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f14668}.button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;color:#f14668}.button.is-danger.is-outlined.is-focused,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#f14668;border-color:#f14668;color:#fff}.button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;box-shadow:none;color:#f14668}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined.is-focused,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#fff;color:#f14668}.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.button.is-danger.is-light.is-hovered,.button.is-danger.is-light:hover{background-color:#fde0e6;border-color:transparent;color:#cc0f35}.button.is-danger.is-light.is-active,.button.is-danger.is-light:active{background-color:#fcd4dc;border-color:transparent;color:#cc0f35}.button.is-small{border-radius:2px;font-size:.75rem}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - (1em / 2));top:calc(50% - (1em / 2));position:absolute!important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:290486px;padding-left:calc(1em + .25em);padding-right:calc(1em + .25em)}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-left:.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){border-radius:2px;font-size:.75rem}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-left:-1px}.buttons.has-addons .button:last-child{margin-left:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus: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}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: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 blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul: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{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-right:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-right:2em;margin-top:1em}.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{list-style:disc outside;margin-right:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-right:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#363636}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}.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-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-fullwidth{width:100%}.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img{height:100%;width:100%}.image.is-1by1,.image.is-square{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.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.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;position:relative;padding:1.25rem 1.5rem 1.25rem 2.5rem}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:0 0}.notification>.delete{left:.5rem;position:absolute;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.notification.is-dark{background-color:#363636;color:#fff}.notification.is-primary{background-color:#00d1b2;color:#fff}.notification.is-primary.is-light{background-color:#ebfffc;color:#00947e}.notification.is-link{background-color:#3273dc;color:#fff}.notification.is-link.is-light{background-color:#eef3fc;color:#2160c4}.notification.is-info{background-color:#3298dc;color:#fff}.notification.is-info.is-light{background-color:#eef6fc;color:#1d72aa}.notification.is-success{background-color:#48c774;color:#fff}.notification.is-success.is-light{background-color:#effaf3;color:#257942}.notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.notification.is-warning.is-light{background-color:#fffbeb;color:#947600}.notification.is-danger{background-color:#f14668;color:#fff}.notification.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#4a4a4a}.progress::-moz-progress-bar{background-color:#4a4a4a}.progress::-ms-fill{background-color:#4a4a4a;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(to right,#fff 30%,#ededed 30%)}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-black:indeterminate{background-image:linear-gradient(to right,#0a0a0a 30%,#ededed 30%)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:linear-gradient(to right,#f5f5f5 30%,#ededed 30%)}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate{background-image:linear-gradient(to right,#363636 30%,#ededed 30%)}.progress.is-primary::-webkit-progress-value{background-color:#00d1b2}.progress.is-primary::-moz-progress-bar{background-color:#00d1b2}.progress.is-primary::-ms-fill{background-color:#00d1b2}.progress.is-primary:indeterminate{background-image:linear-gradient(to right,#00d1b2 30%,#ededed 30%)}.progress.is-link::-webkit-progress-value{background-color:#3273dc}.progress.is-link::-moz-progress-bar{background-color:#3273dc}.progress.is-link::-ms-fill{background-color:#3273dc}.progress.is-link:indeterminate{background-image:linear-gradient(to right,#3273dc 30%,#ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#3298dc}.progress.is-info::-moz-progress-bar{background-color:#3298dc}.progress.is-info::-ms-fill{background-color:#3298dc}.progress.is-info:indeterminate{background-image:linear-gradient(to right,#3298dc 30%,#ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#48c774}.progress.is-success::-moz-progress-bar{background-color:#48c774}.progress.is-success::-ms-fill{background-color:#48c774}.progress.is-success:indeterminate{background-image:linear-gradient(to right,#48c774 30%,#ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffdd57}.progress.is-warning::-moz-progress-bar{background-color:#ffdd57}.progress.is-warning::-ms-fill{background-color:#ffdd57}.progress.is-warning:indeterminate{background-image:linear-gradient(to right,#ffdd57 30%,#ededed 30%)}.progress.is-danger::-webkit-progress-value{background-color:#f14668}.progress.is-danger::-moz-progress-bar{background-color:#f14668}.progress.is-danger::-ms-fill{background-color:#f14668}.progress.is-danger:indeterminate{background-image:linear-gradient(to right,#f14668 30%,#ededed 30%)}.progress:indeterminate{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:moveIndeterminate;animation-name:moveIndeterminate;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:#ededed;background-image:linear-gradient(to right,#4a4a4a 30%,#ededed 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@-webkit-keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:#363636}.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.table td.is-primary,.table th.is-primary{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.table td.is-link,.table th.is-link{background-color:#3273dc;border-color:#3273dc;color:#fff}.table td.is-info,.table th.is-info{background-color:#3298dc;border-color:#3298dc;color:#fff}.table td.is-success,.table th.is-success{background-color:#48c774;border-color:#48c774;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.table td.is-danger,.table th.is-danger{background-color:#f14668;border-color:#f14668;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#00d1b2;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#363636}.table th:not([align]){text-align:inherit}.table tr.is-selected{background-color:#00d1b2;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:transparent}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot{background-color:transparent}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody{background-color:transparent}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-left:.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-right:.25rem;margin-left:.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){margin-right:0}.tags.has-addons .tag{margin-left:0}.tags.has-addons .tag:not(:first-child){margin-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.tags.has-addons .tag:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}.tag:not(body){align-items:center;background-color:#f5f5f5;border-radius:4px;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-right:.25rem;margin-left:-.375rem}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.tag:not(body).is-dark{background-color:#363636;color:#fff}.tag:not(body).is-primary{background-color:#00d1b2;color:#fff}.tag:not(body).is-primary.is-light{background-color:#ebfffc;color:#00947e}.tag:not(body).is-link{background-color:#3273dc;color:#fff}.tag:not(body).is-link.is-light{background-color:#eef3fc;color:#2160c4}.tag:not(body).is-info{background-color:#3298dc;color:#fff}.tag:not(body).is-info.is-light{background-color:#eef6fc;color:#1d72aa}.tag:not(body).is-success{background-color:#48c774;color:#fff}.tag:not(body).is-success.is-light{background-color:#effaf3;color:#257942}.tag:not(body).is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.tag:not(body).is-warning.is-light{background-color:#fffbeb;color:#947600}.tag:not(body).is-danger{background-color:#f14668;color:#fff}.tag:not(body).is-danger.is-light{background-color:#feecf0;color:#cc0f35}.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-right:-.375em;margin-left:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-right:.1875em;margin-left:-.375em}.tag:not(body) .icon:first-child:last-child{margin-right:-.375em;margin-left:-.375em}.tag:not(body).is-delete{margin-right:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete::after,.tag:not(body).is-delete::before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.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:focus,.tag:not(body).is-delete:hover{background-color:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:290486px}a.tag:hover{text-decoration:underline}.subtitle,.title{word-break:break-word}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.title sub{font-size:.75em}.subtitle sup,.title sup{font-size:.75em}.subtitle .tag,.title .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+.highlight{margin-top:-.75rem}.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:#4a4a4a;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{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.highlight{font-weight:400;max-width:100%;overflow:hidden;padding:0}.highlight pre{overflow:auto;max-width:100%}.number{align-items:center;background-color:#f5f5f5;border-radius:290486px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.input,.select select,.textarea{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.input::-moz-placeholder,.select select::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.input::-webkit-input-placeholder,.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.input:-moz-placeholder,.select select:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.input:-ms-input-placeholder,.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.input.is-hovered,.input:hover,.select select.is-hovered,.select select:hover,.textarea.is-hovered,.textarea:hover{border-color:#b5b5b5}.input.is-active,.input.is-focused,.input:active,.input:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{border-color:#3273dc;box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.input[disabled],.select select[disabled],.textarea[disabled],fieldset[disabled] .input,fieldset[disabled] .select select,fieldset[disabled] .textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.input[disabled]::-moz-placeholder,.select select[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:rgba(122,122,122,.3)}.input[disabled]::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:rgba(122,122,122,.3)}.input[disabled]:-moz-placeholder,.select select[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:rgba(122,122,122,.3)}.input[disabled]:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:rgba(122,122,122,.3)}.input,.textarea{box-shadow:inset 0 .0625em .125em rgba(10,10,10,.05);max-width:100%;width:100%}.input[readonly],.textarea[readonly]{box-shadow:none}.is-white.input,.is-white.textarea{border-color:#fff}.is-active.is-white.input,.is-active.is-white.textarea,.is-focused.is-white.input,.is-focused.is-white.textarea,.is-white.input:active,.is-white.input:focus,.is-white.textarea:active,.is-white.textarea:focus{box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.is-black.input,.is-black.textarea{border-color:#0a0a0a}.is-active.is-black.input,.is-active.is-black.textarea,.is-black.input:active,.is-black.input:focus,.is-black.textarea:active,.is-black.textarea:focus,.is-focused.is-black.input,.is-focused.is-black.textarea{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-active.is-light.input,.is-active.is-light.textarea,.is-focused.is-light.input,.is-focused.is-light.textarea,.is-light.input:active,.is-light.input:focus,.is-light.textarea:active,.is-light.textarea:focus{box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.is-dark.input,.is-dark.textarea{border-color:#363636}.is-active.is-dark.input,.is-active.is-dark.textarea,.is-dark.input:active,.is-dark.input:focus,.is-dark.textarea:active,.is-dark.textarea:focus,.is-focused.is-dark.input,.is-focused.is-dark.textarea{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.is-primary.input,.is-primary.textarea{border-color:#00d1b2}.is-active.is-primary.input,.is-active.is-primary.textarea,.is-focused.is-primary.input,.is-focused.is-primary.textarea,.is-primary.input:active,.is-primary.input:focus,.is-primary.textarea:active,.is-primary.textarea:focus{box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.is-link.input,.is-link.textarea{border-color:#3273dc}.is-active.is-link.input,.is-active.is-link.textarea,.is-focused.is-link.input,.is-focused.is-link.textarea,.is-link.input:active,.is-link.input:focus,.is-link.textarea:active,.is-link.textarea:focus{box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.is-info.input,.is-info.textarea{border-color:#3298dc}.is-active.is-info.input,.is-active.is-info.textarea,.is-focused.is-info.input,.is-focused.is-info.textarea,.is-info.input:active,.is-info.input:focus,.is-info.textarea:active,.is-info.textarea:focus{box-shadow:0 0 0 .125em rgba(50,152,220,.25)}.is-success.input,.is-success.textarea{border-color:#48c774}.is-active.is-success.input,.is-active.is-success.textarea,.is-focused.is-success.input,.is-focused.is-success.textarea,.is-success.input:active,.is-success.input:focus,.is-success.textarea:active,.is-success.textarea:focus{box-shadow:0 0 0 .125em rgba(72,199,116,.25)}.is-warning.input,.is-warning.textarea{border-color:#ffdd57}.is-active.is-warning.input,.is-active.is-warning.textarea,.is-focused.is-warning.input,.is-focused.is-warning.textarea,.is-warning.input:active,.is-warning.input:focus,.is-warning.textarea:active,.is-warning.textarea:focus{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.is-danger.input,.is-danger.textarea{border-color:#f14668}.is-active.is-danger.input,.is-active.is-danger.textarea,.is-danger.input:active,.is-danger.input:focus,.is-danger.textarea:active,.is-danger.textarea:focus,.is-focused.is-danger.input,.is-focused.is-danger.textarea{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.is-small.input,.is-small.textarea{border-radius:2px;font-size:.75rem}.is-medium.input,.is-medium.textarea{font-size:1.25rem}.is-large.input,.is-large.textarea{font-size:1.5rem}.is-fullwidth.input,.is-fullwidth.textarea{display:block;width:100%}.is-inline.input,.is-inline.textarea{display:inline;width:auto}.input.is-rounded{border-radius:290486px;padding-left:calc(calc(.75em - 1px) + .375em);padding-right:calc(calc(.75em - 1px) + .375em)}.input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#363636}.checkbox input[disabled],.checkbox[disabled],.radio input[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-right:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading)::after{border-color:#3273dc;left:1.125em;z-index:4}.select.is-rounded select{border-radius:290486px;padding-right:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:0}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-left: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{border-color:#fff}.select.is-white select{border-color:#fff}.select.is-white select.is-hovered,.select.is-white select:hover{border-color:#f2f2f2}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.select.is-black:not(:hover)::after{border-color:#0a0a0a}.select.is-black select{border-color:#0a0a0a}.select.is-black select.is-hovered,.select.is-black select:hover{border-color:#000}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.select.is-light:not(:hover)::after{border-color:#f5f5f5}.select.is-light select{border-color:#f5f5f5}.select.is-light select.is-hovered,.select.is-light select:hover{border-color:#e8e8e8}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.select.is-dark:not(:hover)::after{border-color:#363636}.select.is-dark select{border-color:#363636}.select.is-dark select.is-hovered,.select.is-dark select:hover{border-color:#292929}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.select.is-primary:not(:hover)::after{border-color:#00d1b2}.select.is-primary select{border-color:#00d1b2}.select.is-primary select.is-hovered,.select.is-primary select:hover{border-color:#00b89c}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.select.is-link:not(:hover)::after{border-color:#3273dc}.select.is-link select{border-color:#3273dc}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#2366d1}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.select.is-info:not(:hover)::after{border-color:#3298dc}.select.is-info select{border-color:#3298dc}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#238cd1}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 0 0 .125em rgba(50,152,220,.25)}.select.is-success:not(:hover)::after{border-color:#48c774}.select.is-success select{border-color:#48c774}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#3abb67}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 0 0 .125em rgba(72,199,116,.25)}.select.is-warning:not(:hover)::after{border-color:#ffdd57}.select.is-warning select{border-color:#ffdd57}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#ffd83d}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.select.is-danger:not(:hover)::after{border-color:#f14668}.select.is-danger select{border-color:#f14668}.select.is-danger select.is-hovered,.select.is-danger select:hover{border-color:#ef2e55}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.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{border-color:#7a7a7a}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;left:.625em;top:.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{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,255,255,.25);color:#0a0a0a}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(10,10,10,.25);color:#fff}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(245,245,245,.25);color:rgba(0,0,0,.7)}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#fff}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#2f2f2f;border-color:transparent;color:#fff}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(54,54,54,.25);color:#fff}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#292929;border-color:transparent;color:#fff}.file.is-primary .file-cta{background-color:#00d1b2;border-color:transparent;color:#fff}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#00c4a7;border-color:transparent;color:#fff}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(0,209,178,.25);color:#fff}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#00b89c;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#3273dc;border-color:transparent;color:#fff}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#276cda;border-color:transparent;color:#fff}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(50,115,220,.25);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#2366d1;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#3298dc;border-color:transparent;color:#fff}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#2793da;border-color:transparent;color:#fff}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(50,152,220,.25);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#238cd1;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#48c774;border-color:transparent;color:#fff}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#3ec46d;border-color:transparent;color:#fff}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,199,116,.25);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#3abb67;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,221,87,.25);color:rgba(0,0,0,.7)}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-danger .file-cta{background-color:#f14668;border-color:transparent;color:#fff}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#f03a5f;border-color:transparent;color:#fff}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(241,70,104,.25);color:#fff}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#ef2e55;border-color:transparent;color:#fff}.file.is-small{font-size:.75rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#363636}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;left:0;opacity:0;outline:0;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#dbdbdb;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#f5f5f5;color:#4a4a4a}.file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-left:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.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{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#00d1b2}.help.is-link{color:#3273dc}.help.is-info{color:#3298dc}.help.is-success{color:#48c774}.help.is-warning{color:#ffdd57}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-left:-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-bottom-left-radius:0;border-top-left-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-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover{z-index:2}.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-active,.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]):focus{z-index:3}.field.has-addons .control .button:not([disabled]).is-active: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]):focus:hover,.field.has-addons .control .input:not([disabled]).is-active: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]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-active: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]):focus:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-left:.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{flex-basis:0;flex-grow:1;flex-shrink:0;margin-left:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width:769px),print{.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-left:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#4a4a4a}.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;position:absolute;top:0;width:2.5em;z-index:4}.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{position:absolute!important;left:.625em;top:.625em;z-index:4}.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{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#3273dc;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-right:0}.breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#b5b5b5;content:"\0002f"}.breadcrumb ol,.breadcrumb ul{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-left:.5em}.breadcrumb .icon:last-child{margin-right:.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:"\02192"}.breadcrumb.has-bullet-separator li+li::before{content:"\02022"}.breadcrumb.has-dot-separator li+li::before{content:"\000b7"}.breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}.card{background-color:#fff;border-radius:.25rem;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);color:#4a4a4a;max-width:100%;overflow:hidden;position:relative}.card-header{background-color:transparent;align-items:stretch;box-shadow:0 .125em .25em rgba(10,10,10,.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-content{background-color:transparent;padding:1.5rem}.card-footer{background-color:transparent;border-top:1px solid #ededed;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-left:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;right:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-left:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#3273dc;color:#fff}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-left:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width:769px),print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width:769px),print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-left:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width:769px),print{.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media screen and (min-width:769px),print{.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid rgba(219,219,219,.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid rgba(219,219,219,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-left:1rem}.media-right{margin-right:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width:768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#4a4a4a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#f5f5f5;color:#363636}.menu-list a.is-active{background-color:#3273dc;color:#fff}.menu-list li ul{border-right:1px solid #dbdbdb;margin:.75em;padding-right:.75em}.menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.message.is-light .message-body{border-color:#f5f5f5}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#363636;color:#fff}.message.is-dark .message-body{border-color:#363636}.message.is-primary{background-color:#ebfffc}.message.is-primary .message-header{background-color:#00d1b2;color:#fff}.message.is-primary .message-body{border-color:#00d1b2;color:#00947e}.message.is-link{background-color:#eef3fc}.message.is-link .message-header{background-color:#3273dc;color:#fff}.message.is-link .message-body{border-color:#3273dc;color:#2160c4}.message.is-info{background-color:#eef6fc}.message.is-info .message-header{background-color:#3298dc;color:#fff}.message.is-info .message-body{border-color:#3298dc;color:#1d72aa}.message.is-success{background-color:#effaf3}.message.is-success .message-header{background-color:#48c774;color:#fff}.message.is-success .message-body{border-color:#48c774;color:#257942}.message.is-warning{background-color:#fffbeb}.message.is-warning .message-header{background-color:#ffdd57;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffdd57;color:#947600}.message.is-danger{background-color:#feecf0}.message.is-danger .message-header{background-color:#f14668;color:#fff}.message.is-danger .message-body{border-color:#f14668;color:#cc0f35}.message-header{align-items:center;background-color:#4a4a4a;border-radius:4px 4px 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-right:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#dbdbdb;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#4a4a4a;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:transparent}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,.86)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px){.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:0 0;height:40px;position:fixed;left:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-foot,.modal-card-head{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-left:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width:1024px){.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link::after,.navbar.is-white .navbar-start .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#fff}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:#fff}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-end .navbar-link::after,.navbar.is-black .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-end .navbar-link::after,.navbar.is-light .navbar-start .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,.7)}}.navbar.is-dark{background-color:#363636;color:#fff}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#fff}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#292929;color:#fff}.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-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#fff}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#292929;color:#fff}.navbar.is-dark .navbar-end .navbar-link::after,.navbar.is-dark .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#292929;color:#fff}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}.navbar.is-primary{background-color:#00d1b2;color:#fff}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#fff}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#00b89c;color:#fff}.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-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#fff}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-end .navbar-link::after,.navbar.is-primary .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00d1b2;color:#fff}}.navbar.is-link{background-color:#3273dc;color:#fff}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#fff}.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item{color:#fff}.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-end .navbar-link::after,.navbar.is-link .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#3273dc;color:#fff}}.navbar.is-info{background-color:#3298dc;color:#fff}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#fff}.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#238cd1;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item{color:#fff}.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#238cd1;color:#fff}.navbar.is-info .navbar-end .navbar-link::after,.navbar.is-info .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#238cd1;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3298dc;color:#fff}}.navbar.is-success{background-color:#48c774;color:#fff}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#fff}.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#3abb67;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item{color:#fff}.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#3abb67;color:#fff}.navbar.is-success .navbar-end .navbar-link::after,.navbar.is-success .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#3abb67;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c774;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link::after,.navbar.is-warning .navbar-start .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#f14668;color:#fff}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#fff}.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item{color:#fff}.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-end .navbar-link::after,.navbar.is-danger .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}body.has-navbar-fixed-top,html.has-navbar-fixed-top{padding-top:3.25rem}body.has-navbar-fixed-bottom,html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#4a4a4a;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-right:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}.navbar-link,a.navbar-item{cursor:pointer}.navbar-link.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover{background-color:#fafafa;color:#3273dc}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#3273dc}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#3273dc;border-bottom-style:solid;border-bottom-width:3px;color:#3273dc;padding-bottom:calc(.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-left:2.5em}.navbar-link:not(.is-arrowless)::after{border-color:#3273dc;margin-top:-.375em;left:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:.5rem 0}@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;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}body.has-navbar-fixed-top-touch,html.has-navbar-fixed-top-touch{padding-top:3.25rem}body.has-navbar-fixed-bottom-touch,html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.navbar,.navbar-end,.navbar-menu,.navbar-start{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-end,.navbar.is-spaced .navbar-start{align-items:center}.navbar.is-spaced .navbar-link,.navbar.is-spaced a.navbar-item{border-radius:4px}.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.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-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-left:auto}.navbar-end{justify-content:flex-end;margin-right:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;right:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-left:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + -4px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-right:-.75rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-left:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-desktop{top:0}body.has-navbar-fixed-top-desktop,html.has-navbar-fixed-top-desktop{padding-top:3.25rem}body.has-navbar-fixed-bottom-desktop,html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}body.has-spaced-navbar-fixed-top,html.has-spaced-navbar-fixed-top{padding-top:5.25rem}body.has-spaced-navbar-fixed-bottom,html.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}.navbar-link.is-active,a.navbar-item.is-active{color:#0a0a0a}.navbar-link.is-active:not(:focus):not(:hover),a.navbar-item.is-active:not(:focus):not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#fafafa}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:290486px}.pagination.is-rounded .pagination-link{border-radius:290486px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-link,.pagination-next,.pagination-previous{border-color:#dbdbdb;color:#363636;min-width:2.5em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#b5b5b5;color:#363636}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#3273dc}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2)}.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#3273dc;border-color:#3273dc;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-next,.pagination-previous{flex-grow:1;flex-shrink:1}.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width:769px),print{.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}.panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}.panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.panel.is-dark .panel-heading{background-color:#363636;color:#fff}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#363636}.panel.is-dark .panel-block.is-active .panel-icon{color:#363636}.panel.is-primary .panel-heading{background-color:#00d1b2;color:#fff}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#00d1b2}.panel.is-primary .panel-block.is-active .panel-icon{color:#00d1b2}.panel.is-link .panel-heading{background-color:#3273dc;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#3273dc}.panel.is-link .panel-block.is-active .panel-icon{color:#3273dc}.panel.is-info .panel-heading{background-color:#3298dc;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3298dc}.panel.is-info .panel-block.is-active .panel-icon{color:#3298dc}.panel.is-success .panel-heading{background-color:#48c774;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c774}.panel.is-success .panel-block.is-active .panel-icon{color:#48c774}.panel.is-warning .panel-heading{background-color:#ffdd57;color:rgba(0,0,0,.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffdd57}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffdd57}.panel.is-danger .panel-heading{background-color:#f14668;color:#fff}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}.panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}.panel-block:not(:last-child),.panel-tabs:not(:last-child){border-bottom:1px solid #ededed}.panel-heading{background-color:#ededed;border-radius:6px 6px 0 0;color:#363636;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#3273dc}.panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-left:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#3273dc;color:#363636}.panel-block.is-active .panel-icon{color:#3273dc}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-left:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#363636;color:#363636}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#3273dc;color:#3273dc}.tabs ul{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:.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-left:.5em}.tabs .icon:last-child{margin-right:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:0 0 4px 4px}.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:transparent!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#dbdbdb;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-right:-1px}.tabs.is-toggle li:first-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabs.is-toggle li:last-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabs.is-toggle li.is-active a{background-color:#3273dc;border-color:#3273dc;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-right-radius:290486px;border-top-right-radius:290486px;padding-right:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-left-radius:290486px;border-top-left-radius:290486px;padding-left:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{flex:none;width:8.333333333333332%}.columns.is-mobile>.column.is-offset-1{margin-left:8.333333333333332%}.columns.is-mobile>.column.is-2{flex:none;width:16.666666666666664%}.columns.is-mobile>.column.is-offset-2{margin-left:16.666666666666664%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333333333333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333333333333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666666666667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666666666667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.333333333333336%}.columns.is-mobile>.column.is-offset-7{margin-left:58.333333333333336%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666666666666%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666666666666%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333333333334%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333333333334%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666666666666%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666666666666%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{flex:none;width:8.333333333333332%}.column.is-offset-1-mobile{margin-left:8.333333333333332%}.column.is-2-mobile{flex:none;width:16.666666666666664%}.column.is-offset-2-mobile{margin-left:16.666666666666664%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333333333333%}.column.is-offset-4-mobile{margin-left:33.33333333333333%}.column.is-5-mobile{flex:none;width:41.66666666666667%}.column.is-offset-5-mobile{margin-left:41.66666666666667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.333333333333336%}.column.is-offset-7-mobile{margin-left:58.333333333333336%}.column.is-8-mobile{flex:none;width:66.66666666666666%}.column.is-offset-8-mobile{margin-left:66.66666666666666%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333333333334%}.column.is-offset-10-mobile{margin-left:83.33333333333334%}.column.is-11-mobile{flex:none;width:91.66666666666666%}.column.is-offset-11-mobile{margin-left:91.66666666666666%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.333333333333332%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.333333333333332%}.column.is-2,.column.is-2-tablet{flex:none;width:16.666666666666664%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.666666666666664%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333333333333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333333333333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666666666667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666666666667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.333333333333336%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.333333333333336%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666666666666%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666666666666%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333333333334%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333333333334%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666666666666%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666666666666%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{flex:none}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{flex:none;width:8.333333333333332%}.column.is-offset-1-touch{margin-left:8.333333333333332%}.column.is-2-touch{flex:none;width:16.666666666666664%}.column.is-offset-2-touch{margin-left:16.666666666666664%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333333333333%}.column.is-offset-4-touch{margin-left:33.33333333333333%}.column.is-5-touch{flex:none;width:41.66666666666667%}.column.is-offset-5-touch{margin-left:41.66666666666667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.333333333333336%}.column.is-offset-7-touch{margin-left:58.333333333333336%}.column.is-8-touch{flex:none;width:66.66666666666666%}.column.is-offset-8-touch{margin-left:66.66666666666666%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333333333334%}.column.is-offset-10-touch{margin-left:83.33333333333334%}.column.is-11-touch{flex:none;width:91.66666666666666%}.column.is-offset-11-touch{margin-left:91.66666666666666%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{flex:none}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{flex:none;width:8.333333333333332%}.column.is-offset-1-desktop{margin-left:8.333333333333332%}.column.is-2-desktop{flex:none;width:16.666666666666664%}.column.is-offset-2-desktop{margin-left:16.666666666666664%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333333333333%}.column.is-offset-4-desktop{margin-left:33.33333333333333%}.column.is-5-desktop{flex:none;width:41.66666666666667%}.column.is-offset-5-desktop{margin-left:41.66666666666667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.333333333333336%}.column.is-offset-7-desktop{margin-left:58.333333333333336%}.column.is-8-desktop{flex:none;width:66.66666666666666%}.column.is-offset-8-desktop{margin-left:66.66666666666666%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333333333334%}.column.is-offset-10-desktop{margin-left:83.33333333333334%}.column.is-11-desktop{flex:none;width:91.66666666666666%}.column.is-offset-11-desktop{margin-left:91.66666666666666%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{flex:none;width:8.333333333333332%}.column.is-offset-1-widescreen{margin-left:8.333333333333332%}.column.is-2-widescreen{flex:none;width:16.666666666666664%}.column.is-offset-2-widescreen{margin-left:16.666666666666664%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333333333333%}.column.is-offset-4-widescreen{margin-left:33.33333333333333%}.column.is-5-widescreen{flex:none;width:41.66666666666667%}.column.is-offset-5-widescreen{margin-left:41.66666666666667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.333333333333336%}.column.is-offset-7-widescreen{margin-left:58.333333333333336%}.column.is-8-widescreen{flex:none;width:66.66666666666666%}.column.is-offset-8-widescreen{margin-left:66.66666666666666%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333333333334%}.column.is-offset-10-widescreen{margin-left:83.33333333333334%}.column.is-11-widescreen{flex:none;width:91.66666666666666%}.column.is-offset-11-widescreen{margin-left:91.66666666666666%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{flex:none;width:8.333333333333332%}.column.is-offset-1-fullhd{margin-left:8.333333333333332%}.column.is-2-fullhd{flex:none;width:16.666666666666664%}.column.is-offset-2-fullhd{margin-left:16.666666666666664%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333333333333%}.column.is-offset-4-fullhd{margin-left:33.33333333333333%}.column.is-5-fullhd{flex:none;width:41.66666666666667%}.column.is-offset-5-fullhd{margin-left:41.66666666666667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.333333333333336%}.column.is-offset-7-fullhd{margin-left:58.333333333333336%}.column.is-8-fullhd{flex:none;width:66.66666666666666%}.column.is-offset-8-fullhd{margin-left:66.66666666666666%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333333333334%}.column.is-offset-10-fullhd{margin-left:83.33333333333334%}.column.is-11-fullhd{flex:none;width:91.66666666666666%}.column.is-offset-11-fullhd{margin-left:91.66666666666666%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px) and (max-width: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:0.25rem}@media screen and (max-width:768px){.columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-3-fullhd{--columnGap:0.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{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media screen and (min-width:769px),print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.333333333333332%}.tile.is-2{flex:none;width:16.666666666666664%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333333333333%}.tile.is-5{flex:none;width:41.66666666666667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.333333333333336%}.tile.is-8{flex:none;width:66.66666666666666%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333333333334%}.tile.is-11{flex:none;width:91.66666666666666%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#fff!important}a.has-text-white:focus,a.has-text-white:hover{color:#e6e6e6!important}.has-background-white{background-color:#fff!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:focus,a.has-text-black:hover{color:#000!important}.has-background-black{background-color:#0a0a0a!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:focus,a.has-text-light:hover{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#00d1b2!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#009e86!important}.has-background-primary{background-color:#00d1b2!important}.has-text-primary-light{color:#ebfffc!important}a.has-text-primary-light:focus,a.has-text-primary-light:hover{color:#b8fff4!important}.has-background-primary-light{background-color:#ebfffc!important}.has-text-primary-dark{color:#00947e!important}a.has-text-primary-dark:focus,a.has-text-primary-dark:hover{color:#00c7a9!important}.has-background-primary-dark{background-color:#00947e!important}.has-text-link{color:#3273dc!important}a.has-text-link:focus,a.has-text-link:hover{color:#205bbc!important}.has-background-link{background-color:#3273dc!important}.has-text-link-light{color:#eef3fc!important}a.has-text-link-light:focus,a.has-text-link-light:hover{color:#c2d5f5!important}.has-background-link-light{background-color:#eef3fc!important}.has-text-link-dark{color:#2160c4!important}a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:#3b79de!important}.has-background-link-dark{background-color:#2160c4!important}.has-text-info{color:#3298dc!important}a.has-text-info:focus,a.has-text-info:hover{color:#207dbc!important}.has-background-info{background-color:#3298dc!important}.has-text-info-light{color:#eef6fc!important}a.has-text-info-light:focus,a.has-text-info-light:hover{color:#c2e0f5!important}.has-background-info-light{background-color:#eef6fc!important}.has-text-info-dark{color:#1d72aa!important}a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:#248fd6!important}.has-background-info-dark{background-color:#1d72aa!important}.has-text-success{color:#48c774!important}a.has-text-success:focus,a.has-text-success:hover{color:#34a85c!important}.has-background-success{background-color:#48c774!important}.has-text-success-light{color:#effaf3!important}a.has-text-success-light:focus,a.has-text-success-light:hover{color:#c8eed6!important}.has-background-success-light{background-color:#effaf3!important}.has-text-success-dark{color:#257942!important}a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:#31a058!important}.has-background-success-dark{background-color:#257942!important}.has-text-warning{color:#ffdd57!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd324!important}.has-background-warning{background-color:#ffdd57!important}.has-text-warning-light{color:#fffbeb!important}a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:#fff1b8!important}.has-background-warning-light{background-color:#fffbeb!important}.has-text-warning-dark{color:#947600!important}a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:#c79f00!important}.has-background-warning-dark{background-color:#947600!important}.has-text-danger{color:#f14668!important}a.has-text-danger:focus,a.has-text-danger:hover{color:#ee1742!important}.has-background-danger{background-color:#f14668!important}.has-text-danger-light{color:#feecf0!important}a.has-text-danger-light:focus,a.has-text-danger-light:hover{color:#fabdc9!important}.has-background-danger-light{background-color:#feecf0!important}.has-text-danger-dark{color:#cc0f35!important}a.has-text-danger-dark:focus,a.has-text-danger-dark:hover{color:#ee2049!important}.has-background-danger-dark{background-color:#cc0f35!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}.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}.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}.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}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-sans-serif{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-monospace{font-family:monospace!important}.is-family-code{font-family: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{border:none!important;clip:rect(0,0,0,0)!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media screen and (min-width:769px),print{.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width: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{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,.9)}.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:rgba(10,10,10,.7)}.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.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}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e8e3e3 0,#fff 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e8e3e3 0,#fff 71%,#fff 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.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:rgba(255,255,255,.7)}.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover{background-color:#000;color:#fff}.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}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:rgba(0,0,0,.7)}.hero.is-light .subtitle{color:rgba(0,0,0,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,.7)}.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d8 0,#f5f5f5 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d8 0,#f5f5f5 71%,#fff 100%)}}.hero.is-dark{background-color:#363636;color:#fff}.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:rgba(255,255,255,.9)}.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:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(255,255,255,.7)}.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{background-color:#292929;color:#fff}.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}.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:rgba(10,10,10,.1)}.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{background-color:#fff;border-color:#fff;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f1a1a 0,#363636 71%,#463f3f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f1a1a 0,#363636 71%,#463f3f 100%)}}.hero.is-primary{background-color:#00d1b2;color:#fff}.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:rgba(255,255,255,.9)}.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:#00d1b2}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,.7)}.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{background-color:#00b89c;color:#fff}.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}.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:rgba(10,10,10,.1)}.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{background-color:#fff;border-color:#fff;color:#00d1b2}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e6eb 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e6eb 100%)}}.hero.is-link{background-color:#3273dc;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,.9)}.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:#3273dc}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,.7)}.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{background-color:#2366d1;color:#fff}.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}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3273dc}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#1576c6 0,#3273dc 71%,#4266e5 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1576c6 0,#3273dc 71%,#4266e5 100%)}}.hero.is-info{background-color:#3298dc;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,.9)}.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:#3298dc}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.7)}.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover{background-color:#238cd1;color:#fff}.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}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3298dc}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#159cc6 0,#3298dc 71%,#4289e5 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#159cc6 0,#3298dc 71%,#4289e5 100%)}}.hero.is-success{background-color:#48c774;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,.9)}.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:#48c774}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.7)}.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover{background-color:#3abb67;color:#fff}.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}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#48c774}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b342 0,#48c774 71%,#56d296 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b342 0,#48c774 71%,#56d296 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffae24 0,#ffdd57 71%,#fffa71 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffae24 0,#ffdd57 71%,#fffa71 100%)}}.hero.is-danger{background-color:#f14668;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,.9)}.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:#f14668}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,.7)}.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover{background-color:#ef2e55;color:#fff}.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}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f14668}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#fa0a61 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a61 0,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}.hero.is-medium+tablet .hero-body{padding:9rem 1.5rem}.hero.is-large+tablet .hero-body{padding:18rem 1.5rem}.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body,.hero.is-halfheight .hero-body{align-items:center;display:flex}.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container,.hero.is-halfheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.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{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-left:1.5rem}}.hero-foot,.hero-head{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem} \ No newline at end of file diff --git a/css/bulma.css b/css/bulma.css index 8545a12..dc8f5dc 100644 --- a/css/bulma.css +++ b/css/bulma.css @@ -1,32 +1,27 @@ -@charset "utf-8"; - -/* bulma.io Stylus v0.8.0 | MIT License | github.com/groenroos/bulma-stylus */ +/* bulma.io Stylus v0.9.1 | MIT License | github.com/groenroos/bulma-stylus */ +/* Bulma Utilities */ @-webkit-keyframes spinAround { from { - -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { - -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes spinAround { from { - -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { - -webkit-transform: rotate(359deg); transform: rotate(359deg); } } -.is-unselectable, .button, .delete, .file, .breadcrumb, .modal-close, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis, .tabs { +.button, .delete, .file, .breadcrumb, .modal-close, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis, .tabs, .is-unselectable { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; @@ -46,14 +41,12 @@ pointer-events: none; position: absolute; top: 50%; - -webkit-transform: rotate(-45deg); transform: rotate(-45deg); - -webkit-transform-origin: center; transform-origin: center; width: 0.625em; } -.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .list:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) { +.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) { margin-bottom: 1.5rem; } @@ -66,7 +59,6 @@ cursor: pointer; pointer-events: auto; display: inline-block; - -webkit-box-flex: 0; flex-grow: 0; flex-shrink: 0; font-size: 0; @@ -88,9 +80,7 @@ left: 50%; position: absolute; top: 50%; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); - -webkit-transform-origin: center center; transform-origin: center center; } @@ -112,7 +102,7 @@ background-color: rgba(10, 10, 10, 0.4); } -.delete.is-small, .modal-close.is-small { +.is-small.delete, .is-small.modal-close { height: 16px; max-height: 16px; max-width: 16px; @@ -121,7 +111,7 @@ width: 16px; } -.delete.is-medium, .modal-close.is-medium { +.is-medium.delete, .is-medium.modal-close { height: 24px; max-height: 24px; max-width: 24px; @@ -130,7 +120,7 @@ width: 24px; } -.delete.is-large, .modal-close.is-large { +.is-large.delete, .is-large.modal-close { height: 32px; max-height: 32px; max-width: 32px; @@ -153,7 +143,7 @@ width: 1em; } -.is-overlay, .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img, .image.is-square .has-ratio, .image.is-1by1 .has-ratio, .image.is-5by4 .has-ratio, .image.is-4by3 .has-ratio, .image.is-3by2 .has-ratio, .image.is-5by3 .has-ratio, .image.is-16by9 .has-ratio, .image.is-2by1 .has-ratio, .image.is-3by1 .has-ratio, .image.is-4by5 .has-ratio, .image.is-3by4 .has-ratio, .image.is-2by3 .has-ratio, .image.is-3by5 .has-ratio, .image.is-9by16 .has-ratio, .image.is-1by2 .has-ratio, .image.is-1by3 .has-ratio, .modal, .modal-background, .hero-video { +.image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img, .image.is-square .has-ratio, .image.is-1by1 .has-ratio, .image.is-5by4 .has-ratio, .image.is-4by3 .has-ratio, .image.is-3by2 .has-ratio, .image.is-5by3 .has-ratio, .image.is-16by9 .has-ratio, .image.is-2by1 .has-ratio, .image.is-3by1 .has-ratio, .image.is-4by5 .has-ratio, .image.is-3by4 .has-ratio, .image.is-2by3 .has-ratio, .image.is-3by5 .has-ratio, .image.is-9by16 .has-ratio, .image.is-1by2 .has-ratio, .image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video { bottom: 0; left: 0; position: absolute; @@ -164,16 +154,13 @@ .button, .input, .textarea, .select select, .file-cta, .file-name, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis { -moz-appearance: none; -webkit-appearance: none; - -webkit-box-align: center; align-items: center; border: 1px solid transparent; border-radius: 4px; box-shadow: none; - display: -webkit-inline-box; display: inline-flex; font-size: 1rem; height: 2.5em; - -webkit-box-pack: start; justify-content: flex-start; line-height: 1.5; padding-bottom: calc(0.5em - 1px); @@ -192,6 +179,7 @@ cursor: not-allowed; } +/* Bulma Base */ /* minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */ html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 { margin: 0; @@ -238,7 +226,7 @@ td, th { } td:not([align]), th:not([align]) { - text-align: left; + text-align: inherit; } html { @@ -252,7 +240,6 @@ html { text-rendering: optimizeLegibility; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; text-size-adjust: 100%; } @@ -260,7 +247,7 @@ article, aside, figure, footer, header, hgroup, section { display: block; } -body, button, input, select, textarea { +body, button, input, optgroup, select, textarea { font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } @@ -293,7 +280,7 @@ a:hover { code { background-color: #f5f5f5; - color: #f14668; + color: #da1039; font-size: 0.875em; font-weight: normal; padding: 0.25em 0.5em 0.25em; @@ -357,9927 +344,10285 @@ table td, table th { } table td:not([align]), table th:not([align]) { - text-align: left; + text-align: inherit; } table th { color: #363636; } -.is-clearfix::after { - clear: both; - content: " "; - display: table; +/* Bulma Elements */ +.box { + background-color: #fff; + border-radius: 6px; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + color: #4a4a4a; + display: block; + padding: 1.25rem; } -.is-pulled-left { - float: left !important; +a.box:hover, a.box:focus { + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; } -.is-pulled-right { - float: right !important; +a.box:active { + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; } -.is-clipped { - overflow: hidden !important; +.button { + background-color: #fff; + border-color: #dbdbdb; + border-width: 1px; + color: #363636; + cursor: pointer; + justify-content: center; + padding-bottom: calc(0.5em - 1px); + padding-left: 1em; + padding-right: 1em; + padding-top: calc(0.5em - 1px); + text-align: center; + white-space: nowrap; } -.is-size-1 { - font-size: 3rem !important; +.button strong { + color: inherit; } -.is-size-2 { - font-size: 2.5rem !important; +.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large { + height: 1.5em; + width: 1.5em; } -.is-size-3 { - font-size: 2rem !important; +.button .icon:first-child:not(:last-child) { + margin-left: calc(-0.5em - 1px); + margin-right: 0.25em; } -.is-size-4 { - font-size: 1.5rem !important; +.button .icon:last-child:not(:first-child) { + margin-left: 0.25em; + margin-right: calc(-0.5em - 1px); } -.is-size-5 { - font-size: 1.25rem !important; +.button .icon:first-child:last-child { + margin-left: calc(-0.5em - 1px); + margin-right: calc(-0.5em - 1px); } -.is-size-6 { - font-size: 1rem !important; +.button:hover, .button.is-hovered { + border-color: #b5b5b5; + color: #363636; } -.is-size-7 { - font-size: 0.75rem !important; +.button:focus, .button.is-focused { + border-color: #3273dc; + color: #363636; } -@media screen and (max-width: 768px) { - .is-size-1-mobile { - font-size: 3rem !important; - } +.button:focus:not(:active), .button.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +} - .is-size-2-mobile { - font-size: 2.5rem !important; - } +.button:active, .button.is-active { + border-color: #4a4a4a; + color: #363636; +} - .is-size-3-mobile { - font-size: 2rem !important; - } +.button.is-text { + background-color: transparent; + border-color: transparent; + color: #4a4a4a; + text-decoration: underline; +} - .is-size-4-mobile { - font-size: 1.5rem !important; - } +.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused { + background-color: #f5f5f5; + color: #363636; +} - .is-size-5-mobile { - font-size: 1.25rem !important; - } +.button.is-text:active, .button.is-text.is-active { + background-color: #e8e8e8; + color: #363636; +} - .is-size-6-mobile { - font-size: 1rem !important; - } +.button.is-text[disabled], fieldset[disabled] .button.is-text { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} - .is-size-7-mobile { - font-size: 0.75rem !important; - } +.button.is-white { + background-color: #fff; + border-color: transparent; + color: #0a0a0a; } -@media screen and (min-width: 769px), print { - .is-size-1-tablet { - font-size: 3rem !important; - } +.button.is-white:hover, .button.is-white.is-hovered { + background-color: #f9f9f9; + border-color: transparent; + color: #0a0a0a; +} - .is-size-2-tablet { - font-size: 2.5rem !important; - } +.button.is-white:focus, .button.is-white.is-focused { + border-color: transparent; + color: #0a0a0a; +} - .is-size-3-tablet { - font-size: 2rem !important; - } +.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); +} - .is-size-4-tablet { - font-size: 1.5rem !important; - } +.button.is-white:active, .button.is-white.is-active { + background-color: #f2f2f2; + border-color: transparent; + color: #0a0a0a; +} - .is-size-5-tablet { - font-size: 1.25rem !important; - } +.button.is-white[disabled], fieldset[disabled] .button.is-white { + background-color: #fff; + border-color: transparent; + box-shadow: none; +} - .is-size-6-tablet { - font-size: 1rem !important; - } +.button.is-white.is-inverted { + background-color: #0a0a0a; + color: #fff; +} - .is-size-7-tablet { - font-size: 0.75rem !important; - } +.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered { + background-color: #000; } -@media screen and (max-width: 1023px) { - .is-size-1-touch { - font-size: 3rem !important; - } +.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted { + background-color: #0a0a0a; + border-color: transparent; + box-shadow: none; + color: #fff; +} - .is-size-2-touch { - font-size: 2.5rem !important; - } +.button.is-white.is-loading::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; +} - .is-size-3-touch { - font-size: 2rem !important; - } +.button.is-white.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} - .is-size-4-touch { - font-size: 1.5rem !important; - } +.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused { + background-color: #fff; + border-color: #fff; + color: #0a0a0a; +} - .is-size-5-touch { - font-size: 1.25rem !important; - } +.button.is-white.is-outlined.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} - .is-size-6-touch { - font-size: 1rem !important; - } +.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; +} - .is-size-7-touch { - font-size: 0.75rem !important; - } +.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; } -@media screen and (min-width: 1024px) { - .is-size-1-desktop { - font-size: 3rem !important; - } +.button.is-white.is-inverted.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + color: #0a0a0a; +} - .is-size-2-desktop { - font-size: 2.5rem !important; - } +.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused { + background-color: #0a0a0a; + color: #fff; +} - .is-size-3-desktop { - font-size: 2rem !important; - } +.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; +} - .is-size-4-desktop { - font-size: 1.5rem !important; - } +.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + box-shadow: none; + color: #0a0a0a; +} - .is-size-5-desktop { - font-size: 1.25rem !important; - } - - .is-size-6-desktop { - font-size: 1rem !important; - } - - .is-size-7-desktop { - font-size: 0.75rem !important; - } +.button.is-black { + background-color: #0a0a0a; + border-color: transparent; + color: #fff; } -@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; - } +.button.is-black:hover, .button.is-black.is-hovered { + background-color: #040404; + border-color: transparent; + color: #fff; +} - .is-size-6-widescreen { - font-size: 1rem !important; - } +.button.is-black:focus, .button.is-black.is-focused { + border-color: transparent; + color: #fff; +} - .is-size-7-widescreen { - font-size: 0.75rem !important; - } +.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); } -@media screen and (min-width: 1408px) { - .is-size-1-fullhd { - font-size: 3rem !important; - } +.button.is-black:active, .button.is-black.is-active { + background-color: #000; + border-color: transparent; + color: #fff; +} - .is-size-2-fullhd { - font-size: 2.5rem !important; - } +.button.is-black[disabled], fieldset[disabled] .button.is-black { + background-color: #0a0a0a; + border-color: transparent; + box-shadow: none; +} - .is-size-3-fullhd { - font-size: 2rem !important; - } +.button.is-black.is-inverted { + background-color: #fff; + color: #0a0a0a; +} - .is-size-4-fullhd { - font-size: 1.5rem !important; - } +.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered { + background-color: #f2f2f2; +} - .is-size-5-fullhd { - font-size: 1.25rem !important; - } +.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #0a0a0a; +} - .is-size-6-fullhd { - font-size: 1rem !important; - } +.button.is-black.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} - .is-size-7-fullhd { - font-size: 0.75rem !important; - } +.button.is-black.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + color: #0a0a0a; } -.has-text-centered { - text-align: center !important; +.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused { + background-color: #0a0a0a; + border-color: #0a0a0a; + color: #fff; } -.has-text-justified { - text-align: justify !important; +.button.is-black.is-outlined.is-loading::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; } -.has-text-left { - text-align: left !important; +.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; } -.has-text-right { - text-align: right !important; +.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + box-shadow: none; + color: #0a0a0a; } -@media screen and (max-width: 768px) { - .has-text-centered-mobile { - text-align: center !important; - } +.button.is-black.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; } -@media screen and (min-width: 769px), print { - .has-text-centered-tablet { - text-align: center !important; - } +.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #0a0a0a; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-centered-tablet-only { - text-align: center !important; - } +.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; } -@media screen and (max-width: 1023px) { - .has-text-centered-touch { - text-align: center !important; - } +.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; } -@media screen and (min-width: 1024px) { - .has-text-centered-desktop { - text-align: center !important; - } +.button.is-light { + background-color: #f5f5f5; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-centered-desktop-only { - text-align: center !important; - } +.button.is-light:hover, .button.is-light.is-hovered { + background-color: #eee; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1216px) { - .has-text-centered-widescreen { - text-align: center !important; - } +.button.is-light:focus, .button.is-light.is-focused { + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-centered-widescreen-only { - text-align: center !important; - } +.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); } -@media screen and (min-width: 1408px) { - .has-text-centered-fullhd { - text-align: center !important; - } +.button.is-light:active, .button.is-light.is-active { + background-color: #e8e8e8; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -@media screen and (max-width: 768px) { - .has-text-justified-mobile { - text-align: justify !important; - } +.button.is-light[disabled], fieldset[disabled] .button.is-light { + background-color: #f5f5f5; + border-color: transparent; + box-shadow: none; } -@media screen and (min-width: 769px), print { - .has-text-justified-tablet { - text-align: justify !important; - } +.button.is-light.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + color: #f5f5f5; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-justified-tablet-only { - text-align: justify !important; - } +.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered { + background-color: rgba(0, 0, 0, 0.7); } -@media screen and (max-width: 1023px) { - .has-text-justified-touch { - text-align: justify !important; - } +.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + border-color: transparent; + box-shadow: none; + color: #f5f5f5; } -@media screen and (min-width: 1024px) { - .has-text-justified-desktop { - text-align: justify !important; - } +.button.is-light.is-loading::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-justified-desktop-only { - text-align: justify !important; - } +.button.is-light.is-outlined { + background-color: transparent; + border-color: #f5f5f5; + color: #f5f5f5; } -@media screen and (min-width: 1216px) { - .has-text-justified-widescreen { - text-align: justify !important; - } +.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused { + background-color: #f5f5f5; + border-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-justified-widescreen-only { - text-align: justify !important; - } +.button.is-light.is-outlined.is-loading::after { + border-color: transparent transparent #f5f5f5 #f5f5f5 !important; } -@media screen and (min-width: 1408px) { - .has-text-justified-fullhd { - text-align: justify !important; - } +.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } -@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; - } +.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined { + background-color: transparent; + border-color: #f5f5f5; + box-shadow: none; + color: #f5f5f5; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-left-tablet-only { - text-align: left !important; - } +.button.is-light.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + color: rgba(0, 0, 0, 0.7); } -@media screen and (max-width: 1023px) { - .has-text-left-touch { - text-align: left !important; - } +.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused { + background-color: rgba(0, 0, 0, 0.7); + color: #f5f5f5; } -@media screen and (min-width: 1024px) { - .has-text-left-desktop { - text-align: left !important; - } +.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #f5f5f5 #f5f5f5 !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-left-desktop-only { - text-align: left !important; - } +.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + box-shadow: none; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1216px) { - .has-text-left-widescreen { - text-align: left !important; - } +.button.is-dark { + background-color: #363636; + border-color: transparent; + color: #fff; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-left-widescreen-only { - text-align: left !important; - } +.button.is-dark:hover, .button.is-dark.is-hovered { + background-color: #2f2f2f; + border-color: transparent; + color: #fff; } -@media screen and (min-width: 1408px) { - .has-text-left-fullhd { - text-align: left !important; - } +.button.is-dark:focus, .button.is-dark.is-focused { + border-color: transparent; + color: #fff; } -@media screen and (max-width: 768px) { - .has-text-right-mobile { - text-align: right !important; - } +.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); } -@media screen and (min-width: 769px), print { - .has-text-right-tablet { - text-align: right !important; - } +.button.is-dark:active, .button.is-dark.is-active { + background-color: #292929; + border-color: transparent; + color: #fff; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-right-tablet-only { - text-align: right !important; - } +.button.is-dark[disabled], fieldset[disabled] .button.is-dark { + background-color: #363636; + border-color: transparent; + box-shadow: none; } -@media screen and (max-width: 1023px) { - .has-text-right-touch { - text-align: right !important; - } +.button.is-dark.is-inverted { + background-color: #fff; + color: #363636; } -@media screen and (min-width: 1024px) { - .has-text-right-desktop { - text-align: right !important; - } +.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered { + background-color: #f2f2f2; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-right-desktop-only { - text-align: right !important; - } +.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #363636; } -@media screen and (min-width: 1216px) { - .has-text-right-widescreen { - text-align: right !important; - } +.button.is-dark.is-loading::after { + border-color: transparent transparent #fff #fff !important; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-right-widescreen-only { - text-align: right !important; - } +.button.is-dark.is-outlined { + background-color: transparent; + border-color: #363636; + color: #363636; } -@media screen and (min-width: 1408px) { - .has-text-right-fullhd { - text-align: right !important; - } +.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 { + background-color: #363636; + border-color: #363636; + color: #fff; } -.is-capitalized { - text-transform: capitalize !important; +.button.is-dark.is-outlined.is-loading::after { + border-color: transparent transparent #363636 #363636 !important; } -.is-lowercase { - text-transform: lowercase !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: transparent transparent #fff #fff !important; } -.is-uppercase { - text-transform: uppercase !important; +.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined { + background-color: transparent; + border-color: #363636; + box-shadow: none; + color: #363636; } -.is-italic { - font-style: italic !important; +.button.is-dark.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; } -.has-text-white { - color: #fff !important; +.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 { + background-color: #fff; + color: #363636; } -a.has-text-white:hover, a.has-text-white:focus { - color: #e6e6e6 !important; +.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: transparent transparent #363636 #363636 !important; } -.has-background-white { - background-color: #fff !important; +.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; } -.has-text-black { - color: #0a0a0a !important; +.button.is-primary { + background-color: #00d1b2; + border-color: transparent; + color: #fff; } -a.has-text-black:hover, a.has-text-black:focus { - color: #000 !important; +.button.is-primary:hover, .button.is-primary.is-hovered { + background-color: #00c4a7; + border-color: transparent; + color: #fff; } -.has-background-black { - background-color: #0a0a0a !important; +.button.is-primary:focus, .button.is-primary.is-focused { + border-color: transparent; + color: #fff; } -.has-text-light { - color: #f5f5f5 !important; +.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); } -a.has-text-light:hover, a.has-text-light:focus { - color: #dbdbdb !important; +.button.is-primary:active, .button.is-primary.is-active { + background-color: #00b89c; + border-color: transparent; + color: #fff; } -.has-background-light { - background-color: #f5f5f5 !important; +.button.is-primary[disabled], fieldset[disabled] .button.is-primary { + background-color: #00d1b2; + border-color: transparent; + box-shadow: none; } -.has-text-dark { - color: #363636 !important; +.button.is-primary.is-inverted { + background-color: #fff; + color: #00d1b2; } -a.has-text-dark:hover, a.has-text-dark:focus { - color: #1c1c1c !important; +.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered { + background-color: #f2f2f2; } -.has-background-dark { - background-color: #363636 !important; +.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #00d1b2; } -.has-text-primary { - color: #00d1b2 !important; +.button.is-primary.is-loading::after { + border-color: transparent transparent #fff #fff !important; } -a.has-text-primary:hover, a.has-text-primary:focus { - color: #009e86 !important; +.button.is-primary.is-outlined { + background-color: transparent; + border-color: #00d1b2; + color: #00d1b2; } -.has-background-primary { - background-color: #00d1b2 !important; +.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 { + background-color: #00d1b2; + border-color: #00d1b2; + color: #fff; } -.has-text-link { - color: #3273dc !important; +.button.is-primary.is-outlined.is-loading::after { + border-color: transparent transparent #00d1b2 #00d1b2 !important; } -a.has-text-link:hover, a.has-text-link:focus { - color: #205bbc !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: transparent transparent #fff #fff !important; } -.has-background-link { - background-color: #3273dc !important; +.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined { + background-color: transparent; + border-color: #00d1b2; + box-shadow: none; + color: #00d1b2; } -.has-text-info { - color: #3298dc !important; +.button.is-primary.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; } -a.has-text-info:hover, a.has-text-info:focus { - color: #207dbc !important; +.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 { + background-color: #fff; + color: #00d1b2; } -.has-background-info { - background-color: #3298dc !important; +.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: transparent transparent #00d1b2 #00d1b2 !important; } -.has-text-success { - color: #48c774 !important; +.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; } -a.has-text-success:hover, a.has-text-success:focus { - color: #34a85c !important; +.button.is-primary.is-light { + background-color: #ebfffc; + color: #00947e; } -.has-background-success { - background-color: #48c774 !important; +.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered { + background-color: #defffa; + border-color: transparent; + color: #00947e; } -.has-text-warning { - color: #ffdd57 !important; +.button.is-primary.is-light:active, .button.is-primary.is-light.is-active { + background-color: #d1fff8; + border-color: transparent; + color: #00947e; } -a.has-text-warning:hover, a.has-text-warning:focus { - color: #ffd324 !important; +.button.is-link { + background-color: #3273dc; + border-color: transparent; + color: #fff; } -.has-background-warning { - background-color: #ffdd57 !important; +.button.is-link:hover, .button.is-link.is-hovered { + background-color: #276cda; + border-color: transparent; + color: #fff; } -.has-text-danger { - color: #f14668 !important; +.button.is-link:focus, .button.is-link.is-focused { + border-color: transparent; + color: #fff; } -a.has-text-danger:hover, a.has-text-danger:focus { - color: #ee1742 !important; +.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); } -.has-background-danger { - background-color: #f14668 !important; +.button.is-link:active, .button.is-link.is-active { + background-color: #2366d1; + border-color: transparent; + color: #fff; } -.has-text-black-bis { - color: #121212 !important; +.button.is-link[disabled], fieldset[disabled] .button.is-link { + background-color: #3273dc; + border-color: transparent; + box-shadow: none; } -.has-background-black-bis { - background-color: #121212 !important; +.button.is-link.is-inverted { + background-color: #fff; + color: #3273dc; } -.has-text-black-ter { - color: #242424 !important; +.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { + background-color: #f2f2f2; } -.has-background-black-ter { - background-color: #242424 !important; +.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #3273dc; } -.has-text-grey-darker { - color: #363636 !important; +.button.is-link.is-loading::after { + border-color: transparent transparent #fff #fff !important; } -.has-background-grey-darker { - background-color: #363636 !important; +.button.is-link.is-outlined { + background-color: transparent; + border-color: #3273dc; + color: #3273dc; } -.has-text-grey-dark { - color: #4a4a4a !important; +.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused { + background-color: #3273dc; + border-color: #3273dc; + color: #fff; } -.has-background-grey-dark { - background-color: #4a4a4a !important; +.button.is-link.is-outlined.is-loading::after { + border-color: transparent transparent #3273dc #3273dc !important; } -.has-text-grey { - color: #7a7a7a !important; +.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; } -.has-background-grey { - background-color: #7a7a7a !important; +.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined { + background-color: transparent; + border-color: #3273dc; + box-shadow: none; + color: #3273dc; } -.has-text-grey-light { - color: #b5b5b5 !important; +.button.is-link.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; } -.has-background-grey-light { - background-color: #b5b5b5 !important; +.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #3273dc; } -.has-text-grey-lighter { - color: #dbdbdb !important; +.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #3273dc #3273dc !important; } -.has-background-grey-lighter { - background-color: #dbdbdb !important; +.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; } -.has-text-white-ter { - color: #f5f5f5 !important; +.button.is-link.is-light { + background-color: #eef3fc; + color: #2160c4; } -.has-background-white-ter { - background-color: #f5f5f5 !important; +.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { + background-color: #e3ecfa; + border-color: transparent; + color: #2160c4; } -.has-text-white-bis { - color: #fafafa !important; +.button.is-link.is-light:active, .button.is-link.is-light.is-active { + background-color: #d8e4f8; + border-color: transparent; + color: #2160c4; } -.has-background-white-bis { - background-color: #fafafa !important; +.button.is-info { + background-color: #3298dc; + border-color: transparent; + color: #fff; } -.has-text-weight-light { - font-weight: 300 !important; +.button.is-info:hover, .button.is-info.is-hovered { + background-color: #2793da; + border-color: transparent; + color: #fff; } -.has-text-weight-normal { - font-weight: 400 !important; +.button.is-info:focus, .button.is-info.is-focused { + border-color: transparent; + color: #fff; } -.has-text-weight-medium { - font-weight: 500 !important; +.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); } -.has-text-weight-semibold { - font-weight: 600 !important; +.button.is-info:active, .button.is-info.is-active { + background-color: #238cd1; + border-color: transparent; + color: #fff; } -.has-text-weight-bold { - font-weight: 700 !important; +.button.is-info[disabled], fieldset[disabled] .button.is-info { + background-color: #3298dc; + border-color: transparent; + box-shadow: none; } -.is-family-primary { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +.button.is-info.is-inverted { + background-color: #fff; + color: #3298dc; } -.is-family-secondary { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered { + background-color: #f2f2f2; } -.is-family-sans-serif { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #3298dc; } -.is-family-monospace { - font-family: monospace !important; +.button.is-info.is-loading::after { + border-color: transparent transparent #fff #fff !important; } -.is-family-code { - font-family: monospace !important; +.button.is-info.is-outlined { + background-color: transparent; + border-color: #3298dc; + color: #3298dc; } -.is-block { - display: block !important; +.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused { + background-color: #3298dc; + border-color: #3298dc; + color: #fff; } -@media screen and (max-width: 768px) { - .is-block-mobile { - display: block !important; - } +.button.is-info.is-outlined.is-loading::after { + border-color: transparent transparent #3298dc #3298dc !important; } -@media screen and (min-width: 769px), print { - .is-block-tablet { - display: block !important; - } +.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-block-tablet-only { - display: block !important; - } +.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined { + background-color: transparent; + border-color: #3298dc; + box-shadow: none; + color: #3298dc; } -@media screen and (max-width: 1023px) { - .is-block-touch { - display: block !important; - } +.button.is-info.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; } -@media screen and (min-width: 1024px) { - .is-block-desktop { - display: block !important; - } +.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #3298dc; } -@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; - } +.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #3298dc #3298dc !important; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-block-widescreen-only { - display: block !important; - } +.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; } -@media screen and (min-width: 1408px) { - .is-block-fullhd { - display: block !important; - } +.button.is-info.is-light { + background-color: #eef6fc; + color: #1d72aa; } -.is-flex { - display: -webkit-box !important; - display: flex !important; +.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered { + background-color: #e3f1fa; + border-color: transparent; + color: #1d72aa; } -@media screen and (max-width: 768px) { - .is-flex-mobile { - display: -webkit-box !important; - display: flex !important; - } +.button.is-info.is-light:active, .button.is-info.is-light.is-active { + background-color: #d8ebf8; + border-color: transparent; + color: #1d72aa; } -@media screen and (min-width: 769px), print { - .is-flex-tablet { - display: -webkit-box !important; - display: flex !important; - } +.button.is-success { + background-color: #48c774; + border-color: transparent; + color: #fff; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-flex-tablet-only { - display: -webkit-box !important; - display: flex !important; - } +.button.is-success:hover, .button.is-success.is-hovered { + background-color: #3ec46d; + border-color: transparent; + color: #fff; } -@media screen and (max-width: 1023px) { - .is-flex-touch { - display: -webkit-box !important; - display: flex !important; - } +.button.is-success:focus, .button.is-success.is-focused { + border-color: transparent; + color: #fff; } -@media screen and (min-width: 1024px) { - .is-flex-desktop { - display: -webkit-box !important; - display: flex !important; - } +.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-flex-desktop-only { - display: -webkit-box !important; - display: flex !important; - } +.button.is-success:active, .button.is-success.is-active { + background-color: #3abb67; + border-color: transparent; + color: #fff; } -@media screen and (min-width: 1216px) { - .is-flex-widescreen { - display: -webkit-box !important; - display: flex !important; - } +.button.is-success[disabled], fieldset[disabled] .button.is-success { + background-color: #48c774; + border-color: transparent; + box-shadow: none; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-flex-widescreen-only { - display: -webkit-box !important; - display: flex !important; - } +.button.is-success.is-inverted { + background-color: #fff; + color: #48c774; } -@media screen and (min-width: 1408px) { - .is-flex-fullhd { - display: -webkit-box !important; - display: flex !important; - } +.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered { + background-color: #f2f2f2; } -.is-inline { - display: inline !important; +.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #48c774; } -@media screen and (max-width: 768px) { - .is-inline-mobile { - display: inline !important; - } +.button.is-success.is-loading::after { + border-color: transparent transparent #fff #fff !important; } -@media screen and (min-width: 769px), print { - .is-inline-tablet { - display: inline !important; - } +.button.is-success.is-outlined { + background-color: transparent; + border-color: #48c774; + color: #48c774; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-tablet-only { - display: inline !important; - } +.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused { + background-color: #48c774; + border-color: #48c774; + color: #fff; } -@media screen and (max-width: 1023px) { - .is-inline-touch { - display: inline !important; - } +.button.is-success.is-outlined.is-loading::after { + border-color: transparent transparent #48c774 #48c774 !important; } -@media screen and (min-width: 1024px) { - .is-inline-desktop { - display: inline !important; - } +.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-desktop-only { - display: inline !important; - } +.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined { + background-color: transparent; + border-color: #48c774; + box-shadow: none; + color: #48c774; } -@media screen and (min-width: 1216px) { - .is-inline-widescreen { - display: inline !important; - } +.button.is-success.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-widescreen-only { - display: inline !important; - } +.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #48c774; } -@media screen and (min-width: 1408px) { - .is-inline-fullhd { - display: inline !important; - } +.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #48c774 #48c774 !important; } -.is-inline-block { - display: inline-block !important; +.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; } -@media screen and (max-width: 768px) { - .is-inline-block-mobile { - display: inline-block !important; - } +.button.is-success.is-light { + background-color: #effaf3; + color: #257942; } -@media screen and (min-width: 769px), print { - .is-inline-block-tablet { - display: inline-block !important; - } +.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered { + background-color: #e6f7ec; + border-color: transparent; + color: #257942; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-block-tablet-only { - display: inline-block !important; - } +.button.is-success.is-light:active, .button.is-success.is-light.is-active { + background-color: #dcf4e4; + border-color: transparent; + color: #257942; } -@media screen and (max-width: 1023px) { - .is-inline-block-touch { - display: inline-block !important; - } +.button.is-warning { + background-color: #ffdd57; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1024px) { - .is-inline-block-desktop { - display: inline-block !important; - } +.button.is-warning:hover, .button.is-warning.is-hovered { + background-color: #ffdb4a; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-block-desktop-only { - display: inline-block !important; - } +.button.is-warning:focus, .button.is-warning.is-focused { + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1216px) { - .is-inline-block-widescreen { - display: inline-block !important; - } +.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-block-widescreen-only { - display: inline-block !important; - } +.button.is-warning:active, .button.is-warning.is-active { + background-color: #ffd83d; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1408px) { - .is-inline-block-fullhd { - display: inline-block !important; - } +.button.is-warning[disabled], fieldset[disabled] .button.is-warning { + background-color: #ffdd57; + border-color: transparent; + box-shadow: none; } -.is-inline-flex { - display: -webkit-inline-box !important; - display: inline-flex !important; +.button.is-warning.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + color: #ffdd57; } -@media screen and (max-width: 768px) { - .is-inline-flex-mobile { - display: -webkit-inline-box !important; - display: inline-flex !important; - } +.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered { + background-color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 769px), print { - .is-inline-flex-tablet { - display: -webkit-inline-box !important; - display: inline-flex !important; - } -} - -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-flex-tablet-only { - display: -webkit-inline-box !important; - display: inline-flex !important; - } +.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + border-color: transparent; + box-shadow: none; + color: #ffdd57; } -@media screen and (max-width: 1023px) { - .is-inline-flex-touch { - display: -webkit-inline-box !important; - display: inline-flex !important; - } +.button.is-warning.is-loading::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } -@media screen and (min-width: 1024px) { - .is-inline-flex-desktop { - display: -webkit-inline-box !important; - display: inline-flex !important; - } +.button.is-warning.is-outlined { + background-color: transparent; + border-color: #ffdd57; + color: #ffdd57; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-flex-desktop-only { - display: -webkit-inline-box !important; - display: inline-flex !important; - } +.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused { + background-color: #ffdd57; + border-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1216px) { - .is-inline-flex-widescreen { - display: -webkit-inline-box !important; - display: inline-flex !important; - } +.button.is-warning.is-outlined.is-loading::after { + border-color: transparent transparent #ffdd57 #ffdd57 !important; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-flex-widescreen-only { - display: -webkit-inline-box !important; - display: inline-flex !important; - } +.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } -@media screen and (min-width: 1408px) { - .is-inline-flex-fullhd { - display: -webkit-inline-box !important; - display: inline-flex !important; - } +.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined { + background-color: transparent; + border-color: #ffdd57; + box-shadow: none; + color: #ffdd57; } -.is-hidden { - display: none !important; +.button.is-warning.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + color: rgba(0, 0, 0, 0.7); } -.is-sr-only { - border: none !important; - clip: rect(0, 0, 0, 0) !important; - height: 0.01em !important; - overflow: hidden !important; - padding: 0 !important; - position: absolute !important; - white-space: nowrap !important; - width: 0.01em !important; +.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused { + background-color: rgba(0, 0, 0, 0.7); + color: #ffdd57; } -@media screen and (max-width: 768px) { - .is-hidden-mobile { - display: none !important; - } +.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #ffdd57 #ffdd57 !important; } -@media screen and (min-width: 769px), print { - .is-hidden-tablet { - display: none !important; - } +.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + box-shadow: none; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-hidden-tablet-only { - display: none !important; - } +.button.is-warning.is-light { + background-color: #fffbeb; + color: #947600; } -@media screen and (max-width: 1023px) { - .is-hidden-touch { - display: none !important; - } +.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered { + background-color: #fff8de; + border-color: transparent; + color: #947600; } -@media screen and (min-width: 1024px) { - .is-hidden-desktop { - display: none !important; - } +.button.is-warning.is-light:active, .button.is-warning.is-light.is-active { + background-color: #fff6d1; + border-color: transparent; + color: #947600; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-hidden-desktop-only { - display: none !important; - } +.button.is-danger { + background-color: #f14668; + border-color: transparent; + color: #fff; } -@media screen and (min-width: 1216px) { - .is-hidden-widescreen { - display: none !important; - } +.button.is-danger:hover, .button.is-danger.is-hovered { + background-color: #f03a5f; + border-color: transparent; + color: #fff; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-hidden-widescreen-only { - display: none !important; - } +.button.is-danger:focus, .button.is-danger.is-focused { + border-color: transparent; + color: #fff; } -@media screen and (min-width: 1408px) { - .is-hidden-fullhd { - display: none !important; - } +.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); } -.is-invisible { - visibility: hidden !important; +.button.is-danger:active, .button.is-danger.is-active { + background-color: #ef2e55; + border-color: transparent; + color: #fff; } -@media screen and (max-width: 768px) { - .is-invisible-mobile { - visibility: hidden !important; - } +.button.is-danger[disabled], fieldset[disabled] .button.is-danger { + background-color: #f14668; + border-color: transparent; + box-shadow: none; } -@media screen and (min-width: 769px), print { - .is-invisible-tablet { - visibility: hidden !important; - } +.button.is-danger.is-inverted { + background-color: #fff; + color: #f14668; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-invisible-tablet-only { - visibility: hidden !important; - } +.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered { + background-color: #f2f2f2; } -@media screen and (max-width: 1023px) { - .is-invisible-touch { - visibility: hidden !important; - } +.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted { + background-color: #fff; + border-color: transparent; + box-shadow: none; + color: #f14668; } -@media screen and (min-width: 1024px) { - .is-invisible-desktop { - visibility: hidden !important; - } +.button.is-danger.is-loading::after { + border-color: transparent transparent #fff #fff !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-invisible-desktop-only { - visibility: hidden !important; - } +.button.is-danger.is-outlined { + background-color: transparent; + border-color: #f14668; + color: #f14668; } -@media screen and (min-width: 1216px) { - .is-invisible-widescreen { - visibility: hidden !important; - } +.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused { + background-color: #f14668; + border-color: #f14668; + color: #fff; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-invisible-widescreen-only { - visibility: hidden !important; - } +.button.is-danger.is-outlined.is-loading::after { + border-color: transparent transparent #f14668 #f14668 !important; } -@media screen and (min-width: 1408px) { - .is-invisible-fullhd { - visibility: hidden !important; - } +.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; } -.is-marginless { - margin: 0 !important; +.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined { + background-color: transparent; + border-color: #f14668; + box-shadow: none; + color: #f14668; } -.is-paddingless { - padding: 0 !important; +.button.is-danger.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; } -.is-radiusless { - border-radius: 0 !important; +.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #f14668; } -.is-shadowless { - box-shadow: none !important; +.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #f14668 #f14668 !important; } -.is-relative { - position: relative !important; +.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + box-shadow: none; + color: #fff; } -.box { - background-color: #fff; - border-radius: 6px; - box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); - color: #4a4a4a; - display: block; - padding: 1.25rem; +.button.is-danger.is-light { + background-color: #feecf0; + color: #cc0f35; } -a.box:hover, a.box:focus { - box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; +.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered { + background-color: #fde0e6; + border-color: transparent; + color: #cc0f35; } -a.box:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; +.button.is-danger.is-light:active, .button.is-danger.is-light.is-active { + background-color: #fcd4dc; + border-color: transparent; + color: #cc0f35; } -.button { - background-color: #fff; - border-color: #dbdbdb; - border-width: 1px; - color: #363636; - cursor: pointer; - -webkit-box-pack: center; - justify-content: center; - padding-bottom: calc(0.5em - 1px); - padding-left: 1em; - padding-right: 1em; - padding-top: calc(0.5em - 1px); - text-align: center; - white-space: nowrap; +.button.is-small { + border-radius: 2px; + font-size: 0.75rem; } -.button strong { - color: inherit; +.button.is-normal { + font-size: 1rem; } -.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large { - height: 1.5em; - width: 1.5em; +.button.is-medium { + font-size: 1.25rem; } -.button .icon:first-child:not(:last-child) { - margin-left: calc(-0.5em - 1px); - margin-right: 0.25em; +.button.is-large { + font-size: 1.5rem; } -.button .icon:last-child:not(:first-child) { - margin-left: 0.25em; - margin-right: calc(-0.5em - 1px); +.button[disabled], fieldset[disabled] .button { + background-color: #fff; + border-color: #dbdbdb; + box-shadow: none; + opacity: 0.5; } -.button .icon:first-child:last-child { - margin-left: calc(-0.5em - 1px); - margin-right: calc(-0.5em - 1px); +.button.is-fullwidth { + display: flex; + width: 100%; } -.button:hover, .button.is-hovered { - border-color: #b5b5b5; - color: #363636; +.button.is-loading { + color: transparent !important; + pointer-events: none; } -.button:focus, .button.is-focused { - border-color: #3273dc; - color: #363636; +.button.is-loading::after { + position: absolute; + left: calc(50% - (1em / 2)); + top: calc(50% - (1em / 2)); + position: absolute !important; } -.button:focus:not(:active), .button.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +.button.is-static { + background-color: #f5f5f5; + border-color: #dbdbdb; + color: #7a7a7a; + box-shadow: none; + pointer-events: none; } -.button:active, .button.is-active { - border-color: #4a4a4a; - color: #363636; +.button.is-rounded { + border-radius: 290486px; + padding-left: calc(1em + 0.25em); + padding-right: calc(1em + 0.25em); } -.button.is-text { - background-color: transparent; - border-color: transparent; - color: #4a4a4a; - text-decoration: underline; +.buttons { + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; } -.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused { - background-color: #f5f5f5; - color: #363636; +.buttons .button { + margin-bottom: 0.5rem; } -.button.is-text:active, .button.is-text.is-active { - background-color: #e8e8e8; - color: #363636; +.buttons .button:not(:last-child):not(.is-fullwidth) { + margin-right: 0.5rem; } -.button.is-text[disabled], fieldset[disabled] .button.is-text { - background-color: transparent; - border-color: transparent; - box-shadow: none; +.buttons:last-child { + margin-bottom: -0.5rem; } -.button.is-white { - background-color: #fff; - border-color: transparent; - color: #0a0a0a; +.buttons:not(:last-child) { + margin-bottom: 1rem; } -.button.is-white:hover, .button.is-white.is-hovered { - background-color: #f9f9f9; - border-color: transparent; - color: #0a0a0a; +.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { + border-radius: 2px; + font-size: 0.75rem; } -.button.is-white:focus, .button.is-white.is-focused { - border-color: transparent; - color: #0a0a0a; +.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { + font-size: 1.25rem; } -.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); +.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { + font-size: 1.5rem; } -.button.is-white:active, .button.is-white.is-active { - background-color: #f2f2f2; - border-color: transparent; - color: #0a0a0a; +.buttons.has-addons .button:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; } -.button.is-white[disabled], fieldset[disabled] .button.is-white { - background-color: #fff; - border-color: transparent; - box-shadow: none; +.buttons.has-addons .button:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + margin-right: -1px; } -.button.is-white.is-inverted { - background-color: #0a0a0a; - color: #fff; +.buttons.has-addons .button:last-child { + margin-right: 0; } -.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered { - background-color: #000; +.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered { + z-index: 2; } -.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted { - background-color: #0a0a0a; - border-color: transparent; - box-shadow: none; - color: #fff; +.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; } -.button.is-white.is-loading::after { - border-color: transparent transparent #0a0a0a #0a0a0a !important; +.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; } -.button.is-white.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; +.buttons.has-addons .button.is-expanded { + flex-grow: 1; + flex-shrink: 1; } -.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused { - background-color: #fff; - border-color: #fff; - color: #0a0a0a; +.buttons.is-centered { + justify-content: center; } -.button.is-white.is-outlined.is-loading::after { - border-color: transparent transparent #fff #fff !important; +.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; } -.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #0a0a0a #0a0a0a !important; +.buttons.is-right { + justify-content: flex-end; } -.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; +.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; } -.button.is-white.is-inverted.is-outlined { - background-color: transparent; - border-color: #0a0a0a; - color: #0a0a0a; +.container { + flex-grow: 1; + margin: 0 auto; + position: relative; + width: auto; } -.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused { - background-color: #0a0a0a; - color: #fff; +.container.is-fluid { + max-width: none !important; + padding-left: 32px; + padding-right: 32px; + width: 100%; } -.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; +@media screen and (min-width: 1024px) { + .container { + max-width: 960px; + } } -.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined { - background-color: transparent; - border-color: #0a0a0a; - box-shadow: none; - color: #0a0a0a; +@media screen and (max-width: 1215px) { + .container.is-widescreen:not(.is-max-desktop) { + max-width: 1152px; + } } -.button.is-black { - background-color: #0a0a0a; - border-color: transparent; - color: #fff; +@media screen and (max-width: 1407px) { + .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) { + max-width: 1344px; + } } -.button.is-black:hover, .button.is-black.is-hovered { - background-color: #040404; - border-color: transparent; - color: #fff; +@media screen and (min-width: 1216px) { + .container:not(.is-max-desktop) { + max-width: 1152px; + } } -.button.is-black:focus, .button.is-black.is-focused { - border-color: transparent; - color: #fff; +@media screen and (min-width: 1408px) { + .container:not(.is-max-desktop):not(.is-max-widescreen) { + max-width: 1344px; + } } -.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); +.content li + li { + margin-top: 0.25em; } -.button.is-black:active, .button.is-black.is-active { - background-color: #000; - border-color: transparent; - color: #fff; +.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; } -.button.is-black[disabled], fieldset[disabled] .button.is-black { - background-color: #0a0a0a; - border-color: transparent; - box-shadow: none; +.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { + color: #363636; + font-weight: 600; + line-height: 1.125; } -.button.is-black.is-inverted { - background-color: #fff; - color: #0a0a0a; +.content h1 { + font-size: 2em; + margin-bottom: 0.5em; } -.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered { - background-color: #f2f2f2; +.content h1:not(:first-child) { + margin-top: 1em; } -.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #0a0a0a; +.content h2 { + font-size: 1.75em; + margin-bottom: 0.5714em; } -.button.is-black.is-loading::after { - border-color: transparent transparent #fff #fff !important; +.content h2:not(:first-child) { + margin-top: 1.1428em; } -.button.is-black.is-outlined { - background-color: transparent; - border-color: #0a0a0a; - color: #0a0a0a; +.content h3 { + font-size: 1.5em; + margin-bottom: 0.6666em; } -.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused { - background-color: #0a0a0a; - border-color: #0a0a0a; - color: #fff; +.content h3:not(:first-child) { + margin-top: 1.3333em; } -.button.is-black.is-outlined.is-loading::after { - border-color: transparent transparent #0a0a0a #0a0a0a !important; +.content h4 { + font-size: 1.25em; + margin-bottom: 0.8em; } -.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; +.content h5 { + font-size: 1.125em; + margin-bottom: 0.8888em; } -.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined { - background-color: transparent; - border-color: #0a0a0a; - box-shadow: none; - color: #0a0a0a; +.content h6 { + font-size: 1em; + margin-bottom: 1em; } -.button.is-black.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; +.content blockquote { + background-color: #f5f5f5; + border-left: 5px solid #dbdbdb; + padding: 1.25em 1.5em; } -.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #0a0a0a; +.content ol { + list-style-position: outside; + margin-left: 2em; + margin-top: 1em; } -.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #0a0a0a #0a0a0a !important; +.content ol:not([type]) { + list-style-type: decimal; } -.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; +.content ol:not([type]).is-lower-alpha { + list-style-type: lower-alpha; } -.button.is-light { - background-color: #f5f5f5; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.content ol:not([type]).is-lower-roman { + list-style-type: lower-roman; } -.button.is-light:hover, .button.is-light.is-hovered { - background-color: #eee; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.content ol:not([type]).is-upper-alpha { + list-style-type: upper-alpha; } -.button.is-light:focus, .button.is-light.is-focused { - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.content ol:not([type]).is-upper-roman { + list-style-type: upper-roman; } -.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); +.content ul { + list-style: disc outside; + margin-left: 2em; + margin-top: 1em; } -.button.is-light:active, .button.is-light.is-active { - background-color: #e8e8e8; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.content ul ul { + list-style-type: circle; + margin-top: 0.5em; } -.button.is-light[disabled], fieldset[disabled] .button.is-light { - background-color: #f5f5f5; - border-color: transparent; - box-shadow: none; +.content ul ul ul { + list-style-type: square; } -.button.is-light.is-inverted { - background-color: rgba(0, 0, 0, 0.7); - color: #f5f5f5; +.content dd { + margin-left: 2em; } -.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered { - background-color: rgba(0, 0, 0, 0.7); +.content figure { + margin-left: 2em; + margin-right: 2em; + text-align: center; } -.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted { - background-color: rgba(0, 0, 0, 0.7); - border-color: transparent; - box-shadow: none; - color: #f5f5f5; +.content figure:not(:first-child) { + margin-top: 2em; } -.button.is-light.is-loading::after { - border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; +.content figure:not(:last-child) { + margin-bottom: 2em; } -.button.is-light.is-outlined { - background-color: transparent; - border-color: #f5f5f5; - color: #f5f5f5; +.content figure img { + display: inline-block; } -.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused { - background-color: #f5f5f5; - border-color: #f5f5f5; - color: rgba(0, 0, 0, 0.7); +.content figure figcaption { + font-style: italic; } -.button.is-light.is-outlined.is-loading::after { - border-color: transparent transparent #f5f5f5 #f5f5f5 !important; +.content pre { + -webkit-overflow-scrolling: touch; + overflow-x: auto; + padding: 1.25em 1.5em; + white-space: pre; + word-wrap: normal; } -.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; +.content sup, .content sub { + font-size: 75%; } -.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined { - background-color: transparent; - border-color: #f5f5f5; - box-shadow: none; - color: #f5f5f5; +.content table { + width: 100%; } -.button.is-light.is-inverted.is-outlined { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.7); - color: rgba(0, 0, 0, 0.7); +.content table td, .content table th { + border: 1px solid #dbdbdb; + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; } -.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused { - background-color: rgba(0, 0, 0, 0.7); - color: #f5f5f5; +.content table th { + color: #363636; } -.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #f5f5f5 #f5f5f5 !important; +.content table th:not([align]) { + text-align: inherit; } -.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.7); - box-shadow: none; - color: rgba(0, 0, 0, 0.7); +.content table thead td, .content table thead th { + border-width: 0 0 2px; + color: #363636; } -.button.is-dark { - background-color: #363636; - border-color: transparent; - color: #fff; +.content table tfoot td, .content table tfoot th { + border-width: 2px 0 0; + color: #363636; } -.button.is-dark:hover, .button.is-dark.is-hovered { - background-color: #2f2f2f; - border-color: transparent; - color: #fff; +.content table tbody tr:last-child td, .content table tbody tr:last-child th { + border-bottom-width: 0; } -.button.is-dark:focus, .button.is-dark.is-focused { - border-color: transparent; - color: #fff; +.content .tabs li + li { + margin-top: 0; } -.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); +.content.is-small { + font-size: 0.75rem; } -.button.is-dark:active, .button.is-dark.is-active { - background-color: #292929; - border-color: transparent; - color: #fff; +.content.is-medium { + font-size: 1.25rem; } -.button.is-dark[disabled], fieldset[disabled] .button.is-dark { - background-color: #363636; - border-color: transparent; - box-shadow: none; +.content.is-large { + font-size: 1.5rem; } -.button.is-dark.is-inverted { - background-color: #fff; - color: #363636; +.icon { + align-items: center; + display: inline-flex; + justify-content: center; + height: 1.5rem; + width: 1.5rem; } -.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered { - background-color: #f2f2f2; +.icon.is-small { + height: 1rem; + width: 1rem; } -.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #363636; +.icon.is-medium { + height: 2rem; + width: 2rem; } -.button.is-dark.is-loading::after { - border-color: transparent transparent #fff #fff !important; -} - -.button.is-dark.is-outlined { - background-color: transparent; - border-color: #363636; - color: #363636; -} - -.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 { - background-color: #363636; - border-color: #363636; - color: #fff; +.icon.is-large { + height: 3rem; + width: 3rem; } -.button.is-dark.is-outlined.is-loading::after { - border-color: transparent transparent #363636 #363636 !important; +.image { + display: block; + position: relative; } -.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: transparent transparent #fff #fff !important; +.image img { + display: block; + height: auto; + width: 100%; } -.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined { - background-color: transparent; - border-color: #363636; - box-shadow: none; - color: #363636; +.image img.is-rounded { + border-radius: 290486px; } -.button.is-dark.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; +.image.is-fullwidth { + width: 100%; } -.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 { - background-color: #fff; - color: #363636; +.image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img, .image.is-square .has-ratio, .image.is-1by1 .has-ratio, .image.is-5by4 .has-ratio, .image.is-4by3 .has-ratio, .image.is-3by2 .has-ratio, .image.is-5by3 .has-ratio, .image.is-16by9 .has-ratio, .image.is-2by1 .has-ratio, .image.is-3by1 .has-ratio, .image.is-4by5 .has-ratio, .image.is-3by4 .has-ratio, .image.is-2by3 .has-ratio, .image.is-3by5 .has-ratio, .image.is-9by16 .has-ratio, .image.is-1by2 .has-ratio, .image.is-1by3 .has-ratio { + height: 100%; + width: 100%; } -.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: transparent transparent #363636 #363636 !important; +.image.is-square, .image.is-1by1 { + padding-top: 100%; } -.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; +.image.is-5by4 { + padding-top: 80%; } -.button.is-primary { - background-color: #00d1b2; - border-color: transparent; - color: #fff; +.image.is-4by3 { + padding-top: 75%; } -.button.is-primary:hover, .button.is-primary.is-hovered { - background-color: #00c4a7; - border-color: transparent; - color: #fff; +.image.is-3by2 { + padding-top: 66.6666%; } -.button.is-primary:focus, .button.is-primary.is-focused { - border-color: transparent; - color: #fff; +.image.is-5by3 { + padding-top: 60%; } -.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); +.image.is-16by9 { + padding-top: 56.25%; } -.button.is-primary:active, .button.is-primary.is-active { - background-color: #00b89c; - border-color: transparent; - color: #fff; +.image.is-2by1 { + padding-top: 50%; } -.button.is-primary[disabled], fieldset[disabled] .button.is-primary { - background-color: #00d1b2; - border-color: transparent; - box-shadow: none; +.image.is-3by1 { + padding-top: 33.3333%; } -.button.is-primary.is-inverted { - background-color: #fff; - color: #00d1b2; +.image.is-4by5 { + padding-top: 125%; } -.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered { - background-color: #f2f2f2; +.image.is-3by4 { + padding-top: 133.3333%; } -.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #00d1b2; +.image.is-2by3 { + padding-top: 150%; } -.button.is-primary.is-loading::after { - border-color: transparent transparent #fff #fff !important; +.image.is-3by5 { + padding-top: 166.6666%; } -.button.is-primary.is-outlined { - background-color: transparent; - border-color: #00d1b2; - color: #00d1b2; +.image.is-9by16 { + padding-top: 177.7777%; } -.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 { - background-color: #00d1b2; - border-color: #00d1b2; - color: #fff; +.image.is-1by2 { + padding-top: 200%; } -.button.is-primary.is-outlined.is-loading::after { - border-color: transparent transparent #00d1b2 #00d1b2 !important; +.image.is-1by3 { + padding-top: 300%; } -.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: transparent transparent #fff #fff !important; +.image.is-16x16 { + height: 16px; + width: 16px; } -.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined { - background-color: transparent; - border-color: #00d1b2; - box-shadow: none; - color: #00d1b2; +.image.is-24x24 { + height: 24px; + width: 24px; } -.button.is-primary.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; +.image.is-32x32 { + height: 32px; + width: 32px; } -.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 { - background-color: #fff; - color: #00d1b2; +.image.is-48x48 { + height: 48px; + width: 48px; } -.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: transparent transparent #00d1b2 #00d1b2 !important; +.image.is-64x64 { + height: 64px; + width: 64px; } -.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; +.image.is-96x96 { + height: 96px; + width: 96px; } -.button.is-primary.is-light { - background-color: #ebfffc; - color: #00947e; +.image.is-128x128 { + height: 128px; + width: 128px; } -.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered { - background-color: #defffa; - border-color: transparent; - color: #00947e; +.notification { + background-color: #f5f5f5; + border-radius: 4px; + position: relative; + padding: 1.25rem 2.5rem 1.25rem 1.5rem; } -.button.is-primary.is-light:active, .button.is-primary.is-light.is-active { - background-color: #d1fff8; - border-color: transparent; - color: #00947e; +.notification a:not(.button):not(.dropdown-item) { + color: currentColor; + text-decoration: underline; } -.button.is-link { - background-color: #3273dc; - border-color: transparent; - color: #fff; +.notification strong { + color: currentColor; } -.button.is-link:hover, .button.is-link.is-hovered { - background-color: #276cda; - border-color: transparent; - color: #fff; +.notification code, .notification pre { + background: #fff; } -.button.is-link:focus, .button.is-link.is-focused { - border-color: transparent; - color: #fff; +.notification pre code { + background: transparent; } -.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +.notification > .delete { + right: 0.5rem; + position: absolute; + top: 0.5rem; } -.button.is-link:active, .button.is-link.is-active { - background-color: #2366d1; - border-color: transparent; - color: #fff; +.notification .title, .notification .subtitle, .notification .content { + color: currentColor; } -.button.is-link[disabled], fieldset[disabled] .button.is-link { - background-color: #3273dc; - border-color: transparent; - box-shadow: none; +.notification.is-white { + background-color: #fff; + color: #0a0a0a; } -.button.is-link.is-inverted { - background-color: #fff; - color: #3273dc; +.notification.is-black { + background-color: #0a0a0a; + color: #fff; } -.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { - background-color: #f2f2f2; +.notification.is-light { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); } -.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #3273dc; +.notification.is-dark { + background-color: #363636; + color: #fff; } -.button.is-link.is-loading::after { - border-color: transparent transparent #fff #fff !important; +.notification.is-primary { + background-color: #00d1b2; + color: #fff; } -.button.is-link.is-outlined { - background-color: transparent; - border-color: #3273dc; - color: #3273dc; +.notification.is-primary.is-light { + background-color: #ebfffc; + color: #00947e; } -.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 { +.notification.is-link { background-color: #3273dc; - border-color: #3273dc; color: #fff; } -.button.is-link.is-outlined.is-loading::after { - border-color: transparent transparent #3273dc #3273dc !important; +.notification.is-link.is-light { + background-color: #eef3fc; + color: #2160c4; } -.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; +.notification.is-info { + background-color: #3298dc; + color: #fff; } -.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined { - background-color: transparent; - border-color: #3273dc; - box-shadow: none; - color: #3273dc; +.notification.is-info.is-light { + background-color: #eef6fc; + color: #1d72aa; } -.button.is-link.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; +.notification.is-success { + background-color: #48c774; color: #fff; } -.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #3273dc; +.notification.is-success.is-light { + background-color: #effaf3; + color: #257942; } -.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #3273dc #3273dc !important; +.notification.is-warning { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); } -.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; +.notification.is-warning.is-light { + background-color: #fffbeb; + color: #947600; } -.button.is-link.is-light { - background-color: #eef3fc; - color: #2160c4; +.notification.is-danger { + background-color: #f14668; + color: #fff; } -.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { - background-color: #e3ecfa; - border-color: transparent; - color: #2160c4; +.notification.is-danger.is-light { + background-color: #feecf0; + color: #cc0f35; } -.button.is-link.is-light:active, .button.is-link.is-light.is-active { - background-color: #d8e4f8; - border-color: transparent; - color: #2160c4; +.progress { + -moz-appearance: none; + -webkit-appearance: none; + border: none; + border-radius: 290486px; + display: block; + height: 1rem; + overflow: hidden; + padding: 0; + width: 100%; } -.button.is-info { - background-color: #3298dc; - border-color: transparent; - color: #fff; +.progress::-webkit-progress-bar { + background-color: #ededed; } -.button.is-info:hover, .button.is-info.is-hovered { - background-color: #2793da; - border-color: transparent; - color: #fff; +.progress::-webkit-progress-value { + background-color: #4a4a4a; } -.button.is-info:focus, .button.is-info.is-focused { - border-color: transparent; - color: #fff; +.progress::-moz-progress-bar { + background-color: #4a4a4a; } -.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); +.progress::-ms-fill { + background-color: #4a4a4a; + border: none; } -.button.is-info:active, .button.is-info.is-active { - background-color: #238cd1; - border-color: transparent; - color: #fff; +.progress.is-white::-webkit-progress-value { + background-color: #fff; } -.button.is-info[disabled], fieldset[disabled] .button.is-info { - background-color: #3298dc; - border-color: transparent; - box-shadow: none; +.progress.is-white::-moz-progress-bar { + background-color: #fff; } -.button.is-info.is-inverted { +.progress.is-white::-ms-fill { background-color: #fff; - color: #3298dc; } -.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered { - background-color: #f2f2f2; +.progress.is-white:indeterminate { + background-image: linear-gradient(to right, #fff 30%, #ededed 30%); } -.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #3298dc; +.progress.is-black::-webkit-progress-value { + background-color: #0a0a0a; } -.button.is-info.is-loading::after { - border-color: transparent transparent #fff #fff !important; +.progress.is-black::-moz-progress-bar { + background-color: #0a0a0a; } -.button.is-info.is-outlined { - background-color: transparent; - border-color: #3298dc; - color: #3298dc; +.progress.is-black::-ms-fill { + background-color: #0a0a0a; } -.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused { - background-color: #3298dc; - border-color: #3298dc; - color: #fff; +.progress.is-black:indeterminate { + background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%); } -.button.is-info.is-outlined.is-loading::after { - border-color: transparent transparent #3298dc #3298dc !important; +.progress.is-light::-webkit-progress-value { + background-color: #f5f5f5; } -.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; +.progress.is-light::-moz-progress-bar { + background-color: #f5f5f5; } -.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined { - background-color: transparent; - border-color: #3298dc; - box-shadow: none; - color: #3298dc; +.progress.is-light::-ms-fill { + background-color: #f5f5f5; } -.button.is-info.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; +.progress.is-light:indeterminate { + background-image: linear-gradient(to right, #f5f5f5 30%, #ededed 30%); } -.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #3298dc; +.progress.is-dark::-webkit-progress-value { + background-color: #363636; } -.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #3298dc #3298dc !important; +.progress.is-dark::-moz-progress-bar { + background-color: #363636; } -.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; +.progress.is-dark::-ms-fill { + background-color: #363636; } -.button.is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; +.progress.is-dark:indeterminate { + background-image: linear-gradient(to right, #363636 30%, #ededed 30%); } -.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered { - background-color: #e3f1fa; - border-color: transparent; - color: #1d72aa; +.progress.is-primary::-webkit-progress-value { + background-color: #00d1b2; } -.button.is-info.is-light:active, .button.is-info.is-light.is-active { - background-color: #d8ebf8; - border-color: transparent; - color: #1d72aa; +.progress.is-primary::-moz-progress-bar { + background-color: #00d1b2; } -.button.is-success { - background-color: #48c774; - border-color: transparent; - color: #fff; +.progress.is-primary::-ms-fill { + background-color: #00d1b2; } -.button.is-success:hover, .button.is-success.is-hovered { - background-color: #3ec46d; - border-color: transparent; - color: #fff; +.progress.is-primary:indeterminate { + background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%); } -.button.is-success:focus, .button.is-success.is-focused { - border-color: transparent; - color: #fff; +.progress.is-link::-webkit-progress-value { + background-color: #3273dc; } -.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); +.progress.is-link::-moz-progress-bar { + background-color: #3273dc; } -.button.is-success:active, .button.is-success.is-active { - background-color: #3abb67; - border-color: transparent; - color: #fff; +.progress.is-link::-ms-fill { + background-color: #3273dc; } -.button.is-success[disabled], fieldset[disabled] .button.is-success { - background-color: #48c774; - border-color: transparent; - box-shadow: none; +.progress.is-link:indeterminate { + background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%); } -.button.is-success.is-inverted { - background-color: #fff; - color: #48c774; +.progress.is-info::-webkit-progress-value { + background-color: #3298dc; } -.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered { - background-color: #f2f2f2; +.progress.is-info::-moz-progress-bar { + background-color: #3298dc; } -.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #48c774; +.progress.is-info::-ms-fill { + background-color: #3298dc; } -.button.is-success.is-loading::after { - border-color: transparent transparent #fff #fff !important; +.progress.is-info:indeterminate { + background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%); } -.button.is-success.is-outlined { - background-color: transparent; - border-color: #48c774; - color: #48c774; +.progress.is-success::-webkit-progress-value { + background-color: #48c774; } -.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 { +.progress.is-success::-moz-progress-bar { background-color: #48c774; - border-color: #48c774; - color: #fff; } -.button.is-success.is-outlined.is-loading::after { - border-color: transparent transparent #48c774 #48c774 !important; +.progress.is-success::-ms-fill { + background-color: #48c774; } -.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; +.progress.is-success:indeterminate { + background-image: linear-gradient(to right, #48c774 30%, #ededed 30%); } -.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined { - background-color: transparent; - border-color: #48c774; - box-shadow: none; - color: #48c774; +.progress.is-warning::-webkit-progress-value { + background-color: #ffdd57; } -.button.is-success.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; +.progress.is-warning::-moz-progress-bar { + background-color: #ffdd57; } -.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #48c774; +.progress.is-warning::-ms-fill { + background-color: #ffdd57; } -.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #48c774 #48c774 !important; +.progress.is-warning:indeterminate { + background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%); } -.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; +.progress.is-danger::-webkit-progress-value { + background-color: #f14668; } -.button.is-success.is-light { - background-color: #effaf3; - color: #257942; +.progress.is-danger::-moz-progress-bar { + background-color: #f14668; } -.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered { - background-color: #e6f7ec; - border-color: transparent; - color: #257942; +.progress.is-danger::-ms-fill { + background-color: #f14668; } -.button.is-success.is-light:active, .button.is-success.is-light.is-active { - background-color: #dcf4e4; - border-color: transparent; - color: #257942; +.progress.is-danger:indeterminate { + background-image: linear-gradient(to right, #f14668 30%, #ededed 30%); } -.button.is-warning { - background-color: #ffdd57; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.progress:indeterminate { + -webkit-animation-duration: 1.5s; + animation-duration: 1.5s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-name: moveIndeterminate; + animation-name: moveIndeterminate; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; + background-color: #ededed; + background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%); + background-position: top left; + background-repeat: no-repeat; + background-size: 150% 150%; } -.button.is-warning:hover, .button.is-warning.is-hovered { - background-color: #ffdb4a; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.progress:indeterminate::-webkit-progress-bar { + background-color: transparent; } -.button.is-warning:focus, .button.is-warning.is-focused { - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.progress:indeterminate::-moz-progress-bar { + background-color: transparent; } -.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); +.progress:indeterminate::-ms-fill { + animation-name: none; } -.button.is-warning:active, .button.is-warning.is-active { - background-color: #ffd83d; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.progress.is-small { + height: 0.75rem; } -.button.is-warning[disabled], fieldset[disabled] .button.is-warning { - background-color: #ffdd57; - border-color: transparent; - box-shadow: none; +.progress.is-medium { + height: 1.25rem; } -.button.is-warning.is-inverted { - background-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; +.progress.is-large { + height: 1.5rem; } -.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered { - background-color: rgba(0, 0, 0, 0.7); -} +@-webkit-keyframes moveIndeterminate { + from { + background-position: 200% 0; + } -.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted { - background-color: rgba(0, 0, 0, 0.7); - border-color: transparent; - box-shadow: none; - color: #ffdd57; + to { + background-position: -200% 0; + } } -.button.is-warning.is-loading::after { - border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; -} +@keyframes moveIndeterminate { + from { + background-position: 200% 0; + } -.button.is-warning.is-outlined { - background-color: transparent; - border-color: #ffdd57; - color: #ffdd57; + to { + background-position: -200% 0; + } } -.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused { - background-color: #ffdd57; - border-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.table { + background-color: #fff; + color: #363636; } -.button.is-warning.is-outlined.is-loading::after { - border-color: transparent transparent #ffdd57 #ffdd57 !important; +.table td, .table th { + border: 1px solid #dbdbdb; + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; } -.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; +.table td.is-white, .table th.is-white { + background-color: #fff; + border-color: #fff; + color: #0a0a0a; } -.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined { - background-color: transparent; - border-color: #ffdd57; - box-shadow: none; - color: #ffdd57; +.table td.is-black, .table th.is-black { + background-color: #0a0a0a; + border-color: #0a0a0a; + color: #fff; } -.button.is-warning.is-inverted.is-outlined { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.7); +.table td.is-light, .table th.is-light { + background-color: #f5f5f5; + border-color: #f5f5f5; color: rgba(0, 0, 0, 0.7); } -.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused { - background-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; +.table td.is-dark, .table th.is-dark { + background-color: #363636; + border-color: #363636; + 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: transparent transparent #ffdd57 #ffdd57 !important; +.table td.is-primary, .table th.is-primary { + background-color: #00d1b2; + border-color: #00d1b2; + color: #fff; } -.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.7); - box-shadow: none; - color: rgba(0, 0, 0, 0.7); +.table td.is-link, .table th.is-link { + background-color: #3273dc; + border-color: #3273dc; + color: #fff; } -.button.is-warning.is-light { - background-color: #fffbeb; - color: #947600; +.table td.is-info, .table th.is-info { + background-color: #3298dc; + border-color: #3298dc; + color: #fff; } -.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered { - background-color: #fff8de; - border-color: transparent; - color: #947600; +.table td.is-success, .table th.is-success { + background-color: #48c774; + border-color: #48c774; + color: #fff; } -.button.is-warning.is-light:active, .button.is-warning.is-light.is-active { - background-color: #fff6d1; - border-color: transparent; - color: #947600; +.table td.is-warning, .table th.is-warning { + background-color: #ffdd57; + border-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); } -.button.is-danger { +.table td.is-danger, .table th.is-danger { background-color: #f14668; - border-color: transparent; + border-color: #f14668; color: #fff; } -.button.is-danger:hover, .button.is-danger.is-hovered { - background-color: #f03a5f; - border-color: transparent; - color: #fff; +.table td.is-narrow, .table th.is-narrow { + white-space: nowrap; + width: 1%; } -.button.is-danger:focus, .button.is-danger.is-focused { - border-color: transparent; +.table td.is-selected, .table th.is-selected { + background-color: #00d1b2; color: #fff; } -.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +.table td.is-selected a, .table th.is-selected a, .table td.is-selected strong, .table th.is-selected strong { + color: currentColor; } -.button.is-danger:active, .button.is-danger.is-active { - background-color: #ef2e55; - border-color: transparent; - color: #fff; +.table td.is-vcentered, .table th.is-vcentered { + vertical-align: middle; } -.button.is-danger[disabled], fieldset[disabled] .button.is-danger { - background-color: #f14668; - border-color: transparent; - box-shadow: none; +.table th { + color: #363636; } -.button.is-danger.is-inverted { - background-color: #fff; - color: #f14668; +.table th:not([align]) { + text-align: inherit; } -.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered { - background-color: #f2f2f2; +.table tr.is-selected { + background-color: #00d1b2; + color: #fff; } -.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #f14668; +.table tr.is-selected a, .table tr.is-selected strong { + color: currentColor; } -.button.is-danger.is-loading::after { - border-color: transparent transparent #fff #fff !important; +.table tr.is-selected td, .table tr.is-selected th { + border-color: #fff; + color: currentColor; } -.button.is-danger.is-outlined { +.table thead { background-color: transparent; - border-color: #f14668; - color: #f14668; } -.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused { - background-color: #f14668; - border-color: #f14668; - color: #fff; -} - -.button.is-danger.is-outlined.is-loading::after { - border-color: transparent transparent #f14668 #f14668 !important; -} - -.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; -} - -.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined { - background-color: transparent; - border-color: #f14668; - box-shadow: none; - color: #f14668; +.table thead td, .table thead th { + border-width: 0 0 2px; + color: #363636; } -.button.is-danger.is-inverted.is-outlined { +.table tfoot { background-color: transparent; - border-color: #fff; - color: #fff; -} - -.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #f14668; } -.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #f14668 #f14668 !important; +.table tfoot td, .table tfoot th { + border-width: 2px 0 0; + color: #363636; } -.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined { +.table tbody { background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; -} - -.button.is-danger.is-light { - background-color: #feecf0; - color: #cc0f35; -} - -.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered { - background-color: #fde0e6; - border-color: transparent; - color: #cc0f35; -} - -.button.is-danger.is-light:active, .button.is-danger.is-light.is-active { - background-color: #fcd4dc; - border-color: transparent; - color: #cc0f35; } -.button.is-small { - border-radius: 2px; - font-size: 0.75rem; +.table tbody tr:last-child td, .table tbody tr:last-child th { + border-bottom-width: 0; } -.button.is-normal { - font-size: 1rem; +.table.is-bordered td, .table.is-bordered th { + border-width: 1px; } -.button.is-medium { - font-size: 1.25rem; +.table.is-bordered tr:last-child td, .table.is-bordered tr:last-child th { + border-bottom-width: 1px; } -.button.is-large { - font-size: 1.5rem; +.table.is-fullwidth { + width: 100%; } -.button[disabled], fieldset[disabled] .button { - background-color: #fff; - border-color: #dbdbdb; - box-shadow: none; - opacity: 0.5; +.table.is-hoverable tbody tr:not(.is-selected):hover { + background-color: #fafafa; } -.button.is-fullwidth { - display: -webkit-box; - display: flex; - width: 100%; +.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover { + background-color: #fafafa; } -.button.is-loading { - color: transparent !important; - pointer-events: none; +.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) { + background-color: #f5f5f5; } -.button.is-loading::after { - position: absolute; - left: calc(50% - (1em / 2)); - top: calc(50% - (1em / 2)); - position: absolute !important; +.table.is-narrow td, .table.is-narrow th { + padding: 0.25em 0.5em; } -.button.is-static { - background-color: #f5f5f5; - border-color: #dbdbdb; - color: #7a7a7a; - box-shadow: none; - pointer-events: none; +.table.is-striped tbody tr:not(.is-selected):nth-child(even) { + background-color: #fafafa; } -.button.is-rounded { - border-radius: 290486px; - padding-left: calc(1em + 0.25em); - padding-right: calc(1em + 0.25em); +.table-container { + -webkit-overflow-scrolling: touch; + overflow: auto; + overflow-y: hidden; + max-width: 100%; } -.buttons { - -webkit-box-align: center; +.tags { align-items: center; - display: -webkit-box; display: flex; flex-wrap: wrap; - -webkit-box-pack: start; justify-content: flex-start; } -.buttons .button { +.tags .tag { margin-bottom: 0.5rem; } -.buttons .button:not(:last-child):not(.is-fullwidth) { +.tags .tag:not(:last-child) { margin-right: 0.5rem; } -.buttons:last-child { +.tags:last-child { margin-bottom: -0.5rem; } -.buttons:not(:last-child) { +.tags:not(:last-child) { margin-bottom: 1rem; } -.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { - border-radius: 2px; - font-size: 0.75rem; +.tags.are-medium .tag:not(.is-normal):not(.is-large) { + font-size: 1rem; } -.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { +.tags.are-large .tag:not(.is-normal):not(.is-medium) { font-size: 1.25rem; } -.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { - font-size: 1.5rem; +.tags.is-centered { + justify-content: center; } -.buttons.has-addons .button:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; +.tags.is-centered .tag { + margin-right: 0.25rem; + margin-left: 0.25rem; } -.buttons.has-addons .button:not(:last-child) { - border-bottom-right-radius: 0; - border-top-right-radius: 0; - margin-right: -1px; +.tags.is-right { + justify-content: flex-end; } -.buttons.has-addons .button:last-child { - margin-right: 0; +.tags.is-right .tag:not(:first-child) { + margin-left: 0.5rem; } -.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered { - z-index: 2; +.tags.is-right .tag:not(:last-child) { + margin-right: 0; } -.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; +.tags.has-addons .tag { + margin-right: 0; } -.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; +.tags.has-addons .tag:not(:first-child) { + margin-left: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } -.buttons.has-addons .button.is-expanded { - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 1; +.tags.has-addons .tag:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } -.buttons.is-centered { - -webkit-box-pack: center; +.tag:not(body) { + align-items: center; + background-color: #f5f5f5; + border-radius: 4px; + color: #4a4a4a; + display: inline-flex; + font-size: 0.75rem; + height: 2em; justify-content: center; + line-height: 1.5; + padding-left: 0.75em; + padding-right: 0.75em; + white-space: nowrap; } -.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) { +.tag:not(body) .delete { margin-left: 0.25rem; - margin-right: 0.25rem; -} - -.buttons.is-right { - -webkit-box-pack: end; - justify-content: flex-end; + margin-right: -0.375rem; } -.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) { - margin-left: 0.25rem; - margin-right: 0.25rem; +.tag:not(body).is-white { + background-color: #fff; + color: #0a0a0a; } -.container { - -webkit-box-flex: 1; - flex-grow: 1; - margin: 0 auto; - position: relative; - width: auto; +.tag:not(body).is-black { + background-color: #0a0a0a; + color: #fff; } -.container.is-fluid { - max-width: none; - padding-left: 32px; - padding-right: 32px; - width: 100%; +.tag:not(body).is-light { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1024px) { - .container { - max-width: 960px; - } +.tag:not(body).is-dark { + background-color: #363636; + color: #fff; } -@media screen and (max-width: 1215px) { - .container.is-widescreen { - max-width: 1152px; - } +.tag:not(body).is-primary { + background-color: #00d1b2; + color: #fff; } -@media screen and (max-width: 1407px) { - .container.is-fullhd { - max-width: 1344px; - } +.tag:not(body).is-primary.is-light { + background-color: #ebfffc; + color: #00947e; } -@media screen and (min-width: 1216px) { - .container { - max-width: 1152px; - } +.tag:not(body).is-link { + background-color: #3273dc; + color: #fff; } -@media screen and (min-width: 1408px) { - .container { - max-width: 1344px; - } +.tag:not(body).is-link.is-light { + background-color: #eef3fc; + color: #2160c4; } -.content li + li { - margin-top: 0.25em; +.tag:not(body).is-info { + background-color: #3298dc; + color: #fff; } -.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; +.tag:not(body).is-info.is-light { + background-color: #eef6fc; + color: #1d72aa; } -.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { - color: #363636; - font-weight: 600; - line-height: 1.125; -} - -.content h1 { - font-size: 2em; - margin-bottom: 0.5em; +.tag:not(body).is-success { + background-color: #48c774; + color: #fff; } -.content h1:not(:first-child) { - margin-top: 1em; +.tag:not(body).is-success.is-light { + background-color: #effaf3; + color: #257942; } -.content h2 { - font-size: 1.75em; - margin-bottom: 0.5714em; +.tag:not(body).is-warning { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); } -.content h2:not(:first-child) { - margin-top: 1.1428em; +.tag:not(body).is-warning.is-light { + background-color: #fffbeb; + color: #947600; } -.content h3 { - font-size: 1.5em; - margin-bottom: 0.6666em; +.tag:not(body).is-danger { + background-color: #f14668; + color: #fff; } -.content h3:not(:first-child) { - margin-top: 1.3333em; +.tag:not(body).is-danger.is-light { + background-color: #feecf0; + color: #cc0f35; } -.content h4 { - font-size: 1.25em; - margin-bottom: 0.8em; +.tag:not(body).is-normal { + font-size: 0.75rem; } -.content h5 { - font-size: 1.125em; - margin-bottom: 0.8888em; +.tag:not(body).is-medium { + font-size: 1rem; } -.content h6 { - font-size: 1em; - margin-bottom: 1em; +.tag:not(body).is-large { + font-size: 1.25rem; } -.content blockquote { - background-color: #f5f5f5; - border-left: 5px solid #dbdbdb; - padding: 1.25em 1.5em; +.tag:not(body) .icon:first-child:not(:last-child) { + margin-left: -0.375em; + margin-right: 0.1875em; } -.content ol { - list-style-position: outside; - margin-left: 2em; - margin-top: 1em; +.tag:not(body) .icon:last-child:not(:first-child) { + margin-left: 0.1875em; + margin-right: -0.375em; } -.content ol:not([type]) { - list-style-type: decimal; +.tag:not(body) .icon:first-child:last-child { + margin-left: -0.375em; + margin-right: -0.375em; } -.content ol:not([type]).is-lower-alpha { - list-style-type: lower-alpha; +.tag:not(body).is-delete { + margin-left: 1px; + padding: 0; + position: relative; + width: 2em; } -.content ol:not([type]).is-lower-roman { - list-style-type: lower-roman; +.tag:not(body).is-delete::before, .tag:not(body).is-delete::after { + background-color: currentColor; + content: ""; + display: block; + left: 50%; + position: absolute; + top: 50%; + transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform-origin: center center; } -.content ol:not([type]).is-upper-alpha { - list-style-type: upper-alpha; +.tag:not(body).is-delete::before { + height: 1px; + width: 50%; } -.content ol:not([type]).is-upper-roman { - list-style-type: upper-roman; +.tag:not(body).is-delete::after { + height: 50%; + width: 1px; } -.content ul { - list-style: disc outside; - margin-left: 2em; - margin-top: 1em; +.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus { + background-color: #e8e8e8; } -.content ul ul { - list-style-type: circle; - margin-top: 0.5em; +.tag:not(body).is-delete:active { + background-color: #dbdbdb; } -.content ul ul ul { - list-style-type: square; +.tag:not(body).is-rounded { + border-radius: 290486px; } -.content dd { - margin-left: 2em; +a.tag:hover { + text-decoration: underline; } -.content figure { - margin-left: 2em; - margin-right: 2em; - text-align: center; +.title, .subtitle { + word-break: break-word; } -.content figure:not(:first-child) { - margin-top: 2em; +.title em, .subtitle em, .title span, .subtitle span { + font-weight: inherit; } -.content figure:not(:last-child) { - margin-bottom: 2em; +.title sub, .subtitle sub { + font-size: 0.75em; } -.content figure img { - display: inline-block; +.title sup, .subtitle sup { + font-size: 0.75em; } -.content figure figcaption { - font-style: italic; +.title .tag, .subtitle .tag { + vertical-align: middle; } -.content pre { - -webkit-overflow-scrolling: touch; - overflow-x: auto; - padding: 1.25em 1.5em; - white-space: pre; - word-wrap: normal; +.title { + color: #363636; + font-size: 2rem; + font-weight: 600; + line-height: 1.125; } -.content sup, .content sub { - font-size: 75%; +.title strong { + color: inherit; + font-weight: inherit; } -.content table { - width: 100%; +.title + .highlight { + margin-top: -0.75rem; } -.content table td, .content table th { - border: 1px solid #dbdbdb; - border-width: 0 0 1px; - padding: 0.5em 0.75em; - vertical-align: top; +.title:not(.is-spaced) + .subtitle { + margin-top: -1.25rem; } -.content table th { - color: #363636; +.title.is-1 { + font-size: 3rem; } -.content table th:not([align]) { - text-align: left; +.title.is-2 { + font-size: 2.5rem; } -.content table thead td, .content table thead th { - border-width: 0 0 2px; - color: #363636; +.title.is-3 { + font-size: 2rem; } -.content table tfoot td, .content table tfoot th { - border-width: 2px 0 0; - color: #363636; +.title.is-4 { + font-size: 1.5rem; } -.content table tbody tr:last-child td, .content table tbody tr:last-child th { - border-bottom-width: 0; +.title.is-5 { + font-size: 1.25rem; } -.content .tabs li + li { - margin-top: 0; +.title.is-6 { + font-size: 1rem; } -.content.is-small { +.title.is-7 { font-size: 0.75rem; } -.content.is-medium { +.subtitle { + color: #4a4a4a; font-size: 1.25rem; + font-weight: 400; + line-height: 1.25; } -.content.is-large { - font-size: 1.5rem; -} - -.icon { - -webkit-box-align: center; - align-items: center; - display: -webkit-inline-box; - display: inline-flex; - -webkit-box-pack: center; - justify-content: center; - height: 1.5rem; - width: 1.5rem; +.subtitle strong { + color: #363636; + font-weight: 600; } -.icon.is-small { - height: 1rem; - width: 1rem; +.subtitle:not(.is-spaced) + .title { + margin-top: -1.25rem; } -.icon.is-medium { - height: 2rem; - width: 2rem; +.subtitle.is-1 { + font-size: 3rem; } -.icon.is-large { - height: 3rem; - width: 3rem; +.subtitle.is-2 { + font-size: 2.5rem; } -.image { - display: block; - position: relative; +.subtitle.is-3 { + font-size: 2rem; } -.image img { - display: block; - height: auto; - width: 100%; +.subtitle.is-4 { + font-size: 1.5rem; } -.image img.is-rounded { - border-radius: 290486px; +.subtitle.is-5 { + font-size: 1.25rem; } -.image.is-fullwidth { - width: 100%; +.subtitle.is-6 { + font-size: 1rem; } -.image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img, .image.is-square .has-ratio, .image.is-1by1 .has-ratio, .image.is-5by4 .has-ratio, .image.is-4by3 .has-ratio, .image.is-3by2 .has-ratio, .image.is-5by3 .has-ratio, .image.is-16by9 .has-ratio, .image.is-2by1 .has-ratio, .image.is-3by1 .has-ratio, .image.is-4by5 .has-ratio, .image.is-3by4 .has-ratio, .image.is-2by3 .has-ratio, .image.is-3by5 .has-ratio, .image.is-9by16 .has-ratio, .image.is-1by2 .has-ratio, .image.is-1by3 .has-ratio { - height: 100%; - width: 100%; +.subtitle.is-7 { + font-size: 0.75rem; } -.image.is-square, .image.is-1by1 { - padding-top: 100%; -} +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} -.image.is-5by4 { - padding-top: 80%; +.highlight { + font-weight: 400; + max-width: 100%; + overflow: hidden; + padding: 0; } -.image.is-4by3 { - padding-top: 75%; +.highlight pre { + overflow: auto; + max-width: 100%; } -.image.is-3by2 { - padding-top: 66.6666%; +.number { + align-items: center; + background-color: #f5f5f5; + border-radius: 290486px; + display: inline-flex; + font-size: 1.25rem; + height: 2em; + justify-content: center; + margin-right: 1.5rem; + min-width: 2.5em; + padding: 0.25rem 0.5rem; + text-align: center; + vertical-align: top; } -.image.is-5by3 { - padding-top: 60%; +/* Bulma Form */ +.input, .textarea, .select select { + background-color: #fff; + border-color: #dbdbdb; + border-radius: 4px; + color: #363636; } -.image.is-16by9 { - padding-top: 56.25%; +.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder { + color: rgba(54, 54, 54, 0.3); } -.image.is-2by1 { - padding-top: 50%; +.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder { + color: rgba(54, 54, 54, 0.3); } -.image.is-3by1 { - padding-top: 33.3333%; +.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder { + color: rgba(54, 54, 54, 0.3); } -.image.is-4by5 { - padding-top: 125%; +.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder { + color: rgba(54, 54, 54, 0.3); } -.image.is-3by4 { - padding-top: 133.3333%; +.input:hover, .textarea:hover, .select select:hover, .input.is-hovered, .textarea.is-hovered, .select select.is-hovered { + border-color: #b5b5b5; } -.image.is-2by3 { - padding-top: 150%; +.input:focus, .textarea:focus, .select select:focus, .input.is-focused, .textarea.is-focused, .select select.is-focused, .input:active, .textarea:active, .select select:active, .input.is-active, .textarea.is-active, .select select.is-active { + border-color: #3273dc; + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); } -.image.is-3by5 { - padding-top: 166.6666%; +.input[disabled], .textarea[disabled], .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select { + background-color: #f5f5f5; + border-color: #f5f5f5; + box-shadow: none; + color: #7a7a7a; } -.image.is-9by16 { - padding-top: 177.7777%; +.input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder { + color: rgba(122, 122, 122, 0.3); } -.image.is-1by2 { - padding-top: 200%; +.input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder { + color: rgba(122, 122, 122, 0.3); } -.image.is-1by3 { - padding-top: 300%; +.input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder { + color: rgba(122, 122, 122, 0.3); } -.image.is-16x16 { - height: 16px; - width: 16px; +.input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder { + color: rgba(122, 122, 122, 0.3); } -.image.is-24x24 { - height: 24px; - width: 24px; +.input, .textarea { + box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05); + max-width: 100%; + width: 100%; } -.image.is-32x32 { - height: 32px; - width: 32px; +.input[readonly], .textarea[readonly] { + box-shadow: none; } -.image.is-48x48 { - height: 48px; - width: 48px; +.is-white.input, .is-white.textarea { + border-color: #fff; } -.image.is-64x64 { - height: 64px; - width: 64px; +.is-white.input:focus, .is-white.textarea:focus, .is-focused.is-white.input, .is-focused.is-white.textarea, .is-white.input:active, .is-white.textarea:active, .is-active.is-white.input, .is-active.is-white.textarea { + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); } -.image.is-96x96 { - height: 96px; - width: 96px; +.is-black.input, .is-black.textarea { + border-color: #0a0a0a; } -.image.is-128x128 { - height: 128px; - width: 128px; +.is-black.input:focus, .is-black.textarea:focus, .is-focused.is-black.input, .is-focused.is-black.textarea, .is-black.input:active, .is-black.textarea:active, .is-active.is-black.input, .is-active.is-black.textarea { + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); } -.notification { - background-color: #f5f5f5; - border-radius: 4px; - padding: 1.25rem 2.5rem 1.25rem 1.5rem; - position: relative; +.is-light.input, .is-light.textarea { + border-color: #f5f5f5; } -.notification a:not(.button):not(.dropdown-item) { - color: currentColor; - text-decoration: underline; +.is-light.input:focus, .is-light.textarea:focus, .is-focused.is-light.input, .is-focused.is-light.textarea, .is-light.input:active, .is-light.textarea:active, .is-active.is-light.input, .is-active.is-light.textarea { + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); } -.notification strong { - color: currentColor; +.is-dark.input, .is-dark.textarea { + border-color: #363636; } -.notification code, .notification pre { - background: #fff; +.is-dark.input:focus, .is-dark.textarea:focus, .is-focused.is-dark.input, .is-focused.is-dark.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-active.is-dark.input, .is-active.is-dark.textarea { + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); } -.notification pre code { - background: transparent; +.is-primary.input, .is-primary.textarea { + border-color: #00d1b2; } -.notification > .delete { - position: absolute; - right: 0.5rem; - top: 0.5rem; +.is-primary.input:focus, .is-primary.textarea:focus, .is-focused.is-primary.input, .is-focused.is-primary.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-active.is-primary.input, .is-active.is-primary.textarea { + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); } -.notification .title, .notification .subtitle, .notification .content { - color: currentColor; +.is-link.input, .is-link.textarea { + border-color: #3273dc; } -.notification.is-white { - background-color: #fff; - color: #0a0a0a; +.is-link.input:focus, .is-link.textarea:focus, .is-focused.is-link.input, .is-focused.is-link.textarea, .is-link.input:active, .is-link.textarea:active, .is-active.is-link.input, .is-active.is-link.textarea { + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); } -.notification.is-black { - background-color: #0a0a0a; - color: #fff; +.is-info.input, .is-info.textarea { + border-color: #3298dc; } -.notification.is-light { - background-color: #f5f5f5; - color: rgba(0, 0, 0, 0.7); +.is-info.input:focus, .is-info.textarea:focus, .is-focused.is-info.input, .is-focused.is-info.textarea, .is-info.input:active, .is-info.textarea:active, .is-active.is-info.input, .is-active.is-info.textarea { + box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); } -.notification.is-dark { - background-color: #363636; - color: #fff; +.is-success.input, .is-success.textarea { + border-color: #48c774; } -.notification.is-primary { - background-color: #00d1b2; - color: #fff; +.is-success.input:focus, .is-success.textarea:focus, .is-focused.is-success.input, .is-focused.is-success.textarea, .is-success.input:active, .is-success.textarea:active, .is-active.is-success.input, .is-active.is-success.textarea { + box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); } -.notification.is-link { - background-color: #3273dc; - color: #fff; +.is-warning.input, .is-warning.textarea { + border-color: #ffdd57; } -.notification.is-info { - background-color: #3298dc; - color: #fff; +.is-warning.input:focus, .is-warning.textarea:focus, .is-focused.is-warning.input, .is-focused.is-warning.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-active.is-warning.input, .is-active.is-warning.textarea { + box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); } -.notification.is-success { - background-color: #48c774; - color: #fff; +.is-danger.input, .is-danger.textarea { + border-color: #f14668; } -.notification.is-warning { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.is-danger.input:focus, .is-danger.textarea:focus, .is-focused.is-danger.input, .is-focused.is-danger.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-active.is-danger.input, .is-active.is-danger.textarea { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); } -.notification.is-danger { - background-color: #f14668; - color: #fff; +.is-small.input, .is-small.textarea { + border-radius: 2px; + font-size: 0.75rem; } -.progress { - -moz-appearance: none; - -webkit-appearance: none; - border: none; - border-radius: 290486px; - display: block; - height: 1rem; - overflow: hidden; - padding: 0; - width: 100%; +.is-medium.input, .is-medium.textarea { + font-size: 1.25rem; } -.progress::-webkit-progress-bar { - background-color: #ededed; +.is-large.input, .is-large.textarea { + font-size: 1.5rem; } -.progress::-webkit-progress-value { - background-color: #4a4a4a; +.is-fullwidth.input, .is-fullwidth.textarea { + display: block; + width: 100%; } -.progress::-moz-progress-bar { - background-color: #4a4a4a; +.is-inline.input, .is-inline.textarea { + display: inline; + width: auto; } -.progress::-ms-fill { - background-color: #4a4a4a; - border: none; +.input.is-rounded { + border-radius: 290486px; + padding-left: calc(calc(0.75em - 1px) + 0.375em); + padding-right: calc(calc(0.75em - 1px) + 0.375em); } -.progress.is-white::-webkit-progress-value { - background-color: #fff; +.input.is-static { + background-color: transparent; + border-color: transparent; + box-shadow: none; + padding-left: 0; + padding-right: 0; } -.progress.is-white::-moz-progress-bar { - background-color: #fff; +.textarea { + display: block; + max-width: 100%; + min-width: 100%; + padding: calc(0.75em - 1px); + resize: vertical; } -.progress.is-white::-ms-fill { - background-color: #fff; +.textarea:not([rows]) { + max-height: 40em; + min-height: 8em; } -.progress.is-white:indeterminate { - background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(30%, #ededed)); - background-image: linear-gradient(to right, #fff 30%, #ededed 30%); +.textarea[rows] { + height: initial; } -.progress.is-black::-webkit-progress-value { - background-color: #0a0a0a; +.textarea.has-fixed-size { + resize: none; } -.progress.is-black::-moz-progress-bar { - background-color: #0a0a0a; +.checkbox, .radio { + cursor: pointer; + display: inline-block; + line-height: 1.25; + position: relative; } -.progress.is-black::-ms-fill { - background-color: #0a0a0a; +.checkbox input, .radio input { + cursor: pointer; } -.progress.is-black:indeterminate { - background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #0a0a0a), color-stop(30%, #ededed)); - background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%); +.checkbox:hover, .radio:hover { + color: #363636; } -.progress.is-light::-webkit-progress-value { - background-color: #f5f5f5; +.checkbox[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .radio, .checkbox input[disabled], .radio input[disabled] { + color: #7a7a7a; + cursor: not-allowed; } -.progress.is-light::-moz-progress-bar { - background-color: #f5f5f5; +.radio + .radio { + margin-left: 0.5em; } -.progress.is-light::-ms-fill { - background-color: #f5f5f5; +.select { + display: inline-block; + max-width: 100%; + position: relative; + vertical-align: top; } -.progress.is-light:indeterminate { - background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #f5f5f5), color-stop(30%, #ededed)); - background-image: linear-gradient(to right, #f5f5f5 30%, #ededed 30%); +.select:not(.is-multiple) { + height: 2.5em; } -.progress.is-dark::-webkit-progress-value { - background-color: #363636; +.select:not(.is-multiple):not(.is-loading)::after { + border-color: #3273dc; + right: 1.125em; + z-index: 4; } -.progress.is-dark::-moz-progress-bar { - background-color: #363636; +.select.is-rounded select { + border-radius: 290486px; + padding-left: 1em; } -.progress.is-dark::-ms-fill { - background-color: #363636; +.select select { + cursor: pointer; + display: block; + font-size: 1em; + max-width: 100%; + outline: none; } -.progress.is-dark:indeterminate { - background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #363636), color-stop(30%, #ededed)); - background-image: linear-gradient(to right, #363636 30%, #ededed 30%); +.select select::-ms-expand { + display: none; } -.progress.is-primary::-webkit-progress-value { - background-color: #00d1b2; +.select select[disabled]:hover, fieldset[disabled] .select select:hover { + border-color: #f5f5f5; } -.progress.is-primary::-moz-progress-bar { - background-color: #00d1b2; +.select select:not([multiple]) { + padding-right: 2.5em; } -.progress.is-primary::-ms-fill { - background-color: #00d1b2; +.select select[multiple] { + height: auto; + padding: 0; } -.progress.is-primary:indeterminate { - background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #00d1b2), color-stop(30%, #ededed)); - background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%); +.select select[multiple] option { + padding: 0.5em 1em; } -.progress.is-link::-webkit-progress-value { - background-color: #3273dc; +.select:not(.is-multiple):not(.is-loading):hover::after { + border-color: #363636; } -.progress.is-link::-moz-progress-bar { - background-color: #3273dc; +.select.is-white:not(:hover)::after { + border-color: #fff; } -.progress.is-link::-ms-fill { - background-color: #3273dc; +.select.is-white select { + border-color: #fff; } -.progress.is-link:indeterminate { - background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #3273dc), color-stop(30%, #ededed)); - background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%); +.select.is-white select:hover, .select.is-white select.is-hovered { + border-color: #f2f2f2; } -.progress.is-info::-webkit-progress-value { - background-color: #3298dc; +.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active { + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); } -.progress.is-info::-moz-progress-bar { - background-color: #3298dc; +.select.is-black:not(:hover)::after { + border-color: #0a0a0a; } -.progress.is-info::-ms-fill { - background-color: #3298dc; +.select.is-black select { + border-color: #0a0a0a; } -.progress.is-info:indeterminate { - background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #3298dc), color-stop(30%, #ededed)); - background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%); +.select.is-black select:hover, .select.is-black select.is-hovered { + border-color: #000; } -.progress.is-success::-webkit-progress-value { - background-color: #48c774; +.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active { + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); } -.progress.is-success::-moz-progress-bar { - background-color: #48c774; +.select.is-light:not(:hover)::after { + border-color: #f5f5f5; } -.progress.is-success::-ms-fill { - background-color: #48c774; +.select.is-light select { + border-color: #f5f5f5; } -.progress.is-success:indeterminate { - background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #48c774), color-stop(30%, #ededed)); - background-image: linear-gradient(to right, #48c774 30%, #ededed 30%); +.select.is-light select:hover, .select.is-light select.is-hovered { + border-color: #e8e8e8; } -.progress.is-warning::-webkit-progress-value { - background-color: #ffdd57; +.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active { + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); } -.progress.is-warning::-moz-progress-bar { - background-color: #ffdd57; +.select.is-dark:not(:hover)::after { + border-color: #363636; } -.progress.is-warning::-ms-fill { - background-color: #ffdd57; +.select.is-dark select { + border-color: #363636; } -.progress.is-warning:indeterminate { - background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffdd57), color-stop(30%, #ededed)); - background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%); +.select.is-dark select:hover, .select.is-dark select.is-hovered { + border-color: #292929; } -.progress.is-danger::-webkit-progress-value { - background-color: #f14668; +.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 0.125em rgba(54, 54, 54, 0.25); } -.progress.is-danger::-moz-progress-bar { - background-color: #f14668; +.select.is-primary:not(:hover)::after { + border-color: #00d1b2; } -.progress.is-danger::-ms-fill { - background-color: #f14668; +.select.is-primary select { + border-color: #00d1b2; } -.progress.is-danger:indeterminate { - background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #f14668), color-stop(30%, #ededed)); - background-image: linear-gradient(to right, #f14668 30%, #ededed 30%); +.select.is-primary select:hover, .select.is-primary select.is-hovered { + border-color: #00b89c; } -.progress:indeterminate { - -webkit-animation-duration: 1.5s; - animation-duration: 1.5s; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - -webkit-animation-name: moveIndeterminate; - animation-name: moveIndeterminate; - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - background-color: #ededed; - background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #4a4a4a), color-stop(30%, #ededed)); - background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%); - background-position: top left; - background-repeat: no-repeat; - background-size: 150% 150%; +.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 0.125em rgba(0, 209, 178, 0.25); } -.progress:indeterminate::-webkit-progress-bar { - background-color: transparent; +.select.is-link:not(:hover)::after { + border-color: #3273dc; } -.progress:indeterminate::-moz-progress-bar { - background-color: transparent; +.select.is-link select { + border-color: #3273dc; } -.progress.is-small { - height: 0.75rem; +.select.is-link select:hover, .select.is-link select.is-hovered { + border-color: #2366d1; } -.progress.is-medium { - height: 1.25rem; +.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active { + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); } -.progress.is-large { - height: 1.5rem; +.select.is-info:not(:hover)::after { + border-color: #3298dc; } -@-webkit-keyframes moveIndeterminate { - from { - background-position: 200% 0; - } +.select.is-info select { + border-color: #3298dc; +} - to { - background-position: -200% 0; - } +.select.is-info select:hover, .select.is-info select.is-hovered { + border-color: #238cd1; } -@keyframes moveIndeterminate { - from { - background-position: 200% 0; - } +.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active { + box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); +} - to { - background-position: -200% 0; - } +.select.is-success:not(:hover)::after { + border-color: #48c774; } -.table { - background-color: #fff; - color: #363636; +.select.is-success select { + border-color: #48c774; } -.table td, .table th { - border: 1px solid #dbdbdb; - border-width: 0 0 1px; - padding: 0.5em 0.75em; - vertical-align: top; +.select.is-success select:hover, .select.is-success select.is-hovered { + border-color: #3abb67; } -.table td.is-white, .table th.is-white { - background-color: #fff; - border-color: #fff; - color: #0a0a0a; +.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active { + box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); } -.table td.is-black, .table th.is-black { - background-color: #0a0a0a; - border-color: #0a0a0a; - color: #fff; +.select.is-warning:not(:hover)::after { + border-color: #ffdd57; } -.table td.is-light, .table th.is-light { - background-color: #f5f5f5; - border-color: #f5f5f5; - color: rgba(0, 0, 0, 0.7); +.select.is-warning select { + border-color: #ffdd57; } -.table td.is-dark, .table th.is-dark { - background-color: #363636; - border-color: #363636; - color: #fff; +.select.is-warning select:hover, .select.is-warning select.is-hovered { + border-color: #ffd83d; } -.table td.is-primary, .table th.is-primary { - background-color: #00d1b2; - border-color: #00d1b2; - color: #fff; +.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active { + box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); } -.table td.is-link, .table th.is-link { - background-color: #3273dc; - border-color: #3273dc; - color: #fff; +.select.is-danger:not(:hover)::after { + border-color: #f14668; } -.table td.is-info, .table th.is-info { - background-color: #3298dc; - border-color: #3298dc; - color: #fff; +.select.is-danger select { + border-color: #f14668; } -.table td.is-success, .table th.is-success { - background-color: #48c774; - border-color: #48c774; - color: #fff; +.select.is-danger select:hover, .select.is-danger select.is-hovered { + border-color: #ef2e55; } -.table td.is-warning, .table th.is-warning { - background-color: #ffdd57; - border-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); } -.table td.is-danger, .table th.is-danger { - background-color: #f14668; - border-color: #f14668; - color: #fff; +.select.is-small { + border-radius: 2px; + font-size: 0.75rem; } -.table td.is-narrow, .table th.is-narrow { - white-space: nowrap; - width: 1%; +.select.is-medium { + font-size: 1.25rem; } -.table td.is-selected, .table th.is-selected { - background-color: #00d1b2; - color: #fff; +.select.is-large { + font-size: 1.5rem; } -.table td.is-selected a, .table th.is-selected a, .table td.is-selected strong, .table th.is-selected strong { - color: currentColor; +.select.is-disabled::after { + border-color: #7a7a7a; } -.table th { - color: #363636; +.select.is-fullwidth { + width: 100%; } -.table th:not([align]) { - text-align: left; +.select.is-fullwidth select { + width: 100%; } -.table tr.is-selected { - background-color: #00d1b2; - color: #fff; +.select.is-loading::after { + margin-top: 0; + position: absolute; + right: 0.625em; + top: 0.625em; + transform: none; } -.table tr.is-selected a, .table tr.is-selected strong { - color: currentColor; +.select.is-loading.is-small:after { + font-size: 0.75rem; } -.table tr.is-selected td, .table tr.is-selected th { - border-color: #fff; - color: currentColor; +.select.is-loading.is-medium:after { + font-size: 1.25rem; } -.table thead { - background-color: transparent; +.select.is-loading.is-large:after { + font-size: 1.5rem; } -.table thead td, .table thead th { - border-width: 0 0 2px; - color: #363636; +.file { + align-items: stretch; + display: flex; + justify-content: flex-start; + position: relative; } -.table tfoot { - background-color: transparent; +.file.is-white .file-cta { + background-color: #fff; + border-color: transparent; + color: #0a0a0a; } -.table tfoot td, .table tfoot th { - border-width: 2px 0 0; - color: #363636; +.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta { + background-color: #f9f9f9; + border-color: transparent; + color: #0a0a0a; } -.table tbody { - background-color: transparent; +.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25); + color: #0a0a0a; } -.table tbody tr:last-child td, .table tbody tr:last-child th { - border-bottom-width: 0; +.file.is-white:active .file-cta, .file.is-white.is-active .file-cta { + background-color: #f2f2f2; + border-color: transparent; + color: #0a0a0a; } -.table.is-bordered td, .table.is-bordered th { - border-width: 1px; +.file.is-black .file-cta { + background-color: #0a0a0a; + border-color: transparent; + color: #fff; } -.table.is-bordered tr:last-child td, .table.is-bordered tr:last-child th { - border-bottom-width: 1px; +.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta { + background-color: #040404; + border-color: transparent; + color: #fff; } -.table.is-fullwidth { - width: 100%; +.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25); + color: #fff; } -.table.is-hoverable tbody tr:not(.is-selected):hover { - background-color: #fafafa; +.file.is-black:active .file-cta, .file.is-black.is-active .file-cta { + background-color: #000; + border-color: transparent; + color: #fff; } -.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover { - background-color: #fafafa; +.file.is-light .file-cta { + background-color: #f5f5f5; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) { - background-color: #f5f5f5; +.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta { + background-color: #eee; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.table.is-narrow td, .table.is-narrow th { - padding: 0.25em 0.5em; +.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25); + color: rgba(0, 0, 0, 0.7); } -.table.is-striped tbody tr:not(.is-selected):nth-child(even) { - background-color: #fafafa; +.file.is-light:active .file-cta, .file.is-light.is-active .file-cta { + background-color: #e8e8e8; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.table-container { - -webkit-overflow-scrolling: touch; - overflow: auto; - overflow-y: hidden; - max-width: 100%; +.file.is-dark .file-cta { + background-color: #363636; + border-color: transparent; + color: #fff; } -.tags { - -webkit-box-align: center; - align-items: center; - display: -webkit-box; - display: flex; - flex-wrap: wrap; - -webkit-box-pack: start; - justify-content: flex-start; +.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta { + background-color: #2f2f2f; + border-color: transparent; + color: #fff; } -.tags .tag { - margin-bottom: 0.5rem; +.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25); + color: #fff; } -.tags .tag:not(:last-child) { - margin-right: 0.5rem; +.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta { + background-color: #292929; + border-color: transparent; + color: #fff; } -.tags:last-child { - margin-bottom: -0.5rem; +.file.is-primary .file-cta { + background-color: #00d1b2; + border-color: transparent; + color: #fff; } -.tags:not(:last-child) { - margin-bottom: 1rem; +.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta { + background-color: #00c4a7; + border-color: transparent; + color: #fff; } -.tags.are-medium .tag:not(.is-normal):not(.is-large) { - font-size: 1rem; +.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25); + color: #fff; } -.tags.are-large .tag:not(.is-normal):not(.is-medium) { - font-size: 1.25rem; +.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta { + background-color: #00b89c; + border-color: transparent; + color: #fff; } -.tags.is-centered { - -webkit-box-pack: center; - justify-content: center; +.file.is-link .file-cta { + background-color: #3273dc; + border-color: transparent; + color: #fff; } -.tags.is-centered .tag { - margin-right: 0.25rem; - margin-left: 0.25rem; +.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { + background-color: #276cda; + border-color: transparent; + color: #fff; } -.tags.is-right { - -webkit-box-pack: end; - justify-content: flex-end; +.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25); + color: #fff; } -.tags.is-right .tag:not(:first-child) { - margin-left: 0.5rem; +.file.is-link:active .file-cta, .file.is-link.is-active .file-cta { + background-color: #2366d1; + border-color: transparent; + color: #fff; } -.tags.is-right .tag:not(:last-child) { - margin-right: 0; +.file.is-info .file-cta { + background-color: #3298dc; + border-color: transparent; + color: #fff; } -.tags.has-addons .tag { - margin-right: 0; +.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { + background-color: #2793da; + border-color: transparent; + color: #fff; } -.tags.has-addons .tag:not(:first-child) { - margin-left: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; +.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25); + color: #fff; } -.tags.has-addons .tag:not(:last-child) { - border-bottom-right-radius: 0; - border-top-right-radius: 0; +.file.is-info:active .file-cta, .file.is-info.is-active .file-cta { + background-color: #238cd1; + border-color: transparent; + color: #fff; } -.tag:not(body) { - -webkit-box-align: center; - align-items: center; - background-color: #f5f5f5; - border-radius: 4px; - color: #4a4a4a; - display: -webkit-inline-box; - display: inline-flex; - font-size: 0.75rem; - height: 2em; - -webkit-box-pack: center; - justify-content: center; - line-height: 1.5; - padding-left: 0.75em; - padding-right: 0.75em; - white-space: nowrap; +.file.is-success .file-cta { + background-color: #48c774; + border-color: transparent; + color: #fff; } -.tag:not(body) .delete { - margin-left: 0.25rem; - margin-right: -0.375rem; +.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta { + background-color: #3ec46d; + border-color: transparent; + color: #fff; } -.tag:not(body).is-white { - background-color: #fff; - color: #0a0a0a; +.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25); + color: #fff; } -.tag:not(body).is-black { - background-color: #0a0a0a; +.file.is-success:active .file-cta, .file.is-success.is-active .file-cta { + background-color: #3abb67; + border-color: transparent; color: #fff; } -.tag:not(body).is-light { - background-color: #f5f5f5; +.file.is-warning .file-cta { + background-color: #ffdd57; + border-color: transparent; color: rgba(0, 0, 0, 0.7); } -.tag:not(body).is-dark { - background-color: #363636; - color: #fff; +.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta { + background-color: #ffdb4a; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.tag:not(body).is-primary { - background-color: #00d1b2; - color: #fff; +.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25); + color: rgba(0, 0, 0, 0.7); } -.tag:not(body).is-primary.is-light { - background-color: #ebfffc; - color: #00947e; +.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta { + background-color: #ffd83d; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.tag:not(body).is-link { - background-color: #3273dc; +.file.is-danger .file-cta { + background-color: #f14668; + border-color: transparent; color: #fff; } -.tag:not(body).is-link.is-light { - background-color: #eef3fc; - color: #2160c4; -} - -.tag:not(body).is-info { - background-color: #3298dc; +.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta { + background-color: #f03a5f; + border-color: transparent; color: #fff; } -.tag:not(body).is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; -} - -.tag:not(body).is-success { - background-color: #48c774; +.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25); color: #fff; } -.tag:not(body).is-success.is-light { - background-color: #effaf3; - color: #257942; +.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta { + background-color: #ef2e55; + border-color: transparent; + color: #fff; } -.tag:not(body).is-warning { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.file.is-small { + font-size: 0.75rem; } -.tag:not(body).is-warning.is-light { - background-color: #fffbeb; - color: #947600; +.file.is-medium { + font-size: 1.25rem; } -.tag:not(body).is-danger { - background-color: #f14668; - color: #fff; +.file.is-medium .file-icon .fa { + font-size: 21px; } -.tag:not(body).is-danger.is-light { - background-color: #feecf0; - color: #cc0f35; +.file.is-large { + font-size: 1.5rem; } -.tag:not(body).is-normal { - font-size: 0.75rem; +.file.is-large .file-icon .fa { + font-size: 28px; } -.tag:not(body).is-medium { - font-size: 1rem; +.file.has-name .file-cta { + border-bottom-right-radius: 0; + border-top-right-radius: 0; } -.tag:not(body).is-large { - font-size: 1.25rem; +.file.has-name .file-name { + border-bottom-left-radius: 0; + border-top-left-radius: 0; } -.tag:not(body) .icon:first-child:not(:last-child) { - margin-left: -0.375em; - margin-right: 0.1875em; +.file.has-name.is-empty .file-cta { + border-radius: 4px; } -.tag:not(body) .icon:last-child:not(:first-child) { - margin-left: 0.1875em; - margin-right: -0.375em; +.file.has-name.is-empty .file-name { + display: none; } -.tag:not(body) .icon:first-child:last-child { - margin-left: -0.375em; - margin-right: -0.375em; +.file.is-boxed .file-label { + flex-direction: column; } -.tag:not(body).is-delete { - margin-left: 1px; - padding: 0; - position: relative; - width: 2em; +.file.is-boxed .file-cta { + flex-direction: column; + height: auto; + padding: 1em 3em; } -.tag:not(body).is-delete::before, .tag:not(body).is-delete::after { - background-color: currentColor; - content: ""; - display: block; - left: 50%; - position: absolute; - top: 50%; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform: translateX(-50%) translateY(-50%) rotate(45deg); - -webkit-transform-origin: center center; - transform-origin: center center; +.file.is-boxed .file-name { + border-width: 0 1px 1px; } -.tag:not(body).is-delete::before { - height: 1px; - width: 50%; +.file.is-boxed .file-icon { + height: 1.5em; + width: 1.5em; } -.tag:not(body).is-delete::after { - height: 50%; - width: 1px; +.file.is-boxed .file-icon .fa { + font-size: 21px; } -.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus { - background-color: #e8e8e8; +.file.is-boxed.is-small .file-icon .fa { + font-size: 14px; } -.tag:not(body).is-delete:active { - background-color: #dbdbdb; +.file.is-boxed.is-medium .file-icon .fa { + font-size: 28px; } -.tag:not(body).is-rounded { - border-radius: 290486px; +.file.is-boxed.is-large .file-icon .fa { + font-size: 35px; } -a.tag:hover { - text-decoration: underline; +.file.is-boxed.has-name .file-cta { + border-radius: 4px 4px 0 0; } -.title, .subtitle { - word-break: break-word; +.file.is-boxed.has-name .file-name { + border-radius: 0 0 4px 4px; + border-width: 0 1px 1px; } -.title em, .subtitle em, .title span, .subtitle span { - font-weight: inherit; +.file.is-centered { + justify-content: center; } -.title sub, .subtitle sub { - font-size: 0.75em; +.file.is-fullwidth .file-label { + width: 100%; } -.title sup, .subtitle sup { - font-size: 0.75em; +.file.is-fullwidth .file-name { + flex-grow: 1; + max-width: none; } -.title .tag, .subtitle .tag { - vertical-align: middle; +.file.is-right { + justify-content: flex-end; } -.title { - color: #363636; - font-size: 2rem; - font-weight: 600; - line-height: 1.125; +.file.is-right .file-cta { + border-radius: 0 4px 4px 0; } -.title strong { - color: inherit; - font-weight: inherit; +.file.is-right .file-name { + border-radius: 4px 0 0 4px; + border-width: 1px 0 1px 1px; + order: -1; } -.title + .highlight { - margin-top: -0.75rem; +.file-label { + align-items: stretch; + display: flex; + cursor: pointer; + justify-content: flex-start; + overflow: hidden; + position: relative; } -.title:not(.is-spaced) + .subtitle { - margin-top: -1.25rem; +.file-label:hover .file-cta { + background-color: #eee; + color: #363636; } -.title.is-1 { - font-size: 3rem; +.file-label:hover .file-name { + border-color: #d5d5d5; } -.title.is-2 { - font-size: 2.5rem; +.file-label:active .file-cta { + background-color: #e8e8e8; + color: #363636; } -.title.is-3 { - font-size: 2rem; +.file-label:active .file-name { + border-color: #cfcfcf; } -.title.is-4 { - font-size: 1.5rem; +.file-input { + height: 100%; + left: 0; + opacity: 0; + outline: none; + position: absolute; + top: 0; + width: 100%; } -.title.is-5 { - font-size: 1.25rem; -} - -.title.is-6 { - font-size: 1rem; -} - -.title.is-7 { - font-size: 0.75rem; +.file-cta, .file-name { + border-color: #dbdbdb; + border-radius: 4px; + font-size: 1em; + padding-left: 1em; + padding-right: 1em; + white-space: nowrap; } -.subtitle { +.file-cta { + background-color: #f5f5f5; color: #4a4a4a; - font-size: 1.25rem; - font-weight: 400; - line-height: 1.25; } -.subtitle strong { - color: #363636; - font-weight: 600; +.file-name { + border-color: #dbdbdb; + border-style: solid; + border-width: 1px 1px 1px 0; + display: block; + max-width: 16em; + overflow: hidden; + text-align: inherit; + text-overflow: ellipsis; } -.subtitle:not(.is-spaced) + .title { - margin-top: -1.25rem; +.file-icon { + align-items: center; + display: flex; + height: 1em; + justify-content: center; + margin-right: 0.5em; + width: 1em; } -.subtitle.is-1 { - font-size: 3rem; +.file-icon .fa { + font-size: 14px; } -.subtitle.is-2 { - font-size: 2.5rem; +.label { + color: #363636; + display: block; + font-size: 1rem; + font-weight: 700; } -.subtitle.is-3 { - font-size: 2rem; +.label:not(:last-child) { + margin-bottom: 0.5em; } -.subtitle.is-4 { - font-size: 1.5rem; +.label.is-small { + font-size: 0.75rem; } -.subtitle.is-5 { +.label.is-medium { font-size: 1.25rem; } -.subtitle.is-6 { - font-size: 1rem; -} - -.subtitle.is-7 { - font-size: 0.75rem; +.label.is-large { + font-size: 1.5rem; } -.heading { +.help { display: block; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; + font-size: 0.75rem; + margin-top: 0.25rem; } -.highlight { - font-weight: 400; - max-width: 100%; - overflow: hidden; - padding: 0; +.help.is-white { + color: #fff; } -.highlight pre { - overflow: auto; - max-width: 100%; +.help.is-black { + color: #0a0a0a; } -.number { - -webkit-box-align: center; - align-items: center; - background-color: #f5f5f5; - border-radius: 290486px; - display: -webkit-inline-box; - display: inline-flex; - font-size: 1.25rem; - height: 2em; - -webkit-box-pack: center; - justify-content: center; - margin-right: 1.5rem; - min-width: 2.5em; - padding: 0.25rem 0.5rem; - text-align: center; - vertical-align: top; +.help.is-light { + color: #f5f5f5; } -.input, .textarea, .select select { - background-color: #fff; - border-color: #dbdbdb; - border-radius: 4px; +.help.is-dark { color: #363636; } -.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder { - color: rgba(54, 54, 54, 0.3); +.help.is-primary { + color: #00d1b2; } -.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder { - color: rgba(54, 54, 54, 0.3); +.help.is-link { + color: #3273dc; } -.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder { - color: rgba(54, 54, 54, 0.3); +.help.is-info { + color: #3298dc; } -.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder { - color: rgba(54, 54, 54, 0.3); +.help.is-success { + color: #48c774; } -.input:hover, .textarea:hover, .select select:hover, .input.is-hovered, .textarea.is-hovered, .select select.is-hovered { - border-color: #b5b5b5; +.help.is-warning { + color: #ffdd57; } -.input:focus, .textarea:focus, .select select:focus, .input.is-focused, .textarea.is-focused, .select select.is-focused, .input:active, .textarea:active, .select select:active, .input.is-active, .textarea.is-active, .select select.is-active { - border-color: #3273dc; - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +.help.is-danger { + color: #f14668; } -.input[disabled], .textarea[disabled], .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select { - background-color: #f5f5f5; - border-color: #f5f5f5; - box-shadow: none; - color: #7a7a7a; +.field:not(:last-child) { + margin-bottom: 0.75rem; } -.input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder { - color: rgba(122, 122, 122, 0.3); +.field.has-addons { + display: flex; + justify-content: flex-start; } -.input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder { - color: rgba(122, 122, 122, 0.3); +.field.has-addons .control:not(:last-child) { + margin-right: -1px; } -.input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder { - color: rgba(122, 122, 122, 0.3); +.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; } -.input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder { - color: rgba(122, 122, 122, 0.3); +.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-bottom-right-radius: 0; + border-top-right-radius: 0; } -.input, .textarea { - box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05); - max-width: 100%; - width: 100%; +.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-bottom-left-radius: 0; + border-top-left-radius: 0; } -.input[readonly], .textarea[readonly] { - box-shadow: none; +.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .input:not([disabled]):hover, .field.has-addons .control .select select:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, .field.has-addons .control .input:not([disabled]).is-hovered, .field.has-addons .control .select select:not([disabled]).is-hovered { + z-index: 2; } -.input.is-white, .textarea.is-white { - border-color: #fff; +.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .input:not([disabled]):focus, .field.has-addons .control .select select:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .input:not([disabled]).is-focused, .field.has-addons .control .select select:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .input:not([disabled]):active, .field.has-addons .control .select select:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, .field.has-addons .control .input:not([disabled]).is-active, .field.has-addons .control .select select:not([disabled]).is-active { + z-index: 3; } -.input.is-white:focus, .textarea.is-white:focus, .input.is-white.is-focused, .textarea.is-white.is-focused, .input.is-white:active, .textarea.is-white:active, .input.is-white.is-active, .textarea.is-white.is-active { - box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); +.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .input:not([disabled]):focus:hover, .field.has-addons .control .select select:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .input:not([disabled]).is-focused:hover, .field.has-addons .control .select select:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .input:not([disabled]):active:hover, .field.has-addons .control .select select:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, .field.has-addons .control .input:not([disabled]).is-active:hover, .field.has-addons .control .select select:not([disabled]).is-active:hover { + z-index: 4; } -.input.is-black, .textarea.is-black { - border-color: #0a0a0a; +.field.has-addons .control.is-expanded { + flex-grow: 1; + flex-shrink: 1; } -.input.is-black:focus, .textarea.is-black:focus, .input.is-black.is-focused, .textarea.is-black.is-focused, .input.is-black:active, .textarea.is-black:active, .input.is-black.is-active, .textarea.is-black.is-active { - box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); +.field.has-addons.has-addons-centered { + justify-content: center; } -.input.is-light, .textarea.is-light { - border-color: #f5f5f5; +.field.has-addons.has-addons-right { + justify-content: flex-end; } -.input.is-light:focus, .textarea.is-light:focus, .input.is-light.is-focused, .textarea.is-light.is-focused, .input.is-light:active, .textarea.is-light:active, .input.is-light.is-active, .textarea.is-light.is-active { - box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); +.field.has-addons.has-addons-fullwidth .control { + flex-grow: 1; + flex-shrink: 0; } -.input.is-dark, .textarea.is-dark { - border-color: #363636; +.field.is-grouped { + display: flex; + justify-content: flex-start; } -.input.is-dark:focus, .textarea.is-dark:focus, .input.is-dark.is-focused, .textarea.is-dark.is-focused, .input.is-dark:active, .textarea.is-dark:active, .input.is-dark.is-active, .textarea.is-dark.is-active { - box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); +.field.is-grouped > .control { + flex-shrink: 0; } -.input.is-primary, .textarea.is-primary { - border-color: #00d1b2; +.field.is-grouped > .control:not(:last-child) { + margin-bottom: 0; + margin-right: 0.75rem; } -.input.is-primary:focus, .textarea.is-primary:focus, .input.is-primary.is-focused, .textarea.is-primary.is-focused, .input.is-primary:active, .textarea.is-primary:active, .input.is-primary.is-active, .textarea.is-primary.is-active { - box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); +.field.is-grouped > .control.is-expanded { + flex-grow: 1; + flex-shrink: 1; } -.input.is-link, .textarea.is-link { - border-color: #3273dc; +.field.is-grouped.is-grouped-centered { + justify-content: center; } -.input.is-link:focus, .textarea.is-link:focus, .input.is-link.is-focused, .textarea.is-link.is-focused, .input.is-link:active, .textarea.is-link:active, .input.is-link.is-active, .textarea.is-link.is-active { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +.field.is-grouped.is-grouped-right { + justify-content: flex-end; } -.input.is-info, .textarea.is-info { - border-color: #3298dc; +.field.is-grouped.is-grouped-multiline { + flex-wrap: wrap; } -.input.is-info:focus, .textarea.is-info:focus, .input.is-info.is-focused, .textarea.is-info.is-focused, .input.is-info:active, .textarea.is-info:active, .input.is-info.is-active, .textarea.is-info.is-active { - box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); +.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) { + margin-bottom: 0.75rem; } -.input.is-success, .textarea.is-success { - border-color: #48c774; +.field.is-grouped.is-grouped-multiline:last-child { + margin-bottom: -0.75rem; } -.input.is-success:focus, .textarea.is-success:focus, .input.is-success.is-focused, .textarea.is-success.is-focused, .input.is-success:active, .textarea.is-success:active, .input.is-success.is-active, .textarea.is-success.is-active { - box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); +.field.is-grouped.is-grouped-multiline:not(:last-child) { + margin-bottom: 0; } -.input.is-warning, .textarea.is-warning { - border-color: #ffdd57; +@media screen and (min-width: 769px), print { + .field.is-horizontal { + display: flex; + } } -.input.is-warning:focus, .textarea.is-warning:focus, .input.is-warning.is-focused, .textarea.is-warning.is-focused, .input.is-warning:active, .textarea.is-warning:active, .input.is-warning.is-active, .textarea.is-warning.is-active { - box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); +.field-label .label { + font-size: inherit; } -.input.is-danger, .textarea.is-danger { - border-color: #f14668; +@media screen and (max-width: 768px) { + .field-label { + margin-bottom: 0.5rem; + } } -.input.is-danger:focus, .textarea.is-danger:focus, .input.is-danger.is-focused, .textarea.is-danger.is-focused, .input.is-danger:active, .textarea.is-danger:active, .input.is-danger.is-active, .textarea.is-danger.is-active { - box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); -} +@media screen and (min-width: 769px), print { + .field-label { + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + margin-right: 1.5rem; + text-align: right; + } -.input.is-small, .textarea.is-small { - border-radius: 2px; - font-size: 0.75rem; -} + .field-label.is-small { + font-size: 0.75rem; + padding-top: 0.375em; + } -.input.is-medium, .textarea.is-medium { - font-size: 1.25rem; -} - -.input.is-large, .textarea.is-large { - font-size: 1.5rem; -} + .field-label.is-normal { + padding-top: 0.375em; + } -.input.is-fullwidth, .textarea.is-fullwidth { - display: block; - width: 100%; -} + .field-label.is-medium { + font-size: 1.25rem; + padding-top: 0.375em; + } -.input.is-inline, .textarea.is-inline { - display: inline; - width: auto; + .field-label.is-large { + font-size: 1.5rem; + padding-top: 0.375em; + } } -.input.is-rounded { - border-radius: 290486px; - padding-left: calc(calc(0.75em - 1px) + 0.375em); - padding-right: calc(calc(0.75em - 1px) + 0.375em); +.field-body .field .field { + margin-bottom: 0; } -.input.is-static { - background-color: transparent; - border-color: transparent; - box-shadow: none; - padding-left: 0; - padding-right: 0; -} +@media screen and (min-width: 769px), print { + .field-body { + display: flex; + flex-basis: 0; + flex-grow: 5; + flex-shrink: 1; + } -.textarea { - display: block; - max-width: 100%; - min-width: 100%; - padding: calc(0.75em - 1px); - resize: vertical; -} + .field-body .field { + margin-bottom: 0; + } -.textarea:not([rows]) { - max-height: 40em; - min-height: 8em; -} + .field-body > .field { + flex-shrink: 1; + } -.textarea[rows] { - height: initial; -} + .field-body > .field:not(.is-narrow) { + flex-grow: 1; + } -.textarea.has-fixed-size { - resize: none; + .field-body > .field:not(:last-child) { + margin-right: 0.75rem; + } } -.checkbox, .radio { - cursor: pointer; - display: inline-block; - line-height: 1.25; +.control { + box-sizing: border-box; + clear: both; + font-size: 1rem; position: relative; + text-align: inherit; } -.checkbox input, .radio input { - cursor: pointer; -} - -.checkbox:hover, .radio:hover { - color: #363636; +.control.has-icons-left .input:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .select:focus ~ .icon { + color: #4a4a4a; } -.checkbox[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .radio { - color: #7a7a7a; - cursor: not-allowed; +.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .select.is-small ~ .icon { + font-size: 0.75rem; } -.radio + .radio { - margin-left: 0.5em; +.control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .select.is-medium ~ .icon { + font-size: 1.25rem; } -.select { - display: inline-block; - max-width: 100%; - position: relative; - vertical-align: top; +.control.has-icons-left .input.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .select.is-large ~ .icon { + font-size: 1.5rem; } -.select:not(.is-multiple) { +.control.has-icons-left .icon, .control.has-icons-right .icon { + color: #dbdbdb; height: 2.5em; -} - -.select:not(.is-multiple):not(.is-loading)::after { - border-color: #3273dc; - right: 1.125em; + pointer-events: none; + position: absolute; + top: 0; + width: 2.5em; z-index: 4; } -.select.is-rounded select { - border-radius: 290486px; - padding-left: 1em; -} - -.select select { - cursor: pointer; - display: block; - font-size: 1em; - max-width: 100%; - outline: none; -} - -.select select::-ms-expand { - display: none; +.control.has-icons-left .input, .control.has-icons-left .select select { + padding-left: 2.5em; } -.select select[disabled]:hover, fieldset[disabled] .select select:hover { - border-color: #f5f5f5; +.control.has-icons-left .icon.is-left { + left: 0; } -.select select:not([multiple]) { +.control.has-icons-right .input, .control.has-icons-right .select select { padding-right: 2.5em; } -.select select[multiple] { - height: auto; - padding: 0; +.control.has-icons-right .icon.is-right { + right: 0; } -.select select[multiple] option { - padding: 0.5em 1em; +.control.is-loading::after { + position: absolute !important; + right: 0.625em; + top: 0.625em; + z-index: 4; } -.select:not(.is-multiple):not(.is-loading):hover::after { - border-color: #363636; +.control.is-loading.is-small:after { + font-size: 0.75rem; } -.select.is-white:not(:hover)::after { - border-color: #fff; +.control.is-loading.is-medium:after { + font-size: 1.25rem; } -.select.is-white select { - border-color: #fff; +.control.is-loading.is-large:after { + font-size: 1.5rem; } -.select.is-white select:hover, .select.is-white select.is-hovered { - border-color: #f2f2f2; +/* Bulma Components */ +.breadcrumb { + font-size: 1rem; + white-space: nowrap; } -.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active { - box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); +.breadcrumb a { + align-items: center; + color: #3273dc; + display: flex; + justify-content: center; + padding: 0 0.75em; } -.select.is-black:not(:hover)::after { - border-color: #0a0a0a; +.breadcrumb a:hover { + color: #363636; } -.select.is-black select { - border-color: #0a0a0a; +.breadcrumb li { + align-items: center; + display: flex; } -.select.is-black select:hover, .select.is-black select.is-hovered { - border-color: #000; +.breadcrumb li:first-child a { + padding-left: 0; } -.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active { - box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); +.breadcrumb li.is-active a { + color: #363636; + cursor: default; + pointer-events: none; } -.select.is-light:not(:hover)::after { - border-color: #f5f5f5; +.breadcrumb li + li::before { + color: #b5b5b5; + content: "\0002f"; } -.select.is-light select { - border-color: #f5f5f5; +.breadcrumb ul, .breadcrumb ol { + align-items: flex-start; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; } -.select.is-light select:hover, .select.is-light select.is-hovered { - border-color: #e8e8e8; +.breadcrumb .icon:first-child { + margin-right: 0.5em; } -.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active { - box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); +.breadcrumb .icon:last-child { + margin-left: 0.5em; } -.select.is-dark:not(:hover)::after { - border-color: #363636; +.breadcrumb.is-centered ol, .breadcrumb.is-centered ul { + justify-content: center; } -.select.is-dark select { - border-color: #363636; +.breadcrumb.is-right ol, .breadcrumb.is-right ul { + justify-content: flex-end; } -.select.is-dark select:hover, .select.is-dark select.is-hovered { - border-color: #292929; +.breadcrumb.is-small { + font-size: 0.75rem; } -.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 0.125em rgba(54, 54, 54, 0.25); +.breadcrumb.is-medium { + font-size: 1.25rem; } -.select.is-primary:not(:hover)::after { - border-color: #00d1b2; +.breadcrumb.is-large { + font-size: 1.5rem; } -.select.is-primary select { - border-color: #00d1b2; +.breadcrumb.has-arrow-separator li + li::before { + content: "\02192"; } -.select.is-primary select:hover, .select.is-primary select.is-hovered { - border-color: #00b89c; +.breadcrumb.has-bullet-separator li + li::before { + content: "\02022"; } -.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 0.125em rgba(0, 209, 178, 0.25); +.breadcrumb.has-dot-separator li + li::before { + content: "\000b7"; } -.select.is-link:not(:hover)::after { - border-color: #3273dc; +.breadcrumb.has-succeeds-separator li + li::before { + content: "\0227B"; } -.select.is-link select { - border-color: #3273dc; +.card { + background-color: #fff; + border-radius: 0.25rem; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + color: #4a4a4a; + max-width: 100%; + overflow: hidden; + position: relative; } -.select.is-link select:hover, .select.is-link select.is-hovered { - border-color: #2366d1; +.card-header { + background-color: transparent; + align-items: stretch; + box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1); + display: flex; } -.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +.card-header-title { + align-items: center; + color: #363636; + display: flex; + flex-grow: 1; + font-weight: 700; + padding: 0.75rem 1rem; } -.select.is-info:not(:hover)::after { - border-color: #3298dc; +.card-header-title.is-centered { + justify-content: center; } -.select.is-info select { - border-color: #3298dc; +.card-header-icon { + align-items: center; + cursor: pointer; + display: flex; + justify-content: center; + padding: 0.75rem 1rem; } -.select.is-info select:hover, .select.is-info select.is-hovered { - border-color: #238cd1; +.card-image { + display: block; + position: relative; } -.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active { - box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); +.card-content { + background-color: transparent; + padding: 1.5rem; } -.select.is-success:not(:hover)::after { - border-color: #48c774; +.card-footer { + background-color: transparent; + border-top: 1px solid #ededed; + align-items: stretch; + display: flex; } -.select.is-success select { - border-color: #48c774; +.card-footer-item { + align-items: center; + display: flex; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: center; + padding: 0.75rem; } -.select.is-success select:hover, .select.is-success select.is-hovered { - border-color: #3abb67; +.card-footer-item:not(:last-child) { + border-right: 1px solid #ededed; } -.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active { - box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); +.card .media:not(:last-child) { + margin-bottom: 1.5rem; } -.select.is-warning:not(:hover)::after { - border-color: #ffdd57; +.dropdown { + display: inline-flex; + position: relative; + vertical-align: top; } -.select.is-warning select { - border-color: #ffdd57; +.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu { + display: block; } -.select.is-warning select:hover, .select.is-warning select.is-hovered { - border-color: #ffd83d; +.dropdown.is-right .dropdown-menu { + left: auto; + right: 0; } -.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active { - box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); +.dropdown.is-up .dropdown-menu { + bottom: 100%; + padding-bottom: 4px; + padding-top: initial; + top: auto; } -.select.is-danger:not(:hover)::after { - border-color: #f14668; +.dropdown-menu { + display: none; + left: 0; + min-width: 12rem; + padding-top: 4px; + position: absolute; + top: 100%; + z-index: 20; } -.select.is-danger select { - border-color: #f14668; +.dropdown-content { + background-color: #fff; + border-radius: 4px; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + padding-bottom: 0.5rem; + padding-top: 0.5rem; } -.select.is-danger select:hover, .select.is-danger select.is-hovered { - border-color: #ef2e55; +.dropdown-item { + color: #4a4a4a; + display: block; + font-size: 0.875rem; + line-height: 1.5; + padding: 0.375rem 1rem; + position: relative; } -.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active { - box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +a.dropdown-item, button.dropdown-item { + padding-right: 3rem; + text-align: inherit; + white-space: nowrap; + width: 100%; } -.select.is-small { - border-radius: 2px; - font-size: 0.75rem; +a.dropdown-item:hover, button.dropdown-item:hover { + background-color: #f5f5f5; + color: #0a0a0a; } -.select.is-medium { - font-size: 1.25rem; +a.dropdown-item.is-active, button.dropdown-item.is-active { + background-color: #3273dc; + color: #fff; } -.select.is-large { - font-size: 1.5rem; +.dropdown-divider { + background-color: #ededed; + border: none; + display: block; + height: 1px; + margin: 0.5rem 0; } -.select.is-disabled::after { - border-color: #7a7a7a; +.level { + align-items: center; + justify-content: space-between; } -.select.is-fullwidth { - width: 100%; +.level code { + border-radius: 4px; } -.select.is-fullwidth select { - width: 100%; +.level img { + display: inline-block; + vertical-align: top; } -.select.is-loading::after { - margin-top: 0; - position: absolute; - right: 0.625em; - top: 0.625em; - -webkit-transform: none; - transform: none; +.level.is-mobile { + display: flex; } -.select.is-loading.is-small:after { - font-size: 0.75rem; +.level.is-mobile .level-left, .level.is-mobile .level-right { + display: flex; } -.select.is-loading.is-medium:after { - font-size: 1.25rem; +.level.is-mobile .level-left + .level-right { + margin-top: 0; } -.select.is-loading.is-large:after { - font-size: 1.5rem; +.level.is-mobile .level-item:not(:last-child) { + margin-bottom: 0; + margin-right: 0.75rem; } -.file { - -webkit-box-align: stretch; - align-items: stretch; - display: -webkit-box; - display: flex; - -webkit-box-pack: start; - justify-content: flex-start; - position: relative; +.level.is-mobile .level-item:not(.is-narrow) { + flex-grow: 1; } -.file.is-white .file-cta { - background-color: #fff; - border-color: transparent; - color: #0a0a0a; +@media screen and (min-width: 769px), print { + .level { + display: flex; + } + + .level > .level-item:not(.is-narrow) { + flex-grow: 1; + } } -.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta { - background-color: #f9f9f9; - border-color: transparent; - color: #0a0a0a; +.level-item { + align-items: center; + display: flex; + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; + justify-content: center; } -.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25); - color: #0a0a0a; +.level-item .title, .level-item .subtitle { + margin-bottom: 0; } -.file.is-white:active .file-cta, .file.is-white.is-active .file-cta { - background-color: #f2f2f2; - border-color: transparent; - color: #0a0a0a; +@media screen and (max-width: 768px) { + .level-item:not(:last-child) { + margin-bottom: 0.75rem; + } } -.file.is-black .file-cta { - background-color: #0a0a0a; - border-color: transparent; - color: #fff; +.level-left, .level-right { + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; } -.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta { - background-color: #040404; - border-color: transparent; - color: #fff; +.level-left .level-item.is-flexible, .level-right .level-item.is-flexible { + flex-grow: 1; } -.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25); - color: #fff; +@media screen and (min-width: 769px), print { + .level-left .level-item:not(:last-child), .level-right .level-item:not(:last-child) { + margin-right: 0.75rem; + } } -.file.is-black:active .file-cta, .file.is-black.is-active .file-cta { - background-color: #000; - border-color: transparent; - color: #fff; +.level-left { + align-items: center; + justify-content: flex-start; } -.file.is-light .file-cta { - background-color: #f5f5f5; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +@media screen and (max-width: 768px) { + .level-left + .level-right { + margin-top: 1.5rem; + } } -.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta { - background-color: #eee; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +@media screen and (min-width: 769px), print { + .level-left { + display: flex; + } } -.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25); - color: rgba(0, 0, 0, 0.7); +.level-right { + align-items: center; + justify-content: flex-end; } -.file.is-light:active .file-cta, .file.is-light.is-active .file-cta { - background-color: #e8e8e8; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +@media screen and (min-width: 769px), print { + .level-right { + display: flex; + } } -.file.is-dark .file-cta { - background-color: #363636; - border-color: transparent; - color: #fff; +.media { + align-items: flex-start; + display: flex; + text-align: inherit; } -.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta { - background-color: #2f2f2f; - border-color: transparent; - color: #fff; +.media .content:not(:last-child) { + margin-bottom: 0.75rem; } -.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25); - color: #fff; +.media .media { + border-top: 1px solid rgba(219, 219, 219, 0.5); + display: flex; + padding-top: 0.75rem; } -.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta { - background-color: #292929; - border-color: transparent; - color: #fff; +.media .media .content:not(:last-child), .media .media .control:not(:last-child) { + margin-bottom: 0.5rem; } -.file.is-primary .file-cta { - background-color: #00d1b2; - border-color: transparent; - color: #fff; +.media .media .media { + padding-top: 0.5rem; } -.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta { - background-color: #00c4a7; - border-color: transparent; - color: #fff; +.media .media .media + .media { + margin-top: 0.5rem; } -.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25); - color: #fff; +.media + .media { + border-top: 1px solid rgba(219, 219, 219, 0.5); + margin-top: 1rem; + padding-top: 1rem; } -.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta { - background-color: #00b89c; - border-color: transparent; - color: #fff; +.media.is-large + .media { + margin-top: 1.5rem; + padding-top: 1.5rem; } -.file.is-link .file-cta { - background-color: #3273dc; - border-color: transparent; - color: #fff; +.media-left, .media-right { + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; } -.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { - background-color: #276cda; - border-color: transparent; - color: #fff; +.media-left { + margin-right: 1rem; } -.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25); - color: #fff; +.media-right { + margin-left: 1rem; } -.file.is-link:active .file-cta, .file.is-link.is-active .file-cta { - background-color: #2366d1; - border-color: transparent; - color: #fff; +.media-content { + flex-basis: auto; + flex-grow: 1; + flex-shrink: 1; + text-align: inherit; } -.file.is-info .file-cta { - background-color: #3298dc; - border-color: transparent; - color: #fff; +@media screen and (max-width: 768px) { + .media-content { + overflow-x: auto; + } } -.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { - background-color: #2793da; - border-color: transparent; - color: #fff; +.menu { + font-size: 1rem; } -.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25); - color: #fff; +.menu.is-small { + font-size: 0.75rem; } -.file.is-info:active .file-cta, .file.is-info.is-active .file-cta { - background-color: #238cd1; - border-color: transparent; - color: #fff; +.menu.is-medium { + font-size: 1.25rem; } -.file.is-success .file-cta { - background-color: #48c774; - border-color: transparent; - color: #fff; +.menu.is-large { + font-size: 1.5rem; } -.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta { - background-color: #3ec46d; - border-color: transparent; - color: #fff; +.menu-list { + line-height: 1.25; } -.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25); - color: #fff; +.menu-list a { + border-radius: 2px; + color: #4a4a4a; + display: block; + padding: 0.5em 0.75em; } -.file.is-success:active .file-cta, .file.is-success.is-active .file-cta { - background-color: #3abb67; - border-color: transparent; - color: #fff; +.menu-list a:hover { + background-color: #f5f5f5; + color: #363636; } -.file.is-warning .file-cta { - background-color: #ffdd57; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.menu-list a.is-active { + background-color: #3273dc; + color: #fff; } -.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta { - background-color: #ffdb4a; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.menu-list li ul { + border-left: 1px solid #dbdbdb; + margin: 0.75em; + padding-left: 0.75em; } -.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25); - color: rgba(0, 0, 0, 0.7); +.menu-label { + color: #7a7a7a; + font-size: 0.75em; + letter-spacing: 0.1em; + text-transform: uppercase; } -.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta { - background-color: #ffd83d; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.menu-label:not(:first-child) { + margin-top: 1em; } -.file.is-danger .file-cta { - background-color: #f14668; - border-color: transparent; - color: #fff; +.menu-label:not(:last-child) { + margin-bottom: 1em; } -.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta { - background-color: #f03a5f; - border-color: transparent; - color: #fff; +.message { + background-color: #f5f5f5; + border-radius: 4px; + font-size: 1rem; } -.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25); - color: #fff; +.message strong { + color: currentColor; } -.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta { - background-color: #ef2e55; - border-color: transparent; - color: #fff; +.message a:not(.button):not(.tag):not(.dropdown-item) { + color: currentColor; + text-decoration: underline; } -.file.is-small { +.message.is-small { font-size: 0.75rem; } -.file.is-medium { +.message.is-medium { font-size: 1.25rem; } -.file.is-medium .file-icon .fa { - font-size: 21px; +.message.is-large { + font-size: 1.5rem; } -.file.is-large { - font-size: 1.5rem; +.message.is-white { + background-color: #fff; } -.file.is-large .file-icon .fa { - font-size: 28px; +.message.is-white .message-header { + background-color: #fff; + color: #0a0a0a; } -.file.has-name .file-cta { - border-bottom-right-radius: 0; - border-top-right-radius: 0; +.message.is-white .message-body { + border-color: #fff; } -.file.has-name .file-name { - border-bottom-left-radius: 0; - border-top-left-radius: 0; +.message.is-black { + background-color: #fafafa; } -.file.has-name.is-empty .file-cta { - border-radius: 4px; +.message.is-black .message-header { + background-color: #0a0a0a; + color: #fff; } -.file.has-name.is-empty .file-name { - display: none; +.message.is-black .message-body { + border-color: #0a0a0a; } -.file.is-boxed .file-label { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - flex-direction: column; +.message.is-light { + background-color: #fafafa; } -.file.is-boxed .file-cta { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - flex-direction: column; - height: auto; - padding: 1em 3em; -} - -.file.is-boxed .file-name { - border-width: 0 1px 1px; +.message.is-light .message-header { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); } -.file.is-boxed .file-icon { - height: 1.5em; - width: 1.5em; +.message.is-light .message-body { + border-color: #f5f5f5; } -.file.is-boxed .file-icon .fa { - font-size: 21px; +.message.is-dark { + background-color: #fafafa; } -.file.is-boxed.is-small .file-icon .fa { - font-size: 14px; +.message.is-dark .message-header { + background-color: #363636; + color: #fff; } -.file.is-boxed.is-medium .file-icon .fa { - font-size: 28px; +.message.is-dark .message-body { + border-color: #363636; } -.file.is-boxed.is-large .file-icon .fa { - font-size: 35px; +.message.is-primary { + background-color: #ebfffc; } -.file.is-boxed.has-name .file-cta { - border-radius: 4px 4px 0 0; +.message.is-primary .message-header { + background-color: #00d1b2; + color: #fff; } -.file.is-boxed.has-name .file-name { - border-radius: 0 0 4px 4px; - border-width: 0 1px 1px; +.message.is-primary .message-body { + border-color: #00d1b2; + color: #00947e; } -.file.is-centered { - -webkit-box-pack: center; - justify-content: center; +.message.is-link { + background-color: #eef3fc; } -.file.is-fullwidth .file-label { - width: 100%; +.message.is-link .message-header { + background-color: #3273dc; + color: #fff; } -.file.is-fullwidth .file-name { - -webkit-box-flex: 1; - flex-grow: 1; - max-width: none; +.message.is-link .message-body { + border-color: #3273dc; + color: #2160c4; } -.file.is-right { - -webkit-box-pack: end; - justify-content: flex-end; +.message.is-info { + background-color: #eef6fc; } -.file.is-right .file-cta { - border-radius: 0 4px 4px 0; +.message.is-info .message-header { + background-color: #3298dc; + color: #fff; } -.file.is-right .file-name { - border-radius: 4px 0 0 4px; - border-width: 1px 0 1px 1px; - -webkit-box-ordinal-group: 0; - order: -1; +.message.is-info .message-body { + border-color: #3298dc; + color: #1d72aa; } -.file-label { - -webkit-box-align: stretch; - align-items: stretch; - display: -webkit-box; - display: flex; - cursor: pointer; - -webkit-box-pack: start; - justify-content: flex-start; - overflow: hidden; - position: relative; +.message.is-success { + background-color: #effaf3; } -.file-label:hover .file-cta { - background-color: #eee; - color: #363636; +.message.is-success .message-header { + background-color: #48c774; + color: #fff; } -.file-label:hover .file-name { - border-color: #d5d5d5; +.message.is-success .message-body { + border-color: #48c774; + color: #257942; } -.file-label:active .file-cta { - background-color: #e8e8e8; - color: #363636; +.message.is-warning { + background-color: #fffbeb; } -.file-label:active .file-name { - border-color: #cfcfcf; +.message.is-warning .message-header { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); } -.file-input { - height: 100%; - left: 0; - opacity: 0; - outline: none; - position: absolute; - top: 0; - width: 100%; +.message.is-warning .message-body { + border-color: #ffdd57; + color: #947600; } -.file-cta, .file-name { - border-color: #dbdbdb; - border-radius: 4px; - font-size: 1em; - padding-left: 1em; - padding-right: 1em; - white-space: nowrap; +.message.is-danger { + background-color: #feecf0; } -.file-cta { - background-color: #f5f5f5; - color: #4a4a4a; +.message.is-danger .message-header { + background-color: #f14668; + color: #fff; } -.file-name { - border-color: #dbdbdb; - border-style: solid; - border-width: 1px 1px 1px 0; - display: block; - max-width: 16em; - overflow: hidden; - text-align: left; - text-overflow: ellipsis; +.message.is-danger .message-body { + border-color: #f14668; + color: #cc0f35; } -.file-icon { - -webkit-box-align: center; +.message-header { align-items: center; - display: -webkit-box; + background-color: #4a4a4a; + border-radius: 4px 4px 0 0; + color: #fff; display: flex; - height: 1em; - -webkit-box-pack: center; - justify-content: center; - margin-right: 0.5em; - width: 1em; + font-weight: 700; + justify-content: space-between; + line-height: 1.25; + padding: 0.75em 1em; + position: relative; } -.file-icon .fa { - font-size: 14px; +.message-header .delete { + flex-grow: 0; + flex-shrink: 0; + margin-left: 0.75em; } -.label { - color: #363636; - display: block; - font-size: 1rem; - font-weight: 700; +.message-header + .message-body { + border-width: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; } -.label:not(:last-child) { - margin-bottom: 0.5em; +.message-body { + border-color: #dbdbdb; + border-radius: 4px; + border-style: solid; + border-width: 0 0 0 4px; + color: #4a4a4a; + padding: 1.25em 1.5em; } -.label.is-small { - font-size: 0.75rem; +.message-body code, .message-body pre { + background-color: #fff; } -.label.is-medium { - font-size: 1.25rem; +.message-body pre code { + background-color: transparent; } -.label.is-large { - font-size: 1.5rem; +.modal { + align-items: center; + display: none; + flex-direction: column; + justify-content: center; + overflow: hidden; + position: fixed; + z-index: 40; } -.help { - display: block; - font-size: 0.75rem; - margin-top: 0.25rem; +.modal.is-active { + display: flex; } -.help.is-white { - color: #fff; +.modal-background { + background-color: rgba(10, 10, 10, 0.86); } -.help.is-black { - color: #0a0a0a; +.modal-content, .modal-card { + margin: 0 20px; + max-height: calc(100vh - 160px); + overflow: auto; + position: relative; + width: 100%; } -.help.is-light { - color: #f5f5f5; +@media screen and (min-width: 769px) { + .modal-content, .modal-card { + margin: 0 auto; + max-height: calc(100vh - 40px); + width: 640px; + } } -.help.is-dark { - color: #363636; +.modal-close { + background: none; + height: 40px; + position: fixed; + right: 20px; + top: 20px; + width: 40px; } -.help.is-primary { - color: #00d1b2; +.modal-card { + display: flex; + flex-direction: column; + max-height: calc(100vh - 40px); + overflow: hidden; + -ms-overflow-y: visible; } -.help.is-link { - color: #3273dc; +.modal-card-head, .modal-card-foot { + align-items: center; + background-color: #f5f5f5; + display: flex; + flex-shrink: 0; + justify-content: flex-start; + padding: 20px; + position: relative; } -.help.is-info { - color: #3298dc; +.modal-card-head { + border-bottom: 1px solid #dbdbdb; + border-top-left-radius: 6px; + border-top-right-radius: 6px; } -.help.is-success { - color: #48c774; -} - -.help.is-warning { - color: #ffdd57; +.modal-card-title { + color: #363636; + flex-grow: 1; + flex-shrink: 0; + font-size: 1.5rem; + line-height: 1; } -.help.is-danger { - color: #f14668; +.modal-card-foot { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 1px solid #dbdbdb; } -.field:not(:last-child) { - margin-bottom: 0.75rem; +.modal-card-foot .button:not(:last-child) { + margin-right: 0.5em; } -.field.has-addons { - display: -webkit-box; - display: flex; - -webkit-box-pack: start; - justify-content: flex-start; +.modal-card-body { + -webkit-overflow-scrolling: touch; + background-color: #fff; + flex-grow: 1; + flex-shrink: 1; + overflow: auto; + padding: 20px; } -.field.has-addons .control:not(:last-child) { - margin-right: -1px; +.navbar { + background-color: #fff; + min-height: 3.25rem; + position: relative; + z-index: 30; } -.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; +.navbar.is-white { + background-color: #fff; + color: #0a0a0a; } -.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-bottom-right-radius: 0; - border-top-right-radius: 0; +.navbar.is-white .navbar-brand > .navbar-item, .navbar.is-white .navbar-brand .navbar-link { + color: #0a0a0a; } -.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-bottom-left-radius: 0; - border-top-left-radius: 0; +.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand .navbar-link:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand .navbar-link:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, .navbar.is-white .navbar-brand .navbar-link.is-active { + background-color: #f2f2f2; + color: #0a0a0a; } -.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .input:not([disabled]):hover, .field.has-addons .control .select select:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, .field.has-addons .control .input:not([disabled]).is-hovered, .field.has-addons .control .select select:not([disabled]).is-hovered { - z-index: 2; +.navbar.is-white .navbar-brand .navbar-link::after { + border-color: #0a0a0a; } -.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .input:not([disabled]):focus, .field.has-addons .control .select select:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .input:not([disabled]).is-focused, .field.has-addons .control .select select:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .input:not([disabled]):active, .field.has-addons .control .select select:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, .field.has-addons .control .input:not([disabled]).is-active, .field.has-addons .control .select select:not([disabled]).is-active { - z-index: 3; +.navbar.is-white .navbar-burger { + color: #0a0a0a; } -.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .input:not([disabled]):focus:hover, .field.has-addons .control .select select:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .input:not([disabled]).is-focused:hover, .field.has-addons .control .select select:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .input:not([disabled]):active:hover, .field.has-addons .control .select select:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, .field.has-addons .control .input:not([disabled]).is-active:hover, .field.has-addons .control .select select:not([disabled]).is-active:hover { - z-index: 4; -} +@media screen and (min-width: 1024px) { + .navbar.is-white .navbar-start > .navbar-item, .navbar.is-white .navbar-end > .navbar-item, .navbar.is-white .navbar-start .navbar-link, .navbar.is-white .navbar-end .navbar-link { + color: #0a0a0a; + } -.field.has-addons .control.is-expanded { - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 1; -} + .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-end > a.navbar-item:focus, .navbar.is-white .navbar-start .navbar-link:focus, .navbar.is-white .navbar-end .navbar-link:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-end > a.navbar-item:hover, .navbar.is-white .navbar-start .navbar-link:hover, .navbar.is-white .navbar-end .navbar-link:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, .navbar.is-white .navbar-end > a.navbar-item.is-active, .navbar.is-white .navbar-start .navbar-link.is-active, .navbar.is-white .navbar-end .navbar-link.is-active { + background-color: #f2f2f2; + color: #0a0a0a; + } -.field.has-addons.has-addons-centered { - -webkit-box-pack: center; - justify-content: center; -} + .navbar.is-white .navbar-start .navbar-link::after, .navbar.is-white .navbar-end .navbar-link::after { + border-color: #0a0a0a; + } -.field.has-addons.has-addons-right { - -webkit-box-pack: end; - justify-content: flex-end; -} + .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #f2f2f2; + color: #0a0a0a; + } -.field.has-addons.has-addons-fullwidth .control { - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 0; + .navbar.is-white .navbar-dropdown a.navbar-item.is-active { + background-color: #fff; + color: #0a0a0a; + } } -.field.is-grouped { - display: -webkit-box; - display: flex; - -webkit-box-pack: start; - justify-content: flex-start; +.navbar.is-black { + background-color: #0a0a0a; + color: #fff; } -.field.is-grouped > .control { - flex-shrink: 0; +.navbar.is-black .navbar-brand > .navbar-item, .navbar.is-black .navbar-brand .navbar-link { + color: #fff; } -.field.is-grouped > .control:not(:last-child) { - margin-bottom: 0; - margin-right: 0.75rem; +.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand .navbar-link:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand .navbar-link:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, .navbar.is-black .navbar-brand .navbar-link.is-active { + background-color: #000; + color: #fff; } -.field.is-grouped > .control.is-expanded { - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 1; +.navbar.is-black .navbar-brand .navbar-link::after { + border-color: #fff; } -.field.is-grouped.is-grouped-centered { - -webkit-box-pack: center; - justify-content: center; +.navbar.is-black .navbar-burger { + color: #fff; } -.field.is-grouped.is-grouped-right { - -webkit-box-pack: end; - justify-content: flex-end; -} +@media screen and (min-width: 1024px) { + .navbar.is-black .navbar-start > .navbar-item, .navbar.is-black .navbar-end > .navbar-item, .navbar.is-black .navbar-start .navbar-link, .navbar.is-black .navbar-end .navbar-link { + color: #fff; + } -.field.is-grouped.is-grouped-multiline { - flex-wrap: wrap; -} + .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-end > a.navbar-item:focus, .navbar.is-black .navbar-start .navbar-link:focus, .navbar.is-black .navbar-end .navbar-link:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-end > a.navbar-item:hover, .navbar.is-black .navbar-start .navbar-link:hover, .navbar.is-black .navbar-end .navbar-link:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, .navbar.is-black .navbar-end > a.navbar-item.is-active, .navbar.is-black .navbar-start .navbar-link.is-active, .navbar.is-black .navbar-end .navbar-link.is-active { + background-color: #000; + color: #fff; + } -.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) { - margin-bottom: 0.75rem; + .navbar.is-black .navbar-start .navbar-link::after, .navbar.is-black .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #000; + color: #fff; + } + + .navbar.is-black .navbar-dropdown a.navbar-item.is-active { + background-color: #0a0a0a; + color: #fff; + } } -.field.is-grouped.is-grouped-multiline:last-child { - margin-bottom: -0.75rem; +.navbar.is-light { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); } -.field.is-grouped.is-grouped-multiline:not(:last-child) { - margin-bottom: 0; +.navbar.is-light .navbar-brand > .navbar-item, .navbar.is-light .navbar-brand .navbar-link { + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 769px), print { - .field.is-horizontal { - display: -webkit-box; - display: flex; - } +.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand .navbar-link:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand .navbar-link:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, .navbar.is-light .navbar-brand .navbar-link.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); } -.field-label .label { - font-size: inherit; +.navbar.is-light .navbar-brand .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); } -@media screen and (max-width: 768px) { - .field-label { - margin-bottom: 0.5rem; - } +.navbar.is-light .navbar-burger { + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 769px), print { - .field-label { - flex-basis: 0; - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 0; - margin-right: 1.5rem; - text-align: right; +@media screen and (min-width: 1024px) { + .navbar.is-light .navbar-start > .navbar-item, .navbar.is-light .navbar-end > .navbar-item, .navbar.is-light .navbar-start .navbar-link, .navbar.is-light .navbar-end .navbar-link { + color: rgba(0, 0, 0, 0.7); } - .field-label.is-small { - font-size: 0.75rem; - padding-top: 0.375em; + .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-end > a.navbar-item:focus, .navbar.is-light .navbar-start .navbar-link:focus, .navbar.is-light .navbar-end .navbar-link:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-end > a.navbar-item:hover, .navbar.is-light .navbar-start .navbar-link:hover, .navbar.is-light .navbar-end .navbar-link:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, .navbar.is-light .navbar-end > a.navbar-item.is-active, .navbar.is-light .navbar-start .navbar-link.is-active, .navbar.is-light .navbar-end .navbar-link.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); } - .field-label.is-normal { - padding-top: 0.375em; + .navbar.is-light .navbar-start .navbar-link::after, .navbar.is-light .navbar-end .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); } - .field-label.is-medium { - font-size: 1.25rem; - padding-top: 0.375em; + .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); } - .field-label.is-large { - font-size: 1.5rem; - padding-top: 0.375em; + .navbar.is-light .navbar-dropdown a.navbar-item.is-active { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); } } -.field-body .field .field { - margin-bottom: 0; +.navbar.is-dark { + background-color: #363636; + color: #fff; } -@media screen and (min-width: 769px), print { - .field-body { - display: -webkit-box; - display: flex; - flex-basis: 0; - -webkit-box-flex: 5; - flex-grow: 5; - flex-shrink: 1; - } +.navbar.is-dark .navbar-brand > .navbar-item, .navbar.is-dark .navbar-brand .navbar-link { + color: #fff; +} - .field-body .field { - margin-bottom: 0; +.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand .navbar-link:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand .navbar-link:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, .navbar.is-dark .navbar-brand .navbar-link.is-active { + background-color: #292929; + color: #fff; +} + +.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-end > .navbar-item, .navbar.is-dark .navbar-start .navbar-link, .navbar.is-dark .navbar-end .navbar-link { + color: #fff; } - .field-body > .field { - flex-shrink: 1; + .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-end > a.navbar-item:focus, .navbar.is-dark .navbar-start .navbar-link:focus, .navbar.is-dark .navbar-end .navbar-link:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-end > a.navbar-item:hover, .navbar.is-dark .navbar-start .navbar-link:hover, .navbar.is-dark .navbar-end .navbar-link:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, .navbar.is-dark .navbar-end > a.navbar-item.is-active, .navbar.is-dark .navbar-start .navbar-link.is-active, .navbar.is-dark .navbar-end .navbar-link.is-active { + background-color: #292929; + color: #fff; } - .field-body > .field:not(.is-narrow) { - -webkit-box-flex: 1; - flex-grow: 1; + .navbar.is-dark .navbar-start .navbar-link::after, .navbar.is-dark .navbar-end .navbar-link::after { + border-color: #fff; } - .field-body > .field:not(:last-child) { - margin-right: 0.75rem; + .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 { + background-color: #292929; + color: #fff; } -} -.control { - box-sizing: border-box; - clear: both; - font-size: 1rem; - position: relative; - text-align: left; + .navbar.is-dark .navbar-dropdown a.navbar-item.is-active { + background-color: #363636; + color: #fff; + } } -.control.has-icons-left .input:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .select:focus ~ .icon { - color: #4a4a4a; +.navbar.is-primary { + background-color: #00d1b2; + color: #fff; } -.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .select.is-small ~ .icon { - font-size: 0.75rem; +.navbar.is-primary .navbar-brand > .navbar-item, .navbar.is-primary .navbar-brand .navbar-link { + color: #fff; } -.control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .select.is-medium ~ .icon { - font-size: 1.25rem; +.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand .navbar-link:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand .navbar-link:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, .navbar.is-primary .navbar-brand .navbar-link.is-active { + background-color: #00b89c; + color: #fff; } -.control.has-icons-left .input.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .select.is-large ~ .icon { - font-size: 1.5rem; +.navbar.is-primary .navbar-brand .navbar-link::after { + border-color: #fff; } -.control.has-icons-left .icon, .control.has-icons-right .icon { - color: #dbdbdb; - height: 2.5em; - pointer-events: none; - position: absolute; - top: 0; - width: 2.5em; - z-index: 4; +.navbar.is-primary .navbar-burger { + color: #fff; } -.control.has-icons-left .input, .control.has-icons-left .select select { - padding-left: 2.5em; -} +@media screen and (min-width: 1024px) { + .navbar.is-primary .navbar-start > .navbar-item, .navbar.is-primary .navbar-end > .navbar-item, .navbar.is-primary .navbar-start .navbar-link, .navbar.is-primary .navbar-end .navbar-link { + color: #fff; + } -.control.has-icons-left .icon.is-left { - left: 0; -} + .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-end > a.navbar-item:focus, .navbar.is-primary .navbar-start .navbar-link:focus, .navbar.is-primary .navbar-end .navbar-link:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-end > a.navbar-item:hover, .navbar.is-primary .navbar-start .navbar-link:hover, .navbar.is-primary .navbar-end .navbar-link:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, .navbar.is-primary .navbar-end > a.navbar-item.is-active, .navbar.is-primary .navbar-start .navbar-link.is-active, .navbar.is-primary .navbar-end .navbar-link.is-active { + background-color: #00b89c; + color: #fff; + } -.control.has-icons-right .input, .control.has-icons-right .select select { - padding-right: 2.5em; -} + .navbar.is-primary .navbar-start .navbar-link::after, .navbar.is-primary .navbar-end .navbar-link::after { + border-color: #fff; + } -.control.has-icons-right .icon.is-right { - right: 0; -} + .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 { + background-color: #00b89c; + color: #fff; + } -.control.is-loading::after { - position: absolute !important; - right: 0.625em; - top: 0.625em; - z-index: 4; + .navbar.is-primary .navbar-dropdown a.navbar-item.is-active { + background-color: #00d1b2; + color: #fff; + } } -.control.is-loading.is-small:after { - font-size: 0.75rem; +.navbar.is-link { + background-color: #3273dc; + color: #fff; } -.control.is-loading.is-medium:after { - font-size: 1.25rem; +.navbar.is-link .navbar-brand > .navbar-item, .navbar.is-link .navbar-brand .navbar-link { + color: #fff; } -.control.is-loading.is-large:after { - font-size: 1.5rem; +.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand .navbar-link:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, .navbar.is-link .navbar-brand .navbar-link.is-active { + background-color: #2366d1; + color: #fff; } -.breadcrumb { - font-size: 1rem; - white-space: nowrap; +.navbar.is-link .navbar-brand .navbar-link::after { + border-color: #fff; } -.breadcrumb a { - -webkit-box-align: center; - align-items: center; - color: #3273dc; - display: -webkit-box; - display: flex; - -webkit-box-pack: center; - justify-content: center; - padding: 0 0.75em; +.navbar.is-link .navbar-burger { + color: #fff; } -.breadcrumb a:hover { - color: #363636; -} +@media screen and (min-width: 1024px) { + .navbar.is-link .navbar-start > .navbar-item, .navbar.is-link .navbar-end > .navbar-item, .navbar.is-link .navbar-start .navbar-link, .navbar.is-link .navbar-end .navbar-link { + color: #fff; + } -.breadcrumb li { - -webkit-box-align: center; - align-items: center; - display: -webkit-box; - display: flex; + .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-end > a.navbar-item:focus, .navbar.is-link .navbar-start .navbar-link:focus, .navbar.is-link .navbar-end .navbar-link:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-end > a.navbar-item:hover, .navbar.is-link .navbar-start .navbar-link:hover, .navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, .navbar.is-link .navbar-end > a.navbar-item.is-active, .navbar.is-link .navbar-start .navbar-link.is-active, .navbar.is-link .navbar-end .navbar-link.is-active { + background-color: #2366d1; + color: #fff; + } + + .navbar.is-link .navbar-start .navbar-link::after, .navbar.is-link .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #2366d1; + color: #fff; + } + + .navbar.is-link .navbar-dropdown a.navbar-item.is-active { + background-color: #3273dc; + color: #fff; + } } -.breadcrumb li:first-child a { - padding-left: 0; +.navbar.is-info { + background-color: #3298dc; + color: #fff; } -.breadcrumb li.is-active a { - color: #363636; - cursor: default; - pointer-events: none; +.navbar.is-info .navbar-brand > .navbar-item, .navbar.is-info .navbar-brand .navbar-link { + color: #fff; } -.breadcrumb li + li::before { - color: #b5b5b5; - content: "\0002f"; +.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand .navbar-link:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, .navbar.is-info .navbar-brand .navbar-link.is-active { + background-color: #238cd1; + color: #fff; } -.breadcrumb ul, .breadcrumb ol { - -webkit-box-align: start; - align-items: flex-start; - display: -webkit-box; - display: flex; - flex-wrap: wrap; - -webkit-box-pack: start; - justify-content: flex-start; +.navbar.is-info .navbar-brand .navbar-link::after { + border-color: #fff; } -.breadcrumb .icon:first-child { - margin-right: 0.5em; +.navbar.is-info .navbar-burger { + color: #fff; } -.breadcrumb .icon:last-child { - margin-left: 0.5em; +@media screen and (min-width: 1024px) { + .navbar.is-info .navbar-start > .navbar-item, .navbar.is-info .navbar-end > .navbar-item, .navbar.is-info .navbar-start .navbar-link, .navbar.is-info .navbar-end .navbar-link { + color: #fff; + } + + .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-end > a.navbar-item:focus, .navbar.is-info .navbar-start .navbar-link:focus, .navbar.is-info .navbar-end .navbar-link:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-end > a.navbar-item:hover, .navbar.is-info .navbar-start .navbar-link:hover, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, .navbar.is-info .navbar-end > a.navbar-item.is-active, .navbar.is-info .navbar-start .navbar-link.is-active, .navbar.is-info .navbar-end .navbar-link.is-active { + background-color: #238cd1; + color: #fff; + } + + .navbar.is-info .navbar-start .navbar-link::after, .navbar.is-info .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #238cd1; + color: #fff; + } + + .navbar.is-info .navbar-dropdown a.navbar-item.is-active { + background-color: #3298dc; + color: #fff; + } } -.breadcrumb.is-centered ol, .breadcrumb.is-centered ul { - -webkit-box-pack: center; - justify-content: center; +.navbar.is-success { + background-color: #48c774; + color: #fff; } -.breadcrumb.is-right ol, .breadcrumb.is-right ul { - -webkit-box-pack: end; - justify-content: flex-end; +.navbar.is-success .navbar-brand > .navbar-item, .navbar.is-success .navbar-brand .navbar-link { + color: #fff; } -.breadcrumb.is-small { - font-size: 0.75rem; +.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand .navbar-link:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, .navbar.is-success .navbar-brand .navbar-link.is-active { + background-color: #3abb67; + color: #fff; } -.breadcrumb.is-medium { - font-size: 1.25rem; +.navbar.is-success .navbar-brand .navbar-link::after { + border-color: #fff; } -.breadcrumb.is-large { - font-size: 1.5rem; +.navbar.is-success .navbar-burger { + color: #fff; } -.breadcrumb.has-arrow-separator li + li::before { - content: "\02192"; +@media screen and (min-width: 1024px) { + .navbar.is-success .navbar-start > .navbar-item, .navbar.is-success .navbar-end > .navbar-item, .navbar.is-success .navbar-start .navbar-link, .navbar.is-success .navbar-end .navbar-link { + color: #fff; + } + + .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-end > a.navbar-item:focus, .navbar.is-success .navbar-start .navbar-link:focus, .navbar.is-success .navbar-end .navbar-link:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-end > a.navbar-item:hover, .navbar.is-success .navbar-start .navbar-link:hover, .navbar.is-success .navbar-end .navbar-link:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, .navbar.is-success .navbar-end > a.navbar-item.is-active, .navbar.is-success .navbar-start .navbar-link.is-active, .navbar.is-success .navbar-end .navbar-link.is-active { + background-color: #3abb67; + color: #fff; + } + + .navbar.is-success .navbar-start .navbar-link::after, .navbar.is-success .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #3abb67; + color: #fff; + } + + .navbar.is-success .navbar-dropdown a.navbar-item.is-active { + background-color: #48c774; + color: #fff; + } } -.breadcrumb.has-bullet-separator li + li::before { - content: "\02022"; +.navbar.is-warning { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); } -.breadcrumb.has-dot-separator li + li::before { - content: "\000b7"; +.navbar.is-warning .navbar-brand > .navbar-item, .navbar.is-warning .navbar-brand .navbar-link { + color: rgba(0, 0, 0, 0.7); } -.breadcrumb.has-succeeds-separator li + li::before { - content: "\0227B"; +.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand .navbar-link:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, .navbar.is-warning .navbar-brand .navbar-link.is-active { + background-color: #ffd83d; + color: rgba(0, 0, 0, 0.7); } -.card { - background-color: #fff; - box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); - color: #4a4a4a; - max-width: 100%; - position: relative; +.navbar.is-warning .navbar-brand .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); } -.card-header { - background-color: transparent; - -webkit-box-align: stretch; - align-items: stretch; - box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1); - display: -webkit-box; - display: flex; +.navbar.is-warning .navbar-burger { + color: rgba(0, 0, 0, 0.7); } -.card-header-title { - -webkit-box-align: center; - align-items: center; - color: #363636; - display: -webkit-box; - display: flex; - -webkit-box-flex: 1; - flex-grow: 1; - font-weight: 700; - padding: 0.75rem 1rem; +@media screen and (min-width: 1024px) { + .navbar.is-warning .navbar-start > .navbar-item, .navbar.is-warning .navbar-end > .navbar-item, .navbar.is-warning .navbar-start .navbar-link, .navbar.is-warning .navbar-end .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + + .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-end > a.navbar-item:focus, .navbar.is-warning .navbar-start .navbar-link:focus, .navbar.is-warning .navbar-end .navbar-link:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-end > a.navbar-item:hover, .navbar.is-warning .navbar-start .navbar-link:hover, .navbar.is-warning .navbar-end .navbar-link:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, .navbar.is-warning .navbar-end > a.navbar-item.is-active, .navbar.is-warning .navbar-start .navbar-link.is-active, .navbar.is-warning .navbar-end .navbar-link.is-active { + background-color: #ffd83d; + color: rgba(0, 0, 0, 0.7); + } + + .navbar.is-warning .navbar-start .navbar-link::after, .navbar.is-warning .navbar-end .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); + } + + .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ffd83d; + color: rgba(0, 0, 0, 0.7); + } + + .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); + } } -.card-header-title.is-centered { - -webkit-box-pack: center; - justify-content: center; +.navbar.is-danger { + background-color: #f14668; + color: #fff; } -.card-header-icon { - -webkit-box-align: center; - align-items: center; - cursor: pointer; - display: -webkit-box; - display: flex; - -webkit-box-pack: center; - justify-content: center; - padding: 0.75rem 1rem; +.navbar.is-danger .navbar-brand > .navbar-item, .navbar.is-danger .navbar-brand .navbar-link { + color: #fff; } -.card-image { - display: block; - position: relative; +.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand .navbar-link:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand .navbar-link:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, .navbar.is-danger .navbar-brand .navbar-link.is-active { + background-color: #ef2e55; + color: #fff; } -.card-content { - background-color: transparent; - padding: 1.5rem; +.navbar.is-danger .navbar-brand .navbar-link::after { + border-color: #fff; } -.card-footer { - background-color: transparent; - border-top: 1px solid #ededed; - -webkit-box-align: stretch; +.navbar.is-danger .navbar-burger { + color: #fff; +} + +@media screen and (min-width: 1024px) { + .navbar.is-danger .navbar-start > .navbar-item, .navbar.is-danger .navbar-end > .navbar-item, .navbar.is-danger .navbar-start .navbar-link, .navbar.is-danger .navbar-end .navbar-link { + color: #fff; + } + + .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-end > a.navbar-item:focus, .navbar.is-danger .navbar-start .navbar-link:focus, .navbar.is-danger .navbar-end .navbar-link:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-end > a.navbar-item:hover, .navbar.is-danger .navbar-start .navbar-link:hover, .navbar.is-danger .navbar-end .navbar-link:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, .navbar.is-danger .navbar-end > a.navbar-item.is-active, .navbar.is-danger .navbar-start .navbar-link.is-active, .navbar.is-danger .navbar-end .navbar-link.is-active { + background-color: #ef2e55; + color: #fff; + } + + .navbar.is-danger .navbar-start .navbar-link::after, .navbar.is-danger .navbar-end .navbar-link::after { + border-color: #fff; + } + + .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ef2e55; + color: #fff; + } + + .navbar.is-danger .navbar-dropdown a.navbar-item.is-active { + background-color: #f14668; + color: #fff; + } +} + +.navbar > .container { align-items: stretch; - display: -webkit-box; display: flex; + min-height: 3.25rem; + width: 100%; } -.card-footer-item { - -webkit-box-align: center; - align-items: center; - display: -webkit-box; - display: flex; - flex-basis: 0; - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 0; - -webkit-box-pack: center; - justify-content: center; - padding: 0.75rem; +.navbar.has-shadow { + box-shadow: 0 2px 0 0 #f5f5f5; } -.card-footer-item:not(:last-child) { - border-right: 1px solid #ededed; +.navbar.is-fixed-bottom, .navbar.is-fixed-top { + left: 0; + position: fixed; + right: 0; + z-index: 30; } -.card .media:not(:last-child) { - margin-bottom: 1.5rem; +.navbar.is-fixed-bottom { + bottom: 0; } -.dropdown { - display: -webkit-inline-box; - display: inline-flex; - position: relative; - vertical-align: top; +.navbar.is-fixed-bottom.has-shadow { + box-shadow: 0 -2px 0 0 #f5f5f5; } -.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu { - display: block; +.navbar.is-fixed-top { + top: 0; } -.dropdown.is-right .dropdown-menu { - left: auto; - right: 0; +html.has-navbar-fixed-top, body.has-navbar-fixed-top { + padding-top: 3.25rem; } -.dropdown.is-up .dropdown-menu { - bottom: 100%; - padding-bottom: 4px; - padding-top: initial; - top: auto; +html.has-navbar-fixed-bottom, body.has-navbar-fixed-bottom { + padding-bottom: 3.25rem; } -.dropdown-menu { - display: none; - left: 0; - min-width: 12rem; - padding-top: 4px; - position: absolute; - top: 100%; - z-index: 20; +.navbar-brand, .navbar-tabs { + align-items: stretch; + display: flex; + flex-shrink: 0; + min-height: 3.25rem; } -.dropdown-content { - background-color: #fff; - border-radius: 4px; - box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); - padding-bottom: 0.5rem; - padding-top: 0.5rem; +.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover { + background-color: transparent; } -.dropdown-item { +.navbar-tabs { + -webkit-overflow-scrolling: touch; + max-width: 100vw; + overflow-x: auto; + overflow-y: hidden; +} + +.navbar-burger { color: #4a4a4a; + cursor: pointer; display: block; - font-size: 0.875rem; - line-height: 1.5; - padding: 0.375rem 1rem; + height: 3.25rem; position: relative; + width: 3.25rem; + margin-left: auto; } -a.dropdown-item, button.dropdown-item { - padding-right: 3rem; - text-align: left; - white-space: nowrap; - width: 100%; +.navbar-burger span { + background-color: currentColor; + display: block; + height: 1px; + left: calc(50% - 8px); + position: absolute; + transform-origin: center; + transition-duration: 86ms; + transition-property: background-color, opacity, transform; + transition-timing-function: ease-out; + width: 16px; } -a.dropdown-item:hover, button.dropdown-item:hover { - background-color: #f5f5f5; - color: #0a0a0a; +.navbar-burger span:nth-child(1) { + top: calc(50% - 6px); } -a.dropdown-item.is-active, button.dropdown-item.is-active { - background-color: #3273dc; - color: #fff; +.navbar-burger span:nth-child(2) { + top: calc(50% - 1px); } -.dropdown-divider { - background-color: #ededed; - border: none; - display: block; - height: 1px; - margin: 0.5rem 0; +.navbar-burger span:nth-child(3) { + top: calc(50% + 4px); } -.level { - -webkit-box-align: center; - align-items: center; - -webkit-box-pack: justify; - justify-content: space-between; +.navbar-burger:hover { + background-color: rgba(0, 0, 0, 0.05); } -.level code { - border-radius: 4px; +.navbar-burger.is-active span:nth-child(1) { + transform: translateY(5px) rotate(45deg); } -.level img { - display: inline-block; - vertical-align: top; +.navbar-burger.is-active span:nth-child(2) { + opacity: 0; } -.level.is-mobile { - display: -webkit-box; - display: flex; +.navbar-burger.is-active span:nth-child(3) { + transform: translateY(-5px) rotate(-45deg); } -.level.is-mobile .level-left, .level.is-mobile .level-right { - display: -webkit-box; - display: flex; +.navbar-menu { + display: none; } -.level.is-mobile .level-left + .level-right { - margin-top: 0; +.navbar-item, .navbar-link { + color: #4a4a4a; + display: block; + line-height: 1.5; + padding: 0.5rem 0.75rem; + position: relative; } -.level.is-mobile .level-item:not(:last-child) { - margin-bottom: 0; - margin-right: 0.75rem; +.navbar-item .icon:only-child, .navbar-link .icon:only-child { + margin-left: -0.25rem; + margin-right: -0.25rem; } -.level.is-mobile .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - flex-grow: 1; +a.navbar-item, .navbar-link { + cursor: pointer; } -@media screen and (min-width: 769px), print { - .level { - display: -webkit-box; - display: flex; - } +a.navbar-item:focus, .navbar-link:focus, a.navbar-item:focus-within, .navbar-link:focus-within, a.navbar-item:hover, .navbar-link:hover, a.navbar-item.is-active, .navbar-link.is-active { + background-color: #fafafa; + color: #3273dc; +} - .level > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - flex-grow: 1; - } +.navbar-item { + flex-grow: 0; + flex-shrink: 0; } -.level-item { - -webkit-box-align: center; - align-items: center; - display: -webkit-box; - display: flex; - flex-basis: auto; - -webkit-box-flex: 0; - flex-grow: 0; - flex-shrink: 0; - -webkit-box-pack: center; - justify-content: center; -} - -.level-item .title, .level-item .subtitle { - margin-bottom: 0; -} - -@media screen and (max-width: 768px) { - .level-item:not(:last-child) { - margin-bottom: 0.75rem; - } +.navbar-item img { + max-height: 1.75rem; } -.level-left, .level-right { - flex-basis: auto; - -webkit-box-flex: 0; - flex-grow: 0; - flex-shrink: 0; +.navbar-item.has-dropdown { + padding: 0; } -.level-left .level-item.is-flexible, .level-right .level-item.is-flexible { - -webkit-box-flex: 1; +.navbar-item.is-expanded { flex-grow: 1; + flex-shrink: 1; } -@media screen and (min-width: 769px), print { - .level-left .level-item:not(:last-child), .level-right .level-item:not(:last-child) { - margin-right: 0.75rem; - } +.navbar-item.is-tab { + border-bottom: 1px solid transparent; + min-height: 3.25rem; + padding-bottom: calc(0.5rem - 1px); } -.level-left { - -webkit-box-align: center; - align-items: center; - -webkit-box-pack: start; - justify-content: flex-start; +.navbar-item.is-tab:focus, .navbar-item.is-tab:hover { + background-color: transparent; + border-bottom-color: #3273dc; } -@media screen and (max-width: 768px) { - .level-left + .level-right { - margin-top: 1.5rem; - } +.navbar-item.is-tab.is-active { + background-color: transparent; + border-bottom-color: #3273dc; + border-bottom-style: solid; + border-bottom-width: 3px; + color: #3273dc; + padding-bottom: calc(0.5rem - 3px); } -@media screen and (min-width: 769px), print { - .level-left { - display: -webkit-box; - display: flex; - } +.navbar-content { + flex-grow: 1; + flex-shrink: 1; } -.level-right { - -webkit-box-align: center; - align-items: center; - -webkit-box-pack: end; - justify-content: flex-end; +.navbar-link:not(.is-arrowless) { + padding-right: 2.5em; } -@media screen and (min-width: 769px), print { - .level-right { - display: -webkit-box; - display: flex; - } +.navbar-link:not(.is-arrowless)::after { + border-color: #3273dc; + margin-top: -0.375em; + right: 1.125em; } -.list { - background-color: #fff; - border-radius: 4px; - box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); +.navbar-dropdown { + font-size: 0.875rem; + padding-bottom: 0.5rem; + padding-top: 0.5rem; } -.list-item { - display: block; - padding: 0.5em 1em; +.navbar-dropdown .navbar-item { + padding-left: 1.5rem; + padding-right: 1.5rem; } -.list-item:not(a) { - color: #4a4a4a; +.navbar-divider { + background-color: #f5f5f5; + border: none; + display: none; + height: 2px; + margin: 0.5rem 0; } -.list-item:first-child { - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} +@media screen and (max-width: 1023px) { + .navbar > .container { + display: block; + } -.list-item:last-child { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} + .navbar-brand .navbar-item, .navbar-tabs .navbar-item { + align-items: center; + display: flex; + } -.list-item:not(:last-child) { - border-bottom: 1px solid #dbdbdb; -} + .navbar-link::after { + display: none; + } -.list-item.is-active { - background-color: #3273dc; - color: #fff; -} + .navbar-menu { + background-color: #fff; + box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1); + padding: 0.5rem 0; + } -a.list-item { - background-color: #f5f5f5; - cursor: pointer; -} + .navbar-menu.is-active { + display: block; + } -.media { - -webkit-box-align: start; - align-items: flex-start; - display: -webkit-box; - display: flex; - text-align: left; -} + .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch { + left: 0; + position: fixed; + right: 0; + z-index: 30; + } -.media .content:not(:last-child) { - margin-bottom: 0.75rem; -} + .navbar.is-fixed-bottom-touch { + bottom: 0; + } -.media .media { - border-top: 1px solid rgba(219, 219, 219, 0.5); - display: -webkit-box; - display: flex; - padding-top: 0.75rem; -} + .navbar.is-fixed-bottom-touch.has-shadow { + box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); + } -.media .media .content:not(:last-child), .media .media .control:not(:last-child) { - margin-bottom: 0.5rem; -} + .navbar.is-fixed-top-touch { + top: 0; + } -.media .media .media { - padding-top: 0.5rem; -} + .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; + } -.media .media .media + .media { - margin-top: 0.5rem; -} + html.has-navbar-fixed-top-touch, body.has-navbar-fixed-top-touch { + padding-top: 3.25rem; + } -.media + .media { - border-top: 1px solid rgba(219, 219, 219, 0.5); - margin-top: 1rem; - padding-top: 1rem; + html.has-navbar-fixed-bottom-touch, body.has-navbar-fixed-bottom-touch { + padding-bottom: 3.25rem; + } } -.media.is-large + .media { - margin-top: 1.5rem; - padding-top: 1.5rem; -} +@media screen and (min-width: 1024px) { + .navbar, .navbar-menu, .navbar-start, .navbar-end { + align-items: stretch; + display: flex; + } -.media-left, .media-right { - flex-basis: auto; - -webkit-box-flex: 0; - flex-grow: 0; - flex-shrink: 0; -} + .navbar { + min-height: 3.25rem; + } -.media-left { - margin-right: 1rem; -} + .navbar.is-spaced { + padding: 1rem 2rem; + } -.media-right { - margin-left: 1rem; -} + .navbar.is-spaced .navbar-start, .navbar.is-spaced .navbar-end { + align-items: center; + } -.media-content { - flex-basis: auto; - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 1; - text-align: left; -} + .navbar.is-spaced a.navbar-item, .navbar.is-spaced .navbar-link { + border-radius: 4px; + } -@media screen and (max-width: 768px) { - .media-content { - overflow-x: auto; + .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent .navbar-link:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent .navbar-link:hover, .navbar.is-transparent a.navbar-item.is-active, .navbar.is-transparent .navbar-link.is-active { + background-color: transparent !important; } -} -.menu { - font-size: 1rem; -} + .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link { + background-color: transparent !important; + } -.menu.is-small { - font-size: 0.75rem; -} + .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover { + background-color: #f5f5f5; + color: #0a0a0a; + } -.menu.is-medium { - font-size: 1.25rem; -} + .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { + background-color: #f5f5f5; + color: #3273dc; + } -.menu.is-large { - font-size: 1.5rem; -} + .navbar-burger { + display: none; + } -.menu-list { - line-height: 1.25; -} + .navbar-item, .navbar-link { + align-items: center; + display: flex; + } -.menu-list a { - border-radius: 2px; - color: #4a4a4a; - display: block; - padding: 0.5em 0.75em; -} + .navbar-item.has-dropdown { + align-items: stretch; + } -.menu-list a:hover { - background-color: #f5f5f5; - color: #363636; -} + .navbar-item.has-dropdown-up .navbar-link::after { + transform: rotate(135deg) translate(0.25em, -0.25em); + } -.menu-list a.is-active { - background-color: #3273dc; - color: #fff; -} + .navbar-item.has-dropdown-up .navbar-dropdown { + border-bottom: 2px solid #dbdbdb; + border-radius: 6px 6px 0 0; + border-top: none; + bottom: 100%; + box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1); + top: auto; + } -.menu-list li ul { - border-left: 1px solid #dbdbdb; - margin: 0.75em; - padding-left: 0.75em; -} + .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; + } -.menu-label { - color: #7a7a7a; - font-size: 0.75em; - letter-spacing: 0.1em; - text-transform: uppercase; -} + .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed { + opacity: 1; + pointer-events: auto; + transform: translateY(0); + } -.menu-label:not(:first-child) { - margin-top: 1em; -} + .navbar-menu { + flex-grow: 1; + flex-shrink: 0; + } -.menu-label:not(:last-child) { - margin-bottom: 1em; -} + .navbar-start { + justify-content: flex-start; + margin-right: auto; + } -.message { - background-color: #f5f5f5; - border-radius: 4px; - font-size: 1rem; -} + .navbar-end { + justify-content: flex-end; + margin-left: auto; + } -.message strong { - color: currentColor; -} + .navbar-dropdown { + background-color: #fff; + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 2px solid #dbdbdb; + box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1); + display: none; + font-size: 0.875rem; + left: 0; + min-width: 100%; + position: absolute; + top: 100%; + z-index: 20; + } -.message a:not(.button):not(.tag):not(.dropdown-item) { - color: currentColor; - text-decoration: underline; -} + .navbar-dropdown .navbar-item { + padding: 0.375rem 1rem; + white-space: nowrap; + } -.message.is-small { - font-size: 0.75rem; -} + .navbar-dropdown a.navbar-item { + padding-right: 3rem; + } -.message.is-medium { - font-size: 1.25rem; -} + .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover { + background-color: #f5f5f5; + color: #0a0a0a; + } -.message.is-large { - font-size: 1.5rem; -} + .navbar-dropdown a.navbar-item.is-active { + background-color: #f5f5f5; + color: #3273dc; + } -.message.is-white { - background-color: #fff; -} + .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { + border-radius: 6px; + border-top: none; + box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); + display: block; + opacity: 0; + pointer-events: none; + top: calc(100% + -4px); + transform: translateY(-5px); + transition-duration: 86ms; + transition-property: opacity, transform; + } -.message.is-white .message-header { - background-color: #fff; - color: #0a0a0a; -} + .navbar-dropdown.is-right { + left: auto; + right: 0; + } -.message.is-white .message-body { - border-color: #fff; -} + .navbar-divider { + display: block; + } -.message.is-black { - background-color: #fafafa; -} + .navbar > .container .navbar-brand, .container > .navbar .navbar-brand { + margin-left: -0.75rem; + } -.message.is-black .message-header { - background-color: #0a0a0a; - color: #fff; -} + .navbar > .container .navbar-menu, .container > .navbar .navbar-menu { + margin-right: -0.75rem; + } -.message.is-black .message-body { - border-color: #0a0a0a; -} + .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop { + left: 0; + position: fixed; + right: 0; + z-index: 30; + } -.message.is-light { - background-color: #fafafa; -} + .navbar.is-fixed-bottom-desktop { + bottom: 0; + } -.message.is-light .message-header { - background-color: #f5f5f5; - color: rgba(0, 0, 0, 0.7); -} + .navbar.is-fixed-bottom-desktop.has-shadow { + box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); + } -.message.is-light .message-body { - border-color: #f5f5f5; -} + .navbar.is-fixed-top-desktop { + top: 0; + } -.message.is-dark { - background-color: #fafafa; -} + html.has-navbar-fixed-top-desktop, body.has-navbar-fixed-top-desktop { + padding-top: 3.25rem; + } -.message.is-dark .message-header { - background-color: #363636; - color: #fff; -} + html.has-navbar-fixed-bottom-desktop, body.has-navbar-fixed-bottom-desktop { + padding-bottom: 3.25rem; + } -.message.is-dark .message-body { - border-color: #363636; -} + html.has-spaced-navbar-fixed-top, body.has-spaced-navbar-fixed-top { + padding-top: 5.25rem; + } -.message.is-primary { - background-color: #ebfffc; -} + html.has-spaced-navbar-fixed-bottom, body.has-spaced-navbar-fixed-bottom { + padding-bottom: 5.25rem; + } -.message.is-primary .message-header { - background-color: #00d1b2; - color: #fff; -} + a.navbar-item.is-active, .navbar-link.is-active { + color: #0a0a0a; + } -.message.is-primary .message-body { - border-color: #00d1b2; - color: #00947e; -} + a.navbar-item.is-active:not(:focus):not(:hover), .navbar-link.is-active:not(:focus):not(:hover) { + background-color: transparent; + } -.message.is-link { - background-color: #eef3fc; + .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; + } } -.message.is-link .message-header { - background-color: #3273dc; - color: #fff; +.hero.is-fullheight-with-navbar { + min-height: calc(100vh - 3.25rem); } -.message.is-link .message-body { - border-color: #3273dc; - color: #2160c4; +.pagination { + font-size: 1rem; + margin: -0.25rem; } -.message.is-info { - background-color: #eef6fc; +.pagination.is-small { + font-size: 0.75rem; } -.message.is-info .message-header { - background-color: #3298dc; - color: #fff; +.pagination.is-medium { + font-size: 1.25rem; } -.message.is-info .message-body { - border-color: #3298dc; - color: #1d72aa; +.pagination.is-large { + font-size: 1.5rem; } -.message.is-success { - background-color: #effaf3; +.pagination.is-rounded .pagination-previous, .pagination.is-rounded .pagination-next { + padding-left: 1em; + padding-right: 1em; + border-radius: 290486px; } -.message.is-success .message-header { - background-color: #48c774; - color: #fff; +.pagination.is-rounded .pagination-link { + border-radius: 290486px; } -.message.is-success .message-body { - border-color: #48c774; - color: #257942; +.pagination, .pagination-list { + align-items: center; + display: flex; + justify-content: center; + text-align: center; } -.message.is-warning { - background-color: #fffbeb; +.pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis { + font-size: 1em; + justify-content: center; + margin: 0.25rem; + padding-left: 0.5em; + padding-right: 0.5em; + text-align: center; } -.message.is-warning .message-header { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.pagination-previous, .pagination-next, .pagination-link { + border-color: #dbdbdb; + color: #363636; + min-width: 2.5em; } -.message.is-warning .message-body { - border-color: #ffdd57; - color: #947600; +.pagination-previous:hover, .pagination-next:hover, .pagination-link:hover { + border-color: #b5b5b5; + color: #363636; } -.message.is-danger { - background-color: #feecf0; +.pagination-previous:focus, .pagination-next:focus, .pagination-link:focus { + border-color: #3273dc; } -.message.is-danger .message-header { - background-color: #f14668; - color: #fff; +.pagination-previous:active, .pagination-next:active, .pagination-link:active { + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); } -.message.is-danger .message-body { - border-color: #f14668; - color: #cc0f35; +.pagination-previous[disabled], .pagination-next[disabled], .pagination-link[disabled] { + background-color: #dbdbdb; + border-color: #dbdbdb; + box-shadow: none; + color: #7a7a7a; + opacity: 0.5; } -.message-header { - -webkit-box-align: center; - align-items: center; - background-color: #4a4a4a; - border-radius: 4px 4px 0 0; - color: #fff; - display: -webkit-box; - display: flex; - font-weight: 700; - -webkit-box-pack: justify; - justify-content: space-between; - line-height: 1.25; - padding: 0.75em 1em; - position: relative; +.pagination-previous, .pagination-next { + padding-left: 0.75em; + padding-right: 0.75em; + white-space: nowrap; } -.message-header .delete { - -webkit-box-flex: 0; - flex-grow: 0; - flex-shrink: 0; - margin-left: 0.75em; +.pagination-link.is-current { + background-color: #3273dc; + border-color: #3273dc; + color: #fff; } -.message-header + .message-body { - border-width: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; +.pagination-ellipsis { + color: #b5b5b5; + pointer-events: none; } -.message-body { - border-color: #dbdbdb; - border-radius: 4px; - border-style: solid; - border-width: 0 0 0 4px; - color: #4a4a4a; - padding: 1.25em 1.5em; +.pagination-list { + flex-wrap: wrap; } -.message-body code, .message-body pre { - background-color: #fff; -} +@media screen and (max-width: 768px) { + .pagination { + flex-wrap: wrap; + } -.message-body pre code { - background-color: transparent; -} + .pagination-previous, .pagination-next { + flex-grow: 1; + flex-shrink: 1; + } -.modal { - -webkit-box-align: center; - align-items: center; - display: none; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - flex-direction: column; - -webkit-box-pack: center; - justify-content: center; - overflow: hidden; - position: fixed; - z-index: 40; + .pagination-list li { + flex-grow: 1; + flex-shrink: 1; + } } -.modal.is-active { - display: -webkit-box; - display: flex; -} +@media screen and (min-width: 769px), print { + .pagination-list { + flex-grow: 1; + flex-shrink: 1; + justify-content: flex-start; + order: 1; + } -.modal-background { - background-color: rgba(10, 10, 10, 0.86); -} + .pagination-previous { + order: 2; + } -.modal-content, .modal-card { - margin: 0 20px; - max-height: calc(100vh - 160px); - overflow: auto; - position: relative; - width: 100%; -} + .pagination-next { + order: 3; + } -@media screen and (min-width: 769px), print { - .modal-content, .modal-card { - margin: 0 auto; - max-height: calc(100vh - 40px); - width: 640px; + .pagination { + justify-content: space-between; } -} -.modal-close { - background: none; - height: 40px; - position: fixed; - right: 20px; - top: 20px; - width: 40px; -} + .pagination.is-centered .pagination-previous { + order: 1; + } -.modal-card { - display: -webkit-box; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - flex-direction: column; - max-height: calc(100vh - 40px); - overflow: hidden; - -ms-overflow-y: visible; -} + .pagination.is-centered .pagination-list { + justify-content: center; + order: 2; + } -.modal-card-head, .modal-card-foot { - -webkit-box-align: center; - align-items: center; - background-color: #f5f5f5; - display: -webkit-box; - display: flex; - flex-shrink: 0; - -webkit-box-pack: start; - justify-content: flex-start; - padding: 20px; - position: relative; -} + .pagination.is-centered .pagination-next { + order: 3; + } -.modal-card-head { - border-bottom: 1px solid #dbdbdb; - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} + .pagination.is-right .pagination-previous { + order: 1; + } -.modal-card-title { - color: #363636; - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 0; - font-size: 1.5rem; - line-height: 1; -} + .pagination.is-right .pagination-next { + order: 2; + } -.modal-card-foot { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-top: 1px solid #dbdbdb; + .pagination.is-right .pagination-list { + justify-content: flex-end; + order: 3; + } } -.modal-card-foot .button:not(:last-child) { - margin-right: 0.5em; +.panel { + border-radius: 6px; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + font-size: 1rem; } -.modal-card-body { - -webkit-overflow-scrolling: touch; - background-color: #fff; - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 1; - overflow: auto; - padding: 20px; +.panel:not(:last-child) { + margin-bottom: 1.5rem; } -.navbar { +.panel.is-white .panel-heading { background-color: #fff; - min-height: 3.25rem; - position: relative; - z-index: 30; + color: #0a0a0a; } -.navbar.is-white { - background-color: #fff; - color: #0a0a0a; +.panel.is-white .panel-tabs a.is-active { + border-bottom-color: #fff; } -.navbar.is-white .navbar-brand > .navbar-item, .navbar.is-white .navbar-brand .navbar-link { - color: #0a0a0a; +.panel.is-white .panel-block.is-active .panel-icon { + color: #fff; } -.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand .navbar-link:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand .navbar-link:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, .navbar.is-white .navbar-brand .navbar-link.is-active { - background-color: #f2f2f2; - color: #0a0a0a; +.panel.is-black .panel-heading { + background-color: #0a0a0a; + color: #fff; } -.navbar.is-white .navbar-brand .navbar-link::after { - border-color: #0a0a0a; +.panel.is-black .panel-tabs a.is-active { + border-bottom-color: #0a0a0a; } -.navbar.is-white .navbar-burger { +.panel.is-black .panel-block.is-active .panel-icon { color: #0a0a0a; } -@media screen and (min-width: 1024px) { - .navbar.is-white .navbar-start > .navbar-item, .navbar.is-white .navbar-end > .navbar-item, .navbar.is-white .navbar-start .navbar-link, .navbar.is-white .navbar-end .navbar-link { - color: #0a0a0a; - } +.panel.is-light .panel-heading { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.7); +} - .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-end > a.navbar-item:focus, .navbar.is-white .navbar-start .navbar-link:focus, .navbar.is-white .navbar-end .navbar-link:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-end > a.navbar-item:hover, .navbar.is-white .navbar-start .navbar-link:hover, .navbar.is-white .navbar-end .navbar-link:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, .navbar.is-white .navbar-end > a.navbar-item.is-active, .navbar.is-white .navbar-start .navbar-link.is-active, .navbar.is-white .navbar-end .navbar-link.is-active { - background-color: #f2f2f2; - color: #0a0a0a; - } +.panel.is-light .panel-tabs a.is-active { + border-bottom-color: #f5f5f5; +} - .navbar.is-white .navbar-start .navbar-link::after, .navbar.is-white .navbar-end .navbar-link::after { - border-color: #0a0a0a; - } +.panel.is-light .panel-block.is-active .panel-icon { + color: #f5f5f5; +} - .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #f2f2f2; - color: #0a0a0a; - } +.panel.is-dark .panel-heading { + background-color: #363636; + color: #fff; +} - .navbar.is-white .navbar-dropdown a.navbar-item.is-active { - background-color: #fff; - color: #0a0a0a; - } +.panel.is-dark .panel-tabs a.is-active { + border-bottom-color: #363636; } -.navbar.is-black { - background-color: #0a0a0a; - color: #fff; +.panel.is-dark .panel-block.is-active .panel-icon { + color: #363636; } -.navbar.is-black .navbar-brand > .navbar-item, .navbar.is-black .navbar-brand .navbar-link { +.panel.is-primary .panel-heading { + background-color: #00d1b2; color: #fff; } -.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand .navbar-link:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand .navbar-link:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, .navbar.is-black .navbar-brand .navbar-link.is-active { - background-color: #000; - color: #fff; +.panel.is-primary .panel-tabs a.is-active { + border-bottom-color: #00d1b2; } -.navbar.is-black .navbar-brand .navbar-link::after { - border-color: #fff; +.panel.is-primary .panel-block.is-active .panel-icon { + color: #00d1b2; } -.navbar.is-black .navbar-burger { +.panel.is-link .panel-heading { + background-color: #3273dc; color: #fff; } -@media screen and (min-width: 1024px) { - .navbar.is-black .navbar-start > .navbar-item, .navbar.is-black .navbar-end > .navbar-item, .navbar.is-black .navbar-start .navbar-link, .navbar.is-black .navbar-end .navbar-link { - color: #fff; - } - - .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-end > a.navbar-item:focus, .navbar.is-black .navbar-start .navbar-link:focus, .navbar.is-black .navbar-end .navbar-link:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-end > a.navbar-item:hover, .navbar.is-black .navbar-start .navbar-link:hover, .navbar.is-black .navbar-end .navbar-link:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, .navbar.is-black .navbar-end > a.navbar-item.is-active, .navbar.is-black .navbar-start .navbar-link.is-active, .navbar.is-black .navbar-end .navbar-link.is-active { - background-color: #000; - color: #fff; - } +.panel.is-link .panel-tabs a.is-active { + border-bottom-color: #3273dc; +} - .navbar.is-black .navbar-start .navbar-link::after, .navbar.is-black .navbar-end .navbar-link::after { - border-color: #fff; - } +.panel.is-link .panel-block.is-active .panel-icon { + color: #3273dc; +} - .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #000; - color: #fff; - } +.panel.is-info .panel-heading { + background-color: #3298dc; + color: #fff; +} - .navbar.is-black .navbar-dropdown a.navbar-item.is-active { - background-color: #0a0a0a; - color: #fff; - } +.panel.is-info .panel-tabs a.is-active { + border-bottom-color: #3298dc; } -.navbar.is-light { - background-color: #f5f5f5; - color: rgba(0, 0, 0, 0.7); +.panel.is-info .panel-block.is-active .panel-icon { + color: #3298dc; } -.navbar.is-light .navbar-brand > .navbar-item, .navbar.is-light .navbar-brand .navbar-link { - color: rgba(0, 0, 0, 0.7); +.panel.is-success .panel-heading { + background-color: #48c774; + color: #fff; } -.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand .navbar-link:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand .navbar-link:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, .navbar.is-light .navbar-brand .navbar-link.is-active { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); +.panel.is-success .panel-tabs a.is-active { + border-bottom-color: #48c774; } -.navbar.is-light .navbar-brand .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); +.panel.is-success .panel-block.is-active .panel-icon { + color: #48c774; } -.navbar.is-light .navbar-burger { +.panel.is-warning .panel-heading { + background-color: #ffdd57; color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1024px) { - .navbar.is-light .navbar-start > .navbar-item, .navbar.is-light .navbar-end > .navbar-item, .navbar.is-light .navbar-start .navbar-link, .navbar.is-light .navbar-end .navbar-link { - color: rgba(0, 0, 0, 0.7); - } - - .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-end > a.navbar-item:focus, .navbar.is-light .navbar-start .navbar-link:focus, .navbar.is-light .navbar-end .navbar-link:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-end > a.navbar-item:hover, .navbar.is-light .navbar-start .navbar-link:hover, .navbar.is-light .navbar-end .navbar-link:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, .navbar.is-light .navbar-end > a.navbar-item.is-active, .navbar.is-light .navbar-start .navbar-link.is-active, .navbar.is-light .navbar-end .navbar-link.is-active { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); - } - - .navbar.is-light .navbar-start .navbar-link::after, .navbar.is-light .navbar-end .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); - } - - .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); - } +.panel.is-warning .panel-tabs a.is-active { + border-bottom-color: #ffdd57; +} - .navbar.is-light .navbar-dropdown a.navbar-item.is-active { - background-color: #f5f5f5; - color: rgba(0, 0, 0, 0.7); - } +.panel.is-warning .panel-block.is-active .panel-icon { + color: #ffdd57; } -.navbar.is-dark { - background-color: #363636; +.panel.is-danger .panel-heading { + background-color: #f14668; color: #fff; } -.navbar.is-dark .navbar-brand > .navbar-item, .navbar.is-dark .navbar-brand .navbar-link { - color: #fff; +.panel.is-danger .panel-tabs a.is-active { + border-bottom-color: #f14668; } -.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand .navbar-link:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand .navbar-link:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, .navbar.is-dark .navbar-brand .navbar-link.is-active { - background-color: #292929; - color: #fff; +.panel.is-danger .panel-block.is-active .panel-icon { + color: #f14668; } -.navbar.is-dark .navbar-brand .navbar-link::after { - border-color: #fff; +.panel-tabs:not(:last-child), .panel-block:not(:last-child) { + border-bottom: 1px solid #ededed; } -.navbar.is-dark .navbar-burger { - color: #fff; +.panel-heading { + background-color: #ededed; + border-radius: 6px 6px 0 0; + color: #363636; + font-size: 1.25em; + font-weight: 700; + line-height: 1.25; + padding: 0.75em 1em; } -@media screen and (min-width: 1024px) { - .navbar.is-dark .navbar-start > .navbar-item, .navbar.is-dark .navbar-end > .navbar-item, .navbar.is-dark .navbar-start .navbar-link, .navbar.is-dark .navbar-end .navbar-link { - color: #fff; - } +.panel-tabs { + align-items: flex-end; + display: flex; + font-size: 0.875em; + justify-content: center; +} - .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-end > a.navbar-item:focus, .navbar.is-dark .navbar-start .navbar-link:focus, .navbar.is-dark .navbar-end .navbar-link:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-end > a.navbar-item:hover, .navbar.is-dark .navbar-start .navbar-link:hover, .navbar.is-dark .navbar-end .navbar-link:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, .navbar.is-dark .navbar-end > a.navbar-item.is-active, .navbar.is-dark .navbar-start .navbar-link.is-active, .navbar.is-dark .navbar-end .navbar-link.is-active { - background-color: #292929; - color: #fff; - } +.panel-tabs a { + border-bottom: 1px solid #dbdbdb; + margin-bottom: -1px; + padding: 0.5em; +} - .navbar.is-dark .navbar-start .navbar-link::after, .navbar.is-dark .navbar-end .navbar-link::after { - border-color: #fff; - } +.panel-tabs a.is-active { + border-bottom-color: #4a4a4a; + color: #363636; +} - .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 { - background-color: #292929; - color: #fff; - } +.panel-list a { + color: #4a4a4a; +} - .navbar.is-dark .navbar-dropdown a.navbar-item.is-active { - background-color: #363636; - color: #fff; - } +.panel-list a:hover { + color: #3273dc; } -.navbar.is-primary { - background-color: #00d1b2; - color: #fff; +.panel-block { + align-items: center; + color: #363636; + display: flex; + justify-content: flex-start; + padding: 0.5em 0.75em; } -.navbar.is-primary .navbar-brand > .navbar-item, .navbar.is-primary .navbar-brand .navbar-link { - color: #fff; +.panel-block input[type="checkbox"] { + margin-right: 0.75em; } -.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand .navbar-link:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand .navbar-link:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, .navbar.is-primary .navbar-brand .navbar-link.is-active { - background-color: #00b89c; - color: #fff; +.panel-block > .control { + flex-grow: 1; + flex-shrink: 1; + width: 100%; } -.navbar.is-primary .navbar-brand .navbar-link::after { - border-color: #fff; +.panel-block.is-wrapped { + flex-wrap: wrap; } -.navbar.is-primary .navbar-burger { - color: #fff; +.panel-block.is-active { + border-left-color: #3273dc; + color: #363636; } -@media screen and (min-width: 1024px) { - .navbar.is-primary .navbar-start > .navbar-item, .navbar.is-primary .navbar-end > .navbar-item, .navbar.is-primary .navbar-start .navbar-link, .navbar.is-primary .navbar-end .navbar-link { - color: #fff; - } +.panel-block.is-active .panel-icon { + color: #3273dc; +} - .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-end > a.navbar-item:focus, .navbar.is-primary .navbar-start .navbar-link:focus, .navbar.is-primary .navbar-end .navbar-link:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-end > a.navbar-item:hover, .navbar.is-primary .navbar-start .navbar-link:hover, .navbar.is-primary .navbar-end .navbar-link:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, .navbar.is-primary .navbar-end > a.navbar-item.is-active, .navbar.is-primary .navbar-start .navbar-link.is-active, .navbar.is-primary .navbar-end .navbar-link.is-active { - background-color: #00b89c; - color: #fff; - } +.panel-block:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} - .navbar.is-primary .navbar-start .navbar-link::after, .navbar.is-primary .navbar-end .navbar-link::after { - border-color: #fff; - } +a.panel-block, label.panel-block { + cursor: pointer; +} - .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 { - background-color: #00b89c; - color: #fff; - } +a.panel-block:hover, label.panel-block:hover { + background-color: #f5f5f5; +} - .navbar.is-primary .navbar-dropdown a.navbar-item.is-active { - background-color: #00d1b2; - color: #fff; - } +.panel-icon { + display: inline-block; + font-size: 14px; + height: 1em; + line-height: 1em; + text-align: center; + vertical-align: top; + width: 1em; + color: #7a7a7a; + margin-right: 0.75em; } -.navbar.is-link { - background-color: #3273dc; - color: #fff; +.panel-icon .fa { + font-size: inherit; + line-height: inherit; } -.navbar.is-link .navbar-brand > .navbar-item, .navbar.is-link .navbar-brand .navbar-link { - color: #fff; +.tabs { + -webkit-overflow-scrolling: touch; + align-items: stretch; + display: flex; + font-size: 1rem; + justify-content: space-between; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; } -.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand .navbar-link:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, .navbar.is-link .navbar-brand .navbar-link.is-active { - background-color: #2366d1; - color: #fff; +.tabs a { + align-items: center; + border-bottom-color: #dbdbdb; + border-bottom-style: solid; + border-bottom-width: 1px; + color: #4a4a4a; + display: flex; + justify-content: center; + margin-bottom: -1px; + padding: 0.5em 1em; + vertical-align: top; } -.navbar.is-link .navbar-brand .navbar-link::after { - border-color: #fff; +.tabs a:hover { + border-bottom-color: #363636; + color: #363636; } -.navbar.is-link .navbar-burger { - color: #fff; +.tabs li { + display: block; } -@media screen and (min-width: 1024px) { - .navbar.is-link .navbar-start > .navbar-item, .navbar.is-link .navbar-end > .navbar-item, .navbar.is-link .navbar-start .navbar-link, .navbar.is-link .navbar-end .navbar-link { - color: #fff; - } - - .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-end > a.navbar-item:focus, .navbar.is-link .navbar-start .navbar-link:focus, .navbar.is-link .navbar-end .navbar-link:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-end > a.navbar-item:hover, .navbar.is-link .navbar-start .navbar-link:hover, .navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, .navbar.is-link .navbar-end > a.navbar-item.is-active, .navbar.is-link .navbar-start .navbar-link.is-active, .navbar.is-link .navbar-end .navbar-link.is-active { - background-color: #2366d1; - color: #fff; - } +.tabs li.is-active a { + border-bottom-color: #3273dc; + color: #3273dc; +} - .navbar.is-link .navbar-start .navbar-link::after, .navbar.is-link .navbar-end .navbar-link::after { - border-color: #fff; - } +.tabs ul { + align-items: center; + border-bottom-color: #dbdbdb; + border-bottom-style: solid; + border-bottom-width: 1px; + display: flex; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; +} - .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #2366d1; - color: #fff; - } +.tabs ul.is-left { + padding-right: 0.75em; +} - .navbar.is-link .navbar-dropdown a.navbar-item.is-active { - background-color: #3273dc; - color: #fff; - } +.tabs ul.is-center { + flex: none; + justify-content: center; + padding-left: 0.75em; + padding-right: 0.75em; } -.navbar.is-info { - background-color: #3298dc; - color: #fff; +.tabs ul.is-right { + justify-content: flex-end; + padding-left: 0.75em; } -.navbar.is-info .navbar-brand > .navbar-item, .navbar.is-info .navbar-brand .navbar-link { - color: #fff; +.tabs .icon:first-child { + margin-right: 0.5em; } -.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand .navbar-link:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, .navbar.is-info .navbar-brand .navbar-link.is-active { - background-color: #238cd1; - color: #fff; +.tabs .icon:last-child { + margin-left: 0.5em; } -.navbar.is-info .navbar-brand .navbar-link::after { - border-color: #fff; +.tabs.is-centered ul { + justify-content: center; } -.navbar.is-info .navbar-burger { - color: #fff; +.tabs.is-right ul { + justify-content: flex-end; } -@media screen and (min-width: 1024px) { - .navbar.is-info .navbar-start > .navbar-item, .navbar.is-info .navbar-end > .navbar-item, .navbar.is-info .navbar-start .navbar-link, .navbar.is-info .navbar-end .navbar-link { - color: #fff; - } +.tabs.is-boxed a { + border: 1px solid transparent; + border-radius: 4px 4px 0 0; +} - .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-end > a.navbar-item:focus, .navbar.is-info .navbar-start .navbar-link:focus, .navbar.is-info .navbar-end .navbar-link:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-end > a.navbar-item:hover, .navbar.is-info .navbar-start .navbar-link:hover, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, .navbar.is-info .navbar-end > a.navbar-item.is-active, .navbar.is-info .navbar-start .navbar-link.is-active, .navbar.is-info .navbar-end .navbar-link.is-active { - background-color: #238cd1; - color: #fff; - } +.tabs.is-boxed a:hover { + background-color: #f5f5f5; + border-bottom-color: #dbdbdb; +} - .navbar.is-info .navbar-start .navbar-link::after, .navbar.is-info .navbar-end .navbar-link::after { - border-color: #fff; - } +.tabs.is-boxed li.is-active a { + background-color: #fff; + border-color: #dbdbdb; + border-bottom-color: transparent !important; +} - .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #238cd1; - color: #fff; - } +.tabs.is-fullwidth li { + flex-grow: 1; + flex-shrink: 0; +} - .navbar.is-info .navbar-dropdown a.navbar-item.is-active { - background-color: #3298dc; - color: #fff; - } +.tabs.is-toggle a { + border-color: #dbdbdb; + border-style: solid; + border-width: 1px; + margin-bottom: 0; + position: relative; } -.navbar.is-success { - background-color: #48c774; - color: #fff; +.tabs.is-toggle a:hover { + background-color: #f5f5f5; + border-color: #b5b5b5; + z-index: 2; } -.navbar.is-success .navbar-brand > .navbar-item, .navbar.is-success .navbar-brand .navbar-link { - color: #fff; +.tabs.is-toggle li + li { + margin-left: -1px; } -.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand .navbar-link:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, .navbar.is-success .navbar-brand .navbar-link.is-active { - background-color: #3abb67; - color: #fff; +.tabs.is-toggle li:first-child a { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; } -.navbar.is-success .navbar-brand .navbar-link::after { - border-color: #fff; +.tabs.is-toggle li:last-child a { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; } -.navbar.is-success .navbar-burger { +.tabs.is-toggle li.is-active a { + background-color: #3273dc; + border-color: #3273dc; color: #fff; + z-index: 1; } -@media screen and (min-width: 1024px) { - .navbar.is-success .navbar-start > .navbar-item, .navbar.is-success .navbar-end > .navbar-item, .navbar.is-success .navbar-start .navbar-link, .navbar.is-success .navbar-end .navbar-link { - color: #fff; - } +.tabs.is-toggle ul { + border-bottom: none; +} - .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-end > a.navbar-item:focus, .navbar.is-success .navbar-start .navbar-link:focus, .navbar.is-success .navbar-end .navbar-link:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-end > a.navbar-item:hover, .navbar.is-success .navbar-start .navbar-link:hover, .navbar.is-success .navbar-end .navbar-link:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, .navbar.is-success .navbar-end > a.navbar-item.is-active, .navbar.is-success .navbar-start .navbar-link.is-active, .navbar.is-success .navbar-end .navbar-link.is-active { - background-color: #3abb67; - color: #fff; - } +.tabs.is-toggle.is-toggle-rounded li:first-child a { + border-bottom-left-radius: 290486px; + border-top-left-radius: 290486px; + padding-left: 1.25em; +} - .navbar.is-success .navbar-start .navbar-link::after, .navbar.is-success .navbar-end .navbar-link::after { - border-color: #fff; - } +.tabs.is-toggle.is-toggle-rounded li:last-child a { + border-bottom-right-radius: 290486px; + border-top-right-radius: 290486px; + padding-right: 1.25em; +} - .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #3abb67; - color: #fff; - } +.tabs.is-small { + font-size: 0.75rem; +} - .navbar.is-success .navbar-dropdown a.navbar-item.is-active { - background-color: #48c774; - color: #fff; - } +.tabs.is-medium { + font-size: 1.25rem; } -.navbar.is-warning { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.tabs.is-large { + font-size: 1.5rem; } -.navbar.is-warning .navbar-brand > .navbar-item, .navbar.is-warning .navbar-brand .navbar-link { - color: rgba(0, 0, 0, 0.7); +/* Bulma Grid */ +.column { + display: block; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + padding: 0.75rem; } -.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand .navbar-link:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, .navbar.is-warning .navbar-brand .navbar-link.is-active { - background-color: #ffd83d; - color: rgba(0, 0, 0, 0.7); +.columns.is-mobile > .column.is-narrow { + flex: none; } -.navbar.is-warning .navbar-brand .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); +.columns.is-mobile > .column.is-full { + flex: none; + width: 100%; } -.navbar.is-warning .navbar-burger { - color: rgba(0, 0, 0, 0.7); +.columns.is-mobile > .column.is-three-quarters { + flex: none; + width: 75%; } -@media screen and (min-width: 1024px) { - .navbar.is-warning .navbar-start > .navbar-item, .navbar.is-warning .navbar-end > .navbar-item, .navbar.is-warning .navbar-start .navbar-link, .navbar.is-warning .navbar-end .navbar-link { - color: rgba(0, 0, 0, 0.7); - } - - .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-end > a.navbar-item:focus, .navbar.is-warning .navbar-start .navbar-link:focus, .navbar.is-warning .navbar-end .navbar-link:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-end > a.navbar-item:hover, .navbar.is-warning .navbar-start .navbar-link:hover, .navbar.is-warning .navbar-end .navbar-link:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, .navbar.is-warning .navbar-end > a.navbar-item.is-active, .navbar.is-warning .navbar-start .navbar-link.is-active, .navbar.is-warning .navbar-end .navbar-link.is-active { - background-color: #ffd83d; - color: rgba(0, 0, 0, 0.7); - } +.columns.is-mobile > .column.is-two-thirds { + flex: none; + width: 66.6666%; +} - .navbar.is-warning .navbar-start .navbar-link::after, .navbar.is-warning .navbar-end .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); - } +.columns.is-mobile > .column.is-half { + flex: none; + width: 50%; +} - .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #ffd83d; - color: rgba(0, 0, 0, 0.7); - } +.columns.is-mobile > .column.is-one-third { + flex: none; + width: 33.3333%; +} - .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); - } +.columns.is-mobile > .column.is-one-quarter { + flex: none; + width: 25%; } -.navbar.is-danger { - background-color: #f14668; - color: #fff; +.columns.is-mobile > .column.is-one-fifth { + flex: none; + width: 20%; } -.navbar.is-danger .navbar-brand > .navbar-item, .navbar.is-danger .navbar-brand .navbar-link { - color: #fff; +.columns.is-mobile > .column.is-two-fifths { + flex: none; + width: 40%; } -.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand .navbar-link:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand .navbar-link:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, .navbar.is-danger .navbar-brand .navbar-link.is-active { - background-color: #ef2e55; - color: #fff; +.columns.is-mobile > .column.is-three-fifths { + flex: none; + width: 60%; } -.navbar.is-danger .navbar-brand .navbar-link::after { - border-color: #fff; +.columns.is-mobile > .column.is-four-fifths { + flex: none; + width: 80%; } -.navbar.is-danger .navbar-burger { - color: #fff; +.columns.is-mobile > .column.is-offset-three-quarters { + margin-left: 75%; } -@media screen and (min-width: 1024px) { - .navbar.is-danger .navbar-start > .navbar-item, .navbar.is-danger .navbar-end > .navbar-item, .navbar.is-danger .navbar-start .navbar-link, .navbar.is-danger .navbar-end .navbar-link { - color: #fff; - } +.columns.is-mobile > .column.is-offset-two-thirds { + margin-left: 66.6666%; +} - .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-end > a.navbar-item:focus, .navbar.is-danger .navbar-start .navbar-link:focus, .navbar.is-danger .navbar-end .navbar-link:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-end > a.navbar-item:hover, .navbar.is-danger .navbar-start .navbar-link:hover, .navbar.is-danger .navbar-end .navbar-link:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, .navbar.is-danger .navbar-end > a.navbar-item.is-active, .navbar.is-danger .navbar-start .navbar-link.is-active, .navbar.is-danger .navbar-end .navbar-link.is-active { - background-color: #ef2e55; - color: #fff; - } +.columns.is-mobile > .column.is-offset-half { + margin-left: 50%; +} - .navbar.is-danger .navbar-start .navbar-link::after, .navbar.is-danger .navbar-end .navbar-link::after { - border-color: #fff; - } +.columns.is-mobile > .column.is-offset-one-third { + margin-left: 33.3333%; +} - .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #ef2e55; - color: #fff; - } +.columns.is-mobile > .column.is-offset-one-quarter { + margin-left: 25%; +} - .navbar.is-danger .navbar-dropdown a.navbar-item.is-active { - background-color: #f14668; - color: #fff; - } +.columns.is-mobile > .column.is-offset-one-fifth { + margin-left: 20%; } -.navbar > .container { - -webkit-box-align: stretch; - align-items: stretch; - display: -webkit-box; - display: flex; - min-height: 3.25rem; - width: 100%; +.columns.is-mobile > .column.is-offset-two-fifths { + margin-left: 40%; } -.navbar.has-shadow { - box-shadow: 0 2px 0 0 #f5f5f5; +.columns.is-mobile > .column.is-offset-three-fifths { + margin-left: 60%; } -.navbar.is-fixed-bottom, .navbar.is-fixed-top { - left: 0; - position: fixed; - right: 0; - z-index: 30; +.columns.is-mobile > .column.is-offset-four-fifths { + margin-left: 80%; } -.navbar.is-fixed-bottom { - bottom: 0; +.columns.is-mobile > .column.is-0 { + flex: none; + width: 0%; } -.navbar.is-fixed-bottom.has-shadow { - box-shadow: 0 -2px 0 0 #f5f5f5; +.columns.is-mobile > .column.is-offset-0 { + margin-left: 0%; } -.navbar.is-fixed-top { - top: 0; +.columns.is-mobile > .column.is-1 { + flex: none; + width: 8.333333333333332%; } -html.has-navbar-fixed-top, body.has-navbar-fixed-top { - padding-top: 3.25rem; +.columns.is-mobile > .column.is-offset-1 { + margin-left: 8.333333333333332%; } -html.has-navbar-fixed-bottom, body.has-navbar-fixed-bottom { - padding-bottom: 3.25rem; +.columns.is-mobile > .column.is-2 { + flex: none; + width: 16.666666666666664%; } -.navbar-brand, .navbar-tabs { - -webkit-box-align: stretch; - align-items: stretch; - display: -webkit-box; - display: flex; - flex-shrink: 0; - min-height: 3.25rem; +.columns.is-mobile > .column.is-offset-2 { + margin-left: 16.666666666666664%; } -.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover { - background-color: transparent; +.columns.is-mobile > .column.is-3 { + flex: none; + width: 25%; } -.navbar-tabs { - -webkit-overflow-scrolling: touch; - max-width: 100vw; - overflow-x: auto; - overflow-y: hidden; +.columns.is-mobile > .column.is-offset-3 { + margin-left: 25%; } -.navbar-burger { - color: #4a4a4a; - cursor: pointer; - display: block; - height: 3.25rem; - position: relative; - width: 3.25rem; - margin-left: auto; +.columns.is-mobile > .column.is-4 { + flex: none; + width: 33.33333333333333%; } -.navbar-burger span { - background-color: currentColor; - display: block; - height: 1px; - left: calc(50% - 8px); - position: absolute; - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transition-duration: 86ms; - transition-duration: 86ms; - -webkit-transition-property: background-color, opacity, -webkit-transform; - transition-property: background-color, opacity, -webkit-transform; - transition-property: background-color, opacity, transform; - transition-property: background-color, opacity, transform, -webkit-transform; - -webkit-transition-timing-function: ease-out; - transition-timing-function: ease-out; - width: 16px; +.columns.is-mobile > .column.is-offset-4 { + margin-left: 33.33333333333333%; } -.navbar-burger span:nth-child(1) { - top: calc(50% - 6px); +.columns.is-mobile > .column.is-5 { + flex: none; + width: 41.66666666666667%; } -.navbar-burger span:nth-child(2) { - top: calc(50% - 1px); +.columns.is-mobile > .column.is-offset-5 { + margin-left: 41.66666666666667%; } -.navbar-burger span:nth-child(3) { - top: calc(50% + 4px); +.columns.is-mobile > .column.is-6 { + flex: none; + width: 50%; } -.navbar-burger:hover { - background-color: rgba(0, 0, 0, 0.05); +.columns.is-mobile > .column.is-offset-6 { + margin-left: 50%; } -.navbar-burger.is-active span:nth-child(1) { - -webkit-transform: translateY(5px) rotate(45deg); - transform: translateY(5px) rotate(45deg); +.columns.is-mobile > .column.is-7 { + flex: none; + width: 58.333333333333336%; } -.navbar-burger.is-active span:nth-child(2) { - opacity: 0; +.columns.is-mobile > .column.is-offset-7 { + margin-left: 58.333333333333336%; } -.navbar-burger.is-active span:nth-child(3) { - -webkit-transform: translateY(-5px) rotate(-45deg); - transform: translateY(-5px) rotate(-45deg); +.columns.is-mobile > .column.is-8 { + flex: none; + width: 66.66666666666666%; } -.navbar-menu { - display: none; +.columns.is-mobile > .column.is-offset-8 { + margin-left: 66.66666666666666%; } -.navbar-item, .navbar-link { - color: #4a4a4a; - display: block; - line-height: 1.5; - padding: 0.5rem 0.75rem; - position: relative; +.columns.is-mobile > .column.is-9 { + flex: none; + width: 75%; } -.navbar-item .icon:only-child, .navbar-link .icon:only-child { - margin-left: -0.25rem; - margin-right: -0.25rem; +.columns.is-mobile > .column.is-offset-9 { + margin-left: 75%; } -a.navbar-item, .navbar-link { - cursor: pointer; +.columns.is-mobile > .column.is-10 { + flex: none; + width: 83.33333333333334%; } -a.navbar-item:focus, .navbar-link:focus, a.navbar-item:focus-within, .navbar-link:focus-within, a.navbar-item:hover, .navbar-link:hover, a.navbar-item.is-active, .navbar-link.is-active { - background-color: #fafafa; - color: #3273dc; +.columns.is-mobile > .column.is-offset-10 { + margin-left: 83.33333333333334%; } -.navbar-item { - display: block; - -webkit-box-flex: 0; - flex-grow: 0; - flex-shrink: 0; +.columns.is-mobile > .column.is-11 { + flex: none; + width: 91.66666666666666%; } -.navbar-item img { - max-height: 1.75rem; +.columns.is-mobile > .column.is-offset-11 { + margin-left: 91.66666666666666%; } -.navbar-item.has-dropdown { - padding: 0; +.columns.is-mobile > .column.is-12 { + flex: none; + width: 100%; } -.navbar-item.is-expanded { - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 1; +.columns.is-mobile > .column.is-offset-12 { + margin-left: 100%; } -.navbar-item.is-tab { - border-bottom: 1px solid transparent; - min-height: 3.25rem; - padding-bottom: calc(0.5rem - 1px); +@media screen and (max-width: 768px) { + .column.is-narrow-mobile { + flex: none; + } + + .column.is-full-mobile { + flex: none; + width: 100%; + } + + .column.is-three-quarters-mobile { + flex: none; + width: 75%; + } + + .column.is-two-thirds-mobile { + flex: none; + width: 66.6666%; + } + + .column.is-half-mobile { + flex: none; + width: 50%; + } + + .column.is-one-third-mobile { + flex: none; + width: 33.3333%; + } + + .column.is-one-quarter-mobile { + flex: none; + width: 25%; + } + + .column.is-one-fifth-mobile { + flex: none; + width: 20%; + } + + .column.is-two-fifths-mobile { + flex: none; + width: 40%; + } + + .column.is-three-fifths-mobile { + flex: none; + width: 60%; + } + + .column.is-four-fifths-mobile { + flex: none; + width: 80%; + } + + .column.is-offset-three-quarters-mobile { + margin-left: 75%; + } + + .column.is-offset-two-thirds-mobile { + margin-left: 66.6666%; + } + + .column.is-offset-half-mobile { + margin-left: 50%; + } + + .column.is-offset-one-third-mobile { + margin-left: 33.3333%; + } + + .column.is-offset-one-quarter-mobile { + margin-left: 25%; + } + + .column.is-offset-one-fifth-mobile { + margin-left: 20%; + } + + .column.is-offset-two-fifths-mobile { + margin-left: 40%; + } + + .column.is-offset-three-fifths-mobile { + margin-left: 60%; + } + + .column.is-offset-four-fifths-mobile { + margin-left: 80%; + } + + .column.is-0-mobile { + flex: none; + width: 0%; + } + + .column.is-offset-0-mobile { + margin-left: 0%; + } + + .column.is-1-mobile { + flex: none; + width: 8.333333333333332%; + } + + .column.is-offset-1-mobile { + margin-left: 8.333333333333332%; + } + + .column.is-2-mobile { + flex: none; + width: 16.666666666666664%; + } + + .column.is-offset-2-mobile { + margin-left: 16.666666666666664%; + } + + .column.is-3-mobile { + flex: none; + width: 25%; + } + + .column.is-offset-3-mobile { + margin-left: 25%; + } + + .column.is-4-mobile { + flex: none; + width: 33.33333333333333%; + } + + .column.is-offset-4-mobile { + margin-left: 33.33333333333333%; + } + + .column.is-5-mobile { + flex: none; + width: 41.66666666666667%; + } + + .column.is-offset-5-mobile { + margin-left: 41.66666666666667%; + } + + .column.is-6-mobile { + flex: none; + width: 50%; + } + + .column.is-offset-6-mobile { + margin-left: 50%; + } + + .column.is-7-mobile { + flex: none; + width: 58.333333333333336%; + } + + .column.is-offset-7-mobile { + margin-left: 58.333333333333336%; + } + + .column.is-8-mobile { + flex: none; + width: 66.66666666666666%; + } + + .column.is-offset-8-mobile { + margin-left: 66.66666666666666%; + } + + .column.is-9-mobile { + flex: none; + width: 75%; + } + + .column.is-offset-9-mobile { + margin-left: 75%; + } + + .column.is-10-mobile { + flex: none; + width: 83.33333333333334%; + } + + .column.is-offset-10-mobile { + margin-left: 83.33333333333334%; + } + + .column.is-11-mobile { + flex: none; + width: 91.66666666666666%; + } + + .column.is-offset-11-mobile { + margin-left: 91.66666666666666%; + } + + .column.is-12-mobile { + flex: none; + width: 100%; + } + + .column.is-offset-12-mobile { + margin-left: 100%; + } +} + +@media screen and (min-width: 769px), print { + .column.is-narrow, .column.is-narrow-tablet { + flex: none; + } + + .column.is-full, .column.is-full-tablet { + flex: none; + width: 100%; + } + + .column.is-three-quarters, .column.is-three-quarters-tablet { + flex: none; + width: 75%; + } + + .column.is-two-thirds, .column.is-two-thirds-tablet { + flex: none; + width: 66.6666%; + } + + .column.is-half, .column.is-half-tablet { + flex: none; + width: 50%; + } + + .column.is-one-third, .column.is-one-third-tablet { + flex: none; + width: 33.3333%; + } + + .column.is-one-quarter, .column.is-one-quarter-tablet { + flex: none; + width: 25%; + } + + .column.is-one-fifth, .column.is-one-fifth-tablet { + flex: none; + width: 20%; + } + + .column.is-two-fifths, .column.is-two-fifths-tablet { + flex: none; + width: 40%; + } + + .column.is-three-fifths, .column.is-three-fifths-tablet { + flex: none; + width: 60%; + } + + .column.is-four-fifths, .column.is-four-fifths-tablet { + flex: none; + width: 80%; + } + + .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { + margin-left: 75%; + } + + .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { + margin-left: 66.6666%; + } + + .column.is-offset-half, .column.is-offset-half-tablet { + margin-left: 50%; + } + + .column.is-offset-one-third, .column.is-offset-one-third-tablet { + margin-left: 33.3333%; + } + + .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { + margin-left: 25%; + } + + .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet { + margin-left: 20%; + } + + .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet { + margin-left: 40%; + } + + .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet { + margin-left: 60%; + } + + .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet { + margin-left: 80%; + } + + .column.is-0, .column.is-0-tablet { + flex: none; + width: 0%; + } + + .column.is-offset-0, .column.is-offset-0-tablet { + margin-left: 0%; + } + + .column.is-1, .column.is-1-tablet { + flex: none; + width: 8.333333333333332%; + } + + .column.is-offset-1, .column.is-offset-1-tablet { + margin-left: 8.333333333333332%; + } + + .column.is-2, .column.is-2-tablet { + flex: none; + width: 16.666666666666664%; + } + + .column.is-offset-2, .column.is-offset-2-tablet { + margin-left: 16.666666666666664%; + } + + .column.is-3, .column.is-3-tablet { + flex: none; + width: 25%; + } + + .column.is-offset-3, .column.is-offset-3-tablet { + margin-left: 25%; + } + + .column.is-4, .column.is-4-tablet { + flex: none; + width: 33.33333333333333%; + } + + .column.is-offset-4, .column.is-offset-4-tablet { + margin-left: 33.33333333333333%; + } + + .column.is-5, .column.is-5-tablet { + flex: none; + width: 41.66666666666667%; + } + + .column.is-offset-5, .column.is-offset-5-tablet { + margin-left: 41.66666666666667%; + } + + .column.is-6, .column.is-6-tablet { + flex: none; + width: 50%; + } + + .column.is-offset-6, .column.is-offset-6-tablet { + margin-left: 50%; + } + + .column.is-7, .column.is-7-tablet { + flex: none; + width: 58.333333333333336%; + } + + .column.is-offset-7, .column.is-offset-7-tablet { + margin-left: 58.333333333333336%; + } + + .column.is-8, .column.is-8-tablet { + flex: none; + width: 66.66666666666666%; + } + + .column.is-offset-8, .column.is-offset-8-tablet { + margin-left: 66.66666666666666%; + } + + .column.is-9, .column.is-9-tablet { + flex: none; + width: 75%; + } + + .column.is-offset-9, .column.is-offset-9-tablet { + margin-left: 75%; + } + + .column.is-10, .column.is-10-tablet { + flex: none; + width: 83.33333333333334%; + } + + .column.is-offset-10, .column.is-offset-10-tablet { + margin-left: 83.33333333333334%; + } + + .column.is-11, .column.is-11-tablet { + flex: none; + width: 91.66666666666666%; + } + + .column.is-offset-11, .column.is-offset-11-tablet { + margin-left: 91.66666666666666%; + } + + .column.is-12, .column.is-12-tablet { + flex: none; + width: 100%; + } + + .column.is-offset-12, .column.is-offset-12-tablet { + margin-left: 100%; + } +} + +@media screen and (max-width: 1023px) { + .column.is-narrow-touch { + flex: none; + } + + .column.is-full-touch { + flex: none; + width: 100%; + } + + .column.is-three-quarters-touch { + flex: none; + width: 75%; + } + + .column.is-two-thirds-touch { + flex: none; + width: 66.6666%; + } + + .column.is-half-touch { + flex: none; + width: 50%; + } + + .column.is-one-third-touch { + flex: none; + width: 33.3333%; + } + + .column.is-one-quarter-touch { + flex: none; + width: 25%; + } + + .column.is-one-fifth-touch { + flex: none; + width: 20%; + } + + .column.is-two-fifths-touch { + flex: none; + width: 40%; + } + + .column.is-three-fifths-touch { + flex: none; + width: 60%; + } + + .column.is-four-fifths-touch { + flex: none; + width: 80%; + } + + .column.is-offset-three-quarters-touch { + margin-left: 75%; + } + + .column.is-offset-two-thirds-touch { + margin-left: 66.6666%; + } + + .column.is-offset-half-touch { + margin-left: 50%; + } + + .column.is-offset-one-third-touch { + margin-left: 33.3333%; + } + + .column.is-offset-one-quarter-touch { + margin-left: 25%; + } + + .column.is-offset-one-fifth-touch { + margin-left: 20%; + } + + .column.is-offset-two-fifths-touch { + margin-left: 40%; + } + + .column.is-offset-three-fifths-touch { + margin-left: 60%; + } + + .column.is-offset-four-fifths-touch { + margin-left: 80%; + } + + .column.is-0-touch { + flex: none; + width: 0%; + } + + .column.is-offset-0-touch { + margin-left: 0%; + } + + .column.is-1-touch { + flex: none; + width: 8.333333333333332%; + } + + .column.is-offset-1-touch { + margin-left: 8.333333333333332%; + } + + .column.is-2-touch { + flex: none; + width: 16.666666666666664%; + } + + .column.is-offset-2-touch { + margin-left: 16.666666666666664%; + } + + .column.is-3-touch { + flex: none; + width: 25%; + } + + .column.is-offset-3-touch { + margin-left: 25%; + } + + .column.is-4-touch { + flex: none; + width: 33.33333333333333%; + } + + .column.is-offset-4-touch { + margin-left: 33.33333333333333%; + } + + .column.is-5-touch { + flex: none; + width: 41.66666666666667%; + } + + .column.is-offset-5-touch { + margin-left: 41.66666666666667%; + } + + .column.is-6-touch { + flex: none; + width: 50%; + } + + .column.is-offset-6-touch { + margin-left: 50%; + } + + .column.is-7-touch { + flex: none; + width: 58.333333333333336%; + } + + .column.is-offset-7-touch { + margin-left: 58.333333333333336%; + } + + .column.is-8-touch { + flex: none; + width: 66.66666666666666%; + } + + .column.is-offset-8-touch { + margin-left: 66.66666666666666%; + } + + .column.is-9-touch { + flex: none; + width: 75%; + } + + .column.is-offset-9-touch { + margin-left: 75%; + } + + .column.is-10-touch { + flex: none; + width: 83.33333333333334%; + } + + .column.is-offset-10-touch { + margin-left: 83.33333333333334%; + } + + .column.is-11-touch { + flex: none; + width: 91.66666666666666%; + } + + .column.is-offset-11-touch { + margin-left: 91.66666666666666%; + } + + .column.is-12-touch { + flex: none; + width: 100%; + } + + .column.is-offset-12-touch { + margin-left: 100%; + } } -.navbar-item.is-tab:focus, .navbar-item.is-tab:hover { - background-color: transparent; - border-bottom-color: #3273dc; -} +@media screen and (min-width: 1024px) { + .column.is-narrow-desktop { + flex: none; + } + + .column.is-full-desktop { + flex: none; + width: 100%; + } + + .column.is-three-quarters-desktop { + flex: none; + width: 75%; + } + + .column.is-two-thirds-desktop { + flex: none; + width: 66.6666%; + } + + .column.is-half-desktop { + flex: none; + width: 50%; + } + + .column.is-one-third-desktop { + flex: none; + width: 33.3333%; + } + + .column.is-one-quarter-desktop { + flex: none; + width: 25%; + } + + .column.is-one-fifth-desktop { + flex: none; + width: 20%; + } + + .column.is-two-fifths-desktop { + flex: none; + width: 40%; + } + + .column.is-three-fifths-desktop { + flex: none; + width: 60%; + } + + .column.is-four-fifths-desktop { + flex: none; + width: 80%; + } + + .column.is-offset-three-quarters-desktop { + margin-left: 75%; + } + + .column.is-offset-two-thirds-desktop { + margin-left: 66.6666%; + } + + .column.is-offset-half-desktop { + margin-left: 50%; + } + + .column.is-offset-one-third-desktop { + margin-left: 33.3333%; + } + + .column.is-offset-one-quarter-desktop { + margin-left: 25%; + } + + .column.is-offset-one-fifth-desktop { + margin-left: 20%; + } + + .column.is-offset-two-fifths-desktop { + margin-left: 40%; + } + + .column.is-offset-three-fifths-desktop { + margin-left: 60%; + } + + .column.is-offset-four-fifths-desktop { + margin-left: 80%; + } + + .column.is-0-desktop { + flex: none; + width: 0%; + } + + .column.is-offset-0-desktop { + margin-left: 0%; + } + + .column.is-1-desktop { + flex: none; + width: 8.333333333333332%; + } + + .column.is-offset-1-desktop { + margin-left: 8.333333333333332%; + } + + .column.is-2-desktop { + flex: none; + width: 16.666666666666664%; + } + + .column.is-offset-2-desktop { + margin-left: 16.666666666666664%; + } -.navbar-item.is-tab.is-active { - background-color: transparent; - border-bottom-color: #3273dc; - border-bottom-style: solid; - border-bottom-width: 3px; - color: #3273dc; - padding-bottom: calc(0.5rem - 3px); -} + .column.is-3-desktop { + flex: none; + width: 25%; + } -.navbar-content { - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 1; -} + .column.is-offset-3-desktop { + margin-left: 25%; + } -.navbar-link:not(.is-arrowless) { - padding-right: 2.5em; -} + .column.is-4-desktop { + flex: none; + width: 33.33333333333333%; + } -.navbar-link:not(.is-arrowless)::after { - border-color: #3273dc; - margin-top: -0.375em; - right: 1.125em; -} + .column.is-offset-4-desktop { + margin-left: 33.33333333333333%; + } -.navbar-dropdown { - font-size: 0.875rem; - padding-bottom: 0.5rem; - padding-top: 0.5rem; + .column.is-5-desktop { + flex: none; + width: 41.66666666666667%; + } + + .column.is-offset-5-desktop { + margin-left: 41.66666666666667%; + } + + .column.is-6-desktop { + flex: none; + width: 50%; + } + + .column.is-offset-6-desktop { + margin-left: 50%; + } + + .column.is-7-desktop { + flex: none; + width: 58.333333333333336%; + } + + .column.is-offset-7-desktop { + margin-left: 58.333333333333336%; + } + + .column.is-8-desktop { + flex: none; + width: 66.66666666666666%; + } + + .column.is-offset-8-desktop { + margin-left: 66.66666666666666%; + } + + .column.is-9-desktop { + flex: none; + width: 75%; + } + + .column.is-offset-9-desktop { + margin-left: 75%; + } + + .column.is-10-desktop { + flex: none; + width: 83.33333333333334%; + } + + .column.is-offset-10-desktop { + margin-left: 83.33333333333334%; + } + + .column.is-11-desktop { + flex: none; + width: 91.66666666666666%; + } + + .column.is-offset-11-desktop { + margin-left: 91.66666666666666%; + } + + .column.is-12-desktop { + flex: none; + width: 100%; + } + + .column.is-offset-12-desktop { + margin-left: 100%; + } } -.navbar-dropdown .navbar-item { - padding-left: 1.5rem; - padding-right: 1.5rem; -} +@media screen and (min-width: 1216px) { + .column.is-narrow-widescreen { + flex: none; + } + + .column.is-full-widescreen { + flex: none; + width: 100%; + } + + .column.is-three-quarters-widescreen { + flex: none; + width: 75%; + } + + .column.is-two-thirds-widescreen { + flex: none; + width: 66.6666%; + } + + .column.is-half-widescreen { + flex: none; + width: 50%; + } + + .column.is-one-third-widescreen { + flex: none; + width: 33.3333%; + } + + .column.is-one-quarter-widescreen { + flex: none; + width: 25%; + } + + .column.is-one-fifth-widescreen { + flex: none; + width: 20%; + } + + .column.is-two-fifths-widescreen { + flex: none; + width: 40%; + } + + .column.is-three-fifths-widescreen { + flex: none; + width: 60%; + } + + .column.is-four-fifths-widescreen { + flex: none; + width: 80%; + } + + .column.is-offset-three-quarters-widescreen { + margin-left: 75%; + } + + .column.is-offset-two-thirds-widescreen { + margin-left: 66.6666%; + } + + .column.is-offset-half-widescreen { + margin-left: 50%; + } + + .column.is-offset-one-third-widescreen { + margin-left: 33.3333%; + } + + .column.is-offset-one-quarter-widescreen { + margin-left: 25%; + } + + .column.is-offset-one-fifth-widescreen { + margin-left: 20%; + } + + .column.is-offset-two-fifths-widescreen { + margin-left: 40%; + } + + .column.is-offset-three-fifths-widescreen { + margin-left: 60%; + } + + .column.is-offset-four-fifths-widescreen { + margin-left: 80%; + } + + .column.is-0-widescreen { + flex: none; + width: 0%; + } + + .column.is-offset-0-widescreen { + margin-left: 0%; + } + + .column.is-1-widescreen { + flex: none; + width: 8.333333333333332%; + } + + .column.is-offset-1-widescreen { + margin-left: 8.333333333333332%; + } + + .column.is-2-widescreen { + flex: none; + width: 16.666666666666664%; + } + + .column.is-offset-2-widescreen { + margin-left: 16.666666666666664%; + } + + .column.is-3-widescreen { + flex: none; + width: 25%; + } + + .column.is-offset-3-widescreen { + margin-left: 25%; + } + + .column.is-4-widescreen { + flex: none; + width: 33.33333333333333%; + } + + .column.is-offset-4-widescreen { + margin-left: 33.33333333333333%; + } + + .column.is-5-widescreen { + flex: none; + width: 41.66666666666667%; + } + + .column.is-offset-5-widescreen { + margin-left: 41.66666666666667%; + } -.navbar-divider { - background-color: #f5f5f5; - border: none; - display: none; - height: 2px; - margin: 0.5rem 0; -} + .column.is-6-widescreen { + flex: none; + width: 50%; + } -@media screen and (max-width: 1023px) { - .navbar > .container { - display: block; + .column.is-offset-6-widescreen { + margin-left: 50%; } - .navbar-brand .navbar-item, .navbar-tabs .navbar-item { - -webkit-box-align: center; - align-items: center; - display: -webkit-box; - display: flex; + .column.is-7-widescreen { + flex: none; + width: 58.333333333333336%; } - .navbar-link::after { - display: none; + .column.is-offset-7-widescreen { + margin-left: 58.333333333333336%; } - .navbar-menu { - background-color: #fff; - box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1); - padding: 0.5rem 0; + .column.is-8-widescreen { + flex: none; + width: 66.66666666666666%; } - .navbar-menu.is-active { - display: block; + .column.is-offset-8-widescreen { + margin-left: 66.66666666666666%; } - .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch { - left: 0; - position: fixed; - right: 0; - z-index: 30; + .column.is-9-widescreen { + flex: none; + width: 75%; } - .navbar.is-fixed-bottom-touch { - bottom: 0; + .column.is-offset-9-widescreen { + margin-left: 75%; } - .navbar.is-fixed-bottom-touch.has-shadow { - box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); + .column.is-10-widescreen { + flex: none; + width: 83.33333333333334%; } - .navbar.is-fixed-top-touch { - top: 0; + .column.is-offset-10-widescreen { + margin-left: 83.33333333333334%; } - .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; + .column.is-11-widescreen { + flex: none; + width: 91.66666666666666%; } - html.has-navbar-fixed-top-touch, body.has-navbar-fixed-top-touch { - padding-top: 3.25rem; + .column.is-offset-11-widescreen { + margin-left: 91.66666666666666%; } - html.has-navbar-fixed-bottom-touch, body.has-navbar-fixed-bottom-touch { - padding-bottom: 3.25rem; + .column.is-12-widescreen { + flex: none; + width: 100%; + } + + .column.is-offset-12-widescreen { + margin-left: 100%; } } -@media screen and (min-width: 1024px) { - .navbar, .navbar-menu, .navbar-start, .navbar-end { - -webkit-box-align: stretch; - align-items: stretch; - display: -webkit-box; - display: flex; +@media screen and (min-width: 1408px) { + .column.is-narrow-fullhd { + flex: none; } - .navbar { - min-height: 3.25rem; + .column.is-full-fullhd { + flex: none; + width: 100%; } - .navbar.is-spaced { - padding: 1rem 2rem; + .column.is-three-quarters-fullhd { + flex: none; + width: 75%; } - .navbar.is-spaced .navbar-start, .navbar.is-spaced .navbar-end { - -webkit-box-align: center; - align-items: center; + .column.is-two-thirds-fullhd { + flex: none; + width: 66.6666%; } - .navbar.is-spaced a.navbar-item, .navbar.is-spaced .navbar-link { - border-radius: 4px; + .column.is-half-fullhd { + flex: none; + width: 50%; } - .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent .navbar-link:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent .navbar-link:hover, .navbar.is-transparent a.navbar-item.is-active, .navbar.is-transparent .navbar-link.is-active { - background-color: transparent !important; + .column.is-one-third-fullhd { + flex: none; + width: 33.3333%; } - .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link { - background-color: transparent !important; + .column.is-one-quarter-fullhd { + flex: none; + width: 25%; } - .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover { - background-color: #f5f5f5; - color: #0a0a0a; + .column.is-one-fifth-fullhd { + flex: none; + width: 20%; } - .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { - background-color: #f5f5f5; - color: #3273dc; + .column.is-two-fifths-fullhd { + flex: none; + width: 40%; } - .navbar-burger { - display: none; + .column.is-three-fifths-fullhd { + flex: none; + width: 60%; } - .navbar-item, .navbar-link { - -webkit-box-align: center; - align-items: center; - display: -webkit-box; - display: flex; + .column.is-four-fifths-fullhd { + flex: none; + width: 80%; } - .navbar-item { - display: -webkit-box; - display: flex; + .column.is-offset-three-quarters-fullhd { + margin-left: 75%; } - .navbar-item.has-dropdown { - -webkit-box-align: stretch; - align-items: stretch; + .column.is-offset-two-thirds-fullhd { + margin-left: 66.6666%; } - .navbar-item.has-dropdown-up .navbar-link::after { - -webkit-transform: rotate(135deg) translate(0.25em, -0.25em); - transform: rotate(135deg) translate(0.25em, -0.25em); + .column.is-offset-half-fullhd { + margin-left: 50%; } - .navbar-item.has-dropdown-up .navbar-dropdown { - border-bottom: 2px solid #dbdbdb; - border-radius: 6px 6px 0 0; - border-top: none; - bottom: 100%; - box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1); - top: auto; + .column.is-offset-one-third-fullhd { + margin-left: 33.3333%; } - .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; + .column.is-offset-one-quarter-fullhd { + margin-left: 25%; } - .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed { - opacity: 1; - pointer-events: auto; - -webkit-transform: translateY(0); - transform: translateY(0); + .column.is-offset-one-fifth-fullhd { + margin-left: 20%; } - .navbar-menu { - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 0; + .column.is-offset-two-fifths-fullhd { + margin-left: 40%; } - .navbar-start { - -webkit-box-pack: start; - justify-content: flex-start; - margin-right: auto; + .column.is-offset-three-fifths-fullhd { + margin-left: 60%; } - .navbar-end { - -webkit-box-pack: end; - justify-content: flex-end; - margin-left: auto; + .column.is-offset-four-fifths-fullhd { + margin-left: 80%; } - .navbar-dropdown { - background-color: #fff; - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-top: 2px solid #dbdbdb; - box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1); - display: none; - font-size: 0.875rem; - left: 0; - min-width: 100%; - position: absolute; - top: 100%; - z-index: 20; + .column.is-0-fullhd { + flex: none; + width: 0%; } - .navbar-dropdown .navbar-item { - padding: 0.375rem 1rem; - white-space: nowrap; + .column.is-offset-0-fullhd { + margin-left: 0%; } - .navbar-dropdown a.navbar-item { - padding-right: 3rem; + .column.is-1-fullhd { + flex: none; + width: 8.333333333333332%; } - .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover { - background-color: #f5f5f5; - color: #0a0a0a; + .column.is-offset-1-fullhd { + margin-left: 8.333333333333332%; } - .navbar-dropdown a.navbar-item.is-active { - background-color: #f5f5f5; - color: #3273dc; + .column.is-2-fullhd { + flex: none; + width: 16.666666666666664%; } - .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { - border-radius: 6px; - border-top: none; - box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); - display: block; - opacity: 0; - pointer-events: none; - top: calc(100% + -4px); - -webkit-transform: translateY(-5px); - transform: translateY(-5px); - -webkit-transition-duration: 86ms; - transition-duration: 86ms; - -webkit-transition-property: opacity, -webkit-transform; - transition-property: opacity, -webkit-transform; - transition-property: opacity, transform; - transition-property: opacity, transform, -webkit-transform; + .column.is-offset-2-fullhd { + margin-left: 16.666666666666664%; } - .navbar-dropdown.is-right { - left: auto; - right: 0; + .column.is-3-fullhd { + flex: none; + width: 25%; } - .navbar-divider { - display: block; + .column.is-offset-3-fullhd { + margin-left: 25%; + } + + .column.is-4-fullhd { + flex: none; + width: 33.33333333333333%; } - .navbar > .container .navbar-brand, .container > .navbar .navbar-brand { - margin-left: -0.75rem; + .column.is-offset-4-fullhd { + margin-left: 33.33333333333333%; } - .navbar > .container .navbar-menu, .container > .navbar .navbar-menu { - margin-right: -0.75rem; + .column.is-5-fullhd { + flex: none; + width: 41.66666666666667%; } - .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop { - left: 0; - position: fixed; - right: 0; - z-index: 30; + .column.is-offset-5-fullhd { + margin-left: 41.66666666666667%; } - .navbar.is-fixed-bottom-desktop { - bottom: 0; + .column.is-6-fullhd { + flex: none; + width: 50%; } - .navbar.is-fixed-bottom-desktop.has-shadow { - box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); + .column.is-offset-6-fullhd { + margin-left: 50%; } - .navbar.is-fixed-top-desktop { - top: 0; + .column.is-7-fullhd { + flex: none; + width: 58.333333333333336%; } - html.has-navbar-fixed-top-desktop, body.has-navbar-fixed-top-desktop { - padding-top: 3.25rem; + .column.is-offset-7-fullhd { + margin-left: 58.333333333333336%; } - html.has-navbar-fixed-bottom-desktop, body.has-navbar-fixed-bottom-desktop { - padding-bottom: 3.25rem; + .column.is-8-fullhd { + flex: none; + width: 66.66666666666666%; } - html.has-spaced-navbar-fixed-top, body.has-spaced-navbar-fixed-top { - padding-top: 5.25rem; + .column.is-offset-8-fullhd { + margin-left: 66.66666666666666%; } - html.has-spaced-navbar-fixed-bottom, body.has-spaced-navbar-fixed-bottom { - padding-bottom: 5.25rem; + .column.is-9-fullhd { + flex: none; + width: 75%; } - a.navbar-item.is-active, .navbar-link.is-active { - color: #0a0a0a; + .column.is-offset-9-fullhd { + margin-left: 75%; } - a.navbar-item.is-active:not(:focus):not(:hover), .navbar-link.is-active:not(:focus):not(:hover) { - background-color: transparent; + .column.is-10-fullhd { + flex: none; + width: 83.33333333333334%; } - .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; + .column.is-offset-10-fullhd { + margin-left: 83.33333333333334%; } -} - -.hero.is-fullheight-with-navbar { - min-height: calc(100vh - 3.25rem); -} -.pagination { - font-size: 1rem; - margin: -0.25rem; -} + .column.is-11-fullhd { + flex: none; + width: 91.66666666666666%; + } -.pagination.is-small { - font-size: 0.75rem; -} + .column.is-offset-11-fullhd { + margin-left: 91.66666666666666%; + } -.pagination.is-medium { - font-size: 1.25rem; -} + .column.is-12-fullhd { + flex: none; + width: 100%; + } -.pagination.is-large { - font-size: 1.5rem; + .column.is-offset-12-fullhd { + margin-left: 100%; + } } -.pagination.is-rounded .pagination-previous, .pagination.is-rounded .pagination-next { - padding-left: 1em; - padding-right: 1em; - border-radius: 290486px; +.columns { + margin-left: -0.75rem; + margin-right: -0.75rem; + margin-top: -0.75rem; } -.pagination.is-rounded .pagination-link { - border-radius: 290486px; +.columns:last-child { + margin-bottom: -0.75rem; } -.pagination, .pagination-list { - -webkit-box-align: center; - align-items: center; - display: -webkit-box; - display: flex; - -webkit-box-pack: center; - justify-content: center; - text-align: center; +.columns:not(:last-child) { + margin-bottom: calc(1.5rem - 0.75rem); } -.pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis { - font-size: 1em; - -webkit-box-pack: center; +.columns.is-centered { justify-content: center; - margin: 0.25rem; - padding-left: 0.5em; - padding-right: 0.5em; - text-align: center; -} - -.pagination-previous, .pagination-next, .pagination-link { - border-color: #dbdbdb; - color: #363636; - min-width: 2.5em; -} - -.pagination-previous:hover, .pagination-next:hover, .pagination-link:hover { - border-color: #b5b5b5; - color: #363636; -} - -.pagination-previous:focus, .pagination-next:focus, .pagination-link:focus { - border-color: #3273dc; } -.pagination-previous:active, .pagination-next:active, .pagination-link:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); +.columns.is-gapless { + margin-left: 0; + margin-right: 0; + margin-top: 0; } -.pagination-previous[disabled], .pagination-next[disabled], .pagination-link[disabled] { - background-color: #dbdbdb; - border-color: #dbdbdb; - box-shadow: none; - color: #7a7a7a; - opacity: 0.5; +.columns.is-gapless > .column { + margin: 0; + padding: 0 !important; } -.pagination-previous, .pagination-next { - padding-left: 0.75em; - padding-right: 0.75em; - white-space: nowrap; +.columns.is-gapless:not(:last-child) { + margin-bottom: 1.5rem; } -.pagination-link.is-current { - background-color: #3273dc; - border-color: #3273dc; - color: #fff; +.columns.is-gapless:last-child { + margin-bottom: 0; } -.pagination-ellipsis { - color: #b5b5b5; - pointer-events: none; +.columns.is-mobile { + display: flex; } -.pagination-list { +.columns.is-multiline { flex-wrap: wrap; } -@media screen and (max-width: 768px) { - .pagination { - flex-wrap: wrap; - } - - .pagination-previous, .pagination-next { - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 1; - } - - .pagination-list li { - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 1; - } +.columns.is-vcentered { + align-items: center; } @media screen and (min-width: 769px), print { - .pagination-list { - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 1; - -webkit-box-pack: start; - justify-content: flex-start; - -webkit-box-ordinal-group: 2; - order: 1; - } - - .pagination-previous { - -webkit-box-ordinal-group: 3; - order: 2; - } - - .pagination-next { - -webkit-box-ordinal-group: 4; - order: 3; - } - - .pagination { - -webkit-box-pack: justify; - justify-content: space-between; - } - - .pagination.is-centered .pagination-previous { - -webkit-box-ordinal-group: 2; - order: 1; - } - - .pagination.is-centered .pagination-list { - -webkit-box-pack: center; - justify-content: center; - -webkit-box-ordinal-group: 3; - order: 2; - } - - .pagination.is-centered .pagination-next { - -webkit-box-ordinal-group: 4; - order: 3; - } - - .pagination.is-right .pagination-previous { - -webkit-box-ordinal-group: 2; - order: 1; + .columns:not(.is-desktop) { + display: flex; } +} - .pagination.is-right .pagination-next { - -webkit-box-ordinal-group: 3; - order: 2; +@media screen and (min-width: 1024px) { + .columns.is-desktop { + display: flex; } +} - .pagination.is-right .pagination-list { - -webkit-box-pack: end; - justify-content: flex-end; - -webkit-box-ordinal-group: 4; - order: 3; - } +.columns.is-variable { + --columnGap: 0.75rem; + margin-left: calc(-1 * var(--columnGap)); + margin-right: calc(-1 * var(--columnGap)); } -.panel { - border-radius: 6px; - box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); - font-size: 1rem; +.columns.is-variable .column { + padding-left: var(--columnGap); + padding-right: var(--columnGap); } -.panel:not(:last-child) { - margin-bottom: 1.5rem; +.columns.is-variable.is-0 { + --columnGap: 0rem; } -.panel.is-white .panel-heading { - background-color: #fff; - color: #0a0a0a; +@media screen and (max-width: 768px) { + .columns.is-variable.is-0-mobile { + --columnGap: 0rem; + } } -.panel.is-white .panel-tabs a.is-active { - border-bottom-color: #fff; +@media screen and (min-width: 769px), print { + .columns.is-variable.is-0-tablet { + --columnGap: 0rem; + } } -.panel.is-white .panel-block.is-active .panel-icon { - color: #fff; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-0-tablet-only { + --columnGap: 0rem; + } } -.panel.is-black .panel-heading { - background-color: #0a0a0a; - color: #fff; +@media screen and (max-width: 1023px) { + .columns.is-variable.is-0-touch { + --columnGap: 0rem; + } } -.panel.is-black .panel-tabs a.is-active { - border-bottom-color: #0a0a0a; +@media screen and (min-width: 1024px) { + .columns.is-variable.is-0-desktop { + --columnGap: 0rem; + } } -.panel.is-black .panel-block.is-active .panel-icon { - color: #0a0a0a; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-0-desktop-only { + --columnGap: 0rem; + } } -.panel.is-light .panel-heading { - background-color: #f5f5f5; - color: rgba(0, 0, 0, 0.7); +@media screen and (min-width: 1216px) { + .columns.is-variable.is-0-widescreen { + --columnGap: 0rem; + } } -.panel.is-light .panel-tabs a.is-active { - border-bottom-color: #f5f5f5; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-0-widescreen-only { + --columnGap: 0rem; + } } -.panel.is-light .panel-block.is-active .panel-icon { - color: #f5f5f5; +@media screen and (min-width: 1408px) { + .columns.is-variable.is-0-fullhd { + --columnGap: 0rem; + } } -.panel.is-dark .panel-heading { - background-color: #363636; - color: #fff; +.columns.is-variable.is-1 { + --columnGap: 0.25rem; } -.panel.is-dark .panel-tabs a.is-active { - border-bottom-color: #363636; +@media screen and (max-width: 768px) { + .columns.is-variable.is-1-mobile { + --columnGap: 0.25rem; + } } -.panel.is-dark .panel-block.is-active .panel-icon { - color: #363636; +@media screen and (min-width: 769px), print { + .columns.is-variable.is-1-tablet { + --columnGap: 0.25rem; + } } -.panel.is-primary .panel-heading { - background-color: #00d1b2; - color: #fff; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-1-tablet-only { + --columnGap: 0.25rem; + } } -.panel.is-primary .panel-tabs a.is-active { - border-bottom-color: #00d1b2; +@media screen and (max-width: 1023px) { + .columns.is-variable.is-1-touch { + --columnGap: 0.25rem; + } } -.panel.is-primary .panel-block.is-active .panel-icon { - color: #00d1b2; +@media screen and (min-width: 1024px) { + .columns.is-variable.is-1-desktop { + --columnGap: 0.25rem; + } } -.panel.is-link .panel-heading { - background-color: #3273dc; - color: #fff; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-1-desktop-only { + --columnGap: 0.25rem; + } } -.panel.is-link .panel-tabs a.is-active { - border-bottom-color: #3273dc; +@media screen and (min-width: 1216px) { + .columns.is-variable.is-1-widescreen { + --columnGap: 0.25rem; + } } -.panel.is-link .panel-block.is-active .panel-icon { - color: #3273dc; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-1-widescreen-only { + --columnGap: 0.25rem; + } } -.panel.is-info .panel-heading { - background-color: #3298dc; - color: #fff; +@media screen and (min-width: 1408px) { + .columns.is-variable.is-1-fullhd { + --columnGap: 0.25rem; + } } -.panel.is-info .panel-tabs a.is-active { - border-bottom-color: #3298dc; +.columns.is-variable.is-2 { + --columnGap: 0.5rem; } -.panel.is-info .panel-block.is-active .panel-icon { - color: #3298dc; +@media screen and (max-width: 768px) { + .columns.is-variable.is-2-mobile { + --columnGap: 0.5rem; + } } -.panel.is-success .panel-heading { - background-color: #48c774; - color: #fff; +@media screen and (min-width: 769px), print { + .columns.is-variable.is-2-tablet { + --columnGap: 0.5rem; + } } -.panel.is-success .panel-tabs a.is-active { - border-bottom-color: #48c774; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-2-tablet-only { + --columnGap: 0.5rem; + } } -.panel.is-success .panel-block.is-active .panel-icon { - color: #48c774; +@media screen and (max-width: 1023px) { + .columns.is-variable.is-2-touch { + --columnGap: 0.5rem; + } } -.panel.is-warning .panel-heading { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +@media screen and (min-width: 1024px) { + .columns.is-variable.is-2-desktop { + --columnGap: 0.5rem; + } } -.panel.is-warning .panel-tabs a.is-active { - border-bottom-color: #ffdd57; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-2-desktop-only { + --columnGap: 0.5rem; + } } -.panel.is-warning .panel-block.is-active .panel-icon { - color: #ffdd57; +@media screen and (min-width: 1216px) { + .columns.is-variable.is-2-widescreen { + --columnGap: 0.5rem; + } } -.panel.is-danger .panel-heading { - background-color: #f14668; - color: #fff; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-2-widescreen-only { + --columnGap: 0.5rem; + } } -.panel.is-danger .panel-tabs a.is-active { - border-bottom-color: #f14668; +@media screen and (min-width: 1408px) { + .columns.is-variable.is-2-fullhd { + --columnGap: 0.5rem; + } } -.panel.is-danger .panel-block.is-active .panel-icon { - color: #f14668; +.columns.is-variable.is-3 { + --columnGap: 0.75rem; } -.panel-tabs:not(:last-child), .panel-block:not(:last-child) { - border-bottom: 1px solid #ededed; +@media screen and (max-width: 768px) { + .columns.is-variable.is-3-mobile { + --columnGap: 0.75rem; + } } -.panel-heading { - background-color: #ededed; - border-radius: 6px 6px 0 0; - color: #363636; - font-size: 1.25em; - font-weight: 700; - line-height: 1.25; - padding: 0.75em 1em; +@media screen and (min-width: 769px), print { + .columns.is-variable.is-3-tablet { + --columnGap: 0.75rem; + } } -.panel-tabs { - -webkit-box-align: end; - align-items: flex-end; - display: -webkit-box; - display: flex; - font-size: 0.875em; - -webkit-box-pack: center; - justify-content: center; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-3-tablet-only { + --columnGap: 0.75rem; + } } -.panel-tabs a { - border-bottom: 1px solid #dbdbdb; - margin-bottom: -1px; - padding: 0.5em; +@media screen and (max-width: 1023px) { + .columns.is-variable.is-3-touch { + --columnGap: 0.75rem; + } } -.panel-tabs a.is-active { - border-bottom-color: #4a4a4a; - color: #363636; +@media screen and (min-width: 1024px) { + .columns.is-variable.is-3-desktop { + --columnGap: 0.75rem; + } } -.panel-list a { - color: #4a4a4a; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-3-desktop-only { + --columnGap: 0.75rem; + } } -.panel-list a:hover { - color: #3273dc; +@media screen and (min-width: 1216px) { + .columns.is-variable.is-3-widescreen { + --columnGap: 0.75rem; + } } -.panel-block { - -webkit-box-align: center; - align-items: center; - color: #363636; - display: -webkit-box; - display: flex; - -webkit-box-pack: start; - justify-content: flex-start; - padding: 0.5em 0.75em; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-3-widescreen-only { + --columnGap: 0.75rem; + } } -.panel-block input[type="checkbox"] { - margin-right: 0.75em; +@media screen and (min-width: 1408px) { + .columns.is-variable.is-3-fullhd { + --columnGap: 0.75rem; + } } -.panel-block > .control { - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 1; - width: 100%; +.columns.is-variable.is-4 { + --columnGap: 1rem; } -.panel-block.is-wrapped { - flex-wrap: wrap; +@media screen and (max-width: 768px) { + .columns.is-variable.is-4-mobile { + --columnGap: 1rem; + } } -.panel-block.is-active { - border-left-color: #3273dc; - color: #363636; +@media screen and (min-width: 769px), print { + .columns.is-variable.is-4-tablet { + --columnGap: 1rem; + } } -.panel-block.is-active .panel-icon { - color: #3273dc; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-4-tablet-only { + --columnGap: 1rem; + } } -.panel-block:last-child { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; +@media screen and (max-width: 1023px) { + .columns.is-variable.is-4-touch { + --columnGap: 1rem; + } } -a.panel-block, label.panel-block { - cursor: pointer; +@media screen and (min-width: 1024px) { + .columns.is-variable.is-4-desktop { + --columnGap: 1rem; + } } -a.panel-block:hover, label.panel-block:hover { - background-color: #f5f5f5; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-4-desktop-only { + --columnGap: 1rem; + } } -.panel-icon { - display: inline-block; - font-size: 14px; - height: 1em; - line-height: 1em; - text-align: center; - vertical-align: top; - width: 1em; - color: #7a7a7a; - margin-right: 0.75em; +@media screen and (min-width: 1216px) { + .columns.is-variable.is-4-widescreen { + --columnGap: 1rem; + } } -.panel-icon .fa { - font-size: inherit; - line-height: inherit; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-4-widescreen-only { + --columnGap: 1rem; + } } -.tabs { - -webkit-overflow-scrolling: touch; - -webkit-box-align: stretch; - align-items: stretch; - display: -webkit-box; - display: flex; - font-size: 1rem; - -webkit-box-pack: justify; - justify-content: space-between; - overflow: hidden; - overflow-x: auto; - white-space: nowrap; +@media screen and (min-width: 1408px) { + .columns.is-variable.is-4-fullhd { + --columnGap: 1rem; + } } -.tabs a { - -webkit-box-align: center; - align-items: center; - border-bottom-color: #dbdbdb; - border-bottom-style: solid; - border-bottom-width: 1px; - color: #4a4a4a; - display: -webkit-box; - display: flex; - -webkit-box-pack: center; - justify-content: center; - margin-bottom: -1px; - padding: 0.5em 1em; - vertical-align: top; +.columns.is-variable.is-5 { + --columnGap: 1.25rem; } -.tabs a:hover { - border-bottom-color: #363636; - color: #363636; +@media screen and (max-width: 768px) { + .columns.is-variable.is-5-mobile { + --columnGap: 1.25rem; + } } -.tabs li { - display: block; +@media screen and (min-width: 769px), print { + .columns.is-variable.is-5-tablet { + --columnGap: 1.25rem; + } } -.tabs li.is-active a { - border-bottom-color: #3273dc; - color: #3273dc; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-5-tablet-only { + --columnGap: 1.25rem; + } } -.tabs ul { - -webkit-box-align: center; - align-items: center; - border-bottom-color: #dbdbdb; - border-bottom-style: solid; - border-bottom-width: 1px; - display: -webkit-box; - display: flex; - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 0; - -webkit-box-pack: start; - justify-content: flex-start; +@media screen and (max-width: 1023px) { + .columns.is-variable.is-5-touch { + --columnGap: 1.25rem; + } } -.tabs ul.is-left { - padding-right: 0.75em; +@media screen and (min-width: 1024px) { + .columns.is-variable.is-5-desktop { + --columnGap: 1.25rem; + } } -.tabs ul.is-center { - -webkit-box-flex: 0; - flex: none; - -webkit-box-pack: center; - justify-content: center; - padding-left: 0.75em; - padding-right: 0.75em; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-5-desktop-only { + --columnGap: 1.25rem; + } } -.tabs ul.is-right { - -webkit-box-pack: end; - justify-content: flex-end; - padding-left: 0.75em; +@media screen and (min-width: 1216px) { + .columns.is-variable.is-5-widescreen { + --columnGap: 1.25rem; + } } -.tabs .icon:first-child { - margin-right: 0.5em; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-5-widescreen-only { + --columnGap: 1.25rem; + } } -.tabs .icon:last-child { - margin-left: 0.5em; +@media screen and (min-width: 1408px) { + .columns.is-variable.is-5-fullhd { + --columnGap: 1.25rem; + } } -.tabs.is-centered ul { - -webkit-box-pack: center; - justify-content: center; +.columns.is-variable.is-6 { + --columnGap: 1.5rem; } -.tabs.is-right ul { - -webkit-box-pack: end; - justify-content: flex-end; +@media screen and (max-width: 768px) { + .columns.is-variable.is-6-mobile { + --columnGap: 1.5rem; + } } -.tabs.is-boxed a { - border: 1px solid transparent; - border-radius: 4px 4px 0 0; +@media screen and (min-width: 769px), print { + .columns.is-variable.is-6-tablet { + --columnGap: 1.5rem; + } } -.tabs.is-boxed a:hover { - background-color: #f5f5f5; - border-bottom-color: #dbdbdb; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-6-tablet-only { + --columnGap: 1.5rem; + } } -.tabs.is-boxed li.is-active a { - background-color: #fff; - border-color: #dbdbdb; - border-bottom-color: transparent !important; +@media screen and (max-width: 1023px) { + .columns.is-variable.is-6-touch { + --columnGap: 1.5rem; + } } -.tabs.is-fullwidth li { - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 0; +@media screen and (min-width: 1024px) { + .columns.is-variable.is-6-desktop { + --columnGap: 1.5rem; + } } -.tabs.is-toggle a { - border-color: #dbdbdb; - border-style: solid; - border-width: 1px; - margin-bottom: 0; - position: relative; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-6-desktop-only { + --columnGap: 1.5rem; + } } -.tabs.is-toggle a:hover { - background-color: #f5f5f5; - border-color: #b5b5b5; - z-index: 2; +@media screen and (min-width: 1216px) { + .columns.is-variable.is-6-widescreen { + --columnGap: 1.5rem; + } } -.tabs.is-toggle li + li { - margin-left: -1px; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-6-widescreen-only { + --columnGap: 1.5rem; + } } -.tabs.is-toggle li:first-child a { - border-radius: 4px 0 0 4px; +@media screen and (min-width: 1408px) { + .columns.is-variable.is-6-fullhd { + --columnGap: 1.5rem; + } } -.tabs.is-toggle li:last-child a { - border-radius: 0 4px 4px 0; +.columns.is-variable.is-7 { + --columnGap: 1.75rem; } -.tabs.is-toggle li.is-active a { - background-color: #3273dc; - border-color: #3273dc; - color: #fff; - z-index: 1; +@media screen and (max-width: 768px) { + .columns.is-variable.is-7-mobile { + --columnGap: 1.75rem; + } } -.tabs.is-toggle ul { - border-bottom: none; +@media screen and (min-width: 769px), print { + .columns.is-variable.is-7-tablet { + --columnGap: 1.75rem; + } } -.tabs.is-toggle.is-toggle-rounded li:first-child a { - border-bottom-left-radius: 290486px; - border-top-left-radius: 290486px; - padding-left: 1.25em; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-7-tablet-only { + --columnGap: 1.75rem; + } } -.tabs.is-toggle.is-toggle-rounded li:last-child a { - border-bottom-right-radius: 290486px; - border-top-right-radius: 290486px; - padding-right: 1.25em; +@media screen and (max-width: 1023px) { + .columns.is-variable.is-7-touch { + --columnGap: 1.75rem; + } } -.tabs.is-small { - font-size: 0.75rem; +@media screen and (min-width: 1024px) { + .columns.is-variable.is-7-desktop { + --columnGap: 1.75rem; + } } -.tabs.is-medium { - font-size: 1.25rem; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-7-desktop-only { + --columnGap: 1.75rem; + } } -.tabs.is-large { - font-size: 1.5rem; +@media screen and (min-width: 1216px) { + .columns.is-variable.is-7-widescreen { + --columnGap: 1.75rem; + } } -.column { - display: block; - flex-basis: 0; - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 1; - padding: 0.75rem; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-7-widescreen-only { + --columnGap: 1.75rem; + } } -.columns.is-mobile > .column.is-narrow { - -webkit-box-flex: 0; - flex: none; +@media screen and (min-width: 1408px) { + .columns.is-variable.is-7-fullhd { + --columnGap: 1.75rem; + } } -.columns.is-mobile > .column.is-full { - -webkit-box-flex: 0; - flex: none; - width: 100%; +.columns.is-variable.is-8 { + --columnGap: 2rem; } -.columns.is-mobile > .column.is-three-quarters { - -webkit-box-flex: 0; - flex: none; - width: 75%; +@media screen and (max-width: 768px) { + .columns.is-variable.is-8-mobile { + --columnGap: 2rem; + } } -.columns.is-mobile > .column.is-two-thirds { - -webkit-box-flex: 0; - flex: none; - width: 66.6666%; +@media screen and (min-width: 769px), print { + .columns.is-variable.is-8-tablet { + --columnGap: 2rem; + } } -.columns.is-mobile > .column.is-half { - -webkit-box-flex: 0; - flex: none; - width: 50%; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-8-tablet-only { + --columnGap: 2rem; + } } -.columns.is-mobile > .column.is-one-third { - -webkit-box-flex: 0; - flex: none; - width: 33.3333%; +@media screen and (max-width: 1023px) { + .columns.is-variable.is-8-touch { + --columnGap: 2rem; + } } -.columns.is-mobile > .column.is-one-quarter { - -webkit-box-flex: 0; - flex: none; - width: 25%; +@media screen and (min-width: 1024px) { + .columns.is-variable.is-8-desktop { + --columnGap: 2rem; + } } -.columns.is-mobile > .column.is-one-fifth { - -webkit-box-flex: 0; - flex: none; - width: 20%; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-8-desktop-only { + --columnGap: 2rem; + } } -.columns.is-mobile > .column.is-two-fifths { - -webkit-box-flex: 0; - flex: none; - width: 40%; +@media screen and (min-width: 1216px) { + .columns.is-variable.is-8-widescreen { + --columnGap: 2rem; + } } -.columns.is-mobile > .column.is-three-fifths { - -webkit-box-flex: 0; - flex: none; - width: 60%; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-8-widescreen-only { + --columnGap: 2rem; + } } -.columns.is-mobile > .column.is-four-fifths { - -webkit-box-flex: 0; - flex: none; - width: 80%; +@media screen and (min-width: 1408px) { + .columns.is-variable.is-8-fullhd { + --columnGap: 2rem; + } } -.columns.is-mobile > .column.is-offset-three-quarters { - margin-left: 75%; +.tile { + align-items: stretch; + display: block; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + min-height: -webkit-min-content; + min-height: -moz-min-content; + min-height: min-content; } -.columns.is-mobile > .column.is-offset-two-thirds { - margin-left: 66.6666%; +.tile.is-ancestor { + margin-left: -0.75rem; + margin-right: -0.75rem; + margin-top: -0.75rem; } -.columns.is-mobile > .column.is-offset-half { - margin-left: 50%; +.tile.is-ancestor:last-child { + margin-bottom: -0.75rem; } -.columns.is-mobile > .column.is-offset-one-third { - margin-left: 33.3333%; +.tile.is-ancestor:not(:last-child) { + margin-bottom: 0.75rem; } -.columns.is-mobile > .column.is-offset-one-quarter { - margin-left: 25%; +.tile.is-child { + margin: 0 !important; } -.columns.is-mobile > .column.is-offset-one-fifth { - margin-left: 20%; +.tile.is-parent { + padding: 0.75rem; } -.columns.is-mobile > .column.is-offset-two-fifths { - margin-left: 40%; +.tile.is-vertical { + flex-direction: column; } -.columns.is-mobile > .column.is-offset-three-fifths { - margin-left: 60%; +.tile.is-vertical > .tile.is-child:not(:last-child) { + margin-bottom: 1.5rem !important; } -.columns.is-mobile > .column.is-offset-four-fifths { - margin-left: 80%; -} +@media screen and (min-width: 769px), print { + .tile:not(.is-child) { + display: flex; + } -.columns.is-mobile > .column.is-0 { - -webkit-box-flex: 0; - flex: none; - width: 0%; -} + .tile.is-1 { + flex: none; + width: 8.333333333333332%; + } -.columns.is-mobile > .column.is-offset-0 { - margin-left: 0%; -} + .tile.is-2 { + flex: none; + width: 16.666666666666664%; + } -.columns.is-mobile > .column.is-1 { - -webkit-box-flex: 0; - flex: none; - width: 8.333333333333332%; -} + .tile.is-3 { + flex: none; + width: 25%; + } -.columns.is-mobile > .column.is-offset-1 { - margin-left: 8.333333333333332%; -} + .tile.is-4 { + flex: none; + width: 33.33333333333333%; + } -.columns.is-mobile > .column.is-2 { - -webkit-box-flex: 0; - flex: none; - width: 16.666666666666664%; -} + .tile.is-5 { + flex: none; + width: 41.66666666666667%; + } -.columns.is-mobile > .column.is-offset-2 { - margin-left: 16.666666666666664%; -} + .tile.is-6 { + flex: none; + width: 50%; + } -.columns.is-mobile > .column.is-3 { - -webkit-box-flex: 0; - flex: none; - width: 25%; -} + .tile.is-7 { + flex: none; + width: 58.333333333333336%; + } -.columns.is-mobile > .column.is-offset-3 { - margin-left: 25%; -} + .tile.is-8 { + flex: none; + width: 66.66666666666666%; + } -.columns.is-mobile > .column.is-4 { - -webkit-box-flex: 0; - flex: none; - width: 33.33333333333333%; -} + .tile.is-9 { + flex: none; + width: 75%; + } -.columns.is-mobile > .column.is-offset-4 { - margin-left: 33.33333333333333%; -} + .tile.is-10 { + flex: none; + width: 83.33333333333334%; + } -.columns.is-mobile > .column.is-5 { - -webkit-box-flex: 0; - flex: none; - width: 41.66666666666667%; + .tile.is-11 { + flex: none; + width: 91.66666666666666%; + } + + .tile.is-12 { + flex: none; + width: 100%; + } } -.columns.is-mobile > .column.is-offset-5 { - margin-left: 41.66666666666667%; +/* Bulma Helpers */ +.has-text-white { + color: #fff !important; } -.columns.is-mobile > .column.is-6 { - -webkit-box-flex: 0; - flex: none; - width: 50%; +a.has-text-white:hover, a.has-text-white:focus { + color: #e6e6e6 !important; } -.columns.is-mobile > .column.is-offset-6 { - margin-left: 50%; +.has-background-white { + background-color: #fff !important; } -.columns.is-mobile > .column.is-7 { - -webkit-box-flex: 0; - flex: none; - width: 58.333333333333336%; +.has-text-black { + color: #0a0a0a !important; } -.columns.is-mobile > .column.is-offset-7 { - margin-left: 58.333333333333336%; +a.has-text-black:hover, a.has-text-black:focus { + color: #000 !important; } -.columns.is-mobile > .column.is-8 { - -webkit-box-flex: 0; - flex: none; - width: 66.66666666666666%; +.has-background-black { + background-color: #0a0a0a !important; } -.columns.is-mobile > .column.is-offset-8 { - margin-left: 66.66666666666666%; +.has-text-light { + color: #f5f5f5 !important; } -.columns.is-mobile > .column.is-9 { - -webkit-box-flex: 0; - flex: none; - width: 75%; +a.has-text-light:hover, a.has-text-light:focus { + color: #dbdbdb !important; } -.columns.is-mobile > .column.is-offset-9 { - margin-left: 75%; +.has-background-light { + background-color: #f5f5f5 !important; } -.columns.is-mobile > .column.is-10 { - -webkit-box-flex: 0; - flex: none; - width: 83.33333333333334%; +.has-text-dark { + color: #363636 !important; } -.columns.is-mobile > .column.is-offset-10 { - margin-left: 83.33333333333334%; +a.has-text-dark:hover, a.has-text-dark:focus { + color: #1c1c1c !important; } -.columns.is-mobile > .column.is-11 { - -webkit-box-flex: 0; - flex: none; - width: 91.66666666666666%; +.has-background-dark { + background-color: #363636 !important; } -.columns.is-mobile > .column.is-offset-11 { - margin-left: 91.66666666666666%; +.has-text-primary { + color: #00d1b2 !important; } -.columns.is-mobile > .column.is-12 { - -webkit-box-flex: 0; - flex: none; - width: 100%; +a.has-text-primary:hover, a.has-text-primary:focus { + color: #009e86 !important; } -.columns.is-mobile > .column.is-offset-12 { - margin-left: 100%; +.has-background-primary { + background-color: #00d1b2 !important; } -@media screen and (max-width: 768px) { - .column.is-narrow-mobile { - -webkit-box-flex: 0; - flex: none; - } +.has-text-primary-light { + color: #ebfffc !important; +} - .column.is-full-mobile { - -webkit-box-flex: 0; - flex: none; - width: 100%; - } +a.has-text-primary-light:hover, a.has-text-primary-light:focus { + color: #b8fff4 !important; +} - .column.is-three-quarters-mobile { - -webkit-box-flex: 0; - flex: none; - width: 75%; - } +.has-background-primary-light { + background-color: #ebfffc !important; +} - .column.is-two-thirds-mobile { - -webkit-box-flex: 0; - flex: none; - width: 66.6666%; - } +.has-text-primary-dark { + color: #00947e !important; +} - .column.is-half-mobile { - -webkit-box-flex: 0; - flex: none; - width: 50%; - } +a.has-text-primary-dark:hover, a.has-text-primary-dark:focus { + color: #00c7a9 !important; +} - .column.is-one-third-mobile { - -webkit-box-flex: 0; - flex: none; - width: 33.3333%; - } +.has-background-primary-dark { + background-color: #00947e !important; +} - .column.is-one-quarter-mobile { - -webkit-box-flex: 0; - flex: none; - width: 25%; - } +.has-text-link { + color: #3273dc !important; +} - .column.is-one-fifth-mobile { - -webkit-box-flex: 0; - flex: none; - width: 20%; - } +a.has-text-link:hover, a.has-text-link:focus { + color: #205bbc !important; +} - .column.is-two-fifths-mobile { - -webkit-box-flex: 0; - flex: none; - width: 40%; - } +.has-background-link { + background-color: #3273dc !important; +} - .column.is-three-fifths-mobile { - -webkit-box-flex: 0; - flex: none; - width: 60%; - } +.has-text-link-light { + color: #eef3fc !important; +} - .column.is-four-fifths-mobile { - -webkit-box-flex: 0; - flex: none; - width: 80%; - } +a.has-text-link-light:hover, a.has-text-link-light:focus { + color: #c2d5f5 !important; +} - .column.is-offset-three-quarters-mobile { - margin-left: 75%; - } +.has-background-link-light { + background-color: #eef3fc !important; +} - .column.is-offset-two-thirds-mobile { - margin-left: 66.6666%; - } +.has-text-link-dark { + color: #2160c4 !important; +} - .column.is-offset-half-mobile { - margin-left: 50%; - } +a.has-text-link-dark:hover, a.has-text-link-dark:focus { + color: #3b79de !important; +} - .column.is-offset-one-third-mobile { - margin-left: 33.3333%; - } +.has-background-link-dark { + background-color: #2160c4 !important; +} - .column.is-offset-one-quarter-mobile { - margin-left: 25%; - } +.has-text-info { + color: #3298dc !important; +} - .column.is-offset-one-fifth-mobile { - margin-left: 20%; - } +a.has-text-info:hover, a.has-text-info:focus { + color: #207dbc !important; +} - .column.is-offset-two-fifths-mobile { - margin-left: 40%; - } +.has-background-info { + background-color: #3298dc !important; +} - .column.is-offset-three-fifths-mobile { - margin-left: 60%; - } +.has-text-info-light { + color: #eef6fc !important; +} - .column.is-offset-four-fifths-mobile { - margin-left: 80%; - } +a.has-text-info-light:hover, a.has-text-info-light:focus { + color: #c2e0f5 !important; +} - .column.is-0-mobile { - -webkit-box-flex: 0; - flex: none; - width: 0%; - } +.has-background-info-light { + background-color: #eef6fc !important; +} - .column.is-offset-0-mobile { - margin-left: 0%; - } +.has-text-info-dark { + color: #1d72aa !important; +} - .column.is-1-mobile { - -webkit-box-flex: 0; - flex: none; - width: 8.333333333333332%; - } +a.has-text-info-dark:hover, a.has-text-info-dark:focus { + color: #248fd6 !important; +} - .column.is-offset-1-mobile { - margin-left: 8.333333333333332%; - } +.has-background-info-dark { + background-color: #1d72aa !important; +} - .column.is-2-mobile { - -webkit-box-flex: 0; - flex: none; - width: 16.666666666666664%; - } +.has-text-success { + color: #48c774 !important; +} - .column.is-offset-2-mobile { - margin-left: 16.666666666666664%; - } +a.has-text-success:hover, a.has-text-success:focus { + color: #34a85c !important; +} - .column.is-3-mobile { - -webkit-box-flex: 0; - flex: none; - width: 25%; - } +.has-background-success { + background-color: #48c774 !important; +} - .column.is-offset-3-mobile { - margin-left: 25%; - } +.has-text-success-light { + color: #effaf3 !important; +} - .column.is-4-mobile { - -webkit-box-flex: 0; - flex: none; - width: 33.33333333333333%; - } +a.has-text-success-light:hover, a.has-text-success-light:focus { + color: #c8eed6 !important; +} - .column.is-offset-4-mobile { - margin-left: 33.33333333333333%; - } +.has-background-success-light { + background-color: #effaf3 !important; +} - .column.is-5-mobile { - -webkit-box-flex: 0; - flex: none; - width: 41.66666666666667%; - } +.has-text-success-dark { + color: #257942 !important; +} - .column.is-offset-5-mobile { - margin-left: 41.66666666666667%; - } +a.has-text-success-dark:hover, a.has-text-success-dark:focus { + color: #31a058 !important; +} - .column.is-6-mobile { - -webkit-box-flex: 0; - flex: none; - width: 50%; - } +.has-background-success-dark { + background-color: #257942 !important; +} - .column.is-offset-6-mobile { - margin-left: 50%; - } +.has-text-warning { + color: #ffdd57 !important; +} - .column.is-7-mobile { - -webkit-box-flex: 0; - flex: none; - width: 58.333333333333336%; - } +a.has-text-warning:hover, a.has-text-warning:focus { + color: #ffd324 !important; +} - .column.is-offset-7-mobile { - margin-left: 58.333333333333336%; - } +.has-background-warning { + background-color: #ffdd57 !important; +} - .column.is-8-mobile { - -webkit-box-flex: 0; - flex: none; - width: 66.66666666666666%; - } +.has-text-warning-light { + color: #fffbeb !important; +} - .column.is-offset-8-mobile { - margin-left: 66.66666666666666%; - } +a.has-text-warning-light:hover, a.has-text-warning-light:focus { + color: #fff1b8 !important; +} - .column.is-9-mobile { - -webkit-box-flex: 0; - flex: none; - width: 75%; - } +.has-background-warning-light { + background-color: #fffbeb !important; +} - .column.is-offset-9-mobile { - margin-left: 75%; - } +.has-text-warning-dark { + color: #947600 !important; +} - .column.is-10-mobile { - -webkit-box-flex: 0; - flex: none; - width: 83.33333333333334%; - } +a.has-text-warning-dark:hover, a.has-text-warning-dark:focus { + color: #c79f00 !important; +} - .column.is-offset-10-mobile { - margin-left: 83.33333333333334%; - } +.has-background-warning-dark { + background-color: #947600 !important; +} - .column.is-11-mobile { - -webkit-box-flex: 0; - flex: none; - width: 91.66666666666666%; - } +.has-text-danger { + color: #f14668 !important; +} - .column.is-offset-11-mobile { - margin-left: 91.66666666666666%; - } +a.has-text-danger:hover, a.has-text-danger:focus { + color: #ee1742 !important; +} - .column.is-12-mobile { - -webkit-box-flex: 0; - flex: none; - width: 100%; - } +.has-background-danger { + background-color: #f14668 !important; +} - .column.is-offset-12-mobile { - margin-left: 100%; - } +.has-text-danger-light { + color: #feecf0 !important; } -@media screen and (min-width: 769px), print { - .column.is-narrow, .column.is-narrow-tablet { - -webkit-box-flex: 0; - flex: none; - } +a.has-text-danger-light:hover, a.has-text-danger-light:focus { + color: #fabdc9 !important; +} - .column.is-full, .column.is-full-tablet { - -webkit-box-flex: 0; - flex: none; - width: 100%; - } +.has-background-danger-light { + background-color: #feecf0 !important; +} - .column.is-three-quarters, .column.is-three-quarters-tablet { - -webkit-box-flex: 0; - flex: none; - width: 75%; - } +.has-text-danger-dark { + color: #cc0f35 !important; +} - .column.is-two-thirds, .column.is-two-thirds-tablet { - -webkit-box-flex: 0; - flex: none; - width: 66.6666%; - } +a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { + color: #ee2049 !important; +} - .column.is-half, .column.is-half-tablet { - -webkit-box-flex: 0; - flex: none; - width: 50%; - } +.has-background-danger-dark { + background-color: #cc0f35 !important; +} - .column.is-one-third, .column.is-one-third-tablet { - -webkit-box-flex: 0; - flex: none; - width: 33.3333%; - } +.has-text-black-bis { + color: #121212 !important; +} - .column.is-one-quarter, .column.is-one-quarter-tablet { - -webkit-box-flex: 0; - flex: none; - width: 25%; - } +.has-background-black-bis { + background-color: #121212 !important; +} - .column.is-one-fifth, .column.is-one-fifth-tablet { - -webkit-box-flex: 0; - flex: none; - width: 20%; - } +.has-text-black-ter { + color: #242424 !important; +} - .column.is-two-fifths, .column.is-two-fifths-tablet { - -webkit-box-flex: 0; - flex: none; - width: 40%; - } +.has-background-black-ter { + background-color: #242424 !important; +} - .column.is-three-fifths, .column.is-three-fifths-tablet { - -webkit-box-flex: 0; - flex: none; - width: 60%; - } +.has-text-grey-darker { + color: #363636 !important; +} - .column.is-four-fifths, .column.is-four-fifths-tablet { - -webkit-box-flex: 0; - flex: none; - width: 80%; - } +.has-background-grey-darker { + background-color: #363636 !important; +} - .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { - margin-left: 75%; - } +.has-text-grey-dark { + color: #4a4a4a !important; +} - .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { - margin-left: 66.6666%; - } +.has-background-grey-dark { + background-color: #4a4a4a !important; +} - .column.is-offset-half, .column.is-offset-half-tablet { - margin-left: 50%; - } +.has-text-grey { + color: #7a7a7a !important; +} - .column.is-offset-one-third, .column.is-offset-one-third-tablet { - margin-left: 33.3333%; - } +.has-background-grey { + background-color: #7a7a7a !important; +} - .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { - margin-left: 25%; - } +.has-text-grey-light { + color: #b5b5b5 !important; +} - .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet { - margin-left: 20%; - } +.has-background-grey-light { + background-color: #b5b5b5 !important; +} - .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet { - margin-left: 40%; - } +.has-text-grey-lighter { + color: #dbdbdb !important; +} - .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet { - margin-left: 60%; - } +.has-background-grey-lighter { + background-color: #dbdbdb !important; +} - .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet { - margin-left: 80%; - } +.has-text-white-ter { + color: #f5f5f5 !important; +} - .column.is-0, .column.is-0-tablet { - -webkit-box-flex: 0; - flex: none; - width: 0%; - } +.has-background-white-ter { + background-color: #f5f5f5 !important; +} - .column.is-offset-0, .column.is-offset-0-tablet { - margin-left: 0%; - } +.has-text-white-bis { + color: #fafafa !important; +} - .column.is-1, .column.is-1-tablet { - -webkit-box-flex: 0; - flex: none; - width: 8.333333333333332%; - } +.has-background-white-bis { + background-color: #fafafa !important; +} - .column.is-offset-1, .column.is-offset-1-tablet { - margin-left: 8.333333333333332%; - } +.is-flex-direction-row { + flex-direction: row !important; +} - .column.is-2, .column.is-2-tablet { - -webkit-box-flex: 0; - flex: none; - width: 16.666666666666664%; - } +.is-flex-direction-row-reverse { + flex-direction: row-reverse !important; +} - .column.is-offset-2, .column.is-offset-2-tablet { - margin-left: 16.666666666666664%; - } +.is-flex-direction-column { + flex-direction: column !important; +} - .column.is-3, .column.is-3-tablet { - -webkit-box-flex: 0; - flex: none; - width: 25%; - } +.is-flex-direction-column-reverse { + flex-direction: column-reverse !important; +} - .column.is-offset-3, .column.is-offset-3-tablet { - margin-left: 25%; - } +.is-flex-wrap-nowrap { + flex-wrap: nowrap !important; +} - .column.is-4, .column.is-4-tablet { - -webkit-box-flex: 0; - flex: none; - width: 33.33333333333333%; - } +.is-flex-wrap-wrap { + flex-wrap: wrap !important; +} - .column.is-offset-4, .column.is-offset-4-tablet { - margin-left: 33.33333333333333%; - } +.is-flex-wrap-wrap-reverse { + flex-wrap: wrap-reverse !important; +} - .column.is-5, .column.is-5-tablet { - -webkit-box-flex: 0; - flex: none; - width: 41.66666666666667%; - } +.is-justify-content-flex-start { + justify-content: flex-start !important; +} - .column.is-offset-5, .column.is-offset-5-tablet { - margin-left: 41.66666666666667%; - } +.is-justify-content-flex-end { + justify-content: flex-end !important; +} - .column.is-6, .column.is-6-tablet { - -webkit-box-flex: 0; - flex: none; - width: 50%; - } +.is-justify-content-center { + justify-content: center !important; +} - .column.is-offset-6, .column.is-offset-6-tablet { - margin-left: 50%; - } +.is-justify-content-space-between { + justify-content: space-between !important; +} - .column.is-7, .column.is-7-tablet { - -webkit-box-flex: 0; - flex: none; - width: 58.333333333333336%; - } +.is-justify-content-space-around { + justify-content: space-around !important; +} - .column.is-offset-7, .column.is-offset-7-tablet { - margin-left: 58.333333333333336%; - } +.is-justify-content-space-evenly { + justify-content: space-evenly !important; +} - .column.is-8, .column.is-8-tablet { - -webkit-box-flex: 0; - flex: none; - width: 66.66666666666666%; - } +.is-justify-content-start { + justify-content: start !important; +} - .column.is-offset-8, .column.is-offset-8-tablet { - margin-left: 66.66666666666666%; - } +.is-justify-content-end { + justify-content: end !important; +} - .column.is-9, .column.is-9-tablet { - -webkit-box-flex: 0; - flex: none; - width: 75%; - } +.is-justify-content-left { + justify-content: left !important; +} - .column.is-offset-9, .column.is-offset-9-tablet { - margin-left: 75%; - } +.is-justify-content-right { + justify-content: right !important; +} - .column.is-10, .column.is-10-tablet { - -webkit-box-flex: 0; - flex: none; - width: 83.33333333333334%; - } +.is-align-content-flex-start { + align-content: flex-start !important; +} - .column.is-offset-10, .column.is-offset-10-tablet { - margin-left: 83.33333333333334%; - } +.is-align-content-flex-end { + align-content: flex-end !important; +} - .column.is-11, .column.is-11-tablet { - -webkit-box-flex: 0; - flex: none; - width: 91.66666666666666%; - } +.is-align-content-center { + align-content: center !important; +} + +.is-align-content-space-between { + align-content: space-between !important; +} - .column.is-offset-11, .column.is-offset-11-tablet { - margin-left: 91.66666666666666%; - } +.is-align-content-space-around { + align-content: space-around !important; +} - .column.is-12, .column.is-12-tablet { - -webkit-box-flex: 0; - flex: none; - width: 100%; - } +.is-align-content-space-evenly { + align-content: space-evenly !important; +} - .column.is-offset-12, .column.is-offset-12-tablet { - margin-left: 100%; - } +.is-align-content-stretch { + align-content: stretch !important; } -@media screen and (max-width: 1023px) { - .column.is-narrow-touch { - -webkit-box-flex: 0; - flex: none; - } +.is-align-content-start { + align-content: start !important; +} - .column.is-full-touch { - -webkit-box-flex: 0; - flex: none; - width: 100%; - } +.is-align-content-end { + align-content: end !important; +} - .column.is-three-quarters-touch { - -webkit-box-flex: 0; - flex: none; - width: 75%; - } +.is-align-content-baseline { + align-content: baseline !important; +} - .column.is-two-thirds-touch { - -webkit-box-flex: 0; - flex: none; - width: 66.6666%; - } +.is-align-items-stretch { + align-items: stretch !important; +} - .column.is-half-touch { - -webkit-box-flex: 0; - flex: none; - width: 50%; - } +.is-align-items-flex-start { + align-items: flex-start !important; +} - .column.is-one-third-touch { - -webkit-box-flex: 0; - flex: none; - width: 33.3333%; - } +.is-align-items-flex-end { + align-items: flex-end !important; +} - .column.is-one-quarter-touch { - -webkit-box-flex: 0; - flex: none; - width: 25%; - } +.is-align-items-center { + align-items: center !important; +} - .column.is-one-fifth-touch { - -webkit-box-flex: 0; - flex: none; - width: 20%; - } +.is-align-items-baseline { + align-items: baseline !important; +} - .column.is-two-fifths-touch { - -webkit-box-flex: 0; - flex: none; - width: 40%; - } +.is-align-items-start { + align-items: start !important; +} - .column.is-three-fifths-touch { - -webkit-box-flex: 0; - flex: none; - width: 60%; - } +.is-align-items-end { + align-items: end !important; +} - .column.is-four-fifths-touch { - -webkit-box-flex: 0; - flex: none; - width: 80%; - } +.is-align-items-self-start { + align-items: self-start !important; +} - .column.is-offset-three-quarters-touch { - margin-left: 75%; - } +.is-align-items-self-end { + align-items: self-end !important; +} - .column.is-offset-two-thirds-touch { - margin-left: 66.6666%; - } +.is-align-self-auto { + align-self: auto !important; +} - .column.is-offset-half-touch { - margin-left: 50%; - } +.is-align-self-flex-start { + align-self: flex-start !important; +} - .column.is-offset-one-third-touch { - margin-left: 33.3333%; - } +.is-align-self-flex-end { + align-self: flex-end !important; +} - .column.is-offset-one-quarter-touch { - margin-left: 25%; - } +.is-align-self-center { + align-self: center !important; +} - .column.is-offset-one-fifth-touch { - margin-left: 20%; - } +.is-align-self-baseline { + align-self: baseline !important; +} - .column.is-offset-two-fifths-touch { - margin-left: 40%; - } +.is-align-self-stretch { + align-self: stretch !important; +} - .column.is-offset-three-fifths-touch { - margin-left: 60%; - } +.is-flex-grow-0 { + flex-grow: 0 !important; +} - .column.is-offset-four-fifths-touch { - margin-left: 80%; - } +.is-flex-grow-1 { + flex-grow: 1 !important; +} - .column.is-0-touch { - -webkit-box-flex: 0; - flex: none; - width: 0%; - } +.is-flex-grow-2 { + flex-grow: 2 !important; +} - .column.is-offset-0-touch { - margin-left: 0%; - } +.is-flex-grow-3 { + flex-grow: 3 !important; +} - .column.is-1-touch { - -webkit-box-flex: 0; - flex: none; - width: 8.333333333333332%; - } +.is-flex-grow-4 { + flex-grow: 4 !important; +} - .column.is-offset-1-touch { - margin-left: 8.333333333333332%; - } +.is-flex-grow-5 { + flex-grow: 5 !important; +} - .column.is-2-touch { - -webkit-box-flex: 0; - flex: none; - width: 16.666666666666664%; - } +.is-flex-shrink-0 { + flex-shrink: 0 !important; +} - .column.is-offset-2-touch { - margin-left: 16.666666666666664%; - } +.is-flex-shrink-1 { + flex-shrink: 1 !important; +} - .column.is-3-touch { - -webkit-box-flex: 0; - flex: none; - width: 25%; - } +.is-flex-shrink-2 { + flex-shrink: 2 !important; +} - .column.is-offset-3-touch { - margin-left: 25%; - } +.is-flex-shrink-3 { + flex-shrink: 3 !important; +} - .column.is-4-touch { - -webkit-box-flex: 0; - flex: none; - width: 33.33333333333333%; - } +.is-flex-shrink-4 { + flex-shrink: 4 !important; +} - .column.is-offset-4-touch { - margin-left: 33.33333333333333%; - } +.is-flex-shrink-5 { + flex-shrink: 5 !important; +} - .column.is-5-touch { - -webkit-box-flex: 0; - flex: none; - width: 41.66666666666667%; - } +.is-clearfix::after { + clear: both; + content: " "; + display: table; +} - .column.is-offset-5-touch { - margin-left: 41.66666666666667%; - } +.is-pulled-left { + float: left !important; +} - .column.is-6-touch { - -webkit-box-flex: 0; - flex: none; - width: 50%; - } +.is-pulled-right { + float: right !important; +} - .column.is-offset-6-touch { - margin-left: 50%; - } +.is-radiusless { + border-radius: 0 !important; +} - .column.is-7-touch { - -webkit-box-flex: 0; - flex: none; - width: 58.333333333333336%; - } +.is-shadowless { + box-shadow: none !important; +} - .column.is-offset-7-touch { - margin-left: 58.333333333333336%; - } +.is-clickable { + cursor: pointer !important; +} - .column.is-8-touch { - -webkit-box-flex: 0; - flex: none; - width: 66.66666666666666%; - } +.is-clipped { + overflow: hidden !important; +} - .column.is-offset-8-touch { - margin-left: 66.66666666666666%; - } +.is-relative { + position: relative !important; +} - .column.is-9-touch { - -webkit-box-flex: 0; - flex: none; - width: 75%; - } +.is-marginless { + margin: 0 !important; +} - .column.is-offset-9-touch { - margin-left: 75%; - } +.is-paddingless { + padding: 0 !important; +} - .column.is-10-touch { - -webkit-box-flex: 0; - flex: none; - width: 83.33333333333334%; - } +.m-0 { + margin: 0 !important; +} - .column.is-offset-10-touch { - margin-left: 83.33333333333334%; - } +.mt-0 { + margin-top: 0 !important; +} - .column.is-11-touch { - -webkit-box-flex: 0; - flex: none; - width: 91.66666666666666%; - } +.mr-0 { + margin-right: 0 !important; +} - .column.is-offset-11-touch { - margin-left: 91.66666666666666%; - } +.mb-0 { + margin-bottom: 0 !important; +} - .column.is-12-touch { - -webkit-box-flex: 0; - flex: none; - width: 100%; - } +.ml-0 { + margin-left: 0 !important; +} - .column.is-offset-12-touch { - margin-left: 100%; - } +.mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; } -@media screen and (min-width: 1024px) { - .column.is-narrow-desktop { - -webkit-box-flex: 0; - flex: none; - } +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; +} - .column.is-full-desktop { - -webkit-box-flex: 0; - flex: none; - width: 100%; - } +.m-1 { + margin: 0.25rem !important; +} - .column.is-three-quarters-desktop { - -webkit-box-flex: 0; - flex: none; - width: 75%; - } +.mt-1 { + margin-top: 0.25rem !important; +} + +.mr-1 { + margin-right: 0.25rem !important; +} - .column.is-two-thirds-desktop { - -webkit-box-flex: 0; - flex: none; - width: 66.6666%; - } +.mb-1 { + margin-bottom: 0.25rem !important; +} - .column.is-half-desktop { - -webkit-box-flex: 0; - flex: none; - width: 50%; - } +.ml-1 { + margin-left: 0.25rem !important; +} - .column.is-one-third-desktop { - -webkit-box-flex: 0; - flex: none; - width: 33.3333%; - } +.mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; +} - .column.is-one-quarter-desktop { - -webkit-box-flex: 0; - flex: none; - width: 25%; - } +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} - .column.is-one-fifth-desktop { - -webkit-box-flex: 0; - flex: none; - width: 20%; - } +.m-2 { + margin: 0.5rem !important; +} - .column.is-two-fifths-desktop { - -webkit-box-flex: 0; - flex: none; - width: 40%; - } +.mt-2 { + margin-top: 0.5rem !important; +} - .column.is-three-fifths-desktop { - -webkit-box-flex: 0; - flex: none; - width: 60%; - } +.mr-2 { + margin-right: 0.5rem !important; +} - .column.is-four-fifths-desktop { - -webkit-box-flex: 0; - flex: none; - width: 80%; - } +.mb-2 { + margin-bottom: 0.5rem !important; +} - .column.is-offset-three-quarters-desktop { - margin-left: 75%; - } +.ml-2 { + margin-left: 0.5rem !important; +} - .column.is-offset-two-thirds-desktop { - margin-left: 66.6666%; - } +.mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; +} - .column.is-offset-half-desktop { - margin-left: 50%; - } +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} - .column.is-offset-one-third-desktop { - margin-left: 33.3333%; - } +.m-3 { + margin: 0.75rem !important; +} - .column.is-offset-one-quarter-desktop { - margin-left: 25%; - } +.mt-3 { + margin-top: 0.75rem !important; +} - .column.is-offset-one-fifth-desktop { - margin-left: 20%; - } +.mr-3 { + margin-right: 0.75rem !important; +} - .column.is-offset-two-fifths-desktop { - margin-left: 40%; - } +.mb-3 { + margin-bottom: 0.75rem !important; +} - .column.is-offset-three-fifths-desktop { - margin-left: 60%; - } +.ml-3 { + margin-left: 0.75rem !important; +} - .column.is-offset-four-fifths-desktop { - margin-left: 80%; - } +.mx-3 { + margin-left: 0.75rem !important; + margin-right: 0.75rem !important; +} - .column.is-0-desktop { - -webkit-box-flex: 0; - flex: none; - width: 0%; - } +.my-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; +} - .column.is-offset-0-desktop { - margin-left: 0%; - } +.m-4 { + margin: 1rem !important; +} - .column.is-1-desktop { - -webkit-box-flex: 0; - flex: none; - width: 8.333333333333332%; - } +.mt-4 { + margin-top: 1rem !important; +} - .column.is-offset-1-desktop { - margin-left: 8.333333333333332%; - } +.mr-4 { + margin-right: 1rem !important; +} - .column.is-2-desktop { - -webkit-box-flex: 0; - flex: none; - width: 16.666666666666664%; - } +.mb-4 { + margin-bottom: 1rem !important; +} - .column.is-offset-2-desktop { - margin-left: 16.666666666666664%; - } +.ml-4 { + margin-left: 1rem !important; +} - .column.is-3-desktop { - -webkit-box-flex: 0; - flex: none; - width: 25%; - } +.mx-4 { + margin-left: 1rem !important; + margin-right: 1rem !important; +} - .column.is-offset-3-desktop { - margin-left: 25%; - } +.my-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} - .column.is-4-desktop { - -webkit-box-flex: 0; - flex: none; - width: 33.33333333333333%; - } +.m-5 { + margin: 1.5rem !important; +} - .column.is-offset-4-desktop { - margin-left: 33.33333333333333%; - } +.mt-5 { + margin-top: 1.5rem !important; +} - .column.is-5-desktop { - -webkit-box-flex: 0; - flex: none; - width: 41.66666666666667%; - } +.mr-5 { + margin-right: 1.5rem !important; +} - .column.is-offset-5-desktop { - margin-left: 41.66666666666667%; - } +.mb-5 { + margin-bottom: 1.5rem !important; +} - .column.is-6-desktop { - -webkit-box-flex: 0; - flex: none; - width: 50%; - } +.ml-5 { + margin-left: 1.5rem !important; +} - .column.is-offset-6-desktop { - margin-left: 50%; - } +.mx-5 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; +} - .column.is-7-desktop { - -webkit-box-flex: 0; - flex: none; - width: 58.333333333333336%; - } +.my-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} - .column.is-offset-7-desktop { - margin-left: 58.333333333333336%; - } +.m-6 { + margin: 3rem !important; +} - .column.is-8-desktop { - -webkit-box-flex: 0; - flex: none; - width: 66.66666666666666%; - } +.mt-6 { + margin-top: 3rem !important; +} - .column.is-offset-8-desktop { - margin-left: 66.66666666666666%; - } +.mr-6 { + margin-right: 3rem !important; +} - .column.is-9-desktop { - -webkit-box-flex: 0; - flex: none; - width: 75%; - } +.mb-6 { + margin-bottom: 3rem !important; +} - .column.is-offset-9-desktop { - margin-left: 75%; - } +.ml-6 { + margin-left: 3rem !important; +} - .column.is-10-desktop { - -webkit-box-flex: 0; - flex: none; - width: 83.33333333333334%; - } +.mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; +} - .column.is-offset-10-desktop { - margin-left: 83.33333333333334%; - } +.my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} - .column.is-11-desktop { - -webkit-box-flex: 0; - flex: none; - width: 91.66666666666666%; - } +.p-0 { + padding: 0 !important; +} - .column.is-offset-11-desktop { - margin-left: 91.66666666666666%; - } +.pt-0 { + padding-top: 0 !important; +} - .column.is-12-desktop { - -webkit-box-flex: 0; - flex: none; - width: 100%; - } +.pr-0 { + padding-right: 0 !important; +} - .column.is-offset-12-desktop { - margin-left: 100%; - } +.pb-0 { + padding-bottom: 0 !important; } -@media screen and (min-width: 1216px) { - .column.is-narrow-widescreen { - -webkit-box-flex: 0; - flex: none; - } +.pl-0 { + padding-left: 0 !important; +} - .column.is-full-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 100%; - } +.px-0 { + padding-left: 0 !important; + padding-right: 0 !important; +} - .column.is-three-quarters-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 75%; - } +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} - .column.is-two-thirds-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 66.6666%; - } +.p-1 { + padding: 0.25rem !important; +} - .column.is-half-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 50%; - } +.pt-1 { + padding-top: 0.25rem !important; +} - .column.is-one-third-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 33.3333%; - } +.pr-1 { + padding-right: 0.25rem !important; +} - .column.is-one-quarter-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 25%; - } +.pb-1 { + padding-bottom: 0.25rem !important; +} - .column.is-one-fifth-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 20%; - } +.pl-1 { + padding-left: 0.25rem !important; +} - .column.is-two-fifths-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 40%; - } +.px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; +} - .column.is-three-fifths-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 60%; - } +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} - .column.is-four-fifths-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 80%; - } +.p-2 { + padding: 0.5rem !important; +} - .column.is-offset-three-quarters-widescreen { - margin-left: 75%; - } +.pt-2 { + padding-top: 0.5rem !important; +} + +.pr-2 { + padding-right: 0.5rem !important; +} - .column.is-offset-two-thirds-widescreen { - margin-left: 66.6666%; - } +.pb-2 { + padding-bottom: 0.5rem !important; +} - .column.is-offset-half-widescreen { - margin-left: 50%; - } +.pl-2 { + padding-left: 0.5rem !important; +} - .column.is-offset-one-third-widescreen { - margin-left: 33.3333%; - } +.px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; +} - .column.is-offset-one-quarter-widescreen { - margin-left: 25%; - } +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} - .column.is-offset-one-fifth-widescreen { - margin-left: 20%; - } +.p-3 { + padding: 0.75rem !important; +} - .column.is-offset-two-fifths-widescreen { - margin-left: 40%; - } +.pt-3 { + padding-top: 0.75rem !important; +} - .column.is-offset-three-fifths-widescreen { - margin-left: 60%; - } +.pr-3 { + padding-right: 0.75rem !important; +} - .column.is-offset-four-fifths-widescreen { - margin-left: 80%; - } +.pb-3 { + padding-bottom: 0.75rem !important; +} - .column.is-0-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 0%; - } +.pl-3 { + padding-left: 0.75rem !important; +} - .column.is-offset-0-widescreen { - margin-left: 0%; - } +.px-3 { + padding-left: 0.75rem !important; + padding-right: 0.75rem !important; +} - .column.is-1-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 8.333333333333332%; - } +.py-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; +} - .column.is-offset-1-widescreen { - margin-left: 8.333333333333332%; - } +.p-4 { + padding: 1rem !important; +} - .column.is-2-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 16.666666666666664%; - } +.pt-4 { + padding-top: 1rem !important; +} - .column.is-offset-2-widescreen { - margin-left: 16.666666666666664%; - } +.pr-4 { + padding-right: 1rem !important; +} - .column.is-3-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 25%; - } +.pb-4 { + padding-bottom: 1rem !important; +} - .column.is-offset-3-widescreen { - margin-left: 25%; - } +.pl-4 { + padding-left: 1rem !important; +} - .column.is-4-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 33.33333333333333%; - } +.px-4 { + padding-left: 1rem !important; + padding-right: 1rem !important; +} - .column.is-offset-4-widescreen { - margin-left: 33.33333333333333%; - } +.py-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} - .column.is-5-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 41.66666666666667%; - } +.p-5 { + padding: 1.5rem !important; +} - .column.is-offset-5-widescreen { - margin-left: 41.66666666666667%; - } +.pt-5 { + padding-top: 1.5rem !important; +} - .column.is-6-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 50%; - } +.pr-5 { + padding-right: 1.5rem !important; +} - .column.is-offset-6-widescreen { - margin-left: 50%; - } +.pb-5 { + padding-bottom: 1.5rem !important; +} - .column.is-7-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 58.333333333333336%; - } +.pl-5 { + padding-left: 1.5rem !important; +} - .column.is-offset-7-widescreen { - margin-left: 58.333333333333336%; - } +.px-5 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; +} - .column.is-8-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 66.66666666666666%; - } +.py-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} - .column.is-offset-8-widescreen { - margin-left: 66.66666666666666%; - } +.p-6 { + padding: 3rem !important; +} - .column.is-9-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 75%; - } +.pt-6 { + padding-top: 3rem !important; +} - .column.is-offset-9-widescreen { - margin-left: 75%; - } +.pr-6 { + padding-right: 3rem !important; +} - .column.is-10-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 83.33333333333334%; - } +.pb-6 { + padding-bottom: 3rem !important; +} - .column.is-offset-10-widescreen { - margin-left: 83.33333333333334%; - } +.pl-6 { + padding-left: 3rem !important; +} - .column.is-11-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 91.66666666666666%; - } +.px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; +} - .column.is-offset-11-widescreen { - margin-left: 91.66666666666666%; - } +.py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} - .column.is-12-widescreen { - -webkit-box-flex: 0; - flex: none; - width: 100%; - } +.is-size-1 { + font-size: 3rem !important; +} - .column.is-offset-12-widescreen { - margin-left: 100%; - } +.is-size-2 { + font-size: 2.5rem !important; } -@media screen and (min-width: 1408px) { - .column.is-narrow-fullhd { - -webkit-box-flex: 0; - flex: none; - } +.is-size-3 { + font-size: 2rem !important; +} - .column.is-full-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 100%; - } +.is-size-4 { + font-size: 1.5rem !important; +} - .column.is-three-quarters-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 75%; - } +.is-size-5 { + font-size: 1.25rem !important; +} - .column.is-two-thirds-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 66.6666%; - } +.is-size-6 { + font-size: 1rem !important; +} - .column.is-half-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 50%; +.is-size-7 { + font-size: 0.75rem !important; +} + +@media screen and (max-width: 768px) { + .is-size-1-mobile { + font-size: 3rem !important; } - .column.is-one-third-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 33.3333%; + .is-size-2-mobile { + font-size: 2.5rem !important; } - .column.is-one-quarter-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 25%; + .is-size-3-mobile { + font-size: 2rem !important; } - .column.is-one-fifth-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 20%; + .is-size-4-mobile { + font-size: 1.5rem !important; } - .column.is-two-fifths-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 40%; + .is-size-5-mobile { + font-size: 1.25rem !important; } - .column.is-three-fifths-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 60%; + .is-size-6-mobile { + font-size: 1rem !important; } - .column.is-four-fifths-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 80%; + .is-size-7-mobile { + font-size: 0.75rem !important; } +} - .column.is-offset-three-quarters-fullhd { - margin-left: 75%; +@media screen and (min-width: 769px), print { + .is-size-1-tablet { + font-size: 3rem !important; } - .column.is-offset-two-thirds-fullhd { - margin-left: 66.6666%; + .is-size-2-tablet { + font-size: 2.5rem !important; } - .column.is-offset-half-fullhd { - margin-left: 50%; + .is-size-3-tablet { + font-size: 2rem !important; } - .column.is-offset-one-third-fullhd { - margin-left: 33.3333%; + .is-size-4-tablet { + font-size: 1.5rem !important; } - .column.is-offset-one-quarter-fullhd { - margin-left: 25%; + .is-size-5-tablet { + font-size: 1.25rem !important; } - .column.is-offset-one-fifth-fullhd { - margin-left: 20%; + .is-size-6-tablet { + font-size: 1rem !important; } - .column.is-offset-two-fifths-fullhd { - margin-left: 40%; + .is-size-7-tablet { + font-size: 0.75rem !important; } +} - .column.is-offset-three-fifths-fullhd { - margin-left: 60%; +@media screen and (max-width: 1023px) { + .is-size-1-touch { + font-size: 3rem !important; } - .column.is-offset-four-fifths-fullhd { - margin-left: 80%; + .is-size-2-touch { + font-size: 2.5rem !important; } - .column.is-0-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 0%; + .is-size-3-touch { + font-size: 2rem !important; } - .column.is-offset-0-fullhd { - margin-left: 0%; + .is-size-4-touch { + font-size: 1.5rem !important; } - .column.is-1-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 8.333333333333332%; + .is-size-5-touch { + font-size: 1.25rem !important; } - .column.is-offset-1-fullhd { - margin-left: 8.333333333333332%; + .is-size-6-touch { + font-size: 1rem !important; } - .column.is-2-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 16.666666666666664%; + .is-size-7-touch { + font-size: 0.75rem !important; } +} - .column.is-offset-2-fullhd { - margin-left: 16.666666666666664%; +@media screen and (min-width: 1024px) { + .is-size-1-desktop { + font-size: 3rem !important; } - .column.is-3-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 25%; + .is-size-2-desktop { + font-size: 2.5rem !important; } - .column.is-offset-3-fullhd { - margin-left: 25%; + .is-size-3-desktop { + font-size: 2rem !important; } - .column.is-4-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 33.33333333333333%; + .is-size-4-desktop { + font-size: 1.5rem !important; } - .column.is-offset-4-fullhd { - margin-left: 33.33333333333333%; + .is-size-5-desktop { + font-size: 1.25rem !important; } - .column.is-5-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 41.66666666666667%; + .is-size-6-desktop { + font-size: 1rem !important; } - .column.is-offset-5-fullhd { - margin-left: 41.66666666666667%; + .is-size-7-desktop { + font-size: 0.75rem !important; } +} - .column.is-6-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 50%; +@media screen and (min-width: 1216px) { + .is-size-1-widescreen { + font-size: 3rem !important; } - .column.is-offset-6-fullhd { - margin-left: 50%; + .is-size-2-widescreen { + font-size: 2.5rem !important; } - .column.is-7-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 58.333333333333336%; + .is-size-3-widescreen { + font-size: 2rem !important; } - .column.is-offset-7-fullhd { - margin-left: 58.333333333333336%; + .is-size-4-widescreen { + font-size: 1.5rem !important; } - .column.is-8-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 66.66666666666666%; + .is-size-5-widescreen { + font-size: 1.25rem !important; } - .column.is-offset-8-fullhd { - margin-left: 66.66666666666666%; + .is-size-6-widescreen { + font-size: 1rem !important; } - .column.is-9-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 75%; + .is-size-7-widescreen { + font-size: 0.75rem !important; } +} - .column.is-offset-9-fullhd { - margin-left: 75%; +@media screen and (min-width: 1408px) { + .is-size-1-fullhd { + font-size: 3rem !important; } - .column.is-10-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 83.33333333333334%; + .is-size-2-fullhd { + font-size: 2.5rem !important; } - .column.is-offset-10-fullhd { - margin-left: 83.33333333333334%; + .is-size-3-fullhd { + font-size: 2rem !important; } - .column.is-11-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 91.66666666666666%; + .is-size-4-fullhd { + font-size: 1.5rem !important; } - .column.is-offset-11-fullhd { - margin-left: 91.66666666666666%; + .is-size-5-fullhd { + font-size: 1.25rem !important; } - .column.is-12-fullhd { - -webkit-box-flex: 0; - flex: none; - width: 100%; + .is-size-6-fullhd { + font-size: 1rem !important; } - .column.is-offset-12-fullhd { - margin-left: 100%; + .is-size-7-fullhd { + font-size: 0.75rem !important; } } -.columns { - margin-left: -0.75rem; - margin-right: -0.75rem; - margin-top: -0.75rem; -} - -.columns:last-child { - margin-bottom: -0.75rem; -} - -.columns:not(:last-child) { - margin-bottom: calc(1.5rem - 0.75rem); -} - -.columns.is-centered { - -webkit-box-pack: center; - justify-content: center; +.has-text-centered { + text-align: center !important; } -.columns.is-gapless { - margin-left: 0; - margin-right: 0; - margin-top: 0; +.has-text-justified { + text-align: justify !important; } -.columns.is-gapless > .column { - margin: 0; - padding: 0 !important; +.has-text-left { + text-align: left !important; } -.columns.is-gapless:not(:last-child) { - margin-bottom: 1.5rem; +.has-text-right { + text-align: right !important; } -.columns.is-gapless:last-child { - margin-bottom: 0; +@media screen and (max-width: 768px) { + .has-text-centered-mobile { + text-align: center !important; + } } -.columns.is-mobile { - display: -webkit-box; - display: flex; +@media screen and (min-width: 769px), print { + .has-text-centered-tablet { + text-align: center !important; + } } -.columns.is-multiline { - flex-wrap: wrap; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-centered-tablet-only { + text-align: center !important; + } } -.columns.is-vcentered { - -webkit-box-align: center; - align-items: center; +@media screen and (max-width: 1023px) { + .has-text-centered-touch { + text-align: center !important; + } } -@media screen and (min-width: 769px), print { - .columns:not(.is-desktop) { - display: -webkit-box; - display: flex; +@media screen and (min-width: 1024px) { + .has-text-centered-desktop { + text-align: center !important; } } -@media screen and (min-width: 1024px) { - .columns.is-desktop { - display: -webkit-box; - display: flex; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-centered-desktop-only { + text-align: center !important; } } -.columns.is-variable { - --columnGap: 0.75rem; - margin-left: calc(-1 * var(--columnGap)); - margin-right: calc(-1 * var(--columnGap)); +@media screen and (min-width: 1216px) { + .has-text-centered-widescreen { + text-align: center !important; + } } -.columns.is-variable .column { - padding-left: var(--columnGap); - padding-right: var(--columnGap); +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-centered-widescreen-only { + text-align: center !important; + } } -.columns.is-variable.is-0 { - --columnGap: 0rem; +@media screen and (min-width: 1408px) { + .has-text-centered-fullhd { + text-align: center !important; + } } @media screen and (max-width: 768px) { - .columns.is-variable.is-0-mobile { - --columnGap: 0rem; + .has-text-justified-mobile { + text-align: justify !important; } } @media screen and (min-width: 769px), print { - .columns.is-variable.is-0-tablet { - --columnGap: 0rem; + .has-text-justified-tablet { + text-align: justify !important; } } @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-0-tablet-only { - --columnGap: 0rem; + .has-text-justified-tablet-only { + text-align: justify !important; } } @media screen and (max-width: 1023px) { - .columns.is-variable.is-0-touch { - --columnGap: 0rem; + .has-text-justified-touch { + text-align: justify !important; } } @media screen and (min-width: 1024px) { - .columns.is-variable.is-0-desktop { - --columnGap: 0rem; + .has-text-justified-desktop { + text-align: justify !important; } } @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-0-desktop-only { - --columnGap: 0rem; + .has-text-justified-desktop-only { + text-align: justify !important; } } @media screen and (min-width: 1216px) { - .columns.is-variable.is-0-widescreen { - --columnGap: 0rem; + .has-text-justified-widescreen { + text-align: justify !important; } } @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; + .has-text-justified-widescreen-only { + text-align: justify !important; } } -.columns.is-variable.is-1 { - --columnGap: 0.25rem; +@media screen and (min-width: 1408px) { + .has-text-justified-fullhd { + text-align: justify !important; + } } @media screen and (max-width: 768px) { - .columns.is-variable.is-1-mobile { - --columnGap: 0.25rem; + .has-text-left-mobile { + text-align: left !important; } } @media screen and (min-width: 769px), print { - .columns.is-variable.is-1-tablet { - --columnGap: 0.25rem; + .has-text-left-tablet { + text-align: left !important; } } @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-1-tablet-only { - --columnGap: 0.25rem; + .has-text-left-tablet-only { + text-align: left !important; } } @media screen and (max-width: 1023px) { - .columns.is-variable.is-1-touch { - --columnGap: 0.25rem; + .has-text-left-touch { + text-align: left !important; } } @media screen and (min-width: 1024px) { - .columns.is-variable.is-1-desktop { - --columnGap: 0.25rem; + .has-text-left-desktop { + text-align: left !important; } } @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-1-desktop-only { - --columnGap: 0.25rem; + .has-text-left-desktop-only { + text-align: left !important; } } @media screen and (min-width: 1216px) { - .columns.is-variable.is-1-widescreen { - --columnGap: 0.25rem; + .has-text-left-widescreen { + text-align: left !important; } } @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-1-widescreen-only { - --columnGap: 0.25rem; + .has-text-left-widescreen-only { + text-align: left !important; } } @media screen and (min-width: 1408px) { - .columns.is-variable.is-1-fullhd { - --columnGap: 0.25rem; + .has-text-left-fullhd { + text-align: left !important; } } -.columns.is-variable.is-2 { - --columnGap: 0.5rem; -} - @media screen and (max-width: 768px) { - .columns.is-variable.is-2-mobile { - --columnGap: 0.5rem; + .has-text-right-mobile { + text-align: right !important; } } @media screen and (min-width: 769px), print { - .columns.is-variable.is-2-tablet { - --columnGap: 0.5rem; + .has-text-right-tablet { + text-align: right !important; } } @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-2-tablet-only { - --columnGap: 0.5rem; + .has-text-right-tablet-only { + text-align: right !important; } } @media screen and (max-width: 1023px) { - .columns.is-variable.is-2-touch { - --columnGap: 0.5rem; + .has-text-right-touch { + text-align: right !important; } } @media screen and (min-width: 1024px) { - .columns.is-variable.is-2-desktop { - --columnGap: 0.5rem; + .has-text-right-desktop { + text-align: right !important; } } @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-2-desktop-only { - --columnGap: 0.5rem; + .has-text-right-desktop-only { + text-align: right !important; } } @media screen and (min-width: 1216px) { - .columns.is-variable.is-2-widescreen { - --columnGap: 0.5rem; + .has-text-right-widescreen { + text-align: right !important; } } @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-2-widescreen-only { - --columnGap: 0.5rem; + .has-text-right-widescreen-only { + text-align: right !important; } } @media screen and (min-width: 1408px) { - .columns.is-variable.is-2-fullhd { - --columnGap: 0.5rem; + .has-text-right-fullhd { + text-align: right !important; } } -.columns.is-variable.is-3 { - --columnGap: 0.75rem; +.is-capitalized { + text-transform: capitalize !important; } -@media screen and (max-width: 768px) { - .columns.is-variable.is-3-mobile { - --columnGap: 0.75rem; - } +.is-lowercase { + text-transform: lowercase !important; } -@media screen and (min-width: 769px), print { - .columns.is-variable.is-3-tablet { - --columnGap: 0.75rem; - } +.is-uppercase { + text-transform: uppercase !important; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-3-tablet-only { - --columnGap: 0.75rem; - } +.is-italic { + font-style: italic !important; } -@media screen and (max-width: 1023px) { - .columns.is-variable.is-3-touch { - --columnGap: 0.75rem; - } +.has-text-weight-light { + font-weight: 300 !important; } -@media screen and (min-width: 1024px) { - .columns.is-variable.is-3-desktop { - --columnGap: 0.75rem; - } +.has-text-weight-normal { + font-weight: 400 !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-3-desktop-only { - --columnGap: 0.75rem; - } +.has-text-weight-medium { + font-weight: 500 !important; } -@media screen and (min-width: 1216px) { - .columns.is-variable.is-3-widescreen { - --columnGap: 0.75rem; - } +.has-text-weight-semibold { + font-weight: 600 !important; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-3-widescreen-only { - --columnGap: 0.75rem; - } +.has-text-weight-bold { + font-weight: 700 !important; } -@media screen and (min-width: 1408px) { - .columns.is-variable.is-3-fullhd { - --columnGap: 0.75rem; - } +.is-family-primary { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; } -.columns.is-variable.is-4 { - --columnGap: 1rem; +.is-family-secondary { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +} + +.is-family-sans-serif { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +} + +.is-family-monospace { + font-family: monospace !important; +} + +.is-family-code { + font-family: monospace !important; +} + +.is-block { + display: block !important; } @media screen and (max-width: 768px) { - .columns.is-variable.is-4-mobile { - --columnGap: 1rem; + .is-block-mobile { + display: block !important; } } @media screen and (min-width: 769px), print { - .columns.is-variable.is-4-tablet { - --columnGap: 1rem; + .is-block-tablet { + display: block !important; } } @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-4-tablet-only { - --columnGap: 1rem; + .is-block-tablet-only { + display: block !important; } } @media screen and (max-width: 1023px) { - .columns.is-variable.is-4-touch { - --columnGap: 1rem; + .is-block-touch { + display: block !important; } } @media screen and (min-width: 1024px) { - .columns.is-variable.is-4-desktop { - --columnGap: 1rem; + .is-block-desktop { + display: block !important; } } @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-4-desktop-only { - --columnGap: 1rem; + .is-block-desktop-only { + display: block !important; } } @media screen and (min-width: 1216px) { - .columns.is-variable.is-4-widescreen { - --columnGap: 1rem; + .is-block-widescreen { + display: block !important; } } @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-4-widescreen-only { - --columnGap: 1rem; + .is-block-widescreen-only { + display: block !important; } } @media screen and (min-width: 1408px) { - .columns.is-variable.is-4-fullhd { - --columnGap: 1rem; + .is-block-fullhd { + display: block !important; } } -.columns.is-variable.is-5 { - --columnGap: 1.25rem; +.is-flex { + display: flex !important; } @media screen and (max-width: 768px) { - .columns.is-variable.is-5-mobile { - --columnGap: 1.25rem; + .is-flex-mobile { + display: flex !important; } } @media screen and (min-width: 769px), print { - .columns.is-variable.is-5-tablet { - --columnGap: 1.25rem; + .is-flex-tablet { + display: flex !important; } } @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-5-tablet-only { - --columnGap: 1.25rem; + .is-flex-tablet-only { + display: flex !important; } } @media screen and (max-width: 1023px) { - .columns.is-variable.is-5-touch { - --columnGap: 1.25rem; + .is-flex-touch { + display: flex !important; } } @media screen and (min-width: 1024px) { - .columns.is-variable.is-5-desktop { - --columnGap: 1.25rem; + .is-flex-desktop { + display: flex !important; } } @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-5-desktop-only { - --columnGap: 1.25rem; + .is-flex-desktop-only { + display: flex !important; } } @media screen and (min-width: 1216px) { - .columns.is-variable.is-5-widescreen { - --columnGap: 1.25rem; + .is-flex-widescreen { + display: flex !important; } } @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-5-widescreen-only { - --columnGap: 1.25rem; + .is-flex-widescreen-only { + display: flex !important; } } @media screen and (min-width: 1408px) { - .columns.is-variable.is-5-fullhd { - --columnGap: 1.25rem; + .is-flex-fullhd { + display: flex !important; } } -.columns.is-variable.is-6 { - --columnGap: 1.5rem; +.is-inline { + display: inline !important; } @media screen and (max-width: 768px) { - .columns.is-variable.is-6-mobile { - --columnGap: 1.5rem; + .is-inline-mobile { + display: inline !important; } } @media screen and (min-width: 769px), print { - .columns.is-variable.is-6-tablet { - --columnGap: 1.5rem; + .is-inline-tablet { + display: inline !important; } } @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-6-tablet-only { - --columnGap: 1.5rem; + .is-inline-tablet-only { + display: inline !important; } } @media screen and (max-width: 1023px) { - .columns.is-variable.is-6-touch { - --columnGap: 1.5rem; + .is-inline-touch { + display: inline !important; } } @media screen and (min-width: 1024px) { - .columns.is-variable.is-6-desktop { - --columnGap: 1.5rem; + .is-inline-desktop { + display: inline !important; } } @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-6-desktop-only { - --columnGap: 1.5rem; + .is-inline-desktop-only { + display: inline !important; } } @media screen and (min-width: 1216px) { - .columns.is-variable.is-6-widescreen { - --columnGap: 1.5rem; + .is-inline-widescreen { + display: inline !important; } } @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-6-widescreen-only { - --columnGap: 1.5rem; + .is-inline-widescreen-only { + display: inline !important; } } @media screen and (min-width: 1408px) { - .columns.is-variable.is-6-fullhd { - --columnGap: 1.5rem; + .is-inline-fullhd { + display: inline !important; } } -.columns.is-variable.is-7 { - --columnGap: 1.75rem; +.is-inline-block { + display: inline-block !important; } @media screen and (max-width: 768px) { - .columns.is-variable.is-7-mobile { - --columnGap: 1.75rem; + .is-inline-block-mobile { + display: inline-block !important; } } @media screen and (min-width: 769px), print { - .columns.is-variable.is-7-tablet { - --columnGap: 1.75rem; + .is-inline-block-tablet { + display: inline-block !important; } } @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-7-tablet-only { - --columnGap: 1.75rem; + .is-inline-block-tablet-only { + display: inline-block !important; } } @media screen and (max-width: 1023px) { - .columns.is-variable.is-7-touch { - --columnGap: 1.75rem; + .is-inline-block-touch { + display: inline-block !important; } } @media screen and (min-width: 1024px) { - .columns.is-variable.is-7-desktop { - --columnGap: 1.75rem; + .is-inline-block-desktop { + display: inline-block !important; } } @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-7-desktop-only { - --columnGap: 1.75rem; + .is-inline-block-desktop-only { + display: inline-block !important; } } @media screen and (min-width: 1216px) { - .columns.is-variable.is-7-widescreen { - --columnGap: 1.75rem; + .is-inline-block-widescreen { + display: inline-block !important; } } @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-7-widescreen-only { - --columnGap: 1.75rem; + .is-inline-block-widescreen-only { + display: inline-block !important; } } @media screen and (min-width: 1408px) { - .columns.is-variable.is-7-fullhd { - --columnGap: 1.75rem; + .is-inline-block-fullhd { + display: inline-block !important; } } -.columns.is-variable.is-8 { - --columnGap: 2rem; +.is-inline-flex { + display: inline-flex !important; } @media screen and (max-width: 768px) { - .columns.is-variable.is-8-mobile { - --columnGap: 2rem; + .is-inline-flex-mobile { + display: inline-flex !important; } } @media screen and (min-width: 769px), print { - .columns.is-variable.is-8-tablet { - --columnGap: 2rem; + .is-inline-flex-tablet { + display: inline-flex !important; } } @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-8-tablet-only { - --columnGap: 2rem; + .is-inline-flex-tablet-only { + display: inline-flex !important; } } @media screen and (max-width: 1023px) { - .columns.is-variable.is-8-touch { - --columnGap: 2rem; + .is-inline-flex-touch { + display: inline-flex !important; } } @media screen and (min-width: 1024px) { - .columns.is-variable.is-8-desktop { - --columnGap: 2rem; + .is-inline-flex-desktop { + display: inline-flex !important; } } @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-8-desktop-only { - --columnGap: 2rem; + .is-inline-flex-desktop-only { + display: inline-flex !important; } } @media screen and (min-width: 1216px) { - .columns.is-variable.is-8-widescreen { - --columnGap: 2rem; + .is-inline-flex-widescreen { + display: inline-flex !important; } } @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-8-widescreen-only { - --columnGap: 2rem; + .is-inline-flex-widescreen-only { + display: inline-flex !important; } } @media screen and (min-width: 1408px) { - .columns.is-variable.is-8-fullhd { - --columnGap: 2rem; + .is-inline-flex-fullhd { + display: inline-flex !important; } } -.tile { - -webkit-box-align: stretch; - align-items: stretch; - display: block; - flex-basis: 0; - -webkit-box-flex: 1; - flex-grow: 1; - flex-shrink: 1; - min-height: -webkit-min-content; - min-height: -moz-min-content; - min-height: min-content; +.is-hidden { + display: none !important; } -.tile.is-ancestor { - margin-left: -0.75rem; - margin-right: -0.75rem; - margin-top: -0.75rem; +.is-sr-only { + border: none !important; + clip: rect(0, 0, 0, 0) !important; + height: 0.01em !important; + overflow: hidden !important; + padding: 0 !important; + position: absolute !important; + white-space: nowrap !important; + width: 0.01em !important; } -.tile.is-ancestor:last-child { - margin-bottom: -0.75rem; +@media screen and (max-width: 768px) { + .is-hidden-mobile { + display: none !important; + } } -.tile.is-ancestor:not(:last-child) { - margin-bottom: 0.75rem; +@media screen and (min-width: 769px), print { + .is-hidden-tablet { + display: none !important; + } } -.tile.is-child { - margin: 0 !important; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-hidden-tablet-only { + display: none !important; + } } -.tile.is-parent { - padding: 0.75rem; +@media screen and (max-width: 1023px) { + .is-hidden-touch { + display: none !important; + } } -.tile.is-vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - flex-direction: column; +@media screen and (min-width: 1024px) { + .is-hidden-desktop { + display: none !important; + } } -.tile.is-vertical > .tile.is-child:not(:last-child) { - margin-bottom: 1.5rem !important; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-hidden-desktop-only { + display: none !important; + } } -@media screen and (min-width: 769px), print { - .tile:not(.is-child) { - display: -webkit-box; - display: flex; +@media screen and (min-width: 1216px) { + .is-hidden-widescreen { + display: none !important; } +} - .tile.is-1 { - -webkit-box-flex: 0; - flex: none; - width: 8.333333333333332%; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-hidden-widescreen-only { + display: none !important; } +} - .tile.is-2 { - -webkit-box-flex: 0; - flex: none; - width: 16.666666666666664%; +@media screen and (min-width: 1408px) { + .is-hidden-fullhd { + display: none !important; } +} - .tile.is-3 { - -webkit-box-flex: 0; - flex: none; - width: 25%; - } +.is-invisible { + visibility: hidden !important; +} - .tile.is-4 { - -webkit-box-flex: 0; - flex: none; - width: 33.33333333333333%; +@media screen and (max-width: 768px) { + .is-invisible-mobile { + visibility: hidden !important; } +} - .tile.is-5 { - -webkit-box-flex: 0; - flex: none; - width: 41.66666666666667%; +@media screen and (min-width: 769px), print { + .is-invisible-tablet { + visibility: hidden !important; } +} - .tile.is-6 { - -webkit-box-flex: 0; - flex: none; - width: 50%; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-invisible-tablet-only { + visibility: hidden !important; } +} - .tile.is-7 { - -webkit-box-flex: 0; - flex: none; - width: 58.333333333333336%; +@media screen and (max-width: 1023px) { + .is-invisible-touch { + visibility: hidden !important; } +} - .tile.is-8 { - -webkit-box-flex: 0; - flex: none; - width: 66.66666666666666%; +@media screen and (min-width: 1024px) { + .is-invisible-desktop { + visibility: hidden !important; } +} - .tile.is-9 { - -webkit-box-flex: 0; - flex: none; - width: 75%; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-invisible-desktop-only { + visibility: hidden !important; } +} - .tile.is-10 { - -webkit-box-flex: 0; - flex: none; - width: 83.33333333333334%; +@media screen and (min-width: 1216px) { + .is-invisible-widescreen { + visibility: hidden !important; } +} - .tile.is-11 { - -webkit-box-flex: 0; - flex: none; - width: 91.66666666666666%; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-invisible-widescreen-only { + visibility: hidden !important; } +} - .tile.is-12 { - -webkit-box-flex: 0; - flex: none; - width: 100%; +@media screen and (min-width: 1408px) { + .is-invisible-fullhd { + visibility: hidden !important; } } +/* Bulma Layout */ .hero { - -webkit-box-align: stretch; align-items: stretch; - display: -webkit-box; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; flex-direction: column; - -webkit-box-pack: justify; justify-content: space-between; } @@ -11020,33 +11365,23 @@ a.panel-block:hover, label.panel-block:hover { } .hero.is-small .hero-body { - padding-bottom: 1.5rem; - padding-top: 1.5rem; + padding: 1.5rem; } -@media screen and (min-width: 769px), print { - .hero.is-medium .hero-body { - padding-bottom: 9rem; - padding-top: 9rem; - } +.hero.is-medium +tablet .hero-body { + padding: 9rem 1.5rem; } -@media screen and (min-width: 769px), print { - .hero.is-large .hero-body { - padding-bottom: 18rem; - padding-top: 18rem; - } +.hero.is-large +tablet .hero-body { + padding: 18rem 1.5rem; } .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body { - -webkit-box-align: center; align-items: center; - display: -webkit-box; display: flex; } .hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container { - -webkit-box-flex: 1; flex-grow: 1; flex-shrink: 1; } @@ -11069,7 +11404,6 @@ a.panel-block:hover, label.panel-block:hover { min-width: 100%; position: absolute; top: 50%; - -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); } @@ -11089,7 +11423,6 @@ a.panel-block:hover, label.panel-block:hover { @media screen and (max-width: 768px) { .hero-buttons .button { - display: -webkit-box; display: flex; } @@ -11100,9 +11433,7 @@ a.panel-block:hover, label.panel-block:hover { @media screen and (min-width: 769px), print { .hero-buttons { - display: -webkit-box; display: flex; - -webkit-box-pack: center; justify-content: center; } @@ -11112,13 +11443,11 @@ a.panel-block:hover, label.panel-block:hover { } .hero-head, .hero-foot { - -webkit-box-flex: 0; flex-grow: 0; flex-shrink: 0; } .hero-body { - -webkit-box-flex: 1; flex-grow: 1; flex-shrink: 0; padding: 3rem 1.5rem; diff --git a/css/bulma.css.map b/css/bulma.css.map index 2584c47..e6e97ba 100644 --- a/css/bulma.css.map +++ b/css/bulma.css.map @@ -1 +1 @@ -{"version":3,"sources":["../bulma.styl","../stylus/utilities/animations.styl","bulma.css","../stylus/utilities/mixins.styl","../stylus/utilities/controls.styl","../stylus/base/minireset.styl","../stylus/base/generic.styl","../stylus/base/helpers.styl","../stylus/elements/box.styl","../stylus/elements/button.styl","../stylus/elements/container.styl","../stylus/elements/content.styl","../stylus/elements/icon.styl","../stylus/elements/image.styl","../stylus/elements/notification.styl","../stylus/elements/progress.styl","../stylus/elements/table.styl","../stylus/elements/tag.styl","../stylus/elements/title.styl","../stylus/elements/other.styl","../stylus/form/shared.styl","../stylus/form/input-textarea.styl","../stylus/form/checkbox-radio.styl","../stylus/form/select.styl","../stylus/form/file.styl","../stylus/form/tools.styl","../stylus/components/breadcrumb.styl","../stylus/components/card.styl","../stylus/components/dropdown.styl","../stylus/components/level.styl","../stylus/components/list.styl","../stylus/components/media.styl","../stylus/components/menu.styl","../stylus/components/message.styl","../stylus/components/modal.styl","../stylus/components/navbar.styl","../stylus/components/pagination.styl","../stylus/components/panel.styl","../stylus/components/tabs.styl","../stylus/grid/columns.styl","../stylus/grid/tiles.styl","../stylus/layout/hero.styl","../stylus/layout/section.styl","../stylus/layout/footer.styl"],"names":[],"mappings":"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BAAU;EL+hBd;EKhiBE;IACE,4BAAU;ELkiBd;EKniBE;IACE,6BAAU;ELqiBd;EKtiBE;IACE,0BAAU;ELwiBd;EKziBE;IACE,6BAAU;EL2iBd;AACF;AC3e6C;EIlEzC;IACE,0BAAU;ELgjBd;EKjjBE;IACE,4BAAU;ELmjBd;EKpjBE;IACE,0BAAU;ELsjBd;EKvjBE;IACE,4BAAU;ELyjBd;EK1jBE;IACE,6BAAU;EL4jBd;EK7jBE;IACE,0BAAU;EL+jBd;EKhkBE;IACE,6BAAU;ELkkBd;AACF;AC9fuC;EItEnC;IACE,0BAAU;ELukBd;EKxkBE;IACE,4BAAU;EL0kBd;EK3kBE;IACE,0BAAU;EL6kBd;EK9kBE;IACE,4BAAU;ELglBd;EKjlBE;IACE,6BAAU;ELmlBd;EKplBE;IACE,0BAAU;ELslBd;EKvlBE;IACE,6BAAU;ELylBd;AACF;ACtgB4C;EIrFxC;IACE,0BAAU;EL8lBd;EK/lBE;IACE,4BAAU;ELimBd;EKlmBE;IACE,0BAAU;ELomBd;EKrmBE;IACE,4BAAU;ELumBd;EKxmBE;IACE,6BAAU;EL0mBd;EK3mBE;IACE,0BAAU;EL6mBd;EK9mBE;IACE,6BAAU;ELgnBd;AACF;AC9gBwC;EIpGpC;IACE,0BAAU;ELqnBd;EKtnBE;IACE,4BAAU;ELwnBd;EKznBE;IACE,0BAAU;EL2nBd;EK5nBE;IACE,4BAAU;EL8nBd;EK/nBE;IACE,6BAAU;ELioBd;EKloBE;IACE,0BAAU;ELooBd;EKroBE;IACE,6BAAU;ELuoBd;AACF;AK/mBE;EACE,6BAAW;ALinBf;AKlnBE;EACE,8BAAW;ALonBf;AKrnBE;EACE,2BAAW;ALunBf;AKxnBE;EACE,4BAAW;AL0nBf;AC/lB4C;EIvBxC;IACE,6BAAW;ELynBf;AACF;AChmByC;EIxBrC;IACE,6BAAW;EL2nBf;AACF;ACjmBqE;EIzBjE;IACE,6BAAW;EL6nBf;AACF;AClmB6C;EI1BzC;IACE,6BAAW;EL+nBf;AACF;ACnmBuC;EI3BnC;IACE,6BAAW;ELioBf;AACF;ACnmB2E;EI7BvE;IACE,6BAAW;ELmoBf;AACF;AC9lB4C;EIpCxC;IACE,6BAAW;ELqoBf;AACF;AC9lB0E;EItCtE;IACE,6BAAW;ELuoBf;AACF;ACzlBwC;EI7CpC;IACE,6BAAW;ELyoBf;AACF;AC5oB4C;EIvBxC;IACE,8BAAW;ELsqBf;AACF;AC7oByC;EIxBrC;IACE,8BAAW;ELwqBf;AACF;AC9oBqE;EIzBjE;IACE,8BAAW;EL0qBf;AACF;AC/oB6C;EI1BzC;IACE,8BAAW;EL4qBf;AACF;AChpBuC;EI3BnC;IACE,8BAAW;EL8qBf;AACF;AChpB2E;EI7BvE;IACE,8BAAW;ELgrBf;AACF;AC3oB4C;EIpCxC;IACE,8BAAW;ELkrBf;AACF;AC3oB0E;EItCtE;IACE,8BAAW;ELorBf;AACF;ACtoBwC;EI7CpC;IACE,8BAAW;ELsrBf;AACF;ACzrB4C;EIvBxC;IACE,2BAAW;ELmtBf;AACF;AC1rByC;EIxBrC;IACE,2BAAW;ELqtBf;AACF;AC3rBqE;EIzBjE;IACE,2BAAW;ELutBf;AACF;AC5rB6C;EI1BzC;IACE,2BAAW;ELytBf;AACF;AC7rBuC;EI3BnC;IACE,2BAAW;EL2tBf;AACF;AC7rB2E;EI7BvE;IACE,2BAAW;EL6tBf;AACF;ACxrB4C;EIpCxC;IACE,2BAAW;EL+tBf;AACF;ACxrB0E;EItCtE;IACE,2BAAW;ELiuBf;AACF;ACnrBwC;EI7CpC;IACE,2BAAW;ELmuBf;AACF;ACtuB4C;EIvBxC;IACE,4BAAW;ELgwBf;AACF;ACvuByC;EIxBrC;IACE,4BAAW;ELkwBf;AACF;ACxuBqE;EIzBjE;IACE,4BAAW;ELowBf;AACF;ACzuB6C;EI1BzC;IACE,4BAAW;ELswBf;AACF;AC1uBuC;EI3BnC;IACE,4BAAW;ELwwBf;AACF;AC1uB2E;EI7BvE;IACE,4BAAW;EL0wBf;AACF;ACruB4C;EIpCxC;IACE,4BAAW;EL4wBf;AACF;ACruB0E;EItCtE;IACE,4BAAW;EL8wBf;AACF;AChuBwC;EI7CpC;IACE,4BAAW;ELgxBf;AACF;AK/wBA;EACE,qCAAe;ALixBjB;AK/wBA;EACE,oCAAe;ALixBjB;AK/wBA;EACE,oCAAe;ALixBjB;AK/wBA;EACE,6BAAW;ALixBb;AK7wBE;EACE,sBAAM;AL+wBV;AK7wBI;;EAEE,yBAAM;AL+wBZ;AK9wBE;EACE,iCAAiB;ALgxBrB;AKvxBE;EACE,yBAAM;ALyxBV;AKvxBI;;EAEE,sBAAM;ALyxBZ;AKxxBE;EACE,oCAAiB;AL0xBrB;AKjyBE;EACE,yBAAM;ALmyBV;AKjyBI;;EAEE,yBAAM;ALmyBZ;AKlyBE;EACE,oCAAiB;ALoyBrB;AK3yBE;EACE,yBAAM;AL6yBV;AK3yBI;;EAEE,yBAAM;AL6yBZ;AK5yBE;EACE,oCAAiB;AL8yBrB;AKrzBE;EACE,yBAAM;ALuzBV;AKrzBI;;EAEE,yBAAM;ALuzBZ;AKtzBE;EACE,oCAAiB;ALwzBrB;AK/zBE;EACE,yBAAM;ALi0BV;AK/zBI;;EAEE,yBAAM;ALi0BZ;AKh0BE;EACE,oCAAiB;ALk0BrB;AKz0BE;EACE,yBAAM;AL20BV;AKz0BI;;EAEE,yBAAM;AL20BZ;AK10BE;EACE,oCAAiB;AL40BrB;AKn1BE;EACE,yBAAM;ALq1BV;AKn1BI;;EAEE,yBAAM;ALq1BZ;AKp1BE;EACE,oCAAiB;ALs1BrB;AK71BE;EACE,yBAAM;AL+1BV;AK71BI;;EAEE,yBAAM;AL+1BZ;AK91BE;EACE,oCAAiB;ALg2BrB;AKv2BE;EACE,yBAAM;ALy2BV;AKv2BI;;EAEE,yBAAM;ALy2BZ;AKx2BE;EACE,oCAAiB;AL02BrB;AKv2BE;EACE,yBAAM;ALy2BV;AKx2BE;EACE,oCAAiB;AL02BrB;AK72BE;EACE,yBAAM;AL+2BV;AK92BE;EACE,oCAAiB;ALg3BrB;AKn3BE;EACE,yBAAM;ALq3BV;AKp3BE;EACE,oCAAiB;ALs3BrB;AKz3BE;EACE,yBAAM;AL23BV;AK13BE;EACE,oCAAiB;AL43BrB;AK/3BE;EACE,yBAAM;ALi4BV;AKh4BE;EACE,oCAAiB;ALk4BrB;AKr4BE;EACE,yBAAM;ALu4BV;AKt4BE;EACE,oCAAiB;ALw4BrB;AK34BE;EACE,yBAAM;AL64BV;AK54BE;EACE,oCAAiB;AL84BrB;AKj5BE;EACE,yBAAM;ALm5BV;AKl5BE;EACE,oCAAiB;ALo5BrB;AKv5BE;EACE,yBAAM;ALy5BV;AKx5BE;EACE,oCAAiB;AL05BrB;AKx5BA;EACE,2BAAY;AL05Bd;AKz5BA;EACE,2BAAY;AL25Bd;AK15BA;EACE,2BAAY;AL45Bd;AK35BA;EACE,2BAAY;AL65Bd;AK55BA;EACE,2BAAY;AL85Bd;AK55BA;EACE,+LAAY;AL85Bd;AK55BA;EACE,+LAAY;AL85Bd;AK55BA;EACE,+LAAY;AL85Bd;AK55BA;EACE,iCAAY;AL85Bd;AK55BA;EACE,iCAAY;AL85Bd;AKv5BE;EACE,yBAAQ;ALy5BZ;AC19B4C;EImExC;IACE,yBAAQ;EL05BZ;AACF;AC39ByC;EIkErC;IACE,yBAAQ;EL45BZ;AACF;AC59BqE;EIiEjE;IACE,yBAAQ;EL85BZ;AACF;AC79B6C;EIgEzC;IACE,yBAAQ;ELg6BZ;AACF;AC99BuC;EI+DnC;IACE,yBAAQ;ELk6BZ;AACF;AC99B2E;EI6DvE;IACE,yBAAQ;ELo6BZ;AACF;ACz9B4C;EIsDxC;IACE,yBAAQ;ELs6BZ;AACF;ACz9B0E;EIoDtE;IACE,yBAAQ;ELw6BZ;AACF;ACp9BwC;EI6CpC;IACE,yBAAQ;EL06BZ;AACF;AKv8BE;EACE,+BAAQ;EAAR,wBAAQ;ALy8BZ;AC1gC4C;EImExC;IACE,+BAAQ;IAAR,wBAAQ;EL08BZ;AACF;AC3gCyC;EIkErC;IACE,+BAAQ;IAAR,wBAAQ;EL48BZ;AACF;AC5gCqE;EIiEjE;IACE,+BAAQ;IAAR,wBAAQ;EL88BZ;AACF;AC7gC6C;EIgEzC;IACE,+BAAQ;IAAR,wBAAQ;ELg9BZ;AACF;AC9gCuC;EI+DnC;IACE,+BAAQ;IAAR,wBAAQ;ELk9BZ;AACF;AC9gC2E;EI6DvE;IACE,+BAAQ;IAAR,wBAAQ;ELo9BZ;AACF;ACzgC4C;EIsDxC;IACE,+BAAQ;IAAR,wBAAQ;ELs9BZ;AACF;ACzgC0E;EIoDtE;IACE,+BAAQ;IAAR,wBAAQ;ELw9BZ;AACF;ACpgCwC;EI6CpC;IACE,+BAAQ;IAAR,wBAAQ;EL09BZ;AACF;AKv/BE;EACE,0BAAQ;ALy/BZ;AC1jC4C;EImExC;IACE,0BAAQ;EL0/BZ;AACF;AC3jCyC;EIkErC;IACE,0BAAQ;EL4/BZ;AACF;AC5jCqE;EIiEjE;IACE,0BAAQ;EL8/BZ;AACF;AC7jC6C;EIgEzC;IACE,0BAAQ;ELggCZ;AACF;AC9jCuC;EI+DnC;IACE,0BAAQ;ELkgCZ;AACF;AC9jC2E;EI6DvE;IACE,0BAAQ;ELogCZ;AACF;ACzjC4C;EIsDxC;IACE,0BAAQ;ELsgCZ;AACF;ACzjC0E;EIoDtE;IACE,0BAAQ;ELwgCZ;AACF;ACpjCwC;EI6CpC;IACE,0BAAQ;EL0gCZ;AACF;AKviCE;EACE,gCAAQ;ALyiCZ;AC1mC4C;EImExC;IACE,gCAAQ;EL0iCZ;AACF;AC3mCyC;EIkErC;IACE,gCAAQ;EL4iCZ;AACF;AC5mCqE;EIiEjE;IACE,gCAAQ;EL8iCZ;AACF;AC7mC6C;EIgEzC;IACE,gCAAQ;ELgjCZ;AACF;AC9mCuC;EI+DnC;IACE,gCAAQ;ELkjCZ;AACF;AC9mC2E;EI6DvE;IACE,gCAAQ;ELojCZ;AACF;ACzmC4C;EIsDxC;IACE,gCAAQ;ELsjCZ;AACF;ACzmC0E;EIoDtE;IACE,gCAAQ;ELwjCZ;AACF;ACpmCwC;EI6CpC;IACE,gCAAQ;EL0jCZ;AACF;AKvlCE;EACE,sCAAQ;EAAR,+BAAQ;ALylCZ;AC1pC4C;EImExC;IACE,sCAAQ;IAAR,+BAAQ;EL0lCZ;AACF;AC3pCyC;EIkErC;IACE,sCAAQ;IAAR,+BAAQ;EL4lCZ;AACF;AC5pCqE;EIiEjE;IACE,sCAAQ;IAAR,+BAAQ;EL8lCZ;AACF;AC7pC6C;EIgEzC;IACE,sCAAQ;IAAR,+BAAQ;ELgmCZ;AACF;AC9pCuC;EI+DnC;IACE,sCAAQ;IAAR,+BAAQ;ELkmCZ;AACF;AC9pC2E;EI6DvE;IACE,sCAAQ;IAAR,+BAAQ;ELomCZ;AACF;ACzpC4C;EIsDxC;IACE,sCAAQ;IAAR,+BAAQ;ELsmCZ;AACF;ACzpC0E;EIoDtE;IACE,sCAAQ;IAAR,+BAAQ;ELwmCZ;AACF;ACppCwC;EI6CpC;IACE,sCAAQ;IAAR,+BAAQ;EL0mCZ;AACF;AKzmCA;EA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ACF;ACv0Q4C;EoCgYpC;IACE,oBAAkB;ErC08P1B;AACF;ACv0Q0E;EoC8XlE;IACE,oBAAkB;ErC48P1B;AACF;ACl0QwC;EoCuXhC;IACE,oBAAkB;ErC88P1B;AACF;AqC3+PM;EACE,mBAAkB;ArC6+P1B;ACx3Q4C;EoC6YpC;IACE,mBAAkB;ErC8+P1B;AACF;ACz3QyC;EoC4YjC;IACE,mBAAkB;ErCg/P1B;AACF;AC13QqE;EoC2Y7D;IACE,mBAAkB;ErCk/P1B;AACF;AC33Q6C;EoC0YrC;IACE,mBAAkB;ErCo/P1B;AACF;AC53QuC;EoCyY/B;IACE,mBAAkB;ErCs/P1B;AACF;AC53Q2E;EoCuYnE;IACE,mBAAkB;ErCw/P1B;AACF;ACv3Q4C;EoCgYpC;IACE,mBAAkB;ErC0/P1B;AACF;ACv3Q0E;EoC8XlE;IACE,mBAAkB;ErC4/P1B;AACF;ACl3QwC;EoCuXhC;IACE,mBAAkB;ErC8/P1B;AACF;AqC3hQM;EACE,oBAAkB;ArC6hQ1B;ACx6Q4C;EoC6YpC;IACE,oBAAkB;ErC8hQ1B;AACF;ACz6QyC;EoC4YjC;IACE,oBAAkB;ErCgiQ1B;AACF;AC16QqE;EoC2Y7D;IACE,oBAAkB;ErCkiQ1B;AACF;AC36Q6C;EoC0YrC;IACE,oBAAkB;ErCoiQ1B;AACF;AC56QuC;EoCyY/B;IACE,oBAAkB;ErCsiQ1B;AACF;AC56Q2E;EoCuYnE;IACE,oBAAkB;ErCwiQ1B;AACF;ACv6Q4C;EoCgYpC;IACE,oBAAkB;ErC0iQ1B;AACF;ACv6Q0E;EoC8XlE;IACE,oBAAkB;ErC4iQ1B;AACF;ACl6QwC;EoCuXhC;IACE,oBAAkB;ErC8iQ1B;AACF;AqC3kQM;EACE,iBAAkB;ArC6kQ1B;ACx9Q4C;EoC6YpC;IACE,iBAAkB;ErC8kQ1B;AACF;ACz9QyC;EoC4YjC;IACE,iBAAkB;ErCglQ1B;AACF;AC19QqE;EoC2Y7D;IACE,iBAAkB;ErCklQ1B;AACF;AC39Q6C;EoC0YrC;IACE,iBAAkB;ErColQ1B;AACF;AC59QuC;EoCyY/B;IACE,iBAAkB;ErCslQ1B;AACF;AC59Q2E;EoCuYnE;IACE,iBAAkB;ErCwlQ1B;AACF;ACv9Q4C;EoCgYpC;IACE,iBAAkB;ErC0lQ1B;AACF;ACv9Q0E;EoC8XlE;IACE,iBAAkB;ErC4lQ1B;AACF;ACl9QwC;EoCuXhC;IACE,iBAAkB;ErC8lQ1B;AACF;AqC3nQM;EACE,oBAAkB;ArC6nQ1B;ACxgR4C;EoC6YpC;IACE,oBAAkB;ErC8nQ1B;AACF;ACzgRyC;EoC4YjC;IACE,oBAAkB;ErCgoQ1B;AACF;AC1gRqE;EoC2Y7D;IACE,oBAAkB;ErCkoQ1B;AACF;AC3gR6C;EoC0YrC;IACE,oBAAkB;ErCooQ1B;AACF;AC5gRuC;EoCyY/B;IACE,oBAAkB;ErCsoQ1B;AACF;AC5gR2E;EoCuYnE;IACE,oBAAkB;ErCwoQ1B;AACF;ACvgR4C;EoCgYpC;IACE,oBAAkB;ErC0oQ1B;AACF;ACvgR0E;EoC8XlE;IACE,oBAAkB;ErC4oQ1B;AACF;AClgRwC;EoCuXhC;IACE,oBAAkB;ErC8oQ1B;AACF;AqC3qQM;EACE,mBAAkB;ArC6qQ1B;ACxjR4C;EoC6YpC;IACE,mBAAkB;ErC8qQ1B;AACF;ACzjRyC;EoC4YjC;IACE,mBAAkB;ErCgrQ1B;AACF;AC1jRqE;EoC2Y7D;IACE,mBAAkB;ErCkrQ1B;AACF;AC3jR6C;EoC0YrC;IACE,mBAAkB;ErCorQ1B;AACF;AC5jRuC;EoCyY/B;IACE,mBAAkB;ErCsrQ1B;AACF;AC5jR2E;EoCuYnE;IACE,mBAAkB;ErCwrQ1B;AACF;ACvjR4C;EoCgYpC;IACE,mBAAkB;ErC0rQ1B;AACF;ACvjR0E;EoC8XlE;IACE,mBAAkB;ErC4rQ1B;AACF;ACljRwC;EoCuXhC;IACE,mBAAkB;ErC8rQ1B;AACF;AqC3tQM;EACE,oBAAkB;ArC6tQ1B;ACxmR4C;EoC6YpC;IACE,oBAAkB;ErC8tQ1B;AACF;ACzmRyC;EoC4YjC;IACE,oBAAkB;ErCguQ1B;AACF;AC1mRqE;EoC2Y7D;IACE,oBAAkB;ErCkuQ1B;AACF;AC3mR6C;EoC0YrC;IACE,oBAAkB;ErCouQ1B;AACF;AC5mRuC;EoCyY/B;IACE,oBAAkB;ErCsuQ1B;A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","file":"bulma.css"} \ No newline at end of file +{"version":3,"sources":["../bulma.styl","../stylus/utilities/_all.styl","../stylus/utilities/animations.styl","bulma.css","../stylus/utilities/mixins.styl","../stylus/utilities/controls.styl","../stylus/base/_all.styl","../stylus/base/minireset.styl","../stylus/base/generic.styl","../stylus/elements/_all.styl","../stylus/elements/box.styl","../stylus/elements/button.styl","../stylus/elements/container.styl","../stylus/elements/content.styl","../stylus/elements/icon.styl","../stylus/elements/image.styl","../stylus/elements/notification.styl","../stylus/elements/progress.styl","../stylus/elements/table.styl","../stylus/elements/tag.styl","../stylus/elements/title.styl","../stylus/elements/other.styl","../stylus/form/_all.styl","../stylus/form/shared.styl","../stylus/form/input-textarea.styl","../stylus/form/checkbox-radio.styl","../stylus/form/select.styl","../stylus/form/file.styl","../stylus/form/tools.styl","../stylus/components/_all.styl","../stylus/components/breadcrumb.styl","../stylus/components/card.styl","../stylus/components/dropdown.styl","../stylus/components/level.styl","../stylus/components/media.styl","../stylus/components/menu.styl","../stylus/components/message.styl","../stylus/components/modal.styl","../stylus/components/navbar.styl","../stylus/components/pagination.styl","../stylus/components/panel.styl","../stylus/components/tabs.styl","../stylus/grid/_all.styl","../stylus/grid/columns.styl","../stylus/grid/tiles.styl","../stylus/helpers/_all.styl","../stylus/helpers/color.styl","../stylus/helpers/flexbox.styl","../stylus/helpers/float.styl","../stylus/helpers/other.styl","../stylus/helpers/overflow.styl","../stylus/helpers/position.styl","../stylus/helpers/spacing.styl","../stylus/helpers/typography.styl","../stylus/helpers/visibility.styl","../stylus/layout/_all.styl","../stylus/layout/hero.styl","../stylus/layout/section.styl","../stylus/layout/footer.styl"],"names":[],"mappings":"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;AACF;ACx7O6C;EuC0YrC;IACE,oBAAkB;ExCijO1B;AACF;ACz7OuC;EuCyY/B;IACE,oBAAkB;ExCmjO1B;AACF;ACz7O2E;EuCuYnE;IACE,oBAAkB;ExCqjO1B;AACF;ACp7O4C;EuCgYpC;IACE,oBAAkB;ExCujO1B;AACF;ACp7O0E;EuC8XlE;IACE,oBAAkB;ExCyjO1B;AACF;AC/6OwC;EuCuXhC;IACE,oBAAkB;ExC2jO1B;AACF;AwCxlOM;EACE,mBAAkB;AxC0lO1B;ACr+O4C;EuC6YpC;IACE,mBAAkB;ExC2lO1B;AACF;ACt+OyC;EuC4YjC;IACE,mBAAkB;ExC6lO1B;AACF;ACv+OqE;EuC2Y7D;IACE,mBAAkB;ExC+lO1B;AACF;ACx+O6C;EuC0YrC;IACE,mBAAkB;ExCimO1B;AACF;ACz+OuC;EuCyY/B;IACE,mBAAkB;ExCmmO1B;AACF;ACz+O2E;EuCuYnE;IACE,mBAAkB;ExCqmO1B;AACF;ACp+O4C;EuCgYpC;IACE,mBAAkB;ExCumO1B;AACF;ACp+O0E;EuC8XlE;IACE,mBAAkB;ExCymO1B;AACF;AC/9OwC;EuCuXhC;IACE,mBAAkB;ExC2mO1B;AACF;AwCxoOM;EACE,oBAAkB;AxC0oO1B;ACrhP4C;EuC6YpC;IACE,oBAAkB;ExC2oO1B;AACF;ACthPyC;EuC4YjC;IACE,oBAAkB;ExC6oO1B;AACF;ACvhPqE;EuC2Y7D;IACE,oBAAkB;ExC+oO1B;AACF;ACxhP6C;EuC0YrC;IACE,oBAAkB;ExCipO1B;AACF;ACzhPuC;EuCyY/B;IACE,oBAAkB;ExCmpO1B;AACF;ACzhP2E;EuCuYnE;IACE,oBAAkB;ExCqpO1B;AACF;ACphP4C;EuCgYpC;IACE,oBAAkB;ExCupO1B;AACF;ACphP0E;EuC8XlE;IACE,oBAAkB;ExCypO1B;AACF;AC/gPwC;EuCuXhC;IACE,oBAAkB;ExC2pO1B;AACF;AwCxrOM;EACE,iBAAkB;AxC0rO1B;ACrkP4C;EuC6YpC;IACE,iBAAkB;ExC2rO1B;AACF;ACtkPyC;EuC4YjC;IACE,iBAAkB;ExC6rO1B;AACF;ACvkPqE;EuC2Y7D;IACE,iBAAkB;ExC+rO1B;AACF;ACxkP6C;EuC0YrC;IACE,iBAAkB;ExCisO1B;AACF;ACzkPuC;EuCyY/B;IACE,iBAAkB;ExCmsO1B;AACF;ACzkP2E;EuCuYnE;IACE,iBAAkB;ExCqsO1B;AACF;ACpkP4C;EuCgYpC;IACE,iBAAkB;ExCusO1B;AACF;ACpkP0E;EuC8XlE;IACE,iBAAkB;ExCysO1B;AACF;AC/jPwC;EuCuXhC;IACE,iBAAkB;ExC2sO1B;AACF;AwCxuOM;EACE,oBAAkB;AxC0uO1B;ACrnP4C;EuC6YpC;IACE,oBAAkB;ExC2uO1B;AACF;ACtnPyC;EuC4YjC;IACE,oBAAkB;ExC6uO1B;AACF;ACvnPqE;EuC2Y7D;IACE,oBAAkB;ExC+uO1B;AACF;ACxnP6C;EuC0YrC;IACE,oBAAkB;ExCivO1B;AACF;ACznPuC;EuCyY/B;IACE,oBAAkB;ExCmvO1B;AACF;ACznP2E;EuCuYnE;IACE,oBAAkB;ExCqvO1B;AACF;ACpnP4C;EuCgYpC;IACE,oBAAkB;ExCuvO1B;AACF;ACpnP0E;EuC8XlE;IACE,oBAAkB;ExCyvO1B;AACF;AC/mPwC;EuCuXhC;IACE,oBAAkB;ExC2vO1B;AACF;AwCxxOM;EACE,mBAAkB;AxC0xO1B;ACrqP4C;EuC6YpC;IACE,mBAAkB;ExC2xO1B;AACF;ACtqPyC;EuC4YjC;IACE,mBAAkB;ExC6xO1B;AACF;ACvqPqE;EuC2Y7D;IACE,mBAAkB;ExC+xO1B;AACF;ACxqP6C;EuC0YrC;IACE,mBAAkB;ExCiyO1B;AACF;ACzqPuC;EuCyY/B;IACE,mBAAkB;ExCmyO1B;AACF;ACzqP2E;EuCuYnE;IACE,mBAAkB;ExCqyO1B;AACF;ACpqP4C;EuCgYpC;IACE,mBAAkB;ExCuyO1B;AACF;ACpqP0E;EuC8XlE;IACE,mBAAkB;ExCyyO1B;AACF;AC/pPwC;EuCuXhC;IACE,mBAAkB;ExC2yO1B;AACF;AwCx0OM;EACE,oBAAkB;AxC00O1B;ACrtP4C;EuC6YpC;IACE,oBAAkB;ExC20O1B;AACF;ACttPyC;EuC4YjC;IACE,oBAAkB;ExC60O1B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M;A3C4jQV;A2C1jQI;;EAEE,yBAAM;A3C4jQZ;A2C3jQE;EACE,oCAAiB;A3C6jQrB;A2CxjQI;EACE,yBAAM;A3C0jQZ;A2CxjQM;;EAEE,yBAAM;A3C0jQd;A2CzjQI;EACE,oCAAiB;A3C2jQvB;A2CzjQI;EACE,yBAAM;A3C2jQZ;A2CzjQM;;EAEE,yBAAM;A3C2jQd;A2C1jQI;EACE,oCAAiB;A3C4jQvB;A2CxlQE;EACE,yBAAM;A3C0lQV;A2CxlQI;;EAEE,yBAAM;A3C0lQZ;A2CzlQE;EACE,oCAAiB;A3C2lQrB;A2CtlQI;EACE,yBAAM;A3CwlQZ;A2CtlQM;;EAEE,yBAAM;A3CwlQd;A2CvlQI;EACE,oCAAiB;A3CylQvB;A2CvlQI;EACE,yBAAM;A3CylQZ;A2CvlQM;;EAEE,yBAAM;A3CylQd;A2CxlQI;EACE,oCAAiB;A3C0lQvB;A2CtnQE;EACE,yBAAM;A3CwnQV;A2CtnQI;;EAEE,yBAAM;A3CwnQZ;A2CvnQE;EACE,oCAAiB;A3CynQrB;A2CpnQI;EACE,yBAAM;A3CsnQZ;A2CpnQM;;EAEE,yBAAM;A3CsnQd;A2CrnQI;EACE,oCAAiB;A3CunQvB;A2CrnQI;EACE,yBAAM;A3CunQZ;A2CrnQM;;EAEE,yBAAM;A3CunQd;A2CtnQI;EACE,oCAAiB;A3CwnQvB;A2CppQE;EACE,yBAAM;A3CspQV;A2CppQI;;EAEE,yBAAM;A3CspQZ;A2CrpQE;EACE,oCAAiB;A3CupQrB;A2ClpQI;EACE,yBAAM;A3CopQZ;A2ClpQM;;EAEE,yBAAM;A3CopQd;A2CnpQI;EACE,oCAAiB;A3CqpQvB;A2CnpQI;EACE,yBAAM;A3CqpQZ;A2CnpQM;;EAEE,yBAAM;A3CqpQd;A2CppQI;EACE,oCAAiB;A3CspQvB;A2CnpQE;EACE,yBAAM;A3CqpQV;A2CppQE;EACE,oCAAiB;A3CspQrB;A2CzpQE;EACE,yBAAM;A3C2pQV;A2C1pQE;EACE,oCAAiB;A3C4pQrB;A2C/pQE;EACE,yBAAM;A3CiqQV;A2ChqQE;EACE,oCAAiB;A3CkqQrB;A2CrqQE;EACE,yBAAM;A3CuqQV;A2CtqQE;EACE,oCAAiB;A3CwqQrB;A2C3qQE;EACE,yBAAM;A3C6qQV;A2C5qQE;EACE,oCAAiB;A3C8qQrB;A2CjrQE;EACE,yBAAM;A3CmrQV;A2ClrQE;EACE,oCAAiB;A3CorQrB;A2CvrQE;EACE,yBAAM;A3CyrQV;A2CxrQE;EACE,oCAAiB;A3C0rQrB;A2C7rQE;EACE,yBAAM;A3C+rQV;A2C9rQE;EACE,oCAAiB;A3CgsQrB;A2CnsQE;EACE,yBAAM;A3CqsQV;A2CpsQE;EACE,oCAAiB;A3CssQrB;A4CxuQE;EACE,8BAAe;A5C0uQnB;A4C3uQE;EACE,sCAAe;A5C6uQnB;A4C9uQE;EACE,iCAAe;A5CgvQnB;A4CjvQE;EACE,yCAAe;A5CmvQnB;A4C/uQE;EACE,4BAAU;A5CivQd;A4ClvQE;EACE,0BAAU;A5CovQd;A4CrvQE;EACE,kCAAU;A5CuvQd;A4CnvQE;EACE,sCAAgB;A5CqvQpB;A4CtvQE;EACE,oCAAgB;A5CwvQpB;A4CzvQE;EACE,kCAAgB;A5C2vQpB;A4C5vQE;EACE,yCAAgB;A5C8vQpB;A4C/vQE;EACE,wCAAgB;A5CiwQpB;A4ClwQE;EACE,wCAAgB;A5CowQpB;A4CrwQE;EACE,iCAAgB;A5CuwQpB;A4CxwQE;EACE,+BAAgB;A5C0wQpB;A4C3wQE;EACE,gCAAgB;A5C6wQpB;A4C9wQE;EACE,iCAAgB;A5CgxQpB;A4C5wQE;EACE,oCAAc;A5C8wQlB;A4C/wQE;EACE,kCAAc;A5CixQlB;A4ClxQE;EACE,gCAAc;A5CoxQlB;A4CrxQE;EACE,uCAAc;A5CuxQlB;A4CxxQE;EACE,sCAAc;A5C0xQlB;A4C3xQE;EACE,sCAAc;A5C6xQlB;A4C9xQE;EACE,iCAAc;A5CgyQlB;A4CjyQE;EACE,+BAAc;A5CmyQlB;A4CpyQE;EACE,6BAAc;A5CsyQlB;A4CvyQE;EACE,kCAAc;A5CyyQlB;A4CryQE;EACE,+BAAY;A5CuyQhB;A4CxyQE;EACE,kCAAY;A5C0yQhB;A4C3yQE;EACE,gCAAY;A5C6yQhB;A4C9yQE;EACE,8BAAY;A5CgzQhB;A4CjzQE;EACE,gCAAY;A5CmzQhB;A4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+zRhB;EkDh0RI;IACE,6BAAU;ElDk0RhB;AACF;ACvuRuC;EiD7FjC;IACE,0BAAU;ElDu0RhB;EkDx0RI;IACE,4BAAU;ElD00RhB;EkD30RI;IACE,0BAAU;ElD60RhB;EkD90RI;IACE,4BAAU;ElDg1RhB;EkDj1RI;IACE,6BAAU;ElDm1RhB;EkDp1RI;IACE,0BAAU;ElDs1RhB;EkDv1RI;IACE,6BAAU;ElDy1RhB;AACF;AC/uR4C;EiD5GtC;IACE,0BAAU;ElD81RhB;EkD/1RI;IACE,4BAAU;ElDi2RhB;EkDl2RI;IACE,0BAAU;ElDo2RhB;EkDr2RI;IACE,4BAAU;ElDu2RhB;EkDx2RI;IACE,6BAAU;ElD02RhB;EkD32RI;IACE,0BAAU;ElD62RhB;EkD92RI;IACE,6BAAU;ElDg3RhB;AACF;ACvvRwC;EiD3HlC;IACE,0BAAU;ElDq3RhB;EkDt3RI;IACE,4BAAU;ElDw3RhB;EkDz3RI;IACE,0BAAU;ElD23RhB;EkD53RI;IACE,4BAAU;ElD83RhB;EkD/3RI;IACE,6BAAU;ElDi4RhB;EkDl4RI;IACE,0BAAU;ElDo4RhB;EkDr4RI;IACE,6BAAU;ElDu4RhB;AACF;AkD52RE;EACE,6BAAW;AlD82Rf;AkD/2RE;EACE,8BAAW;AlDi3Rf;AkDl3RE;EACE,2BAAW;AlDo3Rf;AkDr3RE;EACE,4BAAW;AlDu3Rf;ACx0R4C;EiD3CxC;IACE,6BAAW;ElDs3Rf;AACF;ACz0RyC;EiD5CrC;IACE,6BAAW;ElDw3Rf;AACF;AC10RqE;EiD7CjE;IACE,6BAAW;ElD03Rf;AACF;AC30R6C;EiD9CzC;IACE,6BAAW;ElD43Rf;AACF;AC50RuC;EiD/CnC;IACE,6BAAW;ElD83Rf;AACF;AC50R2E;EiDjDvE;IACE,6BAAW;ElDg4Rf;AACF;ACv0R4C;EiDxDxC;IACE,6BAAW;ElDk4Rf;AACF;ACv0R0E;EiD1DtE;IACE,6BAAW;ElDo4Rf;AACF;ACl0RwC;EiDjEpC;IACE,6BAAW;ElDs4Rf;AACF;ACr3R4C;EiD3CxC;IACE,8BAAW;ElDm6Rf;AACF;ACt3RyC;EiD5CrC;IACE,8BAAW;ElDq6Rf;AACF;ACv3RqE;EiD7CjE;IACE,8BAAW;ElDu6Rf;AACF;ACx3R6C;EiD9CzC;IACE,8BAAW;ElDy6Rf;AACF;ACz3RuC;EiD/CnC;IACE,8BAAW;ElD26Rf;AACF;ACz3R2E;EiDjDvE;IACE,8BAAW;ElD66Rf;AACF;ACp3R4C;EiDxDxC;IACE,8BAAW;ElD+6Rf;AACF;ACp3R0E;EiD1DtE;IACE,8BAAW;ElDi7Rf;AACF;AC/2RwC;EiDjEpC;IACE,8BAAW;ElDm7Rf;AACF;ACl6R4C;EiD3CxC;IACE,2BAAW;ElDg9Rf;AACF;ACn6RyC;EiD5CrC;IACE,2BAAW;ElDk9Rf;AACF;ACp6RqE;EiD7CjE;IACE,2BAAW;ElDo9Rf;AACF;ACr6R6C;EiD9CzC;IACE,2BAAW;ElDs9Rf;AACF;ACt6RuC;EiD/CnC;IACE,2BAAW;ElDw9Rf;AACF;ACt6R2E;EiDjDvE;IACE,2BAAW;ElD09Rf;AACF;ACj6R4C;EiDxDxC;IACE,2BAAW;ElD49Rf;AACF;ACj6R0E;EiD1DtE;IACE,2BAAW;ElD89Rf;AACF;AC55RwC;EiDjEpC;IACE,2BAAW;ElDg+Rf;AACF;AC/8R4C;EiD3CxC;IACE,4BAAW;ElD6/Rf;AACF;ACh9RyC;EiD5CrC;IACE,4BAAW;ElD+/Rf;AACF;ACj9RqE;EiD7CjE;IACE,4BAAW;ElDigSf;AACF;ACl9R6C;EiD9CzC;IACE,4BAAW;ElDmgSf;AACF;ACn9RuC;EiD/CnC;IACE,4BAAW;ElDqgSf;AACF;ACn9R2E;EiDjDvE;IACE,4BAAW;ElDugSf;AACF;AC98R4C;EiDxDxC;IACE,4BAAW;ElDygSf;AACF;AC98R0E;EiD1DtE;IACE,4BAAW;ElD2gSf;AACF;ACz8RwC;EiDjEpC;IACE,4BAAW;ElD6gSf;AACF;AkD5gSA;EACE,qCAAe;AlD8gSjB;AkD5gSA;EACE,oCAAe;AlD8gSjB;AkD5gSA;EACE,oCAAe;AlD8gSjB;AkD5gSA;EACE,6BAAW;AlD8gSb;AkD5gSA;EACE,2BAAY;AlD8gSd;AkD7gSA;EACE,2BAAY;AlD+gSd;AkD9gSA;EACE,2BAAY;AlDghSd;AkD/gSA;EACE,2BAAY;AlDihSd;AkDhhSA;EACE,2BAAY;AlDkhSd;AkDhhSA;EACE,+LAAY;AlDkhSd;AkDhhSA;EACE,+LAAY;AlDkhSd;AkDhhSA;EACE,+LAAY;AlDkhSd;AkDhhSA;EACE,iCAAY;AlDkhSd;AkDhhSA;EACE,iCAAY;AlDkhSd;AmDpnSE;EACE,yBAAQ;AnDsnSZ;ACziS4C;EkD3ExC;IACE,yBAAQ;EnDunSZ;AACF;AC1iSyC;EkD5ErC;IACE,yBAAQ;EnDynSZ;AACF;AC3iSqE;EkD7EjE;IACE,yBAAQ;EnD2nSZ;AACF;AC5iS6C;EkD9EzC;IACE,yBAAQ;EnD6nSZ;AACF;AC7iSuC;EkD/EnC;IACE,yBAAQ;EnD+nSZ;AACF;AC7iS2E;EkDjFvE;IACE,yBAAQ;EnDioSZ;AACF;ACxiS4C;EkDxFxC;IACE,yBAAQ;EnDmoSZ;AACF;ACxiS0E;EkD1FtE;IACE,yBAAQ;EnDqoSZ;AACF;ACniSwC;EkDjGpC;IACE,yBAAQ;EnDuoSZ;AACF;AmDpqSE;EACE,wBAAQ;AnDsqSZ;ACzlS4C;EkD3ExC;IACE,wBAAQ;EnDuqSZ;AACF;AC1lSyC;EkD5ErC;IACE,wBAAQ;EnDyqSZ;AACF;AC3lSqE;EkD7EjE;IACE,wBAAQ;EnD2qSZ;AACF;AC5lS6C;EkD9EzC;IACE,wBAAQ;EnD6qSZ;AACF;AC7lSuC;EkD/EnC;IACE,wBAAQ;EnD+qSZ;AACF;AC7lS2E;EkDjFvE;IACE,wBAAQ;EnDirSZ;AACF;ACxlS4C;EkDxFxC;IACE,wBAAQ;EnDmrSZ;AACF;ACxlS0E;EkD1FtE;IACE,wBAAQ;EnDqrSZ;AACF;ACnlSwC;EkDjGpC;IACE,wBAAQ;EnDurSZ;AACF;AmDptSE;EACE,0BAAQ;AnDstSZ;ACzoS4C;EkD3ExC;IACE,0BAAQ;EnDutSZ;AACF;AC1oSyC;EkD5ErC;IACE,0BAAQ;EnDytSZ;AACF;AC3oSqE;EkD7EjE;IACE,0BAAQ;EnD2tSZ;AACF;AC5oS6C;EkD9EzC;IACE,0BAAQ;EnD6tSZ;AACF;AC7oSuC;EkD/EnC;IACE,0BAAQ;EnD+tSZ;AACF;AC7o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","file":"bulma.css"} \ No newline at end of file diff --git a/css/bulma.min.css b/css/bulma.min.css index 095f73f..793f52b 100644 --- a/css/bulma.min.css +++ b/css/bulma.min.css @@ -1 +1 @@ -@charset "utf-8";@-webkit-keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.breadcrumb,.button,.delete,.file,.is-unselectable,.modal-close,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;transform-origin:center;width:.625em}.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.highlight:not(:last-child),.level:not(:last-child),.list:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.pagination:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.tabs:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;cursor:pointer;pointer-events:auto;display:inline-block;-webkit-box-flex:0;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.delete::after,.delete::before,.modal-close::after,.modal-close::before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.delete::before,.modal-close::before{height:2px;width:50%}.delete::after,.modal-close::after{height:50%;width:2px}.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover{background-color:rgba(10,10,10,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.4)}.delete.is-small,.modal-close.is-small{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.delete.is-medium,.modal-close.is-medium{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.delete.is-large,.modal-close.is-large{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading::after,.control.is-loading::after,.loader,.select.is-loading::after{-webkit-animation:spinAround .5s infinite linear;animation:spinAround .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img,.is-overlay,.modal,.modal-background{bottom:0;left:0;position:absolute;right:0;top:0}.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea{-moz-appearance:none;-webkit-appearance:none;-webkit-box-align:center;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:-webkit-inline-box;display:inline-flex;font-size:1rem;height:2.5em;-webkit-box-pack:start;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:calc(.5em - 1px);position:relative;vertical-align:top}.button.is-active,.button.is-focused,.button:active,.button:focus,.file-cta.is-active,.file-cta.is-focused,.file-cta:active,.file-cta:focus,.file-name.is-active,.file-name.is-focused,.file-name:active,.file-name:focus,.input.is-active,.input.is-focused,.input:active,.input:focus,.pagination-ellipsis.is-active,.pagination-ellipsis.is-focused,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link.is-active,.pagination-link.is-focused,.pagination-link:active,.pagination-link:focus,.pagination-next.is-active,.pagination-next.is-focused,.pagination-next:active,.pagination-next:focus,.pagination-previous.is-active,.pagination-previous.is-focused,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{outline:0}.button[disabled],.file-cta[disabled],.file-name[disabled],.input[disabled],.pagination-ellipsis[disabled],.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled],.select select[disabled],.textarea[disabled],fieldset[disabled] .button,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .input,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-previous,fieldset[disabled] .select select,fieldset[disabled] .textarea{cursor:not-allowed}blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{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}*,::after,::before{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:left}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,select,textarea{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}a{color:#3273dc;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#f14668;font-size:.875em;font-weight:400;padding:.25em .5em .25em}hr{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:left}table th{color:#363636}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-clipped{overflow:hidden!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}.has-text-white{color:#fff!important}a.has-text-white:focus,a.has-text-white:hover{color:#e6e6e6!important}.has-background-white{background-color:#fff!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:focus,a.has-text-black:hover{color:#000!important}.has-background-black{background-color:#0a0a0a!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:focus,a.has-text-light:hover{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#00d1b2!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#009e86!important}.has-background-primary{background-color:#00d1b2!important}.has-text-link{color:#3273dc!important}a.has-text-link:focus,a.has-text-link:hover{color:#205bbc!important}.has-background-link{background-color:#3273dc!important}.has-text-info{color:#3298dc!important}a.has-text-info:focus,a.has-text-info:hover{color:#207dbc!important}.has-background-info{background-color:#3298dc!important}.has-text-success{color:#48c774!important}a.has-text-success:focus,a.has-text-success:hover{color:#34a85c!important}.has-background-success{background-color:#48c774!important}.has-text-warning{color:#ffdd57!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd324!important}.has-background-warning{background-color:#ffdd57!important}.has-text-danger{color:#f14668!important}a.has-text-danger:focus,a.has-text-danger:hover{color:#ee1742!important}.has-background-danger{background-color:#f14668!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}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-sans-serif{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-monospace{font-family:monospace!important}.is-family-code{font-family: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:-webkit-box!important;display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:-webkit-box!important;display:flex!important}}@media screen and (min-width:769px),print{.is-flex-tablet{display:-webkit-box!important;display:flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-flex-tablet-only{display:-webkit-box!important;display:flex!important}}@media screen and (max-width:1023px){.is-flex-touch{display:-webkit-box!important;display:flex!important}}@media screen and (min-width:1024px){.is-flex-desktop{display:-webkit-box!important;display:flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-flex-desktop-only{display:-webkit-box!important;display:flex!important}}@media screen and (min-width:1216px){.is-flex-widescreen{display:-webkit-box!important;display:flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-flex-widescreen-only{display:-webkit-box!important;display:flex!important}}@media screen and (min-width:1408px){.is-flex-fullhd{display:-webkit-box!important;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:-webkit-inline-box!important;display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:769px),print{.is-inline-flex-tablet{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-flex-tablet-only{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (max-width:1023px){.is-inline-flex-touch{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:1024px){.is-inline-flex-desktop{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-flex-desktop-only{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:1216px){.is-inline-flex-widescreen{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-flex-widescreen-only{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:1408px){.is-inline-flex-fullhd{display:-webkit-inline-box!important;display:inline-flex!important}}.is-hidden{display:none!important}.is-sr-only{border:none!important;clip:rect(0,0,0,0)!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media screen and (min-width:769px),print{.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width: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}}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-relative{position:relative!important}.box{background-color:#fff;border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);color:#4a4a4a;display:block;padding:1.25rem}a.box:focus,a.box:hover{box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px #3273dc}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #3273dc}.button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;-webkit-box-pack:center;justify-content:center;padding-bottom:calc(.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(.5em - 1px);text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{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.is-hovered,.button:hover{border-color:#b5b5b5;color:#363636}.button.is-focused,.button:focus{border-color:#3273dc;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-active,.button:active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active,.button.is-text:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white.is-hovered,.button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#0a0a0a}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-hovered,.button.is-white.is-inverted:hover{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined.is-focused,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined.is-focused,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black.is-hovered,.button.is-black:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#fff}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-hovered,.button.is-black.is-inverted:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined.is-focused,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined.is-focused,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-hovered,.button.is-light:hover{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted.is-hovered,.button.is-light.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined.is-focused,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-light.is-inverted.is-outlined.is-focused,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-dark{background-color:#363636;border-color:transparent;color:#fff}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#2f2f2f;border-color:transparent;color:#fff}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#fff}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#292929;border-color:transparent;color:#fff}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#363636;border-color:transparent;box-shadow:none}.button.is-dark.is-inverted{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-hovered,.button.is-dark.is-inverted:hover{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined.is-focused,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#363636;border-color:#363636;color:#fff}.button.is-dark.is-outlined.is-loading::after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined.is-focused,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary{background-color:#00d1b2;border-color:transparent;color:#fff}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#00c4a7;border-color:transparent;color:#fff}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#00b89c;border-color:transparent;color:#fff}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#00d1b2;border-color:transparent;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-hovered,.button.is-primary.is-inverted:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#00d1b2}.button.is-primary.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#00d1b2;color:#00d1b2}.button.is-primary.is-outlined.is-focused,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.button.is-primary.is-outlined.is-loading::after{border-color:transparent transparent #00d1b2 #00d1b2!important}.button.is-primary.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#00d1b2;box-shadow:none;color:#00d1b2}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined.is-focused,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #00d1b2 #00d1b2!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light{background-color:#ebfffc;color:#00947e}.button.is-primary.is-light.is-hovered,.button.is-primary.is-light:hover{background-color:#defffa;border-color:transparent;color:#00947e}.button.is-primary.is-light.is-active,.button.is-primary.is-light:active{background-color:#d1fff8;border-color:transparent;color:#00947e}.button.is-link{background-color:#3273dc;border-color:transparent;color:#fff}.button.is-link.is-hovered,.button.is-link:hover{background-color:#276cda;border-color:transparent;color:#fff}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#fff}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#2366d1;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#3273dc;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#3273dc}.button.is-link.is-inverted.is-hovered,.button.is-link.is-inverted:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3273dc}.button.is-link.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:transparent;border-color:#3273dc;color:#3273dc}.button.is-link.is-outlined.is-focused,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:#3273dc;border-color:#3273dc;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #3273dc #3273dc!important}.button.is-link.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#3273dc;box-shadow:none;color:#3273dc}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined.is-focused,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#fff;color:#3273dc}.button.is-link.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #3273dc #3273dc!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:#eef3fc;color:#2160c4}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#e3ecfa;border-color:transparent;color:#2160c4}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#d8e4f8;border-color:transparent;color:#2160c4}.button.is-info{background-color:#3298dc;border-color:transparent;color:#fff}.button.is-info.is-hovered,.button.is-info:hover{background-color:#2793da;border-color:transparent;color:#fff}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#fff}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,152,220,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#238cd1;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3298dc;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3298dc}.button.is-info.is-inverted.is-hovered,.button.is-info.is-inverted:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3298dc}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:transparent;border-color:#3298dc;color:#3298dc}.button.is-info.is-outlined.is-focused,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#3298dc;border-color:#3298dc;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3298dc #3298dc!important}.button.is-info.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#3298dc;box-shadow:none;color:#3298dc}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined.is-focused,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#fff;color:#3298dc}.button.is-info.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #3298dc #3298dc!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:#eef6fc;color:#1d72aa}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#e3f1fa;border-color:transparent;color:#1d72aa}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#d8ebf8;border-color:transparent;color:#1d72aa}.button.is-success{background-color:#48c774;border-color:transparent;color:#fff}.button.is-success.is-hovered,.button.is-success:hover{background-color:#3ec46d;border-color:transparent;color:#fff}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#fff}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,199,116,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#3abb67;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#48c774;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#48c774}.button.is-success.is-inverted.is-hovered,.button.is-success.is-inverted:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#48c774}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:transparent;border-color:#48c774;color:#48c774}.button.is-success.is-outlined.is-focused,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#48c774;border-color:#48c774;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #48c774 #48c774!important}.button.is-success.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#48c774;box-shadow:none;color:#48c774}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined.is-focused,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#fff;color:#48c774}.button.is-success.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #48c774 #48c774!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:#effaf3;color:#257942}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#e6f7ec;border-color:transparent;color:#257942}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#dcf4e4;border-color:transparent;color:#257942}.button.is-warning{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-hovered,.button.is-warning.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.button.is-warning.is-outlined.is-focused,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined.is-focused,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-warning.is-light{background-color:#fffbeb;color:#947600}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#fff8de;border-color:transparent;color:#947600}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#fff6d1;border-color:transparent;color:#947600}.button.is-danger{background-color:#f14668;border-color:transparent;color:#fff}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#f03a5f;border-color:transparent;color:#fff}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.button.is-danger.is-active,.button.is-danger:active{background-color:#ef2e55;border-color:transparent;color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#f14668;border-color:transparent;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#f14668}.button.is-danger.is-inverted.is-hovered,.button.is-danger.is-inverted:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f14668}.button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;color:#f14668}.button.is-danger.is-outlined.is-focused,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#f14668;border-color:#f14668;color:#fff}.button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;box-shadow:none;color:#f14668}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined.is-focused,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#fff;color:#f14668}.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.button.is-danger.is-light.is-hovered,.button.is-danger.is-light:hover{background-color:#fde0e6;border-color:transparent;color:#cc0f35}.button.is-danger.is-light.is-active,.button.is-danger.is-light:active{background-color:#fcd4dc;border-color:transparent;color:#cc0f35}.button.is-small{border-radius:2px;font-size:.75rem}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:-webkit-box;display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - (1em / 2));top:calc(50% - (1em / 2));position:absolute!important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:290486px;padding-left:calc(1em + .25em);padding-right:calc(1em + .25em)}.buttons{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:start;justify-content:flex-start}.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){border-radius:2px;font-size:.75rem}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded{-webkit-box-flex:1;flex-grow:1;flex-shrink:1}.buttons.is-centered{-webkit-box-pack:center;justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.buttons.is-right{-webkit-box-pack:end;justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.container{-webkit-box-flex:1;flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width:1024px){.container{max-width:960px}}@media screen and (max-width:1215px){.container.is-widescreen{max-width:1152px}}@media screen and (max-width:1407px){.container.is-fullhd{max-width:1344px}}@media screen and (min-width:1216px){.container{max-width:1152px}}@media screen and (min-width:1408px){.container{max-width:1344px}}.content li+li{margin-top:.25em}.content blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul: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{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol: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{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#363636}.content table th:not([align]){text-align:left}.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}.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-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{-webkit-box-align:center;align-items:center;display:-webkit-inline-box;display:inline-flex;-webkit-box-pack:center;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-fullwidth{width:100%}.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img{height:100%;width:100%}.image.is-1by1,.image.is-square{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.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.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;right:.5rem;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.notification.is-dark{background-color:#363636;color:#fff}.notification.is-primary{background-color:#00d1b2;color:#fff}.notification.is-link{background-color:#3273dc;color:#fff}.notification.is-info{background-color:#3298dc;color:#fff}.notification.is-success{background-color:#48c774;color:#fff}.notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.notification.is-danger{background-color:#f14668;color:#fff}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#4a4a4a}.progress::-moz-progress-bar{background-color:#4a4a4a}.progress::-ms-fill{background-color:#4a4a4a;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:-webkit-gradient(linear,left top,right top,color-stop(30%,#fff),color-stop(30%,#ededed));background-image:linear-gradient(to right,#fff 30%,#ededed 30%)}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-black:indeterminate{background-image:-webkit-gradient(linear,left top,right top,color-stop(30%,#0a0a0a),color-stop(30%,#ededed));background-image:linear-gradient(to right,#0a0a0a 30%,#ededed 30%)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:-webkit-gradient(linear,left top,right top,color-stop(30%,#f5f5f5),color-stop(30%,#ededed));background-image:linear-gradient(to right,#f5f5f5 30%,#ededed 30%)}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate{background-image:-webkit-gradient(linear,left top,right top,color-stop(30%,#363636),color-stop(30%,#ededed));background-image:linear-gradient(to right,#363636 30%,#ededed 30%)}.progress.is-primary::-webkit-progress-value{background-color:#00d1b2}.progress.is-primary::-moz-progress-bar{background-color:#00d1b2}.progress.is-primary::-ms-fill{background-color:#00d1b2}.progress.is-primary:indeterminate{background-image:-webkit-gradient(linear,left top,right top,color-stop(30%,#00d1b2),color-stop(30%,#ededed));background-image:linear-gradient(to right,#00d1b2 30%,#ededed 30%)}.progress.is-link::-webkit-progress-value{background-color:#3273dc}.progress.is-link::-moz-progress-bar{background-color:#3273dc}.progress.is-link::-ms-fill{background-color:#3273dc}.progress.is-link:indeterminate{background-image:-webkit-gradient(linear,left top,right top,color-stop(30%,#3273dc),color-stop(30%,#ededed));background-image:linear-gradient(to right,#3273dc 30%,#ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#3298dc}.progress.is-info::-moz-progress-bar{background-color:#3298dc}.progress.is-info::-ms-fill{background-color:#3298dc}.progress.is-info:indeterminate{background-image:-webkit-gradient(linear,left top,right top,color-stop(30%,#3298dc),color-stop(30%,#ededed));background-image:linear-gradient(to right,#3298dc 30%,#ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#48c774}.progress.is-success::-moz-progress-bar{background-color:#48c774}.progress.is-success::-ms-fill{background-color:#48c774}.progress.is-success:indeterminate{background-image:-webkit-gradient(linear,left top,right top,color-stop(30%,#48c774),color-stop(30%,#ededed));background-image:linear-gradient(to right,#48c774 30%,#ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffdd57}.progress.is-warning::-moz-progress-bar{background-color:#ffdd57}.progress.is-warning::-ms-fill{background-color:#ffdd57}.progress.is-warning:indeterminate{background-image:-webkit-gradient(linear,left top,right top,color-stop(30%,#ffdd57),color-stop(30%,#ededed));background-image:linear-gradient(to right,#ffdd57 30%,#ededed 30%)}.progress.is-danger::-webkit-progress-value{background-color:#f14668}.progress.is-danger::-moz-progress-bar{background-color:#f14668}.progress.is-danger::-ms-fill{background-color:#f14668}.progress.is-danger:indeterminate{background-image:-webkit-gradient(linear,left top,right top,color-stop(30%,#f14668),color-stop(30%,#ededed));background-image:linear-gradient(to right,#f14668 30%,#ededed 30%)}.progress:indeterminate{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:moveIndeterminate;animation-name:moveIndeterminate;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:#ededed;background-image:-webkit-gradient(linear,left top,right top,color-stop(30%,#4a4a4a),color-stop(30%,#ededed));background-image:linear-gradient(to right,#4a4a4a 30%,#ededed 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@-webkit-keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:#363636}.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.table td.is-primary,.table th.is-primary{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.table td.is-link,.table th.is-link{background-color:#3273dc;border-color:#3273dc;color:#fff}.table td.is-info,.table th.is-info{background-color:#3298dc;border-color:#3298dc;color:#fff}.table td.is-success,.table th.is-success{background-color:#48c774;border-color:#48c774;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.table td.is-danger,.table th.is-danger{background-color:#f14668;border-color:#f14668;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#00d1b2;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table th{color:#363636}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#00d1b2;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:transparent}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot{background-color:transparent}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody{background-color:transparent}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:start;justify-content:flex-start}.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{-webkit-box-pack:center;justify-content:center}.tags.is-centered .tag{margin-right:.25rem;margin-left:.25rem}.tags.is-right{-webkit-box-pack:end;justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.is-right .tag:not(:last-child){margin-right:0}.tags.has-addons .tag{margin-right:0}.tags.has-addons .tag:not(:first-child){margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0}.tags.has-addons .tag:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.tag:not(body){-webkit-box-align:center;align-items:center;background-color:#f5f5f5;border-radius:4px;color:#4a4a4a;display:-webkit-inline-box;display:inline-flex;font-size:.75rem;height:2em;-webkit-box-pack:center;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.tag:not(body).is-dark{background-color:#363636;color:#fff}.tag:not(body).is-primary{background-color:#00d1b2;color:#fff}.tag:not(body).is-primary.is-light{background-color:#ebfffc;color:#00947e}.tag:not(body).is-link{background-color:#3273dc;color:#fff}.tag:not(body).is-link.is-light{background-color:#eef3fc;color:#2160c4}.tag:not(body).is-info{background-color:#3298dc;color:#fff}.tag:not(body).is-info.is-light{background-color:#eef6fc;color:#1d72aa}.tag:not(body).is-success{background-color:#48c774;color:#fff}.tag:not(body).is-success.is-light{background-color:#effaf3;color:#257942}.tag:not(body).is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.tag:not(body).is-warning.is-light{background-color:#fffbeb;color:#947600}.tag:not(body).is-danger{background-color:#f14668;color:#fff}.tag:not(body).is-danger.is-light{background-color:#feecf0;color:#cc0f35}.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{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete::after,.tag:not(body).is-delete::before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.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:focus,.tag:not(body).is-delete:hover{background-color:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:290486px}a.tag:hover{text-decoration:underline}.subtitle,.title{word-break:break-word}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.title sub{font-size:.75em}.subtitle sup,.title sup{font-size:.75em}.subtitle .tag,.title .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+.highlight{margin-top:-.75rem}.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:#4a4a4a;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{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.highlight{font-weight:400;max-width:100%;overflow:hidden;padding:0}.highlight pre{overflow:auto;max-width:100%}.number{-webkit-box-align:center;align-items:center;background-color:#f5f5f5;border-radius:290486px;display:-webkit-inline-box;display:inline-flex;font-size:1.25rem;height:2em;-webkit-box-pack:center;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.input,.select select,.textarea{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.input::-moz-placeholder,.select select::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.input::-webkit-input-placeholder,.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.input:-moz-placeholder,.select select:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.input:-ms-input-placeholder,.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.input.is-hovered,.input:hover,.select select.is-hovered,.select select:hover,.textarea.is-hovered,.textarea:hover{border-color:#b5b5b5}.input.is-active,.input.is-focused,.input:active,.input:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{border-color:#3273dc;box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.input[disabled],.select select[disabled],.textarea[disabled],fieldset[disabled] .input,fieldset[disabled] .select select,fieldset[disabled] .textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.input[disabled]::-moz-placeholder,.select select[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:rgba(122,122,122,.3)}.input[disabled]::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:rgba(122,122,122,.3)}.input[disabled]:-moz-placeholder,.select select[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:rgba(122,122,122,.3)}.input[disabled]:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:rgba(122,122,122,.3)}.input,.textarea{box-shadow:inset 0 .0625em .125em rgba(10,10,10,.05);max-width:100%;width:100%}.input[readonly],.textarea[readonly]{box-shadow:none}.input.is-white,.textarea.is-white{border-color:#fff}.input.is-white.is-active,.input.is-white.is-focused,.input.is-white:active,.input.is-white:focus,.textarea.is-white.is-active,.textarea.is-white.is-focused,.textarea.is-white:active,.textarea.is-white:focus{box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.input.is-black,.textarea.is-black{border-color:#0a0a0a}.input.is-black.is-active,.input.is-black.is-focused,.input.is-black:active,.input.is-black:focus,.textarea.is-black.is-active,.textarea.is-black.is-focused,.textarea.is-black:active,.textarea.is-black:focus{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.input.is-light,.textarea.is-light{border-color:#f5f5f5}.input.is-light.is-active,.input.is-light.is-focused,.input.is-light:active,.input.is-light:focus,.textarea.is-light.is-active,.textarea.is-light.is-focused,.textarea.is-light:active,.textarea.is-light:focus{box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.input.is-dark,.textarea.is-dark{border-color:#363636}.input.is-dark.is-active,.input.is-dark.is-focused,.input.is-dark:active,.input.is-dark:focus,.textarea.is-dark.is-active,.textarea.is-dark.is-focused,.textarea.is-dark:active,.textarea.is-dark:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.input.is-primary,.textarea.is-primary{border-color:#00d1b2}.input.is-primary.is-active,.input.is-primary.is-focused,.input.is-primary:active,.input.is-primary:focus,.textarea.is-primary.is-active,.textarea.is-primary.is-focused,.textarea.is-primary:active,.textarea.is-primary:focus{box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.input.is-link,.textarea.is-link{border-color:#3273dc}.input.is-link.is-active,.input.is-link.is-focused,.input.is-link:active,.input.is-link:focus,.textarea.is-link.is-active,.textarea.is-link.is-focused,.textarea.is-link:active,.textarea.is-link:focus{box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.input.is-info,.textarea.is-info{border-color:#3298dc}.input.is-info.is-active,.input.is-info.is-focused,.input.is-info:active,.input.is-info:focus,.textarea.is-info.is-active,.textarea.is-info.is-focused,.textarea.is-info:active,.textarea.is-info:focus{box-shadow:0 0 0 .125em rgba(50,152,220,.25)}.input.is-success,.textarea.is-success{border-color:#48c774}.input.is-success.is-active,.input.is-success.is-focused,.input.is-success:active,.input.is-success:focus,.textarea.is-success.is-active,.textarea.is-success.is-focused,.textarea.is-success:active,.textarea.is-success:focus{box-shadow:0 0 0 .125em rgba(72,199,116,.25)}.input.is-warning,.textarea.is-warning{border-color:#ffdd57}.input.is-warning.is-active,.input.is-warning.is-focused,.input.is-warning:active,.input.is-warning:focus,.textarea.is-warning.is-active,.textarea.is-warning.is-focused,.textarea.is-warning:active,.textarea.is-warning:focus{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.input.is-danger,.textarea.is-danger{border-color:#f14668}.input.is-danger.is-active,.input.is-danger.is-focused,.input.is-danger:active,.input.is-danger:focus,.textarea.is-danger.is-active,.textarea.is-danger.is-focused,.textarea.is-danger:active,.textarea.is-danger:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.input.is-small,.textarea.is-small{border-radius:2px;font-size:.75rem}.input.is-medium,.textarea.is-medium{font-size:1.25rem}.input.is-large,.textarea.is-large{font-size:1.5rem}.input.is-fullwidth,.textarea.is-fullwidth{display:block;width:100%}.input.is-inline,.textarea.is-inline{display:inline;width:auto}.input.is-rounded{border-radius:290486px;padding-left:calc(calc(.75em - 1px) + .375em);padding-right:calc(calc(.75em - 1px) + .375em)}.input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#363636}.checkbox[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading)::after{border-color:#3273dc;right:1.125em;z-index:4}.select.is-rounded select{border-radius:290486px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:0}.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{border-color:#fff}.select.is-white select{border-color:#fff}.select.is-white select.is-hovered,.select.is-white select:hover{border-color:#f2f2f2}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.select.is-black:not(:hover)::after{border-color:#0a0a0a}.select.is-black select{border-color:#0a0a0a}.select.is-black select.is-hovered,.select.is-black select:hover{border-color:#000}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.select.is-light:not(:hover)::after{border-color:#f5f5f5}.select.is-light select{border-color:#f5f5f5}.select.is-light select.is-hovered,.select.is-light select:hover{border-color:#e8e8e8}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.select.is-dark:not(:hover)::after{border-color:#363636}.select.is-dark select{border-color:#363636}.select.is-dark select.is-hovered,.select.is-dark select:hover{border-color:#292929}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.select.is-primary:not(:hover)::after{border-color:#00d1b2}.select.is-primary select{border-color:#00d1b2}.select.is-primary select.is-hovered,.select.is-primary select:hover{border-color:#00b89c}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.select.is-link:not(:hover)::after{border-color:#3273dc}.select.is-link select{border-color:#3273dc}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#2366d1}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.select.is-info:not(:hover)::after{border-color:#3298dc}.select.is-info select{border-color:#3298dc}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#238cd1}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 0 0 .125em rgba(50,152,220,.25)}.select.is-success:not(:hover)::after{border-color:#48c774}.select.is-success select{border-color:#48c774}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#3abb67}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 0 0 .125em rgba(72,199,116,.25)}.select.is-warning:not(:hover)::after{border-color:#ffdd57}.select.is-warning select{border-color:#ffdd57}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#ffd83d}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.select.is-danger:not(:hover)::after{border-color:#f14668}.select.is-danger select{border-color:#f14668}.select.is-danger select.is-hovered,.select.is-danger select:hover{border-color:#ef2e55}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.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{border-color:#7a7a7a}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:.625em;-webkit-transform:none;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{-webkit-box-align:stretch;align-items:stretch;display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,255,255,.25);color:#0a0a0a}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(10,10,10,.25);color:#fff}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(245,245,245,.25);color:rgba(0,0,0,.7)}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#fff}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#2f2f2f;border-color:transparent;color:#fff}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(54,54,54,.25);color:#fff}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#292929;border-color:transparent;color:#fff}.file.is-primary .file-cta{background-color:#00d1b2;border-color:transparent;color:#fff}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#00c4a7;border-color:transparent;color:#fff}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(0,209,178,.25);color:#fff}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#00b89c;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#3273dc;border-color:transparent;color:#fff}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#276cda;border-color:transparent;color:#fff}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(50,115,220,.25);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#2366d1;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#3298dc;border-color:transparent;color:#fff}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#2793da;border-color:transparent;color:#fff}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(50,152,220,.25);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#238cd1;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#48c774;border-color:transparent;color:#fff}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#3ec46d;border-color:transparent;color:#fff}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,199,116,.25);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#3abb67;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,221,87,.25);color:rgba(0,0,0,.7)}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-danger .file-cta{background-color:#f14668;border-color:transparent;color:#fff}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#f03a5f;border-color:transparent;color:#fff}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(241,70,104,.25);color:#fff}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#ef2e55;border-color:transparent;color:#fff}.file.is-small{font-size:.75rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.file.is-boxed .file-cta{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{-webkit-box-pack:center;justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{-webkit-box-flex:1;flex-grow:1;max-width:none}.file.is-right{-webkit-box-pack:end;justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;-webkit-box-ordinal-group:0;order:-1}.file-label{-webkit-box-align:stretch;align-items:stretch;display:-webkit-box;display:flex;cursor:pointer;-webkit-box-pack:start;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#363636}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;left:0;opacity:0;outline:0;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#dbdbdb;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#f5f5f5;color:#4a4a4a}.file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:left;text-overflow:ellipsis}.file-icon{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;height:1em;-webkit-box-pack:center;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.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{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#00d1b2}.help.is-link{color:#3273dc}.help.is-info{color:#3298dc}.help.is-success{color:#48c774}.help.is-warning{color:#ffdd57}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .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-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover{z-index:2}.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-active,.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]):focus{z-index:3}.field.has-addons .control .button:not([disabled]).is-active: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]):focus:hover,.field.has-addons .control .input:not([disabled]).is-active: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]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-active: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]):focus:hover{z-index:4}.field.has-addons .control.is-expanded{-webkit-box-flex:1;flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{-webkit-box-pack:center;justify-content:center}.field.has-addons.has-addons-right{-webkit-box-pack:end;justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{-webkit-box-flex:1;flex-grow:1;flex-shrink:0}.field.is-grouped{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{-webkit-box-flex:1;flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{-webkit-box-pack:center;justify-content:center}.field.is-grouped.is-grouped-right{-webkit-box-pack:end;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:-webkit-box;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{flex-basis:0;-webkit-box-flex:1;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width:769px),print{.field-body{display:-webkit-box;display:flex;flex-basis:0;-webkit-box-flex:5;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){-webkit-box-flex:1;flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:left}.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:#4a4a4a}.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;position:absolute;top:0;width:2.5em;z-index:4}.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{position:absolute!important;right:.625em;top:.625em;z-index:4}.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{font-size:1rem;white-space:nowrap}.breadcrumb a{-webkit-box-align:center;align-items:center;color:#3273dc;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{-webkit-box-align:center;align-items:center;display:-webkit-box;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:"\0002f"}.breadcrumb ol,.breadcrumb ul{-webkit-box-align:start;align-items:flex-start;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:start;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{-webkit-box-pack:center;justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{-webkit-box-pack:end;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:"\02192"}.breadcrumb.has-bullet-separator li+li::before{content:"\02022"}.breadcrumb.has-dot-separator li+li::before{content:"\000b7"}.breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}.card{background-color:#fff;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);color:#4a4a4a;max-width:100%;position:relative}.card-header{background-color:transparent;-webkit-box-align:stretch;align-items:stretch;box-shadow:0 .125em .25em rgba(10,10,10,.1);display:-webkit-box;display:flex}.card-header-title{-webkit-box-align:center;align-items:center;color:#363636;display:-webkit-box;display:flex;-webkit-box-flex:1;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-title.is-centered{-webkit-box-pack:center;justify-content:center}.card-header-icon{-webkit-box-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-content{background-color:transparent;padding:1.5rem}.card-footer{background-color:transparent;border-top:1px solid #ededed;-webkit-box-align:stretch;align-items:stretch;display:-webkit-box;display:flex}.card-footer-item{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;flex-basis:0;-webkit-box-flex:1;flex-grow:1;flex-shrink:0;-webkit-box-pack:center;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:-webkit-inline-box;display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:left;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#3273dc;color:#fff}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:.5rem 0}.level{-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:-webkit-box;display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:-webkit-box;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){-webkit-box-flex:1;flex-grow:1}@media screen and (min-width:769px),print{.level{display:-webkit-box;display:flex}.level>.level-item:not(.is-narrow){-webkit-box-flex:1;flex-grow:1}}.level-item{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;flex-basis:auto;-webkit-box-flex:0;flex-grow:0;flex-shrink:0;-webkit-box-pack:center;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;-webkit-box-flex:0;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{-webkit-box-flex:1;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{-webkit-box-align:center;align-items:center;-webkit-box-pack:start;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width:769px),print{.level-left{display:-webkit-box;display:flex}}.level-right{-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end}@media screen and (min-width:769px),print{.level-right{display:-webkit-box;display:flex}}.list{background-color:#fff;border-radius:4px;box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1)}.list-item{display:block;padding:.5em 1em}.list-item:not(a){color:#4a4a4a}.list-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-item:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.list-item:not(:last-child){border-bottom:1px solid #dbdbdb}.list-item.is-active{background-color:#3273dc;color:#fff}a.list-item{background-color:#f5f5f5;cursor:pointer}.media{-webkit-box-align:start;align-items:flex-start;display:-webkit-box;display:flex;text-align:left}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid rgba(219,219,219,.5);display:-webkit-box;display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid rgba(219,219,219,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;-webkit-box-flex:0;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;-webkit-box-flex:1;flex-grow:1;flex-shrink:1;text-align:left}@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{border-radius:2px;color:#4a4a4a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#f5f5f5;color:#363636}.menu-list a.is-active{background-color:#3273dc;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.message.is-light .message-body{border-color:#f5f5f5}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#363636;color:#fff}.message.is-dark .message-body{border-color:#363636}.message.is-primary{background-color:#ebfffc}.message.is-primary .message-header{background-color:#00d1b2;color:#fff}.message.is-primary .message-body{border-color:#00d1b2;color:#00947e}.message.is-link{background-color:#eef3fc}.message.is-link .message-header{background-color:#3273dc;color:#fff}.message.is-link .message-body{border-color:#3273dc;color:#2160c4}.message.is-info{background-color:#eef6fc}.message.is-info .message-header{background-color:#3298dc;color:#fff}.message.is-info .message-body{border-color:#3298dc;color:#1d72aa}.message.is-success{background-color:#effaf3}.message.is-success .message-header{background-color:#48c774;color:#fff}.message.is-success .message-body{border-color:#48c774;color:#257942}.message.is-warning{background-color:#fffbeb}.message.is-warning .message-header{background-color:#ffdd57;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffdd57;color:#947600}.message.is-danger{background-color:#feecf0}.message.is-danger .message-header{background-color:#f14668;color:#fff}.message.is-danger .message-body{border-color:#f14668;color:#cc0f35}.message-header{-webkit-box-align:center;align-items:center;background-color:#4a4a4a;border-radius:4px 4px 0 0;color:#fff;display:-webkit-box;display:flex;font-weight:700;-webkit-box-pack:justify;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.message-header .delete{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#dbdbdb;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#4a4a4a;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:transparent}.modal{-webkit-box-align:center;align-items:center;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:-webkit-box;display:flex}.modal-background{background-color:rgba(10,10,10,.86)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px),print{.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:0 0;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-foot,.modal-card-head{-webkit-box-align:center;align-items:center;background-color:#f5f5f5;display:-webkit-box;display:flex;flex-shrink:0;-webkit-box-pack:start;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;-webkit-box-flex:1;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;-webkit-box-flex:1;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width:1024px){.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link::after,.navbar.is-white .navbar-start .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#fff}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:#fff}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-end .navbar-link::after,.navbar.is-black .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-end .navbar-link::after,.navbar.is-light .navbar-start .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,.7)}}.navbar.is-dark{background-color:#363636;color:#fff}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#fff}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#292929;color:#fff}.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-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#fff}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#292929;color:#fff}.navbar.is-dark .navbar-end .navbar-link::after,.navbar.is-dark .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#292929;color:#fff}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}.navbar.is-primary{background-color:#00d1b2;color:#fff}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#fff}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#00b89c;color:#fff}.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-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#fff}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-end .navbar-link::after,.navbar.is-primary .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00d1b2;color:#fff}}.navbar.is-link{background-color:#3273dc;color:#fff}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#fff}.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item{color:#fff}.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-end .navbar-link::after,.navbar.is-link .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#3273dc;color:#fff}}.navbar.is-info{background-color:#3298dc;color:#fff}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#fff}.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#238cd1;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item{color:#fff}.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#238cd1;color:#fff}.navbar.is-info .navbar-end .navbar-link::after,.navbar.is-info .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#238cd1;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3298dc;color:#fff}}.navbar.is-success{background-color:#48c774;color:#fff}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#fff}.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#3abb67;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item{color:#fff}.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#3abb67;color:#fff}.navbar.is-success .navbar-end .navbar-link::after,.navbar.is-success .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#3abb67;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c774;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link::after,.navbar.is-warning .navbar-start .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#f14668;color:#fff}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#fff}.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item{color:#fff}.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-end .navbar-link::after,.navbar.is-danger .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#fff}}.navbar>.container{-webkit-box-align:stretch;align-items:stretch;display:-webkit-box;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}body.has-navbar-fixed-top,html.has-navbar-fixed-top{padding-top:3.25rem}body.has-navbar-fixed-bottom,html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{-webkit-box-align:stretch;align-items:stretch;display:-webkit-box;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#4a4a4a;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;-webkit-transform-origin:center;transform-origin:center;-webkit-transition-duration:86ms;transition-duration:86ms;-webkit-transition-property:background-color,opacity,-webkit-transform;transition-property:background-color,opacity,-webkit-transform;transition-property:background-color,opacity,transform;transition-property:background-color,opacity,transform,-webkit-transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:nth-child(1){-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}.navbar-link,a.navbar-item{cursor:pointer}.navbar-link.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover{background-color:#fafafa;color:#3273dc}.navbar-item{display:block;-webkit-box-flex:0;flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{-webkit-box-flex:1;flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#3273dc}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#3273dc;border-bottom-style:solid;border-bottom-width:3px;color:#3273dc;padding-bottom:calc(.5rem - 3px)}.navbar-content{-webkit-box-flex:1;flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless)::after{border-color:#3273dc;margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}body.has-navbar-fixed-top-touch,html.has-navbar-fixed-top-touch{padding-top:3.25rem}body.has-navbar-fixed-bottom-touch,html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.navbar,.navbar-end,.navbar-menu,.navbar-start{-webkit-box-align:stretch;align-items:stretch;display:-webkit-box;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-end,.navbar.is-spaced .navbar-start{-webkit-box-align:center;align-items:center}.navbar.is-spaced .navbar-link,.navbar.is-spaced a.navbar-item{border-radius:4px}.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar-burger{display:none}.navbar-item,.navbar-link{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex}.navbar-item{display:-webkit-box;display:flex}.navbar-item.has-dropdown{-webkit-box-align:stretch;align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{-webkit-transform:rotate(135deg) translate(.25em,-.25em);transform:rotate(135deg) translate(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.navbar-menu{-webkit-box-flex:1;flex-grow:1;flex-shrink:0}.navbar-start{-webkit-box-pack:start;justify-content:flex-start;margin-right:auto}.navbar-end{-webkit-box-pack:end;justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + -4px);-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-transition-duration:86ms;transition-duration:86ms;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-left:-.75rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-desktop{top:0}body.has-navbar-fixed-top-desktop,html.has-navbar-fixed-top-desktop{padding-top:3.25rem}body.has-navbar-fixed-bottom-desktop,html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}body.has-spaced-navbar-fixed-top,html.has-spaced-navbar-fixed-top{padding-top:5.25rem}body.has-spaced-navbar-fixed-bottom,html.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}.navbar-link.is-active,a.navbar-item.is-active{color:#0a0a0a}.navbar-link.is-active:not(:focus):not(:hover),a.navbar-item.is-active:not(:focus):not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#fafafa}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:290486px}.pagination.is-rounded .pagination-link{border-radius:290486px}.pagination,.pagination-list{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{font-size:1em;-webkit-box-pack:center;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-link,.pagination-next,.pagination-previous{border-color:#dbdbdb;color:#363636;min-width:2.5em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#b5b5b5;color:#363636}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#3273dc}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2)}.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#3273dc;border-color:#3273dc;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-next,.pagination-previous{-webkit-box-flex:1;flex-grow:1;flex-shrink:1}.pagination-list li{-webkit-box-flex:1;flex-grow:1;flex-shrink:1}}@media screen and (min-width:769px),print{.pagination-list{-webkit-box-flex:1;flex-grow:1;flex-shrink:1;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-ordinal-group:2;order:1}.pagination-previous{-webkit-box-ordinal-group:3;order:2}.pagination-next{-webkit-box-ordinal-group:4;order:3}.pagination{-webkit-box-pack:justify;justify-content:space-between}.pagination.is-centered .pagination-previous{-webkit-box-ordinal-group:2;order:1}.pagination.is-centered .pagination-list{-webkit-box-pack:center;justify-content:center;-webkit-box-ordinal-group:3;order:2}.pagination.is-centered .pagination-next{-webkit-box-ordinal-group:4;order:3}.pagination.is-right .pagination-previous{-webkit-box-ordinal-group:2;order:1}.pagination.is-right .pagination-next{-webkit-box-ordinal-group:3;order:2}.pagination.is-right .pagination-list{-webkit-box-pack:end;justify-content:flex-end;-webkit-box-ordinal-group:4;order:3}}.panel{border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}.panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}.panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.panel.is-dark .panel-heading{background-color:#363636;color:#fff}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#363636}.panel.is-dark .panel-block.is-active .panel-icon{color:#363636}.panel.is-primary .panel-heading{background-color:#00d1b2;color:#fff}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#00d1b2}.panel.is-primary .panel-block.is-active .panel-icon{color:#00d1b2}.panel.is-link .panel-heading{background-color:#3273dc;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#3273dc}.panel.is-link .panel-block.is-active .panel-icon{color:#3273dc}.panel.is-info .panel-heading{background-color:#3298dc;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3298dc}.panel.is-info .panel-block.is-active .panel-icon{color:#3298dc}.panel.is-success .panel-heading{background-color:#48c774;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c774}.panel.is-success .panel-block.is-active .panel-icon{color:#48c774}.panel.is-warning .panel-heading{background-color:#ffdd57;color:rgba(0,0,0,.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffdd57}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffdd57}.panel.is-danger .panel-heading{background-color:#f14668;color:#fff}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}.panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}.panel-block:not(:last-child),.panel-tabs:not(:last-child){border-bottom:1px solid #ededed}.panel-heading{background-color:#ededed;border-radius:6px 6px 0 0;color:#363636;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.panel-tabs{-webkit-box-align:end;align-items:flex-end;display:-webkit-box;display:flex;font-size:.875em;-webkit-box-pack:center;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#3273dc}.panel-block{-webkit-box-align:center;align-items:center;color:#363636;display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{-webkit-box-flex:1;flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#3273dc;color:#363636}.panel-block.is-active .panel-icon{color:#3273dc}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;-webkit-box-align:stretch;align-items:stretch;display:-webkit-box;display:flex;font-size:1rem;-webkit-box-pack:justify;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{-webkit-box-align:center;align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#4a4a4a;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#363636;color:#363636}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#3273dc;color:#3273dc}.tabs ul{-webkit-box-align:center;align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:-webkit-box;display:flex;-webkit-box-flex:1;flex-grow:1;flex-shrink:0;-webkit-box-pack:start;justify-content:flex-start}.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{-webkit-box-flex:0;flex:none;-webkit-box-pack:center;justify-content:center;padding-left:.75em;padding-right:.75em}.tabs ul.is-right{-webkit-box-pack:end;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{-webkit-box-pack:center;justify-content:center}.tabs.is-right ul{-webkit-box-pack:end;justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:transparent!important}.tabs.is-fullwidth li{-webkit-box-flex:1;flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#dbdbdb;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-radius:4px 0 0 4px}.tabs.is-toggle li:last-child a{border-radius:0 4px 4px 0}.tabs.is-toggle li.is-active a{background-color:#3273dc;border-color:#3273dc;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:290486px;border-top-left-radius:290486px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:290486px;border-top-right-radius:290486px;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{display:block;flex-basis:0;-webkit-box-flex:1;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{-webkit-box-flex:0;flex:none}.columns.is-mobile>.column.is-full{-webkit-box-flex:0;flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{-webkit-box-flex:0;flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{-webkit-box-flex:0;flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{-webkit-box-flex:0;flex:none;width:50%}.columns.is-mobile>.column.is-one-third{-webkit-box-flex:0;flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{-webkit-box-flex:0;flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{-webkit-box-flex:0;flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{-webkit-box-flex:0;flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{-webkit-box-flex:0;flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{-webkit-box-flex:0;flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{-webkit-box-flex:0;flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{-webkit-box-flex:0;flex:none;width:8.333333333333332%}.columns.is-mobile>.column.is-offset-1{margin-left:8.333333333333332%}.columns.is-mobile>.column.is-2{-webkit-box-flex:0;flex:none;width:16.666666666666664%}.columns.is-mobile>.column.is-offset-2{margin-left:16.666666666666664%}.columns.is-mobile>.column.is-3{-webkit-box-flex:0;flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{-webkit-box-flex:0;flex:none;width:33.33333333333333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333333333333%}.columns.is-mobile>.column.is-5{-webkit-box-flex:0;flex:none;width:41.66666666666667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666666666667%}.columns.is-mobile>.column.is-6{-webkit-box-flex:0;flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{-webkit-box-flex:0;flex:none;width:58.333333333333336%}.columns.is-mobile>.column.is-offset-7{margin-left:58.333333333333336%}.columns.is-mobile>.column.is-8{-webkit-box-flex:0;flex:none;width:66.66666666666666%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666666666666%}.columns.is-mobile>.column.is-9{-webkit-box-flex:0;flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{-webkit-box-flex:0;flex:none;width:83.33333333333334%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333333333334%}.columns.is-mobile>.column.is-11{-webkit-box-flex:0;flex:none;width:91.66666666666666%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666666666666%}.columns.is-mobile>.column.is-12{-webkit-box-flex:0;flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{-webkit-box-flex:0;flex:none}.column.is-full-mobile{-webkit-box-flex:0;flex:none;width:100%}.column.is-three-quarters-mobile{-webkit-box-flex:0;flex:none;width:75%}.column.is-two-thirds-mobile{-webkit-box-flex:0;flex:none;width:66.6666%}.column.is-half-mobile{-webkit-box-flex:0;flex:none;width:50%}.column.is-one-third-mobile{-webkit-box-flex:0;flex:none;width:33.3333%}.column.is-one-quarter-mobile{-webkit-box-flex:0;flex:none;width:25%}.column.is-one-fifth-mobile{-webkit-box-flex:0;flex:none;width:20%}.column.is-two-fifths-mobile{-webkit-box-flex:0;flex:none;width:40%}.column.is-three-fifths-mobile{-webkit-box-flex:0;flex:none;width:60%}.column.is-four-fifths-mobile{-webkit-box-flex:0;flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{-webkit-box-flex:0;flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{-webkit-box-flex:0;flex:none;width:8.333333333333332%}.column.is-offset-1-mobile{margin-left:8.333333333333332%}.column.is-2-mobile{-webkit-box-flex:0;flex:none;width:16.666666666666664%}.column.is-offset-2-mobile{margin-left:16.666666666666664%}.column.is-3-mobile{-webkit-box-flex:0;flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{-webkit-box-flex:0;flex:none;width:33.33333333333333%}.column.is-offset-4-mobile{margin-left:33.33333333333333%}.column.is-5-mobile{-webkit-box-flex:0;flex:none;width:41.66666666666667%}.column.is-offset-5-mobile{margin-left:41.66666666666667%}.column.is-6-mobile{-webkit-box-flex:0;flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{-webkit-box-flex:0;flex:none;width:58.333333333333336%}.column.is-offset-7-mobile{margin-left:58.333333333333336%}.column.is-8-mobile{-webkit-box-flex:0;flex:none;width:66.66666666666666%}.column.is-offset-8-mobile{margin-left:66.66666666666666%}.column.is-9-mobile{-webkit-box-flex:0;flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{-webkit-box-flex:0;flex:none;width:83.33333333333334%}.column.is-offset-10-mobile{margin-left:83.33333333333334%}.column.is-11-mobile{-webkit-box-flex:0;flex:none;width:91.66666666666666%}.column.is-offset-11-mobile{margin-left:91.66666666666666%}.column.is-12-mobile{-webkit-box-flex:0;flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{-webkit-box-flex:0;flex:none}.column.is-full,.column.is-full-tablet{-webkit-box-flex:0;flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{-webkit-box-flex:0;flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{-webkit-box-flex:0;flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{-webkit-box-flex:0;flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{-webkit-box-flex:0;flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{-webkit-box-flex:0;flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{-webkit-box-flex:0;flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{-webkit-box-flex:0;flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{-webkit-box-flex:0;flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{-webkit-box-flex:0;flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{-webkit-box-flex:0;flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{-webkit-box-flex:0;flex:none;width:8.333333333333332%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.333333333333332%}.column.is-2,.column.is-2-tablet{-webkit-box-flex:0;flex:none;width:16.666666666666664%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.666666666666664%}.column.is-3,.column.is-3-tablet{-webkit-box-flex:0;flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{-webkit-box-flex:0;flex:none;width:33.33333333333333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333333333333%}.column.is-5,.column.is-5-tablet{-webkit-box-flex:0;flex:none;width:41.66666666666667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666666666667%}.column.is-6,.column.is-6-tablet{-webkit-box-flex:0;flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{-webkit-box-flex:0;flex:none;width:58.333333333333336%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.333333333333336%}.column.is-8,.column.is-8-tablet{-webkit-box-flex:0;flex:none;width:66.66666666666666%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666666666666%}.column.is-9,.column.is-9-tablet{-webkit-box-flex:0;flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{-webkit-box-flex:0;flex:none;width:83.33333333333334%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333333333334%}.column.is-11,.column.is-11-tablet{-webkit-box-flex:0;flex:none;width:91.66666666666666%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666666666666%}.column.is-12,.column.is-12-tablet{-webkit-box-flex:0;flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{-webkit-box-flex:0;flex:none}.column.is-full-touch{-webkit-box-flex:0;flex:none;width:100%}.column.is-three-quarters-touch{-webkit-box-flex:0;flex:none;width:75%}.column.is-two-thirds-touch{-webkit-box-flex:0;flex:none;width:66.6666%}.column.is-half-touch{-webkit-box-flex:0;flex:none;width:50%}.column.is-one-third-touch{-webkit-box-flex:0;flex:none;width:33.3333%}.column.is-one-quarter-touch{-webkit-box-flex:0;flex:none;width:25%}.column.is-one-fifth-touch{-webkit-box-flex:0;flex:none;width:20%}.column.is-two-fifths-touch{-webkit-box-flex:0;flex:none;width:40%}.column.is-three-fifths-touch{-webkit-box-flex:0;flex:none;width:60%}.column.is-four-fifths-touch{-webkit-box-flex:0;flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{-webkit-box-flex:0;flex:none;width:0%}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{-webkit-box-flex:0;flex:none;width:8.333333333333332%}.column.is-offset-1-touch{margin-left:8.333333333333332%}.column.is-2-touch{-webkit-box-flex:0;flex:none;width:16.666666666666664%}.column.is-offset-2-touch{margin-left:16.666666666666664%}.column.is-3-touch{-webkit-box-flex:0;flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{-webkit-box-flex:0;flex:none;width:33.33333333333333%}.column.is-offset-4-touch{margin-left:33.33333333333333%}.column.is-5-touch{-webkit-box-flex:0;flex:none;width:41.66666666666667%}.column.is-offset-5-touch{margin-left:41.66666666666667%}.column.is-6-touch{-webkit-box-flex:0;flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{-webkit-box-flex:0;flex:none;width:58.333333333333336%}.column.is-offset-7-touch{margin-left:58.333333333333336%}.column.is-8-touch{-webkit-box-flex:0;flex:none;width:66.66666666666666%}.column.is-offset-8-touch{margin-left:66.66666666666666%}.column.is-9-touch{-webkit-box-flex:0;flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{-webkit-box-flex:0;flex:none;width:83.33333333333334%}.column.is-offset-10-touch{margin-left:83.33333333333334%}.column.is-11-touch{-webkit-box-flex:0;flex:none;width:91.66666666666666%}.column.is-offset-11-touch{margin-left:91.66666666666666%}.column.is-12-touch{-webkit-box-flex:0;flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{-webkit-box-flex:0;flex:none}.column.is-full-desktop{-webkit-box-flex:0;flex:none;width:100%}.column.is-three-quarters-desktop{-webkit-box-flex:0;flex:none;width:75%}.column.is-two-thirds-desktop{-webkit-box-flex:0;flex:none;width:66.6666%}.column.is-half-desktop{-webkit-box-flex:0;flex:none;width:50%}.column.is-one-third-desktop{-webkit-box-flex:0;flex:none;width:33.3333%}.column.is-one-quarter-desktop{-webkit-box-flex:0;flex:none;width:25%}.column.is-one-fifth-desktop{-webkit-box-flex:0;flex:none;width:20%}.column.is-two-fifths-desktop{-webkit-box-flex:0;flex:none;width:40%}.column.is-three-fifths-desktop{-webkit-box-flex:0;flex:none;width:60%}.column.is-four-fifths-desktop{-webkit-box-flex:0;flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{-webkit-box-flex:0;flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{-webkit-box-flex:0;flex:none;width:8.333333333333332%}.column.is-offset-1-desktop{margin-left:8.333333333333332%}.column.is-2-desktop{-webkit-box-flex:0;flex:none;width:16.666666666666664%}.column.is-offset-2-desktop{margin-left:16.666666666666664%}.column.is-3-desktop{-webkit-box-flex:0;flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{-webkit-box-flex:0;flex:none;width:33.33333333333333%}.column.is-offset-4-desktop{margin-left:33.33333333333333%}.column.is-5-desktop{-webkit-box-flex:0;flex:none;width:41.66666666666667%}.column.is-offset-5-desktop{margin-left:41.66666666666667%}.column.is-6-desktop{-webkit-box-flex:0;flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{-webkit-box-flex:0;flex:none;width:58.333333333333336%}.column.is-offset-7-desktop{margin-left:58.333333333333336%}.column.is-8-desktop{-webkit-box-flex:0;flex:none;width:66.66666666666666%}.column.is-offset-8-desktop{margin-left:66.66666666666666%}.column.is-9-desktop{-webkit-box-flex:0;flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{-webkit-box-flex:0;flex:none;width:83.33333333333334%}.column.is-offset-10-desktop{margin-left:83.33333333333334%}.column.is-11-desktop{-webkit-box-flex:0;flex:none;width:91.66666666666666%}.column.is-offset-11-desktop{margin-left:91.66666666666666%}.column.is-12-desktop{-webkit-box-flex:0;flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{-webkit-box-flex:0;flex:none}.column.is-full-widescreen{-webkit-box-flex:0;flex:none;width:100%}.column.is-three-quarters-widescreen{-webkit-box-flex:0;flex:none;width:75%}.column.is-two-thirds-widescreen{-webkit-box-flex:0;flex:none;width:66.6666%}.column.is-half-widescreen{-webkit-box-flex:0;flex:none;width:50%}.column.is-one-third-widescreen{-webkit-box-flex:0;flex:none;width:33.3333%}.column.is-one-quarter-widescreen{-webkit-box-flex:0;flex:none;width:25%}.column.is-one-fifth-widescreen{-webkit-box-flex:0;flex:none;width:20%}.column.is-two-fifths-widescreen{-webkit-box-flex:0;flex:none;width:40%}.column.is-three-fifths-widescreen{-webkit-box-flex:0;flex:none;width:60%}.column.is-four-fifths-widescreen{-webkit-box-flex:0;flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{-webkit-box-flex:0;flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{-webkit-box-flex:0;flex:none;width:8.333333333333332%}.column.is-offset-1-widescreen{margin-left:8.333333333333332%}.column.is-2-widescreen{-webkit-box-flex:0;flex:none;width:16.666666666666664%}.column.is-offset-2-widescreen{margin-left:16.666666666666664%}.column.is-3-widescreen{-webkit-box-flex:0;flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{-webkit-box-flex:0;flex:none;width:33.33333333333333%}.column.is-offset-4-widescreen{margin-left:33.33333333333333%}.column.is-5-widescreen{-webkit-box-flex:0;flex:none;width:41.66666666666667%}.column.is-offset-5-widescreen{margin-left:41.66666666666667%}.column.is-6-widescreen{-webkit-box-flex:0;flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{-webkit-box-flex:0;flex:none;width:58.333333333333336%}.column.is-offset-7-widescreen{margin-left:58.333333333333336%}.column.is-8-widescreen{-webkit-box-flex:0;flex:none;width:66.66666666666666%}.column.is-offset-8-widescreen{margin-left:66.66666666666666%}.column.is-9-widescreen{-webkit-box-flex:0;flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{-webkit-box-flex:0;flex:none;width:83.33333333333334%}.column.is-offset-10-widescreen{margin-left:83.33333333333334%}.column.is-11-widescreen{-webkit-box-flex:0;flex:none;width:91.66666666666666%}.column.is-offset-11-widescreen{margin-left:91.66666666666666%}.column.is-12-widescreen{-webkit-box-flex:0;flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{-webkit-box-flex:0;flex:none}.column.is-full-fullhd{-webkit-box-flex:0;flex:none;width:100%}.column.is-three-quarters-fullhd{-webkit-box-flex:0;flex:none;width:75%}.column.is-two-thirds-fullhd{-webkit-box-flex:0;flex:none;width:66.6666%}.column.is-half-fullhd{-webkit-box-flex:0;flex:none;width:50%}.column.is-one-third-fullhd{-webkit-box-flex:0;flex:none;width:33.3333%}.column.is-one-quarter-fullhd{-webkit-box-flex:0;flex:none;width:25%}.column.is-one-fifth-fullhd{-webkit-box-flex:0;flex:none;width:20%}.column.is-two-fifths-fullhd{-webkit-box-flex:0;flex:none;width:40%}.column.is-three-fifths-fullhd{-webkit-box-flex:0;flex:none;width:60%}.column.is-four-fifths-fullhd{-webkit-box-flex:0;flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{-webkit-box-flex:0;flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{-webkit-box-flex:0;flex:none;width:8.333333333333332%}.column.is-offset-1-fullhd{margin-left:8.333333333333332%}.column.is-2-fullhd{-webkit-box-flex:0;flex:none;width:16.666666666666664%}.column.is-offset-2-fullhd{margin-left:16.666666666666664%}.column.is-3-fullhd{-webkit-box-flex:0;flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{-webkit-box-flex:0;flex:none;width:33.33333333333333%}.column.is-offset-4-fullhd{margin-left:33.33333333333333%}.column.is-5-fullhd{-webkit-box-flex:0;flex:none;width:41.66666666666667%}.column.is-offset-5-fullhd{margin-left:41.66666666666667%}.column.is-6-fullhd{-webkit-box-flex:0;flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{-webkit-box-flex:0;flex:none;width:58.333333333333336%}.column.is-offset-7-fullhd{margin-left:58.333333333333336%}.column.is-8-fullhd{-webkit-box-flex:0;flex:none;width:66.66666666666666%}.column.is-offset-8-fullhd{margin-left:66.66666666666666%}.column.is-9-fullhd{-webkit-box-flex:0;flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{-webkit-box-flex:0;flex:none;width:83.33333333333334%}.column.is-offset-10-fullhd{margin-left:83.33333333333334%}.column.is-11-fullhd{-webkit-box-flex:0;flex:none;width:91.66666666666666%}.column.is-offset-11-fullhd{margin-left:91.66666666666666%}.column.is-12-fullhd{-webkit-box-flex:0;flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{-webkit-box-pack:center;justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:-webkit-box;display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{-webkit-box-align:center;align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:-webkit-box;display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:-webkit-box;display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px) and (max-width: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:0.25rem}@media screen and (max-width:768px){.columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-3-fullhd{--columnGap:0.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{-webkit-box-align:stretch;align-items:stretch;display:block;flex-basis:0;-webkit-box-flex:1;flex-grow:1;flex-shrink:1;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;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:-webkit-box;display:flex}.tile.is-1{-webkit-box-flex:0;flex:none;width:8.333333333333332%}.tile.is-2{-webkit-box-flex:0;flex:none;width:16.666666666666664%}.tile.is-3{-webkit-box-flex:0;flex:none;width:25%}.tile.is-4{-webkit-box-flex:0;flex:none;width:33.33333333333333%}.tile.is-5{-webkit-box-flex:0;flex:none;width:41.66666666666667%}.tile.is-6{-webkit-box-flex:0;flex:none;width:50%}.tile.is-7{-webkit-box-flex:0;flex:none;width:58.333333333333336%}.tile.is-8{-webkit-box-flex:0;flex:none;width:66.66666666666666%}.tile.is-9{-webkit-box-flex:0;flex:none;width:75%}.tile.is-10{-webkit-box-flex:0;flex:none;width:83.33333333333334%}.tile.is-11{-webkit-box-flex:0;flex:none;width:91.66666666666666%}.tile.is-12{-webkit-box-flex:0;flex:none;width:100%}}.hero{-webkit-box-align:stretch;align-items:stretch;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,.9)}.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:rgba(10,10,10,.7)}.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.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}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e8e3e3 0,#fff 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e8e3e3 0,#fff 71%,#fff 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.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:rgba(255,255,255,.7)}.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover{background-color:#000;color:#fff}.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}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:rgba(0,0,0,.7)}.hero.is-light .subtitle{color:rgba(0,0,0,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,.7)}.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d8 0,#f5f5f5 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d8 0,#f5f5f5 71%,#fff 100%)}}.hero.is-dark{background-color:#363636;color:#fff}.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:rgba(255,255,255,.9)}.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:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(255,255,255,.7)}.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{background-color:#292929;color:#fff}.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}.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:rgba(10,10,10,.1)}.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{background-color:#fff;border-color:#fff;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f1a1a 0,#363636 71%,#463f3f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f1a1a 0,#363636 71%,#463f3f 100%)}}.hero.is-primary{background-color:#00d1b2;color:#fff}.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:rgba(255,255,255,.9)}.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:#00d1b2}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,.7)}.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{background-color:#00b89c;color:#fff}.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}.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:rgba(10,10,10,.1)}.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{background-color:#fff;border-color:#fff;color:#00d1b2}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e6eb 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e6eb 100%)}}.hero.is-link{background-color:#3273dc;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,.9)}.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:#3273dc}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,.7)}.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{background-color:#2366d1;color:#fff}.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}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3273dc}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#1576c6 0,#3273dc 71%,#4266e5 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1576c6 0,#3273dc 71%,#4266e5 100%)}}.hero.is-info{background-color:#3298dc;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,.9)}.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:#3298dc}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.7)}.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover{background-color:#238cd1;color:#fff}.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}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3298dc}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#159cc6 0,#3298dc 71%,#4289e5 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#159cc6 0,#3298dc 71%,#4289e5 100%)}}.hero.is-success{background-color:#48c774;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,.9)}.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:#48c774}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.7)}.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover{background-color:#3abb67;color:#fff}.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}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#48c774}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b342 0,#48c774 71%,#56d296 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b342 0,#48c774 71%,#56d296 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffae24 0,#ffdd57 71%,#fffa71 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffae24 0,#ffdd57 71%,#fffa71 100%)}}.hero.is-danger{background-color:#f14668;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,.9)}.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:#f14668}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,.7)}.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover{background-color:#ef2e55;color:#fff}.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}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f14668}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#fa0a61 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a61 0,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding-bottom:1.5rem;padding-top:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem}}.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body,.hero.is-halfheight .hero-body{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex}.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container,.hero.is-halfheight .hero-body>.container{-webkit-box-flex:1;flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.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:-webkit-box;display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width:769px),print{.hero-buttons{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-foot,.hero-head{-webkit-box-flex:0;flex-grow:0;flex-shrink:0}.hero-body{-webkit-box-flex:1;flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem} \ No newline at end of file +@-webkit-keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.breadcrumb,.button,.delete,.file,.is-unselectable,.modal-close,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.highlight:not(:last-child),.level:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.pagination:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.tabs:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.delete::after,.delete::before,.modal-close::after,.modal-close::before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete::before,.modal-close::before{height:2px;width:50%}.delete::after,.modal-close::after{height:50%;width:2px}.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover{background-color:rgba(10,10,10,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.4)}.is-small.delete,.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.delete,.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.delete,.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading::after,.control.is-loading::after,.loader,.select.is-loading::after{-webkit-animation:spinAround .5s infinite linear;animation:spinAround .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img,.is-overlay,.modal,.modal-background{bottom:0;left:0;position:absolute;right:0;top:0}.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:calc(.5em - 1px);position:relative;vertical-align:top}.button.is-active,.button.is-focused,.button:active,.button:focus,.file-cta.is-active,.file-cta.is-focused,.file-cta:active,.file-cta:focus,.file-name.is-active,.file-name.is-focused,.file-name:active,.file-name:focus,.input.is-active,.input.is-focused,.input:active,.input:focus,.pagination-ellipsis.is-active,.pagination-ellipsis.is-focused,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link.is-active,.pagination-link.is-focused,.pagination-link:active,.pagination-link:focus,.pagination-next.is-active,.pagination-next.is-focused,.pagination-next:active,.pagination-next:focus,.pagination-previous.is-active,.pagination-previous.is-focused,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{outline:0}.button[disabled],.file-cta[disabled],.file-name[disabled],.input[disabled],.pagination-ellipsis[disabled],.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled],.select select[disabled],.textarea[disabled],fieldset[disabled] .button,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .input,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-previous,fieldset[disabled] .select select,fieldset[disabled] .textarea{cursor:not-allowed}blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{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}*,::after,::before{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}a{color:#3273dc;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#da1039;font-size:.875em;font-weight:400;padding:.25em .5em .25em}hr{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#363636}.box{background-color:#fff;border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);color:#4a4a4a;display:block;padding:1.25rem}a.box:focus,a.box:hover{box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px #3273dc}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #3273dc}.button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding-bottom:calc(.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(.5em - 1px);text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{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.is-hovered,.button:hover{border-color:#b5b5b5;color:#363636}.button.is-focused,.button:focus{border-color:#3273dc;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-active,.button:active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active,.button.is-text:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white.is-hovered,.button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#0a0a0a}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-hovered,.button.is-white.is-inverted:hover{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined.is-focused,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined.is-focused,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black.is-hovered,.button.is-black:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#fff}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-hovered,.button.is-black.is-inverted:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined.is-focused,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined.is-focused,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-hovered,.button.is-light:hover{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted.is-hovered,.button.is-light.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined.is-focused,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-light.is-inverted.is-outlined.is-focused,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-dark{background-color:#363636;border-color:transparent;color:#fff}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#2f2f2f;border-color:transparent;color:#fff}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#fff}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#292929;border-color:transparent;color:#fff}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#363636;border-color:transparent;box-shadow:none}.button.is-dark.is-inverted{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-hovered,.button.is-dark.is-inverted:hover{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined.is-focused,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#363636;border-color:#363636;color:#fff}.button.is-dark.is-outlined.is-loading::after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined.is-focused,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary{background-color:#00d1b2;border-color:transparent;color:#fff}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#00c4a7;border-color:transparent;color:#fff}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#00b89c;border-color:transparent;color:#fff}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#00d1b2;border-color:transparent;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-hovered,.button.is-primary.is-inverted:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#00d1b2}.button.is-primary.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#00d1b2;color:#00d1b2}.button.is-primary.is-outlined.is-focused,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.button.is-primary.is-outlined.is-loading::after{border-color:transparent transparent #00d1b2 #00d1b2!important}.button.is-primary.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#00d1b2;box-shadow:none;color:#00d1b2}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined.is-focused,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #00d1b2 #00d1b2!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light{background-color:#ebfffc;color:#00947e}.button.is-primary.is-light.is-hovered,.button.is-primary.is-light:hover{background-color:#defffa;border-color:transparent;color:#00947e}.button.is-primary.is-light.is-active,.button.is-primary.is-light:active{background-color:#d1fff8;border-color:transparent;color:#00947e}.button.is-link{background-color:#3273dc;border-color:transparent;color:#fff}.button.is-link.is-hovered,.button.is-link:hover{background-color:#276cda;border-color:transparent;color:#fff}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#fff}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#2366d1;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#3273dc;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#3273dc}.button.is-link.is-inverted.is-hovered,.button.is-link.is-inverted:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3273dc}.button.is-link.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:transparent;border-color:#3273dc;color:#3273dc}.button.is-link.is-outlined.is-focused,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:#3273dc;border-color:#3273dc;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #3273dc #3273dc!important}.button.is-link.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#3273dc;box-shadow:none;color:#3273dc}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined.is-focused,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#fff;color:#3273dc}.button.is-link.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #3273dc #3273dc!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:#eef3fc;color:#2160c4}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#e3ecfa;border-color:transparent;color:#2160c4}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#d8e4f8;border-color:transparent;color:#2160c4}.button.is-info{background-color:#3298dc;border-color:transparent;color:#fff}.button.is-info.is-hovered,.button.is-info:hover{background-color:#2793da;border-color:transparent;color:#fff}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#fff}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,152,220,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#238cd1;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3298dc;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3298dc}.button.is-info.is-inverted.is-hovered,.button.is-info.is-inverted:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3298dc}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:transparent;border-color:#3298dc;color:#3298dc}.button.is-info.is-outlined.is-focused,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#3298dc;border-color:#3298dc;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3298dc #3298dc!important}.button.is-info.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#3298dc;box-shadow:none;color:#3298dc}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined.is-focused,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#fff;color:#3298dc}.button.is-info.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #3298dc #3298dc!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:#eef6fc;color:#1d72aa}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#e3f1fa;border-color:transparent;color:#1d72aa}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#d8ebf8;border-color:transparent;color:#1d72aa}.button.is-success{background-color:#48c774;border-color:transparent;color:#fff}.button.is-success.is-hovered,.button.is-success:hover{background-color:#3ec46d;border-color:transparent;color:#fff}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#fff}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,199,116,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#3abb67;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#48c774;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#48c774}.button.is-success.is-inverted.is-hovered,.button.is-success.is-inverted:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#48c774}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:transparent;border-color:#48c774;color:#48c774}.button.is-success.is-outlined.is-focused,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#48c774;border-color:#48c774;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #48c774 #48c774!important}.button.is-success.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#48c774;box-shadow:none;color:#48c774}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined.is-focused,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#fff;color:#48c774}.button.is-success.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #48c774 #48c774!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:#effaf3;color:#257942}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#e6f7ec;border-color:transparent;color:#257942}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#dcf4e4;border-color:transparent;color:#257942}.button.is-warning{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-hovered,.button.is-warning.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.button.is-warning.is-outlined.is-focused,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined.is-focused,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-warning.is-light{background-color:#fffbeb;color:#947600}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#fff8de;border-color:transparent;color:#947600}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#fff6d1;border-color:transparent;color:#947600}.button.is-danger{background-color:#f14668;border-color:transparent;color:#fff}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#f03a5f;border-color:transparent;color:#fff}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.button.is-danger.is-active,.button.is-danger:active{background-color:#ef2e55;border-color:transparent;color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#f14668;border-color:transparent;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#f14668}.button.is-danger.is-inverted.is-hovered,.button.is-danger.is-inverted:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f14668}.button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;color:#f14668}.button.is-danger.is-outlined.is-focused,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#f14668;border-color:#f14668;color:#fff}.button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;box-shadow:none;color:#f14668}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined.is-focused,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#fff;color:#f14668}.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::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:hover::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.button.is-danger.is-light.is-hovered,.button.is-danger.is-light:hover{background-color:#fde0e6;border-color:transparent;color:#cc0f35}.button.is-danger.is-light.is-active,.button.is-danger.is-light:active{background-color:#fcd4dc;border-color:transparent;color:#cc0f35}.button.is-small{border-radius:2px;font-size:.75rem}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - (1em / 2));top:calc(50% - (1em / 2));position:absolute!important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:290486px;padding-left:calc(1em + .25em);padding-right:calc(1em + .25em)}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.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){border-radius:2px;font-size:.75rem}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus: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}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: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 blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul: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{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol: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{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#363636}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}.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-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-fullwidth{width:100%}.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img{height:100%;width:100%}.image.is-1by1,.image.is-square{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.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.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;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:0 0}.notification>.delete{right:.5rem;position:absolute;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.notification.is-dark{background-color:#363636;color:#fff}.notification.is-primary{background-color:#00d1b2;color:#fff}.notification.is-primary.is-light{background-color:#ebfffc;color:#00947e}.notification.is-link{background-color:#3273dc;color:#fff}.notification.is-link.is-light{background-color:#eef3fc;color:#2160c4}.notification.is-info{background-color:#3298dc;color:#fff}.notification.is-info.is-light{background-color:#eef6fc;color:#1d72aa}.notification.is-success{background-color:#48c774;color:#fff}.notification.is-success.is-light{background-color:#effaf3;color:#257942}.notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.notification.is-warning.is-light{background-color:#fffbeb;color:#947600}.notification.is-danger{background-color:#f14668;color:#fff}.notification.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#4a4a4a}.progress::-moz-progress-bar{background-color:#4a4a4a}.progress::-ms-fill{background-color:#4a4a4a;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(to right,#fff 30%,#ededed 30%)}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-black:indeterminate{background-image:linear-gradient(to right,#0a0a0a 30%,#ededed 30%)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:linear-gradient(to right,#f5f5f5 30%,#ededed 30%)}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate{background-image:linear-gradient(to right,#363636 30%,#ededed 30%)}.progress.is-primary::-webkit-progress-value{background-color:#00d1b2}.progress.is-primary::-moz-progress-bar{background-color:#00d1b2}.progress.is-primary::-ms-fill{background-color:#00d1b2}.progress.is-primary:indeterminate{background-image:linear-gradient(to right,#00d1b2 30%,#ededed 30%)}.progress.is-link::-webkit-progress-value{background-color:#3273dc}.progress.is-link::-moz-progress-bar{background-color:#3273dc}.progress.is-link::-ms-fill{background-color:#3273dc}.progress.is-link:indeterminate{background-image:linear-gradient(to right,#3273dc 30%,#ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#3298dc}.progress.is-info::-moz-progress-bar{background-color:#3298dc}.progress.is-info::-ms-fill{background-color:#3298dc}.progress.is-info:indeterminate{background-image:linear-gradient(to right,#3298dc 30%,#ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#48c774}.progress.is-success::-moz-progress-bar{background-color:#48c774}.progress.is-success::-ms-fill{background-color:#48c774}.progress.is-success:indeterminate{background-image:linear-gradient(to right,#48c774 30%,#ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffdd57}.progress.is-warning::-moz-progress-bar{background-color:#ffdd57}.progress.is-warning::-ms-fill{background-color:#ffdd57}.progress.is-warning:indeterminate{background-image:linear-gradient(to right,#ffdd57 30%,#ededed 30%)}.progress.is-danger::-webkit-progress-value{background-color:#f14668}.progress.is-danger::-moz-progress-bar{background-color:#f14668}.progress.is-danger::-ms-fill{background-color:#f14668}.progress.is-danger:indeterminate{background-image:linear-gradient(to right,#f14668 30%,#ededed 30%)}.progress:indeterminate{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:moveIndeterminate;animation-name:moveIndeterminate;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:#ededed;background-image:linear-gradient(to right,#4a4a4a 30%,#ededed 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@-webkit-keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:#363636}.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.table td.is-primary,.table th.is-primary{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.table td.is-link,.table th.is-link{background-color:#3273dc;border-color:#3273dc;color:#fff}.table td.is-info,.table th.is-info{background-color:#3298dc;border-color:#3298dc;color:#fff}.table td.is-success,.table th.is-success{background-color:#48c774;border-color:#48c774;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.table td.is-danger,.table th.is-danger{background-color:#f14668;border-color:#f14668;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#00d1b2;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#363636}.table th:not([align]){text-align:inherit}.table tr.is-selected{background-color:#00d1b2;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:transparent}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot{background-color:transparent}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody{background-color:transparent}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{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-right:.25rem;margin-left:.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){margin-right:0}.tags.has-addons .tag{margin-right:0}.tags.has-addons .tag:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.tags.has-addons .tag:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.tag:not(body){align-items:center;background-color:#f5f5f5;border-radius:4px;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.tag:not(body).is-dark{background-color:#363636;color:#fff}.tag:not(body).is-primary{background-color:#00d1b2;color:#fff}.tag:not(body).is-primary.is-light{background-color:#ebfffc;color:#00947e}.tag:not(body).is-link{background-color:#3273dc;color:#fff}.tag:not(body).is-link.is-light{background-color:#eef3fc;color:#2160c4}.tag:not(body).is-info{background-color:#3298dc;color:#fff}.tag:not(body).is-info.is-light{background-color:#eef6fc;color:#1d72aa}.tag:not(body).is-success{background-color:#48c774;color:#fff}.tag:not(body).is-success.is-light{background-color:#effaf3;color:#257942}.tag:not(body).is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.tag:not(body).is-warning.is-light{background-color:#fffbeb;color:#947600}.tag:not(body).is-danger{background-color:#f14668;color:#fff}.tag:not(body).is-danger.is-light{background-color:#feecf0;color:#cc0f35}.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{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete::after,.tag:not(body).is-delete::before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.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:focus,.tag:not(body).is-delete:hover{background-color:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:290486px}a.tag:hover{text-decoration:underline}.subtitle,.title{word-break:break-word}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.title sub{font-size:.75em}.subtitle sup,.title sup{font-size:.75em}.subtitle .tag,.title .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+.highlight{margin-top:-.75rem}.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:#4a4a4a;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{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.highlight{font-weight:400;max-width:100%;overflow:hidden;padding:0}.highlight pre{overflow:auto;max-width:100%}.number{align-items:center;background-color:#f5f5f5;border-radius:290486px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.input,.select select,.textarea{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.input::-moz-placeholder,.select select::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.input::-webkit-input-placeholder,.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.input:-moz-placeholder,.select select:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.input:-ms-input-placeholder,.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.input.is-hovered,.input:hover,.select select.is-hovered,.select select:hover,.textarea.is-hovered,.textarea:hover{border-color:#b5b5b5}.input.is-active,.input.is-focused,.input:active,.input:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{border-color:#3273dc;box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.input[disabled],.select select[disabled],.textarea[disabled],fieldset[disabled] .input,fieldset[disabled] .select select,fieldset[disabled] .textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.input[disabled]::-moz-placeholder,.select select[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:rgba(122,122,122,.3)}.input[disabled]::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:rgba(122,122,122,.3)}.input[disabled]:-moz-placeholder,.select select[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:rgba(122,122,122,.3)}.input[disabled]:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:rgba(122,122,122,.3)}.input,.textarea{box-shadow:inset 0 .0625em .125em rgba(10,10,10,.05);max-width:100%;width:100%}.input[readonly],.textarea[readonly]{box-shadow:none}.is-white.input,.is-white.textarea{border-color:#fff}.is-active.is-white.input,.is-active.is-white.textarea,.is-focused.is-white.input,.is-focused.is-white.textarea,.is-white.input:active,.is-white.input:focus,.is-white.textarea:active,.is-white.textarea:focus{box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.is-black.input,.is-black.textarea{border-color:#0a0a0a}.is-active.is-black.input,.is-active.is-black.textarea,.is-black.input:active,.is-black.input:focus,.is-black.textarea:active,.is-black.textarea:focus,.is-focused.is-black.input,.is-focused.is-black.textarea{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-active.is-light.input,.is-active.is-light.textarea,.is-focused.is-light.input,.is-focused.is-light.textarea,.is-light.input:active,.is-light.input:focus,.is-light.textarea:active,.is-light.textarea:focus{box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.is-dark.input,.is-dark.textarea{border-color:#363636}.is-active.is-dark.input,.is-active.is-dark.textarea,.is-dark.input:active,.is-dark.input:focus,.is-dark.textarea:active,.is-dark.textarea:focus,.is-focused.is-dark.input,.is-focused.is-dark.textarea{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.is-primary.input,.is-primary.textarea{border-color:#00d1b2}.is-active.is-primary.input,.is-active.is-primary.textarea,.is-focused.is-primary.input,.is-focused.is-primary.textarea,.is-primary.input:active,.is-primary.input:focus,.is-primary.textarea:active,.is-primary.textarea:focus{box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.is-link.input,.is-link.textarea{border-color:#3273dc}.is-active.is-link.input,.is-active.is-link.textarea,.is-focused.is-link.input,.is-focused.is-link.textarea,.is-link.input:active,.is-link.input:focus,.is-link.textarea:active,.is-link.textarea:focus{box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.is-info.input,.is-info.textarea{border-color:#3298dc}.is-active.is-info.input,.is-active.is-info.textarea,.is-focused.is-info.input,.is-focused.is-info.textarea,.is-info.input:active,.is-info.input:focus,.is-info.textarea:active,.is-info.textarea:focus{box-shadow:0 0 0 .125em rgba(50,152,220,.25)}.is-success.input,.is-success.textarea{border-color:#48c774}.is-active.is-success.input,.is-active.is-success.textarea,.is-focused.is-success.input,.is-focused.is-success.textarea,.is-success.input:active,.is-success.input:focus,.is-success.textarea:active,.is-success.textarea:focus{box-shadow:0 0 0 .125em rgba(72,199,116,.25)}.is-warning.input,.is-warning.textarea{border-color:#ffdd57}.is-active.is-warning.input,.is-active.is-warning.textarea,.is-focused.is-warning.input,.is-focused.is-warning.textarea,.is-warning.input:active,.is-warning.input:focus,.is-warning.textarea:active,.is-warning.textarea:focus{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.is-danger.input,.is-danger.textarea{border-color:#f14668}.is-active.is-danger.input,.is-active.is-danger.textarea,.is-danger.input:active,.is-danger.input:focus,.is-danger.textarea:active,.is-danger.textarea:focus,.is-focused.is-danger.input,.is-focused.is-danger.textarea{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.is-small.input,.is-small.textarea{border-radius:2px;font-size:.75rem}.is-medium.input,.is-medium.textarea{font-size:1.25rem}.is-large.input,.is-large.textarea{font-size:1.5rem}.is-fullwidth.input,.is-fullwidth.textarea{display:block;width:100%}.is-inline.input,.is-inline.textarea{display:inline;width:auto}.input.is-rounded{border-radius:290486px;padding-left:calc(calc(.75em - 1px) + .375em);padding-right:calc(calc(.75em - 1px) + .375em)}.input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#363636}.checkbox input[disabled],.checkbox[disabled],.radio input[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading)::after{border-color:#3273dc;right:1.125em;z-index:4}.select.is-rounded select{border-radius:290486px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:0}.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{border-color:#fff}.select.is-white select{border-color:#fff}.select.is-white select.is-hovered,.select.is-white select:hover{border-color:#f2f2f2}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.select.is-black:not(:hover)::after{border-color:#0a0a0a}.select.is-black select{border-color:#0a0a0a}.select.is-black select.is-hovered,.select.is-black select:hover{border-color:#000}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.select.is-light:not(:hover)::after{border-color:#f5f5f5}.select.is-light select{border-color:#f5f5f5}.select.is-light select.is-hovered,.select.is-light select:hover{border-color:#e8e8e8}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.select.is-dark:not(:hover)::after{border-color:#363636}.select.is-dark select{border-color:#363636}.select.is-dark select.is-hovered,.select.is-dark select:hover{border-color:#292929}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.select.is-primary:not(:hover)::after{border-color:#00d1b2}.select.is-primary select{border-color:#00d1b2}.select.is-primary select.is-hovered,.select.is-primary select:hover{border-color:#00b89c}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.select.is-link:not(:hover)::after{border-color:#3273dc}.select.is-link select{border-color:#3273dc}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#2366d1}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.select.is-info:not(:hover)::after{border-color:#3298dc}.select.is-info select{border-color:#3298dc}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#238cd1}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 0 0 .125em rgba(50,152,220,.25)}.select.is-success:not(:hover)::after{border-color:#48c774}.select.is-success select{border-color:#48c774}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#3abb67}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 0 0 .125em rgba(72,199,116,.25)}.select.is-warning:not(:hover)::after{border-color:#ffdd57}.select.is-warning select{border-color:#ffdd57}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#ffd83d}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.select.is-danger:not(:hover)::after{border-color:#f14668}.select.is-danger select{border-color:#f14668}.select.is-danger select.is-hovered,.select.is-danger select:hover{border-color:#ef2e55}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.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{border-color:#7a7a7a}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:.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{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,255,255,.25);color:#0a0a0a}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(10,10,10,.25);color:#fff}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(245,245,245,.25);color:rgba(0,0,0,.7)}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#fff}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#2f2f2f;border-color:transparent;color:#fff}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(54,54,54,.25);color:#fff}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#292929;border-color:transparent;color:#fff}.file.is-primary .file-cta{background-color:#00d1b2;border-color:transparent;color:#fff}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#00c4a7;border-color:transparent;color:#fff}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(0,209,178,.25);color:#fff}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#00b89c;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#3273dc;border-color:transparent;color:#fff}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#276cda;border-color:transparent;color:#fff}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(50,115,220,.25);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#2366d1;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#3298dc;border-color:transparent;color:#fff}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#2793da;border-color:transparent;color:#fff}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(50,152,220,.25);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#238cd1;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#48c774;border-color:transparent;color:#fff}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#3ec46d;border-color:transparent;color:#fff}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,199,116,.25);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#3abb67;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,221,87,.25);color:rgba(0,0,0,.7)}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-danger .file-cta{background-color:#f14668;border-color:transparent;color:#fff}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#f03a5f;border-color:transparent;color:#fff}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(241,70,104,.25);color:#fff}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#ef2e55;border-color:transparent;color:#fff}.file.is-small{font-size:.75rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#363636}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;left:0;opacity:0;outline:0;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#dbdbdb;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#f5f5f5;color:#4a4a4a}.file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.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{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#00d1b2}.help.is-link{color:#3273dc}.help.is-info{color:#3298dc}.help.is-success{color:#48c774}.help.is-warning{color:#ffdd57}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .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-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover{z-index:2}.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-active,.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]):focus{z-index:3}.field.has-addons .control .button:not([disabled]).is-active: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]):focus:hover,.field.has-addons .control .input:not([disabled]).is-active: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]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-active: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]):focus:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.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{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width:769px),print{.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#4a4a4a}.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;position:absolute;top:0;width:2.5em;z-index:4}.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{position:absolute!important;right:.625em;top:.625em;z-index:4}.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{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#3273dc;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#b5b5b5;content:"\0002f"}.breadcrumb ol,.breadcrumb ul{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li::before{content:"\02192"}.breadcrumb.has-bullet-separator li+li::before{content:"\02022"}.breadcrumb.has-dot-separator li+li::before{content:"\000b7"}.breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}.card{background-color:#fff;border-radius:.25rem;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);color:#4a4a4a;max-width:100%;overflow:hidden;position:relative}.card-header{background-color:transparent;align-items:stretch;box-shadow:0 .125em .25em rgba(10,10,10,.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-content{background-color:transparent;padding:1.5rem}.card-footer{background-color:transparent;border-top:1px solid #ededed;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#3273dc;color:#fff}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width:769px),print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width:769px),print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width:769px),print{.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media screen and (min-width:769px),print{.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid rgba(219,219,219,.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid rgba(219,219,219,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width:768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#4a4a4a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#f5f5f5;color:#363636}.menu-list a.is-active{background-color:#3273dc;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.message.is-light .message-body{border-color:#f5f5f5}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#363636;color:#fff}.message.is-dark .message-body{border-color:#363636}.message.is-primary{background-color:#ebfffc}.message.is-primary .message-header{background-color:#00d1b2;color:#fff}.message.is-primary .message-body{border-color:#00d1b2;color:#00947e}.message.is-link{background-color:#eef3fc}.message.is-link .message-header{background-color:#3273dc;color:#fff}.message.is-link .message-body{border-color:#3273dc;color:#2160c4}.message.is-info{background-color:#eef6fc}.message.is-info .message-header{background-color:#3298dc;color:#fff}.message.is-info .message-body{border-color:#3298dc;color:#1d72aa}.message.is-success{background-color:#effaf3}.message.is-success .message-header{background-color:#48c774;color:#fff}.message.is-success .message-body{border-color:#48c774;color:#257942}.message.is-warning{background-color:#fffbeb}.message.is-warning .message-header{background-color:#ffdd57;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffdd57;color:#947600}.message.is-danger{background-color:#feecf0}.message.is-danger .message-header{background-color:#f14668;color:#fff}.message.is-danger .message-body{border-color:#f14668;color:#cc0f35}.message-header{align-items:center;background-color:#4a4a4a;border-radius:4px 4px 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#dbdbdb;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#4a4a4a;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:transparent}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,.86)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px){.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:0 0;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-foot,.modal-card-head{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width:1024px){.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link::after,.navbar.is-white .navbar-start .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#fff}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:#fff}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-end .navbar-link::after,.navbar.is-black .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-end .navbar-link::after,.navbar.is-light .navbar-start .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,.7)}}.navbar.is-dark{background-color:#363636;color:#fff}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#fff}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#292929;color:#fff}.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-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#fff}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#292929;color:#fff}.navbar.is-dark .navbar-end .navbar-link::after,.navbar.is-dark .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#292929;color:#fff}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}.navbar.is-primary{background-color:#00d1b2;color:#fff}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#fff}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#00b89c;color:#fff}.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-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#fff}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-end .navbar-link::after,.navbar.is-primary .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00d1b2;color:#fff}}.navbar.is-link{background-color:#3273dc;color:#fff}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#fff}.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item{color:#fff}.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-end .navbar-link::after,.navbar.is-link .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#3273dc;color:#fff}}.navbar.is-info{background-color:#3298dc;color:#fff}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#fff}.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#238cd1;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item{color:#fff}.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#238cd1;color:#fff}.navbar.is-info .navbar-end .navbar-link::after,.navbar.is-info .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#238cd1;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3298dc;color:#fff}}.navbar.is-success{background-color:#48c774;color:#fff}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#fff}.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#3abb67;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item{color:#fff}.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#3abb67;color:#fff}.navbar.is-success .navbar-end .navbar-link::after,.navbar.is-success .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#3abb67;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c774;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link::after,.navbar.is-warning .navbar-start .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#f14668;color:#fff}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#fff}.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item{color:#fff}.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-end .navbar-link::after,.navbar.is-danger .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}body.has-navbar-fixed-top,html.has-navbar-fixed-top{padding-top:3.25rem}body.has-navbar-fixed-bottom,html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#4a4a4a;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}.navbar-link,a.navbar-item{cursor:pointer}.navbar-link.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover{background-color:#fafafa;color:#3273dc}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#3273dc}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#3273dc;border-bottom-style:solid;border-bottom-width:3px;color:#3273dc;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:#3273dc;margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:.5rem 0}@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;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}body.has-navbar-fixed-top-touch,html.has-navbar-fixed-top-touch{padding-top:3.25rem}body.has-navbar-fixed-bottom-touch,html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.navbar,.navbar-end,.navbar-menu,.navbar-start{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-end,.navbar.is-spaced .navbar-start{align-items:center}.navbar.is-spaced .navbar-link,.navbar.is-spaced a.navbar-item{border-radius:4px}.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.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-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + -4px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-left:-.75rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-desktop{top:0}body.has-navbar-fixed-top-desktop,html.has-navbar-fixed-top-desktop{padding-top:3.25rem}body.has-navbar-fixed-bottom-desktop,html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}body.has-spaced-navbar-fixed-top,html.has-spaced-navbar-fixed-top{padding-top:5.25rem}body.has-spaced-navbar-fixed-bottom,html.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}.navbar-link.is-active,a.navbar-item.is-active{color:#0a0a0a}.navbar-link.is-active:not(:focus):not(:hover),a.navbar-item.is-active:not(:focus):not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#fafafa}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:290486px}.pagination.is-rounded .pagination-link{border-radius:290486px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-link,.pagination-next,.pagination-previous{border-color:#dbdbdb;color:#363636;min-width:2.5em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#b5b5b5;color:#363636}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#3273dc}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2)}.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#3273dc;border-color:#3273dc;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-next,.pagination-previous{flex-grow:1;flex-shrink:1}.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width:769px),print{.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}.panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}.panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.panel.is-dark .panel-heading{background-color:#363636;color:#fff}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#363636}.panel.is-dark .panel-block.is-active .panel-icon{color:#363636}.panel.is-primary .panel-heading{background-color:#00d1b2;color:#fff}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#00d1b2}.panel.is-primary .panel-block.is-active .panel-icon{color:#00d1b2}.panel.is-link .panel-heading{background-color:#3273dc;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#3273dc}.panel.is-link .panel-block.is-active .panel-icon{color:#3273dc}.panel.is-info .panel-heading{background-color:#3298dc;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3298dc}.panel.is-info .panel-block.is-active .panel-icon{color:#3298dc}.panel.is-success .panel-heading{background-color:#48c774;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c774}.panel.is-success .panel-block.is-active .panel-icon{color:#48c774}.panel.is-warning .panel-heading{background-color:#ffdd57;color:rgba(0,0,0,.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffdd57}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffdd57}.panel.is-danger .panel-heading{background-color:#f14668;color:#fff}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}.panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}.panel-block:not(:last-child),.panel-tabs:not(:last-child){border-bottom:1px solid #ededed}.panel-heading{background-color:#ededed;border-radius:6px 6px 0 0;color:#363636;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#3273dc}.panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#3273dc;color:#363636}.panel-block.is-active .panel-icon{color:#3273dc}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#363636;color:#363636}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#3273dc;color:#3273dc}.tabs ul{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:.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 transparent;border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:transparent!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#dbdbdb;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabs.is-toggle li:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabs.is-toggle li.is-active a{background-color:#3273dc;border-color:#3273dc;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:290486px;border-top-left-radius:290486px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:290486px;border-top-right-radius:290486px;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{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{flex:none;width:8.333333333333332%}.columns.is-mobile>.column.is-offset-1{margin-left:8.333333333333332%}.columns.is-mobile>.column.is-2{flex:none;width:16.666666666666664%}.columns.is-mobile>.column.is-offset-2{margin-left:16.666666666666664%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333333333333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333333333333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666666666667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666666666667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.333333333333336%}.columns.is-mobile>.column.is-offset-7{margin-left:58.333333333333336%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666666666666%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666666666666%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333333333334%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333333333334%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666666666666%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666666666666%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{flex:none;width:8.333333333333332%}.column.is-offset-1-mobile{margin-left:8.333333333333332%}.column.is-2-mobile{flex:none;width:16.666666666666664%}.column.is-offset-2-mobile{margin-left:16.666666666666664%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333333333333%}.column.is-offset-4-mobile{margin-left:33.33333333333333%}.column.is-5-mobile{flex:none;width:41.66666666666667%}.column.is-offset-5-mobile{margin-left:41.66666666666667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.333333333333336%}.column.is-offset-7-mobile{margin-left:58.333333333333336%}.column.is-8-mobile{flex:none;width:66.66666666666666%}.column.is-offset-8-mobile{margin-left:66.66666666666666%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333333333334%}.column.is-offset-10-mobile{margin-left:83.33333333333334%}.column.is-11-mobile{flex:none;width:91.66666666666666%}.column.is-offset-11-mobile{margin-left:91.66666666666666%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.333333333333332%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.333333333333332%}.column.is-2,.column.is-2-tablet{flex:none;width:16.666666666666664%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.666666666666664%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333333333333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333333333333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666666666667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666666666667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.333333333333336%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.333333333333336%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666666666666%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666666666666%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333333333334%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333333333334%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666666666666%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666666666666%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{flex:none}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{flex:none;width:8.333333333333332%}.column.is-offset-1-touch{margin-left:8.333333333333332%}.column.is-2-touch{flex:none;width:16.666666666666664%}.column.is-offset-2-touch{margin-left:16.666666666666664%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333333333333%}.column.is-offset-4-touch{margin-left:33.33333333333333%}.column.is-5-touch{flex:none;width:41.66666666666667%}.column.is-offset-5-touch{margin-left:41.66666666666667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.333333333333336%}.column.is-offset-7-touch{margin-left:58.333333333333336%}.column.is-8-touch{flex:none;width:66.66666666666666%}.column.is-offset-8-touch{margin-left:66.66666666666666%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333333333334%}.column.is-offset-10-touch{margin-left:83.33333333333334%}.column.is-11-touch{flex:none;width:91.66666666666666%}.column.is-offset-11-touch{margin-left:91.66666666666666%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{flex:none}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{flex:none;width:8.333333333333332%}.column.is-offset-1-desktop{margin-left:8.333333333333332%}.column.is-2-desktop{flex:none;width:16.666666666666664%}.column.is-offset-2-desktop{margin-left:16.666666666666664%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333333333333%}.column.is-offset-4-desktop{margin-left:33.33333333333333%}.column.is-5-desktop{flex:none;width:41.66666666666667%}.column.is-offset-5-desktop{margin-left:41.66666666666667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.333333333333336%}.column.is-offset-7-desktop{margin-left:58.333333333333336%}.column.is-8-desktop{flex:none;width:66.66666666666666%}.column.is-offset-8-desktop{margin-left:66.66666666666666%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333333333334%}.column.is-offset-10-desktop{margin-left:83.33333333333334%}.column.is-11-desktop{flex:none;width:91.66666666666666%}.column.is-offset-11-desktop{margin-left:91.66666666666666%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{flex:none;width:8.333333333333332%}.column.is-offset-1-widescreen{margin-left:8.333333333333332%}.column.is-2-widescreen{flex:none;width:16.666666666666664%}.column.is-offset-2-widescreen{margin-left:16.666666666666664%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333333333333%}.column.is-offset-4-widescreen{margin-left:33.33333333333333%}.column.is-5-widescreen{flex:none;width:41.66666666666667%}.column.is-offset-5-widescreen{margin-left:41.66666666666667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.333333333333336%}.column.is-offset-7-widescreen{margin-left:58.333333333333336%}.column.is-8-widescreen{flex:none;width:66.66666666666666%}.column.is-offset-8-widescreen{margin-left:66.66666666666666%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333333333334%}.column.is-offset-10-widescreen{margin-left:83.33333333333334%}.column.is-11-widescreen{flex:none;width:91.66666666666666%}.column.is-offset-11-widescreen{margin-left:91.66666666666666%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{flex:none;width:8.333333333333332%}.column.is-offset-1-fullhd{margin-left:8.333333333333332%}.column.is-2-fullhd{flex:none;width:16.666666666666664%}.column.is-offset-2-fullhd{margin-left:16.666666666666664%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333333333333%}.column.is-offset-4-fullhd{margin-left:33.33333333333333%}.column.is-5-fullhd{flex:none;width:41.66666666666667%}.column.is-offset-5-fullhd{margin-left:41.66666666666667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.333333333333336%}.column.is-offset-7-fullhd{margin-left:58.333333333333336%}.column.is-8-fullhd{flex:none;width:66.66666666666666%}.column.is-offset-8-fullhd{margin-left:66.66666666666666%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333333333334%}.column.is-offset-10-fullhd{margin-left:83.33333333333334%}.column.is-11-fullhd{flex:none;width:91.66666666666666%}.column.is-offset-11-fullhd{margin-left:91.66666666666666%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px) and (max-width: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:0.25rem}@media screen and (max-width:768px){.columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-3-fullhd{--columnGap:0.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{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media screen and (min-width:769px),print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.333333333333332%}.tile.is-2{flex:none;width:16.666666666666664%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333333333333%}.tile.is-5{flex:none;width:41.66666666666667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.333333333333336%}.tile.is-8{flex:none;width:66.66666666666666%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333333333334%}.tile.is-11{flex:none;width:91.66666666666666%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#fff!important}a.has-text-white:focus,a.has-text-white:hover{color:#e6e6e6!important}.has-background-white{background-color:#fff!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:focus,a.has-text-black:hover{color:#000!important}.has-background-black{background-color:#0a0a0a!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:focus,a.has-text-light:hover{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#00d1b2!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#009e86!important}.has-background-primary{background-color:#00d1b2!important}.has-text-primary-light{color:#ebfffc!important}a.has-text-primary-light:focus,a.has-text-primary-light:hover{color:#b8fff4!important}.has-background-primary-light{background-color:#ebfffc!important}.has-text-primary-dark{color:#00947e!important}a.has-text-primary-dark:focus,a.has-text-primary-dark:hover{color:#00c7a9!important}.has-background-primary-dark{background-color:#00947e!important}.has-text-link{color:#3273dc!important}a.has-text-link:focus,a.has-text-link:hover{color:#205bbc!important}.has-background-link{background-color:#3273dc!important}.has-text-link-light{color:#eef3fc!important}a.has-text-link-light:focus,a.has-text-link-light:hover{color:#c2d5f5!important}.has-background-link-light{background-color:#eef3fc!important}.has-text-link-dark{color:#2160c4!important}a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:#3b79de!important}.has-background-link-dark{background-color:#2160c4!important}.has-text-info{color:#3298dc!important}a.has-text-info:focus,a.has-text-info:hover{color:#207dbc!important}.has-background-info{background-color:#3298dc!important}.has-text-info-light{color:#eef6fc!important}a.has-text-info-light:focus,a.has-text-info-light:hover{color:#c2e0f5!important}.has-background-info-light{background-color:#eef6fc!important}.has-text-info-dark{color:#1d72aa!important}a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:#248fd6!important}.has-background-info-dark{background-color:#1d72aa!important}.has-text-success{color:#48c774!important}a.has-text-success:focus,a.has-text-success:hover{color:#34a85c!important}.has-background-success{background-color:#48c774!important}.has-text-success-light{color:#effaf3!important}a.has-text-success-light:focus,a.has-text-success-light:hover{color:#c8eed6!important}.has-background-success-light{background-color:#effaf3!important}.has-text-success-dark{color:#257942!important}a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:#31a058!important}.has-background-success-dark{background-color:#257942!important}.has-text-warning{color:#ffdd57!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd324!important}.has-background-warning{background-color:#ffdd57!important}.has-text-warning-light{color:#fffbeb!important}a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:#fff1b8!important}.has-background-warning-light{background-color:#fffbeb!important}.has-text-warning-dark{color:#947600!important}a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:#c79f00!important}.has-background-warning-dark{background-color:#947600!important}.has-text-danger{color:#f14668!important}a.has-text-danger:focus,a.has-text-danger:hover{color:#ee1742!important}.has-background-danger{background-color:#f14668!important}.has-text-danger-light{color:#feecf0!important}a.has-text-danger-light:focus,a.has-text-danger-light:hover{color:#fabdc9!important}.has-background-danger-light{background-color:#feecf0!important}.has-text-danger-dark{color:#cc0f35!important}a.has-text-danger-dark:focus,a.has-text-danger-dark:hover{color:#ee2049!important}.has-background-danger-dark{background-color:#cc0f35!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}.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}.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}.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}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-sans-serif{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-monospace{font-family:monospace!important}.is-family-code{font-family: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{border:none!important;clip:rect(0,0,0,0)!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media screen and (min-width:769px),print{.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width: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{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,.9)}.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:rgba(10,10,10,.7)}.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.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}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e8e3e3 0,#fff 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e8e3e3 0,#fff 71%,#fff 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.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:rgba(255,255,255,.7)}.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover{background-color:#000;color:#fff}.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}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:rgba(0,0,0,.7)}.hero.is-light .subtitle{color:rgba(0,0,0,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,.7)}.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d8 0,#f5f5f5 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d8 0,#f5f5f5 71%,#fff 100%)}}.hero.is-dark{background-color:#363636;color:#fff}.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:rgba(255,255,255,.9)}.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:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(255,255,255,.7)}.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{background-color:#292929;color:#fff}.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}.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:rgba(10,10,10,.1)}.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{background-color:#fff;border-color:#fff;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f1a1a 0,#363636 71%,#463f3f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f1a1a 0,#363636 71%,#463f3f 100%)}}.hero.is-primary{background-color:#00d1b2;color:#fff}.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:rgba(255,255,255,.9)}.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:#00d1b2}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,.7)}.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{background-color:#00b89c;color:#fff}.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}.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:rgba(10,10,10,.1)}.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{background-color:#fff;border-color:#fff;color:#00d1b2}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e6eb 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e6eb 100%)}}.hero.is-link{background-color:#3273dc;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,.9)}.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:#3273dc}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,.7)}.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{background-color:#2366d1;color:#fff}.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}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3273dc}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#1576c6 0,#3273dc 71%,#4266e5 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1576c6 0,#3273dc 71%,#4266e5 100%)}}.hero.is-info{background-color:#3298dc;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,.9)}.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:#3298dc}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.7)}.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover{background-color:#238cd1;color:#fff}.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}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3298dc}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#159cc6 0,#3298dc 71%,#4289e5 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#159cc6 0,#3298dc 71%,#4289e5 100%)}}.hero.is-success{background-color:#48c774;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,.9)}.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:#48c774}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.7)}.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover{background-color:#3abb67;color:#fff}.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}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#48c774}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b342 0,#48c774 71%,#56d296 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b342 0,#48c774 71%,#56d296 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffae24 0,#ffdd57 71%,#fffa71 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffae24 0,#ffdd57 71%,#fffa71 100%)}}.hero.is-danger{background-color:#f14668;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,.9)}.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:#f14668}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,.7)}.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover{background-color:#ef2e55;color:#fff}.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}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f14668}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#fa0a61 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a61 0,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}.hero.is-medium+tablet .hero-body{padding:9rem 1.5rem}.hero.is-large+tablet .hero-body{padding:18rem 1.5rem}.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body,.hero.is-halfheight .hero-body{align-items:center;display:flex}.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container,.hero.is-halfheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.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{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-foot,.hero-head{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5adfced..53c00d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,21 +1,7 @@ { - "name": "bulma-stylus", - "version": "0.8.1-rc.3", "lockfileVersion": 2, "requires": true, "packages": { - "": { - "version": "0.8.1-rc.3", - "license": "MIT", - "devDependencies": { - "autoprefixer": "9.6.4", - "clean-css-cli": "4.3.0", - "postcss-cli": "^8.2.0", - "rimraf": "2.7.1", - "stylelint": "^13.7.2", - "stylus": "^0.54.7" - } - }, "node_modules/@babel/code-frame": { "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", @@ -860,12 +846,6 @@ } } }, - "node_modules/debug/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, "node_modules/decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", @@ -1403,20 +1383,6 @@ "readable-stream": "^3.1.1" } }, - "node_modules/htmlparser2/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/ignore": { "version": "5.1.8", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", @@ -1732,6 +1698,19 @@ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", "dev": true }, + "node_modules/isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "dev": true, + "peer": true, + "dependencies": { + "isarray": "1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -1825,19 +1804,6 @@ "isobject": "^2.0.0" } }, - "node_modules/line-column/node_modules/isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "dev": true, - "peer": true, - "dependencies": { - "isarray": "1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/lines-and-columns": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", @@ -2140,9 +2106,9 @@ } }, "node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, "node_modules/nanoid": { @@ -2344,6 +2310,15 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/postcss": { "version": "8.1.7", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.7.tgz", @@ -2762,15 +2737,6 @@ "pify": "^2.3.0" } }, - "node_modules/read-cache/node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/read-pkg": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", @@ -2821,6 +2787,20 @@ "node": ">=8" } }, + "node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/readdirp": { "version": "3.5.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", @@ -3185,14 +3165,34 @@ } }, "node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "dev": true, "dependencies": { - "safe-buffer": "~5.1.0" + "safe-buffer": "~5.2.0" } }, + "node_modules/string_decoder/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, "node_modules/string-width": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", @@ -3533,6 +3533,12 @@ "ms": "2.0.0" } }, + "node_modules/stylus/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, "node_modules/stylus/node_modules/semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", @@ -4085,3148 +4091,5 @@ } } }, - "dependencies": { - "@babel/code-frame": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", - "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", - "dev": true, - "requires": { - "@babel/highlight": "^7.10.4" - } - }, - "@babel/core": { - "version": "7.12.3", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.3.tgz", - "integrity": "sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - } - } - }, - "@babel/generator": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz", - "integrity": "sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==", - "dev": true, - "requires": { - "@babel/types": "^7.12.5", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - } - } - }, - "@babel/helper-function-name": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", - "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", - "dev": true, - "requires": { - "@babel/helper-get-function-arity": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/types": "^7.10.4" - } - }, - "@babel/helper-get-function-arity": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", - "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", - "dev": true, - "requires": { - "@babel/types": "^7.10.4" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz", - "integrity": "sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==", - "dev": true, - "requires": { - "@babel/types": "^7.12.1" - } - }, - "@babel/helper-module-imports": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz", - "integrity": "sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==", - "dev": true, - "requires": { - "@babel/types": "^7.12.5" - } - }, - "@babel/helper-module-transforms": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz", - "integrity": "sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.12.1", - "@babel/helper-replace-supers": "^7.12.1", - "@babel/helper-simple-access": "^7.12.1", - "@babel/helper-split-export-declaration": "^7.11.0", - "@babel/helper-validator-identifier": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "lodash": "^4.17.19" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz", - "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==", - "dev": true, - "requires": { - "@babel/types": "^7.10.4" - } - }, - "@babel/helper-replace-supers": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz", - "integrity": "sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA==", - "dev": true, - "requires": { - "@babel/helper-member-expression-to-functions": "^7.12.1", - "@babel/helper-optimise-call-expression": "^7.10.4", - "@babel/traverse": "^7.12.5", - "@babel/types": "^7.12.5" - } - }, - "@babel/helper-simple-access": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz", - "integrity": "sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==", - "dev": true, - "requires": { - "@babel/types": "^7.12.1" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz", - "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==", - "dev": true, - "requires": { - "@babel/types": "^7.11.0" - } - }, - "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", - "dev": true - }, - "@babel/helpers": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.5.tgz", - "integrity": "sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==", - "dev": true, - "requires": { - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.5", - "@babel/types": "^7.12.5" - } - }, - "@babel/highlight": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", - "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.10.4", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - } - }, - "@babel/parser": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.5.tgz", - "integrity": "sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==", - "dev": true - }, - "@babel/template": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", - "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/parser": "^7.10.4", - "@babel/types": "^7.10.4" - } - }, - "@babel/traverse": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.5.tgz", - "integrity": "sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-split-export-declaration": "^7.11.0", - "@babel/parser": "^7.12.5", - "@babel/types": "^7.12.5", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - } - }, - "@babel/types": { - "version": "7.12.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.6.tgz", - "integrity": "sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.10.4", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - } - }, - "@nodelib/fs.scandir": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz", - "integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "2.0.3", - "run-parallel": "^1.1.9" - } - }, - "@nodelib/fs.stat": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz", - "integrity": "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==", - "dev": true - }, - "@nodelib/fs.walk": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz", - "integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==", - "dev": true, - "requires": { - "@nodelib/fs.scandir": "2.1.3", - "fastq": "^1.6.0" - } - }, - "@stylelint/postcss-css-in-js": { - "version": "0.37.2", - "resolved": "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz", - "integrity": "sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==", - "dev": true, - "requires": { - "@babel/core": ">=7.9.0" - } - }, - "@stylelint/postcss-markdown": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.1.tgz", - "integrity": "sha512-iDxMBWk9nB2BPi1VFQ+Dc5+XpvODBHw2n3tYpaBZuEAFQlbtF9If0Qh5LTTwSi/XwdbJ2jt+0dis3i8omyggpw==", - "dev": true, - "requires": { - "remark": "^12.0.0", - "unist-util-find-all-after": "^3.0.1" - } - }, - "@types/minimist": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz", - "integrity": "sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==", - "dev": true - }, - "@types/normalize-package-data": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz", - "integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==", - "dev": true - }, - "@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", - "dev": true - }, - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.3.tgz", - "integrity": "sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==", - "dev": true - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", - "dev": true - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", - "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true - }, - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", - "dev": true - }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true - }, - "at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "dev": true - }, - "atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "dev": true - }, - "autoprefixer": { - "version": "9.6.4", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.6.4.tgz", - "integrity": "sha512-Koz2cJU9dKOxG8P1f8uVaBntOv9lP4yz9ffWvWaicv9gHBPhpQB22nGijwd8gqW9CNT+UdkbQOQNLVI8jN1ZfQ==", - "dev": true, - "requires": { - "browserslist": "^4.7.0", - "caniuse-lite": "^1.0.30000998", - "chalk": "^2.4.2", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.18", - "postcss-value-parser": "^4.0.2" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", - "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - } - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", - "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", - "dev": true - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", - "dev": true - }, - "binary-extensions": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", - "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==", - "dev": true - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "browserslist": { - "version": "4.14.7", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.14.7.tgz", - "integrity": "sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==", - "dev": true, - "requires": { - "caniuse-lite": "^1.0.30001157", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.591", - "escalade": "^3.1.1", - "node-releases": "^1.1.66" - } - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true - }, - "camelcase-keys": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dev": true, - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - } - }, - "caniuse-lite": { - "version": "1.0.30001158", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001158.tgz", - "integrity": "sha512-s5loVYY+yKpuVA3HyW8BarzrtJvwHReuzugQXlv1iR3LKSReoFXRm86mT6hT7PEF5RxW+XQZg+6nYjlywYzQ+g==", - "dev": true - }, - "ccount": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz", - "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==", - "dev": true - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", - "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", - "dev": true - }, - "character-entities-html4": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.4.tgz", - "integrity": "sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g==", - "dev": true - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", - "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", - "dev": true - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", - "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", - "dev": true - }, - "chokidar": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.3.tgz", - "integrity": "sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==", - "dev": true, - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.1.2", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" - } - }, - "clean-css": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz", - "integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==", - "dev": true, - "requires": { - "source-map": "~0.6.0" - } - }, - "clean-css-cli": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-4.3.0.tgz", - "integrity": "sha512-8GHZfr+mG3zB/Lgqrr27qHBFsPSn0fyEI3f2rIZpxPxUbn2J6A8xyyeBRVTW8duDuXigN0s80vsXiXJOEFIO5Q==", - "dev": true, - "requires": { - "clean-css": "^4.2.1", - "commander": "2.x", - "glob": "7.x" - } - }, - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "clone-regexp": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-2.2.0.tgz", - "integrity": "sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==", - "dev": true, - "requires": { - "is-regexp": "^2.0.0" - } - }, - "collapse-white-space": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz", - "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==", - "dev": true - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.1.tgz", - "integrity": "sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==", - "dev": true - }, - "commander": { - "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==", - "dev": true - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "dev": true - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", - "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.1" - } - }, - "cosmiconfig": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz", - "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==", - "dev": true, - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - } - }, - "css": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz", - "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "source-map": "^0.6.1", - "source-map-resolve": "^0.5.2", - "urix": "^0.1.0" - } - }, - "css-parse": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-2.0.0.tgz", - "integrity": "sha1-pGjuZnwW2BzPBcWMONKpfHgNv9Q=", - "dev": true, - "requires": { - "css": "^2.0.0" - } - }, - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true - }, - "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", - "dev": true, - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - } - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true - }, - "decamelize-keys": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", - "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", - "dev": true, - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "dependencies": { - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", - "dev": true - } - } - }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", - "dev": true - }, - "dependency-graph": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.9.0.tgz", - "integrity": "sha512-9YLIBURXj4DJMFALxXw9K3Y3rwb5Fk0X5/8ipCzaN84+gKxoHK43tVKRNakCQbiEx07E8Uwhuq21BpUagFhZ8w==", - "dev": true - }, - "dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dev": true, - "requires": { - "path-type": "^4.0.0" - } - }, - "dom-serializer": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", - "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", - "dev": true, - "requires": { - "domelementtype": "^2.0.1", - "entities": "^2.0.0" - }, - "dependencies": { - "domelementtype": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.2.tgz", - "integrity": "sha512-wFwTwCVebUrMgGeAwRL/NhZtHAUyT9n9yg4IMDwf10+6iCMxSkVq9MGCVEH+QZWo1nNidy8kNvwmv4zWHDTqvA==", - "dev": true - }, - "entities": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", - "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==", - "dev": true - } - } - }, - "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", - "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", - "dev": true - }, - "domhandler": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", - "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", - "dev": true, - "requires": { - "domelementtype": "1" - } - }, - "domutils": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", - "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", - "dev": true, - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - } - }, - "electron-to-chromium": { - "version": "1.3.596", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.596.tgz", - "integrity": "sha512-nLO2Wd2yU42eSoNJVQKNf89CcEGqeFZd++QsnN2XIgje1s/19AgctfjLIbPORlvcCO8sYjLwX4iUgDdusOY8Sg==", - "dev": true - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "entities": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", - "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==", - "dev": true - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, - "requires": { - "is-arrayish": "^0.2.1" - } - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "dev": true - }, - "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=", - "dev": true - }, - "execall": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/execall/-/execall-2.0.0.tgz", - "integrity": "sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==", - "dev": true, - "requires": { - "clone-regexp": "^2.1.0" - } - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "fast-glob": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.4.tgz", - "integrity": "sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.0", - "merge2": "^1.3.0", - "micromatch": "^4.0.2", - "picomatch": "^2.2.1" - } - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "fastest-levenshtein": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz", - "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==", - "dev": true - }, - "fastq": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.9.0.tgz", - "integrity": "sha512-i7FVWL8HhVY+CTkwFxkN2mk3h+787ixS5S63eb78diVRc1MCssarHq3W5cj0av7YDSwmaV928RNag+U1etRQ7w==", - "dev": true, - "requires": { - "reusify": "^1.0.4" - } - }, - "file-entry-cache": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz", - "integrity": "sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==", - "dev": true, - "requires": { - "flat-cache": "^2.0.1" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "flat-cache": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz", - "integrity": "sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==", - "dev": true, - "requires": { - "flatted": "^2.0.0", - "rimraf": "2.6.3", - "write": "1.0.3" - }, - "dependencies": { - "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", - "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "flatted": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz", - "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==", - "dev": true - }, - "fs-extra": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz", - "integrity": "sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==", - "dev": true, - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^1.0.0" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "dev": true - }, - "fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", - "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", - "dev": true, - "optional": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true - }, - "get-stdin": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", - "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", - "dev": true - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", - "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", - "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", - "dev": true, - "requires": { - "global-prefix": "^3.0.0" - } - }, - "global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", - "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", - "dev": true, - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true - }, - "globby": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.1.tgz", - "integrity": "sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==", - "dev": true, - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - } - }, - "globjoin": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", - "integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=", - "dev": true - }, - "gonzales-pe": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz", - "integrity": "sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==", - "dev": true, - "requires": { - "minimist": "^1.2.5" - } - }, - "graceful-fs": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", - "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==", - "dev": true - }, - "hard-rejection": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", - "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", - "dev": true - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dev": true, - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", - "dev": true - }, - "html-tags": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz", - "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==", - "dev": true - }, - "htmlparser2": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", - "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", - "dev": true, - "requires": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - } - } - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", - "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", - "dev": true - }, - "import-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-3.0.0.tgz", - "integrity": "sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==", - "dev": true, - "requires": { - "import-from": "^3.0.0" - } - }, - "import-fresh": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.2.tgz", - "integrity": "sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==", - "dev": true, - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - } - }, - "import-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz", - "integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==", - "dev": true, - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true - } - } - }, - "import-lazy": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", - "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", - "dev": true - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", - "dev": true - }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", - "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=", - "dev": true - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dev": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", - "dev": true - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", - "dev": true - }, - "is-alphanumeric": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz", - "integrity": "sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ=", - "dev": true - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", - "dev": true, - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - } - }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "dev": true - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", - "dev": true - }, - "is-core-module": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.1.0.tgz", - "integrity": "sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA==", - "dev": true, - "requires": { - "has": "^1.0.3" - } - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", - "dev": true - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", - "dev": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", - "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", - "dev": true - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", - "dev": true - }, - "is-regexp": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-2.1.0.tgz", - "integrity": "sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==", - "dev": true - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz", - "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==", - "dev": true - }, - "is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", - "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==", - "dev": true - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true, - "peer": true - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", - "dev": true - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "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==", - "dev": true - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "json5": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", - "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", - "dev": true, - "requires": { - "minimist": "^1.2.5" - } - }, - "jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^2.0.0" - }, - "dependencies": { - "universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", - "dev": true - } - } - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true - }, - "known-css-properties": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.19.0.tgz", - "integrity": "sha512-eYboRV94Vco725nKMlpkn3nV2+96p9c3gKXRsYqAJSswSENvBhN7n5L+uDhY58xQa0UukWsDMTGELzmD8Q+wTA==", - "dev": true - }, - "line-column": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/line-column/-/line-column-1.0.2.tgz", - "integrity": "sha1-0lryk2tvSEkXKzEuR5LR2Ye8NKI=", - "dev": true, - "peer": true, - "requires": { - "isarray": "^1.0.0", - "isobject": "^2.0.0" - }, - "dependencies": { - "isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "dev": true, - "peer": true, - "requires": { - "isarray": "1.0.0" - } - } - } - }, - "lines-and-columns": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", - "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", - "dev": true - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", - "dev": true - }, - "lodash.difference": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz", - "integrity": "sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw=", - "dev": true - }, - "lodash.forown": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.forown/-/lodash.forown-4.4.0.tgz", - "integrity": "sha1-hRFc8E9z75ZuztUlEdOJPMRmg68=", - "dev": true - }, - "lodash.get": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", - "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", - "dev": true - }, - "lodash.groupby": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.groupby/-/lodash.groupby-4.6.0.tgz", - "integrity": "sha1-Cwih3PaDl8OXhVwyOXg4Mt90A9E=", - "dev": true - }, - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", - "dev": true - }, - "log-symbols": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz", - "integrity": "sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==", - "dev": true, - "requires": { - "chalk": "^4.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "longest-streak": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz", - "integrity": "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==", - "dev": true - }, - "map-obj": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.1.0.tgz", - "integrity": "sha512-glc9y00wgtwcDmp7GaE/0b0OnxpNJsVf3ael/An6Fe2Q51LLwN1er6sdomLRzz5h0+yMpiYLhWYF5R7HeqVd4g==", - "dev": true - }, - "markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", - "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==", - "dev": true - }, - "markdown-table": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-2.0.0.tgz", - "integrity": "sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==", - "dev": true, - "requires": { - "repeat-string": "^1.0.0" - } - }, - "mathml-tag-names": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", - "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", - "dev": true - }, - "mdast-util-compact": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-compact/-/mdast-util-compact-2.0.1.tgz", - "integrity": "sha512-7GlnT24gEwDrdAwEHrU4Vv5lLWrEer4KOkAiKT9nYstsTad7Oc1TwqT2zIMKRdZF7cTuaf+GA1E4Kv7jJh8mPA==", - "dev": true, - "requires": { - "unist-util-visit": "^2.0.0" - } - }, - "meow": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-7.1.1.tgz", - "integrity": "sha512-GWHvA5QOcS412WCo8vwKDlTelGLsCGBVevQB5Kva961rmNfun0PCbv5+xta2kUMFJyR8/oWnn7ddeKdosbAPbA==", - "dev": true, - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^2.5.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.13.1", - "yargs-parser": "^18.1.3" - } - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", - "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", - "dev": true, - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - } - }, - "min-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "dev": true - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - }, - "minimist-options": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "dev": true, - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - } - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "dev": true - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "nanoid": { - "version": "3.1.16", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.16.tgz", - "integrity": "sha512-+AK8MN0WHji40lj8AEuwLOvLSbWYApQpre/aFJZD71r43wVRLrOYS4FmJOPQYon1TqB462RzrrxlfA74XRES8w==", - "dev": true, - "peer": true - }, - "node-releases": { - "version": "1.1.66", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.66.tgz", - "integrity": "sha512-JHEQ1iWPGK+38VLB2H9ef2otU4l8s3yAMt9Xf934r6+ojCYDMHPMqvCc9TnzfeFSP1QEOeU6YZEd3+De0LTCgg==", - "dev": true - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true - }, - "normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", - "dev": true - }, - "normalize-selector": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz", - "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=", - "dev": true - }, - "num2fraction": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", - "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=", - "dev": true - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dev": true, - "requires": { - "wrappy": "1" - } - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "requires": { - "callsites": "^3.0.0" - } - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", - "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", - "dev": true, - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - } - }, - "parse-json": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.1.0.tgz", - "integrity": "sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "dev": true - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", - "dev": true - }, - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", - "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", - "dev": true - }, - "postcss": { - "version": "8.1.7", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.7.tgz", - "integrity": "sha512-llCQW1Pz4MOPwbZLmOddGM9eIJ8Bh7SZ2Oj5sxZva77uVaotYDsYTch1WBTNu7fUY0fpWp0fdt7uW40D4sRiiQ==", - "dev": true, - "peer": true, - "requires": { - "colorette": "^1.2.1", - "line-column": "^1.0.2", - "nanoid": "^3.1.16", - "source-map": "^0.6.1" - } - }, - "postcss-cli": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-8.2.0.tgz", - "integrity": "sha512-N7tgPpB/2yXk/04irc/RiImCkftVw42STaploQBeOT1xvrIkyG+YW+TsHAJ57xWwL+b0AjXnqs5/RL/1XIh2Lw==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "chokidar": "^3.3.0", - "dependency-graph": "^0.9.0", - "fs-extra": "^9.0.0", - "get-stdin": "^8.0.0", - "globby": "^11.0.0", - "postcss-load-config": "^3.0.0", - "postcss-reporter": "^7.0.0", - "pretty-hrtime": "^1.0.3", - "read-cache": "^1.0.0", - "slash": "^3.0.0", - "yargs": "^16.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "postcss-html": { - "version": "0.36.0", - "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.36.0.tgz", - "integrity": "sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==", - "dev": true, - "requires": { - "htmlparser2": "^3.10.0" - } - }, - "postcss-less": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-3.1.4.tgz", - "integrity": "sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==", - "dev": true, - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", - "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - } - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "postcss-load-config": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.0.0.tgz", - "integrity": "sha512-lErrN8imuEF1cSiHBV8MiR7HeuzlDpCGNtaMyYHlOBuJHHOGw6S4xOMZp8BbXPr7AGQp14L6PZDlIOpfFJ6f7w==", - "dev": true, - "requires": { - "cosmiconfig": "^7.0.0", - "import-cwd": "^3.0.0" - } - }, - "postcss-media-query-parser": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", - "integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=", - "dev": true - }, - "postcss-reporter": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-7.0.1.tgz", - "integrity": "sha512-R9AK80KIqqMb+lwGRBcRkXS7r96VCTxrZvvrfibyA/dWjqctwx7leHMCC05A9HbW8PnChwOWwrmISwp5HQu5wg==", - "dev": true, - "requires": { - "colorette": "^1.2.1", - "lodash.difference": "^4.5.0", - "lodash.forown": "^4.4.0", - "lodash.get": "^4.4.2", - "lodash.groupby": "^4.6.0", - "lodash.sortby": "^4.7.0", - "log-symbols": "^4.0.0" - } - }, - "postcss-resolve-nested-selector": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", - "integrity": "sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=", - "dev": true - }, - "postcss-safe-parser": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz", - "integrity": "sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==", - "dev": true, - "requires": { - "postcss": "^7.0.26" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", - "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - } - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "postcss-sass": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.4.tgz", - "integrity": "sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==", - "dev": true, - "requires": { - "gonzales-pe": "^4.3.0", - "postcss": "^7.0.21" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", - "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - } - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "postcss-scss": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-2.1.1.tgz", - "integrity": "sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==", - "dev": true, - "requires": { - "postcss": "^7.0.6" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", - "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - } - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz", - "integrity": "sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw==", - "dev": true, - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - } - }, - "postcss-syntax": { - "version": "0.36.2", - "resolved": "https://registry.npmjs.org/postcss-syntax/-/postcss-syntax-0.36.2.tgz", - "integrity": "sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==", - "dev": true, - "requires": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", - "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==", - "dev": true - }, - "pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", - "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=", - "dev": true - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", - "dev": true - }, - "quick-lru": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "dev": true - }, - "read-cache": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=", - "dev": true, - "requires": { - "pify": "^2.3.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - } - } - }, - "read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "dev": true, - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": { - "type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "dev": true - } - } - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "dev": true, - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": { - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true - } - } - }, - "readdirp": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", - "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", - "dev": true, - "requires": { - "picomatch": "^2.2.1" - } - }, - "redent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "dev": true, - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - } - }, - "remark": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/remark/-/remark-12.0.1.tgz", - "integrity": "sha512-gS7HDonkdIaHmmP/+shCPejCEEW+liMp/t/QwmF0Xt47Rpuhl32lLtDV1uKWvGoq+kxr5jSgg5oAIpGuyULjUw==", - "dev": true, - "requires": { - "remark-parse": "^8.0.0", - "remark-stringify": "^8.0.0", - "unified": "^9.0.0" - } - }, - "remark-parse": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.3.tgz", - "integrity": "sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==", - "dev": true, - "requires": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - } - }, - "remark-stringify": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-8.1.1.tgz", - "integrity": "sha512-q4EyPZT3PcA3Eq7vPpT6bIdokXzFGp9i85igjmhRyXWmPs0Y6/d2FYwUNotKAWyLch7g0ASZJn/KHHcHZQ163A==", - "dev": true, - "requires": { - "ccount": "^1.0.0", - "is-alphanumeric": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "longest-streak": "^2.0.1", - "markdown-escapes": "^1.0.0", - "markdown-table": "^2.0.0", - "mdast-util-compact": "^2.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "stringify-entities": "^3.0.0", - "unherit": "^1.0.4", - "xtend": "^4.0.1" - } - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "dev": true - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", - "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=", - "dev": true - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", - "dev": true - }, - "resolve": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz", - "integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==", - "dev": true, - "requires": { - "is-core-module": "^2.1.0", - "path-parse": "^1.0.6" - } - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true - }, - "resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", - "dev": true - }, - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "run-parallel": { - "version": "1.1.10", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.10.tgz", - "integrity": "sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw==", - "dev": true - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", - "dev": true - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", - "dev": true - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true - }, - "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - }, - "source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", - "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", - "dev": true, - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - } - }, - "source-map-url": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", - "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=", - "dev": true - }, - "spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "dev": true, - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true - }, - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-license-ids": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz", - "integrity": "sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw==", - "dev": true - }, - "specificity": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz", - "integrity": "sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==", - "dev": true - }, - "state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz", - "integrity": "sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==", - "dev": true - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", - "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "stringify-entities": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-3.1.0.tgz", - "integrity": "sha512-3FP+jGMmMV/ffZs86MoghGqAoqXAdxLrJP4GUdrDN1aIScYih5tuIO3eF4To5AJZ79KDZ8Fpdy7QJnK8SsL1Vg==", - "dev": true, - "requires": { - "character-entities-html4": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "xtend": "^4.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "dev": true, - "requires": { - "min-indent": "^1.0.0" - } - }, - "style-search": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", - "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=", - "dev": true - }, - "stylelint": { - "version": "13.7.2", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.7.2.tgz", - "integrity": "sha512-mmieorkfmO+ZA6CNDu1ic9qpt4tFvH2QUB7vqXgrMVHe5ENU69q7YDq0YUg/UHLuCsZOWhUAvcMcLzLDIERzSg==", - "dev": true, - "requires": { - "@stylelint/postcss-css-in-js": "^0.37.2", - "@stylelint/postcss-markdown": "^0.36.1", - "autoprefixer": "^9.8.6", - "balanced-match": "^1.0.0", - "chalk": "^4.1.0", - "cosmiconfig": "^7.0.0", - "debug": "^4.1.1", - "execall": "^2.0.0", - "fast-glob": "^3.2.4", - "fastest-levenshtein": "^1.0.12", - "file-entry-cache": "^5.0.1", - "get-stdin": "^8.0.0", - "global-modules": "^2.0.0", - "globby": "^11.0.1", - "globjoin": "^0.1.4", - "html-tags": "^3.1.0", - "ignore": "^5.1.8", - "import-lazy": "^4.0.0", - "imurmurhash": "^0.1.4", - "known-css-properties": "^0.19.0", - "lodash": "^4.17.20", - "log-symbols": "^4.0.0", - "mathml-tag-names": "^2.1.3", - "meow": "^7.1.1", - "micromatch": "^4.0.2", - "normalize-selector": "^0.2.0", - "postcss": "^7.0.32", - "postcss-html": "^0.36.0", - "postcss-less": "^3.1.4", - "postcss-media-query-parser": "^0.2.3", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^4.0.2", - "postcss-sass": "^0.4.4", - "postcss-scss": "^2.1.1", - "postcss-selector-parser": "^6.0.2", - "postcss-syntax": "^0.36.2", - "postcss-value-parser": "^4.1.0", - "resolve-from": "^5.0.0", - "slash": "^3.0.0", - "specificity": "^0.4.1", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "style-search": "^0.1.0", - "sugarss": "^2.0.0", - "svg-tags": "^1.0.0", - "table": "^6.0.1", - "v8-compile-cache": "^2.1.1", - "write-file-atomic": "^3.0.3" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "autoprefixer": { - "version": "9.8.6", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz", - "integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==", - "dev": true, - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "colorette": "^1.2.1", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", - "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - } - } - } - } - }, - "stylus": { - "version": "0.54.8", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.8.tgz", - "integrity": "sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg==", - "dev": true, - "requires": { - "css-parse": "~2.0.0", - "debug": "~3.1.0", - "glob": "^7.1.6", - "mkdirp": "~1.0.4", - "safer-buffer": "^2.1.2", - "sax": "~1.2.4", - "semver": "^6.3.0", - "source-map": "^0.7.3" - }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "dev": true - } - } - }, - "sugarss": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/sugarss/-/sugarss-2.0.0.tgz", - "integrity": "sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==", - "dev": true, - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", - "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - } - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - }, - "svg-tags": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", - "integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=", - "dev": true - }, - "table": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/table/-/table-6.0.3.tgz", - "integrity": "sha512-8321ZMcf1B9HvVX/btKv8mMZahCjn2aYrDlpqHaBFCfnox64edeH9kEid0vTLTRR8gWR2A20aDgeuTTea4sVtw==", - "dev": true, - "requires": { - "ajv": "^6.12.4", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - } - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "dev": true - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - }, - "trim": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", - "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=", - "dev": true - }, - "trim-newlines": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.0.tgz", - "integrity": "sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==", - "dev": true - }, - "trim-trailing-lines": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz", - "integrity": "sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==", - "dev": true - }, - "trough": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", - "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==", - "dev": true - }, - "type-fest": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", - "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", - "dev": true - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dev": true, - "requires": { - "is-typedarray": "^1.0.0" - } - }, - "unherit": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz", - "integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==", - "dev": true, - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - } - }, - "unified": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz", - "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==", - "dev": true, - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "dependencies": { - "is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", - "dev": true - } - } - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", - "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=", - "dev": true - }, - "unist-util-find-all-after": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz", - "integrity": "sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==", - "dev": true, - "requires": { - "unist-util-is": "^4.0.0" - } - }, - "unist-util-is": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.3.tgz", - "integrity": "sha512-bTofCFVx0iQM8Jqb1TBDVRIQW03YkD3p66JOd/aCWuqzlLyUtx1ZAGw/u+Zw+SttKvSVcvTiKYbfrtLoLefykw==", - "dev": true - }, - "unist-util-remove-position": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz", - "integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==", - "dev": true, - "requires": { - "unist-util-visit": "^2.0.0" - } - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", - "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", - "dev": true, - "requires": { - "@types/unist": "^2.0.2" - } - }, - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - } - }, - "unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", - "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - } - }, - "universalify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz", - "integrity": "sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==", - "dev": true - }, - "uri-js": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz", - "integrity": "sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==", - "dev": true, - "requires": { - "punycode": "^2.1.0" - } - }, - "urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", - "dev": true - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz", - "integrity": "sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==", - "dev": true - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "vfile": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.0.tgz", - "integrity": "sha512-a/alcwCvtuc8OX92rqqo7PflxiCgXRFjdyoGVuYV+qbgCb0GgZJRvIgCD4+U/Kl1yhaRsaTwksF88xbPyGsgpw==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "replace-ext": "1.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - } - }, - "vfile-location": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz", - "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==", - "dev": true - }, - "vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", - "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - } - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - }, - "wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - } - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", - "dev": true - }, - "write": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/write/-/write-1.0.3.tgz", - "integrity": "sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==", - "dev": true, - "requires": { - "mkdirp": "^0.5.1" - }, - "dependencies": { - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "dev": true, - "requires": { - "minimist": "^1.2.5" - } - } - } - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "dev": true - }, - "y18n": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.5.tgz", - "integrity": "sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg==", - "dev": true - }, - "yaml": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz", - "integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==", - "dev": true - }, - "yargs": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.1.1.tgz", - "integrity": "sha512-hAD1RcFP/wfgfxgMVswPE+z3tlPFtxG8/yWUrG2i17sTWGCGqWnxKcLTF4cUKDUK8fzokwsmO9H0TDkRbMHy8w==", - "dev": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "dependencies": { - "yargs-parser": { - "version": "20.2.4", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz", - "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==", - "dev": true - } - } - }, - "yargs-parser": { - "version": "18.1.3", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", - "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", - "dev": true, - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } + "dependencies": {} } diff --git a/package.json b/package.json index adf2819..1411f60 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma-stylus", - "version": "0.8.1-rc.3", + "version": "0.9.1", "homepage": "http://github.com/groenroos/bulma-stylus", "author": "Oskari Groenroos (http://groenroos.fi)", "contributors": [ @@ -34,12 +34,16 @@ "stylus": "^0.54.7" }, "scripts": { - "build": "npm run build-clean && npm run build-stylus && npm run build-autoprefix && npm run build-cleancss", + "build": "npm run build-stylus && npm run build-autoprefix && npm run build-cleancss", "build-autoprefix": "postcss --use autoprefixer --map false --output css/bulma.css css/bulma.css && stylelint css/bulma.css --fix -q", "build-cleancss": "cleancss -o css/bulma.min.css css/bulma.css", - "build-clean": "rimraf css", "build-stylus": "stylus bulma.styl --out css --sourcemap", - "deploy": "npm run build", + "clean": "rimraf css", + "rtl": "npm run rtl-stylus && npm run rtl-autoprefix && npm run rtl-cleancss", + "rtl-stylus": "stylus bulma-rtl.styl --out css --sourcemap", + "rtl-autoprefix": "postcss --use autoprefixer --map false --output css/bulma-rtl.css css/bulma-rtl.css && stylelint css/bulma-rtl.css --fix -q", + "rtl-cleancss": "cleancss -o css/bulma-rtl.min.css css/bulma-rtl.css", + "deploy": "npm run clean && npm run build && npm run rtl", "start": "stylus -w bulma.styl --out css" }, "files": [ diff --git a/stylus/base/_all.styl b/stylus/base/_all.styl index 231d4c8..80ce18d 100755 --- a/stylus/base/_all.styl +++ b/stylus/base/_all.styl @@ -1,3 +1,4 @@ +/*! Bulma Base */ + @import "minireset" @import "generic" -@import "helpers" diff --git a/stylus/base/generic.styl b/stylus/base/generic.styl index e15f0db..519f1a1 100755 --- a/stylus/base/generic.styl +++ b/stylus/base/generic.styl @@ -52,6 +52,7 @@ section body, button, input, +optgroup, select, textarea font-family $body-family @@ -137,6 +138,6 @@ table th vertical-align top &:not([align]) - text-align left + text-align inherit th color $text-strong diff --git a/stylus/base/helpers.styl b/stylus/base/helpers.styl index 11a4f60..b910f08 100755 --- a/stylus/base/helpers.styl +++ b/stylus/base/helpers.styl @@ -1,282 +1 @@ -// Float - -.is-clearfix - clearfix() - -.is-pulled-left - float left !important - -.is-pulled-right - float right !important - -// Overflow - -.is-clipped - overflow hidden !important - -// Overlay - -.is-overlay - @extend $overlay - -// Typography - -typography-size($target = '') - for $size in $sizes - $i = index($sizes, $size) + 1 - $target-suffix = $target == '' ? '' : '-' + $target - .is-size-{$i}{$target-suffix} - font-size $size !important - -typography-size() - -+mobile() - typography-size('mobile') - -+tablet() - typography-size('tablet') - -+touch() - typography-size('touch') - -+desktop() - typography-size('desktop') - -+widescreen() - typography-size('widescreen') - -+fullhd() - typography-size('fullhd') - -$alignments = {'centered': center, 'justified': justify, 'left': left, 'right': right} - -for $alignment, $text-align in $alignments - .has-text-{$alignment} - text-align $text-align !important - -for $alignment, $text-align in $alignments - +mobile() - .has-text-{$alignment}-mobile - text-align $text-align !important - +tablet() - .has-text-{$alignment}-tablet - text-align $text-align !important - +tablet-only() - .has-text-{$alignment}-tablet-only - text-align $text-align !important - +touch() - .has-text-{$alignment}-touch - text-align $text-align !important - +desktop() - .has-text-{$alignment}-desktop - text-align $text-align !important - +desktop-only() - .has-text-{$alignment}-desktop-only - text-align $text-align !important - +widescreen() - .has-text-{$alignment}-widescreen - text-align $text-align !important - +widescreen-only() - .has-text-{$alignment}-widescreen-only - text-align $text-align !important - +fullhd() - .has-text-{$alignment}-fullhd - text-align $text-align !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 - -for $name, $pair in $colors - $color = $pair['1'] - .has-text-{$name} - color $color !important - a.has-text-{$name} - &:hover, - &:focus - color bulma-stylus-darken($color, 10%) !important - .has-background-{$name} - background-color $color !important - -for $name, $shade in $shades - .has-text-{$name} - color $shade !important - .has-background-{$name} - background-color $shade !important - -.has-text-weight-light - font-weight $weight-light !important -.has-text-weight-normal - font-weight $weight-normal !important -.has-text-weight-medium - font-weight $weight-medium !important -.has-text-weight-semibold - font-weight $weight-semibold !important -.has-text-weight-bold - font-weight $weight-bold !important - -.is-family-primary - font-family $family-primary !important - -.is-family-secondary - font-family $family-secondary !important - -.is-family-sans-serif - font-family $family-sans-serif !important - -.is-family-monospace - font-family $family-monospace !important - -.is-family-code - font-family $family-code !important - -// Visibility - -$displays = block flex inline inline-block inline-flex - -for $display in $displays - .is-{$display} - display $display !important - +mobile() - .is-{$display}-mobile - display $display !important - +tablet() - .is-{$display}-tablet - display $display !important - +tablet-only() - .is-{$display}-tablet-only - display $display !important - +touch() - .is-{$display}-touch - display $display !important - +desktop() - .is-{$display}-desktop - display $display !important - +desktop-only() - .is-{$display}-desktop-only - display $display !important - +widescreen() - .is-{$display}-widescreen - display $display !important - +widescreen-only() - .is-{$display}-widescreen-only - display $display !important - +fullhd() - .is-{$display}-fullhd - display $display !important - -.is-hidden - display none !important - -.is-sr-only - border none !important - clip rect(0, 0, 0, 0) !important - height 0.01em !important - overflow hidden !important - padding 0 !important - position absolute !important - white-space nowrap !important - width 0.01em !important - -+mobile() - .is-hidden-mobile - display none !important - -+tablet() - .is-hidden-tablet - display none !important - -+tablet-only() - .is-hidden-tablet-only - display none !important - -+touch() - .is-hidden-touch - display none !important - -+desktop() - .is-hidden-desktop - display none !important - -+desktop-only() - .is-hidden-desktop-only - display none !important - -+widescreen() - .is-hidden-widescreen - display none !important - -+widescreen-only() - .is-hidden-widescreen-only - display none !important - -+fullhd() - .is-hidden-fullhd - display none !important - -.is-invisible - visibility hidden !important - -+mobile() - .is-invisible-mobile - visibility hidden !important - -+tablet() - .is-invisible-tablet - visibility hidden !important - -+tablet-only() - .is-invisible-tablet-only - visibility hidden !important - -+touch() - .is-invisible-touch - visibility hidden !important - -+desktop() - .is-invisible-desktop - visibility hidden !important - -+desktop-only() - .is-invisible-desktop-only - visibility hidden !important - -+widescreen() - .is-invisible-widescreen - visibility hidden !important - -+widescreen-only() - .is-invisible-widescreen-only - visibility hidden !important - -+fullhd() - .is-invisible-fullhd - visibility hidden !important - -// Other - -.is-marginless - margin 0 !important - -.is-paddingless - padding 0 !important - -.is-radiusless - border-radius 0 !important - -.is-shadowless - box-shadow none !important - -.is-unselectable - @extend $unselectable - -.is-relative - position relative !important +warn("The helpers.styl file is DEPRECATED. It has moved into its own /helpers folder. Please import stylus/helpers/_all instead.") \ No newline at end of file diff --git a/stylus/base/minireset.styl b/stylus/base/minireset.styl index 57bba9a..a08ab9c 100755 --- a/stylus/base/minireset.styl +++ b/stylus/base/minireset.styl @@ -76,4 +76,4 @@ td, th padding 0 &:not([align]) - text-align left + text-align inherit diff --git a/stylus/components/_all.styl b/stylus/components/_all.styl index 0534796..8c67e5b 100755 --- a/stylus/components/_all.styl +++ b/stylus/components/_all.styl @@ -1,8 +1,9 @@ +/*! Bulma Components */ + @import "breadcrumb" @import "card" @import "dropdown" @import "level" -@import "list" @import "media" @import "menu" @import "message" diff --git a/stylus/components/breadcrumb.styl b/stylus/components/breadcrumb.styl index 6ed9a81..106a827 100644 --- a/stylus/components/breadcrumb.styl +++ b/stylus/components/breadcrumb.styl @@ -24,7 +24,7 @@ $breadcrumb-item-separator-color ?= $border-hover align-items center display flex &:first-child a - padding-left 0 + ltr-property("padding", 0, false) &.is-active a color $breadcrumb-item-active-color @@ -41,9 +41,9 @@ $breadcrumb-item-separator-color ?= $border-hover justify-content flex-start .icon &:first-child - margin-right 0.5em + ltr-property("margin", 0.5em) &:last-child - margin-left 0.5em + ltr-property("margin", 0.5em, false) // Alignment &.is-centered ol, diff --git a/stylus/components/card.styl b/stylus/components/card.styl index 5ea12fe..5af7d4e 100755 --- a/stylus/components/card.styl +++ b/stylus/components/card.styl @@ -1,6 +1,8 @@ $card-color ?= $text $card-background-color ?= $scheme-main $card-shadow ?= 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02) +$card-radius ?= 0.25rem +$card-overflow ?= hidden $card-header-background-color ?= transparent $card-header-color ?= $text-strong @@ -19,9 +21,11 @@ $card-media-margin ?= $block-spacing .card background-color $card-background-color + border-radius $card-radius box-shadow $card-shadow color $card-color max-width 100% + overflow $card-overflow position relative .card-header @@ -70,7 +74,7 @@ $card-media-margin ?= $block-spacing justify-content center padding $card-footer-padding &:not(:last-child) - border-right $card-footer-border-top + ltr-property("border", $card-footer-border-top) // Combinations diff --git a/stylus/components/dropdown.styl b/stylus/components/dropdown.styl index cf410d5..4891513 100644 --- a/stylus/components/dropdown.styl +++ b/stylus/components/dropdown.styl @@ -38,7 +38,7 @@ $dropdown-divider-background-color ?= $border-light .dropdown-menu display none - left 0 + ltr-position(0, false) min-width $dropdown-menu-min-width padding-top $dropdown-content-offset position absolute @@ -62,8 +62,8 @@ $dropdown-divider-background-color ?= $border-light a.dropdown-item, button.dropdown-item - padding-right 3rem - text-align left + ltr-property("padding", 3rem) + text-align inherit white-space nowrap width 100% &:hover diff --git a/stylus/components/level.styl b/stylus/components/level.styl index a57bd12..b7ba113 100755 --- a/stylus/components/level.styl +++ b/stylus/components/level.styl @@ -20,7 +20,7 @@ $level-item-spacing ?= ($block-spacing / 2) .level-item &:not(:last-child) margin-bottom 0 - margin-right $level-item-spacing + ltr-property("margin", $level-item-spacing) &:not(.is-narrow) flex-grow 1 // Responsiveness @@ -57,7 +57,7 @@ $level-item-spacing ?= ($block-spacing / 2) // Responsiveness +tablet() &:not(:last-child) - margin-right $level-item-spacing + ltr-property("margin", $level-item-spacing) .level-left align-items center diff --git a/stylus/components/list.styl b/stylus/components/list.styl deleted file mode 100644 index ab519eb..0000000 --- a/stylus/components/list.styl +++ /dev/null @@ -1,39 +0,0 @@ -$list-background-color ?= $scheme-main -$list-shadow ?= 0 2px 3px rgba($scheme-invert, 0.1), 0 0 0 1px rgba($scheme-invert, 0.1) -$list-radius ?= $radius - -$list-item-border ?= 1px solid $border -$list-item-color ?= $text -$list-item-active-background-color ?= $link -$list-item-active-color ?= $link-invert -$list-item-hover-background-color ?= $background - -.list - @extend $block - background-color $list-background-color - border-radius $list-radius - box-shadow $list-shadow - // &.is-hoverable > .list-item:hover:not(.is-active) - // background-color $list-item-hover-background-color - // cursor pointer - -.list-item - display block - padding 0.5em 1em - &:not(a) - color $list-item-color - &:first-child - border-top-left-radius $list-radius - border-top-right-radius $list-radius - &:last-child - border-bottom-left-radius $list-radius - border-bottom-right-radius $list-radius - &:not(:last-child) - border-bottom $list-item-border - &.is-active - background-color $list-item-active-background-color - color $list-item-active-color - -a.list-item - background-color $list-item-hover-background-color - cursor pointer diff --git a/stylus/components/media.styl b/stylus/components/media.styl index 4bd436e..2b8f0e4 100755 --- a/stylus/components/media.styl +++ b/stylus/components/media.styl @@ -1,9 +1,11 @@ $media-border-color ?= rgba($border, 0.5) +$media-spacing ?= 1rem +$media-spacing-large ?= 1.5rem .media align-items flex-start display flex - text-align left + text-align inherit .content:not(:last-child) margin-bottom 0.75rem .media @@ -19,13 +21,13 @@ $media-border-color ?= rgba($border, 0.5) margin-top 0.5rem & + .media border-top 1px solid $media-border-color - margin-top 1rem - padding-top 1rem + margin-top $media-spacing + padding-top $media-spacing // Sizes &.is-large & + .media - margin-top 1.5rem - padding-top 1.5rem + margin-top $media-spacing-large + padding-top $media-spacing-large .media-left, .media-right @@ -34,16 +36,16 @@ $media-border-color ?= rgba($border, 0.5) flex-shrink 0 .media-left - margin-right 1rem + ltr-property("margin", $media-spacing) .media-right - margin-left 1rem + ltr-property("margin", $media-spacing, false) .media-content flex-basis auto flex-grow 1 flex-shrink 1 - text-align left + text-align inherit +mobile() .media-content diff --git a/stylus/components/menu.styl b/stylus/components/menu.styl index b402ed1..cf6c03f 100755 --- a/stylus/components/menu.styl +++ b/stylus/components/menu.styl @@ -42,9 +42,9 @@ $menu-label-spacing ?= 1em color $menu-item-active-color li ul - border-left $menu-list-border-left + ltr-property("border", $menu-list-border-left, false) margin $menu-nested-list-margin - padding-left $menu-nested-list-padding-left + ltr-property("padding", $menu-nested-list-padding-left, false) .menu-label color $menu-label-color diff --git a/stylus/components/message.styl b/stylus/components/message.styl index d05dbf9..d0d01dc 100755 --- a/stylus/components/message.styl +++ b/stylus/components/message.styl @@ -80,7 +80,7 @@ $message-colors ?= $colors .delete flex-grow 0 flex-shrink 0 - margin-left 0.75em + ltr-property("margin", 0.75em, false) & + .message-body border-width $message-header-body-border-width border-top-left-radius 0 diff --git a/stylus/components/modal.styl b/stylus/components/modal.styl index 583ec8e..723fb92 100755 --- a/stylus/components/modal.styl +++ b/stylus/components/modal.styl @@ -28,6 +28,8 @@ $modal-card-foot-border-top ?= 1px solid $border $modal-card-body-background-color ?= $scheme-main $modal-card-body-padding ?= 20px +$modal-breakpoint ?= $tablet + .modal @extend $overlay align-items center @@ -53,7 +55,7 @@ $modal-card-body-padding ?= 20px position relative width 100% // Responsiveness - +tablet() + +from($modal-breakpoint) margin 0 auto max-height "calc(100vh - %s)" % $modal-content-spacing-tablet width $modal-content-width @@ -63,7 +65,7 @@ $modal-card-body-padding ?= 20px background none height $modal-close-dimensions position fixed - right $modal-close-right + ltr-position($modal-close-right) top $modal-close-top width $modal-close-dimensions @@ -102,7 +104,7 @@ $modal-card-body-padding ?= 20px border-top $modal-card-foot-border-top .button &:not(:last-child) - margin-right 0.5em + ltr-property("margin", 0.5em) .modal-card-body overflow-touch() diff --git a/stylus/components/navbar.styl b/stylus/components/navbar.styl index 9168bb0..13a23de 100755 --- a/stylus/components/navbar.styl +++ b/stylus/components/navbar.styl @@ -46,6 +46,8 @@ $navbar-bottom-box-shadow-size ?= 0 -2px 0 0 $navbar-breakpoint ?= $desktop +$navbar-colors ?= $colors + navbar-fixed() left 0 position fixed @@ -57,7 +59,7 @@ navbar-fixed() min-height $navbar-height position relative z-index $navbar-z - for $name, $pair in $colors + for $name, $pair in $navbar-colors $color = $pair['1'] $color-invert = $pair['2'] &.is-{$name} @@ -151,7 +153,7 @@ body .navbar-burger color $navbar-burger-color hamburger($navbar-height) - margin-left auto + ltr-property("margin", auto, false) .navbar-menu display none @@ -179,7 +181,6 @@ a.navbar-item, color $navbar-item-hover-color .navbar-item - display block flex-grow 0 flex-shrink 0 img @@ -210,12 +211,12 @@ a.navbar-item, flex-shrink 1 .navbar-link:not(.is-arrowless) - padding-right 2.5em + ltr-property("padding", 2.5em) &::after @extend $arrow border-color $navbar-dropdown-arrow margin-top -0.375em - right 1.125em + ltr-position(1.125em) .navbar-dropdown font-size 0.875rem @@ -320,7 +321,6 @@ a.navbar-item, align-items center display flex .navbar-item - display flex &.has-dropdown align-items stretch &.has-dropdown-up @@ -349,10 +349,10 @@ a.navbar-item, flex-shrink 0 .navbar-start justify-content flex-start - margin-right auto + ltr-property("margin", auto) .navbar-end justify-content flex-end - margin-left auto + ltr-property("margin", auto, false) .navbar-dropdown background-color $navbar-dropdown-background-color border-bottom-left-radius $navbar-dropdown-radius @@ -361,7 +361,7 @@ a.navbar-item, box-shadow 0 8px 8px rgba($scheme-invert, 0.1) display none font-size 0.875rem - left 0 + ltr-position(0, false) min-width 100% position absolute top 100% @@ -370,7 +370,7 @@ a.navbar-item, padding 0.375rem 1rem white-space nowrap a.navbar-item - padding-right 3rem + ltr-property("padding", 3rem) &:focus, &:hover background-color $navbar-dropdown-item-hover-background-color @@ -398,9 +398,9 @@ a.navbar-item, .navbar > .container, .container > .navbar .navbar-brand - margin-left -.75rem + ltr-property("margin", -.75rem, false) .navbar-menu - margin-right -.75rem + ltr-property("margin", -.75rem) // Fixed navbar .navbar &.is-fixed-bottom-desktop, diff --git a/stylus/components/panel.styl b/stylus/components/panel.styl index eb17d3f..19f0ad4 100755 --- a/stylus/components/panel.styl +++ b/stylus/components/panel.styl @@ -88,7 +88,7 @@ $panel-colors ?= $colors justify-content flex-start padding 0.5em 0.75em input[type="checkbox"] - margin-right 0.75em + ltr-property("margin", 0.75em) & > .control flex-grow 1 flex-shrink 1 @@ -113,7 +113,7 @@ label.panel-block .panel-icon fa(14px, 1em) color $panel-icon-color - margin-right 0.75em + ltr-property("margin", 0.75em) .fa font-size inherit line-height inherit diff --git a/stylus/components/tabs.styl b/stylus/components/tabs.styl index 23c7bdb..240e6f8 100755 --- a/stylus/components/tabs.styl +++ b/stylus/components/tabs.styl @@ -78,9 +78,9 @@ $tabs-toggle-link-active-color ?= $link-invert padding-left 0.75em .icon &:first-child - margin-right 0.5em + ltr-property("margin", 0.5em) &:last-child - margin-left 0.5em + ltr-property("margin", 0.5em, false) // Alignment &.is-centered ul @@ -92,7 +92,10 @@ $tabs-toggle-link-active-color ?= $link-invert &.is-boxed a border 1px solid transparent - border-radius $tabs-boxed-link-radius $tabs-boxed-link-radius 0 0 + +ltr() + border-radius $tabs-boxed-link-radius $tabs-boxed-link-radius 0 0 + +rtl() + border-radius 0 0 $tabs-boxed-link-radius $tabs-boxed-link-radius &:hover background-color $tabs-boxed-link-hover-background-color border-bottom-color $tabs-boxed-link-hover-border-bottom-color @@ -119,11 +122,21 @@ $tabs-toggle-link-active-color ?= $link-invert z-index 2 li & + li - margin-left ($tabs-toggle-link-border-width * -1) + ltr-property("margin", ($tabs-toggle-link-border-width * -1), false) &:first-child a - border-radius $tabs-toggle-link-radius 0 0 $tabs-toggle-link-radius + +ltr() + border-top-left-radius $tabs-toggle-link-radius + border-bottom-left-radius $tabs-toggle-link-radius + +rtl() + border-top-right-radius $tabs-toggle-link-radius + border-bottom-right-radius $tabs-toggle-link-radius &:last-child a - border-radius 0 $tabs-toggle-link-radius $tabs-toggle-link-radius 0 + +ltr() + border-top-right-radius $tabs-toggle-link-radius + border-bottom-right-radius $tabs-toggle-link-radius + +rtl() + border-top-left-radius $tabs-toggle-link-radius + border-bottom-left-radius $tabs-toggle-link-radius &.is-active a background-color $tabs-toggle-link-active-background-color @@ -135,13 +148,23 @@ $tabs-toggle-link-active-color ?= $link-invert &.is-toggle-rounded li &:first-child a - border-bottom-left-radius $radius-rounded - border-top-left-radius $radius-rounded - padding-left 1.25em + +ltr() + border-bottom-left-radius $radius-rounded + border-top-left-radius $radius-rounded + padding-left 1.25em + +rtl() + border-bottom-right-radius $radius-rounded + border-top-right-radius $radius-rounded + padding-right 1.25em &:last-child a - border-bottom-right-radius $radius-rounded - border-top-right-radius $radius-rounded - padding-right 1.25em + +ltr() + border-bottom-right-radius $radius-rounded + border-top-right-radius $radius-rounded + padding-right 1.25em + +rtl() + border-bottom-left-radius $radius-rounded + border-top-left-radius $radius-rounded + padding-left 1.25em // Sizes &.is-small font-size $size-small diff --git a/stylus/elements/_all.styl b/stylus/elements/_all.styl index 5543e10..2b45438 100755 --- a/stylus/elements/_all.styl +++ b/stylus/elements/_all.styl @@ -1,3 +1,5 @@ +/*! Bulma Elements */ + @import "box" @import "button" @import "container" diff --git a/stylus/elements/button.styl b/stylus/elements/button.styl index e10bf3a..82fd0fa 100755 --- a/stylus/elements/button.styl +++ b/stylus/elements/button.styl @@ -20,6 +20,7 @@ $button-active-color ?= $link-active $button-active-border-color ?= $link-active-border $button-text-color ?= $text +$button-text-decoration ?= underline $button-text-hover-background-color ?= $background $button-text-hover-color ?= $text-strong @@ -32,6 +33,8 @@ $button-static-color ?= $text-light $button-static-background-color ?= $scheme-main-ter $button-static-border-color ?= $border +$button-colors ?= $colors + // The button sizes use mixins so they can be used at different breakpoints button-small() border-radius $radius-small @@ -70,11 +73,11 @@ button-large() height 1.5em width 1.5em &:first-child:not(:last-child) - margin-left "calc(%s - %s)" % (-1 / 2 * $button-padding-horizontal $button-border-width) - margin-right ($button-padding-horizontal / 4) + ltr-property("margin", "calc(%s - %s)" % (-1 / 2 * $button-padding-horizontal $button-border-width), false) + ltr-property("margin", ($button-padding-horizontal / 4)) &:last-child:not(:first-child) - margin-left ($button-padding-horizontal / 4) - margin-right "calc(%s - %s)" % (-1 / 2 * $button-padding-horizontal $button-border-width) + ltr-property("margin", ($button-padding-horizontal / 4), false) + ltr-property("margin", "calc(%s - %s)" % (-1 / 2 * $button-padding-horizontal $button-border-width)) &:first-child:last-child margin-left "calc(%s - %s)" % (-1 / 2 * $button-padding-horizontal $button-border-width) margin-right "calc(%s - %s)" % (-1 / 2 * $button-padding-horizontal $button-border-width) @@ -114,7 +117,7 @@ button-large() background-color transparent border-color transparent box-shadow none - for $name, $pair in $colors + for $name, $pair in $button-colors $color = $pair['1'] $color-invert = $pair['2'] &.is-{$name} @@ -268,7 +271,7 @@ button-large() .button margin-bottom 0.5rem &:not(:last-child):not(.is-fullwidth) - margin-right 0.5rem + ltr-property("margin", 0.5rem) &:last-child margin-bottom -0.5rem &:not(:last-child) @@ -291,9 +294,9 @@ button-large() &:not(:last-child) border-bottom-right-radius 0 border-top-right-radius 0 - margin-right -1px + ltr-property("margin", -1px) &:last-child - margin-right 0 + ltr-property("margin", 0) &:hover, &.is-hovered z-index 2 diff --git a/stylus/elements/container.styl b/stylus/elements/container.styl index 10ec5dd..023d3df 100644 --- a/stylus/elements/container.styl +++ b/stylus/elements/container.styl @@ -1,4 +1,5 @@ $container-offset ?= (2 * $gap) +$container-max-width ?= $fullhd .container flex-grow 1 @@ -6,19 +7,21 @@ $container-offset ?= (2 * $gap) position relative width auto &.is-fluid - max-width none + max-width none !important padding-left $gap padding-right $gap width 100% +desktop() max-width $desktop - $container-offset +until-widescreen() - &.is-widescreen - max-width $widescreen - $container-offset + &.is-widescreen:not(.is-max-desktop) + max-width min($widescreen, $container-max-width) - $container-offset +until-fullhd() - &.is-fullhd - max-width $fullhd - $container-offset + &.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) + max-width min($fullhd, $container-max-width) - $container-offset +widescreen() - max-width $widescreen - $container-offset + &:not(.is-max-desktop) + max-width min($widescreen, $container-max-width) - $container-offset +fullhd() - max-width $fullhd - $container-offset + &:not(.is-max-desktop):not(.is-max-widescreen) + max-width min($fullhd, $container-max-width) - $container-offset diff --git a/stylus/elements/content.styl b/stylus/elements/content.styl index e15a649..ca929d5 100755 --- a/stylus/elements/content.styl +++ b/stylus/elements/content.styl @@ -67,11 +67,11 @@ $content-table-foot-cell-color ?= $text-strong margin-bottom 1em blockquote background-color $content-blockquote-background-color - border-left $content-blockquote-border-left + ltr-property("border", $content-blockquote-border-left, false) padding $content-blockquote-padding ol list-style-position outside - margin-left 2em + ltr-property("margin", 2em, false) margin-top 1em &:not([type]) list-style-type decimal @@ -85,7 +85,7 @@ $content-table-foot-cell-color ?= $text-strong list-style-type upper-roman ul list-style disc outside - margin-left 2em + ltr-property("margin", 2em, false) margin-top 1em ul list-style-type circle @@ -93,7 +93,7 @@ $content-table-foot-cell-color ?= $text-strong ul list-style-type square dd - margin-left 2em + ltr-property("margin", 2em, false) figure margin-left 2em margin-right 2em @@ -126,7 +126,7 @@ $content-table-foot-cell-color ?= $text-strong th color $content-table-cell-heading-color &:not([align]) - text-align left + text-align inherit thead td, th diff --git a/stylus/elements/notification.styl b/stylus/elements/notification.styl index e8046fd..a916dfa 100755 --- a/stylus/elements/notification.styl +++ b/stylus/elements/notification.styl @@ -2,13 +2,20 @@ $notification-background-color ?= $background $notification-code-background-color ?= $scheme-main $notification-radius ?= $radius $notification-padding ?= 1.25rem 2.5rem 1.25rem 1.5rem +$notification-padding-ltr ?= 1.25rem 2.5rem 1.25rem 1.5rem +$notification-padding-rtl ?= 1.25rem 1.5rem 1.25rem 2.5rem + +$notification-colors ?= $colors .notification @extend $block background-color $notification-background-color border-radius $notification-radius - padding $notification-padding position relative + +ltr() + padding $notification-padding-ltr + +rtl() + padding $notification-padding-rtl a:not(.button):not(.dropdown-item) color currentColor text-decoration underline @@ -20,17 +27,24 @@ $notification-padding ?= 1.25rem 2.5rem 1.25rem 1.5rem pre code background transparent & > .delete + ltr-position(0.5rem) position absolute - right 0.5rem top 0.5rem .title, .subtitle, .content color currentColor // Colors - for $name, $pair in $colors + for $name, $pair in $notification-colors $color = $pair['1'] $color-invert = $pair['2'] &.is-{$name} background-color $color color $color-invert + // If light and dark colors are provided + if length($pair) >= 4 + $color-light = $pair['3'] + $color-dark = $pair['4'] + &.is-light + background-color $color-light + color $color-dark diff --git a/stylus/elements/progress.styl b/stylus/elements/progress.styl index 2c0ca2f..95e97f7 100755 --- a/stylus/elements/progress.styl +++ b/stylus/elements/progress.styl @@ -4,6 +4,8 @@ $progress-border-radius ?= $radius-rounded $progress-indeterminate-duration ?= 1.5s +$progress-colors ?= $colors + .progress @extend $block -moz-appearance none @@ -25,7 +27,7 @@ $progress-indeterminate-duration ?= 1.5s background-color $progress-value-background-color border none // Colors - for $name, $pair in $colors + for $name, $pair in $progress-colors $color = $pair['1'] &.is-{$name} &::-webkit-progress-value @@ -51,6 +53,8 @@ $progress-indeterminate-duration ?= 1.5s background-color transparent &::-moz-progress-bar background-color transparent + &::-ms-fill + animation-name none // Sizes &.is-small diff --git a/stylus/elements/table.styl b/stylus/elements/table.styl index 2e319df..7fc766e 100755 --- a/stylus/elements/table.styl +++ b/stylus/elements/table.styl @@ -23,6 +23,8 @@ $table-row-active-color ?= $primary-invert $table-striped-row-even-background-color ?= $scheme-main-bis $table-striped-row-even-hover-background-color ?= $scheme-main-ter +$table-colors ?= $colors + .table @extend $block background-color $table-background-color @@ -34,7 +36,7 @@ $table-striped-row-even-hover-background-color ?= $scheme-main-ter padding $table-cell-padding vertical-align top // Colors - for $name, $pair in $colors + for $name, $pair in $table-colors $color = $pair['1'] $color-invert = $pair['2'] &.is-{$name} @@ -51,10 +53,12 @@ $table-striped-row-even-hover-background-color ?= $scheme-main-ter a, strong color currentColor + &.is-vcentered + vertical-align: middle th color $table-cell-heading-color &:not([align]) - text-align left + text-align inherit tr &.is-selected background-color $table-row-active-background-color diff --git a/stylus/elements/tag.styl b/stylus/elements/tag.styl index 62d3042..bcbdcf3 100755 --- a/stylus/elements/tag.styl +++ b/stylus/elements/tag.styl @@ -3,6 +3,8 @@ $tag-color ?= $text $tag-radius ?= $radius $tag-delete-margin ?= 1px +$tag-colors ?= $colors + .tags align-items center display flex @@ -11,7 +13,7 @@ $tag-delete-margin ?= 1px .tag margin-bottom 0.5rem &:not(:last-child) - margin-right 0.5rem + ltr-property("margin", 0.5rem) &:last-child margin-bottom -0.5rem &:not(:last-child) @@ -37,14 +39,22 @@ $tag-delete-margin ?= 1px margin-right 0 &.has-addons .tag - margin-right 0 + ltr-property("margin", 0) &:not(:first-child) - margin-left 0 - border-bottom-left-radius 0 - border-top-left-radius 0 + ltr-property("margin", 0, false) + +ltr() + border-top-left-radius 0 + border-bottom-left-radius 0 + +rtl() + border-top-right-radius 0 + border-bottom-right-radius 0 &:not(:last-child) - border-bottom-right-radius 0 - border-top-right-radius 0 + +ltr() + border-top-right-radius 0 + border-bottom-right-radius 0 + +rtl() + border-top-left-radius 0 + border-bottom-left-radius 0 .tag:not(body) align-items center @@ -60,10 +70,10 @@ $tag-delete-margin ?= 1px padding-right 0.75em white-space nowrap .delete - margin-left 0.25rem - margin-right -0.375rem + ltr-property("margin", 0.25rem, false) + ltr-property("margin", -0.375rem) // Colors - for $name, $pair in $colors + for $name, $pair in $tag-colors $color = $pair['1'] $color-invert = $pair['2'] &.is-{$name} @@ -85,17 +95,17 @@ $tag-delete-margin ?= 1px font-size $size-medium .icon &:first-child:not(:last-child) - margin-left -0.375em - margin-right 0.1875em + ltr-property("margin", -0.375em, false) + ltr-property("margin", 0.1875em) &:last-child:not(:first-child) - margin-left 0.1875em - margin-right -0.375em + ltr-property("margin", 0.1875em, false) + ltr-property("margin", -0.375em) &:first-child:last-child - margin-left -0.375em - margin-right -0.375em + ltr-property("margin", -0.375em, false) + ltr-property("margin", -0.375em) // Modifiers &.is-delete - margin-left $tag-delete-margin + ltr-property("margin", $tag-delete-margin, false) padding 0 position relative width 2em diff --git a/stylus/form/_all.styl b/stylus/form/_all.styl index 91f839a..4c75ec1 100644 --- a/stylus/form/_all.styl +++ b/stylus/form/_all.styl @@ -1,3 +1,5 @@ +/*! Bulma Form */ + @import "shared" @import "input-textarea" @import "checkbox-radio" diff --git a/stylus/form/checkbox-radio.styl b/stylus/form/checkbox-radio.styl index 82ce5d5..3afade8 100644 --- a/stylus/form/checkbox-radio.styl +++ b/stylus/form/checkbox-radio.styl @@ -8,7 +8,8 @@ $checkbox-radio &:hover color $input-hover-color &[disabled], - fieldset[disabled] & + fieldset[disabled] &, + input[disabled] color $input-disabled-color cursor not-allowed @@ -18,4 +19,4 @@ $checkbox-radio .radio @extend $checkbox-radio & + .radio - margin-left 0.5em + ltr-property("margin", 0.5em, false) diff --git a/stylus/form/file.styl b/stylus/form/file.styl index 0b81b6a..7398348 100644 --- a/stylus/form/file.styl +++ b/stylus/form/file.styl @@ -11,6 +11,8 @@ $file-name-border-style ?= solid $file-name-border-width ?= 1px 1px 1px 0 $file-name-max-width ?= 16em +$file-colors ?= $form-colors + .file @extend $unselectable align-items stretch @@ -18,7 +20,7 @@ $file-name-max-width ?= 16em justify-content flex-start position relative // Colors - for $name, $pair in $colors + for $name, $pair in $file-colors $color = $pair['1'] $color-invert = $pair['2'] &.is-{$name} @@ -166,7 +168,7 @@ $file-name-max-width ?= 16em display block max-width $file-name-max-width overflow hidden - text-align left + text-align inherit text-overflow ellipsis .file-icon @@ -174,7 +176,7 @@ $file-name-max-width ?= 16em display flex height 1em justify-content center - margin-right 0.5em + ltr-property("margin", 0.5em) width 1em .fa font-size 14px diff --git a/stylus/form/input-textarea.styl b/stylus/form/input-textarea.styl index b512138..4c057e7 100644 --- a/stylus/form/input-textarea.styl +++ b/stylus/form/input-textarea.styl @@ -2,6 +2,8 @@ $textarea-padding ?= $control-padding-horizontal $textarea-max-height ?= 40em $textarea-min-height ?= 8em +$textarea-colors ?= $form-colors + $input-textarea @extend $input box-shadow $input-shadow @@ -10,27 +12,27 @@ $input-textarea &[readonly] box-shadow none // Colors - for $name, $pair in $colors + for $name, $pair in $textarea-colors $color = $pair['1'] - &.is-{$name} + .is-{$name}& border-color $color &:focus, - &.is-focused, + .is-focused&, &:active, - &.is-active + .is-active& box-shadow $input-focus-box-shadow-size rgba($color, 0.25) // Sizes - &.is-small + .is-small& control-small() - &.is-medium + .is-medium& control-medium() - &.is-large + .is-large& control-large() // Modifiers - &.is-fullwidth + .is-fullwidth& display block width 100% - &.is-inline + .is-inline& display inline width auto diff --git a/stylus/form/select.styl b/stylus/form/select.styl index a0b96dc..742e30e 100644 --- a/stylus/form/select.styl +++ b/stylus/form/select.styl @@ -1,3 +1,5 @@ +$select-colors ?= $form-colors + .select display inline-block max-width 100% @@ -9,12 +11,12 @@ &::after @extend $arrow border-color $input-arrow - right 1.125em + ltr-position(1.125em) z-index 4 &.is-rounded select border-radius $radius-rounded - padding-left 1em + ltr-property("padding", 1em, false) select @extend $input cursor pointer @@ -28,7 +30,7 @@ fieldset[disabled] &:hover border-color $input-disabled-border-color &:not([multiple]) - padding-right 2.5em + ltr-property("padding", 2.5em) &[multiple] height auto padding 0 @@ -39,7 +41,7 @@ &::after border-color $input-hover-color // Colors - for $name, $pair in $colors + for $name, $pair in $select-colors $color = $pair['1'] &.is-{$name} &:not(:hover)::after @@ -74,7 +76,7 @@ @extend $loader margin-top 0 position absolute - right 0.625em + ltr-position(0.625em) top 0.625em transform none &.is-small:after diff --git a/stylus/form/shared.styl b/stylus/form/shared.styl index d06ebf1..c52d704 100644 --- a/stylus/form/shared.styl +++ b/stylus/form/shared.styl @@ -1,3 +1,5 @@ +$form-colors ?= $colors + $input-color ?= $text-strong $input-background-color ?= $scheme-main $input-border-color ?= $border diff --git a/stylus/form/tools.styl b/stylus/form/tools.styl index 8ebd433..4e74b95 100644 --- a/stylus/form/tools.styl +++ b/stylus/form/tools.styl @@ -3,6 +3,8 @@ $label-weight ?= $weight-bold $help-size ?= $size-small +$label-colors ?= $form-colors + .label color $label-color display block @@ -22,7 +24,7 @@ $help-size ?= $size-small display block font-size $help-size margin-top 0.25rem - for $name, $pair in $colors + for $name, $pair in $label-colors $color = $pair['1'] &.is-{$name} color $color @@ -38,7 +40,7 @@ $help-size ?= $size-small justify-content flex-start .control &:not(:last-child) - margin-right -1px + ltr-property("margin", -1px) &:not(:first-child):not(:last-child) .button, .input, @@ -48,14 +50,22 @@ $help-size ?= $size-small .button, .input, .select select - border-bottom-right-radius 0 - border-top-right-radius 0 + +ltr() + border-bottom-right-radius 0 + border-top-right-radius 0 + +rtl() + border-bottom-left-radius 0 + border-top-left-radius 0 &:last-child:not(:only-child) .button, .input, .select select - border-bottom-left-radius 0 - border-top-left-radius 0 + +ltr() + border-bottom-left-radius 0 + border-top-left-radius 0 + +rtl() + border-bottom-right-radius 0 + border-top-right-radius 0 .button, .input, .select select @@ -88,7 +98,7 @@ $help-size ?= $size-small flex-shrink 0 &:not(:last-child) margin-bottom 0 - margin-right 0.75rem + ltr-property("margin", 0.75rem) &.is-expanded flex-grow 1 flex-shrink 1 @@ -119,7 +129,7 @@ $help-size ?= $size-small flex-basis 0 flex-grow 1 flex-shrink 0 - margin-right 1.5rem + ltr-property("margin", 1.5rem) text-align right &.is-small font-size $size-small @@ -148,14 +158,14 @@ $help-size ?= $size-small &:not(.is-narrow) flex-grow 1 &:not(:last-child) - margin-right 0.75rem + ltr-property("margin", 0.75rem) .control box-sizing border-box clear both font-size $size-normal position relative - text-align left + text-align inherit // Modifiers &.has-icons-left, &.has-icons-right @@ -194,7 +204,7 @@ $help-size ?= $size-small &::after @extend $loader position absolute !important - right 0.625em + ltr-position(0.625em) top 0.625em z-index 4 &.is-small:after diff --git a/stylus/grid/_all.styl b/stylus/grid/_all.styl index 427e924..af56b5b 100755 --- a/stylus/grid/_all.styl +++ b/stylus/grid/_all.styl @@ -1,2 +1,4 @@ +/*! Bulma Grid */ + @import "columns" @import "tiles" diff --git a/stylus/helpers/_all.styl b/stylus/helpers/_all.styl new file mode 100644 index 0000000..57e5717 --- /dev/null +++ b/stylus/helpers/_all.styl @@ -0,0 +1,11 @@ +/*! Bulma Helpers */ + +@import "color" +@import "flexbox" +@import "float" +@import "other" +@import "overflow" +@import "position" +@import "spacing" +@import "typography" +@import "visibility" \ No newline at end of file diff --git a/stylus/helpers/color.styl b/stylus/helpers/color.styl new file mode 100644 index 0000000..9f50a09 --- /dev/null +++ b/stylus/helpers/color.styl @@ -0,0 +1,37 @@ +for $name, $pair in $colors + $color = $pair['1'] + .has-text-{$name} + color $color !important + a.has-text-{$name} + &:hover, + &:focus + color bulma-stylus-darken($color, 10%) !important + .has-background-{$name} + background-color $color !important + if length($pair) >= 4 + $color-light = $pair['3'] + $color-dark = $pair['4'] + // Light + .has-text-{$name}-light + color $color-light !important + a.has-text-{$name}-light + &:hover, + &:focus + color bulma-stylus-darken($color-light, 10%) !important + .has-background-{$name}-light + background-color $color-light !important + // Dark + .has-text-{$name}-dark + color $color-dark !important + a.has-text-{$name}-dark + &:hover, + &:focus + color bulma-stylus-lighten($color-dark, 10%) !important + .has-background-{$name}-dark + background-color $color-dark !important + +for $name, $shade in $shades + .has-text-{$name} + color $shade !important + .has-background-{$name} + background-color $shade !important \ No newline at end of file diff --git a/stylus/helpers/flexbox.styl b/stylus/helpers/flexbox.styl new file mode 100644 index 0000000..641ab71 --- /dev/null +++ b/stylus/helpers/flexbox.styl @@ -0,0 +1,35 @@ +$flex-direction-values = row, row-reverse, column, column-reverse +for $value in $flex-direction-values + .is-flex-direction-{$value} + flex-direction $value !important + +$flex-wrap-values = nowrap, wrap, wrap-reverse +for $value in $flex-wrap-values + .is-flex-wrap-{$value} + flex-wrap $value !important + +$justify-content-values = flex-start, flex-end, center, space-between, space-around, space-evenly, start, end, left, right +for $value in $justify-content-values + .is-justify-content-{$value} + justify-content $value !important + +$align-content-values = flex-start, flex-end, center, space-between, space-around, space-evenly, stretch, start, end, baseline +for $value in $align-content-values + .is-align-content-{$value} + align-content $value !important + +$align-items-values = stretch, flex-start, flex-end, center, baseline, start, end, self-start, self-end +for $value in $align-items-values + .is-align-items-{$value} + align-items $value !important + +$align-self-values = auto, flex-start, flex-end, center, baseline, stretch +for $value in $align-self-values + .is-align-self-{$value} + align-self $value !important + +$flex-operators = grow, shrink +for $operator in $flex-operators + for $i in (0..5) + .is-flex-{$operator}-{$i} + flex-{$operator} $i !important \ No newline at end of file diff --git a/stylus/helpers/float.styl b/stylus/helpers/float.styl new file mode 100644 index 0000000..8974481 --- /dev/null +++ b/stylus/helpers/float.styl @@ -0,0 +1,8 @@ +.is-clearfix + clearfix() + +.is-pulled-left + float left !important + +.is-pulled-right + float right !important \ No newline at end of file diff --git a/stylus/helpers/other.styl b/stylus/helpers/other.styl new file mode 100644 index 0000000..f5fcdb8 --- /dev/null +++ b/stylus/helpers/other.styl @@ -0,0 +1,11 @@ +.is-radiusless + border-radius 0 !important + +.is-shadowless + box-shadow none !important + +.is-clickable + cursor pointer !important + +.is-unselectable + @extend $unselectable \ No newline at end of file diff --git a/stylus/helpers/overflow.styl b/stylus/helpers/overflow.styl new file mode 100644 index 0000000..df73da6 --- /dev/null +++ b/stylus/helpers/overflow.styl @@ -0,0 +1,2 @@ +.is-clipped + overflow hidden !important \ No newline at end of file diff --git a/stylus/helpers/position.styl b/stylus/helpers/position.styl new file mode 100644 index 0000000..e271a58 --- /dev/null +++ b/stylus/helpers/position.styl @@ -0,0 +1,5 @@ +.is-overlay + @extend $overlay + +.is-relative + position relative !important \ No newline at end of file diff --git a/stylus/helpers/spacing.styl b/stylus/helpers/spacing.styl new file mode 100644 index 0000000..8dbaf6e --- /dev/null +++ b/stylus/helpers/spacing.styl @@ -0,0 +1,31 @@ +.is-marginless + margin 0 !important + +.is-paddingless + padding 0 !important + +$spacing-shortcuts ?= {"margin": "m", "padding": "p"} +$spacing-directions ?= {"top": "t", "right": "r", "bottom": "b", "left": "l"} +$spacing-horizontal ?= "x" +$spacing-vertical ?= "y" +$spacing-values ?= {"0": 0, "1": 0.25rem, "2": 0.5rem, "3": 0.75rem, "4": 1rem, "5": 1.5rem, "6": 3rem} + +for $property, $shortcut in $spacing-shortcuts + for $name, $value in $spacing-values + // All directions + .{$shortcut}-{$name} + {$property} $value !important + // Cardinal directions + for $direction, $suffix in $spacing-directions + .{$shortcut}{$suffix}-{$name} + {$property}-{$direction} $value !important + // Horizontal axis + if $spacing-horizontal != null + .{$shortcut}{$spacing-horizontal}-{$name} + {$property}-left $value !important + {$property}-right $value !important + // Vertical axis + if $spacing-vertical != null + .{$shortcut}{$spacing-vertical}-{$name} + {$property}-top $value !important + {$property}-bottom $value !important \ No newline at end of file diff --git a/stylus/helpers/typography.styl b/stylus/helpers/typography.styl new file mode 100644 index 0000000..1fde112 --- /dev/null +++ b/stylus/helpers/typography.styl @@ -0,0 +1,102 @@ +typography-size($target = false) + for $size in $sizes + $i = index($sizes, $size) + 1 + if $target + .is-size-{$i}-{$target} + font-size $size !important + else + .is-size-{$i} + font-size $size !important + +typography-size() + ++mobile() + typography-size('mobile') + ++tablet() + typography-size('tablet') + ++touch() + typography-size('touch') + ++desktop() + typography-size('desktop') + ++widescreen() + typography-size('widescreen') + ++fullhd() + typography-size('fullhd') + +$alignments = {'centered': center, 'justified': justify, 'left': left, 'right': right} + +for $alignment, $text-align in $alignments + .has-text-{$alignment} + text-align $text-align !important + +for $alignment, $text-align in $alignments + +mobile() + .has-text-{$alignment}-mobile + text-align $text-align !important + +tablet() + .has-text-{$alignment}-tablet + text-align $text-align !important + +tablet-only() + .has-text-{$alignment}-tablet-only + text-align $text-align !important + +touch() + .has-text-{$alignment}-touch + text-align $text-align !important + +desktop() + .has-text-{$alignment}-desktop + text-align $text-align !important + +desktop-only() + .has-text-{$alignment}-desktop-only + text-align $text-align !important + +widescreen() + .has-text-{$alignment}-widescreen + text-align $text-align !important + +widescreen-only() + .has-text-{$alignment}-widescreen-only + text-align $text-align !important + +fullhd() + .has-text-{$alignment}-fullhd + text-align $text-align !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 + +.has-text-weight-light + font-weight $weight-light !important +.has-text-weight-normal + font-weight $weight-normal !important +.has-text-weight-medium + font-weight $weight-medium !important +.has-text-weight-semibold + font-weight $weight-semibold !important +.has-text-weight-bold + font-weight $weight-bold !important + +.is-family-primary + font-family $family-primary !important + +.is-family-secondary + font-family $family-secondary !important + +.is-family-sans-serif + font-family $family-sans-serif !important + +.is-family-monospace + font-family $family-monospace !important + +.is-family-code + font-family $family-code !important \ No newline at end of file diff --git a/stylus/helpers/visibility.styl b/stylus/helpers/visibility.styl new file mode 100644 index 0000000..e84f326 --- /dev/null +++ b/stylus/helpers/visibility.styl @@ -0,0 +1,120 @@ +$displays = block flex inline inline-block inline-flex + +for $display in $displays + .is-{$display} + display $display !important + +mobile() + .is-{$display}-mobile + display $display !important + +tablet() + .is-{$display}-tablet + display $display !important + +tablet-only() + .is-{$display}-tablet-only + display $display !important + +touch() + .is-{$display}-touch + display $display !important + +desktop() + .is-{$display}-desktop + display $display !important + +desktop-only() + .is-{$display}-desktop-only + display $display !important + +widescreen() + .is-{$display}-widescreen + display $display !important + +widescreen-only() + .is-{$display}-widescreen-only + display $display !important + +fullhd() + .is-{$display}-fullhd + display $display !important + +.is-hidden + display none !important + +.is-sr-only + border none !important + clip rect(0, 0, 0, 0) !important + height 0.01em !important + overflow hidden !important + padding 0 !important + position absolute !important + white-space nowrap !important + width 0.01em !important + ++mobile() + .is-hidden-mobile + display none !important + ++tablet() + .is-hidden-tablet + display none !important + ++tablet-only() + .is-hidden-tablet-only + display none !important + ++touch() + .is-hidden-touch + display none !important + ++desktop() + .is-hidden-desktop + display none !important + ++desktop-only() + .is-hidden-desktop-only + display none !important + ++widescreen() + .is-hidden-widescreen + display none !important + ++widescreen-only() + .is-hidden-widescreen-only + display none !important + ++fullhd() + .is-hidden-fullhd + display none !important + +.is-invisible + visibility hidden !important + ++mobile() + .is-invisible-mobile + visibility hidden !important + ++tablet() + .is-invisible-tablet + visibility hidden !important + ++tablet-only() + .is-invisible-tablet-only + visibility hidden !important + ++touch() + .is-invisible-touch + visibility hidden !important + ++desktop() + .is-invisible-desktop + visibility hidden !important + ++desktop-only() + .is-invisible-desktop-only + visibility hidden !important + ++widescreen() + .is-invisible-widescreen + visibility hidden !important + ++widescreen-only() + .is-invisible-widescreen-only + visibility hidden !important + ++fullhd() + .is-invisible-fullhd + visibility hidden !important \ No newline at end of file diff --git a/stylus/layout/_all.styl b/stylus/layout/_all.styl index f0edd03..af3e41a 100755 --- a/stylus/layout/_all.styl +++ b/stylus/layout/_all.styl @@ -1,3 +1,5 @@ +/*! Bulma Layout */ + @import "hero" @import "section" @import "footer" diff --git a/stylus/layout/hero.styl b/stylus/layout/hero.styl index e1e5bdd..c07a91c 100755 --- a/stylus/layout/hero.styl +++ b/stylus/layout/hero.styl @@ -1,5 +1,11 @@ -// Main container +$hero-body-padding ?= 3rem 1.5rem +$hero-body-padding-small ?= 1.5rem +$hero-body-padding-medium ?= 9rem 1.5rem +$hero-body-padding-large ?= 18rem 1.5rem + +$hero-colors ?= $colors +// Main container .hero align-items stretch display flex @@ -11,7 +17,7 @@ ul border-bottom none // Colors - for $name, $pair in $colors + for $name, $pair in $hero-colors $color = $pair['1'] $color-invert = $pair['2'] &.is-{$name} @@ -61,28 +67,26 @@ border-color $color-invert color $color // Modifiers - &.is-bold - $gradient-top-left = bulma-stylus-darken(bulma-stylus-saturate(spin($color, -10deg), 10%), 10%) - $gradient-bottom-right = bulma-stylus-lighten(bulma-stylus-saturate(spin($color, 10deg), 5%), 5%) - background-image linear-gradient(141deg, $gradient-top-left 0%, $color 71%, $gradient-bottom-right 100%) - +mobile() - .navbar-menu - background-image linear-gradient(141deg, $gradient-top-left 0%, $color 71%, $gradient-bottom-right 100%) + if typeof($color) == 'rgba' or typeof($color) == 'hsla' + &.is-bold + $gradient-top-left = bulma-stylus-darken(bulma-stylus-saturate(spin($color, -10deg), 10%), 10%) + $gradient-bottom-right = bulma-stylus-lighten(bulma-stylus-saturate(spin($color, 10deg), 5%), 5%) + background-image linear-gradient(141deg, $gradient-top-left 0%, $color 71%, $gradient-bottom-right 100%) + +mobile() + .navbar-menu + background-image linear-gradient(141deg, $gradient-top-left 0%, $color 71%, $gradient-bottom-right 100%) // Sizes &.is-small .hero-body - padding-bottom 1.5rem - padding-top 1.5rem + padding: $hero-body-padding-small &.is-medium - +tablet() + +tablet .hero-body - padding-bottom 9rem - padding-top 9rem + padding: $hero-body-padding-medium &.is-large - +tablet() + +tablet .hero-body - padding-bottom 18rem - padding-top 18rem + padding: $hero-body-padding-large &.is-halfheight, &.is-fullheight, &.is-fullheight-with-navbar @@ -128,7 +132,7 @@ display flex justify-content center .button:not(:last-child) - margin-right 1.5rem + ltr-property("margin", 1.5rem) // Containers @@ -140,4 +144,4 @@ .hero-body flex-grow 1 flex-shrink 0 - padding 3rem 1.5rem + padding $hero-body-padding diff --git a/stylus/utilities/_all.styl b/stylus/utilities/_all.styl index 088c20c..e06a430 100755 --- a/stylus/utilities/_all.styl +++ b/stylus/utilities/_all.styl @@ -1,3 +1,5 @@ +/*! Bulma Utilities */ + @import "initial-variables" @import "functions" @import "derived-variables" diff --git a/stylus/utilities/derived-variables.styl b/stylus/utilities/derived-variables.styl index 9572e3e..26b1509 100644 --- a/stylus/utilities/derived-variables.styl +++ b/stylus/utilities/derived-variables.styl @@ -62,7 +62,7 @@ $text-strong ?= $grey-darker // Code colors -$code ?= $red +$code ?= bulma-stylus-darken($red, 15%) $code-background ?= $background $pre ?= $text @@ -153,6 +153,7 @@ $colors ?= mergeColorMaps({ '3': $danger-light, '4': $danger-dark }}, $custom-colors) + $shades ?= mergeColorMaps({"black-bis": $black-bis, "black-ter": $black-ter, "grey-darker": $grey-darker, "grey-dark": $grey-dark, "grey": $grey, "grey-light": $grey-light, "grey-lighter": $grey-lighter, "white-ter": $white-ter, "white-bis": $white-bis}, $custom-shades) $sizes ?= $size-1 $size-2 $size-3 $size-4 $size-5 $size-6 $size-7 diff --git a/stylus/utilities/initial-variables.styl b/stylus/utilities/initial-variables.styl index 533548a..1ee2c49 100755 --- a/stylus/utilities/initial-variables.styl +++ b/stylus/utilities/initial-variables.styl @@ -75,3 +75,4 @@ $speed ?= 86ms // Flags $variable-columns ?= true +$rtl ?= false diff --git a/stylus/utilities/mixins.styl b/stylus/utilities/mixins.styl index e02bcda..90771f5 100755 --- a/stylus/utilities/mixins.styl +++ b/stylus/utilities/mixins.styl @@ -128,6 +128,30 @@ fullhd() @media screen and (min-width $fullhd) {block} +ltr() + unless $rtl + {block} + +rtl() + if $rtl + {block} + +ltr-property($property, $spacing, $right = true) + $normal = $right ? "right" : "left" + $opposite = $right ? "left" : "right" + if $rtl + {$property}-{$opposite} $spacing + else + {$property}-{$normal} $spacing + +ltr-position($spacing, $right = true) + $normal = $right ? "right" : "left" + $opposite = $right ? "left" : "right" + if $rtl + {$opposite} $spacing + else + {$normal} $spacing + // Placeholders unselectable()