From: Jeremy Thomas Date: Wed, 27 Jan 2021 23:30:42 +0000 (+0000) Subject: Bulma v9 website (#3249) X-Git-Tag: 0.9.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ef4df2c04e401977d88d78ec5b80c44b0a1e00;p=thirdparty%2Fbulma.git Bulma v9 website (#3249) * Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute --- diff --git a/css/bulma-rtl.css b/css/bulma-rtl.css index b2e92f1fb..114eddf12 100644 --- a/css/bulma-rtl.css +++ b/css/bulma-rtl.css @@ -92,7 +92,7 @@ fieldset[disabled] .pagination-ellipsis { } .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) { +.subtitle:not(:last-child), .block: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; } @@ -106,7 +106,7 @@ fieldset[disabled] .pagination-ellipsis { -webkit-appearance: none; background-color: rgba(10, 10, 10, 0.2); border: none; - border-radius: 290486px; + border-radius: 9999px; cursor: pointer; pointer-events: auto; display: inline-block; @@ -184,7 +184,7 @@ fieldset[disabled] .pagination-ellipsis { -webkit-animation: spinAround 500ms infinite linear; animation: spinAround 500ms infinite linear; border: 2px solid #dbdbdb; - border-radius: 290486px; + border-radius: 9999px; border-right-color: transparent; border-top-color: transparent; content: ""; @@ -350,7 +350,7 @@ body { } a { - color: #3273dc; + color: #485fc7; cursor: pointer; text-decoration: none; } @@ -468,11 +468,11 @@ table th { } 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; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7; } a.box:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7; } .button { @@ -520,12 +520,12 @@ a.box:active { } .button:focus, .button.is-focused { - border-color: #3273dc; + border-color: #485fc7; color: #363636; } .button:focus:not(:active), .button.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .button:active, .button.is-active { @@ -560,12 +560,12 @@ fieldset[disabled] .button.is-text { .button.is-ghost { background: none; border-color: transparent; - color: #3273dc; + color: #485fc7; text-decoration: none; } .button.is-ghost:hover, .button.is-ghost.is-hovered { - color: #3273dc; + color: #485fc7; text-decoration: underline; } @@ -1117,13 +1117,13 @@ fieldset[disabled] .button.is-primary.is-inverted.is-outlined { } .button.is-link { - background-color: #3273dc; + background-color: #485fc7; border-color: transparent; color: #fff; } .button.is-link:hover, .button.is-link.is-hovered { - background-color: #276cda; + background-color: #3e56c4; border-color: transparent; color: #fff; } @@ -1134,25 +1134,25 @@ fieldset[disabled] .button.is-primary.is-inverted.is-outlined { } .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); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .button.is-link:active, .button.is-link.is-active { - background-color: #2366d1; + background-color: #3a51bb; border-color: transparent; color: #fff; } .button.is-link[disabled], fieldset[disabled] .button.is-link { - background-color: #3273dc; + background-color: #485fc7; border-color: transparent; box-shadow: none; } .button.is-link.is-inverted { background-color: #fff; - color: #3273dc; + color: #485fc7; } .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { @@ -1164,7 +1164,7 @@ fieldset[disabled] .button.is-link.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: #3273dc; + color: #485fc7; } .button.is-link.is-loading::after { @@ -1173,18 +1173,18 @@ fieldset[disabled] .button.is-link.is-inverted { .button.is-link.is-outlined { background-color: transparent; - border-color: #3273dc; - color: #3273dc; + border-color: #485fc7; + color: #485fc7; } .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; + background-color: #485fc7; + border-color: #485fc7; color: #fff; } .button.is-link.is-outlined.is-loading::after { - border-color: transparent transparent #3273dc #3273dc !important; + border-color: transparent transparent #485fc7 #485fc7 !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 { @@ -1194,9 +1194,9 @@ fieldset[disabled] .button.is-link.is-inverted { .button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined { background-color: transparent; - border-color: #3273dc; + border-color: #485fc7; box-shadow: none; - color: #3273dc; + color: #485fc7; } .button.is-link.is-inverted.is-outlined { @@ -1207,11 +1207,11 @@ fieldset[disabled] .button.is-link.is-outlined { .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; + color: #485fc7; } .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; + border-color: transparent transparent #485fc7 #485fc7 !important; } .button.is-link.is-inverted.is-outlined[disabled], @@ -1223,30 +1223,30 @@ fieldset[disabled] .button.is-link.is-inverted.is-outlined { } .button.is-link.is-light { - background-color: #eef3fc; - color: #2160c4; + background-color: #eff1fa; + color: #3850b7; } .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { - background-color: #e3ecfa; + background-color: #e6e9f7; border-color: transparent; - color: #2160c4; + color: #3850b7; } .button.is-link.is-light:active, .button.is-link.is-light.is-active { - background-color: #d8e4f8; + background-color: #dce0f4; border-color: transparent; - color: #2160c4; + color: #3850b7; } .button.is-info { - background-color: #3298dc; + background-color: #3e8ed0; border-color: transparent; color: #fff; } .button.is-info:hover, .button.is-info.is-hovered { - background-color: #2793da; + background-color: #3488ce; border-color: transparent; color: #fff; } @@ -1257,25 +1257,25 @@ fieldset[disabled] .button.is-link.is-inverted.is-outlined { } .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); + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } .button.is-info:active, .button.is-info.is-active { - background-color: #238cd1; + background-color: #3082c5; border-color: transparent; color: #fff; } .button.is-info[disabled], fieldset[disabled] .button.is-info { - background-color: #3298dc; + background-color: #3e8ed0; border-color: transparent; box-shadow: none; } .button.is-info.is-inverted { background-color: #fff; - color: #3298dc; + color: #3e8ed0; } .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered { @@ -1287,7 +1287,7 @@ fieldset[disabled] .button.is-info.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: #3298dc; + color: #3e8ed0; } .button.is-info.is-loading::after { @@ -1296,18 +1296,18 @@ fieldset[disabled] .button.is-info.is-inverted { .button.is-info.is-outlined { background-color: transparent; - border-color: #3298dc; - color: #3298dc; + border-color: #3e8ed0; + color: #3e8ed0; } .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; + background-color: #3e8ed0; + border-color: #3e8ed0; color: #fff; } .button.is-info.is-outlined.is-loading::after { - border-color: transparent transparent #3298dc #3298dc !important; + border-color: transparent transparent #3e8ed0 #3e8ed0 !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 { @@ -1317,9 +1317,9 @@ fieldset[disabled] .button.is-info.is-inverted { .button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined { background-color: transparent; - border-color: #3298dc; + border-color: #3e8ed0; box-shadow: none; - color: #3298dc; + color: #3e8ed0; } .button.is-info.is-inverted.is-outlined { @@ -1330,11 +1330,11 @@ fieldset[disabled] .button.is-info.is-outlined { .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; + color: #3e8ed0; } .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; + border-color: transparent transparent #3e8ed0 #3e8ed0 !important; } .button.is-info.is-inverted.is-outlined[disabled], @@ -1346,30 +1346,30 @@ fieldset[disabled] .button.is-info.is-inverted.is-outlined { } .button.is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; + background-color: #eff5fb; + color: #296fa8; } .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered { - background-color: #e3f1fa; + background-color: #e4eff9; border-color: transparent; - color: #1d72aa; + color: #296fa8; } .button.is-info.is-light:active, .button.is-info.is-light.is-active { - background-color: #d8ebf8; + background-color: #dae9f6; border-color: transparent; - color: #1d72aa; + color: #296fa8; } .button.is-success { - background-color: #48c774; + background-color: #48c78e; border-color: transparent; color: #fff; } .button.is-success:hover, .button.is-success.is-hovered { - background-color: #3ec46d; + background-color: #3ec487; border-color: transparent; color: #fff; } @@ -1380,25 +1380,25 @@ fieldset[disabled] .button.is-info.is-inverted.is-outlined { } .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); + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } .button.is-success:active, .button.is-success.is-active { - background-color: #3abb67; + background-color: #3abb81; border-color: transparent; color: #fff; } .button.is-success[disabled], fieldset[disabled] .button.is-success { - background-color: #48c774; + background-color: #48c78e; border-color: transparent; box-shadow: none; } .button.is-success.is-inverted { background-color: #fff; - color: #48c774; + color: #48c78e; } .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered { @@ -1410,7 +1410,7 @@ fieldset[disabled] .button.is-success.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: #48c774; + color: #48c78e; } .button.is-success.is-loading::after { @@ -1419,18 +1419,18 @@ fieldset[disabled] .button.is-success.is-inverted { .button.is-success.is-outlined { background-color: transparent; - border-color: #48c774; - color: #48c774; + border-color: #48c78e; + color: #48c78e; } .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; + background-color: #48c78e; + border-color: #48c78e; color: #fff; } .button.is-success.is-outlined.is-loading::after { - border-color: transparent transparent #48c774 #48c774 !important; + border-color: transparent transparent #48c78e #48c78e !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 { @@ -1440,9 +1440,9 @@ fieldset[disabled] .button.is-success.is-inverted { .button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined { background-color: transparent; - border-color: #48c774; + border-color: #48c78e; box-shadow: none; - color: #48c774; + color: #48c78e; } .button.is-success.is-inverted.is-outlined { @@ -1453,11 +1453,11 @@ fieldset[disabled] .button.is-success.is-outlined { .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; + color: #48c78e; } .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; + border-color: transparent transparent #48c78e #48c78e !important; } .button.is-success.is-inverted.is-outlined[disabled], @@ -1469,30 +1469,30 @@ fieldset[disabled] .button.is-success.is-inverted.is-outlined { } .button.is-success.is-light { - background-color: #effaf3; - color: #257942; + background-color: #effaf5; + color: #257953; } .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered { - background-color: #e6f7ec; + background-color: #e6f7ef; border-color: transparent; - color: #257942; + color: #257953; } .button.is-success.is-light:active, .button.is-success.is-light.is-active { - background-color: #dcf4e4; + background-color: #dcf4e9; border-color: transparent; - color: #257942; + color: #257953; } .button.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .button.is-warning:hover, .button.is-warning.is-hovered { - background-color: #ffdb4a; + background-color: #ffdc7d; border-color: transparent; color: rgba(0, 0, 0, 0.7); } @@ -1503,25 +1503,25 @@ fieldset[disabled] .button.is-success.is-inverted.is-outlined { } .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); + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } .button.is-warning:active, .button.is-warning.is-active { - background-color: #ffd83d; + background-color: #ffd970; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .button.is-warning[disabled], fieldset[disabled] .button.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; border-color: transparent; box-shadow: none; } .button.is-warning.is-inverted { background-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; + color: #ffe08a; } .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered { @@ -1533,7 +1533,7 @@ fieldset[disabled] .button.is-warning.is-inverted { background-color: rgba(0, 0, 0, 0.7); border-color: transparent; box-shadow: none; - color: #ffdd57; + color: #ffe08a; } .button.is-warning.is-loading::after { @@ -1542,18 +1542,18 @@ fieldset[disabled] .button.is-warning.is-inverted { .button.is-warning.is-outlined { background-color: transparent; - border-color: #ffdd57; - color: #ffdd57; + border-color: #ffe08a; + color: #ffe08a; } .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; + background-color: #ffe08a; + border-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .button.is-warning.is-outlined.is-loading::after { - border-color: transparent transparent #ffdd57 #ffdd57 !important; + border-color: transparent transparent #ffe08a #ffe08a !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 { @@ -1563,9 +1563,9 @@ fieldset[disabled] .button.is-warning.is-inverted { .button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined { background-color: transparent; - border-color: #ffdd57; + border-color: #ffe08a; box-shadow: none; - color: #ffdd57; + color: #ffe08a; } .button.is-warning.is-inverted.is-outlined { @@ -1576,11 +1576,11 @@ fieldset[disabled] .button.is-warning.is-outlined { .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; + color: #ffe08a; } .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; + border-color: transparent transparent #ffe08a #ffe08a !important; } .button.is-warning.is-inverted.is-outlined[disabled], @@ -1592,20 +1592,20 @@ fieldset[disabled] .button.is-warning.is-inverted.is-outlined { } .button.is-warning.is-light { - background-color: #fffbeb; - color: #947600; + background-color: #fffaeb; + color: #946c00; } .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered { - background-color: #fff8de; + background-color: #fff6de; border-color: transparent; - color: #947600; + color: #946c00; } .button.is-warning.is-light:active, .button.is-warning.is-light.is-active { - background-color: #fff6d1; + background-color: #fff3d1; border-color: transparent; - color: #947600; + color: #946c00; } .button.is-danger { @@ -1785,7 +1785,7 @@ fieldset[disabled] .button { } .button.is-rounded { - border-radius: 290486px; + border-radius: 9999px; padding-left: calc(1em + 0.25em); padding-right: calc(1em + 0.25em); } @@ -2121,6 +2121,10 @@ fieldset[disabled] .button { font-size: 0.75rem; } +.content.is-normal { + font-size: 1rem; +} + .content.is-medium { font-size: 1.25rem; } @@ -2190,7 +2194,7 @@ div.icon-text { } .image img.is-rounded { - border-radius: 290486px; + border-radius: 9999px; } .image.is-fullwidth { @@ -2381,43 +2385,43 @@ div.icon-text { } .notification.is-link { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .notification.is-link.is-light { - background-color: #eef3fc; - color: #2160c4; + background-color: #eff1fa; + color: #3850b7; } .notification.is-info { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .notification.is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; + background-color: #eff5fb; + color: #296fa8; } .notification.is-success { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .notification.is-success.is-light { - background-color: #effaf3; - color: #257942; + background-color: #effaf5; + color: #257953; } .notification.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .notification.is-warning.is-light { - background-color: #fffbeb; - color: #947600; + background-color: #fffaeb; + color: #946c00; } .notification.is-danger { @@ -2434,7 +2438,7 @@ div.icon-text { -moz-appearance: none; -webkit-appearance: none; border: none; - border-radius: 290486px; + border-radius: 9999px; display: block; height: 1rem; overflow: hidden; @@ -2540,67 +2544,67 @@ div.icon-text { } .progress.is-link::-webkit-progress-value { - background-color: #3273dc; + background-color: #485fc7; } .progress.is-link::-moz-progress-bar { - background-color: #3273dc; + background-color: #485fc7; } .progress.is-link::-ms-fill { - background-color: #3273dc; + background-color: #485fc7; } .progress.is-link:indeterminate { - background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%); + background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%); } .progress.is-info::-webkit-progress-value { - background-color: #3298dc; + background-color: #3e8ed0; } .progress.is-info::-moz-progress-bar { - background-color: #3298dc; + background-color: #3e8ed0; } .progress.is-info::-ms-fill { - background-color: #3298dc; + background-color: #3e8ed0; } .progress.is-info:indeterminate { - background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%); + background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%); } .progress.is-success::-webkit-progress-value { - background-color: #48c774; + background-color: #48c78e; } .progress.is-success::-moz-progress-bar { - background-color: #48c774; + background-color: #48c78e; } .progress.is-success::-ms-fill { - background-color: #48c774; + background-color: #48c78e; } .progress.is-success:indeterminate { - background-image: linear-gradient(to right, #48c774 30%, #ededed 30%); + background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%); } .progress.is-warning::-webkit-progress-value { - background-color: #ffdd57; + background-color: #ffe08a; } .progress.is-warning::-moz-progress-bar { - background-color: #ffdd57; + background-color: #ffe08a; } .progress.is-warning::-ms-fill { - background-color: #ffdd57; + background-color: #ffe08a; } .progress.is-warning:indeterminate { - background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%); + background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%); } .progress.is-danger::-webkit-progress-value { @@ -2727,29 +2731,29 @@ div.icon-text { .table td.is-link, .table th.is-link { - background-color: #3273dc; - border-color: #3273dc; + background-color: #485fc7; + border-color: #485fc7; color: #fff; } .table td.is-info, .table th.is-info { - background-color: #3298dc; - border-color: #3298dc; + background-color: #3e8ed0; + border-color: #3e8ed0; color: #fff; } .table td.is-success, .table th.is-success { - background-color: #48c774; - border-color: #48c774; + background-color: #48c78e; + border-color: #48c78e; color: #fff; } .table td.is-warning, .table th.is-warning { - background-color: #ffdd57; - border-color: #ffdd57; + background-color: #ffe08a; + border-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } @@ -2997,43 +3001,43 @@ div.icon-text { } .tag:not(body).is-link { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .tag:not(body).is-link.is-light { - background-color: #eef3fc; - color: #2160c4; + background-color: #eff1fa; + color: #3850b7; } .tag:not(body).is-info { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .tag:not(body).is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; + background-color: #eff5fb; + color: #296fa8; } .tag:not(body).is-success { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .tag:not(body).is-success.is-light { - background-color: #effaf3; - color: #257942; + background-color: #effaf5; + color: #257953; } .tag:not(body).is-warning { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .tag:not(body).is-warning.is-light { - background-color: #fffbeb; - color: #947600; + background-color: #fffaeb; + color: #946c00; } .tag:not(body).is-danger { @@ -3110,7 +3114,7 @@ div.icon-text { } .tag:not(body).is-rounded { - border-radius: 290486px; + border-radius: 9999px; } a.tag:hover { @@ -3156,10 +3160,6 @@ a.tag:hover { font-weight: inherit; } -.title + .highlight { - margin-top: -0.75rem; -} - .title:not(.is-spaced) + .subtitle { margin-top: -1.25rem; } @@ -3244,22 +3244,10 @@ a.tag:hover { 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: whitesmoke; - border-radius: 290486px; + border-radius: 9999px; display: inline-flex; font-size: 1.25rem; height: 2em; @@ -3300,8 +3288,8 @@ a.tag:hover { } .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active { - border-color: #3273dc; - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + border-color: #485fc7; + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .input[disabled], .textarea[disabled], .select select[disabled], @@ -3398,35 +3386,35 @@ fieldset[disabled] .select select:-ms-input-placeholder, } .is-link.input, .is-link.textarea { - border-color: #3273dc; + border-color: #485fc7; } .is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .is-info.input, .is-info.textarea { - border-color: #3298dc; + border-color: #3e8ed0; } .is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } .is-success.input, .is-success.textarea { - border-color: #48c774; + border-color: #48c78e; } .is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } .is-warning.input, .is-warning.textarea { - border-color: #ffdd57; + border-color: #ffe08a; } .is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } .is-danger.input, .is-danger.textarea { @@ -3461,7 +3449,7 @@ fieldset[disabled] .select select:-ms-input-placeholder, } .input.is-rounded { - border-radius: 290486px; + border-radius: 9999px; padding-left: calc(calc(0.75em - 1px) + 0.375em); padding-right: calc(calc(0.75em - 1px) + 0.375em); } @@ -3535,13 +3523,13 @@ fieldset[disabled] .radio, } .select:not(.is-multiple):not(.is-loading)::after { - border-color: #3273dc; + border-color: #485fc7; left: 1.125em; z-index: 4; } .select.is-rounded select { - border-radius: 290486px; + border-radius: 9999px; padding-right: 1em; } @@ -3660,67 +3648,67 @@ fieldset[disabled] .select select:hover { } .select.is-link:not(:hover)::after { - border-color: #3273dc; + border-color: #485fc7; } .select.is-link select { - border-color: #3273dc; + border-color: #485fc7; } .select.is-link select:hover, .select.is-link select.is-hovered { - border-color: #2366d1; + border-color: #3a51bb; } .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); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .select.is-info:not(:hover)::after { - border-color: #3298dc; + border-color: #3e8ed0; } .select.is-info select { - border-color: #3298dc; + border-color: #3e8ed0; } .select.is-info select:hover, .select.is-info select.is-hovered { - border-color: #238cd1; + border-color: #3082c5; } .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); + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } .select.is-success:not(:hover)::after { - border-color: #48c774; + border-color: #48c78e; } .select.is-success select { - border-color: #48c774; + border-color: #48c78e; } .select.is-success select:hover, .select.is-success select.is-hovered { - border-color: #3abb67; + border-color: #3abb81; } .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); + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } .select.is-warning:not(:hover)::after { - border-color: #ffdd57; + border-color: #ffe08a; } .select.is-warning select { - border-color: #ffdd57; + border-color: #ffe08a; } .select.is-warning select:hover, .select.is-warning select.is-hovered { - border-color: #ffd83d; + border-color: #ffd970; } .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); + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } .select.is-danger:not(:hover)::after { @@ -3912,97 +3900,97 @@ fieldset[disabled] .select select:hover { } .file.is-link .file-cta { - background-color: #3273dc; + background-color: #485fc7; border-color: transparent; color: #fff; } .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { - background-color: #276cda; + background-color: #3e56c4; 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); + box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25); color: #fff; } .file.is-link:active .file-cta, .file.is-link.is-active .file-cta { - background-color: #2366d1; + background-color: #3a51bb; border-color: transparent; color: #fff; } .file.is-info .file-cta { - background-color: #3298dc; + background-color: #3e8ed0; border-color: transparent; color: #fff; } .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { - background-color: #2793da; + background-color: #3488ce; 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); + box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25); color: #fff; } .file.is-info:active .file-cta, .file.is-info.is-active .file-cta { - background-color: #238cd1; + background-color: #3082c5; border-color: transparent; color: #fff; } .file.is-success .file-cta { - background-color: #48c774; + background-color: #48c78e; border-color: transparent; color: #fff; } .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta { - background-color: #3ec46d; + background-color: #3ec487; 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); + box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25); color: #fff; } .file.is-success:active .file-cta, .file.is-success.is-active .file-cta { - background-color: #3abb67; + background-color: #3abb81; border-color: transparent; color: #fff; } .file.is-warning .file-cta { - background-color: #ffdd57; + background-color: #ffe08a; 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; + background-color: #ffdc7d; 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); + box-shadow: 0 0 0.5em rgba(255, 224, 138, 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; + background-color: #ffd970; border-color: transparent; color: rgba(0, 0, 0, 0.7); } @@ -4035,6 +4023,10 @@ fieldset[disabled] .select select:hover { font-size: 0.75rem; } +.file.is-normal { + font-size: 1rem; +} + .file.is-medium { font-size: 1.25rem; } @@ -4266,19 +4258,19 @@ fieldset[disabled] .select select:hover { } .help.is-link { - color: #3273dc; + color: #485fc7; } .help.is-info { - color: #3298dc; + color: #3e8ed0; } .help.is-success { - color: #48c774; + color: #48c78e; } .help.is-warning { - color: #ffdd57; + color: #ffe08a; } .help.is-danger { @@ -4564,7 +4556,7 @@ fieldset[disabled] .select select:hover { .breadcrumb a { align-items: center; - color: #3273dc; + color: #485fc7; display: flex; justify-content: center; padding: 0 0.75em; @@ -4805,7 +4797,7 @@ button.dropdown-item:hover { a.dropdown-item.is-active, button.dropdown-item.is-active { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } @@ -5030,7 +5022,7 @@ button.dropdown-item.is-active { } .menu-list a.is-active { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } @@ -5149,59 +5141,59 @@ button.dropdown-item.is-active { } .message.is-link { - background-color: #eef3fc; + background-color: #eff1fa; } .message.is-link .message-header { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .message.is-link .message-body { - border-color: #3273dc; - color: #2160c4; + border-color: #485fc7; + color: #3850b7; } .message.is-info { - background-color: #eef6fc; + background-color: #eff5fb; } .message.is-info .message-header { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .message.is-info .message-body { - border-color: #3298dc; - color: #1d72aa; + border-color: #3e8ed0; + color: #296fa8; } .message.is-success { - background-color: #effaf3; + background-color: #effaf5; } .message.is-success .message-header { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .message.is-success .message-body { - border-color: #48c774; - color: #257942; + border-color: #48c78e; + color: #257953; } .message.is-warning { - background-color: #fffbeb; + background-color: #fffaeb; } .message.is-warning .message-header { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .message.is-warning .message-body { - border-color: #ffdd57; - color: #947600; + border-color: #ffe08a; + color: #946c00; } .message.is-danger { @@ -5676,7 +5668,7 @@ button.dropdown-item.is-active { } .navbar.is-link { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } @@ -5689,7 +5681,7 @@ button.dropdown-item.is-active { .navbar.is-link .navbar-brand .navbar-link:focus, .navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand .navbar-link.is-active { - background-color: #2366d1; + background-color: #3a51bb; color: #fff; } @@ -5718,7 +5710,7 @@ button.dropdown-item.is-active { .navbar.is-link .navbar-end .navbar-link:focus, .navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-end .navbar-link.is-active { - background-color: #2366d1; + background-color: #3a51bb; color: #fff; } .navbar.is-link .navbar-start .navbar-link::after, @@ -5728,17 +5720,17 @@ button.dropdown-item.is-active { .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; + background-color: #3a51bb; color: #fff; } .navbar.is-link .navbar-dropdown a.navbar-item.is-active { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } } .navbar.is-info { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } @@ -5751,7 +5743,7 @@ button.dropdown-item.is-active { .navbar.is-info .navbar-brand .navbar-link:focus, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand .navbar-link.is-active { - background-color: #238cd1; + background-color: #3082c5; color: #fff; } @@ -5780,7 +5772,7 @@ button.dropdown-item.is-active { .navbar.is-info .navbar-end .navbar-link:focus, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-end .navbar-link.is-active { - background-color: #238cd1; + background-color: #3082c5; color: #fff; } .navbar.is-info .navbar-start .navbar-link::after, @@ -5790,17 +5782,17 @@ button.dropdown-item.is-active { .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; + background-color: #3082c5; color: #fff; } .navbar.is-info .navbar-dropdown a.navbar-item.is-active { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } } .navbar.is-success { - background-color: #48c774; + background-color: #48c78e; color: #fff; } @@ -5813,7 +5805,7 @@ button.dropdown-item.is-active { .navbar.is-success .navbar-brand .navbar-link:focus, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand .navbar-link.is-active { - background-color: #3abb67; + background-color: #3abb81; color: #fff; } @@ -5842,7 +5834,7 @@ button.dropdown-item.is-active { .navbar.is-success .navbar-end .navbar-link:focus, .navbar.is-success .navbar-end .navbar-link:hover, .navbar.is-success .navbar-end .navbar-link.is-active { - background-color: #3abb67; + background-color: #3abb81; color: #fff; } .navbar.is-success .navbar-start .navbar-link::after, @@ -5852,17 +5844,17 @@ button.dropdown-item.is-active { .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; + background-color: #3abb81; color: #fff; } .navbar.is-success .navbar-dropdown a.navbar-item.is-active { - background-color: #48c774; + background-color: #48c78e; color: #fff; } } .navbar.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } @@ -5875,7 +5867,7 @@ button.dropdown-item.is-active { .navbar.is-warning .navbar-brand .navbar-link:focus, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand .navbar-link.is-active { - background-color: #ffd83d; + background-color: #ffd970; color: rgba(0, 0, 0, 0.7); } @@ -5904,7 +5896,7 @@ button.dropdown-item.is-active { .navbar.is-warning .navbar-end .navbar-link:focus, .navbar.is-warning .navbar-end .navbar-link:hover, .navbar.is-warning .navbar-end .navbar-link.is-active { - background-color: #ffd83d; + background-color: #ffd970; color: rgba(0, 0, 0, 0.7); } .navbar.is-warning .navbar-start .navbar-link::after, @@ -5914,11 +5906,11 @@ button.dropdown-item.is-active { .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; + background-color: #ffd970; color: rgba(0, 0, 0, 0.7); } .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } } @@ -6125,7 +6117,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i .navbar-link:hover, .navbar-link.is-active { background-color: #fafafa; - color: #3273dc; + color: #485fc7; } .navbar-item { @@ -6154,15 +6146,15 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i .navbar-item.is-tab:focus, .navbar-item.is-tab:hover { background-color: transparent; - border-bottom-color: #3273dc; + border-bottom-color: #485fc7; } .navbar-item.is-tab.is-active { background-color: transparent; - border-bottom-color: #3273dc; + border-bottom-color: #485fc7; border-bottom-style: solid; border-bottom-width: 3px; - color: #3273dc; + color: #485fc7; padding-bottom: calc(0.5rem - 3px); } @@ -6176,7 +6168,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .navbar-link:not(.is-arrowless)::after { - border-color: #3273dc; + border-color: #485fc7; margin-top: -0.375em; left: 1.125em; } @@ -6287,7 +6279,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { background-color: whitesmoke; - color: #3273dc; + color: #485fc7; } .navbar-burger { display: none; @@ -6358,7 +6350,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .navbar-dropdown a.navbar-item.is-active { background-color: whitesmoke; - color: #3273dc; + color: #485fc7; } .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { border-radius: 6px; @@ -6456,11 +6448,11 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i .pagination.is-rounded .pagination-next { padding-left: 1em; padding-right: 1em; - border-radius: 290486px; + border-radius: 9999px; } .pagination.is-rounded .pagination-link { - border-radius: 290486px; + border-radius: 9999px; } .pagination, @@ -6501,7 +6493,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i .pagination-previous:focus, .pagination-next:focus, .pagination-link:focus { - border-color: #3273dc; + border-color: #485fc7; } .pagination-previous:active, @@ -6528,8 +6520,8 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .pagination-link.is-current { - background-color: #3273dc; - border-color: #3273dc; + background-color: #485fc7; + border-color: #485fc7; color: #fff; } @@ -6675,55 +6667,55 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .panel.is-link .panel-heading { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .panel.is-link .panel-tabs a.is-active { - border-bottom-color: #3273dc; + border-bottom-color: #485fc7; } .panel.is-link .panel-block.is-active .panel-icon { - color: #3273dc; + color: #485fc7; } .panel.is-info .panel-heading { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .panel.is-info .panel-tabs a.is-active { - border-bottom-color: #3298dc; + border-bottom-color: #3e8ed0; } .panel.is-info .panel-block.is-active .panel-icon { - color: #3298dc; + color: #3e8ed0; } .panel.is-success .panel-heading { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .panel.is-success .panel-tabs a.is-active { - border-bottom-color: #48c774; + border-bottom-color: #48c78e; } .panel.is-success .panel-block.is-active .panel-icon { - color: #48c774; + color: #48c78e; } .panel.is-warning .panel-heading { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .panel.is-warning .panel-tabs a.is-active { - border-bottom-color: #ffdd57; + border-bottom-color: #ffe08a; } .panel.is-warning .panel-block.is-active .panel-icon { - color: #ffdd57; + color: #ffe08a; } .panel.is-danger .panel-heading { @@ -6777,7 +6769,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .panel-list a:hover { - color: #3273dc; + color: #485fc7; } .panel-block { @@ -6803,12 +6795,12 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .panel-block.is-active { - border-left-color: #3273dc; + border-left-color: #485fc7; color: #363636; } .panel-block.is-active .panel-icon { - color: #3273dc; + color: #485fc7; } .panel-block:last-child { @@ -6877,8 +6869,8 @@ label.panel-block:hover { } .tabs li.is-active a { - border-bottom-color: #3273dc; - color: #3273dc; + border-bottom-color: #485fc7; + color: #485fc7; } .tabs ul { @@ -6974,8 +6966,8 @@ label.panel-block:hover { } .tabs.is-toggle li.is-active a { - background-color: #3273dc; - border-color: #3273dc; + background-color: #485fc7; + border-color: #485fc7; color: #fff; z-index: 1; } @@ -6985,14 +6977,14 @@ label.panel-block:hover { } .tabs.is-toggle.is-toggle-rounded li:first-child a { - border-bottom-right-radius: 290486px; - border-top-right-radius: 290486px; + border-bottom-right-radius: 9999px; + border-top-right-radius: 9999px; padding-right: 1.25em; } .tabs.is-toggle.is-toggle-rounded li:last-child a { - border-bottom-left-radius: 290486px; - border-top-left-radius: 290486px; + border-bottom-left-radius: 9999px; + border-top-left-radius: 9999px; padding-left: 1.25em; } @@ -8990,147 +8982,147 @@ a.has-text-primary-dark:hover, a.has-text-primary-dark:focus { } .has-text-link { - color: #3273dc !important; + color: #485fc7 !important; } a.has-text-link:hover, a.has-text-link:focus { - color: #205bbc !important; + color: #3449a8 !important; } .has-background-link { - background-color: #3273dc !important; + background-color: #485fc7 !important; } .has-text-link-light { - color: #eef3fc !important; + color: #eff1fa !important; } a.has-text-link-light:hover, a.has-text-link-light:focus { - color: #c2d5f5 !important; + color: #c8cfee !important; } .has-background-link-light { - background-color: #eef3fc !important; + background-color: #eff1fa !important; } .has-text-link-dark { - color: #2160c4 !important; + color: #3850b7 !important; } a.has-text-link-dark:hover, a.has-text-link-dark:focus { - color: #3b79de !important; + color: #576dcb !important; } .has-background-link-dark { - background-color: #2160c4 !important; + background-color: #3850b7 !important; } .has-text-info { - color: #3298dc !important; + color: #3e8ed0 !important; } a.has-text-info:hover, a.has-text-info:focus { - color: #207dbc !important; + color: #2b74b1 !important; } .has-background-info { - background-color: #3298dc !important; + background-color: #3e8ed0 !important; } .has-text-info-light { - color: #eef6fc !important; + color: #eff5fb !important; } a.has-text-info-light:hover, a.has-text-info-light:focus { - color: #c2e0f5 !important; + color: #c6ddf1 !important; } .has-background-info-light { - background-color: #eef6fc !important; + background-color: #eff5fb !important; } .has-text-info-dark { - color: #1d72aa !important; + color: #296fa8 !important; } a.has-text-info-dark:hover, a.has-text-info-dark:focus { - color: #248fd6 !important; + color: #368ace !important; } .has-background-info-dark { - background-color: #1d72aa !important; + background-color: #296fa8 !important; } .has-text-success { - color: #48c774 !important; + color: #48c78e !important; } a.has-text-success:hover, a.has-text-success:focus { - color: #34a85c !important; + color: #34a873 !important; } .has-background-success { - background-color: #48c774 !important; + background-color: #48c78e !important; } .has-text-success-light { - color: #effaf3 !important; + color: #effaf5 !important; } a.has-text-success-light:hover, a.has-text-success-light:focus { - color: #c8eed6 !important; + color: #c8eedd !important; } .has-background-success-light { - background-color: #effaf3 !important; + background-color: #effaf5 !important; } .has-text-success-dark { - color: #257942 !important; + color: #257953 !important; } a.has-text-success-dark:hover, a.has-text-success-dark:focus { - color: #31a058 !important; + color: #31a06e !important; } .has-background-success-dark { - background-color: #257942 !important; + background-color: #257953 !important; } .has-text-warning { - color: #ffdd57 !important; + color: #ffe08a !important; } a.has-text-warning:hover, a.has-text-warning:focus { - color: #ffd324 !important; + color: #ffd257 !important; } .has-background-warning { - background-color: #ffdd57 !important; + background-color: #ffe08a !important; } .has-text-warning-light { - color: #fffbeb !important; + color: #fffaeb !important; } a.has-text-warning-light:hover, a.has-text-warning-light:focus { - color: #fff1b8 !important; + color: #ffecb8 !important; } .has-background-warning-light { - background-color: #fffbeb !important; + background-color: #fffaeb !important; } .has-text-warning-dark { - color: #947600 !important; + color: #946c00 !important; } a.has-text-warning-dark:hover, a.has-text-warning-dark:focus { - color: #c79f00 !important; + color: #c79200 !important; } .has-background-warning-dark { - background-color: #947600 !important; + background-color: #946c00 !important; } .has-text-danger { @@ -11204,7 +11196,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { } .hero.is-link { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } @@ -11228,7 +11220,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { @media screen and (max-width: 1023px) { .hero.is-link .navbar-menu { - background-color: #3273dc; + background-color: #485fc7; } } @@ -11240,7 +11232,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, .hero.is-link .navbar-link:hover, .hero.is-link .navbar-link.is-active { - background-color: #2366d1; + background-color: #3a51bb; color: #fff; } @@ -11268,21 +11260,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .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; + color: #485fc7; } .hero.is-link.is-bold { - background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); + background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); } @media screen and (max-width: 768px) { .hero.is-link.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); + background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); } } .hero.is-info { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } @@ -11306,7 +11298,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { @media screen and (max-width: 1023px) { .hero.is-info .navbar-menu { - background-color: #3298dc; + background-color: #3e8ed0; } } @@ -11318,7 +11310,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, .hero.is-info .navbar-link:hover, .hero.is-info .navbar-link.is-active { - background-color: #238cd1; + background-color: #3082c5; color: #fff; } @@ -11346,21 +11338,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .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; + color: #3e8ed0; } .hero.is-info.is-bold { - background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%); + background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); } @media screen and (max-width: 768px) { .hero.is-info.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%); + background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); } } .hero.is-success { - background-color: #48c774; + background-color: #48c78e; color: #fff; } @@ -11384,7 +11376,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { @media screen and (max-width: 1023px) { .hero.is-success .navbar-menu { - background-color: #48c774; + background-color: #48c78e; } } @@ -11396,7 +11388,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, .hero.is-success .navbar-link:hover, .hero.is-success .navbar-link.is-active { - background-color: #3abb67; + background-color: #3abb81; color: #fff; } @@ -11424,21 +11416,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .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; + color: #48c78e; } .hero.is-success.is-bold { - background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%); + background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 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%); + background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%); } } .hero.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } @@ -11462,7 +11454,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { @media screen and (max-width: 1023px) { .hero.is-warning .navbar-menu { - background-color: #ffdd57; + background-color: #ffe08a; } } @@ -11474,7 +11466,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, .hero.is-warning .navbar-link:hover, .hero.is-warning .navbar-link.is-active { - background-color: #ffd83d; + background-color: #ffd970; color: rgba(0, 0, 0, 0.7); } @@ -11502,16 +11494,16 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { background-color: rgba(0, 0, 0, 0.7); border-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; + color: #ffe08a; } .hero.is-warning.is-bold { - background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); + background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); } @media screen and (max-width: 768px) { .hero.is-warning.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); + background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); } } @@ -11599,13 +11591,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { @media screen and (min-width: 769px), print { .hero.is-medium .hero-body { - padding: 9rem 1.5rem; + padding: 9rem 4.5rem; } } @media screen and (min-width: 769px), print { .hero.is-large .hero-body { - padding: 18rem 1.5rem; + padding: 18rem 6rem; } } @@ -11685,16 +11677,25 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { padding: 3rem 1.5rem; } +@media screen and (min-width: 769px), print { + .hero-body { + padding: 3rem 3rem; + } +} + .section { padding: 3rem 1.5rem; } @media screen and (min-width: 1024px) { + .section { + padding: 3rem 3rem; + } .section.is-medium { - padding: 9rem 1.5rem; + padding: 9rem 4.5rem; } .section.is-large { - padding: 18rem 1.5rem; + padding: 18rem 6rem; } } diff --git a/css/bulma-rtl.css.map b/css/bulma-rtl.css.map index 61c7d25fb..b357051b5 100644 --- a/css/bulma-rtl.css.map +++ b/css/bulma-rtl.css.map @@ -1 +1 @@ -{"version":3,"sources":["../bulma.sass","../sass/utilities/_all.sass","../sass/utilities/extends.sass","../sass/utilities/controls.sass","../sass/utilities/initial-variables.sass","bulma-rtl.css","../sass/utilities/mixins.sass","../sass/base/_all.sass","../sass/base/minireset.sass","../sass/base/generic.sass","../sass/utilities/derived-variables.sass","../sass/base/animations.sass","../sass/elements/_all.sass","../sass/elements/box.sass","../sass/elements/button.sass","../sass/utilities/functions.sass","../sass/elements/container.sass","../sass/elements/content.sass","../sass/elements/icon.sass","../sass/elements/image.sass","../sass/elements/notification.sass","../sass/elements/progress.sass","../sass/elements/table.sass","../sass/elements/tag.sass","../sass/elements/title.sass","../sass/elements/other.sass","../sass/form/_all.sass","../sass/form/shared.sass","../sass/form/input-textarea.sass","../sass/form/checkbox-radio.sass","../sass/form/select.sass","../sass/form/file.sass","../sass/form/tools.sass","../sass/components/_all.sass","../sass/components/breadcrumb.sass","../sass/components/card.sass","../sass/components/dropdown.sass","../sass/components/level.sass","../sass/components/media.sass","../sass/components/menu.sass","../sass/components/message.sass","../sass/components/modal.sass","../sass/components/navbar.sass","../sass/components/pagination.sass","../sass/components/panel.sass","../sass/components/tabs.sass","../sass/grid/_all.sass","../sass/grid/columns.sass","../sass/grid/tiles.sass","../sass/helpers/_all.sass","../sass/helpers/color.sass","../sass/helpers/flexbox.sass","../sass/helpers/float.sass","../sass/helpers/other.sass","../sass/helpers/overflow.sass","../sass/helpers/position.sass","../sass/helpers/spacing.sass","../sass/helpers/typography.sass","../sass/helpers/visibility.sass","../sass/layout/_all.sass","../sass/layout/hero.sass","../sass/layout/section.sass","../sass/layout/footer.sass"],"names":[],"mappings":"AACA,6DAAA;ACDA,oBAAA;ACEA;;;;;ECYE,qBAAqB;EACrB,wBAAwB;EACxB,mBAAmB;EACnB,6BAA+C;EAC/C,kBCmDU;EDlDV,gBAAgB;EAChB,oBAAoB;EACpB,eCgBW;EDfX,aAfoB;EAgBpB,2BAA2B;EAC3B,gBAhBuB;EAiBvB,iCAf+D;EAgB/D,gCAfkE;EAgBlE,iCAhBkE;EAiBlE,8BAlB+D;EAmB/D,kBAAkB;EAClB,mBAAmB;AENrB;;AFQE;;;;;;;;;;;;;;;;;EAIE,aAAa;AEQjB;;AFPE;;;;;;;;;;;;;;;;EAEE,mBAAmB;AEwBvB;;AH1DA;;;;EIwJE,2BAA2B;EAC3B,yBAAyB;EACzB,sBAAsB;EACtB,qBAAqB;EACrB,iBAAiB;ADvFnB;;AHlEA;EI4JE,6BAD8B;EAE9B,kBAAkB;EAClB,eAAe;EACf,aAAa;EACb,YAAY;EACZ,cAAc;EACd,eAAe;EACf,qBAAqB;EACrB,oBAAoB;EACpB,kBAAkB;EAClB,QAAQ;EACR,yBAAyB;EACzB,wBAAwB;EACxB,cAAc;ADtFhB;;ACyFE;;EACE,qBFrIkB;ACgDtB;;AHlFA;EI+IE,2BAA2B;EAC3B,yBAAyB;EACzB,sBAAsB;EACtB,qBAAqB;EACrB,iBAAiB;EAwBjB,qBAAqB;EACrB,wBAAwB;EACxB,uCFzL2B;EE0L3B,YAAY;EACZ,uBFtHuB;EEuHvB,eAAe;EACf,oBAAoB;EACpB,qBAAqB;EACrB,YAAY;EACZ,cAAc;EACd,YAAY;EACZ,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,WAAW;ADhFb;;ACiFE;EAEE,uBFhM2B;EEiM3B,WAAW;EACX,cAAc;EACd,SAAS;EACT,kBAAkB;EAClB,QAAQ;EACR,0DAA0D;EAC1D,+BAA+B;AD/EnC;;ACgFE;EACE,WAAW;EACX,UAAU;AD7Ed;;AC8EE;EACE,WAAW;EACX,UAAU;AD3Ed;;AC4EE;EAEE,uCF7NyB;ACmJ7B;;AC2EE;EACE,uCF/NyB;ACuJ7B;;AC0EE;EACE,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,WAAW;ADvEf;;ACwEE;EACE,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,WAAW;ADrEf;;ACsEE;EACE,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,WAAW;ADnEf;;AHnKA;EIyOE,mDAA2C;UAA3C,2CAA2C;EAC3C,yBFjP4B;EEkP5B,uBFrLuB;EEsLvB,+BAA+B;EAC/B,6BAA6B;EAC7B,WAAW;EACX,cAAc;EACd,WAAW;EACX,kBAAkB;EAClB,UAAU;ADlEZ;;AH7KA;;;;;;;;;;;;;;;;;EIkPE,SADuB;EAEvB,OAFuB;EAGvB,kBAAkB;EAClB,QAJuB;EAKvB,MALuB;AD5CzB;;AEzNA,eAAA;ACAA,0EAAA;AAEA;;;;;;;;;;;;;;;;;;;;;;;EAuBE,SAAS;EACT,UAAU;AH4NZ;;AGzNA;;;;;;EAME,eAAe;EACf,mBAAmB;AH4NrB;;AGzNA;EACE,gBAAgB;AH4NlB;;AGzNA;;;;EAIE,SAAS;AH4NX;;AGzNA;EACE,sBAAsB;AH4NxB;;AG1NA;EAII,mBAAmB;AH0NvB;;AGvNA;;EAEE,YAAY;EACZ,eAAe;AH0NjB;;AGvNA;EACE,SAAS;AH0NX;;AGvNA;EACE,yBAAyB;EACzB,iBAAiB;AH0NnB;;AGxNA;;EAEE,UAAU;AH2NZ;;AG7NA;;EAII,mBAAmB;AH8NvB;;AG1PA;EChBE,uBLnB6B;EKoB7B,eAhCc;EAiCd,kCAAkC;EAClC,mCAAmC;EACnC,gBAlCoB;EAmCpB,kBAhCsB;EAiCtB,kBAhCsB;EAiCtB,kCApCiC;EAqCjC,8BAAsB;KAAtB,2BAAsB;MAAtB,0BAAsB;UAAtB,sBAAsB;AJ8QxB;;AI5QA;;;;;;;EAOE,cAAc;AJ+QhB;;AI7QA;;;;;;EAME,oLL/ByL;AC+S3L;;AI9QA;;EAEE,6BAA6B;EAC7B,4BAA4B;EAC5B,sBLpC0B;ACqT5B;;AI/QA;EACE,cL7D4B;EK8D5B,cA1DkB;EA2DlB,gBL7BiB;EK8BjB,gBA1DoB;AJ4UtB;;AI9QA;EACE,cLtDgC;EKuDhC,eAAe;EACf,qBAAqB;AJiRvB;;AIpRA;EAKI,mBAAmB;AJmRvB;;AIxRA;EAOI,cL5E0B;ACiW9B;;AInRA;EACE,4BLxE4B;EKyE5B,cCnBsB;EDoBtB,kBArEiB;EAsEjB,mBAvEkB;EAwElB,4BAzEgC;AJ+VlC;;AIpRA;EACE,4BL/E4B;EKgF5B,YAAY;EACZ,cAAc;EACd,WAxEa;EAyEb,gBAxEkB;AJ+VpB;;AIrRA;EACE,YAAY;EACZ,eAAe;AJwRjB;;AItRA;;EAEE,wBAAwB;AJyR1B;;AIvRA;EACE,kBAvFuB;AJiXzB;;AIxRA;EACE,mBAAmB;EACnB,oBAAoB;AJ2RtB;;AIzRA;EACE,cL5G4B;EK6G5B,gBLvEe;ACmWjB;;AIxRA;EACE,YAAY;AJ2Rd;;AIzRA;EH5DE,iCAAiC;EG8DjC,4BL/G4B;EKgH5B,cLtH4B;EKuH5B,kBAjGqB;EAkGrB,gBAAgB;EAChB,uBAlG0B;EAmG1B,gBAAgB;EAChB,iBAAiB;AJ4RnB;;AIpSA;EAUI,6BAA6B;EAC7B,mBAAmB;EACnB,cAvGoB;EAwGpB,UAAU;AJ8Rd;;AI5RA;;EAGI,mBAAmB;AJ8RvB;;AIjSA;;EAKM,mBAAmB;AJiSzB;;AItSA;EAOI,cL1I0B;AC6a9B;;AMnbA;EACE;IACE,uBAAuB;ENsbzB;EMrbA;IACE,yBAAyB;ENub3B;AACF;;AM5bA;EACE;IACE,uBAAuB;ENsbzB;EMrbA;IACE,yBAAyB;ENub3B;AACF;;AO5bA,mBAAA;ACWA;EAEE,uBTE6B;ESD7B,kBTwDgB;ESvDhB,0FTb2B;ESc3B,cTT4B;ESU5B,cAAc;EACd,gBAZmB;ARgcrB;;AQlbA;EAGI,yETD8B;ACoblC;;AQtbA;EAKI,oETH8B;ACwblC;;ASnZA;EAGE,uBV/C6B;EUgD7B,qBVrD4B;EUsD5B,iBX3DwB;EW4DxB,cV3D4B;EU4D5B,eAAe;EAGf,uBAAuB;EACvB,iCA5D6D;EA6D7D,iBA5D6B;EA6D7B,kBA7D6B;EA8D7B,8BA/D6D;EAgE7D,kBAAkB;EAClB,mBAAmB;ATkZrB;;ASlaA;EAkBI,cAAc;AToZlB;;AStaA;EAwBM,aAAa;EACb,YAAY;ATkZlB;;AS3aA;ERmFI,gCQxDwG;ERwDxG,mBQvDgE;AToZpE;;AShbA;ERmFI,oBQrDgE;ERqDhE,+BQpDwG;ATsZ5G;;ASrbA;EAiCM,+BAAmF;EACnF,gCAAoF;ATwZ1F;;AS1bA;EAsCI,qBVxF0B;EUyF1B,cV5F0B;ACof9B;;AS/bA;EA0CI,qBV/E8B;EUgF9B,cVhG0B;ACyf9B;;ASpcA;EA6CM,kDVlF4B;AC6elC;;ASxcA;EAgDI,qBVpG0B;EUqG1B,cVtG0B;ACkgB9B;;AS7cA;EAoDI,6BAA6B;EAC7B,yBAAyB;EACzB,cV1G0B;EU2G1B,0BAzF8B;ATsflC;;ASpdA;EA4DM,4BV1GwB;EU2GxB,cVlHwB;AC8gB9B;;ASzdA;EAgEM,yBCd2B;EDe3B,cVtHwB;ACmhB9B;;AS9dA;;EAoEM,6BAA6B;EAC7B,yBAAyB;EACzB,gBAAgB;AT+ZtB;;ASreA;EAwEI,gBAtG0B;EAuG1B,yBAtGmC;EAuGnC,cV/G8B;EUgH9B,qBAtG0B;ATugB9B;;AS5eA;EA8EM,cVnH4B;EUoH5B,0BAxGmC;AT0gBzC;;ASjfA;EAoFM,uBVhIyB;EUiIzB,yBAAyB;EACzB,cV/IuB;ACgjB7B;;ASvfA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,cVpJqB;ACsjB7B;;AS7fA;EA8FQ,yBAAyB;EACzB,cVxJqB;AC2jB7B;;ASlgBA;EAiGU,mDV7IqB;ACkjB/B;;AStgBA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,cV/JqB;ACqkB7B;;AS5gBA;;EAyGQ,uBVrJuB;EUsJvB,yBAAyB;EACzB,gBAAgB;ATwaxB;;ASnhBA;EA6GQ,yBVtKqB;EUuKrB,YV1JuB;ACokB/B;;ASxhBA;EAiHU,uBC/DuB;AV0ejC;;AS5hBA;;EAoHU,yBV7KmB;EU8KnB,yBAAyB;EACzB,gBAAgB;EAChB,YVnKqB;ACglB/B;;ASpiBA;EA0HU,gEAA4E;AT8atF;;ASxiBA;EA4HQ,6BAA6B;EAC7B,mBVzKuB;EU0KvB,YV1KuB;AC0lB/B;;AS9iBA;EAmIU,uBV/KqB;EUgLrB,mBVhLqB;EUiLrB,cV9LmB;AC6mB7B;;ASpjBA;EAwIY,4DAA8D;ATgb1E;;ASxjBA;EA8Ic,gEAA4E;AT8a1F;;AS5jBA;;EAiJU,6BAA6B;EAC7B,mBV9LqB;EU+LrB,gBAAgB;EAChB,YVhMqB;ACgnB/B;;ASpkBA;EAsJQ,6BAA6B;EAC7B,qBVhNqB;EUiNrB,cVjNqB;ACmoB7B;;AS1kBA;EA6JU,yBVtNmB;EUuNnB,YV1MqB;AC2nB/B;;AS/kBA;EAqKc,4DAA8D;AT8a5E;;ASnlBA;;EAwKU,6BAA6B;EAC7B,qBVlOmB;EUmOnB,gBAAgB;EAChB,cVpOmB;ACopB7B;;AS3lBA;EAoFM,yBV7IuB;EU8IvB,yBAAyB;EACzB,YVlIyB;AC6oB/B;;ASjmBA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,YVvIuB;ACmpB/B;;ASvmBA;EA8FQ,yBAAyB;EACzB,YV3IuB;ACwpB/B;;AS5mBA;EAiGU,gDV1JmB;ACyqB7B;;AShnBA;EAoGQ,uBClDyB;EDmDzB,yBAAyB;EACzB,YVlJuB;ACkqB/B;;AStnBA;;EAyGQ,yBVlKqB;EUmKrB,yBAAyB;EACzB,gBAAgB;ATkhBxB;;AS7nBA;EA6GQ,uBVzJuB;EU0JvB,cVvKqB;AC2rB7B;;ASloBA;EAiHU,yBC/DuB;AVolBjC;;AStoBA;;EAoHU,uBVhKqB;EUiKrB,yBAAyB;EACzB,gBAAgB;EAChB,cVhLmB;ACusB7B;;AS9oBA;EA0HU,4DAA4E;ATwhBtF;;ASlpBA;EA4HQ,6BAA6B;EAC7B,qBVtLqB;EUuLrB,cVvLqB;ACitB7B;;ASxpBA;EAmIU,yBV5LmB;EU6LnB,qBV7LmB;EU8LnB,YVjLqB;AC0sB/B;;AS9pBA;EAwIY,gEAA8D;AT0hB1E;;ASlqBA;EA8Ic,4DAA4E;ATwhB1F;;AStqBA;;EAiJU,6BAA6B;EAC7B,qBV3MmB;EU4MnB,gBAAgB;EAChB,cV7MmB;ACuuB7B;;AS9qBA;EAsJQ,6BAA6B;EAC7B,mBVnMuB;EUoMvB,YVpMuB;ACguB/B;;ASprBA;EA6JU,uBVzMqB;EU0MrB,cVvNmB;ACkvB7B;;ASzrBA;EAqKc,gEAA8D;ATwhB5E;;AS7rBA;;EAwKU,6BAA6B;EAC7B,mBVrNqB;EUsNrB,gBAAgB;EAChB,YVvNqB;ACivB/B;;ASrsBA;EAoFM,4BVlIwB;EUmIxB,yBAAyB;EACzB,yBCjEe;AVsrBrB;;AS3sBA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,yBCtEa;AV4rBrB;;ASjtBA;EA8FQ,yBAAyB;EACzB,yBC1Ea;AVisBrB;;ASttBA;EAiGU,mDV/IoB;ACwwB9B;;AS1tBA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,yBCjFa;AV2sBrB;;AShuBA;;EAyGQ,4BVvJsB;EUwJtB,yBAAyB;EACzB,gBAAgB;AT4nBxB;;ASvuBA;EA6GQ,oCCxFa;EDyFb,iBV5JsB;AC0xB9B;;AS5uBA;EAiHU,oCC/DuB;AV8rBjC;;AShvBA;;EAoHU,oCC/FW;EDgGX,yBAAyB;EACzB,gBAAgB;EAChB,iBVrKoB;ACsyB9B;;ASxvBA;EA0HU,sFAA4E;ATkoBtF;;AS5vBA;EA4HQ,6BAA6B;EAC7B,wBV3KsB;EU4KtB,iBV5KsB;ACgzB9B;;ASlwBA;EAmIU,4BVjLoB;EUkLpB,wBVlLoB;EUmLpB,yBChHW;AVmvBrB;;ASxwBA;EAwIY,sEAA8D;ATooB1E;;AS5wBA;EA8Ic,sFAA4E;ATkoB1F;;AShxBA;;EAiJU,6BAA6B;EAC7B,wBVhMoB;EUiMpB,gBAAgB;EAChB,iBVlMoB;ACs0B9B;;ASxxBA;EAsJQ,6BAA6B;EAC7B,gCClIa;EDmIb,yBCnIa;AVywBrB;;AS9xBA;EA6JU,oCCxIW;EDyIX,iBV5MoB;ACi1B9B;;ASnyBA;EAqKc,sEAA8D;ATkoB5E;;ASvyBA;;EAwKU,6BAA6B;EAC7B,gCCpJW;EDqJX,gBAAgB;EAChB,yBCtJW;AV0xBrB;;AS/yBA;EAoFM,yBVzIwB;EU0IxB,yBAAyB;EACzB,WC/DU;AV8xBhB;;ASrzBA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVoyBhB;;AS3zBA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVyyBhB;;ASh0BA;EAiGU,gDVtJoB;ACy3B9B;;ASp0BA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVmzBhB;;AS10BA;;EAyGQ,yBV9JsB;EU+JtB,yBAAyB;EACzB,gBAAgB;ATsuBxB;;ASj1BA;EA6GQ,sBCtFQ;EDuFR,cVnKsB;AC24B9B;;ASt1BA;EAiHU,yBC/DuB;AVwyBjC;;AS11BA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV5KoB;ACu5B9B;;ASl2BA;EA0HU,0DAA4E;AT4uBtF;;ASt2BA;EA4HQ,6BAA6B;EAC7B,qBVlLsB;EUmLtB,cVnLsB;ACi6B9B;;AS52BA;EAmIU,yBVxLoB;EUyLpB,qBVzLoB;EU0LpB,WC9GM;AV21BhB;;ASl3BA;EAwIY,gEAA8D;AT8uB1E;;ASt3BA;EA8Ic,0DAA4E;AT4uB1F;;AS13BA;;EAiJU,6BAA6B;EAC7B,qBVvMoB;EUwMpB,gBAAgB;EAChB,cVzMoB;ACu7B9B;;ASl4BA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVi3BhB;;ASx4BA;EA6JU,sBCtIM;EDuIN,cVnNoB;ACk8B9B;;AS74BA;EAqKc,gEAA8D;AT4uB5E;;ASj5BA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVk4BhB;;ASz5BA;EAoFM,yBV3H4B;EU4H5B,yBAAyB;EACzB,WC/DU;AVw4BhB;;AS/5BA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AV84BhB;;ASr6BA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVm5BhB;;AS16BA;EAiGU,iDVxIwB;ACq9BlC;;AS96BA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AV65BhB;;ASp7BA;;EAyGQ,yBVhJ0B;EUiJ1B,yBAAyB;EACzB,gBAAgB;ATg1BxB;;AS37BA;EA6GQ,sBCtFQ;EDuFR,cVrJ0B;ACu+BlC;;ASh8BA;EAiHU,yBC/DuB;AVk5BjC;;ASp8BA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV9JwB;ACm/BlC;;AS58BA;EA0HU,0DAA4E;ATs1BtF;;ASh9BA;EA4HQ,6BAA6B;EAC7B,qBVpK0B;EUqK1B,cVrK0B;AC6/BlC;;ASt9BA;EAmIU,yBV1KwB;EU2KxB,qBV3KwB;EU4KxB,WC9GM;AVq8BhB;;AS59BA;EAwIY,gEAA8D;ATw1B1E;;ASh+BA;EA8Ic,0DAA4E;ATs1B1F;;ASp+BA;;EAiJU,6BAA6B;EAC7B,qBVzLwB;EU0LxB,gBAAgB;EAChB,cV3LwB;ACmhClC;;AS5+BA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AV29BhB;;ASl/BA;EA6JU,sBCtIM;EDuIN,cVrMwB;AC8hClC;;ASv/BA;EAqKc,gEAA8D;ATs1B5E;;AS3/BA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AV4+BhB;;ASngCA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVi+BrE;;ASxgCA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVu+BrE;;AS9gCA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AV6+BrE;;ASphCA;EAoFM,yBVzH4B;EU0H5B,yBAAyB;EACzB,WC/DU;AVmgChB;;AS1hCA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVygChB;;AShiCA;EA8FQ,yBAAyB;EACzB,WCxEQ;AV8gChB;;ASriCA;EAiGU,kDVtIwB;AC8kClC;;ASziCA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVwhChB;;AS/iCA;;EAyGQ,yBV9I0B;EU+I1B,yBAAyB;EACzB,gBAAgB;AT28BxB;;AStjCA;EA6GQ,sBCtFQ;EDuFR,cVnJ0B;ACgmClC;;AS3jCA;EAiHU,yBC/DuB;AV6gCjC;;AS/jCA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV5JwB;AC4mClC;;ASvkCA;EA0HU,0DAA4E;ATi9BtF;;AS3kCA;EA4HQ,6BAA6B;EAC7B,qBVlK0B;EUmK1B,cVnK0B;ACsnClC;;ASjlCA;EAmIU,yBVxKwB;EUyKxB,qBVzKwB;EU0KxB,WC9GM;AVgkChB;;ASvlCA;EAwIY,gEAA8D;ATm9B1E;;AS3lCA;EA8Ic,0DAA4E;ATi9B1F;;AS/lCA;;EAiJU,6BAA6B;EAC7B,qBVvLwB;EUwLxB,gBAAgB;EAChB,cVzLwB;AC4oClC;;ASvmCA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVslChB;;AS7mCA;EA6JU,sBCtIM;EDuIN,cVnMwB;ACupClC;;ASlnCA;EAqKc,gEAA8D;ATi9B5E;;AStnCA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVumChB;;AS9nCA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AV4lCrE;;ASnoCA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVkmCrE;;ASzoCA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVwmCrE;;AS/oCA;EAoFM,yBV1H4B;EU2H5B,yBAAyB;EACzB,WC/DU;AV8nChB;;ASrpCA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVooChB;;AS3pCA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVyoChB;;AShqCA;EAiGU,kDVvIwB;AC0sClC;;ASpqCA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVmpChB;;AS1qCA;;EAyGQ,yBV/I0B;EUgJ1B,yBAAyB;EACzB,gBAAgB;ATskCxB;;ASjrCA;EA6GQ,sBCtFQ;EDuFR,cVpJ0B;AC4tClC;;AStrCA;EAiHU,yBC/DuB;AVwoCjC;;AS1rCA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV7JwB;ACwuClC;;ASlsCA;EA0HU,0DAA4E;AT4kCtF;;AStsCA;EA4HQ,6BAA6B;EAC7B,qBVnK0B;EUoK1B,cVpK0B;ACkvClC;;AS5sCA;EAmIU,yBVzKwB;EU0KxB,qBV1KwB;EU2KxB,WC9GM;AV2rChB;;ASltCA;EAwIY,gEAA8D;AT8kC1E;;ASttCA;EA8Ic,0DAA4E;AT4kC1F;;AS1tCA;;EAiJU,6BAA6B;EAC7B,qBVxLwB;EUyLxB,gBAAgB;EAChB,cV1LwB;ACwwClC;;ASluCA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVitChB;;ASxuCA;EA6JU,sBCtIM;EDuIN,cVpMwB;ACmxClC;;AS7uCA;EAqKc,gEAA8D;AT4kC5E;;ASjvCA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVkuChB;;ASzvCA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVutCrE;;AS9vCA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AV6tCrE;;ASpwCA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVmuCrE;;AS1wCA;EAoFM,yBV5H4B;EU6H5B,yBAAyB;EACzB,WC/DU;AVyvChB;;AShxCA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AV+vChB;;AStxCA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVowChB;;AS3xCA;EAiGU,kDVzIwB;ACu0ClC;;AS/xCA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AV8wChB;;ASryCA;;EAyGQ,yBVjJ0B;EUkJ1B,yBAAyB;EACzB,gBAAgB;ATisCxB;;AS5yCA;EA6GQ,sBCtFQ;EDuFR,cVtJ0B;ACy1ClC;;ASjzCA;EAiHU,yBC/DuB;AVmwCjC;;ASrzCA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV/JwB;ACq2ClC;;AS7zCA;EA0HU,0DAA4E;ATusCtF;;ASj0CA;EA4HQ,6BAA6B;EAC7B,qBVrK0B;EUsK1B,cVtK0B;AC+2ClC;;ASv0CA;EAmIU,yBV3KwB;EU4KxB,qBV5KwB;EU6KxB,WC9GM;AVszChB;;AS70CA;EAwIY,gEAA8D;ATysC1E;;ASj1CA;EA8Ic,0DAA4E;ATusC1F;;ASr1CA;;EAiJU,6BAA6B;EAC7B,qBV1LwB;EU2LxB,gBAAgB;EAChB,cV5LwB;ACq4ClC;;AS71CA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AV40ChB;;ASn2CA;EA6JU,sBCtIM;EDuIN,cVtMwB;ACg5ClC;;ASx2CA;EAqKc,gEAA8D;ATusC5E;;AS52CA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AV61ChB;;ASp3CA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVk1CrE;;ASz3CA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVw1CrE;;AS/3CA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AV81CrE;;ASr4CA;EAoFM,yBV7H4B;EU8H5B,yBAAyB;EACzB,yBCjEe;AVs3CrB;;AS34CA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,yBCtEa;AV43CrB;;ASj5CA;EA8FQ,yBAAyB;EACzB,yBC1Ea;AVi4CrB;;ASt5CA;EAiGU,kDV1IwB;ACm8ClC;;AS15CA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,yBCjFa;AV24CrB;;ASh6CA;;EAyGQ,yBVlJ0B;EUmJ1B,yBAAyB;EACzB,gBAAgB;AT4zCxB;;ASv6CA;EA6GQ,oCCxFa;EDyFb,cVvJ0B;ACq9ClC;;AS56CA;EAiHU,oCC/DuB;AV83CjC;;ASh7CA;;EAoHU,oCC/FW;EDgGX,yBAAyB;EACzB,gBAAgB;EAChB,cVhKwB;ACi+ClC;;ASx7CA;EA0HU,sFAA4E;ATk0CtF;;AS57CA;EA4HQ,6BAA6B;EAC7B,qBVtK0B;EUuK1B,cVvK0B;AC2+ClC;;ASl8CA;EAmIU,yBV5KwB;EU6KxB,qBV7KwB;EU8KxB,yBChHW;AVm7CrB;;ASx8CA;EAwIY,gEAA8D;ATo0C1E;;AS58CA;EA8Ic,sFAA4E;ATk0C1F;;ASh9CA;;EAiJU,6BAA6B;EAC7B,qBV3LwB;EU4LxB,gBAAgB;EAChB,cV7LwB;ACigDlC;;ASx9CA;EAsJQ,6BAA6B;EAC7B,gCClIa;EDmIb,yBCnIa;AVy8CrB;;AS99CA;EA6JU,oCCxIW;EDyIX,cVvMwB;AC4gDlC;;ASn+CA;EAqKc,gEAA8D;ATk0C5E;;ASv+CA;;EAwKU,6BAA6B;EAC7B,gCCpJW;EDqJX,gBAAgB;EAChB,yBCtJW;AV09CrB;;AS/+CA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AV68CrE;;ASp/CA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVm9CrE;;AS1/CA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVy9CrE;;AShgDA;EAoFM,yBVvH2B;EUwH3B,yBAAyB;EACzB,WC/DU;AV++ChB;;AStgDA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVq/ChB;;AS5gDA;EA8FQ,yBAAyB;EACzB,WCxEQ;AV0/ChB;;ASjhDA;EAiGU,kDVpIuB;ACwjDjC;;ASrhDA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVogDhB;;AS3hDA;;EAyGQ,yBV5IyB;EU6IzB,yBAAyB;EACzB,gBAAgB;ATu7CxB;;ASliDA;EA6GQ,sBCtFQ;EDuFR,cVjJyB;AC0kDjC;;ASviDA;EAiHU,yBC/DuB;AVy/CjC;;AS3iDA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV1JuB;ACslDjC;;ASnjDA;EA0HU,0DAA4E;AT67CtF;;ASvjDA;EA4HQ,6BAA6B;EAC7B,qBVhKyB;EUiKzB,cVjKyB;ACgmDjC;;AS7jDA;EAmIU,yBVtKuB;EUuKvB,qBVvKuB;EUwKvB,WC9GM;AV4iDhB;;ASnkDA;EAwIY,gEAA8D;AT+7C1E;;ASvkDA;EA8Ic,0DAA4E;AT67C1F;;AS3kDA;;EAiJU,6BAA6B;EAC7B,qBVrLuB;EUsLvB,gBAAgB;EAChB,cVvLuB;ACsnDjC;;ASnlDA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVkkDhB;;ASzlDA;EA6JU,sBCtIM;EDuIN,cVjMuB;ACioDjC;;AS9lDA;EAqKc,gEAA8D;AT67C5E;;ASlmDA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVmlDhB;;AS1mDA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVwkDrE;;AS/mDA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AV8kDrE;;ASrnDA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVolDrE;;AS3nDA;EARE,kBVbc;ACopDhB;;ASzoDE;EACE,kBVkBc;AC0nDlB;;ASnoDA;EANE,eVhBW;AC6pDb;;ASvoDA;EAJE,kBVnBc;ACkqDhB;;AS3oDA;EAFE,iBVtBa;ACuqDf;;AS/oDA;;EAyMI,uBVrP2B;EUsP3B,qBV3P0B;EU4P1B,gBAhOyB;EAiOzB,YAhOyB;AT2qD7B;;ASvpDA;EA8MI,aAAa;EACb,WAAW;AT68Cf;;AS5pDA;EAiNI,6BAA6B;EAC7B,oBAAoB;AT+8CxB;;ASjqDA;ERlDE,kBAAkB;EAKhB,2BAAiC;EACjC,0BAAgC;EQkQ9B,6BAA6B;ATk9CnC;;ASxqDA;EAwNI,4BVtQ0B;EUuQ1B,qBV1Q0B;EU2Q1B,cV7Q0B;EU8Q1B,gBAAgB;EAChB,oBAAoB;ATo9CxB;;AShrDA;EA8NI,uBVlNqB;EUmNrB,gCAA0D;EAC1D,iCAA2D;ATs9C/D;;ASp9CA;EACE,mBAAmB;EACnB,aAAa;EACb,eAAe;EACf,2BAA2B;ATu9C7B;;AS39CA;EAMI,qBAAqB;ATy9CzB;;AS/9CA;ER/II,mBQuJwC;AT29C5C;;ASn+CA;EAUI,sBAAsB;AT69C1B;;ASv+CA;EAYI,mBAAmB;AT+9CvB;;AS3+CA;EA1OE,kBVbc;ACsuDhB;;AS3tDE;EACE,kBVkBc;AC4sDlB;;ASn/CA;EAtOE,kBVnBc;ACgvDhB;;ASv/CA;EApOE,iBVtBa;ACqvDf;;AS3/CA;EA0BQ,4BAA4B;EAC5B,yBAAyB;ATq+CjC;;AShgDA;EA6BQ,6BAA6B;EAC7B,0BAA0B;ER7K9B,iBQ8KwC;ATu+C5C;;AStgDA;ER/II,cQgLqC;ATy+CzC;;AS1gDA;EAoCQ,UAAU;AT0+ClB;;AS9gDA;EA0CQ,UAAU;ATw+ClB;;ASlhDA;EA4CU,UAAU;AT0+CpB;;ASthDA;EA8CQ,YAAY;EACZ,cAAc;AT4+CtB;;AS3hDA;EAiDI,uBAAuB;AT8+C3B;;AS/hDA;EAoDQ,oBAAoB;EACpB,qBAAqB;AT++C7B;;ASpiDA;EAuDI,yBAAyB;ATi/C7B;;ASxiDA;EA0DQ,oBAAoB;EACpB,qBAAqB;ATk/C7B;;AWr0DA;EACE,YAAY;EACZ,cAAc;EACd,kBAAkB;EAClB,WAAW;AXw0Db;;AW50DA;EAMI,0BAA0B;EAC1B,kBZyCM;EYxCN,mBZwCM;EYvCN,WAAW;AX00Df;;ACvvDE;EU5FF;IAWI,gBAAuC;EX60DzC;AACF;;ACnvDI;EUtGJ;IAcM,iBAAqE;EXg1DzE;AACF;;AC1uDI;EUrHJ;IAiBM,iBAAiE;EXm1DrE;AACF;;AC1vDI;EU3GJ;IAoBM,iBAAqE;EXs1DzE;AACF;;ACjvDI;EU1HJ;IAuBM,iBAAiE;EXy1DrE;AACF;;AYj2DA;EAII,kBAAkB;AZi2DtB;;AYr2DA;;;;;;;EAcM,kBAAkB;AZi2DxB;;AY/2DA;;;;;;EAqBI,cbpC0B;EaqC1B,gBbAiB;EaCjB,kBAxC+B;AZ24DnC;;AY13DA;EAyBI,cAAc;EACd,oBAAoB;AZq2DxB;;AY/3DA;EA4BM,eAAe;AZu2DrB;;AYn4DA;EA8BI,iBAAiB;EACjB,uBAAuB;AZy2D3B;;AYx4DA;EAiCM,oBAAoB;AZ22D1B;;AY54DA;EAmCI,gBAAgB;EAChB,uBAAuB;AZ62D3B;;AYj5DA;EAsCM,oBAAoB;AZ+2D1B;;AYr5DA;EAwCI,iBAAiB;EACjB,oBAAoB;AZi3DxB;;AY15DA;EA2CI,kBAAkB;EAClB,uBAAuB;AZm3D3B;;AY/5DA;EA8CI,cAAc;EACd,kBAAkB;AZq3DtB;;AYp6DA;EAiDI,4BbzD0B;EEiI1B,+BFpI0B;Ea8D1B,qBAhEqC;AZu7DzC;;AY16DA;EAqDI,4BAA4B;EXoE5B,iBWnEmC;EACnC,eAAe;AZy3DnB;;AYh7DA;EAyDM,wBAAwB;AZ23D9B;;AYp7DA;EA2DQ,4BAA4B;AZ63DpC;;AYx7DA;EA6DQ,4BAA4B;AZ+3DpC;;AY57DA;EA+DQ,4BAA4B;AZi4DpC;;AYh8DA;EAiEQ,4BAA4B;AZm4DpC;;AYp8DA;EAmEI,wBAAwB;EXsDxB,iBWrDmC;EACnC,eAAe;AZq4DnB;;AY18DA;EAuEM,uBAAuB;EACvB,iBAAiB;AZu4DvB;;AY/8DA;EA0EQ,uBAAuB;AZy4D/B;;AYn9DA;EXyHI,iBW7CmC;AZ24DvC;;AYv9DA;EA8EI,gBAAgB;EAChB,iBAAiB;EACjB,kBAAkB;AZ64DtB;;AY79DA;EAkFM,eAAe;AZ+4DrB;;AYj+DA;EAoFM,kBAAkB;AZi5DxB;;AYr+DA;EAsFM,qBAAqB;AZm5D3B;;AYz+DA;EAwFM,kBAAkB;AZq5DxB;;AY7+DA;EXyCE,iCAAiC;EWkD/B,gBAAgB;EAChB,qBAvG8B;EAwG9B,gBAAgB;EAChB,iBAAiB;AZu5DrB;;AYr/DA;;EAiGI,cAAc;AZy5DlB;;AY1/DA;EAmGI,WAAW;AZ25Df;;AY9/DA;;EAsGM,yBbjHwB;EakHxB,qBA/GmC;EAgHnC,qBA/GmC;EAgHnC,mBAAmB;AZ65DzB;;AYtgEA;EA2GM,cb1HwB;ACyhE9B;;AY1gEA;EA6GQ,mBAAmB;AZi6D3B;;AY9gEA;;EAiHQ,qBAtHsC;EAuHtC,cbjIsB;ACmiE9B;;AYphEA;;EAsHQ,qBAzHsC;EA0HtC,cbtIsB;ACyiE9B;;AY1hEA;;EA6HY,sBAAsB;AZk6DlC;;AY/hEA;EAgIM,aAAa;AZm6DnB;;AYniEA;EAmII,kBblHY;ACshEhB;;AYviEA;EAqII,kBbtHY;AC4hEhB;;AY3iEA;EAuII,iBbzHW;ACiiEf;;Aa9jEA;EACE,mBAAmB;EACnB,oBAAoB;EACpB,uBAAuB;EACvB,cAVsB;EAWtB,aAXsB;Ab4kExB;;AatkEA;EAQI,YAbwB;EAcxB,WAdwB;AbglE5B;;Aa3kEA;EAWI,YAfyB;EAgBzB,WAhByB;AbolE7B;;AahlEA;EAcI,YAjBwB;EAkBxB,WAlBwB;AbwlE5B;;AapkEA;EACE,uBAAuB;EACvB,cAAc;EACd,oBAAoB;EACpB,eAAe;EACf,mBA5BsB;EA6BtB,mBAAmB;AbukErB;;Aa7kEA;EAQI,YAAY;EACZ,cAAc;AbykElB;;AallEA;EAWM,oBA9BoB;AbymE1B;;AatlEA;EAaM,mBAhCoB;Ab6mE1B;;Aa3kEA;EACE,aAAa;Ab8kEf;;AcjnEA;EACE,cAAc;EACd,kBAAkB;AdonEpB;;ActnEA;EAII,cAAc;EACd,YAAY;EACZ,WAAW;AdsnEf;;Ac5nEA;EAQM,uBf2DmB;AC6jEzB;;AchoEA;EAUI,WAAW;Ad0nEf;;AcpoEA;;;;;;;;;;;;;;;;;EA+BM,YAAY;EACZ,WAAW;AdynEjB;;AczpEA;EAmCI,iBAAiB;Ad0nErB;;Ac7pEA;EAqCI,gBAAgB;Ad4nEpB;;AcjqEA;EAuCI,gBAAgB;Ad8nEpB;;AcrqEA;EAyCI,qBAAqB;AdgoEzB;;AczqEA;EA2CI,gBAAgB;AdkoEpB;;Ac7qEA;EA6CI,mBAAmB;AdooEvB;;AcjrEA;EA+CI,gBAAgB;AdsoEpB;;AcrrEA;EAiDI,qBAAqB;AdwoEzB;;AczrEA;EAmDI,iBAAiB;Ad0oErB;;Ac7rEA;EAqDI,sBAAsB;Ad4oE1B;;AcjsEA;EAuDI,iBAAiB;Ad8oErB;;AcrsEA;EAyDI,sBAAsB;AdgpE1B;;AczsEA;EA2DI,sBAAsB;AdkpE1B;;Ac7sEA;EA6DI,iBAAiB;AdopErB;;AcjtEA;EA+DI,iBAAiB;AdspErB;;AcrtEA;EAmEM,YAAwB;EACxB,WAAuB;AdspE7B;;Ac1tEA;EAmEM,YAAwB;EACxB,WAAuB;Ad2pE7B;;Ac/tEA;EAmEM,YAAwB;EACxB,WAAuB;AdgqE7B;;AcpuEA;EAmEM,YAAwB;EACxB,WAAuB;AdqqE7B;;AczuEA;EAmEM,YAAwB;EACxB,WAAuB;Ad0qE7B;;Ac9uEA;EAmEM,YAAwB;EACxB,WAAuB;Ad+qE7B;;AcnvEA;EAmEM,aAAwB;EACxB,YAAuB;AdorE7B;;AejvEA;EAEE,4BhBA4B;EgBC5B,kBhBuDU;EgBtDV,kBAAkB;EAIhB,sCAZoD;Af4vExD;;AexvEA;EAUI,mBAAmB;EACnB,0BAA0B;AfkvE9B;;Ae7vEA;EAaI,mBAAmB;AfovEvB;;AejwEA;;EAgBI,iBhBZ2B;ACkwE/B;;AetwEA;EAkBI,uBAAuB;AfwvE3B;;Ae1wEA;Ed2II,YcvH4B;EAC5B,kBAAkB;EAClB,WAAW;Af0vEf;;AehxEA;;;EA0BI,mBAAmB;Af4vEvB;;AetxEA;EAgCM,uBhB5ByB;EgB6BzB,chB1CuB;ACoyE7B;;Ae3xEA;EAgCM,yBhBzCuB;EgB0CvB,YhB7ByB;AC4xE/B;;AehyEA;EAgCM,4BhB9BwB;EgB+BxB,yBLoCe;AVguErB;;AeryEA;EAgCM,yBhBrCwB;EgBsCxB,WLsCU;AVmuEhB;;Ae1yEA;EAgCM,yBhBvB4B;EgBwB5B,WLsCU;AVwuEhB;;Ae/yEA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AV6tErE;;AepzEA;EAgCM,yBhBrB4B;EgBsB5B,WLsCU;AVkvEhB;;AezzEA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AVuuErE;;Ae9zEA;EAgCM,yBhBtB4B;EgBuB5B,WLsCU;AV4vEhB;;Aen0EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AVivErE;;Aex0EA;EAgCM,yBhBxB4B;EgByB5B,WLsCU;AVswEhB;;Ae70EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AV2vErE;;Ael1EA;EAgCM,yBhBzB4B;EgB0B5B,yBLoCe;AVkxErB;;Aev1EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AVqwErE;;Ae51EA;EAgCM,yBhBnB2B;EgBoB3B,WLsCU;AV0xEhB;;Aej2EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AV+wErE;;AgBv2EA;EAEE,qBAAqB;EACrB,wBAAwB;EACxB,YAAY;EACZ,uBjBwDuB;EiBvDvB,cAAc;EACd,YjBoBW;EiBnBX,gBAAgB;EAChB,UAAU;EACV,WAAW;AhBy2Eb;;AgBn3EA;EAYI,yBjBX2B;ACs3E/B;;AgBv3EA;EAcI,yBjBjB0B;AC83E9B;;AgB33EA;EAgBI,yBjBnB0B;ACk4E9B;;AgB/3EA;EAkBI,yBjBrB0B;EiBsB1B,YAAY;AhBi3EhB;;AgBp4EA;EAyBQ,uBjBpBuB;ACm4E/B;;AgBx4EA;EA2BQ,uBjBtBuB;ACu4E/B;;AgB54EA;EA6BQ,uBjBxBuB;AC24E/B;;AgBh5EA;EA+BQ,mEAA2F;AhBq3EnG;;AgBp5EA;EAyBQ,yBjBjCqB;ACg6E7B;;AgBx5EA;EA2BQ,yBjBnCqB;ACo6E7B;;AgB55EA;EA6BQ,yBjBrCqB;ACw6E7B;;AgBh6EA;EA+BQ,qEAA2F;AhBq4EnG;;AgBp6EA;EAyBQ,4BjBtBsB;ACq6E9B;;AgBx6EA;EA2BQ,4BjBxBsB;ACy6E9B;;AgB56EA;EA6BQ,4BjB1BsB;AC66E9B;;AgBh7EA;EA+BQ,wEAA2F;AhBq5EnG;;AgBp7EA;EAyBQ,yBjB7BsB;AC47E9B;;AgBx7EA;EA2BQ,yBjB/BsB;ACg8E9B;;AgB57EA;EA6BQ,yBjBjCsB;ACo8E9B;;AgBh8EA;EA+BQ,qEAA2F;AhBq6EnG;;AgBp8EA;EAyBQ,yBjBf0B;AC87ElC;;AgBx8EA;EA2BQ,yBjBjB0B;ACk8ElC;;AgB58EA;EA6BQ,yBjBnB0B;ACs8ElC;;AgBh9EA;EA+BQ,qEAA2F;AhBq7EnG;;AgBp9EA;EAyBQ,yBjBb0B;AC48ElC;;AgBx9EA;EA2BQ,yBjBf0B;ACg9ElC;;AgB59EA;EA6BQ,yBjBjB0B;ACo9ElC;;AgBh+EA;EA+BQ,qEAA2F;AhBq8EnG;;AgBp+EA;EAyBQ,yBjBd0B;AC69ElC;;AgBx+EA;EA2BQ,yBjBhB0B;ACi+ElC;;AgB5+EA;EA6BQ,yBjBlB0B;ACq+ElC;;AgBh/EA;EA+BQ,qEAA2F;AhBq9EnG;;AgBp/EA;EAyBQ,yBjBhB0B;AC++ElC;;AgBx/EA;EA2BQ,yBjBlB0B;ACm/ElC;;AgB5/EA;EA6BQ,yBjBpB0B;ACu/ElC;;AgBhgFA;EA+BQ,qEAA2F;AhBq+EnG;;AgBpgFA;EAyBQ,yBjBjB0B;ACggFlC;;AgBxgFA;EA2BQ,yBjBnB0B;ACogFlC;;AgB5gFA;EA6BQ,yBjBrB0B;ACwgFlC;;AgBhhFA;EA+BQ,qEAA2F;AhBq/EnG;;AgBphFA;EAyBQ,yBjBXyB;AC0gFjC;;AgBxhFA;EA2BQ,yBjBbyB;AC8gFjC;;AgB5hFA;EA6BQ,yBjBfyB;ACkhFjC;;AgBhiFA;EA+BQ,qEAA2F;AhBqgFnG;;AgBpiFA;EAkCI,gCAtCkC;UAsClC,wBAtCkC;EAuClC,2CAAmC;UAAnC,mCAAmC;EACnC,yCAAiC;UAAjC,iCAAiC;EACjC,yCAAiC;UAAjC,iCAAiC;EACjC,yBjBrC2B;EiBsC3B,qEAA0F;EAC1F,6BAA6B;EAC7B,4BAA4B;EAC5B,0BAA0B;AhBsgF9B;;AgBhjFA;EA4CM,6BAA6B;AhBwgFnC;;AgBpjFA;EA8CM,6BAA6B;AhB0gFnC;;AgBxjFA;EAgDM,oBAAoB;AhB4gF1B;;AgB5jFA;EAoDI,ejBxBY;ACoiFhB;;AgBhkFA;EAsDI,ejB5BY;AC0iFhB;;AgBpkFA;EAwDI,cjB/BW;AC+iFf;;AgB9gFA;EACE;IACE,2BAA2B;EhBihF7B;EgBhhFA;IACE,4BAA4B;EhBkhF9B;AACF;;AgBvhFA;EACE;IACE,2BAA2B;EhBihF7B;EgBhhFA;IACE,4BAA4B;EhBkhF9B;AACF;;AiB9jFA;EAEE,uBlBhB6B;EkBiB7B,clB1B4B;AC0lF9B;;AiBnkFA;;EAMI,yBlBzB0B;EkB0B1B,qBA9B6B;EA+B7B,qBA9B6B;EA+B7B,mBAAmB;AjBkkFvB;;AiB3kFA;;EAeQ,uBlB7BuB;EkB8BvB,mBlB9BuB;EkB+BvB,clB5CqB;AC6mF7B;;AiBllFA;;EAeQ,yBlB1CqB;EkB2CrB,qBlB3CqB;EkB4CrB,YlB/BuB;ACumF/B;;AiBzlFA;;EAeQ,4BlB/BsB;EkBgCtB,wBlBhCsB;EkBiCtB,yBPkCa;AV6iFrB;;AiBhmFA;;EAeQ,yBlBtCsB;EkBuCtB,qBlBvCsB;EkBwCtB,WPoCQ;AVkjFhB;;AiBvmFA;;EAeQ,yBlBxB0B;EkByB1B,qBlBzB0B;EkB0B1B,WPoCQ;AVyjFhB;;AiB9mFA;;EAeQ,yBlBtB0B;EkBuB1B,qBlBvB0B;EkBwB1B,WPoCQ;AVgkFhB;;AiBrnFA;;EAeQ,yBlBvB0B;EkBwB1B,qBlBxB0B;EkByB1B,WPoCQ;AVukFhB;;AiB5nFA;;EAeQ,yBlBzB0B;EkB0B1B,qBlB1B0B;EkB2B1B,WPoCQ;AV8kFhB;;AiBnoFA;;EAeQ,yBlB1B0B;EkB2B1B,qBlB3B0B;EkB4B1B,yBPkCa;AVulFrB;;AiB1oFA;;EAeQ,yBlBpByB;EkBqBzB,qBlBrByB;EkBsBzB,WPoCQ;AV4lFhB;;AiBjpFA;;EAoBM,mBAAmB;EACnB,SAAS;AjBkoFf;;AiBvpFA;;EAuBM,yBlBhC4B;EkBiC5B,WP6BU;AVwmFhB;;AiB7pFA;;;;EA2BQ,mBAAmB;AjByoF3B;;AiBpqFA;;EA6BM,sBAAsB;AjB4oF5B;;AiBzqFA;EA+BI,clBtD0B;ACosF9B;;AiB7qFA;EAiCM,mBAAmB;AjBgpFzB;;AiBjrFA;EAoCM,yBlB7C4B;EkB8C5B,WPgBU;AVioFhB;;AiBtrFA;;EAwCQ,mBAAmB;AjBmpF3B;;AiB3rFA;;EA2CQ,kBPUQ;EOTR,mBAAmB;AjBqpF3B;;AiBjsFA;EA8CI,6BA5DqC;AjBmtFzC;;AiBrsFA;;EAiDM,qBApEgC;EAqEhC,clBzEwB;ACkuF9B;;AiB3sFA;EAoDI,6BAhEqC;AjB2tFzC;;AiB/sFA;;EAuDM,qBAxEgC;EAyEhC,clB/EwB;AC4uF9B;;AiBrtFA;EA0DI,6BAvEqC;AjBsuFzC;;AiBztFA;;EA+DU,sBAAsB;AjB+pFhC;;AiB9tFA;;EAoEM,iBAAiB;AjB+pFvB;;AiBnuFA;;EAyEU,wBAAwB;AjB+pFlC;;AiBxuFA;EA2EI,WAAW;AjBiqFf;;AiB5uFA;EAgFU,yBlB/FoB;AC+vF9B;;AiBhvFA;EAqFY,yBlBpGkB;ACmwF9B;;AiBpvFA;EAuFc,4BlBvGgB;ACwwF9B;;AiBxvFA;;EA2FM,qBAAqB;AjBkqF3B;;AiB7vFA;EAgGU,yBlB/GoB;ACgxF9B;;AiB/pFA;EhBjEE,iCAAiC;EgBoEjC,cAAc;EACd,kBAAkB;EAClB,eAAe;AjBiqFjB;;AkB5xFA;EACE,mBAAmB;EACnB,aAAa;EACb,eAAe;EACf,2BAA2B;AlB+xF7B;;AkBnyFA;EAMI,qBAAqB;AlBiyFzB;;AkBvyFA;EjBqII,mBiB7HwC;AlBmyF5C;;AkB3yFA;EAUI,sBAAsB;AlBqyF1B;;AkB/yFA;EAYI,mBAAmB;AlBuyFvB;;AkBnzFA;EAgBM,enBYO;AC2xFb;;AkBvzFA;EAmBM,kBnBQU;ACgyFhB;;AkB3zFA;EAqBI,uBAAuB;AlB0yF3B;;AkB/zFA;EAuBM,qBAAqB;EACrB,oBAAoB;AlB4yF1B;;AkBp0FA;EA0BI,yBAAyB;AlB8yF7B;;AkBx0FA;EA6BQ,mBAAmB;AlB+yF3B;;AkB50FA;EA+BQ,eAAe;AlBizFvB;;AkBh1FA;EjBqII,ciBnGmC;AlBkzFvC;;AkBp1FA;EjBqII,eiBjGqC;EAK/B,0BAA0B;EAC1B,6BAA6B;AlBgzFvC;;AkB11FA;EAgDU,yBAAyB;EACzB,4BAA4B;AlB8yFtC;;AkB5yFA;EACE,mBAAmB;EACnB,4BnBjD4B;EmBkD5B,kBnBMU;EmBLV,cnBzD4B;EmB0D5B,oBAAoB;EACpB,kBnB5Bc;EmB6Bd,WAAW;EACX,uBAAuB;EACvB,gBAAgB;EAChB,oBAAoB;EACpB,qBAAqB;EACrB,mBAAmB;AlB+yFrB;;AkB3zFA;EjBkFI,qBiBpEuC;EjBoEvC,sBiBnEyC;AlBizF7C;;AkBh0FA;EAqBM,uBnBlEyB;EmBmEzB,cnBhFuB;AC+3F7B;;AkBr0FA;EAqBM,yBnB/EuB;EmBgFvB,YnBnEyB;ACu3F/B;;AkB10FA;EAqBM,4BnBpEwB;EmBqExB,yBRFe;AV2zFrB;;AkB/0FA;EAqBM,yBnB3EwB;EmB4ExB,WRAU;AV8zFhB;;AkBp1FA;EAqBM,yBnB7D4B;EmB8D5B,WRAU;AVm0FhB;;AkBz1FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVwzFrE;;AkB91FA;EAqBM,yBnB3D4B;EmB4D5B,WRAU;AV60FhB;;AkBn2FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVk0FrE;;AkBx2FA;EAqBM,yBnB5D4B;EmB6D5B,WRAU;AVu1FhB;;AkB72FA;EA4BU,yBRCsC;EQAtC,cRS2D;AV40FrE;;AkBl3FA;EAqBM,yBnB9D4B;EmB+D5B,WRAU;AVi2FhB;;AkBv3FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVs1FrE;;AkB53FA;EAqBM,yBnB/D4B;EmBgE5B,yBRFe;AV62FrB;;AkBj4FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVg2FrE;;AkBt4FA;EAqBM,yBnBzD2B;EmB0D3B,WRAU;AVq3FhB;;AkB34FA;EA4BU,yBRCsC;EQAtC,cRS2D;AV02FrE;;AkBh5FA;EAgCI,kBnBtDY;AC06FhB;;AkBp5FA;EAkCI,enBzDS;AC+6Fb;;AkBx5FA;EAoCI,kBnB5DY;ACo7FhB;;AkB55FA;EjBkFI,sBiB3C0C;EjB2C1C,qBiB1C0C;AlBy3F9C;;AkBj6FA;EjBkFI,sBiBxC0C;EjBwC1C,qBiBvC0C;AlB23F9C;;AkBt6FA;EjBkFI,sBiBrC0C;EjBqC1C,qBiBpC0C;AlB63F9C;;AkB36FA;EjBkFI,iBiBzImB;EAyGnB,UAAU;EACV,kBAAkB;EAClB,UAAU;AlB83Fd;;AkBl7FA;EAuDM,8BAA8B;EAC9B,WAAW;EACX,cAAc;EACd,SAAS;EACT,kBAAkB;EAClB,QAAQ;EACR,0DAA0D;EAC1D,+BAA+B;AlB+3FrC;;AkB77FA;EAgEM,WAAW;EACX,UAAU;AlBi4FhB;;AkBl8FA;EAmEM,WAAW;EACX,UAAU;AlBm4FhB;;AkBv8FA;EAuEM,yBAAmD;AlBo4FzD;;AkB38FA;EAyEM,yBAAoD;AlBs4F1D;;AkB/8FA;EA2EI,uBnBhEqB;ACw8FzB;;AkBt4FA;EAEI,0BAA0B;AlBw4F9B;;AmB9/FA;;EAGE,sBAAsB;AnBggGxB;;AmBngGA;;;;EAMI,oBAAoB;AnBogGxB;;AmB1gGA;;EAQI,iBApBmB;AnB2hGvB;;AmB/gGA;;EAUI,iBArBmB;AnB+hGvB;;AmBphGA;;EAYI,sBAAsB;AnB6gG1B;;AmB3gGA;EACE,cpB9B4B;EoBiC5B,epBLW;EoBMX,gBpBGmB;EoBFnB,kBAnCuB;AnB+iGzB;;AmBlhGA;EAQI,cApCwB;EAqCxB,oBApCyB;AnBkjG7B;;AmBvhGA;EAWI,oBAAoB;AnBghGxB;;AmB3hGA;EAaI,oBA7B+B;AnB+iGnC;;AmB/hGA;EAkBM,epBrBO;ACsiGb;;AmBniGA;EAkBM,iBpBpBS;ACyiGf;;AmBviGA;EAkBM,epBnBO;AC4iGb;;AmB3iGA;EAkBM,iBpBlBS;AC+iGf;;AmB/iGA;EAkBM,kBpBjBU;ACkjGhB;;AmBnjGA;EAkBM,epBhBO;ACqjGb;;AmBvjGA;EAkBM,kBpBfU;ACwjGhB;;AmBviGA;EACE,cpBjD4B;EoBoD5B,kBpBvBc;EoBwBd,gBpBnBiB;EoBoBjB,iBA7CyB;AnBqlG3B;;AmB9iGA;EAQI,cpBzD0B;EoB0D1B,gBpBrBiB;AC+jGrB;;AmBnjGA;EAWI,oBA/C+B;AnB2lGnC;;AmBvjGA;EAgBM,epBvCO;ACklGb;;AmB3jGA;EAgBM,iBpBtCS;ACqlGf;;AmB/jGA;EAgBM,epBrCO;ACwlGb;;AmBnkGA;EAgBM,iBpBpCS;AC2lGf;;AmBvkGA;EAgBM,kBpBnCU;AC8lGhB;;AmB3kGA;EAgBM,epBlCO;ACimGb;;AmB/kGA;EAgBM,kBpBjCU;AComGhB;;AoBloGA;EACE,cAAc;EACd,eAAe;EACf,mBAAmB;EACnB,kBAAkB;EAClB,yBAAyB;ApBqoG3B;;AoBnoGA;EAEE,gBrBwBiB;EqBvBjB,eAAe;EACf,gBAAgB;EAChB,UAAU;ApBqoGZ;;AoB1oGA;EAOI,cAAc;EACd,eAAe;ApBuoGnB;;AoBloGA;EACE,mBAAmB;EACnB,4BrBjB4B;EqBkB5B,uBrBwCuB;EqBvCvB,oBAAoB;EACpB,kBrBGc;EqBFd,WAAW;EACX,uBAAuB;EACvB,oBAAoB;EACpB,gBAAgB;EAChB,uBAAuB;EACvB,kBAAkB;EAClB,mBAAmB;ApBqoGrB;;AqB7qGA,eAAA;AC0DA;EAxBE,uBvBnB6B;EuBoB7B,qBvBzB4B;EuB0B5B,kBvBiCU;EuBhCV,cvB/B4B;AC+qG9B;;AClnGI;EqB5BA,4BvBjC0B;ACmrG9B;;ACtnGI;EqB5BA,4BvBjC0B;ACurG9B;;AC1nGI;EqB5BA,4BvBjC0B;AC2rG9B;;AC9nGI;EqB5BA,4BvBjC0B;AC+rG9B;;AsB7pGE;EAEE,qBvBjC0B;ACgsG9B;;AsB9pGE;EAIE,qBvBzB8B;EuB0B9B,kDvB1B8B;ACwrGlC;;AsB7pGE;;;;;EAEE,4BvBtC0B;EuBuC1B,wBvBvC0B;EuBwC1B,gBAAgB;EAChB,cvB9C0B;ACitG9B;;ACtpGI;;;;;EqBXE,+BvBhDwB;ACytG9B;;AC9pGI;;;;;EqBXE,+BvBhDwB;ACiuG9B;;ACtqGI;;;;;EqBXE,+BvBhDwB;ACyuG9B;;AC9qGI;;;;;EqBXE,+BvBhDwB;ACivG9B;;AuBnvGA;EAEE,2DxBN2B;EwBO3B,eAAe;EACf,WAAW;AvBqvGb;;AuBpvGE;EACE,gBAAgB;AvBuvGpB;;AuBnvGI;EACE,mBxBFyB;ACwvG/B;;AuBvvGK;EAMG,mDxBPuB;AC4vG/B;;AuB3vGI;EACE,qBxBfuB;AC6wG7B;;AuB/vGK;EAMG,gDxBpBqB;ACixG7B;;AuBnwGI;EACE,wBxBJwB;AC0wG9B;;AuBvwGK;EAMG,mDxBTsB;AC8wG9B;;AuB3wGI;EACE,qBxBXwB;ACyxG9B;;AuB/wGK;EAMG,gDxBhBsB;AC6xG9B;;AuBnxGI;EACE,qBxBG4B;ACmxGlC;;AuBvxGK;EAMG,iDxBF0B;ACuxGlC;;AuB3xGI;EACE,qBxBK4B;ACyxGlC;;AuB/xGK;EAMG,kDxBA0B;AC6xGlC;;AuBnyGI;EACE,qBxBI4B;ACkyGlC;;AuBvyGK;EAMG,kDxBD0B;ACsyGlC;;AuB3yGI;EACE,qBxBE4B;AC4yGlC;;AuB/yGK;EAMG,kDxBH0B;ACgzGlC;;AuBnzGI;EACE,qBxBC4B;ACqzGlC;;AuBvzGK;EAMG,kDxBJ0B;ACyzGlC;;AuB3zGI;EACE,qBxBO2B;ACuzGjC;;AuB/zGK;EAMG,kDxBEyB;AC2zGjC;;AuB3zGE;EzBmBA,kBCyBgB;EDxBhB,kBCNc;ACkzGhB;;AuB9zGE;EzBoBA,kBCVc;ACwzGhB;;AuBh0GE;EzBoBA,iBCba;AC6zGf;;AuBj0GE;EACE,cAAc;EACd,WAAW;AvBo0Gf;;AuBn0GE;EACE,eAAe;EACf,WAAW;AvBs0Gf;;AuBp0GA;EAGI,uBxB8BqB;EwB7BrB,gDAA4D;EAC5D,iDAA6D;AvBq0GjE;;AuB10GA;EAOI,6BAA6B;EAC7B,yBAAyB;EACzB,gBAAgB;EAChB,eAAe;EACf,gBAAgB;AvBu0GpB;;AuBr0GA;EAEE,cAAc;EACd,eAAe;EACf,eAAe;EACf,2BzB7CkE;EyB8ClE,gBAAgB;AvBu0GlB;;AuB70GA;EAQI,gBA1DsB;EA2DtB,eA1DqB;AvBm4GzB;;AuBl1GA;EAWI,eAAe;AvB20GnB;;AuBt1GA;EAcI,YAAY;AvB40GhB;;AwB74GA;EACE,eAAe;EACf,qBAAqB;EACrB,iBAAiB;EACjB,kBAAkB;AxBg5GpB;;AwB/4GE;EACE,eAAe;AxBk5GnB;;AwBj5GE;EACE,czBF0B;ACs5G9B;;AwBn5GE;;;;;EAGE,czBJ0B;EyBK1B,mBAAmB;AxBw5GvB;;AwBn5GA;EvB4HI,mBuBzHqC;AxBo5GzC;;AyBv6GA;EACE,qBAAqB;EACrB,eAAe;EACf,kBAAkB;EAClB,mBAAmB;AzB06GrB;;AyB96GA;EAMI,a3BDkB;AE66GtB;;AyBl7GA;EAUM,qB1BU4B;EEgI9B,awBzI+B;EAC7B,UAAU;AzB46GhB;;AyBx7GA;EAeM,uB1BsDmB;EEuErB,kBwB5HsC;AzB66G1C;;AyB77GA;EAmBI,eAAe;EACf,cAAc;EACd,cAAc;EACd,eAAe;EACf,aAAa;AzB86GjB;;AyBr8GA;EAyBM,aAAa;AzBg7GnB;;AyBz8GA;;EA4BM,wB1BjBwB;ACm8G9B;;AyB98GA;ExB4II,mBwB9GwC;AzBo7G5C;;AyBl9GA;EAgCM,YAAY;EACZ,UAAU;AzBs7GhB;;AyBv9GA;EAmCQ,kBAAkB;AzBw7G1B;;AyB39GA;EAuCM,qB1BnCwB;AC29G9B;;AyB/9GA;EA6CQ,mB1BhCuB;ACs9G/B;;AyBn+GA;EA+CQ,mB1BlCuB;AC09G/B;;AyBv+GA;EAkDU,qBfyDuB;AVg4GjC;;AyB3+GA;EAuDU,mD1B1CqB;ACk+G/B;;AyB/+GA;EA6CQ,qB1B7CqB;ACm/G7B;;AyBn/GA;EA+CQ,qB1B/CqB;ACu/G7B;;AyBv/GA;EAkDU,mBfyDuB;AVg5GjC;;AyB3/GA;EAuDU,gD1BvDmB;AC+/G7B;;AyB//GA;EA6CQ,wB1BlCsB;ACw/G9B;;AyBngHA;EA+CQ,wB1BpCsB;AC4/G9B;;AyBvgHA;EAkDU,qBfyDuB;AVg6GjC;;AyB3gHA;EAuDU,mD1B5CoB;ACogH9B;;AyB/gHA;EA6CQ,qB1BzCsB;AC+gH9B;;AyBnhHA;EA+CQ,qB1B3CsB;ACmhH9B;;AyBvhHA;EAkDU,qBfyDuB;AVg7GjC;;AyB3hHA;EAuDU,gD1BnDoB;AC2hH9B;;AyB/hHA;EA6CQ,qB1B3B0B;ACihHlC;;AyBniHA;EA+CQ,qB1B7B0B;ACqhHlC;;AyBviHA;EAkDU,qBfyDuB;AVg8GjC;;AyB3iHA;EAuDU,iD1BrCwB;AC6hHlC;;AyB/iHA;EA6CQ,qB1BzB0B;AC+hHlC;;AyBnjHA;EA+CQ,qB1B3B0B;ACmiHlC;;AyBvjHA;EAkDU,qBfyDuB;AVg9GjC;;AyB3jHA;EAuDU,kD1BnCwB;AC2iHlC;;AyB/jHA;EA6CQ,qB1B1B0B;ACgjHlC;;AyBnkHA;EA+CQ,qB1B5B0B;ACojHlC;;AyBvkHA;EAkDU,qBfyDuB;AVg+GjC;;AyB3kHA;EAuDU,kD1BpCwB;AC4jHlC;;AyB/kHA;EA6CQ,qB1B5B0B;ACkkHlC;;AyBnlHA;EA+CQ,qB1B9B0B;ACskHlC;;AyBvlHA;EAkDU,qBfyDuB;AVg/GjC;;AyB3lHA;EAuDU,kD1BtCwB;AC8kHlC;;AyB/lHA;EA6CQ,qB1B7B0B;ACmlHlC;;AyBnmHA;EA+CQ,qB1B/B0B;ACulHlC;;AyBvmHA;EAkDU,qBfyDuB;AVggHjC;;AyB3mHA;EAuDU,kD1BvCwB;AC+lHlC;;AyB/mHA;EA6CQ,qB1BvByB;AC6lHjC;;AyBnnHA;EA+CQ,qB1BzByB;ACimHjC;;AyBvnHA;EAkDU,qBfyDuB;AVghHjC;;AyB3nHA;EAuDU,kD1BjCuB;ACymHjC;;AyB/nHA;E3ByCE,kBCyBgB;EDxBhB,kBCNc;ACgmHhB;;AyBpoHA;E3B4CE,kBCVc;ACsmHhB;;AyBxoHA;E3B8CE,iBCba;AC2mHf;;AyB5oHA;EAkEM,qB1B5DwB;AC0oH9B;;AyBhpHA;EAoEI,WAAW;AzBglHf;;AyBppHA;EAsEM,WAAW;AzBklHjB;;AyBxpHA;EA0EM,aAAa;EACb,kBAAkB;ExByEpB,awBxE+B;EAC7B,YAAY;EACZ,eAAe;AzBklHrB;;AyBhqHA;EAgFM,kB1B5CU;ACgoHhB;;AyBpqHA;EAkFM,kB1BhDU;ACsoHhB;;AyBxqHA;EAoFM,iB1BnDS;AC2oHf;;A0B/pHA;EAEE,oBAAoB;EACpB,aAAa;EACb,2BAA2B;EAC3B,kBAAkB;A1BiqHpB;;A0BtqHA;EAYQ,uB3BZuB;E2BavB,yBAAyB;EACzB,c3B3BqB;ACyrH7B;;A0B5qHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,c3BjCmB;AC+rH7B;;A0BlrHA;EAwBU,yBAAyB;EACzB,+C3BzBqB;E2B0BrB,c3BvCmB;ACqsH7B;;A0BxrHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,c3B7CmB;AC2sH7B;;A0B9rHA;EAYQ,yB3BzBqB;E2B0BrB,yBAAyB;EACzB,Y3BduB;ACosH/B;;A0BpsHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,Y3BpBqB;AC0sH/B;;A0B1sHA;EAwBU,yBAAyB;EACzB,4C3BtCmB;E2BuCnB,Y3B1BqB;ACgtH/B;;A0BhtHA;EA8BU,uBhBgEuB;EgB/DvB,yBAAyB;EACzB,Y3BhCqB;ACstH/B;;A0BttHA;EAYQ,4B3BdsB;E2BetB,yBAAyB;EACzB,yBhBmDa;AV2pHrB;;A0B5tHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,yBhB6CW;AViqHrB;;A0BluHA;EAwBU,yBAAyB;EACzB,+C3B3BoB;E2B4BpB,yBhBuCW;AVuqHrB;;A0BxuHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,yBhBiCW;AV6qHrB;;A0B9uHA;EAYQ,yB3BrBsB;E2BsBtB,yBAAyB;EACzB,WhBqDQ;AVirHhB;;A0BpvHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AVurHhB;;A0B1vHA;EAwBU,yBAAyB;EACzB,4C3BlCoB;E2BmCpB,WhByCM;AV6rHhB;;A0BhwHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVmsHhB;;A0BtwHA;EAYQ,yB3BP0B;E2BQ1B,yBAAyB;EACzB,WhBqDQ;AVysHhB;;A0B5wHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AV+sHhB;;A0BlxHA;EAwBU,yBAAyB;EACzB,6C3BpBwB;E2BqBxB,WhByCM;AVqtHhB;;A0BxxHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AV2tHhB;;A0B9xHA;EAYQ,yB3BL0B;E2BM1B,yBAAyB;EACzB,WhBqDQ;AViuHhB;;A0BpyHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AVuuHhB;;A0B1yHA;EAwBU,yBAAyB;EACzB,8C3BlBwB;E2BmBxB,WhByCM;AV6uHhB;;A0BhzHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVmvHhB;;A0BtzHA;EAYQ,yB3BN0B;E2BO1B,yBAAyB;EACzB,WhBqDQ;AVyvHhB;;A0B5zHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AV+vHhB;;A0Bl0HA;EAwBU,yBAAyB;EACzB,8C3BnBwB;E2BoBxB,WhByCM;AVqwHhB;;A0Bx0HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AV2wHhB;;A0B90HA;EAYQ,yB3BR0B;E2BS1B,yBAAyB;EACzB,WhBqDQ;AVixHhB;;A0Bp1HA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AVuxHhB;;A0B11HA;EAwBU,yBAAyB;EACzB,8C3BrBwB;E2BsBxB,WhByCM;AV6xHhB;;A0Bh2HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVmyHhB;;A0Bt2HA;EAYQ,yB3BT0B;E2BU1B,yBAAyB;EACzB,yBhBmDa;AV2yHrB;;A0B52HA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,yBhB6CW;AVizHrB;;A0Bl3HA;EAwBU,yBAAyB;EACzB,8C3BtBwB;E2BuBxB,yBhBuCW;AVuzHrB;;A0Bx3HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,yBhBiCW;AV6zHrB;;A0B93HA;EAYQ,yB3BHyB;E2BIzB,yBAAyB;EACzB,WhBqDQ;AVi0HhB;;A0Bp4HA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AVu0HhB;;A0B14HA;EAwBU,yBAAyB;EACzB,8C3BhBuB;E2BiBvB,WhByCM;AV60HhB;;A0Bh5HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVm1HhB;;A0Bt5HA;EAmCI,kB3BZY;ACm4HhB;;A0B15HA;EAqCI,kB3BhBY;ACy4HhB;;A0B95HA;EAwCQ,eAAe;A1B03HvB;;A0Bl6HA;EA0CI,iB3BtBW;ACk5Hf;;A0Bt6HA;EA6CQ,eAAe;A1B63HvB;;A0B16HA;EAiDM,6BAA6B;EAC7B,0BAA0B;A1B63HhC;;A0B/6HA;EAoDM,4BAA4B;EAC5B,yBAAyB;A1B+3H/B;;A0Bp7HA;EAwDQ,kB3BFI;ACk4HZ;;A0Bx7HA;EA0DQ,aAAa;A1Bk4HrB;;A0B57HA;EA6DM,sBAAsB;A1Bm4H5B;;A0Bh8HA;EA+DM,sBAAsB;EACtB,YAAY;EACZ,gBAAgB;A1Bq4HtB;;A0Bt8HA;EAmEM,uBAAuB;A1Bu4H7B;;A0B18HA;EAqEM,aAAa;EACb,YAAY;A1By4HlB;;A0B/8HA;EAwEQ,eAAe;A1B24HvB;;A0Bn9HA;EA2EQ,eAAe;A1B44HvB;;A0Bv9HA;EA8EQ,eAAe;A1B64HvB;;A0B39HA;EAiFQ,eAAe;A1B84HvB;;A0B/9HA;EAoFQ,0BAA4C;A1B+4HpD;;A0Bn+HA;EAsFQ,0B3BhCI;E2BiCJ,uBAAuB;A1Bi5H/B;;A0Bx+HA;EAyFI,uBAAuB;A1Bm5H3B;;A0B5+HA;EA4FM,WAAW;A1Bo5HjB;;A0Bh/HA;EA8FM,YAAY;EACZ,eAAe;A1Bs5HrB;;A0Br/HA;EAiGI,yBAAyB;A1Bw5H7B;;A0Bz/HA;EAmGM,0BAA4C;A1B05HlD;;A0B7/HA;EAqGM,0B3B/CM;E2BgDN,2BAA2B;EAC3B,SAAS;A1B45Hf;;A0B15HA;EACE,oBAAoB;EACpB,aAAa;EACb,eAAe;EACf,2BAA2B;EAC3B,gBAAgB;EAChB,kBAAkB;A1B65HpB;;A0Bn6HA;EASM,yBhBpB2B;EgBqB3B,c3B5HwB;AC0hI9B;;A0Bx6HA;EAYM,qBhBvB2B;AVu7HjC;;A0B56HA;EAeM,yBhB1B2B;EgB2B3B,c3BlIwB;ACmiI9B;;A0Bj7HA;EAkBM,qBhB7B2B;AVg8HjC;;A0Bj6HA;EACE,YAAY;EACZ,OAAO;EACP,UAAU;EACV,aAAa;EACb,kBAAkB;EAClB,MAAM;EACN,WAAW;A1Bo6Hb;;A0Bl6HA;;EAGE,qB3B9I4B;E2B+I5B,kB3BpFU;E2BqFV,cAAc;EACd,iBAAiB;EACjB,kBAAkB;EAClB,mBAAmB;A1Bo6HrB;;A0Bl6HA;EACE,4B3BnJ4B;E2BoJ5B,c3B1J4B;AC+jI9B;;A0Bn6HA;EACE,qB3B1J4B;E2B2J5B,mBA5J4B;EA6J5B,2BA5JoC;EA6JpC,cAAc;EACd,eA7JwB;EA8JxB,gBAAgB;EAChB,mBAAmB;EACnB,uBAAuB;A1Bs6HzB;;A0Bp6HA;EACE,mBAAmB;EACnB,aAAa;EACb,WAAW;EACX,uBAAuB;EzBnCrB,kByBoCmC;EACrC,UAAU;A1Bu6HZ;;A0B76HA;EAQI,eAAe;A1By6HnB;;A2BvlIA;EACE,c5BF4B;E4BG5B,cAAc;EACd,e5B2BW;E4B1BX,gB5BiCe;ACyjIjB;;A2B9lIA;EAMI,oBAAoB;A3B4lIxB;;A2BlmIA;EASI,kB5BsBY;ACukIhB;;A2BtmIA;EAWI,kB5BkBY;AC6kIhB;;A2B1mIA;EAaI,iB5BeW;ACklIf;;A2B/lIA;EACE,cAAc;EACd,kB5Bcc;E4Bbd,mBAAmB;A3BkmIrB;;A2BrmIA;EAOM,Y5BdyB;ACgnI/B;;A2BzmIA;EAOM,c5B3BuB;ACioI7B;;A2B7mIA;EAOM,iB5BhBwB;AC0nI9B;;A2BjnIA;EAOM,c5BvBwB;ACqoI9B;;A2BrnIA;EAOM,c5BT4B;AC2nIlC;;A2BznIA;EAOM,c5BP4B;AC6nIlC;;A2B7nIA;EAOM,c5BR4B;ACkoIlC;;A2BjoIA;EAOM,c5BV4B;ACwoIlC;;A2BroIA;EAOM,c5BX4B;AC6oIlC;;A2BzoIA;EAOM,c5BL2B;AC2oIjC;;A2BloIA;EAEI,sBAAsB;A3BooI1B;;A2BtoIA;EAKI,aAAa;EACb,2BAA2B;A3BqoI/B;;A2B3oIA;E1B6GI,iB0BpGwC;A3BsoI5C;;A2B/oIA;;;EAcU,gBAAgB;A3BuoI1B;;A2BrpIA;;;EAuBY,4BAA4B;EAC5B,yBAAyB;A3BooIrC;;A2B5pIA;;;EAiCY,6BAA6B;EAC7B,0BAA0B;A3BioItC;;A2BnqIA;;;;;EAyCY,UAAU;A3BkoItB;;A2B3qIA;;;;;;;;;EA8CY,UAAU;A3ByoItB;;A2BvrIA;;;;;;;;;EAgDc,UAAU;A3BmpIxB;;A2BnsIA;EAkDQ,YAAY;EACZ,cAAc;A3BqpItB;;A2BxsIA;EAqDM,uBAAuB;A3BupI7B;;A2B5sIA;EAuDM,yBAAyB;A3BypI/B;;A2BhtIA;EA0DQ,YAAY;EACZ,cAAc;A3B0pItB;;A2BrtIA;EA6DI,aAAa;EACb,2BAA2B;A3B4pI/B;;A2B1tIA;EAgEM,cAAc;A3B8pIpB;;A2B9tIA;EAkEQ,gBAAgB;E1B2CpB,oB0B1C2C;A3BgqI/C;;A2BnuIA;EAqEQ,YAAY;EACZ,cAAc;A3BkqItB;;A2BxuIA;EAwEM,uBAAuB;A3BoqI7B;;A2B5uIA;EA0EM,yBAAyB;A3BsqI/B;;A2BhvIA;EA4EM,eAAe;A3BwqIrB;;A2BpvIA;EAgFU,sBAAsB;A3BwqIhC;;A2BxvIA;EAkFQ,uBAAuB;A3B0qI/B;;A2B5vIA;EAoFQ,gBAAgB;A3B4qIxB;;AC5sIE;E0BpDF;IAuFM,aAAa;E3B8qIjB;AACF;;A2B7qIA;EAEI,kBAAkB;A3B+qItB;;AC1tIE;E0ByCF;IAII,qBAAqB;E3BkrIvB;AACF;;AC5tIE;E0BqCF;IAMI,aAAa;IACb,YAAY;IACZ,cAAc;I1BYd,mB0BXsC;IACtC,iBAAiB;E3BsrInB;E2BhsIF;IAYM,kB5BhGU;I4BiGV,oBAAoB;E3BurIxB;E2BpsIF;IAeM,oBAAoB;E3BwrIxB;E2BvsIF;IAiBM,kB5BvGU;I4BwGV,oBAAoB;E3ByrIxB;E2B3sIF;IAoBM,iB5B3GS;I4B4GT,oBAAoB;E3B0rIxB;AACF;;A2BzrIA;EAEI,gBAAgB;A3B2rIpB;;ACzvIE;E0B4DF;IAII,aAAa;IACb,aAAa;IACb,YAAY;IACZ,cAAc;E3B8rIhB;E2BrsIF;IASM,gBAAgB;E3B+rIpB;E2BxsIF;IAWM,cAAc;E3BgsIlB;E2B3sIF;IAaQ,YAAY;E3BisIlB;E2B9sIF;I1BHI,oB0BkB2C;E3BksI7C;AACF;;A2BjsIA;EACE,sBAAsB;EACtB,WAAW;EACX,e5BhIW;E4BiIX,kBAAkB;EAClB,mBAAmB;A3BosIrB;;A2BzsIA;;;EAaU,c5BxKoB;AC02I9B;;A2B/sIA;;;EAeQ,kB5B3IQ;ACi1IhB;;A2BrtIA;;;EAiBQ,kB5B/IQ;ACy1IhB;;A2B3tIA;;;EAmBQ,iB5BlJO;ACg2If;;A2BjuIA;EAqBM,c5B7KwB;E4B8KxB,a7BjLgB;E6BkLhB,oBAAoB;EACpB,kBAAkB;EAClB,MAAM;EACN,Y7BrLgB;E6BsLhB,UAAU;A3BgtIhB;;A2B3uIA;;EA+BM,mB7B1LgB;AE24ItB;;A2BhvIA;EAiCM,OAAO;A3BmtIb;;A2BpvIA;;EAqCM,oB7BhMgB;AEo5ItB;;A2BzvIA;EAuCM,QAAQ;A3BstId;;A2B7vIA;EA2CM,6BAA6B;E1BvD/B,a0BwD+B;EAC7B,YAAY;EACZ,UAAU;A3BstIhB;;A2BpwIA;EAgDM,kB5B5KU;ACo4IhB;;A2BxwIA;EAkDM,kB5BhLU;AC04IhB;;A2B5wIA;EAoDM,iB5BnLS;AC+4If;;A4Bl7IA,qBAAA;ACWA;EAGE,e9BuBW;E8BtBX,mBAAmB;A7By6IrB;;A6B76IA;EAMI,mBAAmB;EACnB,c9BI8B;E8BH9B,aAAa;EACb,uBAAuB;EACvB,iBAduC;A7By7I3C;;A6Br7IA;EAYM,c9BjBwB;AC87I9B;;A6Bz7IA;EAcI,mBAAmB;EACnB,aAAa;A7B+6IjB;;A6B97IA;E5BmII,gB4BlHoC;A7Bi7IxC;;A6Bl8IA;EAoBQ,c9BzBsB;E8B0BtB,eAAe;EACf,oBAAoB;A7Bk7I5B;;A6Bx8IA;EAwBM,c9B1BwB;E8B2BxB,iBAAiB;A7Bo7IvB;;A6B78IA;;EA4BI,uBAAuB;EACvB,aAAa;EACb,eAAe;EACf,2BAA2B;A7Bs7I/B;;A6Br9IA;E5BmII,kB4BjGuC;A7Bu7I3C;;A6Bz9IA;E5BmII,mB4B/FuC;A7By7I3C;;A6B79IA;;EAyCM,uBAAuB;A7By7I7B;;A6Bl+IA;;EA6CM,yBAAyB;A7B07I/B;;A6Bv+IA;EAgDI,kB9BrBY;ACg9IhB;;A6B3+IA;EAkDI,kB9BzBY;ACs9IhB;;A6B/+IA;EAoDI,iB9B5BW;AC29If;;A6Bn/IA;EAwDM,iBAAiB;A7B+7IvB;;A6Bv/IA;EA2DM,iBAAiB;A7Bg8IvB;;A6B3/IA;EA8DM,iBAAiB;A7Bi8IvB;;A6B//IA;EAiEM,iBAAiB;A7Bk8IvB;;A8Bx/IA;EACE,uB/BR6B;E+BS7B,sBAnBmB;EAoBnB,0F/BvB2B;E+BwB3B,c/BnB4B;E+BoB5B,eAAe;EACf,kBAAkB;A9B2/IpB;;A8Bx/IE;EACE,+BA3BiB;EA4BjB,gCA5BiB;A9BuhJrB;;A8B1/IE;EACE,kCA9BiB;EA+BjB,mCA/BiB;A9B4hJrB;;A8B3/IA;EAEE,6BAjCwC;EAkCxC,oBAAoB;EACpB,kD/BxC2B;E+ByC3B,aAAa;A9B6/If;;A8B3/IA;EACE,mBAAmB;EACnB,c/BzC4B;E+B0C5B,aAAa;EACb,YAAY;EACZ,gB/BNe;E+BOf,qBA1CgC;A9BwiJlC;;A8BpgJA;EAQI,uBAAuB;A9BggJ3B;;A8B9/IA;EACE,mBAAmB;EACnB,eAAe;EACf,aAAa;EACb,uBAAuB;EACvB,qBAnDgC;A9BojJlC;;A8B//IA;EACE,cAAc;EACd,kBAAkB;A9BkgJpB;;A8BpgJA;EAKM,+BA9De;EA+Df,gCA/De;A9BkkJrB;;A8BzgJA;EASM,kCAlEe;EAmEf,mCAnEe;A9BukJrB;;A8BlgJA;EAEE,6BA/DyC;EAgEzC,eA/D2B;A9BmkJ7B;;A8BlgJA;EAEE,6BAjEwC;EAkExC,6B/BvE6B;E+BwE7B,oBAAoB;EACpB,aAAa;A9BogJf;;A8BlgJA;EACE,mBAAmB;EACnB,aAAa;EACb,aAAa;EACb,YAAY;EACZ,cAAc;EACd,uBAAuB;EACvB,gBA3E2B;A9BglJ7B;;A8B5gJA;E7BwDI,8BFnI2B;AC2lJ/B;;A8BngJA;EAEI,qB/BrDkB;AC0jJtB;;A+BrlJA;EACE,oBAAoB;EACpB,kBAAkB;EAClB,mBAAmB;A/BwlJrB;;A+B3lJA;EAOM,cAAc;A/BwlJpB;;A+B/lJA;EAUM,UAAU;EACV,QAAQ;A/BylJd;;A+BpmJA;EAcM,YAAY;EACZ,mBA9BuB;EA+BvB,oBAAoB;EACpB,SAAS;A/B0lJf;;A+BxlJA;EACE,aAAa;E9B6GX,Q8B5GqB;EACvB,gBAzC6B;EA0C7B,gBAtC2B;EAuC3B,kBAAkB;EAClB,SAAS;EACT,WApCqB;A/B+nJvB;;A+BzlJA;EACE,uBhCnC6B;EgCoC7B,kBhCkBU;EgCjBV,0FhClD2B;EgCmD3B,sBA9CsC;EA+CtC,mBA9CmC;A/B0oJrC;;Ae9nJgB;EgBqCd,chClD4B;EgCmD5B,cAAc;EACd,mBAAmB;EACnB,gBAAgB;EAChB,sBAAsB;EACtB,kBAAkB;A/B6lJpB;;A+B3lJA;;E9B8EI,kB8B5EmC;EACrC,mBAAmB;EACnB,mBAAmB;EACnB,WAAW;A/B8lJb;;A+BnmJA;;EAOI,4BhC1D0B;EgC2D1B,chCtEyB;ACuqJ7B;;A+BzmJA;;EAUI,yBhCpD8B;EgCqD9B,WrBOY;AV6lJhB;;A+BlmJA;EACE,yBhCnE6B;EgCoE7B,YAAY;EACZ,cAAc;EACd,WAAW;EACX,gBAAgB;A/BqmJlB;;AgCnrJA;EAEE,mBAAmB;EACnB,8BAA8B;AhCqrJhC;;AgCxrJA;EAKI,kBjC4DQ;AC2nJZ;;AgC5rJA;EAOI,qBAAqB;EACrB,mBAAmB;AhCyrJvB;;AgCjsJA;EAWI,aAAa;AhC0rJjB;;AgCrsJA;;EAcM,aAAa;AhC4rJnB;;AgC1sJA;EAgBM,aAAa;AhC8rJnB;;AgC9sJA;EAmBQ,gBAAgB;E/BuHpB,oB+B5IqC;AhCqtJzC;;AgCntJA;EAsBQ,YAAY;AhCisJpB;;ACtoJE;E+BjFF;IAyBI,aAAa;EhCmsJf;EgC5tJF;IA4BQ,YAAY;EhCmsJlB;AACF;;AgClsJA;EACE,mBAAmB;EACnB,aAAa;EACb,gBAAgB;EAChB,YAAY;EACZ,cAAc;EACd,uBAAuB;AhCqsJzB;;AgC3sJA;;EASI,gBAAgB;AhCusJpB;;ACjqJE;E+B/CF;IAaM,sBA7CmC;EhCqvJvC;AACF;;AgCvsJA;;EAEE,gBAAgB;EAChB,YAAY;EACZ,cAAc;AhC0sJhB;;AgC9sJA;;EAQM,YAAY;AhC2sJlB;;AC/qJE;E+BpCF;;I/B6FI,oB+B5IqC;EhCwwJvC;AACF;;AgC5sJA;EACE,mBAAmB;EACnB,2BAA2B;AhC+sJ7B;;AC/rJE;E+BlBF;IAMM,kBAAkB;EhCgtJtB;AACF;;ACjsJE;E+BtBF;IAQI,aAAa;EhCotJf;AACF;;AgCntJA;EACE,mBAAmB;EACnB,yBAAyB;AhCstJ3B;;AC5sJE;E+BZF;IAKI,aAAa;EhCwtJf;AACF;;AiC5xJA;EACE,uBAAuB;EACvB,aAAa;EACb,mBAAmB;AjC+xJrB;;AiClyJA;EAKI,sBAV2B;AjC2yJ/B;;AiCtyJA;EAOI,8ClCR0B;EkCS1B,aAAa;EACb,oBAb2B;AjCgzJ/B;;AiC5yJA;;EAYM,qBAfgC;AjCozJtC;;AiCjzJA;EAcM,mBAhBwB;AjCuzJ9B;;AiCrzJA;EAgBQ,kBAlBsB;AjC2zJ9B;;AiCzzJA;EAkBI,8ClCnB0B;EkCoB1B,gBA1BgB;EA2BhB,iBA3BgB;AjCs0JpB;;AiC/zJA;EAwBM,kBA9BsB;EA+BtB,mBA/BsB;AjC00J5B;;AiCzyJA;;EAEE,gBAAgB;EAChB,YAAY;EACZ,cAAc;AjC4yJhB;;AiC1yJA;EhCkGI,iBgC1IgB;AjCs1JpB;;AiC3yJA;EhC+FI,kBgC1IgB;AjC01JpB;;AiC5yJA;EACE,gBAAgB;EAChB,YAAY;EACZ,cAAc;EACd,mBAAmB;AjC+yJrB;;ACpxJE;EgC/BF;IAQI,gBAAgB;EjCgzJlB;AACF;;AkCv1JA;EACE,enCgBW;AC00Jb;;AkC31JA;EAII,kBnCcY;AC60JhB;;AkC/1JA;EAMI,kBnCUY;ACm1JhB;;AkCn2JA;EAQI,iBnCOW;ACw1Jf;;AkC71JA;EACE,iBArB0B;AlCq3J5B;;AkCj2JA;EAGI,kBnCmCc;EmClCd,cnC3B0B;EmC4B1B,cAAc;EACd,qBAzBiC;AlC23JrC;;AkCx2JA;EAQM,4BnCzBwB;EmC0BxB,cnCjCwB;ACq4J9B;;AkC72JA;EAYM,yBnCpB4B;EmCqB5B,WxBuCU;AV8zJhB;;AkCl3JA;EjCgHI,+BFpI0B;EmCqCxB,cAnC0B;EjCkI5B,qBiCjIkC;AlCy4JtC;;AkCp2JA;EACE,cnC3C4B;EmC4C5B,iBApC2B;EAqC3B,qBApC+B;EAqC/B,yBAAyB;AlCu2J3B;;AkC32JA;EAMI,eAtCoB;AlC+4JxB;;AkC/2JA;EAQI,kBAxCoB;AlCm5JxB;;AmC94JA;EAEE,4BpCZ4B;EoCa5B,kBpC2CU;EoC1CV,epCUW;ACs4Jb;;AmCp5JA;EAMI,mBAAmB;AnCk5JvB;;AmCx5JA;EAQI,mBAAmB;EACnB,0BAA0B;AnCo5J9B;;AmC75JA;EAYI,kBpCGY;ACk5JhB;;AmCj6JA;EAcI,kBpCDY;ACw5JhB;;AmCr6JA;EAgBI,iBpCJW;AC65Jf;;AmCz6JA;EAsCM,uBAH+C;AnC04JrD;;AmC76JA;EAwCQ,uBpChDuB;EoCiDvB,cpC9DqB;ACu8J7B;;AmCl7JA;EA2CQ,mBpCnDuB;AC87J/B;;AmCt7JA;EAsCM,yBAH+C;AnCu5JrD;;AmC17JA;EAwCQ,yBpC7DqB;EoC8DrB,YpCjDuB;ACu8J/B;;AmC/7JA;EA2CQ,qBpChEqB;ACw9J7B;;AmCn8JA;EAsCM,yBAH+C;AnCo6JrD;;AmCv8JA;EAwCQ,4BpClDsB;EoCmDtB,yBzBgBa;AVm5JrB;;AmC58JA;EA2CQ,wBpCrDsB;AC09J9B;;AmCh9JA;EAsCM,yBAH+C;AnCi7JrD;;AmCp9JA;EAwCQ,yBpCzDsB;EoC0DtB,WzBkBQ;AV85JhB;;AmCz9JA;EA2CQ,qBpC5DsB;AC8+J9B;;AmC79JA;EAsCM,yBzB4B0C;AV+5JhD;;AmCj+JA;EAwCQ,yBpC3C0B;EoC4C1B,WzBkBQ;AV26JhB;;AmCt+JA;EA2CQ,qBpC9C0B;EoC+C1B,czB+B6D;AVg6JrE;;AmC3+JA;EAsCM,yBzB4B0C;AV66JhD;;AmC/+JA;EAwCQ,yBpCzC0B;EoC0C1B,WzBkBQ;AVy7JhB;;AmCp/JA;EA2CQ,qBpC5C0B;EoC6C1B,czB+B6D;AV86JrE;;AmCz/JA;EAsCM,yBzB4B0C;AV27JhD;;AmC7/JA;EAwCQ,yBpC1C0B;EoC2C1B,WzBkBQ;AVu8JhB;;AmClgKA;EA2CQ,qBpC7C0B;EoC8C1B,czB+B6D;AV47JrE;;AmCvgKA;EAsCM,yBzB4B0C;AVy8JhD;;AmC3gKA;EAwCQ,yBpC5C0B;EoC6C1B,WzBkBQ;AVq9JhB;;AmChhKA;EA2CQ,qBpC/C0B;EoCgD1B,czB+B6D;AV08JrE;;AmCrhKA;EAsCM,yBzB4B0C;AVu9JhD;;AmCzhKA;EAwCQ,yBpC7C0B;EoC8C1B,yBzBgBa;AVq+JrB;;AmC9hKA;EA2CQ,qBpChD0B;EoCiD1B,czB+B6D;AVw9JrE;;AmCniKA;EAsCM,yBzB4B0C;AVq+JhD;;AmCviKA;EAwCQ,yBpCvCyB;EoCwCzB,WzBkBQ;AVi/JhB;;AmC5iKA;EA2CQ,qBpC1CyB;EoC2CzB,czB+B6D;AVs+JrE;;AmCngKA;EACE,mBAAmB;EACnB,yBpChE4B;EoCiE5B,0BAAgE;EAChE,WzBSc;EyBRd,aAAa;EACb,gBpC/Be;EoCgCf,8BAA8B;EAC9B,iBAAiB;EACjB,mBAtEiC;EAuEjC,kBAAkB;AnCsgKpB;;AmChhKA;EAYI,YAAY;EACZ,cAAc;ElC4Dd,oBkC3DsC;AnCwgK1C;;AmCthKA;EAgBI,eAjEgC;EAkEhC,yBAAyB;EACzB,0BAA0B;AnC0gK9B;;AmCxgKA;EACE,qBpChF4B;EoCiF5B,kBpCtBU;EoCuBV,mBAAmB;EACnB,uBAjFmC;EAkFnC,cpCvF4B;EoCwF5B,qBAjFiC;AnC4lKnC;;AmCjhKA;;EASI,uBpCnF2B;ACgmK/B;;AmCthKA;EAWI,6BAlFgD;AnCimKpD;;AoCjlKA;EAEE,mBAAmB;EACnB,aAAa;EACb,sBAAsB;EACtB,uBAAuB;EACvB,gBAAgB;EAChB,eAAe;EACf,WAxCU;ApC2nKZ;;AoC3lKA;EAWI,aAAa;ApColKjB;;AoCllKA;EAEE,wCrC/C2B;ACmoK7B;;AoCllKA;;EAEE,cA9CgC;EA+ChC,+BAA0D;EAC1D,cAAc;EACd,kBAAkB;EAClB,WAAW;ApCqlKb;;ACrkKE;EmCtBF;;IASI,cAAc;IACd,8BAA0D;IAC1D,YAxDuB;EpCgpKzB;AACF;;AoCvlKA;EAEE,gBAAgB;EAChB,YAxD2B;EAyD3B,eAAe;EnCkFb,UmC1IoB;EA0DtB,SAzDoB;EA0DpB,WA5D2B;ApCqpK7B;;AoCvlKA;EACE,aAAa;EACb,sBAAsB;EACtB,8BAAgD;EAChD,gBAAgB;EAChB,uBAAuB;ApC0lKzB;;AoCxlKA;;EAEE,mBAAmB;EACnB,4BrCtE4B;EqCuE5B,aAAa;EACb,cAAc;EACd,2BAA2B;EAC3B,aApE4B;EAqE5B,kBAAkB;ApC2lKpB;;AoCzlKA;EACE,gCrCjF4B;EqCkF5B,2BrCtBgB;EqCuBhB,4BrCvBgB;ACmnKlB;;AoC1lKA;EACE,crC1F4B;EqC2F5B,YAAY;EACZ,cAAc;EACd,iBrChEa;EqCiEb,cA7E8B;ApC0qKhC;;AoC3lKA;EACE,8BrCjCgB;EqCkChB,+BrClCgB;EqCmChB,6BrC/F4B;AC6rK9B;;AoCjmKA;EnCwCI,kBmClCuC;ApC+lK3C;;AoC7lKA;EnChDE,iCAAiC;EmCkDjC,uBrCjG6B;EqCkG7B,YAAY;EACZ,cAAc;EACd,cAAc;EACd,aAtF4B;ApCsrK9B;;AqC1pKA;EACE,uBtC5C6B;EsC6C7B,mBAvDqB;EAwDrB,kBAAkB;EAClB,WAtDW;ArCmtKb;;AqCjqKA;EASM,uBtCpDyB;EsCqDzB,ctClEuB;AC8tK7B;;AqCtqKA;;EAcU,ctCtEmB;ACmuK7B;;AqC3qKA;;;;EAoBY,yB3B+BqB;E2B9BrB,ctC7EiB;AC2uK7B;;AqCnrKA;EAwBY,qBtChFiB;AC+uK7B;;AqCvrKA;EA0BQ,ctClFqB;ACmvK7B;;AC5qKE;EoCfF;;;;IAgCY,ctCxFiB;EC2vK3B;EqCnsKF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,ctC/Fe;ECwwK3B;EqChtKF;;IA0Cc,qBtClGe;EC4wK3B;EqCptKF;;;IA8CU,yB3BKuB;I2BJvB,ctCvGmB;ECkxK3B;EqC1tKF;IAmDc,uBtC9FiB;IsC+FjB,ctC5Ge;ECsxK3B;AACF;;AqC/tKA;EASM,yBtCjEuB;EsCkEvB,YtCrDyB;AC+wK/B;;AqCpuKA;;EAcU,YtCzDqB;ACoxK/B;;AqCzuKA;;;;EAoBY,uB3B+BqB;E2B9BrB,YtChEmB;AC4xK/B;;AqCjvKA;EAwBY,mBtCnEmB;ACgyK/B;;AqCrvKA;EA0BQ,YtCrEuB;ACoyK/B;;AC1uKE;EoCfF;;;;IAgCY,YtC3EmB;EC4yK7B;EqCjwKF;;;;;;;;;;IAsCc,uB3BamB;I2BZnB,YtClFiB;ECyzK7B;EqC9wKF;;IA0Cc,mBtCrFiB;EC6zK7B;EqClxKF;;;IA8CU,uB3BKuB;I2BJvB,YtC1FqB;ECm0K7B;EqCxxKF;IAmDc,yBtC3Ge;IsC4Gf,YtC/FiB;ECu0K7B;AACF;;AqC7xKA;EASM,4BtCtDwB;EsCuDxB,yB3BYe;AV4wKrB;;AqClyKA;;EAcU,yB3BQW;AVixKrB;;AqCvyKA;;;;EAoBY,yB3B+BqB;E2B9BrB,yB3BCS;AVyxKrB;;AqC/yKA;EAwBY,gC3BFS;AV6xKrB;;AqCnzKA;EA0BQ,yB3BJa;AViyKrB;;ACxyKE;EoCfF;;;;IAgCY,yB3BVS;EVyyKnB;EqC/zKF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,yB3BjBO;EVszKnB;EqC50KF;;IA0Cc,gC3BpBO;EV0zKnB;EqCh1KF;;;IA8CU,yB3BKuB;I2BJvB,yB3BzBW;EVg0KnB;EqCt1KF;IAmDc,4BtChGgB;IsCiGhB,yB3B9BO;EVo0KnB;AACF;;AqC31KA;EASM,yBtC7DwB;EsC8DxB,W3BcU;AVw0KhB;;AqCh2KA;;EAcU,W3BUM;AV60KhB;;AqCr2KA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVq1KhB;;AqC72KA;EAwBY,kB3BAI;AVy1KhB;;AqCj3KA;EA0BQ,W3BFQ;AV61KhB;;ACt2KE;EoCfF;;;;IAgCY,W3BRI;EVq2Kd;EqC73KF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVk3Kd;EqC14KF;;IA0Cc,kB3BlBE;EVs3Kd;EqC94KF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EV43Kd;EqCp5KF;IAmDc,yBtCvGgB;IsCwGhB,W3B5BE;EVg4Kd;AACF;;AqCz5KA;EASM,yBtC/C4B;EsCgD5B,W3BcU;AVs4KhB;;AqC95KA;;EAcU,W3BUM;AV24KhB;;AqCn6KA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVm5KhB;;AqC36KA;EAwBY,kB3BAI;AVu5KhB;;AqC/6KA;EA0BQ,W3BFQ;AV25KhB;;ACp6KE;EoCfF;;;;IAgCY,W3BRI;EVm6Kd;EqC37KF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVg7Kd;EqCx8KF;;IA0Cc,kB3BlBE;EVo7Kd;EqC58KF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EV07Kd;EqCl9KF;IAmDc,yBtCzFoB;IsC0FpB,W3B5BE;EV87Kd;AACF;;AqCv9KA;EASM,yBtC7C4B;EsC8C5B,W3BcU;AVo8KhB;;AqC59KA;;EAcU,W3BUM;AVy8KhB;;AqCj+KA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVi9KhB;;AqCz+KA;EAwBY,kB3BAI;AVq9KhB;;AqC7+KA;EA0BQ,W3BFQ;AVy9KhB;;ACl+KE;EoCfF;;;;IAgCY,W3BRI;EVi+Kd;EqCz/KF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EV8+Kd;EqCtgLF;;IA0Cc,kB3BlBE;EVk/Kd;EqC1gLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVw/Kd;EqChhLF;IAmDc,yBtCvFoB;IsCwFpB,W3B5BE;EV4/Kd;AACF;;AqCrhLA;EASM,yBtC9C4B;EsC+C5B,W3BcU;AVkgLhB;;AqC1hLA;;EAcU,W3BUM;AVugLhB;;AqC/hLA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AV+gLhB;;AqCviLA;EAwBY,kB3BAI;AVmhLhB;;AqC3iLA;EA0BQ,W3BFQ;AVuhLhB;;AChiLE;EoCfF;;;;IAgCY,W3BRI;EV+hLd;EqCvjLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EV4iLd;EqCpkLF;;IA0Cc,kB3BlBE;EVgjLd;EqCxkLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVsjLd;EqC9kLF;IAmDc,yBtCxFoB;IsCyFpB,W3B5BE;EV0jLd;AACF;;AqCnlLA;EASM,yBtChD4B;EsCiD5B,W3BcU;AVgkLhB;;AqCxlLA;;EAcU,W3BUM;AVqkLhB;;AqC7lLA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AV6kLhB;;AqCrmLA;EAwBY,kB3BAI;AVilLhB;;AqCzmLA;EA0BQ,W3BFQ;AVqlLhB;;AC9lLE;EoCfF;;;;IAgCY,W3BRI;EV6lLd;EqCrnLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EV0mLd;EqCloLF;;IA0Cc,kB3BlBE;EV8mLd;EqCtoLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVonLd;EqC5oLF;IAmDc,yBtC1FoB;IsC2FpB,W3B5BE;EVwnLd;AACF;;AqCjpLA;EASM,yBtCjD4B;EsCkD5B,yB3BYe;AVgoLrB;;AqCtpLA;;EAcU,yB3BQW;AVqoLrB;;AqC3pLA;;;;EAoBY,yB3B+BqB;E2B9BrB,yB3BCS;AV6oLrB;;AqCnqLA;EAwBY,gC3BFS;AVipLrB;;AqCvqLA;EA0BQ,yB3BJa;AVqpLrB;;AC5pLE;EoCfF;;;;IAgCY,yB3BVS;EV6pLnB;EqCnrLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,yB3BjBO;EV0qLnB;EqChsLF;;IA0Cc,gC3BpBO;EV8qLnB;EqCpsLF;;;IA8CU,yB3BKuB;I2BJvB,yB3BzBW;EVorLnB;EqC1sLF;IAmDc,yBtC3FoB;IsC4FpB,yB3B9BO;EVwrLnB;AACF;;AqC/sLA;EASM,yBtC3C2B;EsC4C3B,W3BcU;AV4rLhB;;AqCptLA;;EAcU,W3BUM;AVisLhB;;AqCztLA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVysLhB;;AqCjuLA;EAwBY,kB3BAI;AV6sLhB;;AqCruLA;EA0BQ,W3BFQ;AVitLhB;;AC1tLE;EoCfF;;;;IAgCY,W3BRI;EVytLd;EqCjvLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVsuLd;EqC9vLF;;IA0Cc,kB3BlBE;EV0uLd;EqClwLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVgvLd;EqCxwLF;IAmDc,yBtCrFmB;IsCsFnB,W3B5BE;EVovLd;AACF;;AqC7wLA;EAsDI,oBAAoB;EACpB,aAAa;EACb,mBA7GmB;EA8GnB,WAAW;ArC2tLf;;AqCpxLA;EA2DI,gCtCxG0B;ACq0L9B;;AqCxxLA;EALE,OAAO;EACP,eAAe;EACf,QAAQ;EACR,WA/CiB;ArCg1LnB;;AqC/xLA;EAgEI,SAAS;ArCmuLb;;AqCnyLA;EAkEM,iCtC/GwB;ACo1L9B;;AqCvyLA;EAoEI,MAAM;ArCuuLV;;AqCruLA;;EAGI,oBA9HmB;ArCq2LvB;;AqC1uLA;;EAKI,uBAhImB;ArC02LvB;;AqCxuLA;;EAEE,oBAAoB;EACpB,aAAa;EACb,cAAc;EACd,mBAvIqB;ArCk3LvB;;AqCzuLA;EAIM,6BAA6B;ArCyuLnC;;AqCvuLA;EpCtFE,iCAAiC;EoCwFjC,gBAAgB;EAChB,gBAAgB;EAChB,kBAAkB;ArC0uLpB;;AqCxuLA;EACE,ctCpJ4B;EEoB5B,eAAe;EACf,cAAc;EACd,eoCxBqB;EpCyBrB,kBAAkB;EAClB,coC1BqB;EpCyInB,kBoCekC;ArC+uLtC;;AC52LE;EACE,8BAA8B;EAC9B,cAAc;EACd,WAAW;EACX,qBAAqB;EACrB,kBAAkB;EAClB,wBAAwB;EACxB,yBFiCQ;EEhCR,yDAAyD;EACzD,oCF0Ba;EEzBb,WAAW;AD+2Lf;;AC92LI;EACE,oBAAoB;ADi3L1B;;ACh3LI;EACE,oBAAoB;ADm3L1B;;ACl3LI;EACE,oBAAoB;ADq3L1B;;ACp3LE;EACE,qCAAiC;ADu3LrC;;ACn3LM;EACE,wCAAwC;ADs3LhD;;ACr3LM;EACE,UAAU;ADw3LlB;;ACv3LM;EACE,0CAA0C;AD03LlD;;AqCtxLA;EACE,aAAa;ArCyxLf;;AqCvxLA;;EAEE,ctC7J4B;EsC8J5B,cAAc;EACd,gBAAgB;EAChB,uBAAuB;EACvB,kBAAkB;ArC0xLpB;;AqChyLA;;EASM,qBAAqB;EACrB,sBAAsB;ArC4xL5B;;AqC1xLA;;EAEE,eAAe;ArC6xLjB;;AqC/xLA;;;;;EAOI,yBtCvK0B;EsCwK1B,ctChK8B;ACg8LlC;;AqC9xLA;EACE,YAAY;EACZ,cAAc;ArCiyLhB;;AqCnyLA;EAII,mBA5KgC;ArC+8LpC;;AqCvyLA;EAMI,UAAU;ArCqyLd;;AqC3yLA;EAQI,YAAY;EACZ,cAAc;ArCuyLlB;;AqChzLA;EAWI,oCAAoC;EACpC,mBA/LmB;EAgMnB,kCAAkC;ArCyyLtC;;AqCtzLA;EAgBM,6BApLyC;EAqLzC,4BtCnL4B;AC69LlC;;AqC3zLA;EAmBM,6BApL0C;EAqL1C,4BtCtL4B;EsCuL5B,0BApLuC;EAqLvC,wBApLqC;EAqLrC,ctCzL4B;EsC0L5B,kCAAwE;ArC4yL9E;;AqC1yLA;EACE,YAAY;EACZ,cAAc;ArC6yLhB;;AqC3yLA;EpCxEI,mBoCyEoC;ArC8yLxC;;AqC/yLA;EAII,qBtCpM8B;EsCqM9B,oBAAoB;EpCrEpB,aoCsE6B;ArC+yLjC;;AqC7yLA;EACE,mBAAmB;EACnB,sBAAsB;EACtB,mBAAmB;ArCgzLrB;;AqCnzLA;EAKI,oBAAoB;EACpB,qBAAqB;ArCkzLzB;;AqChzLA;EACE,4BtC1N4B;EsC2N5B,YAAY;EACZ,aAAa;EACb,WA9LyB;EA+LzB,gBAAgB;ArCmzLlB;;ACj9LE;EoCnBF;IAqLI,cAAc;ErCozLhB;EqCnzLA;;IAGI,mBAAmB;IACnB,aAAa;ErCozLjB;EqCnzLA;IAEI,aAAa;ErCozLjB;EqC54LF;IA0FI,uBtC1O2B;IsC2O3B,4CtCxPyB;IsCyPzB,iBAAiB;ErCqzLnB;EqCxzLA;IAKI,cAAc;ErCszLlB;EqCpzLA;IA1MA,OAAO;IACP,eAAe;IACf,QAAQ;IACR,WA/CiB;ErCgjMjB;EqC1zLA;IAKI,SAAS;ErCwzLb;EqC7zLA;IAOM,4CtCpQqB;EC6jM3B;EqCh0LA;IASI,MAAM;ErC0zLV;EqCn0LA;IpCjMA,iCAAiC;IoC+M3B,iCAA2C;IAC3C,cAAc;ErCyzLpB;EqCxzLA;;IAGI,oBA7QiB;ErCskMrB;EqC5zLA;;IAKI,uBA/QiB;ErC0kMrB;AACF;;ACvgME;EoC8MA;;;;IAIE,oBAAoB;IACpB,aAAa;ErC6zLf;EqC/hMF;IAoOI,mBAzRmB;ErCulMrB;EqC/zLA;IAGI,kBAzR0B;ErCwlM9B;EqCl0LA;;IAMM,mBAAmB;ErCg0LzB;EqCt0LA;;IASM,kBtCjOI;ECkiMV;EqC10LA;;;;IAgBQ,wCAAwC;ErCg0LhD;EqCh1LA;IAuBU,wCAAwC;ErC4zLlD;EqCn1LA;IA4BU,4BtC5SkB;IsC6SlB,ctCxTiB;ECknM3B;EqCv1LA;IA+BU,4BtC/SkB;IsCgTlB,ctCvSsB;ECkmMhC;EqC99LF;IAqKI,aAAa;ErC4zLf;EqCz9LF;;IAgKI,mBAAmB;IACnB,aAAa;ErC6zLf;EqCx8LF;IA8IM,oBAAoB;ErC6zLxB;EqC/zLA;IAKM,oDAAoD;ErC6zL1D;EqCl0LA;IAOM,gCtCjUsB;IsCkUtB,0BAAkE;IAClE,gBAAgB;IAChB,YAAY;IACZ,4CtC7UqB;IsC8UrB,SAAS;ErC8zLf;EqC10LA;IAkBM,cAAc;ErC2zLpB;EqC1zLM;IAEE,UAAU;IACV,oBAAoB;IACpB,wBAAwB;ErC2zLhC;EqCv/LF;IA8LI,YAAY;IACZ,cAAc;ErC4zLhB;EqC3zLA;IACE,2BAA2B;IpClN3B,iBoCmNoC;ErC6zLtC;EqC5zLA;IACE,yBAAyB;IpCrNzB,kBoCsNoC;ErC8zLtC;EqCp8LF;IAwII,uBtCvV2B;IsCwV3B,8BtCjSc;IsCkSd,+BtClSc;IsCmSd,6BtC/V0B;IsCgW1B,2CtCxWyB;IsCyWzB,aAAa;IACb,mBAAmB;IpCtNnB,QoCuNuB;IACvB,eAAe;IACf,kBAAkB;IAClB,SAAS;IACT,WAhVkB;ErC+oMpB;EqCl9LF;IAqJM,sBAAsB;IACtB,mBAAmB;ErCg0LvB;EqC/0LA;IpCvNE,kBoCwOuC;ErCi0LzC;EqCl1LA;IAoBM,4BtC5WsB;IsC6WtB,ctCxXqB;ECyrM3B;EqCt1LA;IAuBM,4BtC/WsB;IsCgXtB,ctCvW0B;ECyqMhC;EqCj0LE;IAEE,kBtC1TY;IsC2TZ,gBAAgB;IAChB,4EtChYuB;IsCiYvB,cAAc;IACd,UAAU;IACV,oBAAoB;IACpB,wBAA8C;IAC9C,2BAA2B;IAC3B,yBtChUM;IsCiUN,uCAAuC;ErCk0L3C;EqCt2LA;IAsCI,UAAU;IACV,QAAQ;ErCm0LZ;EqCz+LF;IAwKI,cAAc;ErCo0LhB;EqCn0LA;;IpCjQE,sBoCoQyC;ErCo0L3C;EqCv0LA;;IpCjQE,qBoCsQyC;ErCs0L3C;EqCp0LA;IAjWA,OAAO;IACP,eAAe;IACf,QAAQ;IACR,WA/CiB;ErCutMjB;EqC10LA;IAKI,SAAS;ErCw0Lb;EqC70LA;IAOM,4CtC3ZqB;ECouM3B;EqCh1LA;IASI,MAAM;ErC00LV;EqCz0LA;;IAGI,oBA9ZiB;ErCwuMrB;EqC70LA;;IAKI,uBAhaiB;ErC4uMrB;EqCj1LA;;IAOI,oBAA4D;ErC80LhE;EqCr1LA;;IASI,uBAA+D;ErCg1LnE;EqC90LA;;IAGI,ctC5auB;EC2vM3B;EqCl1LA;;IAKI,6BAja2C;ErCkvM/C;EqCh1LA;IAKM,yBtCxasB;ECsvM5B;AACF;;AqC30LA;EAEI,iCAA2C;ArC60L/C;;AsCpuMA;EAEE,evCFW;EuCGX,gBAnC0B;AtCywM5B;;AsCzuMA;EAMI,kBvCLY;AC4uMhB;;AsC7uMA;EAQI,kBvCTY;ACkvMhB;;AsCjvMA;EAUI,iBvCZW;ACuvMf;;AsCrvMA;;EAcM,iBAAiB;EACjB,kBAAkB;EAClB,uBvCkBmB;AC0tMzB;;AsC5vMA;EAkBM,uBvCgBmB;AC8tMzB;;AsC5uMA;;EAEE,mBAAmB;EACnB,aAAa;EACb,uBAAuB;EACvB,kBAAkB;AtC+uMpB;;AsC7uMA;;;;EAME,cA9D6B;EA+D7B,uBAAuB;EACvB,eA/D8B;EAgE9B,mBA/DkC;EAgElC,oBA/DmC;EAgEnC,kBAAkB;AtC8uMpB;;AsC5uMA;;;EAGE,qBvCtE4B;EuCuE5B,cvC3E4B;EuC4E5B,gBxC3EoB;AE0zMtB;;AsCpvMA;;;EAOI,qBvC3E0B;EuC4E1B,cvC/E0B;ACk0M9B;;AsC3vMA;;;EAUI,qBvCjE8B;ACwzMlC;;AsCjwMA;;;EAYI,iDvCvFyB;ACk1M7B;;AsCvwMA;;;EAcI,yBvCjF0B;EuCkF1B,qBvClF0B;EuCmF1B,gBAAgB;EAChB,cvCtF0B;EuCuF1B,YAAY;AtC+vMhB;;AsC7vMA;;EAEE,oBAtFkC;EAuFlC,qBAtFmC;EAuFnC,mBAAmB;AtCgwMrB;;AsC9vMA;EAEI,yBvCnF8B;EuCoF9B,qBvCpF8B;EuCqF9B,W5BzBY;AVyxMhB;;AsC9vMA;EACE,cvCrG4B;EuCsG5B,oBAAoB;AtCiwMtB;;AsC/vMA;EACE,eAAe;AtCkwMjB;;AsCnwMA;EAGI,gBAAgB;AtCowMpB;;ACvyME;EqC5CF;IAmFI,eAAe;EtCqwMjB;EsC5xMF;;IA0BI,YAAY;IACZ,cAAc;EtCswMhB;EsCjxMF;IAcM,YAAY;IACZ,cAAc;EtCswMlB;AACF;;AClzME;EqC4BF;IAmBI,YAAY;IACZ,cAAc;IACd,2BAA2B;IAC3B,QAAQ;EtCwwMV;EsCvwMA;IACE,QAAQ;EtCywMV;EsCxwMA;IACE,QAAQ;EtC0wMV;EsCh3MF;IAwGI,8BAA8B;EtC2wMhC;EsC5wMA;IAIM,QAAQ;EtC2wMd;EsC/wMA;IAMM,uBAAuB;IACvB,QAAQ;EtC4wMd;EsCnxMA;IASM,QAAQ;EtC6wMd;EsCtxMA;IAYM,QAAQ;EtC6wMd;EsCzxMA;IAcM,QAAQ;EtC8wMd;EsC5xMA;IAgBM,yBAAyB;IACzB,QAAQ;EtC+wMd;AACF;;AuC74MA;EACE,kBxCqCgB;EwCpChB,0FxChC2B;EwCiC3B,exCEW;AC84Mb;;AuCn5MA;EAKI,qBxCWkB;ACu4MtB;;AuCv5MA;EAYQ,uBxC7BuB;EwC8BvB,cxC3CqB;AC07M7B;;AuC55MA;EAeQ,0BxChCuB;ACi7M/B;;AuCh6MA;EAiBQ,YxClCuB;ACq7M/B;;AuCp6MA;EAYQ,yBxC1CqB;EwC2CrB,YxC9BuB;AC07M/B;;AuCz6MA;EAeQ,4BxC7CqB;AC28M7B;;AuC76MA;EAiBQ,cxC/CqB;AC+8M7B;;AuCj7MA;EAYQ,4BxC/BsB;EwCgCtB,yB7BmCa;AVs4MrB;;AuCt7MA;EAeQ,+BxClCsB;AC68M9B;;AuC17MA;EAiBQ,iBxCpCsB;ACi9M9B;;AuC97MA;EAYQ,yBxCtCsB;EwCuCtB,W7BqCQ;AVi5MhB;;AuCn8MA;EAeQ,4BxCzCsB;ACi+M9B;;AuCv8MA;EAiBQ,cxC3CsB;ACq+M9B;;AuC38MA;EAYQ,yBxCxB0B;EwCyB1B,W7BqCQ;AV85MhB;;AuCh9MA;EAeQ,4BxC3B0B;ACg+MlC;;AuCp9MA;EAiBQ,cxC7B0B;ACo+MlC;;AuCx9MA;EAYQ,yBxCtB0B;EwCuB1B,W7BqCQ;AV26MhB;;AuC79MA;EAeQ,4BxCzB0B;AC2+MlC;;AuCj+MA;EAiBQ,cxC3B0B;AC++MlC;;AuCr+MA;EAYQ,yBxCvB0B;EwCwB1B,W7BqCQ;AVw7MhB;;AuC1+MA;EAeQ,4BxC1B0B;ACy/MlC;;AuC9+MA;EAiBQ,cxC5B0B;AC6/MlC;;AuCl/MA;EAYQ,yBxCzB0B;EwC0B1B,W7BqCQ;AVq8MhB;;AuCv/MA;EAeQ,4BxC5B0B;ACwgNlC;;AuC3/MA;EAiBQ,cxC9B0B;AC4gNlC;;AuC//MA;EAYQ,yBxC1B0B;EwC2B1B,yB7BmCa;AVo9MrB;;AuCpgNA;EAeQ,4BxC7B0B;ACshNlC;;AuCxgNA;EAiBQ,cxC/B0B;AC0hNlC;;AuC5gNA;EAYQ,yBxCpByB;EwCqBzB,W7BqCQ;AV+9MhB;;AuCjhNA;EAeQ,4BxCvByB;AC6hNjC;;AuCrhNA;EAiBQ,cxCzByB;ACiiNjC;;AuCtgNA;;EAGI,gCxC3C2B;ACmjN/B;;AuCtgNA;EACE,yBxC9C6B;EwC+C7B,0BAA8C;EAC9C,cxCrD4B;EwCsD5B,iBAhDyB;EAiDzB,gBxCjBe;EwCkBf,iBArD8B;EAsD9B,mBArDgC;AvC8jNlC;;AuCvgNA;EACE,qBAAqB;EACrB,aAAa;EACb,kBArD4B;EAsD5B,uBAAuB;AvC0gNzB;;AuC9gNA;EAMI,gCxC7D0B;EwC8D1B,mBAAmB;EACnB,cAAc;AvC4gNlB;;AuCphNA;EAWM,4BxCrEwB;EwCsExB,cxCvEwB;AColN9B;;AuC3gNA;EAEI,cxC1E0B;ACulN9B;;AuC/gNA;EAIM,cxC7D4B;AC4kNlC;;AuC7gNA;EACE,mBAAmB;EACnB,cxCjF4B;EwCkF5B,aAAa;EACb,2BAA2B;EAC3B,qBAAqB;AvCghNvB;;AuCrhNA;EtCyDI,mBsClDsC;AvCkhN1C;;AuCzhNA;EASI,YAAY;EACZ,cAAc;EACd,WAAW;AvCohNf;;AuC/hNA;EAaI,eAAe;AvCshNnB;;AuCniNA;EAeI,0BxC9E8B;EwC+E9B,cxC/F0B;ACunN9B;;AuCxiNA;EAkBM,cxCjF4B;AC2mNlC;;AuC5iNA;EAoBI,8BxCnCc;EwCoCd,+BxCpCc;ACgkNlB;;AuC1hNA;;EAEE,eAAe;AvC6hNjB;;AuC/hNA;;EAII,4BxCnG0B;ACmoN9B;;AuC9hNA;EtChGE,qBAAqB;EACrB,esCgGgB;EtC/FhB,WsC+FqB;EtC9FrB,gBsC8FqB;EtC7FrB,kBAAkB;EAClB,mBAAmB;EACnB,UsC2FqB;EACrB,cxC5G4B;EEsI1B,mBsCzBoC;AvCuiNxC;;AuC1iNA;EAKI,kBAAkB;EAClB,oBAAoB;AvCyiNxB;;AwCnoNA;EvCgCE,iCAAiC;EuC5BjC,oBAAoB;EACpB,aAAa;EACb,ezCCW;EyCAX,8BAA8B;EAC9B,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;AxCooNrB;;AwC9oNA;EAYI,mBAAmB;EACnB,4BzCjC0B;EyCkC1B,0BAzC4B;EA0C5B,wBAzC0B;EA0C1B,czCvC0B;EyCwC1B,aAAa;EACb,uBAAuB;EACvB,mBAA6C;EAC7C,kBAxCyB;EAyCzB,mBAAmB;AxCsoNvB;;AwC3pNA;EAuBM,4BzC/CwB;EyCgDxB,czChDwB;ACwrN9B;;AwChqNA;EA0BI,cAAc;AxC0oNlB;;AwCpqNA;EA6BQ,4BzCrC0B;EyCsC1B,czCtC0B;ACirNlC;;AwCzqNA;EAgCI,mBAAmB;EACnB,4BzCrD0B;EyCsD1B,0BA7D4B;EA8D5B,wBA7D0B;EA8D1B,aAAa;EACb,YAAY;EACZ,cAAc;EACd,2BAA2B;AxC6oN/B;;AwCprNA;EAyCM,qBAAqB;AxC+oN3B;;AwCxrNA;EA2CM,UAAU;EACV,uBAAuB;EACvB,oBAAoB;EACpB,qBAAqB;AxCipN3B;;AwC/rNA;EAgDM,yBAAyB;EACzB,oBAAoB;AxCmpN1B;;AwCpsNA;EvCgHI,kBuC5DuC;AxCopN3C;;AwCxsNA;EvCgHI,mBuC1DuC;AxCspN3C;;AwC5sNA;EA0DM,uBAAuB;AxCspN7B;;AwChtNA;EA6DM,yBAAyB;AxCupN/B;;AwCptNA;EAiEM,6BAA6B;EAI3B,0BzC9BI;ACkrNZ;;AwCztNA;EAuEQ,4BzCxFsB;EyCyFtB,4BzC5FsB;ACkvN9B;;AwC9tNA;EA4EU,uBzC3FqB;EyC4FrB,qBzCjGoB;EyCkGpB,2CAA2E;AxCspNrF;;AwCpuNA;EAiFM,YAAY;EACZ,cAAc;AxCupNpB;;AwCzuNA;EAqFM,qBzCzGwB;EyC0GxB,mBA/F+B;EAgG/B,iBA/F6B;EAgG7B,gBAAgB;EAChB,kBAAkB;AxCwpNxB;;AwCjvNA;EA2FQ,4BzC5GsB;EyC6GtB,qBzCjHsB;EyCkHtB,UAAU;AxC0pNlB;;AwCvvNA;EvCgHI,kBuChBuE;AxC2pN3E;;AwC3vNA;EAsGU,4BzC/DE;EyCgEF,+BzChEE;ACytNZ;;AwChwNA;EA6GU,2BzCtEE;EyCuEF,8BzCvEE;AC8tNZ;;AwCrwNA;EAiHU,yBzCzHwB;EyC0HxB,qBzC1HwB;EyC2HxB,W9B/DM;E8BgEN,UAAU;AxCwpNpB;;AwC5wNA;EAsHM,mBAAmB;AxC0pNzB;;AwChxNA;EA+HY,oCzCtFa;EyCuFb,iCzCvFa;EyCwFb,qBAAqB;AxCqpNjC;;AwCtxNA;EAwIY,mCzC/Fa;EyCgGb,gCzChGa;EyCiGb,oBAAoB;AxCkpNhC;;AwC5xNA;EA6II,kBzCrIY;ACwxNhB;;AwChyNA;EA+II,kBzCzIY;AC8xNhB;;AwCpyNA;EAiJI,iBzC5IW;ACmyNf;;AyCt0NA,eAAA;ACIA;EACE,cAAc;EACd,aAAa;EACb,YAAY;EACZ,cAAc;EACd,gBAPkB;A1C60NpB;;A0Cr0NE;EACE,UAAU;EACV,YAAY;A1Cw0NhB;;A0Cv0NE;EACE,UAAU;EACV,WAAW;A1C00Nf;;A0Cz0NE;EACE,UAAU;EACV,UAAU;A1C40Nd;;A0C30NE;EACE,UAAU;EACV,eAAe;A1C80NnB;;A0C70NE;EACE,UAAU;EACV,UAAU;A1Cg1Nd;;A0C/0NE;EACE,UAAU;EACV,eAAe;A1Ck1NnB;;A0Cj1NE;EACE,UAAU;EACV,UAAU;A1Co1Nd;;A0Cn1NE;EACE,UAAU;EACV,UAAU;A1Cs1Nd;;A0Cr1NE;EACE,UAAU;EACV,UAAU;A1Cw1Nd;;A0Cv1NE;EACE,UAAU;EACV,UAAU;A1C01Nd;;A0Cz1NE;EACE,UAAU;EACV,UAAU;A1C41Nd;;A0C31NE;EzCmGE,iByClGmC;A1C81NvC;;A0C71NE;EzCiGE,sByChGwC;A1Cg2N5C;;A0C/1NE;EzC+FE,iByC9FmC;A1Ck2NvC;;A0Cj2NE;EzC6FE,sByC5FwC;A1Co2N5C;;A0Cn2NE;EzC2FE,iByC1FmC;A1Cs2NvC;;A0Cr2NE;EzCyFE,iByCxFmC;A1Cw2NvC;;A0Cv2NE;EzCuFE,iByCtFmC;A1C02NvC;;A0Cz2NE;EzCqFE,iByCpFmC;A1C42NvC;;A0C32NE;EzCmFE,iByClFmC;A1C82NvC;;A0C52NI;EACE,UAAU;EACV,SAA0B;A1C+2NhC;;A0C92NI;EzC6EA,gByC5EqD;A1Ci3NzD;;A0Cr3NI;EACE,UAAU;EACV,eAA0B;A1Cw3NhC;;A0Cv3NI;EzC6EA,sByC5EqD;A1C03NzD;;A0C93NI;EACE,UAAU;EACV,gBAA0B;A1Ci4NhC;;A0Ch4NI;EzC6EA,uByC5EqD;A1Cm4NzD;;A0Cv4NI;EACE,UAAU;EACV,UAA0B;A1C04NhC;;A0Cz4NI;EzC6EA,iByC5EqD;A1C44NzD;;A0Ch5NI;EACE,UAAU;EACV,gBAA0B;A1Cm5NhC;;A0Cl5NI;EzC6EA,uByC5EqD;A1Cq5NzD;;A0Cz5NI;EACE,UAAU;EACV,gBAA0B;A1C45NhC;;A0C35NI;EzC6EA,uByC5EqD;A1C85NzD;;A0Cl6NI;EACE,UAAU;EACV,UAA0B;A1Cq6NhC;;A0Cp6NI;EzC6EA,iByC5EqD;A1Cu6NzD;;A0C36NI;EACE,UAAU;EACV,gBAA0B;A1C86NhC;;A0C76NI;EzC6EA,uByC5EqD;A1Cg7NzD;;A0Cp7NI;EACE,UAAU;EACV,gBAA0B;A1Cu7NhC;;A0Ct7NI;EzC6EA,uByC5EqD;A1Cy7NzD;;A0C77NI;EACE,UAAU;EACV,UAA0B;A1Cg8NhC;;A0C/7NI;EzC6EA,iByC5EqD;A1Ck8NzD;;A0Ct8NI;EACE,UAAU;EACV,gBAA0B;A1Cy8NhC;;A0Cx8NI;EzC6EA,uByC5EqD;A1C28NzD;;A0C/8NI;EACE,UAAU;EACV,gBAA0B;A1Ck9NhC;;A0Cj9NI;EzC6EA,uByC5EqD;A1Co9NzD;;A0Cx9NI;EACE,UAAU;EACV,WAA0B;A1C29NhC;;A0C19NI;EzC6EA,kByC5EqD;A1C69NzD;;AC98NE;EyC7EF;IAiEM,UAAU;IACV,YAAY;E1C+9NhB;E0CjiOF;IAoEM,UAAU;IACV,WAAW;E1Cg+Nf;E0CriOF;IAuEM,UAAU;IACV,UAAU;E1Ci+Nd;E0CziOF;IA0EM,UAAU;IACV,eAAe;E1Ck+NnB;E0C7iOF;IA6EM,UAAU;IACV,UAAU;E1Cm+Nd;E0CjjOF;IAgFM,UAAU;IACV,eAAe;E1Co+NnB;E0CrjOF;IAmFM,UAAU;IACV,UAAU;E1Cq+Nd;E0CzjOF;IAsFM,UAAU;IACV,UAAU;E1Cs+Nd;E0C7jOF;IAyFM,UAAU;IACV,UAAU;E1Cu+Nd;E0CjkOF;IA4FM,UAAU;IACV,UAAU;E1Cw+Nd;E0CrkOF;IA+FM,UAAU;IACV,UAAU;E1Cy+Nd;E0CzkOF;IzC0II,iByCxCqC;E1C0+NvC;E0C5kOF;IzC0II,sByCtC0C;E1C2+N5C;E0C/kOF;IzC0II,iByCpCqC;E1C4+NvC;E0CllOF;IzC0II,sByClC0C;E1C6+N5C;E0CrlOF;IzC0II,iByChCqC;E1C8+NvC;E0CxlOF;IzC0II,iByC9BqC;E1C++NvC;E0C3lOF;IzC0II,iByC5BqC;E1Cg/NvC;E0C9lOF;IzC0II,iByC1BqC;E1Ci/NvC;E0CjmOF;IzC0II,iByCxBqC;E1Ck/NvC;E0CpmOF;IAqHQ,UAAU;IACV,SAA0B;E1Ck/NhC;E0CxmOF;IzC0II,gByClBuD;E1Cm/NzD;E0C3mOF;IAqHQ,UAAU;IACV,eAA0B;E1Cy/NhC;E0C/mOF;IzC0II,sByClBuD;E1C0/NzD;E0ClnOF;IAqHQ,UAAU;IACV,gBAA0B;E1CggOhC;E0CtnOF;IzC0II,uByClBuD;E1CigOzD;E0CznOF;IAqHQ,UAAU;IACV,UAA0B;E1CugOhC;E0C7nOF;IzC0II,iByClBuD;E1CwgOzD;E0ChoOF;IAqHQ,UAAU;IACV,gBAA0B;E1C8gOhC;E0CpoOF;IzC0II,uByClBuD;E1C+gOzD;E0CvoOF;IAqHQ,UAAU;IACV,gBAA0B;E1CqhOhC;E0C3oOF;IzC0II,uByClBuD;E1CshOzD;E0C9oOF;IAqHQ,UAAU;IACV,UAA0B;E1C4hOhC;E0ClpOF;IzC0II,iByClBuD;E1C6hOzD;E0CrpOF;IAqHQ,UAAU;IACV,gBAA0B;E1CmiOhC;E0CzpOF;IzC0II,uByClBuD;E1CoiOzD;E0C5pOF;IAqHQ,UAAU;IACV,gBAA0B;E1C0iOhC;E0ChqOF;IzC0II,uByClBuD;E1C2iOzD;E0CnqOF;IAqHQ,UAAU;IACV,UAA0B;E1CijOhC;E0CvqOF;IzC0II,iByClBuD;E1CkjOzD;E0C1qOF;IAqHQ,UAAU;IACV,gBAA0B;E1CwjOhC;E0C9qOF;IzC0II,uByClBuD;E1CyjOzD;E0CjrOF;IAqHQ,UAAU;IACV,gBAA0B;E1C+jOhC;E0CrrOF;IzC0II,uByClBuD;E1CgkOzD;E0CxrOF;IAqHQ,UAAU;IACV,WAA0B;E1CskOhC;E0C5rOF;IzC0II,kByClBuD;E1CukOzD;AACF;;AC/mOE;EyCjFF;IA4HM,UAAU;IACV,YAAY;E1CykOhB;E0CtsOF;IAgIM,UAAU;IACV,WAAW;E1CykOf;E0C1sOF;IAoIM,UAAU;IACV,UAAU;E1CykOd;E0C9sOF;IAwIM,UAAU;IACV,eAAe;E1CykOnB;E0CltOF;IA4IM,UAAU;IACV,UAAU;E1CykOd;E0CttOF;IAgJM,UAAU;IACV,eAAe;E1CykOnB;E0C1tOF;IAoJM,UAAU;IACV,UAAU;E1CykOd;E0C9tOF;IAwJM,UAAU;IACV,UAAU;E1CykOd;E0CluOF;IA4JM,UAAU;IACV,UAAU;E1CykOd;E0CtuOF;IAgKM,UAAU;IACV,UAAU;E1CykOd;E0C1uOF;IAoKM,UAAU;IACV,UAAU;E1CykOd;E0C9uOF;IzC0II,iByC8BqC;E1CykOvC;E0CjvOF;IzC0II,sByCiC0C;E1CykO5C;E0CpvOF;IzC0II,iByCoCqC;E1CykOvC;E0CvvOF;IzC0II,sByCuC0C;E1CykO5C;E0C1vOF;IzC0II,iByC0CqC;E1CykOvC;E0C7vOF;IzC0II,iByC6CqC;E1CykOvC;E0ChwOF;IzC0II,iByCgDqC;E1CykOvC;E0CnwOF;IzC0II,iByCmDqC;E1CykOvC;E0CtwOF;IzC0II,iByCsDqC;E1CykOvC;E0CzwOF;IAoMQ,UAAU;IACV,SAA0B;E1CwkOhC;E0C7wOF;IzC0II,gByC8DuD;E1CwkOzD;E0ChxOF;IAoMQ,UAAU;IACV,eAA0B;E1C+kOhC;E0CpxOF;IzC0II,sByC8DuD;E1C+kOzD;E0CvxOF;IAoMQ,UAAU;IACV,gBAA0B;E1CslOhC;E0C3xOF;IzC0II,uByC8DuD;E1CslOzD;E0C9xOF;IAoMQ,UAAU;IACV,UAA0B;E1C6lOhC;E0ClyOF;IzC0II,iByC8DuD;E1C6lOzD;E0CryOF;IAoMQ,UAAU;IACV,gBAA0B;E1ComOhC;E0CzyOF;IzC0II,uByC8DuD;E1ComOzD;E0C5yOF;IAoMQ,UAAU;IACV,gBAA0B;E1C2mOhC;E0ChzOF;IzC0II,uByC8DuD;E1C2mOzD;E0CnzOF;IAoMQ,UAAU;IACV,UAA0B;E1CknOhC;E0CvzOF;IzC0II,iByC8DuD;E1CknOzD;E0C1zOF;IAoMQ,UAAU;IACV,gBAA0B;E1CynOhC;E0C9zOF;IzC0II,uByC8DuD;E1CynOzD;E0Cj0OF;IAoMQ,UAAU;IACV,gBAA0B;E1CgoOhC;E0Cr0OF;IzC0II,uByC8DuD;E1CgoOzD;E0Cx0OF;IAoMQ,UAAU;IACV,UAA0B;E1CuoOhC;E0C50OF;IzC0II,iByC8DuD;E1CuoOzD;E0C/0OF;IAoMQ,UAAU;IACV,gBAA0B;E1C8oOhC;E0Cn1OF;IzC0II,uByC8DuD;E1C8oOzD;E0Ct1OF;IAoMQ,UAAU;IACV,gBAA0B;E1CqpOhC;E0C11OF;IzC0II,uByC8DuD;E1CqpOzD;E0C71OF;IAoMQ,UAAU;IACV,WAA0B;E1C4pOhC;E0Cj2OF;IzC0II,kByC8DuD;E1C4pOzD;AACF;;AC5wOE;EyCzFF;IA2MM,UAAU;IACV,YAAY;E1C+pOhB;E0C32OF;IA8MM,UAAU;IACV,WAAW;E1CgqOf;E0C/2OF;IAiNM,UAAU;IACV,UAAU;E1CiqOd;E0Cn3OF;IAoNM,UAAU;IACV,eAAe;E1CkqOnB;E0Cv3OF;IAuNM,UAAU;IACV,UAAU;E1CmqOd;E0C33OF;IA0NM,UAAU;IACV,eAAe;E1CoqOnB;E0C/3OF;IA6NM,UAAU;IACV,UAAU;E1CqqOd;E0Cn4OF;IAgOM,UAAU;IACV,UAAU;E1CsqOd;E0Cv4OF;IAmOM,UAAU;IACV,UAAU;E1CuqOd;E0C34OF;IAsOM,UAAU;IACV,UAAU;E1CwqOd;E0C/4OF;IAyOM,UAAU;IACV,UAAU;E1CyqOd;E0Cn5OF;IzC0II,iByCkGqC;E1C0qOvC;E0Ct5OF;IzC0II,sByCoG0C;E1C2qO5C;E0Cz5OF;IzC0II,iByCsGqC;E1C4qOvC;E0C55OF;IzC0II,sByCwG0C;E1C6qO5C;E0C/5OF;IzC0II,iByC0GqC;E1C8qOvC;E0Cl6OF;IzC0II,iByC4GqC;E1C+qOvC;E0Cr6OF;IzC0II,iByC8GqC;E1CgrOvC;E0Cx6OF;IzC0II,iByCgHqC;E1CirOvC;E0C36OF;IzC0II,iByCkHqC;E1CkrOvC;E0C96OF;IA+PQ,UAAU;IACV,SAA0B;E1CkrOhC;E0Cl7OF;IzC0II,gByCwHuD;E1CmrOzD;E0Cr7OF;IA+PQ,UAAU;IACV,eAA0B;E1CyrOhC;E0Cz7OF;IzC0II,sByCwHuD;E1C0rOzD;E0C57OF;IA+PQ,UAAU;IACV,gBAA0B;E1CgsOhC;E0Ch8OF;IzC0II,uByCwHuD;E1CisOzD;E0Cn8OF;IA+PQ,UAAU;IACV,UAA0B;E1CusOhC;E0Cv8OF;IzC0II,iByCwHuD;E1CwsOzD;E0C18OF;IA+PQ,UAAU;IACV,gBAA0B;E1C8sOhC;E0C98OF;IzC0II,uByCwHuD;E1C+sOzD;E0Cj9OF;IA+PQ,UAAU;IACV,gBAA0B;E1CqtOhC;E0Cr9OF;IzC0II,uByCwHuD;E1CstOzD;E0Cx9OF;IA+PQ,UAAU;IACV,UAA0B;E1C4tOhC;E0C59OF;IzC0II,iByCwHuD;E1C6tOzD;E0C/9OF;IA+PQ,UAAU;IACV,gBAA0B;E1CmuOhC;E0Cn+OF;IzC0II,uByCwHuD;E1CouOzD;E0Ct+OF;IA+PQ,UAAU;IACV,gBAA0B;E1C0uOhC;E0C1+OF;IzC0II,uByCwHuD;E1C2uOzD;E0C7+OF;IA+PQ,UAAU;IACV,UAA0B;E1CivOhC;E0Cj/OF;IzC0II,iByCwHuD;E1CkvOzD;E0Cp/OF;IA+PQ,UAAU;IACV,gBAA0B;E1CwvOhC;E0Cx/OF;IzC0II,uByCwHuD;E1CyvOzD;E0C3/OF;IA+PQ,UAAU;IACV,gBAA0B;E1C+vOhC;E0C//OF;IzC0II,uByCwHuD;E1CgwOzD;E0ClgPF;IA+PQ,UAAU;IACV,WAA0B;E1CswOhC;E0CtgPF;IzC0II,kByCwHuD;E1CuwOzD;AACF;;AC76OE;EyC7FF;IAqQM,UAAU;IACV,YAAY;E1C0wOhB;E0ChhPF;IAwQM,UAAU;IACV,WAAW;E1C2wOf;E0CphPF;IA2QM,UAAU;IACV,UAAU;E1C4wOd;E0CxhPF;IA8QM,UAAU;IACV,eAAe;E1C6wOnB;E0C5hPF;IAiRM,UAAU;IACV,UAAU;E1C8wOd;E0ChiPF;IAoRM,UAAU;IACV,eAAe;E1C+wOnB;E0CpiPF;IAuRM,UAAU;IACV,UAAU;E1CgxOd;E0CxiPF;IA0RM,UAAU;IACV,UAAU;E1CixOd;E0C5iPF;IA6RM,UAAU;IACV,UAAU;E1CkxOd;E0ChjPF;IAgSM,UAAU;IACV,UAAU;E1CmxOd;E0CpjPF;IAmSM,UAAU;IACV,UAAU;E1CoxOd;E0CxjPF;IzC0II,iByC4JqC;E1CqxOvC;E0C3jPF;IzC0II,sByC8J0C;E1CsxO5C;E0C9jPF;IzC0II,iByCgKqC;E1CuxOvC;E0CjkPF;IzC0II,sByCkK0C;E1CwxO5C;E0CpkPF;IzC0II,iByCoKqC;E1CyxOvC;E0CvkPF;IzC0II,iByCsKqC;E1C0xOvC;E0C1kPF;IzC0II,iByCwKqC;E1C2xOvC;E0C7kPF;IzC0II,iByC0KqC;E1C4xOvC;E0ChlPF;IzC0II,iByC4KqC;E1C6xOvC;E0CnlPF;IAyTQ,UAAU;IACV,SAA0B;E1C6xOhC;E0CvlPF;IzC0II,gByCkLuD;E1C8xOzD;E0C1lPF;IAyTQ,UAAU;IACV,eAA0B;E1CoyOhC;E0C9lPF;IzC0II,sByCkLuD;E1CqyOzD;E0CjmPF;IAyTQ,UAAU;IACV,gBAA0B;E1C2yOhC;E0CrmPF;IzC0II,uByCkLuD;E1C4yOzD;E0CxmPF;IAyTQ,UAAU;IACV,UAA0B;E1CkzOhC;E0C5mPF;IzC0II,iByCkLuD;E1CmzOzD;E0C/mPF;IAyTQ,UAAU;IACV,gBAA0B;E1CyzOhC;E0CnnPF;IzC0II,uByCkLuD;E1C0zOzD;E0CtnPF;IAyTQ,UAAU;IACV,gBAA0B;E1Cg0OhC;E0C1nPF;IzC0II,uByCkLuD;E1Ci0OzD;E0C7nPF;IAyTQ,UAAU;IACV,UAA0B;E1Cu0OhC;E0CjoPF;IzC0II,iByCkLuD;E1Cw0OzD;E0CpoPF;IAyTQ,UAAU;IACV,gBAA0B;E1C80OhC;E0CxoPF;IzC0II,uByCkLuD;E1C+0OzD;E0C3oPF;IAyTQ,UAAU;IACV,gBAA0B;E1Cq1OhC;E0C/oPF;IzC0II,uByCkLuD;E1Cs1OzD;E0ClpPF;IAyTQ,UAAU;IACV,UAA0B;E1C41OhC;E0CtpPF;IzC0II,iByCkLuD;E1C61OzD;E0CzpPF;IAyTQ,UAAU;IACV,gBAA0B;E1Cm2OhC;E0C7pPF;IzC0II,uByCkLuD;E1Co2OzD;E0ChqPF;IAyTQ,UAAU;IACV,gBAA0B;E1C02OhC;E0CpqPF;IzC0II,uByCkLuD;E1C22OzD;E0CvqPF;IAyTQ,UAAU;IACV,WAA0B;E1Ci3OhC;E0C3qPF;IzC0II,kByCkLuD;E1Ck3OzD;AACF;;ACnkPI;EyC5GJ;IA+TM,UAAU;IACV,YAAY;E1Cq3OhB;E0CrrPF;IAkUM,UAAU;IACV,WAAW;E1Cs3Of;E0CzrPF;IAqUM,UAAU;IACV,UAAU;E1Cu3Od;E0C7rPF;IAwUM,UAAU;IACV,eAAe;E1Cw3OnB;E0CjsPF;IA2UM,UAAU;IACV,UAAU;E1Cy3Od;E0CrsPF;IA8UM,UAAU;IACV,eAAe;E1C03OnB;E0CzsPF;IAiVM,UAAU;IACV,UAAU;E1C23Od;E0C7sPF;IAoVM,UAAU;IACV,UAAU;E1C43Od;E0CjtPF;IAuVM,UAAU;IACV,UAAU;E1C63Od;E0CrtPF;IA0VM,UAAU;IACV,UAAU;E1C83Od;E0CztPF;IA6VM,UAAU;IACV,UAAU;E1C+3Od;E0C7tPF;IzC0II,iByCsNqC;E1Cg4OvC;E0ChuPF;IzC0II,sByCwN0C;E1Ci4O5C;E0CnuPF;IzC0II,iByC0NqC;E1Ck4OvC;E0CtuPF;IzC0II,sByC4N0C;E1Cm4O5C;E0CzuPF;IzC0II,iByC8NqC;E1Co4OvC;E0C5uPF;IzC0II,iByCgOqC;E1Cq4OvC;E0C/uPF;IzC0II,iByCkOqC;E1Cs4OvC;E0ClvPF;IzC0II,iByCoOqC;E1Cu4OvC;E0CrvPF;IzC0II,iByCsOqC;E1Cw4OvC;E0CxvPF;IAmXQ,UAAU;IACV,SAA0B;E1Cw4OhC;E0C5vPF;IzC0II,gByC4OuD;E1Cy4OzD;E0C/vPF;IAmXQ,UAAU;IACV,eAA0B;E1C+4OhC;E0CnwPF;IzC0II,sByC4OuD;E1Cg5OzD;E0CtwPF;IAmXQ,UAAU;IACV,gBAA0B;E1Cs5OhC;E0C1wPF;IzC0II,uByC4OuD;E1Cu5OzD;E0C7wPF;IAmXQ,UAAU;IACV,UAA0B;E1C65OhC;E0CjxPF;IzC0II,iByC4OuD;E1C85OzD;E0CpxPF;IAmXQ,UAAU;IACV,gBAA0B;E1Co6OhC;E0CxxPF;IzC0II,uByC4OuD;E1Cq6OzD;E0C3xPF;IAmXQ,UAAU;IACV,gBAA0B;E1C26OhC;E0C/xPF;IzC0II,uByC4OuD;E1C46OzD;E0ClyPF;IAmXQ,UAAU;IACV,UAA0B;E1Ck7OhC;E0CtyPF;IzC0II,iByC4OuD;E1Cm7OzD;E0CzyPF;IAmXQ,UAAU;IACV,gBAA0B;E1Cy7OhC;E0C7yPF;IzC0II,uByC4OuD;E1C07OzD;E0ChzPF;IAmXQ,UAAU;IACV,gBAA0B;E1Cg8OhC;E0CpzPF;IzC0II,uByC4OuD;E1Ci8OzD;E0CvzPF;IAmXQ,UAAU;IACV,UAA0B;E1Cu8OhC;E0C3zPF;IzC0II,iByC4OuD;E1Cw8OzD;E0C9zPF;IAmXQ,UAAU;IACV,gBAA0B;E1C88OhC;E0Cl0PF;IzC0II,uByC4OuD;E1C+8OzD;E0Cr0PF;IAmXQ,UAAU;IACV,gBAA0B;E1Cq9OhC;E0Cz0PF;IzC0II,uByC4OuD;E1Cs9OzD;E0C50PF;IAmXQ,UAAU;IACV,WAA0B;E1C49OhC;E0Ch1PF;IzC0II,kByC4OuD;E1C69OzD;AACF;;ACztPI;EyC3HJ;IAyXM,UAAU;IACV,YAAY;E1Cg+OhB;E0C11PF;IA4XM,UAAU;IACV,WAAW;E1Ci+Of;E0C91PF;IA+XM,UAAU;IACV,UAAU;E1Ck+Od;E0Cl2PF;IAkYM,UAAU;IACV,eAAe;E1Cm+OnB;E0Ct2PF;IAqYM,UAAU;IACV,UAAU;E1Co+Od;E0C12PF;IAwYM,UAAU;IACV,eAAe;E1Cq+OnB;E0C92PF;IA2YM,UAAU;IACV,UAAU;E1Cs+Od;E0Cl3PF;IA8YM,UAAU;IACV,UAAU;E1Cu+Od;E0Ct3PF;IAiZM,UAAU;IACV,UAAU;E1Cw+Od;E0C13PF;IAoZM,UAAU;IACV,UAAU;E1Cy+Od;E0C93PF;IAuZM,UAAU;IACV,UAAU;E1C0+Od;E0Cl4PF;IzC0II,iByCgRqC;E1C2+OvC;E0Cr4PF;IzC0II,sByCkR0C;E1C4+O5C;E0Cx4PF;IzC0II,iByCoRqC;E1C6+OvC;E0C34PF;IzC0II,sByCsR0C;E1C8+O5C;E0C94PF;IzC0II,iByCwRqC;E1C++OvC;E0Cj5PF;IzC0II,iByC0RqC;E1Cg/OvC;E0Cp5PF;IzC0II,iByC4RqC;E1Ci/OvC;E0Cv5PF;IzC0II,iByC8RqC;E1Ck/OvC;E0C15PF;IzC0II,iByCgSqC;E1Cm/OvC;E0C75PF;IA6aQ,UAAU;IACV,SAA0B;E1Cm/OhC;E0Cj6PF;IzC0II,gByCsSuD;E1Co/OzD;E0Cp6PF;IA6aQ,UAAU;IACV,eAA0B;E1C0/OhC;E0Cx6PF;IzC0II,sByCsSuD;E1C2/OzD;E0C36PF;IA6aQ,UAAU;IACV,gBAA0B;E1CigPhC;E0C/6PF;IzC0II,uByCsSuD;E1CkgPzD;E0Cl7PF;IA6aQ,UAAU;IACV,UAA0B;E1CwgPhC;E0Ct7PF;IzC0II,iByCsSuD;E1CygPzD;E0Cz7PF;IA6aQ,UAAU;IACV,gBAA0B;E1C+gPhC;E0C77PF;IzC0II,uByCsSuD;E1CghPzD;E0Ch8PF;IA6aQ,UAAU;IACV,gBAA0B;E1CshPhC;E0Cp8PF;IzC0II,uByCsSuD;E1CuhPzD;E0Cv8PF;IA6aQ,UAAU;IACV,UAA0B;E1C6hPhC;E0C38PF;IzC0II,iByCsSuD;E1C8hPzD;E0C98PF;IA6aQ,UAAU;IACV,gBAA0B;E1CoiPhC;E0Cl9PF;IzC0II,uByCsSuD;E1CqiPzD;E0Cr9PF;IA6aQ,UAAU;IACV,gBAA0B;E1C2iPhC;E0Cz9PF;IzC0II,uByCsSuD;E1C4iPzD;E0C59PF;IA6aQ,UAAU;IACV,UAA0B;E1CkjPhC;E0Ch+PF;IzC0II,iByCsSuD;E1CmjPzD;E0Cn+PF;IA6aQ,UAAU;IACV,gBAA0B;E1CyjPhC;E0Cv+PF;IzC0II,uByCsSuD;E1C0jPzD;E0C1+PF;IA6aQ,UAAU;IACV,gBAA0B;E1CgkPhC;E0C9+PF;IzC0II,uByCsSuD;E1CikPzD;E0Cj/PF;IA6aQ,UAAU;IACV,WAA0B;E1CukPhC;E0Cr/PF;IzC0II,kByCsSuD;E1CwkPzD;AACF;;A0CvkPA;EzCxSI,sByC5IgB;EzC4IhB,qByC5IgB;EAublB,oBAvbkB;A1CigQpB;;A0C7kPA;EAKI,uBAzbgB;A1CqgQpB;;A0CjlPA;EAOI,qCAA4C;A1C8kPhD;;A0CrlPA;EAUI,uBAAuB;A1C+kP3B;;A0CzlPA;EzCxSI,eyCoTiC;EzCpTjC,cyCqTiC;EACjC,aAAa;A1CilPjB;;A0C/lPA;EAgBM,SAAS;EACT,qBAAqB;A1CmlP3B;;A0CpmPA;EAmBM,qBAAqB;A1CqlP3B;;A0CxmPA;EAqBM,gBAAgB;A1CulPtB;;A0C5mPA;EAuBI,aAAa;A1CylPjB;;A0ChnPA;EAyBI,eAAe;A1C2lPnB;;A0CpnPA;EA2BI,mBAAmB;A1C6lPvB;;ACz9PE;EyCiWF;IA+BM,aAAa;E1C8lPjB;AACF;;ACn9PE;EyCqVF;IAmCM,aAAa;E1CgmPjB;AACF;;A0C9lPE;EACE,oBAAY;EzC/UZ,yCyCgV2D;EzChV3D,wCyCiV2D;A1CimP/D;;A0CpmPE;EAKI,8BAA8B;EAC9B,+BAA+B;A1CmmPrC;;A0CzmPE;EASM,iBAAY;A1ComPpB;;ACx/PE;EyC2YA;IAYQ,iBAAY;E1CsmPpB;AACF;;AC1/PE;EyCuYA;IAeQ,iBAAY;E1CymPpB;AACF;;AC5/PE;EyCmYA;IAkBQ,iBAAY;E1C4mPpB;AACF;;AC9/PE;EyC+XA;IAqBQ,iBAAY;E1C+mPpB;AACF;;AChgQE;EyC2XA;IAwBQ,iBAAY;E1CknPpB;AACF;;ACjgQI;EyCsXF;IA2BQ,iBAAY;E1CqnPpB;AACF;;AC7/PI;EyC4WF;IA8BQ,iBAAY;E1CwnPpB;AACF;;AC9/PI;EyCuWF;IAiCQ,iBAAY;E1C2nPpB;AACF;;AC1/PI;EyC6VF;IAoCQ,iBAAY;E1C8nPpB;AACF;;A0CnqPE;EASM,oBAAY;A1C8pPpB;;ACljQE;EyC2YA;IAYQ,oBAAY;E1CgqPpB;AACF;;ACpjQE;EyCuYA;IAeQ,oBAAY;E1CmqPpB;AACF;;ACtjQE;EyCmYA;IAkBQ,oBAAY;E1CsqPpB;AACF;;ACxjQE;EyC+XA;IAqBQ,oBAAY;E1CyqPpB;AACF;;AC1jQE;EyC2XA;IAwBQ,oBAAY;E1C4qPpB;AACF;;AC3jQI;EyCsXF;IA2BQ,oBAAY;E1C+qPpB;AACF;;ACvjQI;EyC4WF;IA8BQ,oBAAY;E1CkrPpB;AACF;;ACxjQI;EyCuWF;IAiCQ,oBAAY;E1CqrPpB;AACF;;ACpjQI;EyC6VF;IAoCQ,oBAAY;E1CwrPpB;AACF;;A0C7tPE;EASM,mBAAY;A1CwtPpB;;AC5mQE;EyC2YA;IAYQ,mBAAY;E1C0tPpB;AACF;;AC9mQE;EyCuYA;IAeQ,mBAAY;E1C6tPpB;AACF;;AChnQE;EyCmYA;IAkBQ,mBAAY;E1CguPpB;AACF;;AClnQE;EyC+XA;IAqBQ,mBAAY;E1CmuPpB;AACF;;ACpnQE;EyC2XA;IAwBQ,mBAAY;E1CsuPpB;AACF;;ACrnQI;EyCsXF;IA2BQ,mBAAY;E1CyuPpB;AACF;;ACjnQI;EyC4WF;IA8BQ,mBAAY;E1C4uPpB;AACF;;AClnQI;EyCuWF;IAiCQ,mBAAY;E1C+uPpB;AACF;;AC9mQI;EyC6VF;IAoCQ,mBAAY;E1CkvPpB;AACF;;A0CvxPE;EASM,oBAAY;A1CkxPpB;;ACtqQE;EyC2YA;IAYQ,oBAAY;E1CoxPpB;AACF;;ACxqQE;EyCuYA;IAeQ,oBAAY;E1CuxPpB;AACF;;AC1qQE;EyCmYA;IAkBQ,oBAAY;E1C0xPpB;AACF;;AC5qQE;EyC+XA;IAqBQ,oBAAY;E1C6xPpB;AACF;;AC9qQE;EyC2XA;IAwBQ,oBAAY;E1CgyPpB;AACF;;AC/qQI;EyCsXF;IA2BQ,oBAAY;E1CmyPpB;AACF;;AC3qQI;EyC4WF;IA8BQ,oBAAY;E1CsyPpB;AACF;;AC5qQI;EyCuWF;IAiCQ,oBAAY;E1CyyPpB;AACF;;ACxqQI;EyC6VF;IAoCQ,oBAAY;E1C4yPpB;AACF;;A0Cj1PE;EASM,iBAAY;A1C40PpB;;AChuQE;EyC2YA;IAYQ,iBAAY;E1C80PpB;AACF;;ACluQE;EyCuYA;IAeQ,iBAAY;E1Ci1PpB;AACF;;ACpuQE;EyCmYA;IAkBQ,iBAAY;E1Co1PpB;AACF;;ACtuQE;EyC+XA;IAqBQ,iBAAY;E1Cu1PpB;AACF;;ACxuQE;EyC2XA;IAwBQ,iBAAY;E1C01PpB;AACF;;ACzuQI;EyCsXF;IA2BQ,iBAAY;E1C61PpB;AACF;;ACruQI;EyC4WF;IA8BQ,iBAAY;E1Cg2PpB;AACF;;ACtuQI;EyCuWF;IAiCQ,iBAAY;E1Cm2PpB;AACF;;ACluQI;EyC6VF;IAoCQ,iBAAY;E1Cs2PpB;AACF;;A0C34PE;EASM,oBAAY;A1Cs4PpB;;AC1xQE;EyC2YA;IAYQ,oBAAY;E1Cw4PpB;AACF;;AC5xQE;EyCuYA;IAeQ,oBAAY;E1C24PpB;AACF;;AC9xQE;EyCmYA;IAkBQ,oBAAY;E1C84PpB;AACF;;AChyQE;EyC+XA;IAqBQ,oBAAY;E1Ci5PpB;AACF;;AClyQE;EyC2XA;IAwBQ,oBAAY;E1Co5PpB;AACF;;ACnyQI;EyCsXF;IA2BQ,oBAAY;E1Cu5PpB;AACF;;AC/xQI;EyC4WF;IA8BQ,oBAAY;E1C05PpB;AACF;;AChyQI;EyCuWF;IAiCQ,oBAAY;E1C65PpB;AACF;;AC5xQI;EyC6VF;IAoCQ,oBAAY;E1Cg6PpB;AACF;;A0Cr8PE;EASM,mBAAY;A1Cg8PpB;;ACp1QE;EyC2YA;IAYQ,mBAAY;E1Ck8PpB;AACF;;ACt1QE;EyCuYA;IAeQ,mBAAY;E1Cq8PpB;AACF;;ACx1QE;EyCmYA;IAkBQ,mBAAY;E1Cw8PpB;AACF;;AC11QE;EyC+XA;IAqBQ,mBAAY;E1C28PpB;AACF;;AC51QE;EyC2XA;IAwBQ,mBAAY;E1C88PpB;AACF;;AC71QI;EyCsXF;IA2BQ,mBAAY;E1Ci9PpB;AACF;;ACz1QI;EyC4WF;IA8BQ,mBAAY;E1Co9PpB;AACF;;AC11QI;EyCuWF;IAiCQ,mBAAY;E1Cu9PpB;AACF;;ACt1QI;EyC6VF;IAoCQ,mBAAY;E1C09PpB;AACF;;A0C//PE;EASM,oBAAY;A1C0/PpB;;AC94QE;EyC2YA;IAYQ,oBAAY;E1C4/PpB;AACF;;ACh5QE;EyCuYA;IAeQ,oBAAY;E1C+/PpB;AACF;;ACl5QE;EyCmYA;IAkBQ,oBAAY;E1CkgQpB;AACF;;ACp5QE;EyC+XA;IAqBQ,oBAAY;E1CqgQpB;AACF;;ACt5QE;EyC2XA;IAwBQ,oBAAY;E1CwgQpB;AACF;;ACv5QI;EyCsXF;IA2BQ,oBAAY;E1C2gQpB;AACF;;ACn5QI;EyC4WF;IA8BQ,oBAAY;E1C8gQpB;AACF;;ACp5QI;EyCuWF;IAiCQ,oBAAY;E1CihQpB;AACF;;ACh5QI;EyC6VF;IAoCQ,oBAAY;E1CohQpB;AACF;;A0CzjQE;EASM,iBAAY;A1CojQpB;;ACx8QE;EyC2YA;IAYQ,iBAAY;E1CsjQpB;AACF;;AC18QE;EyCuYA;IAeQ,iBAAY;E1CyjQpB;AACF;;AC58QE;EyCmYA;IAkBQ,iBAAY;E1C4jQpB;AACF;;AC98QE;EyC+XA;IAqBQ,iBAAY;E1C+jQpB;AACF;;ACh9QE;EyC2XA;IAwBQ,iBAAY;E1CkkQpB;AACF;;ACj9QI;EyCsXF;IA2BQ,iBAAY;E1CqkQpB;AACF;;AC78QI;EyC4WF;IA8BQ,iBAAY;E1CwkQpB;AACF;;AC98QI;EyCuWF;IAiCQ,iBAAY;E1C2kQpB;AACF;;AC18QI;EyC6VF;IAoCQ,iBAAY;E1C8kQpB;AACF;;A2C3kRA;EACE,oBAAoB;EACpB,cAAc;EACd,aAAa;EACb,YAAY;EACZ,cAAc;EACd,+BAAuB;EAAvB,4BAAuB;EAAvB,uBAAuB;A3C8kRzB;;A2CplRA;EASI,qBAA+B;EAC/B,sBAAgC;EAChC,oBAA8B;A3C+kRlC;;A2C1lRA;EAaM,uBAAiC;A3CilRvC;;A2C9lRA;EAeM,sBAjBgB;A3ComRtB;;A2ClmRA;EAiBI,oBAAoB;A3CqlRxB;;A2CtmRA;EAmBI,gBArBkB;A3C4mRtB;;A2C1mRA;EAqBI,sBAAsB;A3CylR1B;;A2C9mRA;EAuBM,gCAAgC;A3C2lRtC;;ACjiRE;E0CjFF;IA2BM,aAAa;E3C4lRjB;E2CvnRF;IA8BQ,UAAU;IACV,eAAuB;E3C4lR7B;E2C3nRF;IA8BQ,UAAU;IACV,gBAAuB;E3CgmR7B;E2C/nRF;IA8BQ,UAAU;IACV,UAAuB;E3ComR7B;E2CnoRF;IA8BQ,UAAU;IACV,gBAAuB;E3CwmR7B;E2CvoRF;IA8BQ,UAAU;IACV,gBAAuB;E3C4mR7B;E2C3oRF;IA8BQ,UAAU;IACV,UAAuB;E3CgnR7B;E2C/oRF;IA8BQ,UAAU;IACV,gBAAuB;E3ConR7B;E2CnpRF;IA8BQ,UAAU;IACV,gBAAuB;E3CwnR7B;E2CvpRF;IA8BQ,UAAU;IACV,UAAuB;E3C4nR7B;E2C3pRF;IA8BQ,UAAU;IACV,gBAAuB;E3CgoR7B;E2C/pRF;IA8BQ,UAAU;IACV,gBAAuB;E3CooR7B;E2CnqRF;IA8BQ,UAAU;IACV,WAAuB;E3CwoR7B;AACF;;A4C5qRA,kBAAA;ACIE;EACE,uBAAwB;A7C4qR5B;;A6C3qRE;EAGI,yBAA0C;A7C4qRhD;;A6C3qRE;EACE,kCAAmC;A7C8qRvC;;A6CrrRE;EACE,yBAAwB;A7CwrR5B;;A6CvrRE;EAGI,uBAA0C;A7CwrRhD;;A6CvrRE;EACE,oCAAmC;A7C0rRvC;;A6CjsRE;EACE,4BAAwB;A7CosR5B;;A6CnsRE;EAGI,yBAA0C;A7CosRhD;;A6CnsRE;EACE,uCAAmC;A7CssRvC;;A6C7sRE;EACE,yBAAwB;A7CgtR5B;;A6C/sRE;EAGI,yBAA0C;A7CgtRhD;;A6C/sRE;EACE,oCAAmC;A7CktRvC;;A6CztRE;EACE,yBAAwB;A7C4tR5B;;A6C3tRE;EAGI,yBAA0C;A7C4tRhD;;A6C3tRE;EACE,oCAAmC;A7C8tRvC;;A6CztRI;EACE,yBAA8B;A7C4tRpC;;A6C3tRI;EAGI,yBAAgD;A7C4tRxD;;A6C3tRI;EACE,oCAAyC;A7C8tR/C;;A6C5tRI;EACE,yBAA6B;A7C+tRnC;;A6C9tRI;EAGI,yBAAgD;A7C+tRxD;;A6C9tRI;EACE,oCAAwC;A7CiuR9C;;A6C7vRE;EACE,yBAAwB;A7CgwR5B;;A6C/vRE;EAGI,yBAA0C;A7CgwRhD;;A6C/vRE;EACE,oCAAmC;A7CkwRvC;;A6C7vRI;EACE,yBAA8B;A7CgwRpC;;A6C/vRI;EAGI,yBAAgD;A7CgwRxD;;A6C/vRI;EACE,oCAAyC;A7CkwR/C;;A6ChwRI;EACE,yBAA6B;A7CmwRnC;;A6ClwRI;EAGI,yBAAgD;A7CmwRxD;;A6ClwRI;EACE,oCAAwC;A7CqwR9C;;A6CjyRE;EACE,yBAAwB;A7CoyR5B;;A6CnyRE;EAGI,yBAA0C;A7CoyRhD;;A6CnyRE;EACE,oCAAmC;A7CsyRvC;;A6CjyRI;EACE,yBAA8B;A7CoyRpC;;A6CnyRI;EAGI,yBAAgD;A7CoyRxD;;A6CnyRI;EACE,oCAAyC;A7CsyR/C;;A6CpyRI;EACE,yBAA6B;A7CuyRnC;;A6CtyRI;EAGI,yBAAgD;A7CuyRxD;;A6CtyRI;EACE,oCAAwC;A7CyyR9C;;A6Cr0RE;EACE,yBAAwB;A7Cw0R5B;;A6Cv0RE;EAGI,yBAA0C;A7Cw0RhD;;A6Cv0RE;EACE,oCAAmC;A7C00RvC;;A6Cr0RI;EACE,yBAA8B;A7Cw0RpC;;A6Cv0RI;EAGI,yBAAgD;A7Cw0RxD;;A6Cv0RI;EACE,oCAAyC;A7C00R/C;;A6Cx0RI;EACE,yBAA6B;A7C20RnC;;A6C10RI;EAGI,yBAAgD;A7C20RxD;;A6C10RI;EACE,oCAAwC;A7C60R9C;;A6Cz2RE;EACE,yBAAwB;A7C42R5B;;A6C32RE;EAGI,yBAA0C;A7C42RhD;;A6C32RE;EACE,oCAAmC;A7C82RvC;;A6Cz2RI;EACE,yBAA8B;A7C42RpC;;A6C32RI;EAGI,yBAAgD;A7C42RxD;;A6C32RI;EACE,oCAAyC;A7C82R/C;;A6C52RI;EACE,yBAA6B;A7C+2RnC;;A6C92RI;EAGI,yBAAgD;A7C+2RxD;;A6C92RI;EACE,oCAAwC;A7Ci3R9C;;A6C74RE;EACE,yBAAwB;A7Cg5R5B;;A6C/4RE;EAGI,yBAA0C;A7Cg5RhD;;A6C/4RE;EACE,oCAAmC;A7Ck5RvC;;A6C74RI;EACE,yBAA8B;A7Cg5RpC;;A6C/4RI;EAGI,yBAAgD;A7Cg5RxD;;A6C/4RI;EACE,oCAAyC;A7Ck5R/C;;A6Ch5RI;EACE,yBAA6B;A7Cm5RnC;;A6Cl5RI;EAGI,yBAAgD;A7Cm5RxD;;A6Cl5RI;EACE,oCAAwC;A7Cq5R9C;;A6Cl5RE;EACE,yBAAwB;A7Cq5R5B;;A6Cp5RE;EACE,oCAAmC;A7Cu5RvC;;A6C15RE;EACE,yBAAwB;A7C65R5B;;A6C55RE;EACE,oCAAmC;A7C+5RvC;;A6Cl6RE;EACE,yBAAwB;A7Cq6R5B;;A6Cp6RE;EACE,oCAAmC;A7Cu6RvC;;A6C16RE;EACE,yBAAwB;A7C66R5B;;A6C56RE;EACE,oCAAmC;A7C+6RvC;;A6Cl7RE;EACE,yBAAwB;A7Cq7R5B;;A6Cp7RE;EACE,oCAAmC;A7Cu7RvC;;A6C17RE;EACE,yBAAwB;A7C67R5B;;A6C57RE;EACE,oCAAmC;A7C+7RvC;;A6Cl8RE;EACE,yBAAwB;A7Cq8R5B;;A6Cp8RE;EACE,oCAAmC;A7Cu8RvC;;A6C18RE;EACE,4BAAwB;A7C68R5B;;A6C58RE;EACE,uCAAmC;A7C+8RvC;;A6Cl9RE;EACE,yBAAwB;A7Cq9R5B;;A6Cp9RE;EACE,oCAAmC;A7Cu9RvC;;A8C3/RE;EACE,8BAAiC;A9C8/RrC;;A8C//RE;EACE,sCAAiC;A9CkgSrC;;A8CngSE;EACE,iCAAiC;A9CsgSrC;;A8CvgSE;EACE,yCAAiC;A9C0gSrC;;A8CtgSE;EACE,4BAA4B;A9CygShC;;A8C1gSE;EACE,0BAA4B;A9C6gShC;;A8C9gSE;EACE,kCAA4B;A9CihShC;;A8C7gSE;EACE,sCAAkC;A9CghStC;;A8CjhSE;EACE,oCAAkC;A9CohStC;;A8CrhSE;EACE,kCAAkC;A9CwhStC;;A8CzhSE;EACE,yCAAkC;A9C4hStC;;A8C7hSE;EACE,wCAAkC;A9CgiStC;;A8CjiSE;EACE,wCAAkC;A9CoiStC;;A8CriSE;EACE,iCAAkC;A9CwiStC;;A8CziSE;EACE,+BAAkC;A9C4iStC;;A8C7iSE;EACE,gCAAkC;A9CgjStC;;A8CjjSE;EACE,iCAAkC;A9CojStC;;A8ChjSE;EACE,oCAAgC;A9CmjSpC;;A8CpjSE;EACE,kCAAgC;A9CujSpC;;A8CxjSE;EACE,gCAAgC;A9C2jSpC;;A8C5jSE;EACE,uCAAgC;A9C+jSpC;;A8ChkSE;EACE,sCAAgC;A9CmkSpC;;A8CpkSE;EACE,sCAAgC;A9CukSpC;;A8CxkSE;EACE,iCAAgC;A9C2kSpC;;A8C5kSE;EACE,+BAAgC;A9C+kSpC;;A8ChlSE;EACE,6BAAgC;A9CmlSpC;;A8CplSE;EACE,kCAAgC;A9CulSpC;;A8CnlSE;EACE,+BAA8B;A9CslSlC;;A8CvlSE;EACE,kCAA8B;A9C0lSlC;;A8C3lSE;EACE,gCAA8B;A9C8lSlC;;A8C/lSE;EACE,8BAA8B;A9CkmSlC;;A8CnmSE;EACE,gCAA8B;A9CsmSlC;;A8CvmSE;EACE,6BAA8B;A9C0mSlC;;A8C3mSE;EACE,2BAA8B;A9C8mSlC;;A8C/mSE;EACE,kCAA8B;A9CknSlC;;A8CnnSE;EACE,gCAA8B;A9CsnSlC;;A8ClnSE;EACE,2BAA6B;A9CqnSjC;;A8CtnSE;EACE,iCAA6B;A9CynSjC;;A8C1nSE;EACE,+BAA6B;A9C6nSjC;;A8C9nSE;EACE,6BAA6B;A9CioSjC;;A8CloSE;EACE,+BAA6B;A9CqoSjC;;A8CtoSE;EACE,8BAA6B;A9CyoSjC;;A8CpoSI;EACE,uBAAqC;A9CuoS3C;;A8CxoSI;EACE,uBAAqC;A9C2oS3C;;A8C5oSI;EACE,uBAAqC;A9C+oS3C;;A8ChpSI;EACE,uBAAqC;A9CmpS3C;;A8CppSI;EACE,uBAAqC;A9CupS3C;;A8CxpSI;EACE,uBAAqC;A9C2pS3C;;A8C5pSI;EACE,yBAAqC;A9C+pS3C;;A8ChqSI;EACE,yBAAqC;A9CmqS3C;;A8CpqSI;EACE,yBAAqC;A9CuqS3C;;A8CxqSI;EACE,yBAAqC;A9C2qS3C;;A8C5qSI;EACE,yBAAqC;A9C+qS3C;;A8ChrSI;EACE,yBAAqC;A9CmrS3C;;ACltSE;EACE,WAAW;EACX,YAAY;EACZ,cAAc;ADqtSlB;;A+CttSA;EACE,sBAAsB;A/CytSxB;;A+CvtSA;EACE,uBAAuB;A/C0tSzB;;AgDjuSA;EACE,2BAA2B;AhDouS7B;;AgDluSA;EACE,2BAA2B;AhDquS7B;;AgDnuSA;EACE,0BAA0B;EAC1B,8BAA8B;AhDsuShC;;AiDhvSA;EACE,2BAA2B;AjDmvS7B;;AkD/uSA;EACE,6BAA6B;AlDkvS/B;;AmDxvSA;EACE,oBAAoB;AnD2vStB;;AmDzvSA;EACE,qBAAqB;AnD4vSvB;;AmDjvSI;EACE,oBAA+B;AnDovSrC;;AmDjvSM;EACE,wBAA8C;AnDovStD;;AmDrvSM;EACE,0BAA8C;AnDwvStD;;AmDzvSM;EACE,2BAA8C;AnD4vStD;;AmD7vSM;EACE,yBAA8C;AnDgwStD;;AmD7vSM;EACE,yBAAyC;EACzC,0BAA2C;AnDgwSnD;;AmD7vSM;EACE,wBAAuC;EACvC,2BAA6C;AnDgwSrD;;AmD/wSI;EACE,0BAA+B;AnDkxSrC;;AmD/wSM;EACE,8BAA8C;AnDkxStD;;AmDnxSM;EACE,gCAA8C;AnDsxStD;;AmDvxSM;EACE,iCAA8C;AnD0xStD;;AmD3xSM;EACE,+BAA8C;AnD8xStD;;AmD3xSM;EACE,+BAAyC;EACzC,gCAA2C;AnD8xSnD;;AmD3xSM;EACE,8BAAuC;EACvC,iCAA6C;AnD8xSrD;;AmD7ySI;EACE,yBAA+B;AnDgzSrC;;AmD7ySM;EACE,6BAA8C;AnDgzStD;;AmDjzSM;EACE,+BAA8C;AnDozStD;;AmDrzSM;EACE,gCAA8C;AnDwzStD;;AmDzzSM;EACE,8BAA8C;AnD4zStD;;AmDzzSM;EACE,8BAAyC;EACzC,+BAA2C;AnD4zSnD;;AmDzzSM;EACE,6BAAuC;EACvC,gCAA6C;AnD4zSrD;;AmD30SI;EACE,0BAA+B;AnD80SrC;;AmD30SM;EACE,8BAA8C;AnD80StD;;AmD/0SM;EACE,gCAA8C;AnDk1StD;;AmDn1SM;EACE,iCAA8C;AnDs1StD;;AmDv1SM;EACE,+BAA8C;AnD01StD;;AmDv1SM;EACE,+BAAyC;EACzC,gCAA2C;AnD01SnD;;AmDv1SM;EACE,8BAAuC;EACvC,iCAA6C;AnD01SrD;;AmDz2SI;EACE,uBAA+B;AnD42SrC;;AmDz2SM;EACE,2BAA8C;AnD42StD;;AmD72SM;EACE,6BAA8C;AnDg3StD;;AmDj3SM;EACE,8BAA8C;AnDo3StD;;AmDr3SM;EACE,4BAA8C;AnDw3StD;;AmDr3SM;EACE,4BAAyC;EACzC,6BAA2C;AnDw3SnD;;AmDr3SM;EACE,2BAAuC;EACvC,8BAA6C;AnDw3SrD;;AmDv4SI;EACE,yBAA+B;AnD04SrC;;AmDv4SM;EACE,6BAA8C;AnD04StD;;AmD34SM;EACE,+BAA8C;AnD84StD;;AmD/4SM;EACE,gCAA8C;AnDk5StD;;AmDn5SM;EACE,8BAA8C;AnDs5StD;;AmDn5SM;EACE,8BAAyC;EACzC,+BAA2C;AnDs5SnD;;AmDn5SM;EACE,6BAAuC;EACvC,gCAA6C;AnDs5SrD;;AmDr6SI;EACE,uBAA+B;AnDw6SrC;;AmDr6SM;EACE,2BAA8C;AnDw6StD;;AmDz6SM;EACE,6BAA8C;AnD46StD;;AmD76SM;EACE,8BAA8C;AnDg7StD;;AmDj7SM;EACE,4BAA8C;AnDo7StD;;AmDj7SM;EACE,4BAAyC;EACzC,6BAA2C;AnDo7SnD;;AmDj7SM;EACE,2BAAuC;EACvC,8BAA6C;AnDo7SrD;;AmDn8SI;EACE,qBAA+B;AnDs8SrC;;AmDn8SM;EACE,yBAA8C;AnDs8StD;;AmDv8SM;EACE,2BAA8C;AnD08StD;;AmD38SM;EACE,4BAA8C;AnD88StD;;AmD/8SM;EACE,0BAA8C;AnDk9StD;;AmD/8SM;EACE,0BAAyC;EACzC,2BAA2C;AnDk9SnD;;AmD/8SM;EACE,yBAAuC;EACvC,4BAA6C;AnDk9SrD;;AmDj+SI;EACE,2BAA+B;AnDo+SrC;;AmDj+SM;EACE,+BAA8C;AnDo+StD;;AmDr+SM;EACE,iCAA8C;AnDw+StD;;AmDz+SM;EACE,kCAA8C;AnD4+StD;;AmD7+SM;EACE,gCAA8C;AnDg/StD;;AmD7+SM;EACE,gCAAyC;EACzC,iCAA2C;AnDg/SnD;;AmD7+SM;EACE,+BAAuC;EACvC,kCAA6C;AnDg/SrD;;AmD//SI;EACE,0BAA+B;AnDkgTrC;;AmD//SM;EACE,8BAA8C;AnDkgTtD;;AmDngTM;EACE,gCAA8C;AnDsgTtD;;AmDvgTM;EACE,iCAA8C;AnD0gTtD;;AmD3gTM;EACE,+BAA8C;AnD8gTtD;;AmD3gTM;EACE,+BAAyC;EACzC,gCAA2C;AnD8gTnD;;AmD3gTM;EACE,8BAAuC;EACvC,iCAA6C;AnD8gTrD;;AmD7hTI;EACE,2BAA+B;AnDgiTrC;;AmD7hTM;EACE,+BAA8C;AnDgiTtD;;AmDjiTM;EACE,iCAA8C;AnDoiTtD;;AmDriTM;EACE,kCAA8C;AnDwiTtD;;AmDziTM;EACE,gCAA8C;AnD4iTtD;;AmDziTM;EACE,gCAAyC;EACzC,iCAA2C;AnD4iTnD;;AmDziTM;EACE,+BAAuC;EACvC,kCAA6C;AnD4iTrD;;AmD3jTI;EACE,wBAA+B;AnD8jTrC;;AmD3jTM;EACE,4BAA8C;AnD8jTtD;;AmD/jTM;EACE,8BAA8C;AnDkkTtD;;AmDnkTM;EACE,+BAA8C;AnDskTtD;;AmDvkTM;EACE,6BAA8C;AnD0kTtD;;AmDvkTM;EACE,6BAAyC;EACzC,8BAA2C;AnD0kTnD;;AmDvkTM;EACE,4BAAuC;EACvC,+BAA6C;AnD0kTrD;;AmDzlTI;EACE,0BAA+B;AnD4lTrC;;AmDzlTM;EACE,8BAA8C;AnD4lTtD;;AmD7lTM;EACE,gCAA8C;AnDgmTtD;;AmDjmTM;EACE,iCAA8C;AnDomTtD;;AmDrmTM;EACE,+BAA8C;AnDwmTtD;;AmDrmTM;EACE,+BAAyC;EACzC,gCAA2C;AnDwmTnD;;AmDrmTM;EACE,8BAAuC;EACvC,iCAA6C;AnDwmTrD;;AmDvnTI;EACE,wBAA+B;AnD0nTrC;;AmDvnTM;EACE,4BAA8C;AnD0nTtD;;AmD3nTM;EACE,8BAA8C;AnD8nTtD;;AmD/nTM;EACE,+BAA8C;AnDkoTtD;;AmDnoTM;EACE,6BAA8C;AnDsoTtD;;AmDnoTM;EACE,6BAAyC;EACzC,8BAA2C;AnDsoTnD;;AmDnoTM;EACE,4BAAuC;EACvC,+BAA6C;AnDsoTrD;;AoD/pTI;EACE,0BAA2B;ApDkqTjC;;AoDnqTI;EACE,4BAA2B;ApDsqTjC;;AoDvqTI;EACE,0BAA2B;ApD0qTjC;;AoD3qTI;EACE,4BAA2B;ApD8qTjC;;AoD/qTI;EACE,6BAA2B;ApDkrTjC;;AoDnrTI;EACE,0BAA2B;ApDsrTjC;;AoDvrTI;EACE,6BAA2B;ApD0rTjC;;AC/mTE;EmD5EE;IACE,0BAA2B;EpD+rT/B;EoDhsTE;IACE,4BAA2B;EpDksT/B;EoDnsTE;IACE,0BAA2B;EpDqsT/B;EoDtsTE;IACE,4BAA2B;EpDwsT/B;EoDzsTE;IACE,6BAA2B;EpD2sT/B;EoD5sTE;IACE,0BAA2B;EpD8sT/B;EoD/sTE;IACE,6BAA2B;EpDitT/B;AACF;;ACnoTE;EmDhFE;IACE,0BAA2B;EpDutT/B;EoDxtTE;IACE,4BAA2B;EpD0tT/B;EoD3tTE;IACE,0BAA2B;EpD6tT/B;EoD9tTE;IACE,4BAA2B;EpDguT/B;EoDjuTE;IACE,6BAA2B;EpDmuT/B;EoDpuTE;IACE,0BAA2B;EpDsuT/B;EoDvuTE;IACE,6BAA2B;EpDyuT/B;AACF;;ACnpTE;EmDxFE;IACE,0BAA2B;EpD+uT/B;EoDhvTE;IACE,4BAA2B;EpDkvT/B;EoDnvTE;IACE,0BAA2B;EpDqvT/B;EoDtvTE;IACE,4BAA2B;EpDwvT/B;EoDzvTE;IACE,6BAA2B;EpD2vT/B;EoD5vTE;IACE,0BAA2B;EpD8vT/B;EoD/vTE;IACE,6BAA2B;EpDiwT/B;AACF;;ACvqTE;EmD5FE;IACE,0BAA2B;EpDuwT/B;EoDxwTE;IACE,4BAA2B;EpD0wT/B;EoD3wTE;IACE,0BAA2B;EpD6wT/B;EoD9wTE;IACE,4BAA2B;EpDgxT/B;EoDjxTE;IACE,6BAA2B;EpDmxT/B;EoDpxTE;IACE,0BAA2B;EpDsxT/B;EoDvxTE;IACE,6BAA2B;EpDyxT/B;AACF;;AChrTI;EmD3GA;IACE,0BAA2B;EpD+xT/B;EoDhyTE;IACE,4BAA2B;EpDkyT/B;EoDnyTE;IACE,0BAA2B;EpDqyT/B;EoDtyTE;IACE,4BAA2B;EpDwyT/B;EoDzyTE;IACE,6BAA2B;EpD2yT/B;EoD5yTE;IACE,0BAA2B;EpD8yT/B;EoD/yTE;IACE,6BAA2B;EpDizT/B;AACF;;ACzrTI;EmD1HA;IACE,0BAA2B;EpDuzT/B;EoDxzTE;IACE,4BAA2B;EpD0zT/B;EoD3zTE;IACE,0BAA2B;EpD6zT/B;EoD9zTE;IACE,4BAA2B;EpDg0T/B;EoDj0TE;IACE,6BAA2B;EpDm0T/B;EoDp0TE;IACE,0BAA2B;EpDs0T/B;EoDv0TE;IACE,6BAA2B;EpDy0T/B;AACF;;AoDjzTE;EACE,6BAAqC;ApDozTzC;;AoDrzTE;EACE,8BAAqC;ApDwzTzC;;AoDzzTE;EACE,2BAAqC;ApD4zTzC;;AoD7zTE;EACE,4BAAqC;ApDg0TzC;;AC/wTE;EmD7CE;IACE,6BAAqC;EpDg0TzC;AACF;;ACjxTE;EmD9CE;IACE,6BAAqC;EpDm0TzC;AACF;;ACnxTE;EmD/CE;IACE,6BAAqC;EpDs0TzC;AACF;;ACrxTE;EmDhDE;IACE,6BAAqC;EpDy0TzC;AACF;;ACvxTE;EmDjDE;IACE,6BAAqC;EpD40TzC;AACF;;ACxxTI;EmDnDA;IACE,6BAAqC;EpD+0TzC;AACF;;ACpxTI;EmD1DA;IACE,6BAAqC;EpDk1TzC;AACF;;ACrxTI;EmD5DA;IACE,6BAAqC;EpDq1TzC;AACF;;ACjxTI;EmDnEA;IACE,6BAAqC;EpDw1TzC;AACF;;ACr0TE;EmD7CE;IACE,8BAAqC;EpDs3TzC;AACF;;ACv0TE;EmD9CE;IACE,8BAAqC;EpDy3TzC;AACF;;ACz0TE;EmD/CE;IACE,8BAAqC;EpD43TzC;AACF;;AC30TE;EmDhDE;IACE,8BAAqC;EpD+3TzC;AACF;;AC70TE;EmDjDE;IACE,8BAAqC;EpDk4TzC;AACF;;AC90TI;EmDnDA;IACE,8BAAqC;EpDq4TzC;AACF;;AC10TI;EmD1DA;IACE,8BAAqC;EpDw4TzC;AACF;;AC30TI;EmD5DA;IACE,8BAAqC;EpD24TzC;AACF;;ACv0TI;EmDnEA;IACE,8BAAqC;EpD84TzC;AACF;;AC33TE;EmD7CE;IACE,2BAAqC;EpD46TzC;AACF;;AC73TE;EmD9CE;IACE,2BAAqC;EpD+6TzC;AACF;;AC/3TE;EmD/CE;IACE,2BAAqC;EpDk7TzC;AACF;;ACj4TE;EmDhDE;IACE,2BAAqC;EpDq7TzC;AACF;;ACn4TE;EmDjDE;IACE,2BAAqC;EpDw7TzC;AACF;;ACp4TI;EmDnDA;IACE,2BAAqC;EpD27TzC;AACF;;ACh4TI;EmD1DA;IACE,2BAAqC;EpD87TzC;AACF;;ACj4TI;EmD5DA;IACE,2BAAqC;EpDi8TzC;AACF;;AC73TI;EmDnEA;IACE,2BAAqC;EpDo8TzC;AACF;;ACj7TE;EmD7CE;IACE,4BAAqC;EpDk+TzC;AACF;;ACn7TE;EmD9CE;IACE,4BAAqC;EpDq+TzC;AACF;;ACr7TE;EmD/CE;IACE,4BAAqC;EpDw+TzC;AACF;;ACv7TE;EmDhDE;IACE,4BAAqC;EpD2+TzC;AACF;;ACz7TE;EmDjDE;IACE,4BAAqC;EpD8+TzC;AACF;;AC17TI;EmDnDA;IACE,4BAAqC;EpDi/TzC;AACF;;ACt7TI;EmD1DA;IACE,4BAAqC;EpDo/TzC;AACF;;ACv7TI;EmD5DA;IACE,4BAAqC;EpDu/TzC;AACF;;ACn7TI;EmDnEA;IACE,4BAAqC;EpD0/TzC;AACF;;AoDz/TA;EACE,qCAAqC;ApD4/TvC;;AoD1/TA;EACE,oCAAoC;ApD6/TtC;;AoD3/TA;EACE,oCAAoC;ApD8/TtC;;AoD5/TA;EACE,6BAA6B;ApD+/T/B;;AoD7/TA;EACE,2BAAqC;ApDggUvC;;AoD//TA;EACE,2BAAsC;ApDkgUxC;;AoDjgUA;EACE,2BAAsC;ApDogUxC;;AoDngUA;EACE,2BAAwC;ApDsgU1C;;AoDrgUA;EACE,2BAAoC;ApDwgUtC;;AoDtgUA;EACE,+LAAuC;ApDygUzC;;AoDvgUA;EACE,+LAAyC;ApD0gU3C;;AoDxgUA;EACE,+LAA0C;ApD2gU5C;;AoDzgUA;EACE,iCAAyC;ApD4gU3C;;AoD1gUA;EACE,iCAAoC;ApD6gUtC;;AqD3mUE;EACE,yBAA+B;ArD8mUnC;;ACniUE;EoDzEE;IACE,yBAA+B;ErDgnUnC;AACF;;ACriUE;EoD1EE;IACE,yBAA+B;ErDmnUnC;AACF;;ACviUE;EoD3EE;IACE,yBAA+B;ErDsnUnC;AACF;;ACziUE;EoD5EE;IACE,yBAA+B;ErDynUnC;AACF;;AC3iUE;EoD7EE;IACE,yBAA+B;ErD4nUnC;AACF;;AC5iUI;EoD/EA;IACE,yBAA+B;ErD+nUnC;AACF;;ACxiUI;EoDtFA;IACE,yBAA+B;ErDkoUnC;AACF;;ACziUI;EoDxFA;IACE,yBAA+B;ErDqoUnC;AACF;;ACriUI;EoD/FA;IACE,yBAA+B;ErDwoUnC;AACF;;AqDrqUE;EACE,wBAA+B;ArDwqUnC;;AC7lUE;EoDzEE;IACE,wBAA+B;ErD0qUnC;AACF;;AC/lUE;EoD1EE;IACE,wBAA+B;ErD6qUnC;AACF;;ACjmUE;EoD3EE;IACE,wBAA+B;ErDgrUnC;AACF;;ACnmUE;EoD5EE;IACE,wBAA+B;ErDmrUnC;AACF;;ACrmUE;EoD7EE;IACE,wBAA+B;ErDsrUnC;AACF;;ACtmUI;EoD/EA;IACE,wBAA+B;ErDyrUnC;AACF;;AClmUI;EoDtFA;IACE,wBAA+B;ErD4rUnC;AACF;;ACnmUI;EoDxFA;IACE,wBAA+B;ErD+rUnC;AACF;;AC/lUI;EoD/FA;IACE,wBAA+B;ErDksUnC;AACF;;AqD/tUE;EACE,0BAA+B;ArDkuUnC;;ACvpUE;EoDzEE;IACE,0BAA+B;ErDouUnC;AACF;;ACzpUE;EoD1EE;IACE,0BAA+B;ErDuuUnC;AACF;;AC3pUE;EoD3EE;IACE,0BAA+B;ErD0uUnC;AACF;;AC7pUE;EoD5EE;IACE,0BAA+B;ErD6uUnC;AACF;;AC/pUE;EoD7EE;IACE,0BAA+B;ErDgvUnC;AACF;;AChqUI;EoD/EA;IACE,0BAA+B;ErDmvUnC;AACF;;AC5pUI;EoDtFA;IACE,0BAA+B;ErDsvUnC;AACF;;AC7pUI;EoDxFA;IACE,0BAA+B;ErDyvUnC;AACF;;ACzpUI;EoD/FA;IACE,0BAA+B;ErD4vUnC;AACF;;AqDzxUE;EACE,gCAA+B;ArD4xUnC;;ACjtUE;EoDzEE;IACE,gCAA+B;ErD8xUnC;AACF;;ACntUE;EoD1EE;IACE,gCAA+B;ErDiyUnC;AACF;;ACrtUE;EoD3EE;IACE,gCAA+B;ErDoyUnC;AACF;;ACvtUE;EoD5EE;IACE,gCAA+B;ErDuyUnC;AACF;;ACztUE;EoD7EE;IACE,gCAA+B;ErD0yUnC;AACF;;AC1tUI;EoD/EA;IACE,gCAA+B;ErD6yUnC;AACF;;ACttUI;EoDtFA;IACE,gCAA+B;ErDgzUnC;AACF;;ACvtUI;EoDxFA;IACE,gCAA+B;ErDmzUnC;AACF;;ACntUI;EoD/FA;IACE,gCAA+B;ErDszUnC;AACF;;AqDn1UE;EACE,+BAA+B;ArDs1UnC;;AC3wUE;EoDzEE;IACE,+BAA+B;ErDw1UnC;AACF;;AC7wUE;EoD1EE;IACE,+BAA+B;ErD21UnC;AACF;;AC/wUE;EoD3EE;IACE,+BAA+B;ErD81UnC;AACF;;ACjxUE;EoD5EE;IACE,+BAA+B;ErDi2UnC;AACF;;ACnxUE;EoD7EE;IACE,+BAA+B;ErDo2UnC;AACF;;ACpxUI;EoD/EA;IACE,+BAA+B;ErDu2UnC;AACF;;AChxUI;EoDtFA;IACE,+BAA+B;ErD02UnC;AACF;;ACjxUI;EoDxFA;IACE,+BAA+B;ErD62UnC;AACF;;AC7wUI;EoD/FA;IACE,+BAA+B;ErDg3UnC;AACF;;AqD/2UA;EACE,wBAAwB;ArDk3U1B;;AqDh3UA;EACE,uBAAuB;EACvB,iCAAiC;EACjC,yBAAyB;EACzB,2BAA2B;EAC3B,qBAAqB;EACrB,6BAA6B;EAC7B,8BAA8B;EAC9B,wBAAwB;ArDm3U1B;;ACh1UE;EoDhCA;IACE,wBAAwB;ErDo3U1B;AACF;;ACl1UE;EoDhCA;IACE,wBAAwB;ErDs3U1B;AACF;;ACp1UE;EoDhCA;IACE,wBAAwB;ErDw3U1B;AACF;;ACt1UE;EoDhCA;IACE,wBAAwB;ErD03U1B;AACF;;ACx1UE;EoDhCA;IACE,wBAAwB;ErD43U1B;AACF;;ACz1UI;EoDjCF;IACE,wBAAwB;ErD83U1B;AACF;;ACr1UI;EoDvCF;IACE,wBAAwB;ErDg4U1B;AACF;;ACt1UI;EoDxCF;IACE,wBAAwB;ErDk4U1B;AACF;;ACl1UI;EoD9CF;IACE,wBAAwB;ErDo4U1B;AACF;;AqDn4UA;EACE,6BAA6B;ArDs4U/B;;AC14UE;EoDOA;IACE,6BAA6B;ErDu4U/B;AACF;;AC54UE;EoDOA;IACE,6BAA6B;ErDy4U/B;AACF;;AC94UE;EoDOA;IACE,6BAA6B;ErD24U/B;AACF;;ACh5UE;EoDOA;IACE,6BAA6B;ErD64U/B;AACF;;ACl5UE;EoDOA;IACE,6BAA6B;ErD+4U/B;AACF;;ACn5UI;EoDMF;IACE,6BAA6B;ErDi5U/B;AACF;;AC/4UI;EoDAF;IACE,6BAA6B;ErDm5U/B;AACF;;ACh5UI;EoDDF;IACE,6BAA6B;ErDq5U/B;AACF;;AC54UI;EoDPF;IACE,6BAA6B;ErDu5U/B;AACF;;AsDjhVA,iBAAA;ACUA;EACE,oBAAoB;EACpB,aAAa;EACb,sBAAsB;EACtB,8BAA8B;AvD2gVhC;;AuD/gVA;EAMI,gBAAgB;AvD6gVpB;;AuDnhVA;EASM,mBAAmB;AvD8gVzB;;AuDvhVA;EAeM,uBxDVyB;EwDWzB,cxDxBuB;ACoiV7B;;AuD5hVA;;EAmBQ,cAAc;AvD8gVtB;;AuDjiVA;EAqBQ,cxD7BqB;AC6iV7B;;AuDriVA;EAuBQ,4BxD/BqB;ACijV7B;;AuDziVA;;EA0BU,cxDlCmB;ACsjV7B;;AC39UE;EsDnFF;IA6BU,uBxDxBqB;EC8iV7B;AACF;;AuDpjVA;;EAgCQ,4BxDxCqB;ACikV7B;;AuDzjVA;;;EAqCU,yB7C8DuB;E6C7DvB,cxD9CmB;ACwkV7B;;AuDhkVA;EAyCU,cxDjDmB;EwDkDnB,YAAY;AvD2hVtB;;AuDrkVA;EA4CY,UAAU;AvD6hVtB;;AuDzkVA;EA+CY,UAAU;AvD8hVtB;;AuD7kVA;EAmDY,cxD3DiB;ACylV7B;;AuDjlVA;EAqDc,uCxD7De;AC6lV7B;;AuDrlVA;EAyDc,yBxDjEe;EwDkEf,qBxDlEe;EwDmEf,YxDtDiB;ACslV/B;;AuD3lVA;EAiEU,4EAAyG;AvD8hVnH;;ACxhVE;EsDvEF;IAoEc,4EAAyG;EvDgiVrH;AACF;;AuDrmVA;EAeM,yBxDvBuB;EwDwBvB,YxDXyB;ACqmV/B;;AuD1mVA;;EAmBQ,cAAc;AvD4lVtB;;AuD/mVA;EAqBQ,YxDhBuB;AC8mV/B;;AuDnnVA;EAuBQ,+BxDlBuB;ACknV/B;;AuDvnVA;;EA0BU,YxDrBqB;ACunV/B;;ACziVE;EsDnFF;IA6BU,yBxDrCmB;ECyoV3B;AACF;;AuDloVA;;EAgCQ,+BxD3BuB;ACkoV/B;;AuDvoVA;;;EAqCU,uB7C8DuB;E6C7DvB,YxDjCqB;ACyoV/B;;AuD9oVA;EAyCU,YxDpCqB;EwDqCrB,YAAY;AvDymVtB;;AuDnpVA;EA4CY,UAAU;AvD2mVtB;;AuDvpVA;EA+CY,UAAU;AvD4mVtB;;AuD3pVA;EAmDY,YxD9CmB;AC0pV/B;;AuD/pVA;EAqDc,uCxD7De;AC2qV7B;;AuDnqVA;EAyDc,uBxDpDiB;EwDqDjB,mBxDrDiB;EwDsDjB,cxDnEe;ACirV7B;;AuDzqVA;EAiEU,8EAAyG;AvD4mVnH;;ACtmVE;EsDvEF;IAoEc,8EAAyG;EvD8mVrH;AACF;;AuDnrVA;EAeM,4BxDZwB;EwDaxB,yB7CsDe;AVknVrB;;AuDxrVA;;EAmBQ,cAAc;AvD0qVtB;;AuD7rVA;EAqBQ,yB7CiDa;AV2nVrB;;AuDjsVA;EAuBQ,yB7C+Ca;AV+nVrB;;AuDrsVA;;EA0BU,yB7C4CW;AVooVrB;;ACvnVE;EsDnFF;IA6BU,4BxD1BoB;EC4sV5B;AACF;;AuDhtVA;;EAgCQ,yB7CsCa;AV+oVrB;;AuDrtVA;;;EAqCU,yB7C8DuB;E6C7DvB,yB7CgCW;AVspVrB;;AuD5tVA;EAyCU,yB7C6BW;E6C5BX,YAAY;AvDurVtB;;AuDjuVA;EA4CY,UAAU;AvDyrVtB;;AuDruVA;EA+CY,UAAU;AvD0rVtB;;AuDzuVA;EAmDY,yB7CmBS;AVuqVrB;;AuD7uVA;EAqDc,uCxD7De;ACyvV7B;;AuDjvVA;EAyDc,oC7CaO;E6CZP,gC7CYO;E6CXP,iBxDxDgB;ACovV9B;;AuDvvVA;EAiEU,iFAAyG;AvD0rVnH;;ACprVE;EsDvEF;IAoEc,iFAAyG;EvD4rVrH;AACF;;AuDjwVA;EAeM,yBxDnBwB;EwDoBxB,W7CwDU;AV8rVhB;;AuDtwVA;;EAmBQ,cAAc;AvDwvVtB;;AuD3wVA;EAqBQ,W7CmDQ;AVusVhB;;AuD/wVA;EAuBQ,+B7CiDQ;AV2sVhB;;AuDnxVA;;EA0BU,W7C8CM;AVgtVhB;;ACrsVE;EsDnFF;IA6BU,yBxDjCoB;ECiyV5B;AACF;;AuD9xVA;;EAgCQ,+B7CwCQ;AV2tVhB;;AuDnyVA;;;EAqCU,yB7C8DuB;E6C7DvB,W7CkCM;AVkuVhB;;AuD1yVA;EAyCU,W7C+BM;E6C9BN,YAAY;AvDqwVtB;;AuD/yVA;EA4CY,UAAU;AvDuwVtB;;AuDnzVA;EA+CY,UAAU;AvDwwVtB;;AuDvzVA;EAmDY,W7CqBI;AVmvVhB;;AuD3zVA;EAqDc,uCxD7De;ACu0V7B;;AuD/zVA;EAyDc,sB7CeE;E6CdF,kB7CcE;E6CbF,cxD/DgB;ACy0V9B;;AuDr0VA;EAiEU,gFAAyG;AvDwwVnH;;AClwVE;EsDvEF;IAoEc,gFAAyG;EvD0wVrH;AACF;;AuD/0VA;EAeM,yBxDL4B;EwDM5B,W7CwDU;AV4wVhB;;AuDp1VA;;EAmBQ,cAAc;AvDs0VtB;;AuDz1VA;EAqBQ,W7CmDQ;AVqxVhB;;AuD71VA;EAuBQ,+B7CiDQ;AVyxVhB;;AuDj2VA;;EA0BU,W7C8CM;AV8xVhB;;ACnxVE;EsDnFF;IA6BU,yBxDnBwB;ECi2VhC;AACF;;AuD52VA;;EAgCQ,+B7CwCQ;AVyyVhB;;AuDj3VA;;;EAqCU,yB7C8DuB;E6C7DvB,W7CkCM;AVgzVhB;;AuDx3VA;EAyCU,W7C+BM;E6C9BN,YAAY;AvDm1VtB;;AuD73VA;EA4CY,UAAU;AvDq1VtB;;AuDj4VA;EA+CY,UAAU;AvDs1VtB;;AuDr4VA;EAmDY,W7CqBI;AVi0VhB;;AuDz4VA;EAqDc,uCxD7De;ACq5V7B;;AuD74VA;EAyDc,sB7CeE;E6CdF,kB7CcE;E6CbF,cxDjDoB;ACy4VlC;;AuDn5VA;EAiEU,gFAAyG;AvDs1VnH;;ACh1VE;EsDvEF;IAoEc,gFAAyG;EvDw1VrH;AACF;;AuD75VA;EAeM,yBxDH4B;EwDI5B,W7CwDU;AV01VhB;;AuDl6VA;;EAmBQ,cAAc;AvDo5VtB;;AuDv6VA;EAqBQ,W7CmDQ;AVm2VhB;;AuD36VA;EAuBQ,+B7CiDQ;AVu2VhB;;AuD/6VA;;EA0BU,W7C8CM;AV42VhB;;ACj2VE;EsDnFF;IA6BU,yBxDjBwB;EC66VhC;AACF;;AuD17VA;;EAgCQ,+B7CwCQ;AVu3VhB;;AuD/7VA;;;EAqCU,yB7C8DuB;E6C7DvB,W7CkCM;AV83VhB;;AuDt8VA;EAyCU,W7C+BM;E6C9BN,YAAY;AvDi6VtB;;AuD38VA;EA4CY,UAAU;AvDm6VtB;;AuD/8VA;EA+CY,UAAU;AvDo6VtB;;AuDn9VA;EAmDY,W7CqBI;AV+4VhB;;AuDv9VA;EAqDc,uCxD7De;ACm+V7B;;AuD39VA;EAyDc,sB7CeE;E6CdF,kB7CcE;E6CbF,cxD/CoB;ACq9VlC;;AuDj+VA;EAiEU,gFAAyG;AvDo6VnH;;AC95VE;EsDvEF;IAoEc,gFAAyG;EvDs6VrH;AACF;;AuD3+VA;EAeM,yBxDJ4B;EwDK5B,W7CwDU;AVw6VhB;;AuDh/VA;;EAmBQ,cAAc;AvDk+VtB;;AuDr/VA;EAqBQ,W7CmDQ;AVi7VhB;;AuDz/VA;EAuBQ,+B7CiDQ;AVq7VhB;;AuD7/VA;;EA0BU,W7C8CM;AV07VhB;;AC/6VE;EsDnFF;IA6BU,yBxDlBwB;EC4/VhC;AACF;;AuDxgWA;;EAgCQ,+B7CwCQ;AVq8VhB;;AuD7gWA;;;EAqCU,yB7C8DuB;E6C7DvB,W7CkCM;AV48VhB;;AuDphWA;EAyCU,W7C+BM;E6C9BN,YAAY;AvD++VtB;;AuDzhWA;EA4CY,UAAU;AvDi/VtB;;AuD7hWA;EA+CY,UAAU;AvDk/VtB;;AuDjiWA;EAmDY,W7CqBI;AV69VhB;;AuDriWA;EAqDc,uCxD7De;ACijW7B;;AuDziWA;EAyDc,sB7CeE;E6CdF,kB7CcE;E6CbF,cxDhDoB;ACoiWlC;;AuD/iWA;EAiEU,gFAAyG;AvDk/VnH;;AC5+VE;EsDvEF;IAoEc,gFAAyG;EvDo/VrH;AACF;;AuDzjWA;EAeM,yBxDN4B;EwDO5B,W7CwDU;AVs/VhB;;AuD9jWA;;EAmBQ,cAAc;AvDgjWtB;;AuDnkWA;EAqBQ,W7CmDQ;AV+/VhB;;AuDvkWA;EAuBQ,+B7CiDQ;AVmgWhB;;AuD3kWA;;EA0BU,W7C8CM;AVwgWhB;;AC7/VE;EsDnFF;IA6BU,yBxDpBwB;EC4kWhC;AACF;;AuDtlWA;;EAgCQ,+B7CwCQ;AVmhWhB;;AuD3lWA;;;EAqCU,yB7C8DuB;E6C7DvB,W7CkCM;AV0hWhB;;AuDlmWA;EAyCU,W7C+BM;E6C9BN,YAAY;AvD6jWtB;;AuDvmWA;EA4CY,UAAU;AvD+jWtB;;AuD3mWA;EA+CY,UAAU;AvDgkWtB;;AuD/mWA;EAmDY,W7CqBI;AV2iWhB;;AuDnnWA;EAqDc,uCxD7De;AC+nW7B;;AuDvnWA;EAyDc,sB7CeE;E6CdF,kB7CcE;E6CbF,cxDlDoB;AConWlC;;AuD7nWA;EAiEU,gFAAyG;AvDgkWnH;;AC1jWE;EsDvEF;IAoEc,gFAAyG;EvDkkWrH;AACF;;AuDvoWA;EAeM,yBxDP4B;EwDQ5B,yB7CsDe;AVskWrB;;AuD5oWA;;EAmBQ,cAAc;AvD8nWtB;;AuDjpWA;EAqBQ,yB7CiDa;AV+kWrB;;AuDrpWA;EAuBQ,yB7C+Ca;AVmlWrB;;AuDzpWA;;EA0BU,yB7C4CW;AVwlWrB;;AC3kWE;EsDnFF;IA6BU,yBxDrBwB;EC2pWhC;AACF;;AuDpqWA;;EAgCQ,yB7CsCa;AVmmWrB;;AuDzqWA;;;EAqCU,yB7C8DuB;E6C7DvB,yB7CgCW;AV0mWrB;;AuDhrWA;EAyCU,yB7C6BW;E6C5BX,YAAY;AvD2oWtB;;AuDrrWA;EA4CY,UAAU;AvD6oWtB;;AuDzrWA;EA+CY,UAAU;AvD8oWtB;;AuD7rWA;EAmDY,yB7CmBS;AV2nWrB;;AuDjsWA;EAqDc,uCxD7De;AC6sW7B;;AuDrsWA;EAyDc,oC7CaO;E6CZP,gC7CYO;E6CXP,cxDnDoB;ACmsWlC;;AuD3sWA;EAiEU,gFAAyG;AvD8oWnH;;ACxoWE;EsDvEF;IAoEc,gFAAyG;EvDgpWrH;AACF;;AuDrtWA;EAeM,yBxDD2B;EwDE3B,W7CwDU;AVkpWhB;;AuD1tWA;;EAmBQ,cAAc;AvD4sWtB;;AuD/tWA;EAqBQ,W7CmDQ;AV2pWhB;;AuDnuWA;EAuBQ,+B7CiDQ;AV+pWhB;;AuDvuWA;;EA0BU,W7C8CM;AVoqWhB;;ACzpWE;EsDnFF;IA6BU,yBxDfuB;ECmuW/B;AACF;;AuDlvWA;;EAgCQ,+B7CwCQ;AV+qWhB;;AuDvvWA;;;EAqCU,yB7C8DuB;E6C7DvB,W7CkCM;AVsrWhB;;AuD9vWA;EAyCU,W7C+BM;E6C9BN,YAAY;AvDytWtB;;AuDnwWA;EA4CY,UAAU;AvD2tWtB;;AuDvwWA;EA+CY,UAAU;AvD4tWtB;;AuD3wWA;EAmDY,W7CqBI;AVusWhB;;AuD/wWA;EAqDc,uCxD7De;AC2xW7B;;AuDnxWA;EAyDc,sB7CeE;E6CdF,kB7CcE;E6CbF,cxD7CmB;AC2wWjC;;AuDzxWA;EAiEU,gFAAyG;AvD4tWnH;;ACttWE;EsDvEF;IAoEc,gFAAyG;EvD8tWrH;AACF;;AuDnyWA;EAwEM,eA/E0B;AvD8yWhC;;AC5tWE;EsD3EF;IA4EQ,oBAlF8B;EvDkzWpC;AACF;;ACluWE;EsD3EF;IAgFQ,qBArF8B;EvDuzWpC;AACF;;AuDnzWA;EAqFM,mBAAmB;EACnB,aAAa;AvDkuWnB;;AuDxzWA;EAwFQ,YAAY;EACZ,cAAc;AvDouWtB;;AuD7zWA;EA2FI,gBAAgB;AvDsuWpB;;AuDj0WA;EA6FI,iBAAiB;AvDwuWrB;;AuDpuWA;EAEE,gBAAgB;AvDsuWlB;;AuDxuWA;EAII,SAAS;EACT,gBAAgB;EAChB,eAAe;EACf,kBAAkB;EAClB,QAAQ;EACR,qCAAqC;AvDwuWzC;;AuDjvWA;EAYI,YAAY;AvDyuWhB;;AC/wWE;EsD0BF;IAeI,aAAa;EvD2uWf;AACF;;AuD1uWA;EACE,kBAAkB;AvD6uWpB;;ACzxWE;EsD2CF;IAKM,aAAa;EvD8uWjB;EuDnvWF;IAOQ,sBAAsB;EvD+uW5B;AACF;;AC9xWE;EsDuCF;IASI,aAAa;IACb,uBAAuB;EvDmvWzB;EuD7vWF;ItDkBI,mBsDNwC;EvDovW1C;AACF;;AuDjvWA;;EAEE,YAAY;EACZ,cAAc;AvDovWhB;;AuDlvWA;EACE,YAAY;EACZ,cAAc;EACd,oBAlJ6B;AvDu4W/B;;AwDn4WA;EACE,oBAL2B;AxD24W7B;;AC5yWE;EuD3FF;IAMM,oBAT8B;ExD+4WlC;EwD54WF;IAQM,qBAV8B;ExDi5WlC;AACF;;AyDh5WA;EACE,yB1DO4B;E0DN5B,yBAJ+B;AzDu5WjC","file":"bulma-rtl.css"} \ No newline at end of file +{"version":3,"sources":["../bulma.sass","../sass/utilities/_all.sass","../sass/utilities/extends.sass","../sass/utilities/controls.sass","../sass/utilities/initial-variables.sass","bulma-rtl.css","../sass/utilities/mixins.sass","../sass/base/_all.sass","../sass/base/minireset.sass","../sass/base/generic.sass","../sass/utilities/derived-variables.sass","../sass/base/animations.sass","../sass/elements/_all.sass","../sass/elements/box.sass","../sass/elements/button.sass","../sass/utilities/functions.sass","../sass/elements/container.sass","../sass/elements/content.sass","../sass/elements/icon.sass","../sass/elements/image.sass","../sass/elements/notification.sass","../sass/elements/progress.sass","../sass/elements/table.sass","../sass/elements/tag.sass","../sass/elements/title.sass","../sass/elements/other.sass","../sass/form/_all.sass","../sass/form/shared.sass","../sass/form/input-textarea.sass","../sass/form/checkbox-radio.sass","../sass/form/select.sass","../sass/form/file.sass","../sass/form/tools.sass","../sass/components/_all.sass","../sass/components/breadcrumb.sass","../sass/components/card.sass","../sass/components/dropdown.sass","../sass/components/level.sass","../sass/components/media.sass","../sass/components/menu.sass","../sass/components/message.sass","../sass/components/modal.sass","../sass/components/navbar.sass","../sass/components/pagination.sass","../sass/components/panel.sass","../sass/components/tabs.sass","../sass/grid/_all.sass","../sass/grid/columns.sass","../sass/grid/tiles.sass","../sass/helpers/_all.sass","../sass/helpers/color.sass","../sass/helpers/flexbox.sass","../sass/helpers/float.sass","../sass/helpers/other.sass","../sass/helpers/overflow.sass","../sass/helpers/position.sass","../sass/helpers/spacing.sass","../sass/helpers/typography.sass","../sass/helpers/visibility.sass","../sass/layout/_all.sass","../sass/layout/hero.sass","../sass/layout/section.sass","../sass/layout/footer.sass"],"names":[],"mappings":"AACA,6DAAA;ACDA,oBAAA;ACEA;;;;;ECYE,qBAAqB;EACrB,wBAAwB;EACxB,mBAAmB;EACnB,6BAA+C;EAC/C,kBCmDU;EDlDV,gBAAgB;EAChB,oBAAoB;EACpB,eCgBW;EDfX,aAfoB;EAgBpB,2BAA2B;EAC3B,gBAhBuB;EAiBvB,iCAf+D;EAgB/D,gCAfkE;EAgBlE,iCAhBkE;EAiBlE,8BAlB+D;EAmB/D,kBAAkB;EAClB,mBAAmB;AENrB;;AFQE;;;;;;;;;;;;;;;;;EAIE,aAAa;AEQjB;;AFPE;;;;;;;;;;;;;;;;EAEE,mBAAmB;AEwBvB;;AH1DA;;;;EIoKE,2BAA2B;EAC3B,yBAAyB;EACzB,sBAAsB;EACtB,qBAAqB;EACrB,iBAAiB;ADnGnB;;AHlEA;EIwKE,6BAD8B;EAE9B,kBAAkB;EAClB,eAAe;EACf,aAAa;EACb,YAAY;EACZ,cAAc;EACd,eAAe;EACf,qBAAqB;EACrB,oBAAoB;EACpB,kBAAkB;EAClB,QAAQ;EACR,yBAAyB;EACzB,wBAAwB;EACxB,cAAc;ADlGhB;;ACqGE;;EACE,qBFjJkB;ACgDtB;;AHlFA;EI2JE,2BAA2B;EAC3B,yBAAyB;EACzB,sBAAsB;EACtB,qBAAqB;EACrB,iBAAiB;EAwBjB,qBAAqB;EACrB,wBAAwB;EACxB,uCFrM2B;EEsM3B,YAAY;EACZ,qBFlIqB;EEmIrB,eAAe;EACf,oBAAoB;EACpB,qBAAqB;EACrB,YAAY;EACZ,cAAc;EACd,YAAY;EACZ,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,WAAW;AD5Fb;;AC6FE;EAEE,uBF5M2B;EE6M3B,WAAW;EACX,cAAc;EACd,SAAS;EACT,kBAAkB;EAClB,QAAQ;EACR,0DAA0D;EAC1D,+BAA+B;AD3FnC;;AC4FE;EACE,WAAW;EACX,UAAU;ADzFd;;AC0FE;EACE,WAAW;EACX,UAAU;ADvFd;;ACwFE;EAEE,uCFzOyB;ACmJ7B;;ACuFE;EACE,uCF3OyB;ACuJ7B;;ACsFE;EACE,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,WAAW;ADnFf;;ACoFE;EACE,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,WAAW;ADjFf;;ACkFE;EACE,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,WAAW;AD/Ef;;AHnKA;EIqPE,mDAA2C;UAA3C,2CAA2C;EAC3C,yBF7P4B;EE8P5B,qBFjMqB;EEkMrB,+BAA+B;EAC/B,6BAA6B;EAC7B,WAAW;EACX,cAAc;EACd,WAAW;EACX,kBAAkB;EAClB,UAAU;AD9EZ;;AH7KA;;;;;;;;;;;;;;;;;EI8PE,SADuB;EAEvB,OAFuB;EAGvB,kBAAkB;EAClB,QAJuB;EAKvB,MALuB;ADxDzB;;AEzNA,eAAA;ACAA,0EAAA;AAEA;;;;;;;;;;;;;;;;;;;;;;;EAuBE,SAAS;EACT,UAAU;AH4NZ;;AGzNA;;;;;;EAME,eAAe;EACf,mBAAmB;AH4NrB;;AGzNA;EACE,gBAAgB;AH4NlB;;AGzNA;;;;EAIE,SAAS;AH4NX;;AGzNA;EACE,sBAAsB;AH4NxB;;AG1NA;EAII,mBAAmB;AH0NvB;;AGvNA;;EAEE,YAAY;EACZ,eAAe;AH0NjB;;AGvNA;EACE,SAAS;AH0NX;;AGvNA;EACE,yBAAyB;EACzB,iBAAiB;AH0NnB;;AGxNA;;EAEE,UAAU;AH2NZ;;AG7NA;;EAII,mBAAmB;AH8NvB;;AG1PA;EChBE,uBLnB6B;EKoB7B,eAhCc;EAiCd,kCAAkC;EAClC,mCAAmC;EACnC,gBAlCoB;EAmCpB,kBAhCsB;EAiCtB,kBAhCsB;EAiCtB,kCApCiC;EAqCjC,8BAAsB;KAAtB,2BAAsB;MAAtB,0BAAsB;UAAtB,sBAAsB;AJ8QxB;;AI5QA;;;;;;;EAOE,cAAc;AJ+QhB;;AI7QA;;;;;;EAME,oLL/ByL;AC+S3L;;AI9QA;;EAEE,6BAA6B;EAC7B,4BAA4B;EAC5B,sBLpC0B;ACqT5B;;AI/QA;EACE,cL7D4B;EK8D5B,cA1DkB;EA2DlB,gBL7BiB;EK8BjB,gBA1DoB;AJ4UtB;;AI9QA;EACE,cLtDgC;EKuDhC,eAAe;EACf,qBAAqB;AJiRvB;;AIpRA;EAKI,mBAAmB;AJmRvB;;AIxRA;EAOI,cL5E0B;ACiW9B;;AInRA;EACE,4BLxE4B;EKyE5B,cCnBsB;EDoBtB,kBArEiB;EAsEjB,mBAvEkB;EAwElB,4BAzEgC;AJ+VlC;;AIpRA;EACE,4BL/E4B;EKgF5B,YAAY;EACZ,cAAc;EACd,WAxEa;EAyEb,gBAxEkB;AJ+VpB;;AIrRA;EACE,YAAY;EACZ,eAAe;AJwRjB;;AItRA;;EAEE,wBAAwB;AJyR1B;;AIvRA;EACE,kBAvFuB;AJiXzB;;AIxRA;EACE,mBAAmB;EACnB,oBAAoB;AJ2RtB;;AIzRA;EACE,cL5G4B;EK6G5B,gBLvEe;ACmWjB;;AIxRA;EACE,YAAY;AJ2Rd;;AIzRA;EH5DE,iCAAiC;EG8DjC,4BL/G4B;EKgH5B,cLtH4B;EKuH5B,kBAjGqB;EAkGrB,gBAAgB;EAChB,uBAlG0B;EAmG1B,gBAAgB;EAChB,iBAAiB;AJ4RnB;;AIpSA;EAUI,6BAA6B;EAC7B,mBAAmB;EACnB,cAvGoB;EAwGpB,UAAU;AJ8Rd;;AI5RA;;EAGI,mBAAmB;AJ8RvB;;AIjSA;;EAKM,mBAAmB;AJiSzB;;AItSA;EAOI,cL1I0B;AC6a9B;;AMnbA;EACE;IACE,uBAAuB;ENsbzB;EMrbA;IACE,yBAAyB;ENub3B;AACF;;AM5bA;EACE;IACE,uBAAuB;ENsbzB;EMrbA;IACE,yBAAyB;ENub3B;AACF;;AO5bA,mBAAA;ACWA;EAEE,uBTE6B;ESD7B,kBTwDgB;ESvDhB,0FTb2B;ESc3B,cTT4B;ESU5B,cAAc;EACd,gBAZmB;ARgcrB;;AQlbA;EAGI,yETD8B;ACoblC;;AQtbA;EAKI,oETH8B;ACwblC;;ASnZA;EAGE,uBV/C6B;EUgD7B,qBVrD4B;EUsD5B,iBX3DwB;EW4DxB,cV3D4B;EU4D5B,eAAe;EAGf,uBAAuB;EACvB,iCA5D6D;EA6D7D,iBA5D6B;EA6D7B,kBA7D6B;EA8D7B,8BA/D6D;EAgE7D,kBAAkB;EAClB,mBAAmB;ATkZrB;;ASlaA;EAkBI,cAAc;AToZlB;;AStaA;EAwBM,aAAa;EACb,YAAY;ATkZlB;;AS3aA;ER+FI,gCQpEwG;ERoExG,mBQnEgE;AToZpE;;AShbA;ER+FI,oBQjEgE;ERiEhE,+BQhEwG;ATsZ5G;;ASrbA;EAiCM,+BAAmF;EACnF,gCAAoF;ATwZ1F;;AS1bA;EAsCI,qBVxF0B;EUyF1B,cV5F0B;ACof9B;;AS/bA;EA0CI,qBV/E8B;EUgF9B,cVhG0B;ACyf9B;;ASpcA;EA6CM,iDVlF4B;AC6elC;;ASxcA;EAgDI,qBVpG0B;EUqG1B,cVtG0B;ACkgB9B;;AS7cA;EAoDI,6BAA6B;EAC7B,yBAAyB;EACzB,cV1G0B;EU2G1B,0BAzF8B;ATsflC;;ASpdA;EA4DM,4BV1GwB;EU2GxB,cVlHwB;AC8gB9B;;ASzdA;EAgEM,yBCd2B;EDe3B,cVtHwB;ACmhB9B;;AS9dA;;EAoEM,6BAA6B;EAC7B,yBAAyB;EACzB,gBAAgB;AT+ZtB;;ASreA;EAwEI,gBAtG0B;EAuG1B,yBAtGmC;EAuGnC,cV/G8B;EUgH9B,qBAtG0B;ATugB9B;;AS5eA;EA8EM,cVnH4B;EUoH5B,0BAxGmC;AT0gBzC;;ASjfA;EAoFM,uBVhIyB;EUiIzB,yBAAyB;EACzB,cV/IuB;ACgjB7B;;ASvfA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,cVpJqB;ACsjB7B;;AS7fA;EA8FQ,yBAAyB;EACzB,cVxJqB;AC2jB7B;;ASlgBA;EAiGU,mDV7IqB;ACkjB/B;;AStgBA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,cV/JqB;ACqkB7B;;AS5gBA;;EAyGQ,uBVrJuB;EUsJvB,yBAAyB;EACzB,gBAAgB;ATwaxB;;ASnhBA;EA6GQ,yBVtKqB;EUuKrB,YV1JuB;ACokB/B;;ASxhBA;EAiHU,uBC/DuB;AV0ejC;;AS5hBA;;EAoHU,yBV7KmB;EU8KnB,yBAAyB;EACzB,gBAAgB;EAChB,YVnKqB;ACglB/B;;ASpiBA;EA0HU,gEAA4E;AT8atF;;ASxiBA;EA4HQ,6BAA6B;EAC7B,mBVzKuB;EU0KvB,YV1KuB;AC0lB/B;;AS9iBA;EAmIU,uBV/KqB;EUgLrB,mBVhLqB;EUiLrB,cV9LmB;AC6mB7B;;ASpjBA;EAwIY,4DAA8D;ATgb1E;;ASxjBA;EA8Ic,gEAA4E;AT8a1F;;AS5jBA;;EAiJU,6BAA6B;EAC7B,mBV9LqB;EU+LrB,gBAAgB;EAChB,YVhMqB;ACgnB/B;;ASpkBA;EAsJQ,6BAA6B;EAC7B,qBVhNqB;EUiNrB,cVjNqB;ACmoB7B;;AS1kBA;EA6JU,yBVtNmB;EUuNnB,YV1MqB;AC2nB/B;;AS/kBA;EAqKc,4DAA8D;AT8a5E;;ASnlBA;;EAwKU,6BAA6B;EAC7B,qBVlOmB;EUmOnB,gBAAgB;EAChB,cVpOmB;ACopB7B;;AS3lBA;EAoFM,yBV7IuB;EU8IvB,yBAAyB;EACzB,YVlIyB;AC6oB/B;;ASjmBA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,YVvIuB;ACmpB/B;;ASvmBA;EA8FQ,yBAAyB;EACzB,YV3IuB;ACwpB/B;;AS5mBA;EAiGU,gDV1JmB;ACyqB7B;;AShnBA;EAoGQ,uBClDyB;EDmDzB,yBAAyB;EACzB,YVlJuB;ACkqB/B;;AStnBA;;EAyGQ,yBVlKqB;EUmKrB,yBAAyB;EACzB,gBAAgB;ATkhBxB;;AS7nBA;EA6GQ,uBVzJuB;EU0JvB,cVvKqB;AC2rB7B;;ASloBA;EAiHU,yBC/DuB;AVolBjC;;AStoBA;;EAoHU,uBVhKqB;EUiKrB,yBAAyB;EACzB,gBAAgB;EAChB,cVhLmB;ACusB7B;;AS9oBA;EA0HU,4DAA4E;ATwhBtF;;ASlpBA;EA4HQ,6BAA6B;EAC7B,qBVtLqB;EUuLrB,cVvLqB;ACitB7B;;ASxpBA;EAmIU,yBV5LmB;EU6LnB,qBV7LmB;EU8LnB,YVjLqB;AC0sB/B;;AS9pBA;EAwIY,gEAA8D;AT0hB1E;;ASlqBA;EA8Ic,4DAA4E;ATwhB1F;;AStqBA;;EAiJU,6BAA6B;EAC7B,qBV3MmB;EU4MnB,gBAAgB;EAChB,cV7MmB;ACuuB7B;;AS9qBA;EAsJQ,6BAA6B;EAC7B,mBVnMuB;EUoMvB,YVpMuB;ACguB/B;;ASprBA;EA6JU,uBVzMqB;EU0MrB,cVvNmB;ACkvB7B;;ASzrBA;EAqKc,gEAA8D;ATwhB5E;;AS7rBA;;EAwKU,6BAA6B;EAC7B,mBVrNqB;EUsNrB,gBAAgB;EAChB,YVvNqB;ACivB/B;;ASrsBA;EAoFM,4BVlIwB;EUmIxB,yBAAyB;EACzB,yBCjEe;AVsrBrB;;AS3sBA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,yBCtEa;AV4rBrB;;ASjtBA;EA8FQ,yBAAyB;EACzB,yBC1Ea;AVisBrB;;ASttBA;EAiGU,mDV/IoB;ACwwB9B;;AS1tBA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,yBCjFa;AV2sBrB;;AShuBA;;EAyGQ,4BVvJsB;EUwJtB,yBAAyB;EACzB,gBAAgB;AT4nBxB;;ASvuBA;EA6GQ,oCCxFa;EDyFb,iBV5JsB;AC0xB9B;;AS5uBA;EAiHU,oCC/DuB;AV8rBjC;;AShvBA;;EAoHU,oCC/FW;EDgGX,yBAAyB;EACzB,gBAAgB;EAChB,iBVrKoB;ACsyB9B;;ASxvBA;EA0HU,sFAA4E;ATkoBtF;;AS5vBA;EA4HQ,6BAA6B;EAC7B,wBV3KsB;EU4KtB,iBV5KsB;ACgzB9B;;ASlwBA;EAmIU,4BVjLoB;EUkLpB,wBVlLoB;EUmLpB,yBChHW;AVmvBrB;;ASxwBA;EAwIY,sEAA8D;ATooB1E;;AS5wBA;EA8Ic,sFAA4E;ATkoB1F;;AShxBA;;EAiJU,6BAA6B;EAC7B,wBVhMoB;EUiMpB,gBAAgB;EAChB,iBVlMoB;ACs0B9B;;ASxxBA;EAsJQ,6BAA6B;EAC7B,gCClIa;EDmIb,yBCnIa;AVywBrB;;AS9xBA;EA6JU,oCCxIW;EDyIX,iBV5MoB;ACi1B9B;;ASnyBA;EAqKc,sEAA8D;ATkoB5E;;ASvyBA;;EAwKU,6BAA6B;EAC7B,gCCpJW;EDqJX,gBAAgB;EAChB,yBCtJW;AV0xBrB;;AS/yBA;EAoFM,yBVzIwB;EU0IxB,yBAAyB;EACzB,WC/DU;AV8xBhB;;ASrzBA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVoyBhB;;AS3zBA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVyyBhB;;ASh0BA;EAiGU,gDVtJoB;ACy3B9B;;ASp0BA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVmzBhB;;AS10BA;;EAyGQ,yBV9JsB;EU+JtB,yBAAyB;EACzB,gBAAgB;ATsuBxB;;ASj1BA;EA6GQ,sBCtFQ;EDuFR,cVnKsB;AC24B9B;;ASt1BA;EAiHU,yBC/DuB;AVwyBjC;;AS11BA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV5KoB;ACu5B9B;;ASl2BA;EA0HU,0DAA4E;AT4uBtF;;ASt2BA;EA4HQ,6BAA6B;EAC7B,qBVlLsB;EUmLtB,cVnLsB;ACi6B9B;;AS52BA;EAmIU,yBVxLoB;EUyLpB,qBVzLoB;EU0LpB,WC9GM;AV21BhB;;ASl3BA;EAwIY,gEAA8D;AT8uB1E;;ASt3BA;EA8Ic,0DAA4E;AT4uB1F;;AS13BA;;EAiJU,6BAA6B;EAC7B,qBVvMoB;EUwMpB,gBAAgB;EAChB,cVzMoB;ACu7B9B;;ASl4BA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVi3BhB;;ASx4BA;EA6JU,sBCtIM;EDuIN,cVnNoB;ACk8B9B;;AS74BA;EAqKc,gEAA8D;AT4uB5E;;ASj5BA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVk4BhB;;ASz5BA;EAoFM,yBV3H4B;EU4H5B,yBAAyB;EACzB,WC/DU;AVw4BhB;;AS/5BA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AV84BhB;;ASr6BA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVm5BhB;;AS16BA;EAiGU,iDVxIwB;ACq9BlC;;AS96BA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AV65BhB;;ASp7BA;;EAyGQ,yBVhJ0B;EUiJ1B,yBAAyB;EACzB,gBAAgB;ATg1BxB;;AS37BA;EA6GQ,sBCtFQ;EDuFR,cVrJ0B;ACu+BlC;;ASh8BA;EAiHU,yBC/DuB;AVk5BjC;;ASp8BA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV9JwB;ACm/BlC;;AS58BA;EA0HU,0DAA4E;ATs1BtF;;ASh9BA;EA4HQ,6BAA6B;EAC7B,qBVpK0B;EUqK1B,cVrK0B;AC6/BlC;;ASt9BA;EAmIU,yBV1KwB;EU2KxB,qBV3KwB;EU4KxB,WC9GM;AVq8BhB;;AS59BA;EAwIY,gEAA8D;ATw1B1E;;ASh+BA;EA8Ic,0DAA4E;ATs1B1F;;ASp+BA;;EAiJU,6BAA6B;EAC7B,qBVzLwB;EU0LxB,gBAAgB;EAChB,cV3LwB;ACmhClC;;AS5+BA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AV29BhB;;ASl/BA;EA6JU,sBCtIM;EDuIN,cVrMwB;AC8hClC;;ASv/BA;EAqKc,gEAA8D;ATs1B5E;;AS3/BA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AV4+BhB;;ASngCA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVi+BrE;;ASxgCA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVu+BrE;;AS9gCA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AV6+BrE;;ASphCA;EAoFM,yBVzH4B;EU0H5B,yBAAyB;EACzB,WC/DU;AVmgChB;;AS1hCA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVygChB;;AShiCA;EA8FQ,yBAAyB;EACzB,WCxEQ;AV8gChB;;ASriCA;EAiGU,iDVtIwB;AC8kClC;;ASziCA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVwhChB;;AS/iCA;;EAyGQ,yBV9I0B;EU+I1B,yBAAyB;EACzB,gBAAgB;AT28BxB;;AStjCA;EA6GQ,sBCtFQ;EDuFR,cVnJ0B;ACgmClC;;AS3jCA;EAiHU,yBC/DuB;AV6gCjC;;AS/jCA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV5JwB;AC4mClC;;ASvkCA;EA0HU,0DAA4E;ATi9BtF;;AS3kCA;EA4HQ,6BAA6B;EAC7B,qBVlK0B;EUmK1B,cVnK0B;ACsnClC;;ASjlCA;EAmIU,yBVxKwB;EUyKxB,qBVzKwB;EU0KxB,WC9GM;AVgkChB;;ASvlCA;EAwIY,gEAA8D;ATm9B1E;;AS3lCA;EA8Ic,0DAA4E;ATi9B1F;;AS/lCA;;EAiJU,6BAA6B;EAC7B,qBVvLwB;EUwLxB,gBAAgB;EAChB,cVzLwB;AC4oClC;;ASvmCA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVslChB;;AS7mCA;EA6JU,sBCtIM;EDuIN,cVnMwB;ACupClC;;ASlnCA;EAqKc,gEAA8D;ATi9B5E;;AStnCA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVumChB;;AS9nCA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AV4lCrE;;ASnoCA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVkmCrE;;ASzoCA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVwmCrE;;AS/oCA;EAoFM,yBV1H4B;EU2H5B,yBAAyB;EACzB,WC/DU;AV8nChB;;ASrpCA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVooChB;;AS3pCA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVyoChB;;AShqCA;EAiGU,kDVvIwB;AC0sClC;;ASpqCA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVmpChB;;AS1qCA;;EAyGQ,yBV/I0B;EUgJ1B,yBAAyB;EACzB,gBAAgB;ATskCxB;;ASjrCA;EA6GQ,sBCtFQ;EDuFR,cVpJ0B;AC4tClC;;AStrCA;EAiHU,yBC/DuB;AVwoCjC;;AS1rCA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV7JwB;ACwuClC;;ASlsCA;EA0HU,0DAA4E;AT4kCtF;;AStsCA;EA4HQ,6BAA6B;EAC7B,qBVnK0B;EUoK1B,cVpK0B;ACkvClC;;AS5sCA;EAmIU,yBVzKwB;EU0KxB,qBV1KwB;EU2KxB,WC9GM;AV2rChB;;ASltCA;EAwIY,gEAA8D;AT8kC1E;;ASttCA;EA8Ic,0DAA4E;AT4kC1F;;AS1tCA;;EAiJU,6BAA6B;EAC7B,qBVxLwB;EUyLxB,gBAAgB;EAChB,cV1LwB;ACwwClC;;ASluCA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVitChB;;ASxuCA;EA6JU,sBCtIM;EDuIN,cVpMwB;ACmxClC;;AS7uCA;EAqKc,gEAA8D;AT4kC5E;;ASjvCA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVkuChB;;ASzvCA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVutCrE;;AS9vCA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AV6tCrE;;ASpwCA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVmuCrE;;AS1wCA;EAoFM,yBV5H4B;EU6H5B,yBAAyB;EACzB,WC/DU;AVyvChB;;AShxCA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AV+vChB;;AStxCA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVowChB;;AS3xCA;EAiGU,kDVzIwB;ACu0ClC;;AS/xCA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AV8wChB;;ASryCA;;EAyGQ,yBVjJ0B;EUkJ1B,yBAAyB;EACzB,gBAAgB;ATisCxB;;AS5yCA;EA6GQ,sBCtFQ;EDuFR,cVtJ0B;ACy1ClC;;ASjzCA;EAiHU,yBC/DuB;AVmwCjC;;ASrzCA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV/JwB;ACq2ClC;;AS7zCA;EA0HU,0DAA4E;ATusCtF;;ASj0CA;EA4HQ,6BAA6B;EAC7B,qBVrK0B;EUsK1B,cVtK0B;AC+2ClC;;ASv0CA;EAmIU,yBV3KwB;EU4KxB,qBV5KwB;EU6KxB,WC9GM;AVszChB;;AS70CA;EAwIY,gEAA8D;ATysC1E;;ASj1CA;EA8Ic,0DAA4E;ATusC1F;;ASr1CA;;EAiJU,6BAA6B;EAC7B,qBV1LwB;EU2LxB,gBAAgB;EAChB,cV5LwB;ACq4ClC;;AS71CA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AV40ChB;;ASn2CA;EA6JU,sBCtIM;EDuIN,cVtMwB;ACg5ClC;;ASx2CA;EAqKc,gEAA8D;ATusC5E;;AS52CA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AV61ChB;;ASp3CA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVk1CrE;;ASz3CA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVw1CrE;;AS/3CA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AV81CrE;;ASr4CA;EAoFM,yBV7H4B;EU8H5B,yBAAyB;EACzB,yBCjEe;AVs3CrB;;AS34CA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,yBCtEa;AV43CrB;;ASj5CA;EA8FQ,yBAAyB;EACzB,yBC1Ea;AVi4CrB;;ASt5CA;EAiGU,mDV1IwB;ACm8ClC;;AS15CA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,yBCjFa;AV24CrB;;ASh6CA;;EAyGQ,yBVlJ0B;EUmJ1B,yBAAyB;EACzB,gBAAgB;AT4zCxB;;ASv6CA;EA6GQ,oCCxFa;EDyFb,cVvJ0B;ACq9ClC;;AS56CA;EAiHU,oCC/DuB;AV83CjC;;ASh7CA;;EAoHU,oCC/FW;EDgGX,yBAAyB;EACzB,gBAAgB;EAChB,cVhKwB;ACi+ClC;;ASx7CA;EA0HU,sFAA4E;ATk0CtF;;AS57CA;EA4HQ,6BAA6B;EAC7B,qBVtK0B;EUuK1B,cVvK0B;AC2+ClC;;ASl8CA;EAmIU,yBV5KwB;EU6KxB,qBV7KwB;EU8KxB,yBChHW;AVm7CrB;;ASx8CA;EAwIY,gEAA8D;ATo0C1E;;AS58CA;EA8Ic,sFAA4E;ATk0C1F;;ASh9CA;;EAiJU,6BAA6B;EAC7B,qBV3LwB;EU4LxB,gBAAgB;EAChB,cV7LwB;ACigDlC;;ASx9CA;EAsJQ,6BAA6B;EAC7B,gCClIa;EDmIb,yBCnIa;AVy8CrB;;AS99CA;EA6JU,oCCxIW;EDyIX,cVvMwB;AC4gDlC;;ASn+CA;EAqKc,gEAA8D;ATk0C5E;;ASv+CA;;EAwKU,6BAA6B;EAC7B,gCCpJW;EDqJX,gBAAgB;EAChB,yBCtJW;AV09CrB;;AS/+CA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AV68CrE;;ASp/CA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVm9CrE;;AS1/CA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVy9CrE;;AShgDA;EAoFM,yBVvH2B;EUwH3B,yBAAyB;EACzB,WC/DU;AV++ChB;;AStgDA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVq/ChB;;AS5gDA;EA8FQ,yBAAyB;EACzB,WCxEQ;AV0/ChB;;ASjhDA;EAiGU,kDVpIuB;ACwjDjC;;ASrhDA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVogDhB;;AS3hDA;;EAyGQ,yBV5IyB;EU6IzB,yBAAyB;EACzB,gBAAgB;ATu7CxB;;ASliDA;EA6GQ,sBCtFQ;EDuFR,cVjJyB;AC0kDjC;;ASviDA;EAiHU,yBC/DuB;AVy/CjC;;AS3iDA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV1JuB;ACslDjC;;ASnjDA;EA0HU,0DAA4E;AT67CtF;;ASvjDA;EA4HQ,6BAA6B;EAC7B,qBVhKyB;EUiKzB,cVjKyB;ACgmDjC;;AS7jDA;EAmIU,yBVtKuB;EUuKvB,qBVvKuB;EUwKvB,WC9GM;AV4iDhB;;ASnkDA;EAwIY,gEAA8D;AT+7C1E;;ASvkDA;EA8Ic,0DAA4E;AT67C1F;;AS3kDA;;EAiJU,6BAA6B;EAC7B,qBVrLuB;EUsLvB,gBAAgB;EAChB,cVvLuB;ACsnDjC;;ASnlDA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVkkDhB;;ASzlDA;EA6JU,sBCtIM;EDuIN,cVjMuB;ACioDjC;;AS9lDA;EAqKc,gEAA8D;AT67C5E;;ASlmDA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVmlDhB;;AS1mDA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVwkDrE;;AS/mDA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AV8kDrE;;ASrnDA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVolDrE;;AS3nDA;EARE,kBVbc;ACopDhB;;ASzoDE;EACE,kBVkBc;AC0nDlB;;ASnoDA;EANE,eVhBW;AC6pDb;;ASvoDA;EAJE,kBVnBc;ACkqDhB;;AS3oDA;EAFE,iBVtBa;ACuqDf;;AS/oDA;;EAyMI,uBVrP2B;EUsP3B,qBV3P0B;EU4P1B,gBAhOyB;EAiOzB,YAhOyB;AT2qD7B;;ASvpDA;EA8MI,aAAa;EACb,WAAW;AT68Cf;;AS5pDA;EAiNI,6BAA6B;EAC7B,oBAAoB;AT+8CxB;;ASjqDA;ERlDE,kBAAkB;EAKhB,2BAAiC;EACjC,0BAAgC;EQkQ9B,6BAA6B;ATk9CnC;;ASxqDA;EAwNI,4BVtQ0B;EUuQ1B,qBV1Q0B;EU2Q1B,cV7Q0B;EU8Q1B,gBAAgB;EAChB,oBAAoB;ATo9CxB;;AShrDA;EA8NI,qBVlNmB;EUmNnB,gCAA0D;EAC1D,iCAA2D;ATs9C/D;;ASp9CA;EACE,mBAAmB;EACnB,aAAa;EACb,eAAe;EACf,2BAA2B;ATu9C7B;;AS39CA;EAMI,qBAAqB;ATy9CzB;;AS/9CA;ERnII,mBQ2IwC;AT29C5C;;ASn+CA;EAUI,sBAAsB;AT69C1B;;ASv+CA;EAYI,mBAAmB;AT+9CvB;;AS3+CA;EA1OE,kBVbc;ACsuDhB;;AS3tDE;EACE,kBVkBc;AC4sDlB;;ASn/CA;EAtOE,kBVnBc;ACgvDhB;;ASv/CA;EApOE,iBVtBa;ACqvDf;;AS3/CA;EA0BQ,4BAA4B;EAC5B,yBAAyB;ATq+CjC;;AShgDA;EA6BQ,6BAA6B;EAC7B,0BAA0B;ERjK9B,iBQkKwC;ATu+C5C;;AStgDA;ERnII,cQoKqC;ATy+CzC;;AS1gDA;EAoCQ,UAAU;AT0+ClB;;AS9gDA;EA0CQ,UAAU;ATw+ClB;;ASlhDA;EA4CU,UAAU;AT0+CpB;;ASthDA;EA8CQ,YAAY;EACZ,cAAc;AT4+CtB;;AS3hDA;EAiDI,uBAAuB;AT8+C3B;;AS/hDA;EAoDQ,oBAAoB;EACpB,qBAAqB;AT++C7B;;ASpiDA;EAuDI,yBAAyB;ATi/C7B;;ASxiDA;EA0DQ,oBAAoB;EACpB,qBAAqB;ATk/C7B;;AWr0DA;EACE,YAAY;EACZ,cAAc;EACd,kBAAkB;EAClB,WAAW;AXw0Db;;AW50DA;EAMI,0BAA0B;EAC1B,kBZyCM;EYxCN,mBZwCM;EYvCN,WAAW;AX00Df;;AC3uDE;EUxGF;IAWI,gBAAuC;EX60DzC;AACF;;ACvuDI;EUlHJ;IAcM,iBAAqE;EXg1DzE;AACF;;AC9tDI;EUjIJ;IAiBM,iBAAiE;EXm1DrE;AACF;;AC9uDI;EUvHJ;IAoBM,iBAAqE;EXs1DzE;AACF;;ACruDI;EUtIJ;IAuBM,iBAAiE;EXy1DrE;AACF;;AYj2DA;EAII,kBAAkB;AZi2DtB;;AYr2DA;;;;;;;EAcM,kBAAkB;AZi2DxB;;AY/2DA;;;;;;EAqBI,cbpC0B;EaqC1B,gBbAiB;EaCjB,kBAxC+B;AZ24DnC;;AY13DA;EAyBI,cAAc;EACd,oBAAoB;AZq2DxB;;AY/3DA;EA4BM,eAAe;AZu2DrB;;AYn4DA;EA8BI,iBAAiB;EACjB,uBAAuB;AZy2D3B;;AYx4DA;EAiCM,oBAAoB;AZ22D1B;;AY54DA;EAmCI,gBAAgB;EAChB,uBAAuB;AZ62D3B;;AYj5DA;EAsCM,oBAAoB;AZ+2D1B;;AYr5DA;EAwCI,iBAAiB;EACjB,oBAAoB;AZi3DxB;;AY15DA;EA2CI,kBAAkB;EAClB,uBAAuB;AZm3D3B;;AY/5DA;EA8CI,cAAc;EACd,kBAAkB;AZq3DtB;;AYp6DA;EAiDI,4BbzD0B;EE6I1B,+BFhJ0B;Ea8D1B,qBAhEqC;AZu7DzC;;AY16DA;EAqDI,4BAA4B;EXgF5B,iBW/EmC;EACnC,eAAe;AZy3DnB;;AYh7DA;EAyDM,wBAAwB;AZ23D9B;;AYp7DA;EA2DQ,4BAA4B;AZ63DpC;;AYx7DA;EA6DQ,4BAA4B;AZ+3DpC;;AY57DA;EA+DQ,4BAA4B;AZi4DpC;;AYh8DA;EAiEQ,4BAA4B;AZm4DpC;;AYp8DA;EAmEI,wBAAwB;EXkExB,iBWjEmC;EACnC,eAAe;AZq4DnB;;AY18DA;EAuEM,uBAAuB;EACvB,iBAAiB;AZu4DvB;;AY/8DA;EA0EQ,uBAAuB;AZy4D/B;;AYn9DA;EXqII,iBWzDmC;AZ24DvC;;AYv9DA;EA8EI,gBAAgB;EAChB,iBAAiB;EACjB,kBAAkB;AZ64DtB;;AY79DA;EAkFM,eAAe;AZ+4DrB;;AYj+DA;EAoFM,kBAAkB;AZi5DxB;;AYr+DA;EAsFM,qBAAqB;AZm5D3B;;AYz+DA;EAwFM,kBAAkB;AZq5DxB;;AY7+DA;EXyCE,iCAAiC;EWkD/B,gBAAgB;EAChB,qBAvG8B;EAwG9B,gBAAgB;EAChB,iBAAiB;AZu5DrB;;AYr/DA;;EAiGI,cAAc;AZy5DlB;;AY1/DA;EAmGI,WAAW;AZ25Df;;AY9/DA;;EAsGM,yBbjHwB;EakHxB,qBA/GmC;EAgHnC,qBA/GmC;EAgHnC,mBAAmB;AZ65DzB;;AYtgEA;EA2GM,cb1HwB;ACyhE9B;;AY1gEA;EA6GQ,mBAAmB;AZi6D3B;;AY9gEA;;EAiHQ,qBAtHsC;EAuHtC,cbjIsB;ACmiE9B;;AYphEA;;EAsHQ,qBAzHsC;EA0HtC,cbtIsB;ACyiE9B;;AY1hEA;;EA6HY,sBAAsB;AZk6DlC;;AY/hEA;EAgIM,aAAa;AZm6DnB;;AYniEA;EAmII,kBblHY;ACshEhB;;AYviEA;EAqII,ebrHS;AC2hEb;;AY3iEA;EAuII,kBbxHY;ACgiEhB;;AY/iEA;EAyII,iBb3HW;ACqiEf;;AalkEA;EACE,mBAAmB;EACnB,oBAAoB;EACpB,uBAAuB;EACvB,cAVsB;EAWtB,aAXsB;AbglExB;;Aa1kEA;EAQI,YAbwB;EAcxB,WAdwB;AbolE5B;;Aa/kEA;EAWI,YAfyB;EAgBzB,WAhByB;AbwlE7B;;AaplEA;EAcI,YAjBwB;EAkBxB,WAlBwB;Ab4lE5B;;AaxkEA;EACE,uBAAuB;EACvB,cAAc;EACd,oBAAoB;EACpB,eAAe;EACf,mBA5BsB;EA6BtB,mBAAmB;Ab2kErB;;AajlEA;EAQI,YAAY;EACZ,cAAc;Ab6kElB;;AatlEA;EAWM,oBA9BoB;Ab6mE1B;;Aa1lEA;EAaM,mBAhCoB;AbinE1B;;Aa/kEA;EACE,aAAa;AbklEf;;AcrnEA;EACE,cAAc;EACd,kBAAkB;AdwnEpB;;Ac1nEA;EAII,cAAc;EACd,YAAY;EACZ,WAAW;Ad0nEf;;AchoEA;EAQM,qBf2DiB;ACikEvB;;AcpoEA;EAUI,WAAW;Ad8nEf;;AcxoEA;;;;;;;;;;;;;;;;;EA+BM,YAAY;EACZ,WAAW;Ad6nEjB;;Ac7pEA;EAmCI,iBAAiB;Ad8nErB;;AcjqEA;EAqCI,gBAAgB;AdgoEpB;;AcrqEA;EAuCI,gBAAgB;AdkoEpB;;AczqEA;EAyCI,qBAAqB;AdooEzB;;Ac7qEA;EA2CI,gBAAgB;AdsoEpB;;AcjrEA;EA6CI,mBAAmB;AdwoEvB;;AcrrEA;EA+CI,gBAAgB;Ad0oEpB;;AczrEA;EAiDI,qBAAqB;Ad4oEzB;;Ac7rEA;EAmDI,iBAAiB;Ad8oErB;;AcjsEA;EAqDI,sBAAsB;AdgpE1B;;AcrsEA;EAuDI,iBAAiB;AdkpErB;;AczsEA;EAyDI,sBAAsB;AdopE1B;;Ac7sEA;EA2DI,sBAAsB;AdspE1B;;AcjtEA;EA6DI,iBAAiB;AdwpErB;;AcrtEA;EA+DI,iBAAiB;Ad0pErB;;AcztEA;EAmEM,YAAwB;EACxB,WAAuB;Ad0pE7B;;Ac9tEA;EAmEM,YAAwB;EACxB,WAAuB;Ad+pE7B;;AcnuEA;EAmEM,YAAwB;EACxB,WAAuB;AdoqE7B;;AcxuEA;EAmEM,YAAwB;EACxB,WAAuB;AdyqE7B;;Ac7uEA;EAmEM,YAAwB;EACxB,WAAuB;Ad8qE7B;;AclvEA;EAmEM,YAAwB;EACxB,WAAuB;AdmrE7B;;AcvvEA;EAmEM,aAAwB;EACxB,YAAuB;AdwrE7B;;AervEA;EAEE,4BhBA4B;EgBC5B,kBhBuDU;EgBtDV,kBAAkB;EAIhB,sCAZoD;AfgwExD;;Ae5vEA;EAUI,mBAAmB;EACnB,0BAA0B;AfsvE9B;;AejwEA;EAaI,mBAAmB;AfwvEvB;;AerwEA;;EAgBI,iBhBZ2B;ACswE/B;;Ae1wEA;EAkBI,uBAAuB;Af4vE3B;;Ae9wEA;EduJI,YcnI4B;EAC5B,kBAAkB;EAClB,WAAW;Af8vEf;;AepxEA;;;EA0BI,mBAAmB;AfgwEvB;;Ae1xEA;EAgCM,uBhB5ByB;EgB6BzB,chB1CuB;ACwyE7B;;Ae/xEA;EAgCM,yBhBzCuB;EgB0CvB,YhB7ByB;ACgyE/B;;AepyEA;EAgCM,4BhB9BwB;EgB+BxB,yBLoCe;AVouErB;;AezyEA;EAgCM,yBhBrCwB;EgBsCxB,WLsCU;AVuuEhB;;Ae9yEA;EAgCM,yBhBvB4B;EgBwB5B,WLsCU;AV4uEhB;;AenzEA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AViuErE;;AexzEA;EAgCM,yBhBrB4B;EgBsB5B,WLsCU;AVsvEhB;;Ae7zEA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AV2uErE;;Ael0EA;EAgCM,yBhBtB4B;EgBuB5B,WLsCU;AVgwEhB;;Aev0EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AVqvErE;;Ae50EA;EAgCM,yBhBxB4B;EgByB5B,WLsCU;AV0wEhB;;Aej1EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AV+vErE;;Aet1EA;EAgCM,yBhBzB4B;EgB0B5B,yBLoCe;AVsxErB;;Ae31EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AVywErE;;Aeh2EA;EAgCM,yBhBnB2B;EgBoB3B,WLsCU;AV8xEhB;;Aer2EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AVmxErE;;AgB32EA;EAEE,qBAAqB;EACrB,wBAAwB;EACxB,YAAY;EACZ,qBjBwDqB;EiBvDrB,cAAc;EACd,YjBoBW;EiBnBX,gBAAgB;EAChB,UAAU;EACV,WAAW;AhB62Eb;;AgBv3EA;EAYI,yBjBX2B;AC03E/B;;AgB33EA;EAcI,yBjBjB0B;ACk4E9B;;AgB/3EA;EAgBI,yBjBnB0B;ACs4E9B;;AgBn4EA;EAkBI,yBjBrB0B;EiBsB1B,YAAY;AhBq3EhB;;AgBx4EA;EAyBQ,uBjBpBuB;ACu4E/B;;AgB54EA;EA2BQ,uBjBtBuB;AC24E/B;;AgBh5EA;EA6BQ,uBjBxBuB;AC+4E/B;;AgBp5EA;EA+BQ,mEAA2F;AhBy3EnG;;AgBx5EA;EAyBQ,yBjBjCqB;ACo6E7B;;AgB55EA;EA2BQ,yBjBnCqB;ACw6E7B;;AgBh6EA;EA6BQ,yBjBrCqB;AC46E7B;;AgBp6EA;EA+BQ,qEAA2F;AhBy4EnG;;AgBx6EA;EAyBQ,4BjBtBsB;ACy6E9B;;AgB56EA;EA2BQ,4BjBxBsB;AC66E9B;;AgBh7EA;EA6BQ,4BjB1BsB;ACi7E9B;;AgBp7EA;EA+BQ,wEAA2F;AhBy5EnG;;AgBx7EA;EAyBQ,yBjB7BsB;ACg8E9B;;AgB57EA;EA2BQ,yBjB/BsB;ACo8E9B;;AgBh8EA;EA6BQ,yBjBjCsB;ACw8E9B;;AgBp8EA;EA+BQ,qEAA2F;AhBy6EnG;;AgBx8EA;EAyBQ,yBjBf0B;ACk8ElC;;AgB58EA;EA2BQ,yBjBjB0B;ACs8ElC;;AgBh9EA;EA6BQ,yBjBnB0B;AC08ElC;;AgBp9EA;EA+BQ,qEAA2F;AhBy7EnG;;AgBx9EA;EAyBQ,yBjBb0B;ACg9ElC;;AgB59EA;EA2BQ,yBjBf0B;ACo9ElC;;AgBh+EA;EA6BQ,yBjBjB0B;ACw9ElC;;AgBp+EA;EA+BQ,qEAA2F;AhBy8EnG;;AgBx+EA;EAyBQ,yBjBd0B;ACi+ElC;;AgB5+EA;EA2BQ,yBjBhB0B;ACq+ElC;;AgBh/EA;EA6BQ,yBjBlB0B;ACy+ElC;;AgBp/EA;EA+BQ,qEAA2F;AhBy9EnG;;AgBx/EA;EAyBQ,yBjBhB0B;ACm/ElC;;AgB5/EA;EA2BQ,yBjBlB0B;ACu/ElC;;AgBhgFA;EA6BQ,yBjBpB0B;AC2/ElC;;AgBpgFA;EA+BQ,qEAA2F;AhBy+EnG;;AgBxgFA;EAyBQ,yBjBjB0B;ACogFlC;;AgB5gFA;EA2BQ,yBjBnB0B;ACwgFlC;;AgBhhFA;EA6BQ,yBjBrB0B;AC4gFlC;;AgBphFA;EA+BQ,qEAA2F;AhBy/EnG;;AgBxhFA;EAyBQ,yBjBXyB;AC8gFjC;;AgB5hFA;EA2BQ,yBjBbyB;ACkhFjC;;AgBhiFA;EA6BQ,yBjBfyB;ACshFjC;;AgBpiFA;EA+BQ,qEAA2F;AhBygFnG;;AgBxiFA;EAkCI,gCAtCkC;UAsClC,wBAtCkC;EAuClC,2CAAmC;UAAnC,mCAAmC;EACnC,yCAAiC;UAAjC,iCAAiC;EACjC,yCAAiC;UAAjC,iCAAiC;EACjC,yBjBrC2B;EiBsC3B,qEAA0F;EAC1F,6BAA6B;EAC7B,4BAA4B;EAC5B,0BAA0B;AhB0gF9B;;AgBpjFA;EA4CM,6BAA6B;AhB4gFnC;;AgBxjFA;EA8CM,6BAA6B;AhB8gFnC;;AgB5jFA;EAgDM,oBAAoB;AhBghF1B;;AgBhkFA;EAoDI,ejBxBY;ACwiFhB;;AgBpkFA;EAsDI,ejB5BY;AC8iFhB;;AgBxkFA;EAwDI,cjB/BW;ACmjFf;;AgBlhFA;EACE;IACE,2BAA2B;EhBqhF7B;EgBphFA;IACE,4BAA4B;EhBshF9B;AACF;;AgB3hFA;EACE;IACE,2BAA2B;EhBqhF7B;EgBphFA;IACE,4BAA4B;EhBshF9B;AACF;;AiBlkFA;EAEE,uBlBhB6B;EkBiB7B,clB1B4B;AC8lF9B;;AiBvkFA;;EAMI,yBlBzB0B;EkB0B1B,qBA9B6B;EA+B7B,qBA9B6B;EA+B7B,mBAAmB;AjBskFvB;;AiB/kFA;;EAeQ,uBlB7BuB;EkB8BvB,mBlB9BuB;EkB+BvB,clB5CqB;ACinF7B;;AiBtlFA;;EAeQ,yBlB1CqB;EkB2CrB,qBlB3CqB;EkB4CrB,YlB/BuB;AC2mF/B;;AiB7lFA;;EAeQ,4BlB/BsB;EkBgCtB,wBlBhCsB;EkBiCtB,yBPkCa;AVijFrB;;AiBpmFA;;EAeQ,yBlBtCsB;EkBuCtB,qBlBvCsB;EkBwCtB,WPoCQ;AVsjFhB;;AiB3mFA;;EAeQ,yBlBxB0B;EkByB1B,qBlBzB0B;EkB0B1B,WPoCQ;AV6jFhB;;AiBlnFA;;EAeQ,yBlBtB0B;EkBuB1B,qBlBvB0B;EkBwB1B,WPoCQ;AVokFhB;;AiBznFA;;EAeQ,yBlBvB0B;EkBwB1B,qBlBxB0B;EkByB1B,WPoCQ;AV2kFhB;;AiBhoFA;;EAeQ,yBlBzB0B;EkB0B1B,qBlB1B0B;EkB2B1B,WPoCQ;AVklFhB;;AiBvoFA;;EAeQ,yBlB1B0B;EkB2B1B,qBlB3B0B;EkB4B1B,yBPkCa;AV2lFrB;;AiB9oFA;;EAeQ,yBlBpByB;EkBqBzB,qBlBrByB;EkBsBzB,WPoCQ;AVgmFhB;;AiBrpFA;;EAoBM,mBAAmB;EACnB,SAAS;AjBsoFf;;AiB3pFA;;EAuBM,yBlBhC4B;EkBiC5B,WP6BU;AV4mFhB;;AiBjqFA;;;;EA2BQ,mBAAmB;AjB6oF3B;;AiBxqFA;;EA6BM,sBAAsB;AjBgpF5B;;AiB7qFA;EA+BI,clBtD0B;ACwsF9B;;AiBjrFA;EAiCM,mBAAmB;AjBopFzB;;AiBrrFA;EAoCM,yBlB7C4B;EkB8C5B,WPgBU;AVqoFhB;;AiB1rFA;;EAwCQ,mBAAmB;AjBupF3B;;AiB/rFA;;EA2CQ,kBPUQ;EOTR,mBAAmB;AjBypF3B;;AiBrsFA;EA8CI,6BA5DqC;AjButFzC;;AiBzsFA;;EAiDM,qBApEgC;EAqEhC,clBzEwB;ACsuF9B;;AiB/sFA;EAoDI,6BAhEqC;AjB+tFzC;;AiBntFA;;EAuDM,qBAxEgC;EAyEhC,clB/EwB;ACgvF9B;;AiBztFA;EA0DI,6BAvEqC;AjB0uFzC;;AiB7tFA;;EA+DU,sBAAsB;AjBmqFhC;;AiBluFA;;EAoEM,iBAAiB;AjBmqFvB;;AiBvuFA;;EAyEU,wBAAwB;AjBmqFlC;;AiB5uFA;EA2EI,WAAW;AjBqqFf;;AiBhvFA;EAgFU,yBlB/FoB;ACmwF9B;;AiBpvFA;EAqFY,yBlBpGkB;ACuwF9B;;AiBxvFA;EAuFc,4BlBvGgB;AC4wF9B;;AiB5vFA;;EA2FM,qBAAqB;AjBsqF3B;;AiBjwFA;EAgGU,yBlB/GoB;ACoxF9B;;AiBnqFA;EhBjEE,iCAAiC;EgBoEjC,cAAc;EACd,kBAAkB;EAClB,eAAe;AjBqqFjB;;AkBhyFA;EACE,mBAAmB;EACnB,aAAa;EACb,eAAe;EACf,2BAA2B;AlBmyF7B;;AkBvyFA;EAMI,qBAAqB;AlBqyFzB;;AkB3yFA;EjBiJI,mBiBzIwC;AlBuyF5C;;AkB/yFA;EAUI,sBAAsB;AlByyF1B;;AkBnzFA;EAYI,mBAAmB;AlB2yFvB;;AkBvzFA;EAgBM,enBYO;AC+xFb;;AkB3zFA;EAmBM,kBnBQU;ACoyFhB;;AkB/zFA;EAqBI,uBAAuB;AlB8yF3B;;AkBn0FA;EAuBM,qBAAqB;EACrB,oBAAoB;AlBgzF1B;;AkBx0FA;EA0BI,yBAAyB;AlBkzF7B;;AkB50FA;EA6BQ,mBAAmB;AlBmzF3B;;AkBh1FA;EA+BQ,eAAe;AlBqzFvB;;AkBp1FA;EjBiJI,ciB/GmC;AlBszFvC;;AkBx1FA;EjBiJI,eiB7GqC;EAK/B,0BAA0B;EAC1B,6BAA6B;AlBozFvC;;AkB91FA;EAgDU,yBAAyB;EACzB,4BAA4B;AlBkzFtC;;AkBhzFA;EACE,mBAAmB;EACnB,4BnBjD4B;EmBkD5B,kBnBMU;EmBLV,cnBzD4B;EmB0D5B,oBAAoB;EACpB,kBnB5Bc;EmB6Bd,WAAW;EACX,uBAAuB;EACvB,gBAAgB;EAChB,oBAAoB;EACpB,qBAAqB;EACrB,mBAAmB;AlBmzFrB;;AkB/zFA;EjB8FI,qBiBhFuC;EjBgFvC,sBiB/EyC;AlBqzF7C;;AkBp0FA;EAqBM,uBnBlEyB;EmBmEzB,cnBhFuB;ACm4F7B;;AkBz0FA;EAqBM,yBnB/EuB;EmBgFvB,YnBnEyB;AC23F/B;;AkB90FA;EAqBM,4BnBpEwB;EmBqExB,yBRFe;AV+zFrB;;AkBn1FA;EAqBM,yBnB3EwB;EmB4ExB,WRAU;AVk0FhB;;AkBx1FA;EAqBM,yBnB7D4B;EmB8D5B,WRAU;AVu0FhB;;AkB71FA;EA4BU,yBRCsC;EQAtC,cRS2D;AV4zFrE;;AkBl2FA;EAqBM,yBnB3D4B;EmB4D5B,WRAU;AVi1FhB;;AkBv2FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVs0FrE;;AkB52FA;EAqBM,yBnB5D4B;EmB6D5B,WRAU;AV21FhB;;AkBj3FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVg1FrE;;AkBt3FA;EAqBM,yBnB9D4B;EmB+D5B,WRAU;AVq2FhB;;AkB33FA;EA4BU,yBRCsC;EQAtC,cRS2D;AV01FrE;;AkBh4FA;EAqBM,yBnB/D4B;EmBgE5B,yBRFe;AVi3FrB;;AkBr4FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVo2FrE;;AkB14FA;EAqBM,yBnBzD2B;EmB0D3B,WRAU;AVy3FhB;;AkB/4FA;EA4BU,yBRCsC;EQAtC,cRS2D;AV82FrE;;AkBp5FA;EAgCI,kBnBtDY;AC86FhB;;AkBx5FA;EAkCI,enBzDS;ACm7Fb;;AkB55FA;EAoCI,kBnB5DY;ACw7FhB;;AkBh6FA;EjB8FI,sBiBvD0C;EjBuD1C,qBiBtD0C;AlB63F9C;;AkBr6FA;EjB8FI,sBiBpD0C;EjBoD1C,qBiBnD0C;AlB+3F9C;;AkB16FA;EjB8FI,sBiBjD0C;EjBiD1C,qBiBhD0C;AlBi4F9C;;AkB/6FA;EjB8FI,iBiBrJmB;EAyGnB,UAAU;EACV,kBAAkB;EAClB,UAAU;AlBk4Fd;;AkBt7FA;EAuDM,8BAA8B;EAC9B,WAAW;EACX,cAAc;EACd,SAAS;EACT,kBAAkB;EAClB,QAAQ;EACR,0DAA0D;EAC1D,+BAA+B;AlBm4FrC;;AkBj8FA;EAgEM,WAAW;EACX,UAAU;AlBq4FhB;;AkBt8FA;EAmEM,WAAW;EACX,UAAU;AlBu4FhB;;AkB38FA;EAuEM,yBAAmD;AlBw4FzD;;AkB/8FA;EAyEM,yBAAoD;AlB04F1D;;AkBn9FA;EA2EI,qBnBhEmB;AC48FvB;;AkB14FA;EAEI,0BAA0B;AlB44F9B;;AmBlgGA;;EAGE,sBAAsB;AnBogGxB;;AmBvgGA;;;;EAMI,oBAAoB;AnBwgGxB;;AmB9gGA;;EAQI,iBApBmB;AnB+hGvB;;AmBnhGA;;EAUI,iBArBmB;AnBmiGvB;;AmBxhGA;;EAYI,sBAAsB;AnBihG1B;;AmB/gGA;EACE,cpB9B4B;EoBiC5B,epBLW;EoBMX,gBpBGmB;EoBFnB,kBAnCuB;AnBmjGzB;;AmBthGA;EAQI,cApCwB;EAqCxB,oBApCyB;AnBsjG7B;;AmB3hGA;EAWI,oBA3B+B;AnB+iGnC;;AmB/hGA;EAgBM,epBnBO;ACsiGb;;AmBniGA;EAgBM,iBpBlBS;ACyiGf;;AmBviGA;EAgBM,epBjBO;AC4iGb;;AmB3iGA;EAgBM,iBpBhBS;AC+iGf;;AmB/iGA;EAgBM,kBpBfU;ACkjGhB;;AmBnjGA;EAgBM,epBdO;ACqjGb;;AmBvjGA;EAgBM,kBpBbU;ACwjGhB;;AmBziGA;EACE,cpB/C4B;EoBkD5B,kBpBrBc;EoBsBd,gBpBjBiB;EoBkBjB,iBA3CyB;AnBqlG3B;;AmBhjGA;EAQI,cpBvD0B;EoBwD1B,gBpBnBiB;AC+jGrB;;AmBrjGA;EAWI,oBA7C+B;AnB2lGnC;;AmBzjGA;EAgBM,epBrCO;ACklGb;;AmB7jGA;EAgBM,iBpBpCS;ACqlGf;;AmBjkGA;EAgBM,epBnCO;ACwlGb;;AmBrkGA;EAgBM,iBpBlCS;AC2lGf;;AmBzkGA;EAgBM,kBpBjCU;AC8lGhB;;AmB7kGA;EAgBM,epBhCO;ACimGb;;AmBjlGA;EAgBM,kBpB/BU;AComGhB;;AoBloGA;EACE,cAAc;EACd,eAAe;EACf,mBAAmB;EACnB,kBAAkB;EAClB,yBAAyB;ApBqoG3B;;AoBhoGA;EACE,mBAAmB;EACnB,4BrBP4B;EqBQ5B,qBrBkDqB;EqBjDrB,oBAAoB;EACpB,kBrBac;EqBZd,WAAW;EACX,uBAAuB;EACvB,oBAAoB;EACpB,gBAAgB;EAChB,uBAAuB;EACvB,kBAAkB;EAClB,mBAAmB;ApBmoGrB;;AqBjqGA,eAAA;AC0DA;EAxBE,uBvBnB6B;EuBoB7B,qBvBzB4B;EuB0B5B,kBvBiCU;EuBhCV,cvB/B4B;ACmqG9B;;ACtmGI;EqB5BA,4BvBjC0B;ACuqG9B;;AC1mGI;EqB5BA,4BvBjC0B;AC2qG9B;;AC9mGI;EqB5BA,4BvBjC0B;AC+qG9B;;AClnGI;EqB5BA,4BvBjC0B;ACmrG9B;;AsBjpGE;EAEE,qBvBjC0B;ACorG9B;;AsBlpGE;EAIE,qBvBzB8B;EuB0B9B,iDvB1B8B;AC4qGlC;;AsBjpGE;;;;;EAEE,4BvBtC0B;EuBuC1B,wBvBvC0B;EuBwC1B,gBAAgB;EAChB,cvB9C0B;ACqsG9B;;AC1oGI;;;;;EqBXE,+BvBhDwB;AC6sG9B;;AClpGI;;;;;EqBXE,+BvBhDwB;ACqtG9B;;AC1pGI;;;;;EqBXE,+BvBhDwB;AC6tG9B;;AClqGI;;;;;EqBXE,+BvBhDwB;ACquG9B;;AuBvuGA;EAEE,2DxBN2B;EwBO3B,eAAe;EACf,WAAW;AvByuGb;;AuBxuGE;EACE,gBAAgB;AvB2uGpB;;AuBvuGI;EACE,mBxBFyB;AC4uG/B;;AuB3uGK;EAMG,mDxBPuB;ACgvG/B;;AuB/uGI;EACE,qBxBfuB;ACiwG7B;;AuBnvGK;EAMG,gDxBpBqB;ACqwG7B;;AuBvvGI;EACE,wBxBJwB;AC8vG9B;;AuB3vGK;EAMG,mDxBTsB;ACkwG9B;;AuB/vGI;EACE,qBxBXwB;AC6wG9B;;AuBnwGK;EAMG,gDxBhBsB;ACixG9B;;AuBvwGI;EACE,qBxBG4B;ACuwGlC;;AuB3wGK;EAMG,iDxBF0B;AC2wGlC;;AuB/wGI;EACE,qBxBK4B;AC6wGlC;;AuBnxGK;EAMG,iDxBA0B;ACixGlC;;AuBvxGI;EACE,qBxBI4B;ACsxGlC;;AuB3xGK;EAMG,kDxBD0B;AC0xGlC;;AuB/xGI;EACE,qBxBE4B;ACgyGlC;;AuBnyGK;EAMG,kDxBH0B;ACoyGlC;;AuBvyGI;EACE,qBxBC4B;ACyyGlC;;AuB3yGK;EAMG,mDxBJ0B;AC6yGlC;;AuB/yGI;EACE,qBxBO2B;AC2yGjC;;AuBnzGK;EAMG,kDxBEyB;AC+yGjC;;AuB/yGE;EzBmBA,kBCyBgB;EDxBhB,kBCNc;ACsyGhB;;AuBlzGE;EzBoBA,kBCVc;AC4yGhB;;AuBpzGE;EzBoBA,iBCba;ACizGf;;AuBrzGE;EACE,cAAc;EACd,WAAW;AvBwzGf;;AuBvzGE;EACE,eAAe;EACf,WAAW;AvB0zGf;;AuBxzGA;EAGI,qBxB8BmB;EwB7BnB,gDAA4D;EAC5D,iDAA6D;AvByzGjE;;AuB9zGA;EAOI,6BAA6B;EAC7B,yBAAyB;EACzB,gBAAgB;EAChB,eAAe;EACf,gBAAgB;AvB2zGpB;;AuBzzGA;EAEE,cAAc;EACd,eAAe;EACf,eAAe;EACf,2BzB7CkE;EyB8ClE,gBAAgB;AvB2zGlB;;AuBj0GA;EAQI,gBA1DsB;EA2DtB,eA1DqB;AvBu3GzB;;AuBt0GA;EAWI,eAAe;AvB+zGnB;;AuB10GA;EAcI,YAAY;AvBg0GhB;;AwBj4GA;EACE,eAAe;EACf,qBAAqB;EACrB,iBAAiB;EACjB,kBAAkB;AxBo4GpB;;AwBn4GE;EACE,eAAe;AxBs4GnB;;AwBr4GE;EACE,czBF0B;AC04G9B;;AwBv4GE;;;;;EAGE,czBJ0B;EyBK1B,mBAAmB;AxB44GvB;;AwBv4GA;EvBwII,mBuBrIqC;AxBw4GzC;;AyB35GA;EACE,qBAAqB;EACrB,eAAe;EACf,kBAAkB;EAClB,mBAAmB;AzB85GrB;;AyBl6GA;EAMI,a3BDkB;AEi6GtB;;AyBt6GA;EAUM,qB1BU4B;EE4I9B,awBrJ+B;EAC7B,UAAU;AzBg6GhB;;AyB56GA;EAeM,qB1BsDiB;EEmFnB,kBwBxIsC;AzBi6G1C;;AyBj7GA;EAmBI,eAAe;EACf,cAAc;EACd,cAAc;EACd,eAAe;EACf,aAAa;AzBk6GjB;;AyBz7GA;EAyBM,aAAa;AzBo6GnB;;AyB77GA;;EA4BM,wB1BjBwB;ACu7G9B;;AyBl8GA;ExBwJI,mBwB1HwC;AzBw6G5C;;AyBt8GA;EAgCM,YAAY;EACZ,UAAU;AzB06GhB;;AyB38GA;EAmCQ,kBAAkB;AzB46G1B;;AyB/8GA;EAuCM,qB1BnCwB;AC+8G9B;;AyBn9GA;EA6CQ,mB1BhCuB;AC08G/B;;AyBv9GA;EA+CQ,mB1BlCuB;AC88G/B;;AyB39GA;EAkDU,qBfyDuB;AVo3GjC;;AyB/9GA;EAuDU,mD1B1CqB;ACs9G/B;;AyBn+GA;EA6CQ,qB1B7CqB;ACu+G7B;;AyBv+GA;EA+CQ,qB1B/CqB;AC2+G7B;;AyB3+GA;EAkDU,mBfyDuB;AVo4GjC;;AyB/+GA;EAuDU,gD1BvDmB;ACm/G7B;;AyBn/GA;EA6CQ,wB1BlCsB;AC4+G9B;;AyBv/GA;EA+CQ,wB1BpCsB;ACg/G9B;;AyB3/GA;EAkDU,qBfyDuB;AVo5GjC;;AyB//GA;EAuDU,mD1B5CoB;ACw/G9B;;AyBngHA;EA6CQ,qB1BzCsB;ACmgH9B;;AyBvgHA;EA+CQ,qB1B3CsB;ACugH9B;;AyB3gHA;EAkDU,qBfyDuB;AVo6GjC;;AyB/gHA;EAuDU,gD1BnDoB;AC+gH9B;;AyBnhHA;EA6CQ,qB1B3B0B;ACqgHlC;;AyBvhHA;EA+CQ,qB1B7B0B;ACygHlC;;AyB3hHA;EAkDU,qBfyDuB;AVo7GjC;;AyB/hHA;EAuDU,iD1BrCwB;ACihHlC;;AyBniHA;EA6CQ,qB1BzB0B;ACmhHlC;;AyBviHA;EA+CQ,qB1B3B0B;ACuhHlC;;AyB3iHA;EAkDU,qBfyDuB;AVo8GjC;;AyB/iHA;EAuDU,iD1BnCwB;AC+hHlC;;AyBnjHA;EA6CQ,qB1B1B0B;ACoiHlC;;AyBvjHA;EA+CQ,qB1B5B0B;ACwiHlC;;AyB3jHA;EAkDU,qBfyDuB;AVo9GjC;;AyB/jHA;EAuDU,kD1BpCwB;ACgjHlC;;AyBnkHA;EA6CQ,qB1B5B0B;ACsjHlC;;AyBvkHA;EA+CQ,qB1B9B0B;AC0jHlC;;AyB3kHA;EAkDU,qBfyDuB;AVo+GjC;;AyB/kHA;EAuDU,kD1BtCwB;ACkkHlC;;AyBnlHA;EA6CQ,qB1B7B0B;ACukHlC;;AyBvlHA;EA+CQ,qB1B/B0B;AC2kHlC;;AyB3lHA;EAkDU,qBfyDuB;AVo/GjC;;AyB/lHA;EAuDU,mD1BvCwB;ACmlHlC;;AyBnmHA;EA6CQ,qB1BvByB;ACilHjC;;AyBvmHA;EA+CQ,qB1BzByB;ACqlHjC;;AyB3mHA;EAkDU,qBfyDuB;AVogHjC;;AyB/mHA;EAuDU,kD1BjCuB;AC6lHjC;;AyBnnHA;E3ByCE,kBCyBgB;EDxBhB,kBCNc;AColHhB;;AyBxnHA;E3B4CE,kBCVc;AC0lHhB;;AyB5nHA;E3B8CE,iBCba;AC+lHf;;AyBhoHA;EAkEM,qB1B5DwB;AC8nH9B;;AyBpoHA;EAoEI,WAAW;AzBokHf;;AyBxoHA;EAsEM,WAAW;AzBskHjB;;AyB5oHA;EA0EM,aAAa;EACb,kBAAkB;ExBqFpB,awBpF+B;EAC7B,YAAY;EACZ,eAAe;AzBskHrB;;AyBppHA;EAgFM,kB1B5CU;AConHhB;;AyBxpHA;EAkFM,kB1BhDU;AC0nHhB;;AyB5pHA;EAoFM,iB1BnDS;AC+nHf;;A0BnpHA;EAEE,oBAAoB;EACpB,aAAa;EACb,2BAA2B;EAC3B,kBAAkB;A1BqpHpB;;A0B1pHA;EAYQ,uB3BZuB;E2BavB,yBAAyB;EACzB,c3B3BqB;AC6qH7B;;A0BhqHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,c3BjCmB;ACmrH7B;;A0BtqHA;EAwBU,yBAAyB;EACzB,+C3BzBqB;E2B0BrB,c3BvCmB;ACyrH7B;;A0B5qHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,c3B7CmB;AC+rH7B;;A0BlrHA;EAYQ,yB3BzBqB;E2B0BrB,yBAAyB;EACzB,Y3BduB;ACwrH/B;;A0BxrHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,Y3BpBqB;AC8rH/B;;A0B9rHA;EAwBU,yBAAyB;EACzB,4C3BtCmB;E2BuCnB,Y3B1BqB;ACosH/B;;A0BpsHA;EA8BU,uBhBgEuB;EgB/DvB,yBAAyB;EACzB,Y3BhCqB;AC0sH/B;;A0B1sHA;EAYQ,4B3BdsB;E2BetB,yBAAyB;EACzB,yBhBmDa;AV+oHrB;;A0BhtHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,yBhB6CW;AVqpHrB;;A0BttHA;EAwBU,yBAAyB;EACzB,+C3B3BoB;E2B4BpB,yBhBuCW;AV2pHrB;;A0B5tHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,yBhBiCW;AViqHrB;;A0BluHA;EAYQ,yB3BrBsB;E2BsBtB,yBAAyB;EACzB,WhBqDQ;AVqqHhB;;A0BxuHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AV2qHhB;;A0B9uHA;EAwBU,yBAAyB;EACzB,4C3BlCoB;E2BmCpB,WhByCM;AVirHhB;;A0BpvHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVurHhB;;A0B1vHA;EAYQ,yB3BP0B;E2BQ1B,yBAAyB;EACzB,WhBqDQ;AV6rHhB;;A0BhwHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AVmsHhB;;A0BtwHA;EAwBU,yBAAyB;EACzB,6C3BpBwB;E2BqBxB,WhByCM;AVysHhB;;A0B5wHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AV+sHhB;;A0BlxHA;EAYQ,yB3BL0B;E2BM1B,yBAAyB;EACzB,WhBqDQ;AVqtHhB;;A0BxxHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AV2tHhB;;A0B9xHA;EAwBU,yBAAyB;EACzB,6C3BlBwB;E2BmBxB,WhByCM;AViuHhB;;A0BpyHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVuuHhB;;A0B1yHA;EAYQ,yB3BN0B;E2BO1B,yBAAyB;EACzB,WhBqDQ;AV6uHhB;;A0BhzHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AVmvHhB;;A0BtzHA;EAwBU,yBAAyB;EACzB,8C3BnBwB;E2BoBxB,WhByCM;AVyvHhB;;A0B5zHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AV+vHhB;;A0Bl0HA;EAYQ,yB3BR0B;E2BS1B,yBAAyB;EACzB,WhBqDQ;AVqwHhB;;A0Bx0HA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AV2wHhB;;A0B90HA;EAwBU,yBAAyB;EACzB,8C3BrBwB;E2BsBxB,WhByCM;AVixHhB;;A0Bp1HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVuxHhB;;A0B11HA;EAYQ,yB3BT0B;E2BU1B,yBAAyB;EACzB,yBhBmDa;AV+xHrB;;A0Bh2HA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,yBhB6CW;AVqyHrB;;A0Bt2HA;EAwBU,yBAAyB;EACzB,+C3BtBwB;E2BuBxB,yBhBuCW;AV2yHrB;;A0B52HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,yBhBiCW;AVizHrB;;A0Bl3HA;EAYQ,yB3BHyB;E2BIzB,yBAAyB;EACzB,WhBqDQ;AVqzHhB;;A0Bx3HA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AV2zHhB;;A0B93HA;EAwBU,yBAAyB;EACzB,8C3BhBuB;E2BiBvB,WhByCM;AVi0HhB;;A0Bp4HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVu0HhB;;A0B14HA;EAmCI,kB3BZY;ACu3HhB;;A0B94HA;EAqCI,e3BfS;AC43Hb;;A0Bl5HA;EAuCI,kB3BlBY;ACi4HhB;;A0Bt5HA;EA0CQ,eAAe;A1Bg3HvB;;A0B15HA;EA4CI,iB3BxBW;AC04Hf;;A0B95HA;EA+CQ,eAAe;A1Bm3HvB;;A0Bl6HA;EAmDM,6BAA6B;EAC7B,0BAA0B;A1Bm3HhC;;A0Bv6HA;EAsDM,4BAA4B;EAC5B,yBAAyB;A1Bq3H/B;;A0B56HA;EA0DQ,kB3BJI;AC03HZ;;A0Bh7HA;EA4DQ,aAAa;A1Bw3HrB;;A0Bp7HA;EA+DM,sBAAsB;A1By3H5B;;A0Bx7HA;EAiEM,sBAAsB;EACtB,YAAY;EACZ,gBAAgB;A1B23HtB;;A0B97HA;EAqEM,uBAAuB;A1B63H7B;;A0Bl8HA;EAuEM,aAAa;EACb,YAAY;A1B+3HlB;;A0Bv8HA;EA0EQ,eAAe;A1Bi4HvB;;A0B38HA;EA6EQ,eAAe;A1Bk4HvB;;A0B/8HA;EAgFQ,eAAe;A1Bm4HvB;;A0Bn9HA;EAmFQ,eAAe;A1Bo4HvB;;A0Bv9HA;EAsFQ,0BAA4C;A1Bq4HpD;;A0B39HA;EAwFQ,0B3BlCI;E2BmCJ,uBAAuB;A1Bu4H/B;;A0Bh+HA;EA2FI,uBAAuB;A1By4H3B;;A0Bp+HA;EA8FM,WAAW;A1B04HjB;;A0Bx+HA;EAgGM,YAAY;EACZ,eAAe;A1B44HrB;;A0B7+HA;EAmGI,yBAAyB;A1B84H7B;;A0Bj/HA;EAqGM,0BAA4C;A1Bg5HlD;;A0Br/HA;EAuGM,0B3BjDM;E2BkDN,2BAA2B;EAC3B,SAAS;A1Bk5Hf;;A0Bh5HA;EACE,oBAAoB;EACpB,aAAa;EACb,eAAe;EACf,2BAA2B;EAC3B,gBAAgB;EAChB,kBAAkB;A1Bm5HpB;;A0Bz5HA;EASM,yBhBtB2B;EgBuB3B,c3B9HwB;ACkhI9B;;A0B95HA;EAYM,qBhBzB2B;AV+6HjC;;A0Bl6HA;EAeM,yBhB5B2B;EgB6B3B,c3BpIwB;AC2hI9B;;A0Bv6HA;EAkBM,qBhB/B2B;AVw7HjC;;A0Bv5HA;EACE,YAAY;EACZ,OAAO;EACP,UAAU;EACV,aAAa;EACb,kBAAkB;EAClB,MAAM;EACN,WAAW;A1B05Hb;;A0Bx5HA;;EAGE,qB3BhJ4B;E2BiJ5B,kB3BtFU;E2BuFV,cAAc;EACd,iBAAiB;EACjB,kBAAkB;EAClB,mBAAmB;A1B05HrB;;A0Bx5HA;EACE,4B3BrJ4B;E2BsJ5B,c3B5J4B;ACujI9B;;A0Bz5HA;EACE,qB3B5J4B;E2B6J5B,mBA9J4B;EA+J5B,2BA9JoC;EA+JpC,cAAc;EACd,eA/JwB;EAgKxB,gBAAgB;EAChB,mBAAmB;EACnB,uBAAuB;A1B45HzB;;A0B15HA;EACE,mBAAmB;EACnB,aAAa;EACb,WAAW;EACX,uBAAuB;EzBzBrB,kByB0BmC;EACrC,UAAU;A1B65HZ;;A0Bn6HA;EAQI,eAAe;A1B+5HnB;;A2B/kIA;EACE,c5BF4B;E4BG5B,cAAc;EACd,e5B2BW;E4B1BX,gB5BiCe;ACijIjB;;A2BtlIA;EAMI,oBAAoB;A3BolIxB;;A2B1lIA;EASI,kB5BsBY;AC+jIhB;;A2B9lIA;EAWI,kB5BkBY;ACqkIhB;;A2BlmIA;EAaI,iB5BeW;AC0kIf;;A2BvlIA;EACE,cAAc;EACd,kB5Bcc;E4Bbd,mBAAmB;A3B0lIrB;;A2B7lIA;EAOM,Y5BdyB;ACwmI/B;;A2BjmIA;EAOM,c5B3BuB;ACynI7B;;A2BrmIA;EAOM,iB5BhBwB;ACknI9B;;A2BzmIA;EAOM,c5BvBwB;AC6nI9B;;A2B7mIA;EAOM,c5BT4B;ACmnIlC;;A2BjnIA;EAOM,c5BP4B;ACqnIlC;;A2BrnIA;EAOM,c5BR4B;AC0nIlC;;A2BznIA;EAOM,c5BV4B;ACgoIlC;;A2B7nIA;EAOM,c5BX4B;ACqoIlC;;A2BjoIA;EAOM,c5BL2B;ACmoIjC;;A2B1nIA;EAEI,sBAAsB;A3B4nI1B;;A2B9nIA;EAKI,aAAa;EACb,2BAA2B;A3B6nI/B;;A2BnoIA;E1ByHI,iB0BhHwC;A3B8nI5C;;A2BvoIA;;;EAcU,gBAAgB;A3B+nI1B;;A2B7oIA;;;EAuBY,4BAA4B;EAC5B,yBAAyB;A3B4nIrC;;A2BppIA;;;EAiCY,6BAA6B;EAC7B,0BAA0B;A3BynItC;;A2B3pIA;;;;;EAyCY,UAAU;A3B0nItB;;A2BnqIA;;;;;;;;;EA8CY,UAAU;A3BioItB;;A2B/qIA;;;;;;;;;EAgDc,UAAU;A3B2oIxB;;A2B3rIA;EAkDQ,YAAY;EACZ,cAAc;A3B6oItB;;A2BhsIA;EAqDM,uBAAuB;A3B+oI7B;;A2BpsIA;EAuDM,yBAAyB;A3BipI/B;;A2BxsIA;EA0DQ,YAAY;EACZ,cAAc;A3BkpItB;;A2B7sIA;EA6DI,aAAa;EACb,2BAA2B;A3BopI/B;;A2BltIA;EAgEM,cAAc;A3BspIpB;;A2BttIA;EAkEQ,gBAAgB;E1BuDpB,oB0BtD2C;A3BwpI/C;;A2B3tIA;EAqEQ,YAAY;EACZ,cAAc;A3B0pItB;;A2BhuIA;EAwEM,uBAAuB;A3B4pI7B;;A2BpuIA;EA0EM,yBAAyB;A3B8pI/B;;A2BxuIA;EA4EM,eAAe;A3BgqIrB;;A2B5uIA;EAgFU,sBAAsB;A3BgqIhC;;A2BhvIA;EAkFQ,uBAAuB;A3BkqI/B;;A2BpvIA;EAoFQ,gBAAgB;A3BoqIxB;;ACxrIE;E0BhEF;IAuFM,aAAa;E3BsqIjB;AACF;;A2BrqIA;EAEI,kBAAkB;A3BuqItB;;ACtsIE;E0B6BF;IAII,qBAAqB;E3B0qIvB;AACF;;ACxsIE;E0ByBF;IAMI,aAAa;IACb,YAAY;IACZ,cAAc;I1BwBd,mB0BvBsC;IACtC,iBAAiB;E3B8qInB;E2BxrIF;IAYM,kB5BhGU;I4BiGV,oBAAoB;E3B+qIxB;E2B5rIF;IAeM,oBAAoB;E3BgrIxB;E2B/rIF;IAiBM,kB5BvGU;I4BwGV,oBAAoB;E3BirIxB;E2BnsIF;IAoBM,iB5B3GS;I4B4GT,oBAAoB;E3BkrIxB;AACF;;A2BjrIA;EAEI,gBAAgB;A3BmrIpB;;ACruIE;E0BgDF;IAII,aAAa;IACb,aAAa;IACb,YAAY;IACZ,cAAc;E3BsrIhB;E2B7rIF;IASM,gBAAgB;E3BurIpB;E2BhsIF;IAWM,cAAc;E3BwrIlB;E2BnsIF;IAaQ,YAAY;E3ByrIlB;E2BtsIF;I1BSI,oB0BM2C;E3B0rI7C;AACF;;A2BzrIA;EACE,sBAAsB;EACtB,WAAW;EACX,e5BhIW;E4BiIX,kBAAkB;EAClB,mBAAmB;A3B4rIrB;;A2BjsIA;;;EAaU,c5BxKoB;ACk2I9B;;A2BvsIA;;;EAeQ,kB5B3IQ;ACy0IhB;;A2B7sIA;;;EAiBQ,kB5B/IQ;ACi1IhB;;A2BntIA;;;EAmBQ,iB5BlJO;ACw1If;;A2BztIA;EAqBM,c5B7KwB;E4B8KxB,a7BjLgB;E6BkLhB,oBAAoB;EACpB,kBAAkB;EAClB,MAAM;EACN,Y7BrLgB;E6BsLhB,UAAU;A3BwsIhB;;A2BnuIA;;EA+BM,mB7B1LgB;AEm4ItB;;A2BxuIA;EAiCM,OAAO;A3B2sIb;;A2B5uIA;;EAqCM,oB7BhMgB;AE44ItB;;A2BjvIA;EAuCM,QAAQ;A3B8sId;;A2BrvIA;EA2CM,6BAA6B;E1B3C/B,a0B4C+B;EAC7B,YAAY;EACZ,UAAU;A3B8sIhB;;A2B5vIA;EAgDM,kB5B5KU;AC43IhB;;A2BhwIA;EAkDM,kB5BhLU;ACk4IhB;;A2BpwIA;EAoDM,iB5BnLS;ACu4If;;A4B16IA,qBAAA;ACWA;EAGE,e9BuBW;E8BtBX,mBAAmB;A7Bi6IrB;;A6Br6IA;EAMI,mBAAmB;EACnB,c9BI8B;E8BH9B,aAAa;EACb,uBAAuB;EACvB,iBAduC;A7Bi7I3C;;A6B76IA;EAYM,c9BjBwB;ACs7I9B;;A6Bj7IA;EAcI,mBAAmB;EACnB,aAAa;A7Bu6IjB;;A6Bt7IA;E5B+II,gB4B9HoC;A7By6IxC;;A6B17IA;EAoBQ,c9BzBsB;E8B0BtB,eAAe;EACf,oBAAoB;A7B06I5B;;A6Bh8IA;EAwBM,c9B1BwB;E8B2BxB,iBAAiB;A7B46IvB;;A6Br8IA;;EA4BI,uBAAuB;EACvB,aAAa;EACb,eAAe;EACf,2BAA2B;A7B86I/B;;A6B78IA;E5B+II,kB4B7GuC;A7B+6I3C;;A6Bj9IA;E5B+II,mB4B3GuC;A7Bi7I3C;;A6Br9IA;;EAyCM,uBAAuB;A7Bi7I7B;;A6B19IA;;EA6CM,yBAAyB;A7Bk7I/B;;A6B/9IA;EAgDI,kB9BrBY;ACw8IhB;;A6Bn+IA;EAkDI,kB9BzBY;AC88IhB;;A6Bv+IA;EAoDI,iB9B5BW;ACm9If;;A6B3+IA;EAwDM,iBAAiB;A7Bu7IvB;;A6B/+IA;EA2DM,iBAAiB;A7Bw7IvB;;A6Bn/IA;EA8DM,iBAAiB;A7By7IvB;;A6Bv/IA;EAiEM,iBAAiB;A7B07IvB;;A8Bh/IA;EACE,uB/BR6B;E+BS7B,sBAnBmB;EAoBnB,0F/BvB2B;E+BwB3B,c/BnB4B;E+BoB5B,eAAe;EACf,kBAAkB;A9Bm/IpB;;A8Bh/IE;EACE,+BA3BiB;EA4BjB,gCA5BiB;A9B+gJrB;;A8Bl/IE;EACE,kCA9BiB;EA+BjB,mCA/BiB;A9BohJrB;;A8Bn/IA;EAEE,6BAjCwC;EAkCxC,oBAAoB;EACpB,kD/BxC2B;E+ByC3B,aAAa;A9Bq/If;;A8Bn/IA;EACE,mBAAmB;EACnB,c/BzC4B;E+B0C5B,aAAa;EACb,YAAY;EACZ,gB/BNe;E+BOf,qBA1CgC;A9BgiJlC;;A8B5/IA;EAQI,uBAAuB;A9Bw/I3B;;A8Bt/IA;EACE,mBAAmB;EACnB,eAAe;EACf,aAAa;EACb,uBAAuB;EACvB,qBAnDgC;A9B4iJlC;;A8Bv/IA;EACE,cAAc;EACd,kBAAkB;A9B0/IpB;;A8B5/IA;EAKM,+BA9De;EA+Df,gCA/De;A9B0jJrB;;A8BjgJA;EASM,kCAlEe;EAmEf,mCAnEe;A9B+jJrB;;A8B1/IA;EAEE,6BA/DyC;EAgEzC,eA/D2B;A9B2jJ7B;;A8B1/IA;EAEE,6BAjEwC;EAkExC,6B/BvE6B;E+BwE7B,oBAAoB;EACpB,aAAa;A9B4/If;;A8B1/IA;EACE,mBAAmB;EACnB,aAAa;EACb,aAAa;EACb,YAAY;EACZ,cAAc;EACd,uBAAuB;EACvB,gBA3E2B;A9BwkJ7B;;A8BpgJA;E7BoEI,8BF/I2B;ACmlJ/B;;A8B3/IA;EAEI,qB/BrDkB;ACkjJtB;;A+B7kJA;EACE,oBAAoB;EACpB,kBAAkB;EAClB,mBAAmB;A/BglJrB;;A+BnlJA;EAOM,cAAc;A/BglJpB;;A+BvlJA;EAUM,UAAU;EACV,QAAQ;A/BilJd;;A+B5lJA;EAcM,YAAY;EACZ,mBA9BuB;EA+BvB,oBAAoB;EACpB,SAAS;A/BklJf;;A+BhlJA;EACE,aAAa;E9ByHX,Q8BxHqB;EACvB,gBAzC6B;EA0C7B,gBAtC2B;EAuC3B,kBAAkB;EAClB,SAAS;EACT,WApCqB;A/BunJvB;;A+BjlJA;EACE,uBhCnC6B;EgCoC7B,kBhCkBU;EgCjBV,0FhClD2B;EgCmD3B,sBA9CsC;EA+CtC,mBA9CmC;A/BkoJrC;;AetnJgB;EgBqCd,chClD4B;EgCmD5B,cAAc;EACd,mBAAmB;EACnB,gBAAgB;EAChB,sBAAsB;EACtB,kBAAkB;A/BqlJpB;;A+BnlJA;;E9B0FI,kB8BxFmC;EACrC,mBAAmB;EACnB,mBAAmB;EACnB,WAAW;A/BslJb;;A+B3lJA;;EAOI,4BhC1D0B;EgC2D1B,chCtEyB;AC+pJ7B;;A+BjmJA;;EAUI,yBhCpD8B;EgCqD9B,WrBOY;AVqlJhB;;A+B1lJA;EACE,yBhCnE6B;EgCoE7B,YAAY;EACZ,cAAc;EACd,WAAW;EACX,gBAAgB;A/B6lJlB;;AgC3qJA;EAEE,mBAAmB;EACnB,8BAA8B;AhC6qJhC;;AgChrJA;EAKI,kBjC4DQ;ACmnJZ;;AgCprJA;EAOI,qBAAqB;EACrB,mBAAmB;AhCirJvB;;AgCzrJA;EAWI,aAAa;AhCkrJjB;;AgC7rJA;;EAcM,aAAa;AhCorJnB;;AgClsJA;EAgBM,aAAa;AhCsrJnB;;AgCtsJA;EAmBQ,gBAAgB;E/BmIpB,oB+BxJqC;AhC6sJzC;;AgC3sJA;EAsBQ,YAAY;AhCyrJpB;;AClnJE;E+B7FF;IAyBI,aAAa;EhC2rJf;EgCptJF;IA4BQ,YAAY;EhC2rJlB;AACF;;AgC1rJA;EACE,mBAAmB;EACnB,aAAa;EACb,gBAAgB;EAChB,YAAY;EACZ,cAAc;EACd,uBAAuB;AhC6rJzB;;AgCnsJA;;EASI,gBAAgB;AhC+rJpB;;AC7oJE;E+B3DF;IAaM,sBA7CmC;EhC6uJvC;AACF;;AgC/rJA;;EAEE,gBAAgB;EAChB,YAAY;EACZ,cAAc;AhCksJhB;;AgCtsJA;;EAQM,YAAY;AhCmsJlB;;AC3pJE;E+BhDF;;I/ByGI,oB+BxJqC;EhCgwJvC;AACF;;AgCpsJA;EACE,mBAAmB;EACnB,2BAA2B;AhCusJ7B;;AC3qJE;E+B9BF;IAMM,kBAAkB;EhCwsJtB;AACF;;AC7qJE;E+BlCF;IAQI,aAAa;EhC4sJf;AACF;;AgC3sJA;EACE,mBAAmB;EACnB,yBAAyB;AhC8sJ3B;;ACxrJE;E+BxBF;IAKI,aAAa;EhCgtJf;AACF;;AiCpxJA;EACE,uBAAuB;EACvB,aAAa;EACb,mBAAmB;AjCuxJrB;;AiC1xJA;EAKI,sBAV2B;AjCmyJ/B;;AiC9xJA;EAOI,8ClCR0B;EkCS1B,aAAa;EACb,oBAb2B;AjCwyJ/B;;AiCpyJA;;EAYM,qBAfgC;AjC4yJtC;;AiCzyJA;EAcM,mBAhBwB;AjC+yJ9B;;AiC7yJA;EAgBQ,kBAlBsB;AjCmzJ9B;;AiCjzJA;EAkBI,8ClCnB0B;EkCoB1B,gBA1BgB;EA2BhB,iBA3BgB;AjC8zJpB;;AiCvzJA;EAwBM,kBA9BsB;EA+BtB,mBA/BsB;AjCk0J5B;;AiCjyJA;;EAEE,gBAAgB;EAChB,YAAY;EACZ,cAAc;AjCoyJhB;;AiClyJA;EhC8GI,iBgCtJgB;AjC80JpB;;AiCnyJA;EhC2GI,kBgCtJgB;AjCk1JpB;;AiCpyJA;EACE,gBAAgB;EAChB,YAAY;EACZ,cAAc;EACd,mBAAmB;AjCuyJrB;;AChwJE;EgC3CF;IAQI,gBAAgB;EjCwyJlB;AACF;;AkC/0JA;EACE,enCgBW;ACk0Jb;;AkCn1JA;EAII,kBnCcY;ACq0JhB;;AkCv1JA;EAMI,kBnCUY;AC20JhB;;AkC31JA;EAQI,iBnCOW;ACg1Jf;;AkCr1JA;EACE,iBArB0B;AlC62J5B;;AkCz1JA;EAGI,kBnCmCc;EmClCd,cnC3B0B;EmC4B1B,cAAc;EACd,qBAzBiC;AlCm3JrC;;AkCh2JA;EAQM,4BnCzBwB;EmC0BxB,cnCjCwB;AC63J9B;;AkCr2JA;EAYM,yBnCpB4B;EmCqB5B,WxBuCU;AVszJhB;;AkC12JA;EjC4HI,+BFhJ0B;EmCqCxB,cAnC0B;EjC8I5B,qBiC7IkC;AlCi4JtC;;AkC51JA;EACE,cnC3C4B;EmC4C5B,iBApC2B;EAqC3B,qBApC+B;EAqC/B,yBAAyB;AlC+1J3B;;AkCn2JA;EAMI,eAtCoB;AlCu4JxB;;AkCv2JA;EAQI,kBAxCoB;AlC24JxB;;AmCt4JA;EAEE,4BpCZ4B;EoCa5B,kBpC2CU;EoC1CV,epCUW;AC83Jb;;AmC54JA;EAMI,mBAAmB;AnC04JvB;;AmCh5JA;EAQI,mBAAmB;EACnB,0BAA0B;AnC44J9B;;AmCr5JA;EAYI,kBpCGY;AC04JhB;;AmCz5JA;EAcI,kBpCDY;ACg5JhB;;AmC75JA;EAgBI,iBpCJW;ACq5Jf;;AmCj6JA;EAsCM,uBAH+C;AnCk4JrD;;AmCr6JA;EAwCQ,uBpChDuB;EoCiDvB,cpC9DqB;AC+7J7B;;AmC16JA;EA2CQ,mBpCnDuB;ACs7J/B;;AmC96JA;EAsCM,yBAH+C;AnC+4JrD;;AmCl7JA;EAwCQ,yBpC7DqB;EoC8DrB,YpCjDuB;AC+7J/B;;AmCv7JA;EA2CQ,qBpChEqB;ACg9J7B;;AmC37JA;EAsCM,yBAH+C;AnC45JrD;;AmC/7JA;EAwCQ,4BpClDsB;EoCmDtB,yBzBgBa;AV24JrB;;AmCp8JA;EA2CQ,wBpCrDsB;ACk9J9B;;AmCx8JA;EAsCM,yBAH+C;AnCy6JrD;;AmC58JA;EAwCQ,yBpCzDsB;EoC0DtB,WzBkBQ;AVs5JhB;;AmCj9JA;EA2CQ,qBpC5DsB;ACs+J9B;;AmCr9JA;EAsCM,yBzB4B0C;AVu5JhD;;AmCz9JA;EAwCQ,yBpC3C0B;EoC4C1B,WzBkBQ;AVm6JhB;;AmC99JA;EA2CQ,qBpC9C0B;EoC+C1B,czB+B6D;AVw5JrE;;AmCn+JA;EAsCM,yBzB4B0C;AVq6JhD;;AmCv+JA;EAwCQ,yBpCzC0B;EoC0C1B,WzBkBQ;AVi7JhB;;AmC5+JA;EA2CQ,qBpC5C0B;EoC6C1B,czB+B6D;AVs6JrE;;AmCj/JA;EAsCM,yBzB4B0C;AVm7JhD;;AmCr/JA;EAwCQ,yBpC1C0B;EoC2C1B,WzBkBQ;AV+7JhB;;AmC1/JA;EA2CQ,qBpC7C0B;EoC8C1B,czB+B6D;AVo7JrE;;AmC//JA;EAsCM,yBzB4B0C;AVi8JhD;;AmCngKA;EAwCQ,yBpC5C0B;EoC6C1B,WzBkBQ;AV68JhB;;AmCxgKA;EA2CQ,qBpC/C0B;EoCgD1B,czB+B6D;AVk8JrE;;AmC7gKA;EAsCM,yBzB4B0C;AV+8JhD;;AmCjhKA;EAwCQ,yBpC7C0B;EoC8C1B,yBzBgBa;AV69JrB;;AmCthKA;EA2CQ,qBpChD0B;EoCiD1B,czB+B6D;AVg9JrE;;AmC3hKA;EAsCM,yBzB4B0C;AV69JhD;;AmC/hKA;EAwCQ,yBpCvCyB;EoCwCzB,WzBkBQ;AVy+JhB;;AmCpiKA;EA2CQ,qBpC1CyB;EoC2CzB,czB+B6D;AV89JrE;;AmC3/JA;EACE,mBAAmB;EACnB,yBpChE4B;EoCiE5B,0BAAgE;EAChE,WzBSc;EyBRd,aAAa;EACb,gBpC/Be;EoCgCf,8BAA8B;EAC9B,iBAAiB;EACjB,mBAtEiC;EAuEjC,kBAAkB;AnC8/JpB;;AmCxgKA;EAYI,YAAY;EACZ,cAAc;ElCwEd,oBkCvEsC;AnCggK1C;;AmC9gKA;EAgBI,eAjEgC;EAkEhC,yBAAyB;EACzB,0BAA0B;AnCkgK9B;;AmChgKA;EACE,qBpChF4B;EoCiF5B,kBpCtBU;EoCuBV,mBAAmB;EACnB,uBAjFmC;EAkFnC,cpCvF4B;EoCwF5B,qBAjFiC;AnColKnC;;AmCzgKA;;EASI,uBpCnF2B;ACwlK/B;;AmC9gKA;EAWI,6BAlFgD;AnCylKpD;;AoCzkKA;EAEE,mBAAmB;EACnB,aAAa;EACb,sBAAsB;EACtB,uBAAuB;EACvB,gBAAgB;EAChB,eAAe;EACf,WAxCU;ApCmnKZ;;AoCnlKA;EAWI,aAAa;ApC4kKjB;;AoC1kKA;EAEE,wCrC/C2B;AC2nK7B;;AoC1kKA;;EAEE,cA9CgC;EA+ChC,+BAA0D;EAC1D,cAAc;EACd,kBAAkB;EAClB,WAAW;ApC6kKb;;ACjjKE;EmClCF;;IASI,cAAc;IACd,8BAA0D;IAC1D,YAxDuB;EpCwoKzB;AACF;;AoC/kKA;EAEE,gBAAgB;EAChB,YAxD2B;EAyD3B,eAAe;EnC8Fb,UmCtJoB;EA0DtB,SAzDoB;EA0DpB,WA5D2B;ApC6oK7B;;AoC/kKA;EACE,aAAa;EACb,sBAAsB;EACtB,8BAAgD;EAChD,gBAAgB;EAChB,uBAAuB;ApCklKzB;;AoChlKA;;EAEE,mBAAmB;EACnB,4BrCtE4B;EqCuE5B,aAAa;EACb,cAAc;EACd,2BAA2B;EAC3B,aApE4B;EAqE5B,kBAAkB;ApCmlKpB;;AoCjlKA;EACE,gCrCjF4B;EqCkF5B,2BrCtBgB;EqCuBhB,4BrCvBgB;AC2mKlB;;AoCllKA;EACE,crC1F4B;EqC2F5B,YAAY;EACZ,cAAc;EACd,iBrChEa;EqCiEb,cA7E8B;ApCkqKhC;;AoCnlKA;EACE,8BrCjCgB;EqCkChB,+BrClCgB;EqCmChB,6BrC/F4B;ACqrK9B;;AoCzlKA;EnCoDI,kBmC9CuC;ApCulK3C;;AoCrlKA;EnChDE,iCAAiC;EmCkDjC,uBrCjG6B;EqCkG7B,YAAY;EACZ,cAAc;EACd,cAAc;EACd,aAtF4B;ApC8qK9B;;AqClpKA;EACE,uBtC5C6B;EsC6C7B,mBAvDqB;EAwDrB,kBAAkB;EAClB,WAtDW;ArC2sKb;;AqCzpKA;EASM,uBtCpDyB;EsCqDzB,ctClEuB;ACstK7B;;AqC9pKA;;EAcU,ctCtEmB;AC2tK7B;;AqCnqKA;;;;EAoBY,yB3B+BqB;E2B9BrB,ctC7EiB;ACmuK7B;;AqC3qKA;EAwBY,qBtChFiB;ACuuK7B;;AqC/qKA;EA0BQ,ctClFqB;AC2uK7B;;ACxpKE;EoC3BF;;;;IAgCY,ctCxFiB;ECmvK3B;EqC3rKF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,ctC/Fe;ECgwK3B;EqCxsKF;;IA0Cc,qBtClGe;ECowK3B;EqC5sKF;;;IA8CU,yB3BKuB;I2BJvB,ctCvGmB;EC0wK3B;EqCltKF;IAmDc,uBtC9FiB;IsC+FjB,ctC5Ge;EC8wK3B;AACF;;AqCvtKA;EASM,yBtCjEuB;EsCkEvB,YtCrDyB;ACuwK/B;;AqC5tKA;;EAcU,YtCzDqB;AC4wK/B;;AqCjuKA;;;;EAoBY,uB3B+BqB;E2B9BrB,YtChEmB;ACoxK/B;;AqCzuKA;EAwBY,mBtCnEmB;ACwxK/B;;AqC7uKA;EA0BQ,YtCrEuB;AC4xK/B;;ACttKE;EoC3BF;;;;IAgCY,YtC3EmB;ECoyK7B;EqCzvKF;;;;;;;;;;IAsCc,uB3BamB;I2BZnB,YtClFiB;ECizK7B;EqCtwKF;;IA0Cc,mBtCrFiB;ECqzK7B;EqC1wKF;;;IA8CU,uB3BKuB;I2BJvB,YtC1FqB;EC2zK7B;EqChxKF;IAmDc,yBtC3Ge;IsC4Gf,YtC/FiB;EC+zK7B;AACF;;AqCrxKA;EASM,4BtCtDwB;EsCuDxB,yB3BYe;AVowKrB;;AqC1xKA;;EAcU,yB3BQW;AVywKrB;;AqC/xKA;;;;EAoBY,yB3B+BqB;E2B9BrB,yB3BCS;AVixKrB;;AqCvyKA;EAwBY,gC3BFS;AVqxKrB;;AqC3yKA;EA0BQ,yB3BJa;AVyxKrB;;ACpxKE;EoC3BF;;;;IAgCY,yB3BVS;EViyKnB;EqCvzKF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,yB3BjBO;EV8yKnB;EqCp0KF;;IA0Cc,gC3BpBO;EVkzKnB;EqCx0KF;;;IA8CU,yB3BKuB;I2BJvB,yB3BzBW;EVwzKnB;EqC90KF;IAmDc,4BtChGgB;IsCiGhB,yB3B9BO;EV4zKnB;AACF;;AqCn1KA;EASM,yBtC7DwB;EsC8DxB,W3BcU;AVg0KhB;;AqCx1KA;;EAcU,W3BUM;AVq0KhB;;AqC71KA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AV60KhB;;AqCr2KA;EAwBY,kB3BAI;AVi1KhB;;AqCz2KA;EA0BQ,W3BFQ;AVq1KhB;;ACl1KE;EoC3BF;;;;IAgCY,W3BRI;EV61Kd;EqCr3KF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EV02Kd;EqCl4KF;;IA0Cc,kB3BlBE;EV82Kd;EqCt4KF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVo3Kd;EqC54KF;IAmDc,yBtCvGgB;IsCwGhB,W3B5BE;EVw3Kd;AACF;;AqCj5KA;EASM,yBtC/C4B;EsCgD5B,W3BcU;AV83KhB;;AqCt5KA;;EAcU,W3BUM;AVm4KhB;;AqC35KA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AV24KhB;;AqCn6KA;EAwBY,kB3BAI;AV+4KhB;;AqCv6KA;EA0BQ,W3BFQ;AVm5KhB;;ACh5KE;EoC3BF;;;;IAgCY,W3BRI;EV25Kd;EqCn7KF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVw6Kd;EqCh8KF;;IA0Cc,kB3BlBE;EV46Kd;EqCp8KF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVk7Kd;EqC18KF;IAmDc,yBtCzFoB;IsC0FpB,W3B5BE;EVs7Kd;AACF;;AqC/8KA;EASM,yBtC7C4B;EsC8C5B,W3BcU;AV47KhB;;AqCp9KA;;EAcU,W3BUM;AVi8KhB;;AqCz9KA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVy8KhB;;AqCj+KA;EAwBY,kB3BAI;AV68KhB;;AqCr+KA;EA0BQ,W3BFQ;AVi9KhB;;AC98KE;EoC3BF;;;;IAgCY,W3BRI;EVy9Kd;EqCj/KF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVs+Kd;EqC9/KF;;IA0Cc,kB3BlBE;EV0+Kd;EqClgLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVg/Kd;EqCxgLF;IAmDc,yBtCvFoB;IsCwFpB,W3B5BE;EVo/Kd;AACF;;AqC7gLA;EASM,yBtC9C4B;EsC+C5B,W3BcU;AV0/KhB;;AqClhLA;;EAcU,W3BUM;AV+/KhB;;AqCvhLA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVugLhB;;AqC/hLA;EAwBY,kB3BAI;AV2gLhB;;AqCniLA;EA0BQ,W3BFQ;AV+gLhB;;AC5gLE;EoC3BF;;;;IAgCY,W3BRI;EVuhLd;EqC/iLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVoiLd;EqC5jLF;;IA0Cc,kB3BlBE;EVwiLd;EqChkLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EV8iLd;EqCtkLF;IAmDc,yBtCxFoB;IsCyFpB,W3B5BE;EVkjLd;AACF;;AqC3kLA;EASM,yBtChD4B;EsCiD5B,W3BcU;AVwjLhB;;AqChlLA;;EAcU,W3BUM;AV6jLhB;;AqCrlLA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVqkLhB;;AqC7lLA;EAwBY,kB3BAI;AVykLhB;;AqCjmLA;EA0BQ,W3BFQ;AV6kLhB;;AC1kLE;EoC3BF;;;;IAgCY,W3BRI;EVqlLd;EqC7mLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVkmLd;EqC1nLF;;IA0Cc,kB3BlBE;EVsmLd;EqC9nLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EV4mLd;EqCpoLF;IAmDc,yBtC1FoB;IsC2FpB,W3B5BE;EVgnLd;AACF;;AqCzoLA;EASM,yBtCjD4B;EsCkD5B,yB3BYe;AVwnLrB;;AqC9oLA;;EAcU,yB3BQW;AV6nLrB;;AqCnpLA;;;;EAoBY,yB3B+BqB;E2B9BrB,yB3BCS;AVqoLrB;;AqC3pLA;EAwBY,gC3BFS;AVyoLrB;;AqC/pLA;EA0BQ,yB3BJa;AV6oLrB;;ACxoLE;EoC3BF;;;;IAgCY,yB3BVS;EVqpLnB;EqC3qLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,yB3BjBO;EVkqLnB;EqCxrLF;;IA0Cc,gC3BpBO;EVsqLnB;EqC5rLF;;;IA8CU,yB3BKuB;I2BJvB,yB3BzBW;EV4qLnB;EqClsLF;IAmDc,yBtC3FoB;IsC4FpB,yB3B9BO;EVgrLnB;AACF;;AqCvsLA;EASM,yBtC3C2B;EsC4C3B,W3BcU;AVorLhB;;AqC5sLA;;EAcU,W3BUM;AVyrLhB;;AqCjtLA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVisLhB;;AqCztLA;EAwBY,kB3BAI;AVqsLhB;;AqC7tLA;EA0BQ,W3BFQ;AVysLhB;;ACtsLE;EoC3BF;;;;IAgCY,W3BRI;EVitLd;EqCzuLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EV8tLd;EqCtvLF;;IA0Cc,kB3BlBE;EVkuLd;EqC1vLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVwuLd;EqChwLF;IAmDc,yBtCrFmB;IsCsFnB,W3B5BE;EV4uLd;AACF;;AqCrwLA;EAsDI,oBAAoB;EACpB,aAAa;EACb,mBA7GmB;EA8GnB,WAAW;ArCmtLf;;AqC5wLA;EA2DI,gCtCxG0B;AC6zL9B;;AqChxLA;EALE,OAAO;EACP,eAAe;EACf,QAAQ;EACR,WA/CiB;ArCw0LnB;;AqCvxLA;EAgEI,SAAS;ArC2tLb;;AqC3xLA;EAkEM,iCtC/GwB;AC40L9B;;AqC/xLA;EAoEI,MAAM;ArC+tLV;;AqC7tLA;;EAGI,oBA9HmB;ArC61LvB;;AqCluLA;;EAKI,uBAhImB;ArCk2LvB;;AqChuLA;;EAEE,oBAAoB;EACpB,aAAa;EACb,cAAc;EACd,mBAvIqB;ArC02LvB;;AqCjuLA;EAIM,6BAA6B;ArCiuLnC;;AqC/tLA;EpCtFE,iCAAiC;EoCwFjC,gBAAgB;EAChB,gBAAgB;EAChB,kBAAkB;ArCkuLpB;;AqChuLA;EACE,ctCpJ4B;EEoB5B,eAAe;EACf,cAAc;EACd,eoCxBqB;EpCyBrB,kBAAkB;EAClB,coC1BqB;EpCqJnB,kBoCGkC;ArCuuLtC;;ACp2LE;EACE,8BAA8B;EAC9B,cAAc;EACd,WAAW;EACX,qBAAqB;EACrB,kBAAkB;EAClB,wBAAwB;EACxB,yBFiCQ;EEhCR,yDAAyD;EACzD,oCF0Ba;EEzBb,WAAW;ADu2Lf;;ACt2LI;EACE,oBAAoB;ADy2L1B;;ACx2LI;EACE,oBAAoB;AD22L1B;;AC12LI;EACE,oBAAoB;AD62L1B;;AC52LE;EACE,qCAAiC;AD+2LrC;;AC32LM;EACE,wCAAwC;AD82LhD;;AC72LM;EACE,UAAU;ADg3LlB;;AC/2LM;EACE,0CAA0C;ADk3LlD;;AqC9wLA;EACE,aAAa;ArCixLf;;AqC/wLA;;EAEE,ctC7J4B;EsC8J5B,cAAc;EACd,gBAAgB;EAChB,uBAAuB;EACvB,kBAAkB;ArCkxLpB;;AqCxxLA;;EASM,qBAAqB;EACrB,sBAAsB;ArCoxL5B;;AqClxLA;;EAEE,eAAe;ArCqxLjB;;AqCvxLA;;;;;EAOI,yBtCvK0B;EsCwK1B,ctChK8B;ACw7LlC;;AqCtxLA;EACE,YAAY;EACZ,cAAc;ArCyxLhB;;AqC3xLA;EAII,mBA5KgC;ArCu8LpC;;AqC/xLA;EAMI,UAAU;ArC6xLd;;AqCnyLA;EAQI,YAAY;EACZ,cAAc;ArC+xLlB;;AqCxyLA;EAWI,oCAAoC;EACpC,mBA/LmB;EAgMnB,kCAAkC;ArCiyLtC;;AqC9yLA;EAgBM,6BApLyC;EAqLzC,4BtCnL4B;ACq9LlC;;AqCnzLA;EAmBM,6BApL0C;EAqL1C,4BtCtL4B;EsCuL5B,0BApLuC;EAqLvC,wBApLqC;EAqLrC,ctCzL4B;EsC0L5B,kCAAwE;ArCoyL9E;;AqClyLA;EACE,YAAY;EACZ,cAAc;ArCqyLhB;;AqCnyLA;EpC5DI,mBoC6DoC;ArCsyLxC;;AqCvyLA;EAII,qBtCpM8B;EsCqM9B,oBAAoB;EpCzDpB,aoC0D6B;ArCuyLjC;;AqCryLA;EACE,mBAAmB;EACnB,sBAAsB;EACtB,mBAAmB;ArCwyLrB;;AqC3yLA;EAKI,oBAAoB;EACpB,qBAAqB;ArC0yLzB;;AqCxyLA;EACE,4BtC1N4B;EsC2N5B,YAAY;EACZ,aAAa;EACb,WA9LyB;EA+LzB,gBAAgB;ArC2yLlB;;AC77LE;EoC/BF;IAqLI,cAAc;ErC4yLhB;EqC3yLA;;IAGI,mBAAmB;IACnB,aAAa;ErC4yLjB;EqC3yLA;IAEI,aAAa;ErC4yLjB;EqCp4LF;IA0FI,uBtC1O2B;IsC2O3B,4CtCxPyB;IsCyPzB,iBAAiB;ErC6yLnB;EqChzLA;IAKI,cAAc;ErC8yLlB;EqC5yLA;IA1MA,OAAO;IACP,eAAe;IACf,QAAQ;IACR,WA/CiB;ErCwiMjB;EqClzLA;IAKI,SAAS;ErCgzLb;EqCrzLA;IAOM,4CtCpQqB;ECqjM3B;EqCxzLA;IASI,MAAM;ErCkzLV;EqC3zLA;IpCjMA,iCAAiC;IoC+M3B,iCAA2C;IAC3C,cAAc;ErCizLpB;EqChzLA;;IAGI,oBA7QiB;ErC8jMrB;EqCpzLA;;IAKI,uBA/QiB;ErCkkMrB;AACF;;ACn/LE;EoCkMA;;;;IAIE,oBAAoB;IACpB,aAAa;ErCqzLf;EqCvhMF;IAoOI,mBAzRmB;ErC+kMrB;EqCvzLA;IAGI,kBAzR0B;ErCglM9B;EqC1zLA;;IAMM,mBAAmB;ErCwzLzB;EqC9zLA;;IASM,kBtCjOI;EC0hMV;EqCl0LA;;;;IAgBQ,wCAAwC;ErCwzLhD;EqCx0LA;IAuBU,wCAAwC;ErCozLlD;EqC30LA;IA4BU,4BtC5SkB;IsC6SlB,ctCxTiB;EC0mM3B;EqC/0LA;IA+BU,4BtC/SkB;IsCgTlB,ctCvSsB;EC0lMhC;EqCt9LF;IAqKI,aAAa;ErCozLf;EqCj9LF;;IAgKI,mBAAmB;IACnB,aAAa;ErCqzLf;EqCh8LF;IA8IM,oBAAoB;ErCqzLxB;EqCvzLA;IAKM,oDAAoD;ErCqzL1D;EqC1zLA;IAOM,gCtCjUsB;IsCkUtB,0BAAkE;IAClE,gBAAgB;IAChB,YAAY;IACZ,4CtC7UqB;IsC8UrB,SAAS;ErCszLf;EqCl0LA;IAkBM,cAAc;ErCmzLpB;EqClzLM;IAEE,UAAU;IACV,oBAAoB;IACpB,wBAAwB;ErCmzLhC;EqC/+LF;IA8LI,YAAY;IACZ,cAAc;ErCozLhB;EqCnzLA;IACE,2BAA2B;IpCtM3B,iBoCuMoC;ErCqzLtC;EqCpzLA;IACE,yBAAyB;IpCzMzB,kBoC0MoC;ErCszLtC;EqC57LF;IAwII,uBtCvV2B;IsCwV3B,8BtCjSc;IsCkSd,+BtClSc;IsCmSd,6BtC/V0B;IsCgW1B,2CtCxWyB;IsCyWzB,aAAa;IACb,mBAAmB;IpC1MnB,QoC2MuB;IACvB,eAAe;IACf,kBAAkB;IAClB,SAAS;IACT,WAhVkB;ErCuoMpB;EqC18LF;IAqJM,sBAAsB;IACtB,mBAAmB;ErCwzLvB;EqCv0LA;IpC3ME,kBoC4NuC;ErCyzLzC;EqC10LA;IAoBM,4BtC5WsB;IsC6WtB,ctCxXqB;ECirM3B;EqC90LA;IAuBM,4BtC/WsB;IsCgXtB,ctCvW0B;ECiqMhC;EqCzzLE;IAEE,kBtC1TY;IsC2TZ,gBAAgB;IAChB,4EtChYuB;IsCiYvB,cAAc;IACd,UAAU;IACV,oBAAoB;IACpB,wBAA8C;IAC9C,2BAA2B;IAC3B,yBtChUM;IsCiUN,uCAAuC;ErC0zL3C;EqC91LA;IAsCI,UAAU;IACV,QAAQ;ErC2zLZ;EqCj+LF;IAwKI,cAAc;ErC4zLhB;EqC3zLA;;IpCrPE,sBoCwPyC;ErC4zL3C;EqC/zLA;;IpCrPE,qBoC0PyC;ErC8zL3C;EqC5zLA;IAjWA,OAAO;IACP,eAAe;IACf,QAAQ;IACR,WA/CiB;ErC+sMjB;EqCl0LA;IAKI,SAAS;ErCg0Lb;EqCr0LA;IAOM,4CtC3ZqB;EC4tM3B;EqCx0LA;IASI,MAAM;ErCk0LV;EqCj0LA;;IAGI,oBA9ZiB;ErCguMrB;EqCr0LA;;IAKI,uBAhaiB;ErCouMrB;EqCz0LA;;IAOI,oBAA4D;ErCs0LhE;EqC70LA;;IASI,uBAA+D;ErCw0LnE;EqCt0LA;;IAGI,ctC5auB;ECmvM3B;EqC10LA;;IAKI,6BAja2C;ErC0uM/C;EqCx0LA;IAKM,yBtCxasB;EC8uM5B;AACF;;AqCn0LA;EAEI,iCAA2C;ArCq0L/C;;AsC5tMA;EAEE,evCFW;EuCGX,gBAnC0B;AtCiwM5B;;AsCjuMA;EAMI,kBvCLY;ACouMhB;;AsCruMA;EAQI,kBvCTY;AC0uMhB;;AsCzuMA;EAUI,iBvCZW;AC+uMf;;AsC7uMA;;EAcM,iBAAiB;EACjB,kBAAkB;EAClB,qBvCkBiB;ACktMvB;;AsCpvMA;EAkBM,qBvCgBiB;ACstMvB;;AsCpuMA;;EAEE,mBAAmB;EACnB,aAAa;EACb,uBAAuB;EACvB,kBAAkB;AtCuuMpB;;AsCruMA;;;;EAME,cA9D6B;EA+D7B,uBAAuB;EACvB,eA/D8B;EAgE9B,mBA/DkC;EAgElC,oBA/DmC;EAgEnC,kBAAkB;AtCsuMpB;;AsCpuMA;;;EAGE,qBvCtE4B;EuCuE5B,cvC3E4B;EuC4E5B,gBxC3EoB;AEkzMtB;;AsC5uMA;;;EAOI,qBvC3E0B;EuC4E1B,cvC/E0B;AC0zM9B;;AsCnvMA;;;EAUI,qBvCjE8B;ACgzMlC;;AsCzvMA;;;EAYI,iDvCvFyB;AC00M7B;;AsC/vMA;;;EAcI,yBvCjF0B;EuCkF1B,qBvClF0B;EuCmF1B,gBAAgB;EAChB,cvCtF0B;EuCuF1B,YAAY;AtCuvMhB;;AsCrvMA;;EAEE,oBAtFkC;EAuFlC,qBAtFmC;EAuFnC,mBAAmB;AtCwvMrB;;AsCtvMA;EAEI,yBvCnF8B;EuCoF9B,qBvCpF8B;EuCqF9B,W5BzBY;AVixMhB;;AsCtvMA;EACE,cvCrG4B;EuCsG5B,oBAAoB;AtCyvMtB;;AsCvvMA;EACE,eAAe;AtC0vMjB;;AsC3vMA;EAGI,gBAAgB;AtC4vMpB;;ACnxME;EqCxDF;IAmFI,eAAe;EtC6vMjB;EsCpxMF;;IA0BI,YAAY;IACZ,cAAc;EtC8vMhB;EsCzwMF;IAcM,YAAY;IACZ,cAAc;EtC8vMlB;AACF;;AC9xME;EqCgBF;IAmBI,YAAY;IACZ,cAAc;IACd,2BAA2B;IAC3B,QAAQ;EtCgwMV;EsC/vMA;IACE,QAAQ;EtCiwMV;EsChwMA;IACE,QAAQ;EtCkwMV;EsCx2MF;IAwGI,8BAA8B;EtCmwMhC;EsCpwMA;IAIM,QAAQ;EtCmwMd;EsCvwMA;IAMM,uBAAuB;IACvB,QAAQ;EtCowMd;EsC3wMA;IASM,QAAQ;EtCqwMd;EsC9wMA;IAYM,QAAQ;EtCqwMd;EsCjxMA;IAcM,QAAQ;EtCswMd;EsCpxMA;IAgBM,yBAAyB;IACzB,QAAQ;EtCuwMd;AACF;;AuCr4MA;EACE,kBxCqCgB;EwCpChB,0FxChC2B;EwCiC3B,exCEW;ACs4Mb;;AuC34MA;EAKI,qBxCWkB;AC+3MtB;;AuC/4MA;EAYQ,uBxC7BuB;EwC8BvB,cxC3CqB;ACk7M7B;;AuCp5MA;EAeQ,0BxChCuB;ACy6M/B;;AuCx5MA;EAiBQ,YxClCuB;AC66M/B;;AuC55MA;EAYQ,yBxC1CqB;EwC2CrB,YxC9BuB;ACk7M/B;;AuCj6MA;EAeQ,4BxC7CqB;ACm8M7B;;AuCr6MA;EAiBQ,cxC/CqB;ACu8M7B;;AuCz6MA;EAYQ,4BxC/BsB;EwCgCtB,yB7BmCa;AV83MrB;;AuC96MA;EAeQ,+BxClCsB;ACq8M9B;;AuCl7MA;EAiBQ,iBxCpCsB;ACy8M9B;;AuCt7MA;EAYQ,yBxCtCsB;EwCuCtB,W7BqCQ;AVy4MhB;;AuC37MA;EAeQ,4BxCzCsB;ACy9M9B;;AuC/7MA;EAiBQ,cxC3CsB;AC69M9B;;AuCn8MA;EAYQ,yBxCxB0B;EwCyB1B,W7BqCQ;AVs5MhB;;AuCx8MA;EAeQ,4BxC3B0B;ACw9MlC;;AuC58MA;EAiBQ,cxC7B0B;AC49MlC;;AuCh9MA;EAYQ,yBxCtB0B;EwCuB1B,W7BqCQ;AVm6MhB;;AuCr9MA;EAeQ,4BxCzB0B;ACm+MlC;;AuCz9MA;EAiBQ,cxC3B0B;ACu+MlC;;AuC79MA;EAYQ,yBxCvB0B;EwCwB1B,W7BqCQ;AVg7MhB;;AuCl+MA;EAeQ,4BxC1B0B;ACi/MlC;;AuCt+MA;EAiBQ,cxC5B0B;ACq/MlC;;AuC1+MA;EAYQ,yBxCzB0B;EwC0B1B,W7BqCQ;AV67MhB;;AuC/+MA;EAeQ,4BxC5B0B;ACggNlC;;AuCn/MA;EAiBQ,cxC9B0B;ACogNlC;;AuCv/MA;EAYQ,yBxC1B0B;EwC2B1B,yB7BmCa;AV48MrB;;AuC5/MA;EAeQ,4BxC7B0B;AC8gNlC;;AuChgNA;EAiBQ,cxC/B0B;ACkhNlC;;AuCpgNA;EAYQ,yBxCpByB;EwCqBzB,W7BqCQ;AVu9MhB;;AuCzgNA;EAeQ,4BxCvByB;ACqhNjC;;AuC7gNA;EAiBQ,cxCzByB;ACyhNjC;;AuC9/MA;;EAGI,gCxC3C2B;AC2iN/B;;AuC9/MA;EACE,yBxC9C6B;EwC+C7B,0BAA8C;EAC9C,cxCrD4B;EwCsD5B,iBAhDyB;EAiDzB,gBxCjBe;EwCkBf,iBArD8B;EAsD9B,mBArDgC;AvCsjNlC;;AuC//MA;EACE,qBAAqB;EACrB,aAAa;EACb,kBArD4B;EAsD5B,uBAAuB;AvCkgNzB;;AuCtgNA;EAMI,gCxC7D0B;EwC8D1B,mBAAmB;EACnB,cAAc;AvCogNlB;;AuC5gNA;EAWM,4BxCrEwB;EwCsExB,cxCvEwB;AC4kN9B;;AuCngNA;EAEI,cxC1E0B;AC+kN9B;;AuCvgNA;EAIM,cxC7D4B;ACokNlC;;AuCrgNA;EACE,mBAAmB;EACnB,cxCjF4B;EwCkF5B,aAAa;EACb,2BAA2B;EAC3B,qBAAqB;AvCwgNvB;;AuC7gNA;EtCqEI,mBsC9DsC;AvC0gN1C;;AuCjhNA;EASI,YAAY;EACZ,cAAc;EACd,WAAW;AvC4gNf;;AuCvhNA;EAaI,eAAe;AvC8gNnB;;AuC3hNA;EAeI,0BxC9E8B;EwC+E9B,cxC/F0B;AC+mN9B;;AuChiNA;EAkBM,cxCjF4B;ACmmNlC;;AuCpiNA;EAoBI,8BxCnCc;EwCoCd,+BxCpCc;ACwjNlB;;AuClhNA;;EAEE,eAAe;AvCqhNjB;;AuCvhNA;;EAII,4BxCnG0B;AC2nN9B;;AuCthNA;EtChGE,qBAAqB;EACrB,esCgGgB;EtC/FhB,WsC+FqB;EtC9FrB,gBsC8FqB;EtC7FrB,kBAAkB;EAClB,mBAAmB;EACnB,UsC2FqB;EACrB,cxC5G4B;EEkJ1B,mBsCrCoC;AvC+hNxC;;AuCliNA;EAKI,kBAAkB;EAClB,oBAAoB;AvCiiNxB;;AwC3nNA;EvCgCE,iCAAiC;EuC5BjC,oBAAoB;EACpB,aAAa;EACb,ezCCW;EyCAX,8BAA8B;EAC9B,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;AxC4nNrB;;AwCtoNA;EAYI,mBAAmB;EACnB,4BzCjC0B;EyCkC1B,0BAzC4B;EA0C5B,wBAzC0B;EA0C1B,czCvC0B;EyCwC1B,aAAa;EACb,uBAAuB;EACvB,mBAA6C;EAC7C,kBAxCyB;EAyCzB,mBAAmB;AxC8nNvB;;AwCnpNA;EAuBM,4BzC/CwB;EyCgDxB,czChDwB;ACgrN9B;;AwCxpNA;EA0BI,cAAc;AxCkoNlB;;AwC5pNA;EA6BQ,4BzCrC0B;EyCsC1B,czCtC0B;ACyqNlC;;AwCjqNA;EAgCI,mBAAmB;EACnB,4BzCrD0B;EyCsD1B,0BA7D4B;EA8D5B,wBA7D0B;EA8D1B,aAAa;EACb,YAAY;EACZ,cAAc;EACd,2BAA2B;AxCqoN/B;;AwC5qNA;EAyCM,qBAAqB;AxCuoN3B;;AwChrNA;EA2CM,UAAU;EACV,uBAAuB;EACvB,oBAAoB;EACpB,qBAAqB;AxCyoN3B;;AwCvrNA;EAgDM,yBAAyB;EACzB,oBAAoB;AxC2oN1B;;AwC5rNA;EvC4HI,kBuCxEuC;AxC4oN3C;;AwChsNA;EvC4HI,mBuCtEuC;AxC8oN3C;;AwCpsNA;EA0DM,uBAAuB;AxC8oN7B;;AwCxsNA;EA6DM,yBAAyB;AxC+oN/B;;AwC5sNA;EAiEM,6BAA6B;EAI3B,0BzC9BI;AC0qNZ;;AwCjtNA;EAuEQ,4BzCxFsB;EyCyFtB,4BzC5FsB;AC0uN9B;;AwCttNA;EA4EU,uBzC3FqB;EyC4FrB,qBzCjGoB;EyCkGpB,2CAA2E;AxC8oNrF;;AwC5tNA;EAiFM,YAAY;EACZ,cAAc;AxC+oNpB;;AwCjuNA;EAqFM,qBzCzGwB;EyC0GxB,mBA/F+B;EAgG/B,iBA/F6B;EAgG7B,gBAAgB;EAChB,kBAAkB;AxCgpNxB;;AwCzuNA;EA2FQ,4BzC5GsB;EyC6GtB,qBzCjHsB;EyCkHtB,UAAU;AxCkpNlB;;AwC/uNA;EvC4HI,kBuC5BuE;AxCmpN3E;;AwCnvNA;EAsGU,4BzC/DE;EyCgEF,+BzChEE;ACitNZ;;AwCxvNA;EA6GU,2BzCtEE;EyCuEF,8BzCvEE;ACstNZ;;AwC7vNA;EAiHU,yBzCzHwB;EyC0HxB,qBzC1HwB;EyC2HxB,W9B/DM;E8BgEN,UAAU;AxCgpNpB;;AwCpwNA;EAsHM,mBAAmB;AxCkpNzB;;AwCxwNA;EA+HY,kCzCtFW;EyCuFX,+BzCvFW;EyCwFX,qBAAqB;AxC6oNjC;;AwC9wNA;EAwIY,iCzC/FW;EyCgGX,8BzChGW;EyCiGX,oBAAoB;AxC0oNhC;;AwCpxNA;EA6II,kBzCrIY;ACgxNhB;;AwCxxNA;EA+II,kBzCzIY;ACsxNhB;;AwC5xNA;EAiJI,iBzC5IW;AC2xNf;;AyC9zNA,eAAA;ACIA;EACE,cAAc;EACd,aAAa;EACb,YAAY;EACZ,cAAc;EACd,gBAPkB;A1Cq0NpB;;A0C7zNE;EACE,UAAU;EACV,YAAY;A1Cg0NhB;;A0C/zNE;EACE,UAAU;EACV,WAAW;A1Ck0Nf;;A0Cj0NE;EACE,UAAU;EACV,UAAU;A1Co0Nd;;A0Cn0NE;EACE,UAAU;EACV,eAAe;A1Cs0NnB;;A0Cr0NE;EACE,UAAU;EACV,UAAU;A1Cw0Nd;;A0Cv0NE;EACE,UAAU;EACV,eAAe;A1C00NnB;;A0Cz0NE;EACE,UAAU;EACV,UAAU;A1C40Nd;;A0C30NE;EACE,UAAU;EACV,UAAU;A1C80Nd;;A0C70NE;EACE,UAAU;EACV,UAAU;A1Cg1Nd;;A0C/0NE;EACE,UAAU;EACV,UAAU;A1Ck1Nd;;A0Cj1NE;EACE,UAAU;EACV,UAAU;A1Co1Nd;;A0Cn1NE;EzC+GE,iByC9GmC;A1Cs1NvC;;A0Cr1NE;EzC6GE,sByC5GwC;A1Cw1N5C;;A0Cv1NE;EzC2GE,iByC1GmC;A1C01NvC;;A0Cz1NE;EzCyGE,sByCxGwC;A1C41N5C;;A0C31NE;EzCuGE,iByCtGmC;A1C81NvC;;A0C71NE;EzCqGE,iByCpGmC;A1Cg2NvC;;A0C/1NE;EzCmGE,iByClGmC;A1Ck2NvC;;A0Cj2NE;EzCiGE,iByChGmC;A1Co2NvC;;A0Cn2NE;EzC+FE,iByC9FmC;A1Cs2NvC;;A0Cp2NI;EACE,UAAU;EACV,SAA0B;A1Cu2NhC;;A0Ct2NI;EzCyFA,gByCxFqD;A1Cy2NzD;;A0C72NI;EACE,UAAU;EACV,eAA0B;A1Cg3NhC;;A0C/2NI;EzCyFA,sByCxFqD;A1Ck3NzD;;A0Ct3NI;EACE,UAAU;EACV,gBAA0B;A1Cy3NhC;;A0Cx3NI;EzCyFA,uByCxFqD;A1C23NzD;;A0C/3NI;EACE,UAAU;EACV,UAA0B;A1Ck4NhC;;A0Cj4NI;EzCyFA,iByCxFqD;A1Co4NzD;;A0Cx4NI;EACE,UAAU;EACV,gBAA0B;A1C24NhC;;A0C14NI;EzCyFA,uByCxFqD;A1C64NzD;;A0Cj5NI;EACE,UAAU;EACV,gBAA0B;A1Co5NhC;;A0Cn5NI;EzCyFA,uByCxFqD;A1Cs5NzD;;A0C15NI;EACE,UAAU;EACV,UAA0B;A1C65NhC;;A0C55NI;EzCyFA,iByCxFqD;A1C+5NzD;;A0Cn6NI;EACE,UAAU;EACV,gBAA0B;A1Cs6NhC;;A0Cr6NI;EzCyFA,uByCxFqD;A1Cw6NzD;;A0C56NI;EACE,UAAU;EACV,gBAA0B;A1C+6NhC;;A0C96NI;EzCyFA,uByCxFqD;A1Ci7NzD;;A0Cr7NI;EACE,UAAU;EACV,UAA0B;A1Cw7NhC;;A0Cv7NI;EzCyFA,iByCxFqD;A1C07NzD;;A0C97NI;EACE,UAAU;EACV,gBAA0B;A1Ci8NhC;;A0Ch8NI;EzCyFA,uByCxFqD;A1Cm8NzD;;A0Cv8NI;EACE,UAAU;EACV,gBAA0B;A1C08NhC;;A0Cz8NI;EzCyFA,uByCxFqD;A1C48NzD;;A0Ch9NI;EACE,UAAU;EACV,WAA0B;A1Cm9NhC;;A0Cl9NI;EzCyFA,kByCxFqD;A1Cq9NzD;;AC17NE;EyCzFF;IAiEM,UAAU;IACV,YAAY;E1Cu9NhB;E0CzhOF;IAoEM,UAAU;IACV,WAAW;E1Cw9Nf;E0C7hOF;IAuEM,UAAU;IACV,UAAU;E1Cy9Nd;E0CjiOF;IA0EM,UAAU;IACV,eAAe;E1C09NnB;E0CriOF;IA6EM,UAAU;IACV,UAAU;E1C29Nd;E0CziOF;IAgFM,UAAU;IACV,eAAe;E1C49NnB;E0C7iOF;IAmFM,UAAU;IACV,UAAU;E1C69Nd;E0CjjOF;IAsFM,UAAU;IACV,UAAU;E1C89Nd;E0CrjOF;IAyFM,UAAU;IACV,UAAU;E1C+9Nd;E0CzjOF;IA4FM,UAAU;IACV,UAAU;E1Cg+Nd;E0C7jOF;IA+FM,UAAU;IACV,UAAU;E1Ci+Nd;E0CjkOF;IzCsJI,iByCpDqC;E1Ck+NvC;E0CpkOF;IzCsJI,sByClD0C;E1Cm+N5C;E0CvkOF;IzCsJI,iByChDqC;E1Co+NvC;E0C1kOF;IzCsJI,sByC9C0C;E1Cq+N5C;E0C7kOF;IzCsJI,iByC5CqC;E1Cs+NvC;E0ChlOF;IzCsJI,iByC1CqC;E1Cu+NvC;E0CnlOF;IzCsJI,iByCxCqC;E1Cw+NvC;E0CtlOF;IzCsJI,iByCtCqC;E1Cy+NvC;E0CzlOF;IzCsJI,iByCpCqC;E1C0+NvC;E0C5lOF;IAqHQ,UAAU;IACV,SAA0B;E1C0+NhC;E0ChmOF;IzCsJI,gByC9BuD;E1C2+NzD;E0CnmOF;IAqHQ,UAAU;IACV,eAA0B;E1Ci/NhC;E0CvmOF;IzCsJI,sByC9BuD;E1Ck/NzD;E0C1mOF;IAqHQ,UAAU;IACV,gBAA0B;E1Cw/NhC;E0C9mOF;IzCsJI,uByC9BuD;E1Cy/NzD;E0CjnOF;IAqHQ,UAAU;IACV,UAA0B;E1C+/NhC;E0CrnOF;IzCsJI,iByC9BuD;E1CggOzD;E0CxnOF;IAqHQ,UAAU;IACV,gBAA0B;E1CsgOhC;E0C5nOF;IzCsJI,uByC9BuD;E1CugOzD;E0C/nOF;IAqHQ,UAAU;IACV,gBAA0B;E1C6gOhC;E0CnoOF;IzCsJI,uByC9BuD;E1C8gOzD;E0CtoOF;IAqHQ,UAAU;IACV,UAA0B;E1CohOhC;E0C1oOF;IzCsJI,iByC9BuD;E1CqhOzD;E0C7oOF;IAqHQ,UAAU;IACV,gBAA0B;E1C2hOhC;E0CjpOF;IzCsJI,uByC9BuD;E1C4hOzD;E0CppOF;IAqHQ,UAAU;IACV,gBAA0B;E1CkiOhC;E0CxpOF;IzCsJI,uByC9BuD;E1CmiOzD;E0C3pOF;IAqHQ,UAAU;IACV,UAA0B;E1CyiOhC;E0C/pOF;IzCsJI,iByC9BuD;E1C0iOzD;E0ClqOF;IAqHQ,UAAU;IACV,gBAA0B;E1CgjOhC;E0CtqOF;IzCsJI,uByC9BuD;E1CijOzD;E0CzqOF;IAqHQ,UAAU;IACV,gBAA0B;E1CujOhC;E0C7qOF;IzCsJI,uByC9BuD;E1CwjOzD;E0ChrOF;IAqHQ,UAAU;IACV,WAA0B;E1C8jOhC;E0CprOF;IzCsJI,kByC9BuD;E1C+jOzD;AACF;;AC3lOE;EyC7FF;IA4HM,UAAU;IACV,YAAY;E1CikOhB;E0C9rOF;IAgIM,UAAU;IACV,WAAW;E1CikOf;E0ClsOF;IAoIM,UAAU;IACV,UAAU;E1CikOd;E0CtsOF;IAwIM,UAAU;IACV,eAAe;E1CikOnB;E0C1sOF;IA4IM,UAAU;IACV,UAAU;E1CikOd;E0C9sOF;IAgJM,UAAU;IACV,eAAe;E1CikOnB;E0CltOF;IAoJM,UAAU;IACV,UAAU;E1CikOd;E0CttOF;IAwJM,UAAU;IACV,UAAU;E1CikOd;E0C1tOF;IA4JM,UAAU;IACV,UAAU;E1CikOd;E0C9tOF;IAgKM,UAAU;IACV,UAAU;E1CikOd;E0CluOF;IAoKM,UAAU;IACV,UAAU;E1CikOd;E0CtuOF;IzCsJI,iByCkBqC;E1CikOvC;E0CzuOF;IzCsJI,sByCqB0C;E1CikO5C;E0C5uOF;IzCsJI,iByCwBqC;E1CikOvC;E0C/uOF;IzCsJI,sByC2B0C;E1CikO5C;E0ClvOF;IzCsJI,iByC8BqC;E1CikOvC;E0CrvOF;IzCsJI,iByCiCqC;E1CikOvC;E0CxvOF;IzCsJI,iByCoCqC;E1CikOvC;E0C3vOF;IzCsJI,iByCuCqC;E1CikOvC;E0C9vOF;IzCsJI,iByC0CqC;E1CikOvC;E0CjwOF;IAoMQ,UAAU;IACV,SAA0B;E1CgkOhC;E0CrwOF;IzCsJI,gByCkDuD;E1CgkOzD;E0CxwOF;IAoMQ,UAAU;IACV,eAA0B;E1CukOhC;E0C5wOF;IzCsJI,sByCkDuD;E1CukOzD;E0C/wOF;IAoMQ,UAAU;IACV,gBAA0B;E1C8kOhC;E0CnxOF;IzCsJI,uByCkDuD;E1C8kOzD;E0CtxOF;IAoMQ,UAAU;IACV,UAA0B;E1CqlOhC;E0C1xOF;IzCsJI,iByCkDuD;E1CqlOzD;E0C7xOF;IAoMQ,UAAU;IACV,gBAA0B;E1C4lOhC;E0CjyOF;IzCsJI,uByCkDuD;E1C4lOzD;E0CpyOF;IAoMQ,UAAU;IACV,gBAA0B;E1CmmOhC;E0CxyOF;IzCsJI,uByCkDuD;E1CmmOzD;E0C3yOF;IAoMQ,UAAU;IACV,UAA0B;E1C0mOhC;E0C/yOF;IzCsJI,iByCkDuD;E1C0mOzD;E0ClzOF;IAoMQ,UAAU;IACV,gBAA0B;E1CinOhC;E0CtzOF;IzCsJI,uByCkDuD;E1CinOzD;E0CzzOF;IAoMQ,UAAU;IACV,gBAA0B;E1CwnOhC;E0C7zOF;IzCsJI,uByCkDuD;E1CwnOzD;E0Ch0OF;IAoMQ,UAAU;IACV,UAA0B;E1C+nOhC;E0Cp0OF;IzCsJI,iByCkDuD;E1C+nOzD;E0Cv0OF;IAoMQ,UAAU;IACV,gBAA0B;E1CsoOhC;E0C30OF;IzCsJI,uByCkDuD;E1CsoOzD;E0C90OF;IAoMQ,UAAU;IACV,gBAA0B;E1C6oOhC;E0Cl1OF;IzCsJI,uByCkDuD;E1C6oOzD;E0Cr1OF;IAoMQ,UAAU;IACV,WAA0B;E1CopOhC;E0Cz1OF;IzCsJI,kByCkDuD;E1CopOzD;AACF;;ACxvOE;EyCrGF;IA2MM,UAAU;IACV,YAAY;E1CupOhB;E0Cn2OF;IA8MM,UAAU;IACV,WAAW;E1CwpOf;E0Cv2OF;IAiNM,UAAU;IACV,UAAU;E1CypOd;E0C32OF;IAoNM,UAAU;IACV,eAAe;E1C0pOnB;E0C/2OF;IAuNM,UAAU;IACV,UAAU;E1C2pOd;E0Cn3OF;IA0NM,UAAU;IACV,eAAe;E1C4pOnB;E0Cv3OF;IA6NM,UAAU;IACV,UAAU;E1C6pOd;E0C33OF;IAgOM,UAAU;IACV,UAAU;E1C8pOd;E0C/3OF;IAmOM,UAAU;IACV,UAAU;E1C+pOd;E0Cn4OF;IAsOM,UAAU;IACV,UAAU;E1CgqOd;E0Cv4OF;IAyOM,UAAU;IACV,UAAU;E1CiqOd;E0C34OF;IzCsJI,iByCsFqC;E1CkqOvC;E0C94OF;IzCsJI,sByCwF0C;E1CmqO5C;E0Cj5OF;IzCsJI,iByC0FqC;E1CoqOvC;E0Cp5OF;IzCsJI,sByC4F0C;E1CqqO5C;E0Cv5OF;IzCsJI,iByC8FqC;E1CsqOvC;E0C15OF;IzCsJI,iByCgGqC;E1CuqOvC;E0C75OF;IzCsJI,iByCkGqC;E1CwqOvC;E0Ch6OF;IzCsJI,iByCoGqC;E1CyqOvC;E0Cn6OF;IzCsJI,iByCsGqC;E1C0qOvC;E0Ct6OF;IA+PQ,UAAU;IACV,SAA0B;E1C0qOhC;E0C16OF;IzCsJI,gByC4GuD;E1C2qOzD;E0C76OF;IA+PQ,UAAU;IACV,eAA0B;E1CirOhC;E0Cj7OF;IzCsJI,sByC4GuD;E1CkrOzD;E0Cp7OF;IA+PQ,UAAU;IACV,gBAA0B;E1CwrOhC;E0Cx7OF;IzCsJI,uByC4GuD;E1CyrOzD;E0C37OF;IA+PQ,UAAU;IACV,UAA0B;E1C+rOhC;E0C/7OF;IzCsJI,iByC4GuD;E1CgsOzD;E0Cl8OF;IA+PQ,UAAU;IACV,gBAA0B;E1CssOhC;E0Ct8OF;IzCsJI,uByC4GuD;E1CusOzD;E0Cz8OF;IA+PQ,UAAU;IACV,gBAA0B;E1C6sOhC;E0C78OF;IzCsJI,uByC4GuD;E1C8sOzD;E0Ch9OF;IA+PQ,UAAU;IACV,UAA0B;E1CotOhC;E0Cp9OF;IzCsJI,iByC4GuD;E1CqtOzD;E0Cv9OF;IA+PQ,UAAU;IACV,gBAA0B;E1C2tOhC;E0C39OF;IzCsJI,uByC4GuD;E1C4tOzD;E0C99OF;IA+PQ,UAAU;IACV,gBAA0B;E1CkuOhC;E0Cl+OF;IzCsJI,uByC4GuD;E1CmuOzD;E0Cr+OF;IA+PQ,UAAU;IACV,UAA0B;E1CyuOhC;E0Cz+OF;IzCsJI,iByC4GuD;E1C0uOzD;E0C5+OF;IA+PQ,UAAU;IACV,gBAA0B;E1CgvOhC;E0Ch/OF;IzCsJI,uByC4GuD;E1CivOzD;E0Cn/OF;IA+PQ,UAAU;IACV,gBAA0B;E1CuvOhC;E0Cv/OF;IzCsJI,uByC4GuD;E1CwvOzD;E0C1/OF;IA+PQ,UAAU;IACV,WAA0B;E1C8vOhC;E0C9/OF;IzCsJI,kByC4GuD;E1C+vOzD;AACF;;ACz5OE;EyCzGF;IAqQM,UAAU;IACV,YAAY;E1CkwOhB;E0CxgPF;IAwQM,UAAU;IACV,WAAW;E1CmwOf;E0C5gPF;IA2QM,UAAU;IACV,UAAU;E1CowOd;E0ChhPF;IA8QM,UAAU;IACV,eAAe;E1CqwOnB;E0CphPF;IAiRM,UAAU;IACV,UAAU;E1CswOd;E0CxhPF;IAoRM,UAAU;IACV,eAAe;E1CuwOnB;E0C5hPF;IAuRM,UAAU;IACV,UAAU;E1CwwOd;E0ChiPF;IA0RM,UAAU;IACV,UAAU;E1CywOd;E0CpiPF;IA6RM,UAAU;IACV,UAAU;E1C0wOd;E0CxiPF;IAgSM,UAAU;IACV,UAAU;E1C2wOd;E0C5iPF;IAmSM,UAAU;IACV,UAAU;E1C4wOd;E0ChjPF;IzCsJI,iByCgJqC;E1C6wOvC;E0CnjPF;IzCsJI,sByCkJ0C;E1C8wO5C;E0CtjPF;IzCsJI,iByCoJqC;E1C+wOvC;E0CzjPF;IzCsJI,sByCsJ0C;E1CgxO5C;E0C5jPF;IzCsJI,iByCwJqC;E1CixOvC;E0C/jPF;IzCsJI,iByC0JqC;E1CkxOvC;E0ClkPF;IzCsJI,iByC4JqC;E1CmxOvC;E0CrkPF;IzCsJI,iByC8JqC;E1CoxOvC;E0CxkPF;IzCsJI,iByCgKqC;E1CqxOvC;E0C3kPF;IAyTQ,UAAU;IACV,SAA0B;E1CqxOhC;E0C/kPF;IzCsJI,gByCsKuD;E1CsxOzD;E0CllPF;IAyTQ,UAAU;IACV,eAA0B;E1C4xOhC;E0CtlPF;IzCsJI,sByCsKuD;E1C6xOzD;E0CzlPF;IAyTQ,UAAU;IACV,gBAA0B;E1CmyOhC;E0C7lPF;IzCsJI,uByCsKuD;E1CoyOzD;E0ChmPF;IAyTQ,UAAU;IACV,UAA0B;E1C0yOhC;E0CpmPF;IzCsJI,iByCsKuD;E1C2yOzD;E0CvmPF;IAyTQ,UAAU;IACV,gBAA0B;E1CizOhC;E0C3mPF;IzCsJI,uByCsKuD;E1CkzOzD;E0C9mPF;IAyTQ,UAAU;IACV,gBAA0B;E1CwzOhC;E0ClnPF;IzCsJI,uByCsKuD;E1CyzOzD;E0CrnPF;IAyTQ,UAAU;IACV,UAA0B;E1C+zOhC;E0CznPF;IzCsJI,iByCsKuD;E1Cg0OzD;E0C5nPF;IAyTQ,UAAU;IACV,gBAA0B;E1Cs0OhC;E0ChoPF;IzCsJI,uByCsKuD;E1Cu0OzD;E0CnoPF;IAyTQ,UAAU;IACV,gBAA0B;E1C60OhC;E0CvoPF;IzCsJI,uByCsKuD;E1C80OzD;E0C1oPF;IAyTQ,UAAU;IACV,UAA0B;E1Co1OhC;E0C9oPF;IzCsJI,iByCsKuD;E1Cq1OzD;E0CjpPF;IAyTQ,UAAU;IACV,gBAA0B;E1C21OhC;E0CrpPF;IzCsJI,uByCsKuD;E1C41OzD;E0CxpPF;IAyTQ,UAAU;IACV,gBAA0B;E1Ck2OhC;E0C5pPF;IzCsJI,uByCsKuD;E1Cm2OzD;E0C/pPF;IAyTQ,UAAU;IACV,WAA0B;E1Cy2OhC;E0CnqPF;IzCsJI,kByCsKuD;E1C02OzD;AACF;;AC/iPI;EyCxHJ;IA+TM,UAAU;IACV,YAAY;E1C62OhB;E0C7qPF;IAkUM,UAAU;IACV,WAAW;E1C82Of;E0CjrPF;IAqUM,UAAU;IACV,UAAU;E1C+2Od;E0CrrPF;IAwUM,UAAU;IACV,eAAe;E1Cg3OnB;E0CzrPF;IA2UM,UAAU;IACV,UAAU;E1Ci3Od;E0C7rPF;IA8UM,UAAU;IACV,eAAe;E1Ck3OnB;E0CjsPF;IAiVM,UAAU;IACV,UAAU;E1Cm3Od;E0CrsPF;IAoVM,UAAU;IACV,UAAU;E1Co3Od;E0CzsPF;IAuVM,UAAU;IACV,UAAU;E1Cq3Od;E0C7sPF;IA0VM,UAAU;IACV,UAAU;E1Cs3Od;E0CjtPF;IA6VM,UAAU;IACV,UAAU;E1Cu3Od;E0CrtPF;IzCsJI,iByC0MqC;E1Cw3OvC;E0CxtPF;IzCsJI,sByC4M0C;E1Cy3O5C;E0C3tPF;IzCsJI,iByC8MqC;E1C03OvC;E0C9tPF;IzCsJI,sByCgN0C;E1C23O5C;E0CjuPF;IzCsJI,iByCkNqC;E1C43OvC;E0CpuPF;IzCsJI,iByCoNqC;E1C63OvC;E0CvuPF;IzCsJI,iByCsNqC;E1C83OvC;E0C1uPF;IzCsJI,iByCwNqC;E1C+3OvC;E0C7uPF;IzCsJI,iByC0NqC;E1Cg4OvC;E0ChvPF;IAmXQ,UAAU;IACV,SAA0B;E1Cg4OhC;E0CpvPF;IzCsJI,gByCgOuD;E1Ci4OzD;E0CvvPF;IAmXQ,UAAU;IACV,eAA0B;E1Cu4OhC;E0C3vPF;IzCsJI,sByCgOuD;E1Cw4OzD;E0C9vPF;IAmXQ,UAAU;IACV,gBAA0B;E1C84OhC;E0ClwPF;IzCsJI,uByCgOuD;E1C+4OzD;E0CrwPF;IAmXQ,UAAU;IACV,UAA0B;E1Cq5OhC;E0CzwPF;IzCsJI,iByCgOuD;E1Cs5OzD;E0C5wPF;IAmXQ,UAAU;IACV,gBAA0B;E1C45OhC;E0ChxPF;IzCsJI,uByCgOuD;E1C65OzD;E0CnxPF;IAmXQ,UAAU;IACV,gBAA0B;E1Cm6OhC;E0CvxPF;IzCsJI,uByCgOuD;E1Co6OzD;E0C1xPF;IAmXQ,UAAU;IACV,UAA0B;E1C06OhC;E0C9xPF;IzCsJI,iByCgOuD;E1C26OzD;E0CjyPF;IAmXQ,UAAU;IACV,gBAA0B;E1Ci7OhC;E0CryPF;IzCsJI,uByCgOuD;E1Ck7OzD;E0CxyPF;IAmXQ,UAAU;IACV,gBAA0B;E1Cw7OhC;E0C5yPF;IzCsJI,uByCgOuD;E1Cy7OzD;E0C/yPF;IAmXQ,UAAU;IACV,UAA0B;E1C+7OhC;E0CnzPF;IzCsJI,iByCgOuD;E1Cg8OzD;E0CtzPF;IAmXQ,UAAU;IACV,gBAA0B;E1Cs8OhC;E0C1zPF;IzCsJI,uByCgOuD;E1Cu8OzD;E0C7zPF;IAmXQ,UAAU;IACV,gBAA0B;E1C68OhC;E0Cj0PF;IzCsJI,uByCgOuD;E1C88OzD;E0Cp0PF;IAmXQ,UAAU;IACV,WAA0B;E1Co9OhC;E0Cx0PF;IzCsJI,kByCgOuD;E1Cq9OzD;AACF;;ACrsPI;EyCvIJ;IAyXM,UAAU;IACV,YAAY;E1Cw9OhB;E0Cl1PF;IA4XM,UAAU;IACV,WAAW;E1Cy9Of;E0Ct1PF;IA+XM,UAAU;IACV,UAAU;E1C09Od;E0C11PF;IAkYM,UAAU;IACV,eAAe;E1C29OnB;E0C91PF;IAqYM,UAAU;IACV,UAAU;E1C49Od;E0Cl2PF;IAwYM,UAAU;IACV,eAAe;E1C69OnB;E0Ct2PF;IA2YM,UAAU;IACV,UAAU;E1C89Od;E0C12PF;IA8YM,UAAU;IACV,UAAU;E1C+9Od;E0C92PF;IAiZM,UAAU;IACV,UAAU;E1Cg+Od;E0Cl3PF;IAoZM,UAAU;IACV,UAAU;E1Ci+Od;E0Ct3PF;IAuZM,UAAU;IACV,UAAU;E1Ck+Od;E0C13PF;IzCsJI,iByCoQqC;E1Cm+OvC;E0C73PF;IzCsJI,sByCsQ0C;E1Co+O5C;E0Ch4PF;IzCsJI,iByCwQqC;E1Cq+OvC;E0Cn4PF;IzCsJI,sByC0Q0C;E1Cs+O5C;E0Ct4PF;IzCsJI,iByC4QqC;E1Cu+OvC;E0Cz4PF;IzCsJI,iByC8QqC;E1Cw+OvC;E0C54PF;IzCsJI,iByCgRqC;E1Cy+OvC;E0C/4PF;IzCsJI,iByCkRqC;E1C0+OvC;E0Cl5PF;IzCsJI,iByCoRqC;E1C2+OvC;E0Cr5PF;IA6aQ,UAAU;IACV,SAA0B;E1C2+OhC;E0Cz5PF;IzCsJI,gByC0RuD;E1C4+OzD;E0C55PF;IA6aQ,UAAU;IACV,eAA0B;E1Ck/OhC;E0Ch6PF;IzCsJI,sByC0RuD;E1Cm/OzD;E0Cn6PF;IA6aQ,UAAU;IACV,gBAA0B;E1Cy/OhC;E0Cv6PF;IzCsJI,uByC0RuD;E1C0/OzD;E0C16PF;IA6aQ,UAAU;IACV,UAA0B;E1CggPhC;E0C96PF;IzCsJI,iByC0RuD;E1CigPzD;E0Cj7PF;IA6aQ,UAAU;IACV,gBAA0B;E1CugPhC;E0Cr7PF;IzCsJI,uByC0RuD;E1CwgPzD;E0Cx7PF;IA6aQ,UAAU;IACV,gBAA0B;E1C8gPhC;E0C57PF;IzCsJI,uByC0RuD;E1C+gPzD;E0C/7PF;IA6aQ,UAAU;IACV,UAA0B;E1CqhPhC;E0Cn8PF;IzCsJI,iByC0RuD;E1CshPzD;E0Ct8PF;IA6aQ,UAAU;IACV,gBAA0B;E1C4hPhC;E0C18PF;IzCsJI,uByC0RuD;E1C6hPzD;E0C78PF;IA6aQ,UAAU;IACV,gBAA0B;E1CmiPhC;E0Cj9PF;IzCsJI,uByC0RuD;E1CoiPzD;E0Cp9PF;IA6aQ,UAAU;IACV,UAA0B;E1C0iPhC;E0Cx9PF;IzCsJI,iByC0RuD;E1C2iPzD;E0C39PF;IA6aQ,UAAU;IACV,gBAA0B;E1CijPhC;E0C/9PF;IzCsJI,uByC0RuD;E1CkjPzD;E0Cl+PF;IA6aQ,UAAU;IACV,gBAA0B;E1CwjPhC;E0Ct+PF;IzCsJI,uByC0RuD;E1CyjPzD;E0Cz+PF;IA6aQ,UAAU;IACV,WAA0B;E1C+jPhC;E0C7+PF;IzCsJI,kByC0RuD;E1CgkPzD;AACF;;A0C/jPA;EzC5RI,sByCxJgB;EzCwJhB,qByCxJgB;EAublB,oBAvbkB;A1Cy/PpB;;A0CrkPA;EAKI,uBAzbgB;A1C6/PpB;;A0CzkPA;EAOI,qCAA4C;A1CskPhD;;A0C7kPA;EAUI,uBAAuB;A1CukP3B;;A0CjlPA;EzC5RI,eyCwSiC;EzCxSjC,cyCySiC;EACjC,aAAa;A1CykPjB;;A0CvlPA;EAgBM,SAAS;EACT,qBAAqB;A1C2kP3B;;A0C5lPA;EAmBM,qBAAqB;A1C6kP3B;;A0ChmPA;EAqBM,gBAAgB;A1C+kPtB;;A0CpmPA;EAuBI,aAAa;A1CilPjB;;A0CxmPA;EAyBI,eAAe;A1CmlPnB;;A0C5mPA;EA2BI,mBAAmB;A1CqlPvB;;ACr8PE;EyCqVF;IA+BM,aAAa;E1CslPjB;AACF;;AC/7PE;EyCyUF;IAmCM,aAAa;E1CwlPjB;AACF;;A0CtlPE;EACE,oBAAY;EzCnUZ,yCyCoU2D;EzCpU3D,wCyCqU2D;A1CylP/D;;A0C5lPE;EAKI,8BAA8B;EAC9B,+BAA+B;A1C2lPrC;;A0CjmPE;EASM,iBAAY;A1C4lPpB;;ACp+PE;EyC+XA;IAYQ,iBAAY;E1C8lPpB;AACF;;ACt+PE;EyC2XA;IAeQ,iBAAY;E1CimPpB;AACF;;ACx+PE;EyCuXA;IAkBQ,iBAAY;E1ComPpB;AACF;;AC1+PE;EyCmXA;IAqBQ,iBAAY;E1CumPpB;AACF;;AC5+PE;EyC+WA;IAwBQ,iBAAY;E1C0mPpB;AACF;;AC7+PI;EyC0WF;IA2BQ,iBAAY;E1C6mPpB;AACF;;ACz+PI;EyCgWF;IA8BQ,iBAAY;E1CgnPpB;AACF;;AC1+PI;EyC2VF;IAiCQ,iBAAY;E1CmnPpB;AACF;;ACt+PI;EyCiVF;IAoCQ,iBAAY;E1CsnPpB;AACF;;A0C3pPE;EASM,oBAAY;A1CspPpB;;AC9hQE;EyC+XA;IAYQ,oBAAY;E1CwpPpB;AACF;;AChiQE;EyC2XA;IAeQ,oBAAY;E1C2pPpB;AACF;;ACliQE;EyCuXA;IAkBQ,oBAAY;E1C8pPpB;AACF;;ACpiQE;EyCmXA;IAqBQ,oBAAY;E1CiqPpB;AACF;;ACtiQE;EyC+WA;IAwBQ,oBAAY;E1CoqPpB;AACF;;ACviQI;EyC0WF;IA2BQ,oBAAY;E1CuqPpB;AACF;;ACniQI;EyCgWF;IA8BQ,oBAAY;E1C0qPpB;AACF;;ACpiQI;EyC2VF;IAiCQ,oBAAY;E1C6qPpB;AACF;;AChiQI;EyCiVF;IAoCQ,oBAAY;E1CgrPpB;AACF;;A0CrtPE;EASM,mBAAY;A1CgtPpB;;ACxlQE;EyC+XA;IAYQ,mBAAY;E1CktPpB;AACF;;AC1lQE;EyC2XA;IAeQ,mBAAY;E1CqtPpB;AACF;;AC5lQE;EyCuXA;IAkBQ,mBAAY;E1CwtPpB;AACF;;AC9lQE;EyCmXA;IAqBQ,mBAAY;E1C2tPpB;AACF;;AChmQE;EyC+WA;IAwBQ,mBAAY;E1C8tPpB;AACF;;ACjmQI;EyC0WF;IA2BQ,mBAAY;E1CiuPpB;AACF;;AC7lQI;EyCgWF;IA8BQ,mBAAY;E1CouPpB;AACF;;AC9lQI;EyC2VF;IAiCQ,mBAAY;E1CuuPpB;AACF;;AC1lQI;EyCiVF;IAoCQ,mBAAY;E1C0uPpB;AACF;;A0C/wPE;EASM,oBAAY;A1C0wPpB;;AClpQE;EyC+XA;IAYQ,oBAAY;E1C4wPpB;AACF;;ACppQE;EyC2XA;IAeQ,oBAAY;E1C+wPpB;AACF;;ACtpQE;EyCuXA;IAkBQ,oBAAY;E1CkxPpB;AACF;;ACxpQE;EyCmXA;IAqBQ,oBAAY;E1CqxPpB;AACF;;AC1pQE;EyC+WA;IAwBQ,oBAAY;E1CwxPpB;AACF;;AC3pQI;EyC0WF;IA2BQ,oBAAY;E1C2xPpB;AACF;;ACvpQI;EyCgWF;IA8BQ,oBAAY;E1C8xPpB;AACF;;ACxpQI;EyC2VF;IAiCQ,oBAAY;E1CiyPpB;AACF;;ACppQI;EyCiVF;IAoCQ,oBAAY;E1CoyPpB;AACF;;A0Cz0PE;EASM,iBAAY;A1Co0PpB;;AC5sQE;EyC+XA;IAYQ,iBAAY;E1Cs0PpB;AACF;;AC9sQE;EyC2XA;IAeQ,iBAAY;E1Cy0PpB;AACF;;AChtQE;EyCuXA;IAkBQ,iBAAY;E1C40PpB;AACF;;ACltQE;EyCmXA;IAqBQ,iBAAY;E1C+0PpB;AACF;;ACptQE;EyC+WA;IAwBQ,iBAAY;E1Ck1PpB;AACF;;ACrtQI;EyC0WF;IA2BQ,iBAAY;E1Cq1PpB;AACF;;ACjtQI;EyCgWF;IA8BQ,iBAAY;E1Cw1PpB;AACF;;ACltQI;EyC2VF;IAiCQ,iBAAY;E1C21PpB;AACF;;AC9sQI;EyCiVF;IAoCQ,iBAAY;E1C81PpB;AACF;;A0Cn4PE;EASM,oBAAY;A1C83PpB;;ACtwQE;EyC+XA;IAYQ,oBAAY;E1Cg4PpB;AACF;;ACxwQE;EyC2XA;IAeQ,oBAAY;E1Cm4PpB;AACF;;AC1wQE;EyCuXA;IAkBQ,oBAAY;E1Cs4PpB;AACF;;AC5wQE;EyCmXA;IAqBQ,oBAAY;E1Cy4PpB;AACF;;AC9wQE;EyC+WA;IAwBQ,oBAAY;E1C44PpB;AACF;;AC/wQI;EyC0WF;IA2BQ,oBAAY;E1C+4PpB;AACF;;AC3wQI;EyCgWF;IA8BQ,oBAAY;E1Ck5PpB;AACF;;AC5wQI;EyC2VF;IAiCQ,oBAAY;E1Cq5PpB;AACF;;ACxwQI;EyCiVF;IAoCQ,oBAAY;E1Cw5PpB;AACF;;A0C77PE;EASM,mBAAY;A1Cw7PpB;;ACh0QE;EyC+XA;IAYQ,mBAAY;E1C07PpB;AACF;;ACl0QE;EyC2XA;IAeQ,mBAAY;E1C67PpB;AACF;;ACp0QE;EyCuXA;IAkBQ,mBAAY;E1Cg8PpB;AACF;;ACt0QE;EyCmXA;IAqBQ,mBAAY;E1Cm8PpB;AACF;;ACx0QE;EyC+WA;IAwBQ,mBAAY;E1Cs8PpB;AACF;;ACz0QI;EyC0WF;IA2BQ,mBAAY;E1Cy8PpB;AACF;;ACr0QI;EyCgWF;IA8BQ,mBAAY;E1C48PpB;AACF;;ACt0QI;EyC2VF;IAiCQ,mBAAY;E1C+8PpB;AACF;;ACl0QI;EyCiVF;IAoCQ,mBAAY;E1Ck9PpB;AACF;;A0Cv/PE;EASM,oBAAY;A1Ck/PpB;;AC13QE;EyC+XA;IAYQ,oBAAY;E1Co/PpB;AACF;;AC53QE;EyC2XA;IAeQ,oBAAY;E1Cu/PpB;AACF;;AC93QE;EyCuXA;IAkBQ,oBAAY;E1C0/PpB;AACF;;ACh4QE;EyCmXA;IAqBQ,oBAAY;E1C6/PpB;AACF;;ACl4QE;EyC+WA;IAwBQ,oBAAY;E1CggQpB;AACF;;ACn4QI;EyC0WF;IA2BQ,oBAAY;E1CmgQpB;AACF;;AC/3QI;EyCgWF;IA8BQ,oBAAY;E1CsgQpB;AACF;;ACh4QI;EyC2VF;IAiCQ,oBAAY;E1CygQpB;AACF;;AC53QI;EyCiVF;IAoCQ,oBAAY;E1C4gQpB;AACF;;A0CjjQE;EASM,iBAAY;A1C4iQpB;;ACp7QE;EyC+XA;IAYQ,iBAAY;E1C8iQpB;AACF;;ACt7QE;EyC2XA;IAeQ,iBAAY;E1CijQpB;AACF;;ACx7QE;EyCuXA;IAkBQ,iBAAY;E1CojQpB;AACF;;AC17QE;EyCmXA;IAqBQ,iBAAY;E1CujQpB;AACF;;AC57QE;EyC+WA;IAwBQ,iBAAY;E1C0jQpB;AACF;;AC77QI;EyC0WF;IA2BQ,iBAAY;E1C6jQpB;AACF;;ACz7QI;EyCgWF;IA8BQ,iBAAY;E1CgkQpB;AACF;;AC17QI;EyC2VF;IAiCQ,iBAAY;E1CmkQpB;AACF;;ACt7QI;EyCiVF;IAoCQ,iBAAY;E1CskQpB;AACF;;A2CnkRA;EACE,oBAAoB;EACpB,cAAc;EACd,aAAa;EACb,YAAY;EACZ,cAAc;EACd,+BAAuB;EAAvB,4BAAuB;EAAvB,uBAAuB;A3CskRzB;;A2C5kRA;EASI,qBAA+B;EAC/B,sBAAgC;EAChC,oBAA8B;A3CukRlC;;A2CllRA;EAaM,uBAAiC;A3CykRvC;;A2CtlRA;EAeM,sBAjBgB;A3C4lRtB;;A2C1lRA;EAiBI,oBAAoB;A3C6kRxB;;A2C9lRA;EAmBI,gBArBkB;A3ComRtB;;A2ClmRA;EAqBI,sBAAsB;A3CilR1B;;A2CtmRA;EAuBM,gCAAgC;A3CmlRtC;;AC7gRE;E0C7FF;IA2BM,aAAa;E3ColRjB;E2C/mRF;IA8BQ,UAAU;IACV,eAAuB;E3ColR7B;E2CnnRF;IA8BQ,UAAU;IACV,gBAAuB;E3CwlR7B;E2CvnRF;IA8BQ,UAAU;IACV,UAAuB;E3C4lR7B;E2C3nRF;IA8BQ,UAAU;IACV,gBAAuB;E3CgmR7B;E2C/nRF;IA8BQ,UAAU;IACV,gBAAuB;E3ComR7B;E2CnoRF;IA8BQ,UAAU;IACV,UAAuB;E3CwmR7B;E2CvoRF;IA8BQ,UAAU;IACV,gBAAuB;E3C4mR7B;E2C3oRF;IA8BQ,UAAU;IACV,gBAAuB;E3CgnR7B;E2C/oRF;IA8BQ,UAAU;IACV,UAAuB;E3ConR7B;E2CnpRF;IA8BQ,UAAU;IACV,gBAAuB;E3CwnR7B;E2CvpRF;IA8BQ,UAAU;IACV,gBAAuB;E3C4nR7B;E2C3pRF;IA8BQ,UAAU;IACV,WAAuB;E3CgoR7B;AACF;;A4CpqRA,kBAAA;ACIE;EACE,uBAAwB;A7CoqR5B;;A6CnqRE;EAGI,yBAA0C;A7CoqRhD;;A6CnqRE;EACE,kCAAmC;A7CsqRvC;;A6C7qRE;EACE,yBAAwB;A7CgrR5B;;A6C/qRE;EAGI,uBAA0C;A7CgrRhD;;A6C/qRE;EACE,oCAAmC;A7CkrRvC;;A6CzrRE;EACE,4BAAwB;A7C4rR5B;;A6C3rRE;EAGI,yBAA0C;A7C4rRhD;;A6C3rRE;EACE,uCAAmC;A7C8rRvC;;A6CrsRE;EACE,yBAAwB;A7CwsR5B;;A6CvsRE;EAGI,yBAA0C;A7CwsRhD;;A6CvsRE;EACE,oCAAmC;A7C0sRvC;;A6CjtRE;EACE,yBAAwB;A7CotR5B;;A6CntRE;EAGI,yBAA0C;A7CotRhD;;A6CntRE;EACE,oCAAmC;A7CstRvC;;A6CjtRI;EACE,yBAA8B;A7CotRpC;;A6CntRI;EAGI,yBAAgD;A7CotRxD;;A6CntRI;EACE,oCAAyC;A7CstR/C;;A6CptRI;EACE,yBAA6B;A7CutRnC;;A6CttRI;EAGI,yBAAgD;A7CutRxD;;A6CttRI;EACE,oCAAwC;A7CytR9C;;A6CrvRE;EACE,yBAAwB;A7CwvR5B;;A6CvvRE;EAGI,yBAA0C;A7CwvRhD;;A6CvvRE;EACE,oCAAmC;A7C0vRvC;;A6CrvRI;EACE,yBAA8B;A7CwvRpC;;A6CvvRI;EAGI,yBAAgD;A7CwvRxD;;A6CvvRI;EACE,oCAAyC;A7C0vR/C;;A6CxvRI;EACE,yBAA6B;A7C2vRnC;;A6C1vRI;EAGI,yBAAgD;A7C2vRxD;;A6C1vRI;EACE,oCAAwC;A7C6vR9C;;A6CzxRE;EACE,yBAAwB;A7C4xR5B;;A6C3xRE;EAGI,yBAA0C;A7C4xRhD;;A6C3xRE;EACE,oCAAmC;A7C8xRvC;;A6CzxRI;EACE,yBAA8B;A7C4xRpC;;A6C3xRI;EAGI,yBAAgD;A7C4xRxD;;A6C3xRI;EACE,oCAAyC;A7C8xR/C;;A6C5xRI;EACE,yBAA6B;A7C+xRnC;;A6C9xRI;EAGI,yBAAgD;A7C+xRxD;;A6C9xRI;EACE,oCAAwC;A7CiyR9C;;A6C7zRE;EACE,yBAAwB;A7Cg0R5B;;A6C/zRE;EAGI,yBAA0C;A7Cg0RhD;;A6C/zRE;EACE,oCAAmC;A7Ck0RvC;;A6C7zRI;EACE,yBAA8B;A7Cg0RpC;;A6C/zRI;EAGI,yBAAgD;A7Cg0RxD;;A6C/zRI;EACE,oCAAyC;A7Ck0R/C;;A6Ch0RI;EACE,yBAA6B;A7Cm0RnC;;A6Cl0RI;EAGI,yBAAgD;A7Cm0RxD;;A6Cl0RI;EACE,oCAAwC;A7Cq0R9C;;A6Cj2RE;EACE,yBAAwB;A7Co2R5B;;A6Cn2RE;EAGI,yBAA0C;A7Co2RhD;;A6Cn2RE;EACE,oCAAmC;A7Cs2RvC;;A6Cj2RI;EACE,yBAA8B;A7Co2RpC;;A6Cn2RI;EAGI,yBAAgD;A7Co2RxD;;A6Cn2RI;EACE,oCAAyC;A7Cs2R/C;;A6Cp2RI;EACE,yBAA6B;A7Cu2RnC;;A6Ct2RI;EAGI,yBAAgD;A7Cu2RxD;;A6Ct2RI;EACE,oCAAwC;A7Cy2R9C;;A6Cr4RE;EACE,yBAAwB;A7Cw4R5B;;A6Cv4RE;EAGI,yBAA0C;A7Cw4RhD;;A6Cv4RE;EACE,oCAAmC;A7C04RvC;;A6Cr4RI;EACE,yBAA8B;A7Cw4RpC;;A6Cv4RI;EAGI,yBAAgD;A7Cw4RxD;;A6Cv4RI;EACE,oCAAyC;A7C04R/C;;A6Cx4RI;EACE,yBAA6B;A7C24RnC;;A6C14RI;EAGI,yBAAgD;A7C24RxD;;A6C14RI;EACE,oCAAwC;A7C64R9C;;A6C14RE;EACE,yBAAwB;A7C64R5B;;A6C54RE;EACE,oCAAmC;A7C+4RvC;;A6Cl5RE;EACE,yBAAwB;A7Cq5R5B;;A6Cp5RE;EACE,oCAAmC;A7Cu5RvC;;A6C15RE;EACE,yBAAwB;A7C65R5B;;A6C55RE;EACE,oCAAmC;A7C+5RvC;;A6Cl6RE;EACE,yBAAwB;A7Cq6R5B;;A6Cp6RE;EACE,oCAAmC;A7Cu6RvC;;A6C16RE;EACE,yBAAwB;A7C66R5B;;A6C56RE;EACE,oCAAmC;A7C+6RvC;;A6Cl7RE;EACE,yBAAwB;A7Cq7R5B;;A6Cp7RE;EACE,oCAAmC;A7Cu7RvC;;A6C17RE;EACE,yBAAwB;A7C67R5B;;A6C57RE;EACE,oCAAmC;A7C+7RvC;;A6Cl8RE;EACE,4BAAwB;A7Cq8R5B;;A6Cp8RE;EACE,uCAAmC;A7Cu8RvC;;A6C18RE;EACE,yBAAwB;A7C68R5B;;A6C58RE;EACE,oCAAmC;A7C+8RvC;;A8Cn/RE;EACE,8BAAiC;A9Cs/RrC;;A8Cv/RE;EACE,sCAAiC;A9C0/RrC;;A8C3/RE;EACE,iCAAiC;A9C8/RrC;;A8C//RE;EACE,yCAAiC;A9CkgSrC;;A8C9/RE;EACE,4BAA4B;A9CigShC;;A8ClgSE;EACE,0BAA4B;A9CqgShC;;A8CtgSE;EACE,kCAA4B;A9CygShC;;A8CrgSE;EACE,sCAAkC;A9CwgStC;;A8CzgSE;EACE,oCAAkC;A9C4gStC;;A8C7gSE;EACE,kCAAkC;A9CghStC;;A8CjhSE;EACE,yCAAkC;A9CohStC;;A8CrhSE;EACE,wCAAkC;A9CwhStC;;A8CzhSE;EACE,wCAAkC;A9C4hStC;;A8C7hSE;EACE,iCAAkC;A9CgiStC;;A8CjiSE;EACE,+BAAkC;A9CoiStC;;A8CriSE;EACE,gCAAkC;A9CwiStC;;A8CziSE;EACE,iCAAkC;A9C4iStC;;A8CxiSE;EACE,oCAAgC;A9C2iSpC;;A8C5iSE;EACE,kCAAgC;A9C+iSpC;;A8ChjSE;EACE,gCAAgC;A9CmjSpC;;A8CpjSE;EACE,uCAAgC;A9CujSpC;;A8CxjSE;EACE,sCAAgC;A9C2jSpC;;A8C5jSE;EACE,sCAAgC;A9C+jSpC;;A8ChkSE;EACE,iCAAgC;A9CmkSpC;;A8CpkSE;EACE,+BAAgC;A9CukSpC;;A8CxkSE;EACE,6BAAgC;A9C2kSpC;;A8C5kSE;EACE,kCAAgC;A9C+kSpC;;A8C3kSE;EACE,+BAA8B;A9C8kSlC;;A8C/kSE;EACE,kCAA8B;A9CklSlC;;A8CnlSE;EACE,gCAA8B;A9CslSlC;;A8CvlSE;EACE,8BAA8B;A9C0lSlC;;A8C3lSE;EACE,gCAA8B;A9C8lSlC;;A8C/lSE;EACE,6BAA8B;A9CkmSlC;;A8CnmSE;EACE,2BAA8B;A9CsmSlC;;A8CvmSE;EACE,kCAA8B;A9C0mSlC;;A8C3mSE;EACE,gCAA8B;A9C8mSlC;;A8C1mSE;EACE,2BAA6B;A9C6mSjC;;A8C9mSE;EACE,iCAA6B;A9CinSjC;;A8ClnSE;EACE,+BAA6B;A9CqnSjC;;A8CtnSE;EACE,6BAA6B;A9CynSjC;;A8C1nSE;EACE,+BAA6B;A9C6nSjC;;A8C9nSE;EACE,8BAA6B;A9CioSjC;;A8C5nSI;EACE,uBAAqC;A9C+nS3C;;A8ChoSI;EACE,uBAAqC;A9CmoS3C;;A8CpoSI;EACE,uBAAqC;A9CuoS3C;;A8CxoSI;EACE,uBAAqC;A9C2oS3C;;A8C5oSI;EACE,uBAAqC;A9C+oS3C;;A8ChpSI;EACE,uBAAqC;A9CmpS3C;;A8CppSI;EACE,yBAAqC;A9CupS3C;;A8CxpSI;EACE,yBAAqC;A9C2pS3C;;A8C5pSI;EACE,yBAAqC;A9C+pS3C;;A8ChqSI;EACE,yBAAqC;A9CmqS3C;;A8CpqSI;EACE,yBAAqC;A9CuqS3C;;A8CxqSI;EACE,yBAAqC;A9C2qS3C;;AC1sSE;EACE,WAAW;EACX,YAAY;EACZ,cAAc;AD6sSlB;;A+C9sSA;EACE,sBAAsB;A/CitSxB;;A+C/sSA;EACE,uBAAuB;A/CktSzB;;AgDztSA;EACE,2BAA2B;AhD4tS7B;;AgD1tSA;EACE,2BAA2B;AhD6tS7B;;AgD3tSA;EACE,0BAA0B;EAC1B,8BAA8B;AhD8tShC;;AiDxuSA;EACE,2BAA2B;AjD2uS7B;;AkDvuSA;EACE,6BAA6B;AlD0uS/B;;AmDhvSA;EACE,oBAAoB;AnDmvStB;;AmDjvSA;EACE,qBAAqB;AnDovSvB;;AmDzuSI;EACE,oBAA+B;AnD4uSrC;;AmDzuSM;EACE,wBAA8C;AnD4uStD;;AmD7uSM;EACE,0BAA8C;AnDgvStD;;AmDjvSM;EACE,2BAA8C;AnDovStD;;AmDrvSM;EACE,yBAA8C;AnDwvStD;;AmDrvSM;EACE,yBAAyC;EACzC,0BAA2C;AnDwvSnD;;AmDrvSM;EACE,wBAAuC;EACvC,2BAA6C;AnDwvSrD;;AmDvwSI;EACE,0BAA+B;AnD0wSrC;;AmDvwSM;EACE,8BAA8C;AnD0wStD;;AmD3wSM;EACE,gCAA8C;AnD8wStD;;AmD/wSM;EACE,iCAA8C;AnDkxStD;;AmDnxSM;EACE,+BAA8C;AnDsxStD;;AmDnxSM;EACE,+BAAyC;EACzC,gCAA2C;AnDsxSnD;;AmDnxSM;EACE,8BAAuC;EACvC,iCAA6C;AnDsxSrD;;AmDrySI;EACE,yBAA+B;AnDwySrC;;AmDrySM;EACE,6BAA8C;AnDwyStD;;AmDzySM;EACE,+BAA8C;AnD4yStD;;AmD7ySM;EACE,gCAA8C;AnDgzStD;;AmDjzSM;EACE,8BAA8C;AnDozStD;;AmDjzSM;EACE,8BAAyC;EACzC,+BAA2C;AnDozSnD;;AmDjzSM;EACE,6BAAuC;EACvC,gCAA6C;AnDozSrD;;AmDn0SI;EACE,0BAA+B;AnDs0SrC;;AmDn0SM;EACE,8BAA8C;AnDs0StD;;AmDv0SM;EACE,gCAA8C;AnD00StD;;AmD30SM;EACE,iCAA8C;AnD80StD;;AmD/0SM;EACE,+BAA8C;AnDk1StD;;AmD/0SM;EACE,+BAAyC;EACzC,gCAA2C;AnDk1SnD;;AmD/0SM;EACE,8BAAuC;EACvC,iCAA6C;AnDk1SrD;;AmDj2SI;EACE,uBAA+B;AnDo2SrC;;AmDj2SM;EACE,2BAA8C;AnDo2StD;;AmDr2SM;EACE,6BAA8C;AnDw2StD;;AmDz2SM;EACE,8BAA8C;AnD42StD;;AmD72SM;EACE,4BAA8C;AnDg3StD;;AmD72SM;EACE,4BAAyC;EACzC,6BAA2C;AnDg3SnD;;AmD72SM;EACE,2BAAuC;EACvC,8BAA6C;AnDg3SrD;;AmD/3SI;EACE,yBAA+B;AnDk4SrC;;AmD/3SM;EACE,6BAA8C;AnDk4StD;;AmDn4SM;EACE,+BAA8C;AnDs4StD;;AmDv4SM;EACE,gCAA8C;AnD04StD;;AmD34SM;EACE,8BAA8C;AnD84StD;;AmD34SM;EACE,8BAAyC;EACzC,+BAA2C;AnD84SnD;;AmD34SM;EACE,6BAAuC;EACvC,gCAA6C;AnD84SrD;;AmD75SI;EACE,uBAA+B;AnDg6SrC;;AmD75SM;EACE,2BAA8C;AnDg6StD;;AmDj6SM;EACE,6BAA8C;AnDo6StD;;AmDr6SM;EACE,8BAA8C;AnDw6StD;;AmDz6SM;EACE,4BAA8C;AnD46StD;;AmDz6SM;EACE,4BAAyC;EACzC,6BAA2C;AnD46SnD;;AmDz6SM;EACE,2BAAuC;EACvC,8BAA6C;AnD46SrD;;AmD37SI;EACE,qBAA+B;AnD87SrC;;AmD37SM;EACE,yBAA8C;AnD87StD;;AmD/7SM;EACE,2BAA8C;AnDk8StD;;AmDn8SM;EACE,4BAA8C;AnDs8StD;;AmDv8SM;EACE,0BAA8C;AnD08StD;;AmDv8SM;EACE,0BAAyC;EACzC,2BAA2C;AnD08SnD;;AmDv8SM;EACE,yBAAuC;EACvC,4BAA6C;AnD08SrD;;AmDz9SI;EACE,2BAA+B;AnD49SrC;;AmDz9SM;EACE,+BAA8C;AnD49StD;;AmD79SM;EACE,iCAA8C;AnDg+StD;;AmDj+SM;EACE,kCAA8C;AnDo+StD;;AmDr+SM;EACE,gCAA8C;AnDw+StD;;AmDr+SM;EACE,gCAAyC;EACzC,iCAA2C;AnDw+SnD;;AmDr+SM;EACE,+BAAuC;EACvC,kCAA6C;AnDw+SrD;;AmDv/SI;EACE,0BAA+B;AnD0/SrC;;AmDv/SM;EACE,8BAA8C;AnD0/StD;;AmD3/SM;EACE,gCAA8C;AnD8/StD;;AmD//SM;EACE,iCAA8C;AnDkgTtD;;AmDngTM;EACE,+BAA8C;AnDsgTtD;;AmDngTM;EACE,+BAAyC;EACzC,gCAA2C;AnDsgTnD;;AmDngTM;EACE,8BAAuC;EACvC,iCAA6C;AnDsgTrD;;AmDrhTI;EACE,2BAA+B;AnDwhTrC;;AmDrhTM;EACE,+BAA8C;AnDwhTtD;;AmDzhTM;EACE,iCAA8C;AnD4hTtD;;AmD7hTM;EACE,kCAA8C;AnDgiTtD;;AmDjiTM;EACE,gCAA8C;AnDoiTtD;;AmDjiTM;EACE,gCAAyC;EACzC,iCAA2C;AnDoiTnD;;AmDjiTM;EACE,+BAAuC;EACvC,kCAA6C;AnDoiTrD;;AmDnjTI;EACE,wBAA+B;AnDsjTrC;;AmDnjTM;EACE,4BAA8C;AnDsjTtD;;AmDvjTM;EACE,8BAA8C;AnD0jTtD;;AmD3jTM;EACE,+BAA8C;AnD8jTtD;;AmD/jTM;EACE,6BAA8C;AnDkkTtD;;AmD/jTM;EACE,6BAAyC;EACzC,8BAA2C;AnDkkTnD;;AmD/jTM;EACE,4BAAuC;EACvC,+BAA6C;AnDkkTrD;;AmDjlTI;EACE,0BAA+B;AnDolTrC;;AmDjlTM;EACE,8BAA8C;AnDolTtD;;AmDrlTM;EACE,gCAA8C;AnDwlTtD;;AmDzlTM;EACE,iCAA8C;AnD4lTtD;;AmD7lTM;EACE,+BAA8C;AnDgmTtD;;AmD7lTM;EACE,+BAAyC;EACzC,gCAA2C;AnDgmTnD;;AmD7lTM;EACE,8BAAuC;EACvC,iCAA6C;AnDgmTrD;;AmD/mTI;EACE,wBAA+B;AnDknTrC;;AmD/mTM;EACE,4BAA8C;AnDknTtD;;AmDnnTM;EACE,8BAA8C;AnDsnTtD;;AmDvnTM;EACE,+BAA8C;AnD0nTtD;;AmD3nTM;EACE,6BAA8C;AnD8nTtD;;AmD3nTM;EACE,6BAAyC;EACzC,8BAA2C;AnD8nTnD;;AmD3nTM;EACE,4BAAuC;EACvC,+BAA6C;AnD8nTrD;;AoDvpTI;EACE,0BAA2B;ApD0pTjC;;AoD3pTI;EACE,4BAA2B;ApD8pTjC;;AoD/pTI;EACE,0BAA2B;ApDkqTjC;;AoDnqTI;EACE,4BAA2B;ApDsqTjC;;AoDvqTI;EACE,6BAA2B;ApD0qTjC;;AoD3qTI;EACE,0BAA2B;ApD8qTjC;;AoD/qTI;EACE,6BAA2B;ApDkrTjC;;AC3lTE;EmDxFE;IACE,0BAA2B;EpDurT/B;EoDxrTE;IACE,4BAA2B;EpD0rT/B;EoD3rTE;IACE,0BAA2B;EpD6rT/B;EoD9rTE;IACE,4BAA2B;EpDgsT/B;EoDjsTE;IACE,6BAA2B;EpDmsT/B;EoDpsTE;IACE,0BAA2B;EpDssT/B;EoDvsTE;IACE,6BAA2B;EpDysT/B;AACF;;AC/mTE;EmD5FE;IACE,0BAA2B;EpD+sT/B;EoDhtTE;IACE,4BAA2B;EpDktT/B;EoDntTE;IACE,0BAA2B;EpDqtT/B;EoDttTE;IACE,4BAA2B;EpDwtT/B;EoDztTE;IACE,6BAA2B;EpD2tT/B;EoD5tTE;IACE,0BAA2B;EpD8tT/B;EoD/tTE;IACE,6BAA2B;EpDiuT/B;AACF;;AC/nTE;EmDpGE;IACE,0BAA2B;EpDuuT/B;EoDxuTE;IACE,4BAA2B;EpD0uT/B;EoD3uTE;IACE,0BAA2B;EpD6uT/B;EoD9uTE;IACE,4BAA2B;EpDgvT/B;EoDjvTE;IACE,6BAA2B;EpDmvT/B;EoDpvTE;IACE,0BAA2B;EpDsvT/B;EoDvvTE;IACE,6BAA2B;EpDyvT/B;AACF;;ACnpTE;EmDxGE;IACE,0BAA2B;EpD+vT/B;EoDhwTE;IACE,4BAA2B;EpDkwT/B;EoDnwTE;IACE,0BAA2B;EpDqwT/B;EoDtwTE;IACE,4BAA2B;EpDwwT/B;EoDzwTE;IACE,6BAA2B;EpD2wT/B;EoD5wTE;IACE,0BAA2B;EpD8wT/B;EoD/wTE;IACE,6BAA2B;EpDixT/B;AACF;;AC5pTI;EmDvHA;IACE,0BAA2B;EpDuxT/B;EoDxxTE;IACE,4BAA2B;EpD0xT/B;EoD3xTE;IACE,0BAA2B;EpD6xT/B;EoD9xTE;IACE,4BAA2B;EpDgyT/B;EoDjyTE;IACE,6BAA2B;EpDmyT/B;EoDpyTE;IACE,0BAA2B;EpDsyT/B;EoDvyTE;IACE,6BAA2B;EpDyyT/B;AACF;;ACrqTI;EmDtIA;IACE,0BAA2B;EpD+yT/B;EoDhzTE;IACE,4BAA2B;EpDkzT/B;EoDnzTE;IACE,0BAA2B;EpDqzT/B;EoDtzTE;IACE,4BAA2B;EpDwzT/B;EoDzzTE;IACE,6BAA2B;EpD2zT/B;EoD5zTE;IACE,0BAA2B;EpD8zT/B;EoD/zTE;IACE,6BAA2B;EpDi0T/B;AACF;;AoDzyTE;EACE,6BAAqC;ApD4yTzC;;AoD7yTE;EACE,8BAAqC;ApDgzTzC;;AoDjzTE;EACE,2BAAqC;ApDozTzC;;AoDrzTE;EACE,4BAAqC;ApDwzTzC;;AC3vTE;EmDzDE;IACE,6BAAqC;EpDwzTzC;AACF;;AC7vTE;EmD1DE;IACE,6BAAqC;EpD2zTzC;AACF;;AC/vTE;EmD3DE;IACE,6BAAqC;EpD8zTzC;AACF;;ACjwTE;EmD5DE;IACE,6BAAqC;EpDi0TzC;AACF;;ACnwTE;EmD7DE;IACE,6BAAqC;EpDo0TzC;AACF;;ACpwTI;EmD/DA;IACE,6BAAqC;EpDu0TzC;AACF;;AChwTI;EmDtEA;IACE,6BAAqC;EpD00TzC;AACF;;ACjwTI;EmDxEA;IACE,6BAAqC;EpD60TzC;AACF;;AC7vTI;EmD/EA;IACE,6BAAqC;EpDg1TzC;AACF;;ACjzTE;EmDzDE;IACE,8BAAqC;EpD82TzC;AACF;;ACnzTE;EmD1DE;IACE,8BAAqC;EpDi3TzC;AACF;;ACrzTE;EmD3DE;IACE,8BAAqC;EpDo3TzC;AACF;;ACvzTE;EmD5DE;IACE,8BAAqC;EpDu3TzC;AACF;;ACzzTE;EmD7DE;IACE,8BAAqC;EpD03TzC;AACF;;AC1zTI;EmD/DA;IACE,8BAAqC;EpD63TzC;AACF;;ACtzTI;EmDtEA;IACE,8BAAqC;EpDg4TzC;AACF;;ACvzTI;EmDxEA;IACE,8BAAqC;EpDm4TzC;AACF;;ACnzTI;EmD/EA;IACE,8BAAqC;EpDs4TzC;AACF;;ACv2TE;EmDzDE;IACE,2BAAqC;EpDo6TzC;AACF;;ACz2TE;EmD1DE;IACE,2BAAqC;EpDu6TzC;AACF;;AC32TE;EmD3DE;IACE,2BAAqC;EpD06TzC;AACF;;AC72TE;EmD5DE;IACE,2BAAqC;EpD66TzC;AACF;;AC/2TE;EmD7DE;IACE,2BAAqC;EpDg7TzC;AACF;;ACh3TI;EmD/DA;IACE,2BAAqC;EpDm7TzC;AACF;;AC52TI;EmDtEA;IACE,2BAAqC;EpDs7TzC;AACF;;AC72TI;EmDxEA;IACE,2BAAqC;EpDy7TzC;AACF;;ACz2TI;EmD/EA;IACE,2BAAqC;EpD47TzC;AACF;;AC75TE;EmDzDE;IACE,4BAAqC;EpD09TzC;AACF;;AC/5TE;EmD1DE;IACE,4BAAqC;EpD69TzC;AACF;;ACj6TE;EmD3DE;IACE,4BAAqC;EpDg+TzC;AACF;;ACn6TE;EmD5DE;IACE,4BAAqC;EpDm+TzC;AACF;;ACr6TE;EmD7DE;IACE,4BAAqC;EpDs+TzC;AACF;;ACt6TI;EmD/DA;IACE,4BAAqC;EpDy+TzC;AACF;;ACl6TI;EmDtEA;IACE,4BAAqC;EpD4+TzC;AACF;;ACn6TI;EmDxEA;IACE,4BAAqC;EpD++TzC;AACF;;AC/5TI;EmD/EA;IACE,4BAAqC;EpDk/TzC;AACF;;AoDj/TA;EACE,qCAAqC;ApDo/TvC;;AoDl/TA;EACE,oCAAoC;ApDq/TtC;;AoDn/TA;EACE,oCAAoC;ApDs/TtC;;AoDp/TA;EACE,6BAA6B;ApDu/T/B;;AoDr/TA;EACE,2BAAqC;ApDw/TvC;;AoDv/TA;EACE,2BAAsC;ApD0/TxC;;AoDz/TA;EACE,2BAAsC;ApD4/TxC;;AoD3/TA;EACE,2BAAwC;ApD8/T1C;;AoD7/TA;EACE,2BAAoC;ApDggUtC;;AoD9/TA;EACE,+LAAuC;ApDigUzC;;AoD//TA;EACE,+LAAyC;ApDkgU3C;;AoDhgUA;EACE,+LAA0C;ApDmgU5C;;AoDjgUA;EACE,iCAAyC;ApDogU3C;;AoDlgUA;EACE,iCAAoC;ApDqgUtC;;AqDnmUE;EACE,yBAA+B;ArDsmUnC;;AC/gUE;EoDrFE;IACE,yBAA+B;ErDwmUnC;AACF;;ACjhUE;EoDtFE;IACE,yBAA+B;ErD2mUnC;AACF;;ACnhUE;EoDvFE;IACE,yBAA+B;ErD8mUnC;AACF;;ACrhUE;EoDxFE;IACE,yBAA+B;ErDinUnC;AACF;;ACvhUE;EoDzFE;IACE,yBAA+B;ErDonUnC;AACF;;ACxhUI;EoD3FA;IACE,yBAA+B;ErDunUnC;AACF;;ACphUI;EoDlGA;IACE,yBAA+B;ErD0nUnC;AACF;;ACrhUI;EoDpGA;IACE,yBAA+B;ErD6nUnC;AACF;;ACjhUI;EoD3GA;IACE,yBAA+B;ErDgoUnC;AACF;;AqD7pUE;EACE,wBAA+B;ArDgqUnC;;ACzkUE;EoDrFE;IACE,wBAA+B;ErDkqUnC;AACF;;AC3kUE;EoDtFE;IACE,wBAA+B;ErDqqUnC;AACF;;AC7kUE;EoDvFE;IACE,wBAA+B;ErDwqUnC;AACF;;AC/kUE;EoDxFE;IACE,wBAA+B;ErD2qUnC;AACF;;ACjlUE;EoDzFE;IACE,wBAA+B;ErD8qUnC;AACF;;ACllUI;EoD3FA;IACE,wBAA+B;ErDirUnC;AACF;;AC9kUI;EoDlGA;IACE,wBAA+B;ErDorUnC;AACF;;AC/kUI;EoDpGA;IACE,wBAA+B;ErDurUnC;AACF;;AC3kUI;EoD3GA;IACE,wBAA+B;ErD0rUnC;AACF;;AqDvtUE;EACE,0BAA+B;ArD0tUnC;;ACnoUE;EoDrFE;IACE,0BAA+B;ErD4tUnC;AACF;;ACroUE;EoDtFE;IACE,0BAA+B;ErD+tUnC;AACF;;ACvoUE;EoDvFE;IACE,0BAA+B;ErDkuUnC;AACF;;ACzoUE;EoDxFE;IACE,0BAA+B;ErDquUnC;AACF;;AC3oUE;EoDzFE;IACE,0BAA+B;ErDwuUnC;AACF;;AC5oUI;EoD3FA;IACE,0BAA+B;ErD2uUnC;AACF;;ACxoUI;EoDlGA;IACE,0BAA+B;ErD8uUnC;AACF;;ACzoUI;EoDpGA;IACE,0BAA+B;ErDivUnC;AACF;;ACroUI;EoD3GA;IACE,0BAA+B;ErDovUnC;AACF;;AqDjxUE;EACE,gCAA+B;ArDoxUnC;;AC7rUE;EoDrFE;IACE,gCAA+B;ErDsxUnC;AACF;;AC/rUE;EoDtFE;IACE,gCAA+B;ErDyxUnC;AACF;;ACjsUE;EoDvFE;IACE,gCAA+B;ErD4xUnC;AACF;;ACnsUE;EoDxFE;IACE,gCAA+B;ErD+xUnC;AACF;;ACrsUE;EoDzFE;IACE,gCAA+B;ErDkyUnC;AACF;;ACtsUI;EoD3FA;IACE,gCAA+B;ErDqyUnC;AACF;;AClsUI;EoDlGA;IACE,gCAA+B;ErDwyUnC;AACF;;ACnsUI;EoDpGA;IACE,gCAA+B;ErD2yUnC;AACF;;AC/rUI;EoD3GA;IACE,gCAA+B;ErD8yUnC;AACF;;AqD30UE;EACE,+BAA+B;ArD80UnC;;ACvvUE;EoDrFE;IACE,+BAA+B;ErDg1UnC;AACF;;ACzvUE;EoDtFE;IACE,+BAA+B;ErDm1UnC;AACF;;AC3vUE;EoDvFE;IACE,+BAA+B;ErDs1UnC;AACF;;AC7vUE;EoDxFE;IACE,+BAA+B;ErDy1UnC;AACF;;AC/vUE;EoDzFE;IACE,+BAA+B;ErD41UnC;AACF;;AChwUI;EoD3FA;IACE,+BAA+B;ErD+1UnC;AACF;;AC5vUI;EoDlGA;IACE,+BAA+B;ErDk2UnC;AACF;;AC7vUI;EoDpGA;IACE,+BAA+B;ErDq2UnC;AACF;;ACzvUI;EoD3GA;IACE,+BAA+B;ErDw2UnC;AACF;;AqDv2UA;EACE,wBAAwB;ArD02U1B;;AqDx2UA;EACE,uBAAuB;EACvB,iCAAiC;EACjC,yBAAyB;EACzB,2BAA2B;EAC3B,qBAAqB;EACrB,6BAA6B;EAC7B,8BAA8B;EAC9B,wBAAwB;ArD22U1B;;AC5zUE;EoD5CA;IACE,wBAAwB;ErD42U1B;AACF;;AC9zUE;EoD5CA;IACE,wBAAwB;ErD82U1B;AACF;;ACh0UE;EoD5CA;IACE,wBAAwB;ErDg3U1B;AACF;;ACl0UE;EoD5CA;IACE,wBAAwB;ErDk3U1B;AACF;;ACp0UE;EoD5CA;IACE,wBAAwB;ErDo3U1B;AACF;;ACr0UI;EoD7CF;IACE,wBAAwB;ErDs3U1B;AACF;;ACj0UI;EoDnDF;IACE,wBAAwB;ErDw3U1B;AACF;;ACl0UI;EoDpDF;IACE,wBAAwB;ErD03U1B;AACF;;AC9zUI;EoD1DF;IACE,wBAAwB;ErD43U1B;AACF;;AqD33UA;EACE,6BAA6B;ArD83U/B;;ACt3UE;EoDLA;IACE,6BAA6B;ErD+3U/B;AACF;;ACx3UE;EoDLA;IACE,6BAA6B;ErDi4U/B;AACF;;AC13UE;EoDLA;IACE,6BAA6B;ErDm4U/B;AACF;;AC53UE;EoDLA;IACE,6BAA6B;ErDq4U/B;AACF;;AC93UE;EoDLA;IACE,6BAA6B;ErDu4U/B;AACF;;AC/3UI;EoDNF;IACE,6BAA6B;ErDy4U/B;AACF;;AC33UI;EoDZF;IACE,6BAA6B;ErD24U/B;AACF;;AC53UI;EoDbF;IACE,6BAA6B;ErD64U/B;AACF;;ACx3UI;EoDnBF;IACE,6BAA6B;ErD+4U/B;AACF;;AsDzgVA,iBAAA;ACWA;EACE,oBAAoB;EACpB,aAAa;EACb,sBAAsB;EACtB,8BAA8B;AvDkgVhC;;AuDtgVA;EAMI,gBAAgB;AvDogVpB;;AuD1gVA;EASM,mBAAmB;AvDqgVzB;;AuD9gVA;EAeM,uBxDXyB;EwDYzB,cxDzBuB;AC4hV7B;;AuDnhVA;;EAmBQ,cAAc;AvDqgVtB;;AuDxhVA;EAqBQ,cxD9BqB;ACqiV7B;;AuD5hVA;EAuBQ,4BxDhCqB;ACyiV7B;;AuDhiVA;;EA0BU,cxDnCmB;AC8iV7B;;ACv8UE;EsD9FF;IA6BU,uBxDzBqB;ECsiV7B;AACF;;AuD3iVA;;EAgCQ,4BxDzCqB;ACyjV7B;;AuDhjVA;;;EAqCU,yB7C6DuB;E6C5DvB,cxD/CmB;ACgkV7B;;AuDvjVA;EAyCU,cxDlDmB;EwDmDnB,YAAY;AvDkhVtB;;AuD5jVA;EA4CY,UAAU;AvDohVtB;;AuDhkVA;EA+CY,UAAU;AvDqhVtB;;AuDpkVA;EAmDY,cxD5DiB;ACilV7B;;AuDxkVA;EAqDc,uCxD9De;ACqlV7B;;AuD5kVA;EAyDc,yBxDlEe;EwDmEf,qBxDnEe;EwDoEf,YxDvDiB;AC8kV/B;;AuDllVA;EAiEU,4EAAyG;AvDqhVnH;;ACpgVE;EsDlFF;IAoEc,4EAAyG;EvDuhVrH;AACF;;AuD5lVA;EAeM,yBxDxBuB;EwDyBvB,YxDZyB;AC6lV/B;;AuDjmVA;;EAmBQ,cAAc;AvDmlVtB;;AuDtmVA;EAqBQ,YxDjBuB;ACsmV/B;;AuD1mVA;EAuBQ,+BxDnBuB;AC0mV/B;;AuD9mVA;;EA0BU,YxDtBqB;AC+mV/B;;ACrhVE;EsD9FF;IA6BU,yBxDtCmB;ECioV3B;AACF;;AuDznVA;;EAgCQ,+BxD5BuB;AC0nV/B;;AuD9nVA;;;EAqCU,uB7C6DuB;E6C5DvB,YxDlCqB;ACioV/B;;AuDroVA;EAyCU,YxDrCqB;EwDsCrB,YAAY;AvDgmVtB;;AuD1oVA;EA4CY,UAAU;AvDkmVtB;;AuD9oVA;EA+CY,UAAU;AvDmmVtB;;AuDlpVA;EAmDY,YxD/CmB;ACkpV/B;;AuDtpVA;EAqDc,uCxD9De;ACmqV7B;;AuD1pVA;EAyDc,uBxDrDiB;EwDsDjB,mBxDtDiB;EwDuDjB,cxDpEe;ACyqV7B;;AuDhqVA;EAiEU,8EAAyG;AvDmmVnH;;ACllVE;EsDlFF;IAoEc,8EAAyG;EvDqmVrH;AACF;;AuD1qVA;EAeM,4BxDbwB;EwDcxB,yB7CqDe;AV0mVrB;;AuD/qVA;;EAmBQ,cAAc;AvDiqVtB;;AuDprVA;EAqBQ,yB7CgDa;AVmnVrB;;AuDxrVA;EAuBQ,yB7C8Ca;AVunVrB;;AuD5rVA;;EA0BU,yB7C2CW;AV4nVrB;;ACnmVE;EsD9FF;IA6BU,4BxD3BoB;ECosV5B;AACF;;AuDvsVA;;EAgCQ,yB7CqCa;AVuoVrB;;AuD5sVA;;;EAqCU,yB7C6DuB;E6C5DvB,yB7C+BW;AV8oVrB;;AuDntVA;EAyCU,yB7C4BW;E6C3BX,YAAY;AvD8qVtB;;AuDxtVA;EA4CY,UAAU;AvDgrVtB;;AuD5tVA;EA+CY,UAAU;AvDirVtB;;AuDhuVA;EAmDY,yB7CkBS;AV+pVrB;;AuDpuVA;EAqDc,uCxD9De;ACivV7B;;AuDxuVA;EAyDc,oC7CYO;E6CXP,gC7CWO;E6CVP,iBxDzDgB;AC4uV9B;;AuD9uVA;EAiEU,iFAAyG;AvDirVnH;;AChqVE;EsDlFF;IAoEc,iFAAyG;EvDmrVrH;AACF;;AuDxvVA;EAeM,yBxDpBwB;EwDqBxB,W7CuDU;AVsrVhB;;AuD7vVA;;EAmBQ,cAAc;AvD+uVtB;;AuDlwVA;EAqBQ,W7CkDQ;AV+rVhB;;AuDtwVA;EAuBQ,+B7CgDQ;AVmsVhB;;AuD1wVA;;EA0BU,W7C6CM;AVwsVhB;;ACjrVE;EsD9FF;IA6BU,yBxDlCoB;ECyxV5B;AACF;;AuDrxVA;;EAgCQ,+B7CuCQ;AVmtVhB;;AuD1xVA;;;EAqCU,yB7C6DuB;E6C5DvB,W7CiCM;AV0tVhB;;AuDjyVA;EAyCU,W7C8BM;E6C7BN,YAAY;AvD4vVtB;;AuDtyVA;EA4CY,UAAU;AvD8vVtB;;AuD1yVA;EA+CY,UAAU;AvD+vVtB;;AuD9yVA;EAmDY,W7CoBI;AV2uVhB;;AuDlzVA;EAqDc,uCxD9De;AC+zV7B;;AuDtzVA;EAyDc,sB7CcE;E6CbF,kB7CaE;E6CZF,cxDhEgB;ACi0V9B;;AuD5zVA;EAiEU,gFAAyG;AvD+vVnH;;AC9uVE;EsDlFF;IAoEc,gFAAyG;EvDiwVrH;AACF;;AuDt0VA;EAeM,yBxDN4B;EwDO5B,W7CuDU;AVowVhB;;AuD30VA;;EAmBQ,cAAc;AvD6zVtB;;AuDh1VA;EAqBQ,W7CkDQ;AV6wVhB;;AuDp1VA;EAuBQ,+B7CgDQ;AVixVhB;;AuDx1VA;;EA0BU,W7C6CM;AVsxVhB;;AC/vVE;EsD9FF;IA6BU,yBxDpBwB;ECy1VhC;AACF;;AuDn2VA;;EAgCQ,+B7CuCQ;AViyVhB;;AuDx2VA;;;EAqCU,yB7C6DuB;E6C5DvB,W7CiCM;AVwyVhB;;AuD/2VA;EAyCU,W7C8BM;E6C7BN,YAAY;AvD00VtB;;AuDp3VA;EA4CY,UAAU;AvD40VtB;;AuDx3VA;EA+CY,UAAU;AvD60VtB;;AuD53VA;EAmDY,W7CoBI;AVyzVhB;;AuDh4VA;EAqDc,uCxD9De;AC64V7B;;AuDp4VA;EAyDc,sB7CcE;E6CbF,kB7CaE;E6CZF,cxDlDoB;ACi4VlC;;AuD14VA;EAiEU,gFAAyG;AvD60VnH;;AC5zVE;EsDlFF;IAoEc,gFAAyG;EvD+0VrH;AACF;;AuDp5VA;EAeM,yBxDJ4B;EwDK5B,W7CuDU;AVk1VhB;;AuDz5VA;;EAmBQ,cAAc;AvD24VtB;;AuD95VA;EAqBQ,W7CkDQ;AV21VhB;;AuDl6VA;EAuBQ,+B7CgDQ;AV+1VhB;;AuDt6VA;;EA0BU,W7C6CM;AVo2VhB;;AC70VE;EsD9FF;IA6BU,yBxDlBwB;ECq6VhC;AACF;;AuDj7VA;;EAgCQ,+B7CuCQ;AV+2VhB;;AuDt7VA;;;EAqCU,yB7C6DuB;E6C5DvB,W7CiCM;AVs3VhB;;AuD77VA;EAyCU,W7C8BM;E6C7BN,YAAY;AvDw5VtB;;AuDl8VA;EA4CY,UAAU;AvD05VtB;;AuDt8VA;EA+CY,UAAU;AvD25VtB;;AuD18VA;EAmDY,W7CoBI;AVu4VhB;;AuD98VA;EAqDc,uCxD9De;AC29V7B;;AuDl9VA;EAyDc,sB7CcE;E6CbF,kB7CaE;E6CZF,cxDhDoB;AC68VlC;;AuDx9VA;EAiEU,gFAAyG;AvD25VnH;;AC14VE;EsDlFF;IAoEc,gFAAyG;EvD65VrH;AACF;;AuDl+VA;EAeM,yBxDL4B;EwDM5B,W7CuDU;AVg6VhB;;AuDv+VA;;EAmBQ,cAAc;AvDy9VtB;;AuD5+VA;EAqBQ,W7CkDQ;AVy6VhB;;AuDh/VA;EAuBQ,+B7CgDQ;AV66VhB;;AuDp/VA;;EA0BU,W7C6CM;AVk7VhB;;AC35VE;EsD9FF;IA6BU,yBxDnBwB;ECo/VhC;AACF;;AuD//VA;;EAgCQ,+B7CuCQ;AV67VhB;;AuDpgWA;;;EAqCU,yB7C6DuB;E6C5DvB,W7CiCM;AVo8VhB;;AuD3gWA;EAyCU,W7C8BM;E6C7BN,YAAY;AvDs+VtB;;AuDhhWA;EA4CY,UAAU;AvDw+VtB;;AuDphWA;EA+CY,UAAU;AvDy+VtB;;AuDxhWA;EAmDY,W7CoBI;AVq9VhB;;AuD5hWA;EAqDc,uCxD9De;ACyiW7B;;AuDhiWA;EAyDc,sB7CcE;E6CbF,kB7CaE;E6CZF,cxDjDoB;AC4hWlC;;AuDtiWA;EAiEU,gFAAyG;AvDy+VnH;;ACx9VE;EsDlFF;IAoEc,gFAAyG;EvD2+VrH;AACF;;AuDhjWA;EAeM,yBxDP4B;EwDQ5B,W7CuDU;AV8+VhB;;AuDrjWA;;EAmBQ,cAAc;AvDuiWtB;;AuD1jWA;EAqBQ,W7CkDQ;AVu/VhB;;AuD9jWA;EAuBQ,+B7CgDQ;AV2/VhB;;AuDlkWA;;EA0BU,W7C6CM;AVggWhB;;ACz+VE;EsD9FF;IA6BU,yBxDrBwB;ECokWhC;AACF;;AuD7kWA;;EAgCQ,+B7CuCQ;AV2gWhB;;AuDllWA;;;EAqCU,yB7C6DuB;E6C5DvB,W7CiCM;AVkhWhB;;AuDzlWA;EAyCU,W7C8BM;E6C7BN,YAAY;AvDojWtB;;AuD9lWA;EA4CY,UAAU;AvDsjWtB;;AuDlmWA;EA+CY,UAAU;AvDujWtB;;AuDtmWA;EAmDY,W7CoBI;AVmiWhB;;AuD1mWA;EAqDc,uCxD9De;ACunW7B;;AuD9mWA;EAyDc,sB7CcE;E6CbF,kB7CaE;E6CZF,cxDnDoB;AC4mWlC;;AuDpnWA;EAiEU,gFAAyG;AvDujWnH;;ACtiWE;EsDlFF;IAoEc,gFAAyG;EvDyjWrH;AACF;;AuD9nWA;EAeM,yBxDR4B;EwDS5B,yB7CqDe;AV8jWrB;;AuDnoWA;;EAmBQ,cAAc;AvDqnWtB;;AuDxoWA;EAqBQ,yB7CgDa;AVukWrB;;AuD5oWA;EAuBQ,yB7C8Ca;AV2kWrB;;AuDhpWA;;EA0BU,yB7C2CW;AVglWrB;;ACvjWE;EsD9FF;IA6BU,yBxDtBwB;ECmpWhC;AACF;;AuD3pWA;;EAgCQ,yB7CqCa;AV2lWrB;;AuDhqWA;;;EAqCU,yB7C6DuB;E6C5DvB,yB7C+BW;AVkmWrB;;AuDvqWA;EAyCU,yB7C4BW;E6C3BX,YAAY;AvDkoWtB;;AuD5qWA;EA4CY,UAAU;AvDooWtB;;AuDhrWA;EA+CY,UAAU;AvDqoWtB;;AuDprWA;EAmDY,yB7CkBS;AVmnWrB;;AuDxrWA;EAqDc,uCxD9De;ACqsW7B;;AuD5rWA;EAyDc,oC7CYO;E6CXP,gC7CWO;E6CVP,cxDpDoB;AC2rWlC;;AuDlsWA;EAiEU,gFAAyG;AvDqoWnH;;ACpnWE;EsDlFF;IAoEc,gFAAyG;EvDuoWrH;AACF;;AuD5sWA;EAeM,yBxDF2B;EwDG3B,W7CuDU;AV0oWhB;;AuDjtWA;;EAmBQ,cAAc;AvDmsWtB;;AuDttWA;EAqBQ,W7CkDQ;AVmpWhB;;AuD1tWA;EAuBQ,+B7CgDQ;AVupWhB;;AuD9tWA;;EA0BU,W7C6CM;AV4pWhB;;ACroWE;EsD9FF;IA6BU,yBxDhBuB;EC2tW/B;AACF;;AuDzuWA;;EAgCQ,+B7CuCQ;AVuqWhB;;AuD9uWA;;;EAqCU,yB7C6DuB;E6C5DvB,W7CiCM;AV8qWhB;;AuDrvWA;EAyCU,W7C8BM;E6C7BN,YAAY;AvDgtWtB;;AuD1vWA;EA4CY,UAAU;AvDktWtB;;AuD9vWA;EA+CY,UAAU;AvDmtWtB;;AuDlwWA;EAmDY,W7CoBI;AV+rWhB;;AuDtwWA;EAqDc,uCxD9De;ACmxW7B;;AuD1wWA;EAyDc,sB7CcE;E6CbF,kB7CaE;E6CZF,cxD9CmB;ACmwWjC;;AuDhxWA;EAiEU,gFAAyG;AvDmtWnH;;AClsWE;EsDlFF;IAoEc,gFAAyG;EvDqtWrH;AACF;;AuD1xWA;EAwEM,eA/E0B;AvDqyWhC;;ACxsWE;EsDtFF;IA4EQ,oBAlF8B;EvDyyWpC;AACF;;AC9sWE;EsDtFF;IAgFQ,mBArF4B;EvD8yWlC;AACF;;AuD1yWA;EAqFM,mBAAmB;EACnB,aAAa;AvDytWnB;;AuD/yWA;EAwFQ,YAAY;EACZ,cAAc;AvD2tWtB;;AuDpzWA;EA2FI,gBAAgB;AvD6tWpB;;AuDxzWA;EA6FI,iBAAiB;AvD+tWrB;;AuD3tWA;EAEE,gBAAgB;AvD6tWlB;;AuD/tWA;EAII,SAAS;EACT,gBAAgB;EAChB,eAAe;EACf,kBAAkB;EAClB,QAAQ;EACR,qCAAqC;AvD+tWzC;;AuDxuWA;EAYI,YAAY;AvDguWhB;;AC3vWE;EsDeF;IAeI,aAAa;EvDkuWf;AACF;;AuDjuWA;EACE,kBAAkB;AvDouWpB;;ACrwWE;EsDgCF;IAKM,aAAa;EvDquWjB;EuD1uWF;IAOQ,sBAAsB;EvDsuW5B;AACF;;AC1wWE;EsD4BF;IASI,aAAa;IACb,uBAAuB;EvD0uWzB;EuDpvWF;ItD6BI,mBsDjBwC;EvD2uW1C;AACF;;AuDxuWA;;EAEE,YAAY;EACZ,cAAc;AvD2uWhB;;AuDzuWA;EACE,YAAY;EACZ,cAAc;EACd,oBAnJ6B;AvD+3W/B;;AChyWE;EsDiDF;IAKI,kBApJgC;EvDm4WlC;AACF;;AwDh4WA;EACE,oBAN2B;AxDy4W7B;;AC9xWE;EuDtGF;IAII,kBAR+B;ExD64WjC;EwDz4WF;IAOM,oBAV8B;ExD+4WlC;EwD54WF;IASM,mBAX4B;ExDi5WhC;AACF;;AyDj5WA;EACE,yB1DO4B;E0DN5B,yBAJ+B;AzDw5WjC","file":"bulma-rtl.css"} \ No newline at end of file diff --git a/css/bulma-rtl.min.css b/css/bulma-rtl.min.css index 286a30319..a14999d85 100644 --- a/css/bulma-rtl.min.css +++ b/css/bulma-rtl.min.css @@ -1 +1 @@ -/*! bulma.io v0.9.2 | MIT License | github.com/jgthms/bulma */.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:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.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 fieldset[disabled] select,.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}.breadcrumb,.button,.file,.is-unselectable,.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{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.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}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */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%;-ms-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}@-webkit-keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.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-ghost{background:0 0;border-color:transparent;color:#3273dc;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#3273dc;text-decoration:underline}.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{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{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){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-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}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{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:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#b5b5b5}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#3273dc;box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.input[disabled],.select fieldset[disabled] select,.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 fieldset[disabled] select::-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 fieldset[disabled] select::-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 fieldset[disabled] select:-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 fieldset[disabled] select:-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-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.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-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.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-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.is-primary.input,.is-primary.textarea{border-color:#00d1b2}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.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-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.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-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.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-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.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-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.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-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{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%;position:relative}.card-content:first-child,.card-footer:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-content:last-child,.card-footer:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.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-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color: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}.pagination-list li{list-style:none}@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;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-right:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-right:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-right:50%}.columns.is-mobile>.column.is-offset-one-third{margin-right:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-right:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-right:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-right:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-right:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-right:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-right:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-right:8.33333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-right:16.66667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-right:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333%}.columns.is-mobile>.column.is-offset-4{margin-right:33.33333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-right:41.66667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-right:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333%}.columns.is-mobile>.column.is-offset-7{margin-right:58.33333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-right:66.66667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-right:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333%}.columns.is-mobile>.column.is-offset-10{margin-right:83.33333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-right:91.66667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-right:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-right:75%}.column.is-offset-two-thirds-mobile{margin-right:66.6666%}.column.is-offset-half-mobile{margin-right:50%}.column.is-offset-one-third-mobile{margin-right:33.3333%}.column.is-offset-one-quarter-mobile{margin-right:25%}.column.is-offset-one-fifth-mobile{margin-right:20%}.column.is-offset-two-fifths-mobile{margin-right:40%}.column.is-offset-three-fifths-mobile{margin-right:60%}.column.is-offset-four-fifths-mobile{margin-right:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-right:0}.column.is-1-mobile{flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-right:8.33333%}.column.is-2-mobile{flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-right:16.66667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-right:25%}.column.is-4-mobile{flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-right:33.33333%}.column.is-5-mobile{flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-right:41.66667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-right:50%}.column.is-7-mobile{flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-right:58.33333%}.column.is-8-mobile{flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-right:66.66667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-right:75%}.column.is-10-mobile{flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-right:83.33333%}.column.is-11-mobile{flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-right:91.66667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-right:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-right:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-right:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-right:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-right:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-right:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-right:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-right:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-right:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-right:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-right:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-right:8.33333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-right:16.66667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-right:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-right:33.33333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-right:41.66667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-right:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-right:58.33333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-right:66.66667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-right:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-right:83.33333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-right:91.66667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-right:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-right:75%}.column.is-offset-two-thirds-touch{margin-right:66.6666%}.column.is-offset-half-touch{margin-right:50%}.column.is-offset-one-third-touch{margin-right:33.3333%}.column.is-offset-one-quarter-touch{margin-right:25%}.column.is-offset-one-fifth-touch{margin-right:20%}.column.is-offset-two-fifths-touch{margin-right:40%}.column.is-offset-three-fifths-touch{margin-right:60%}.column.is-offset-four-fifths-touch{margin-right:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-right:0}.column.is-1-touch{flex:none;width:8.33333%}.column.is-offset-1-touch{margin-right:8.33333%}.column.is-2-touch{flex:none;width:16.66667%}.column.is-offset-2-touch{margin-right:16.66667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-right:25%}.column.is-4-touch{flex:none;width:33.33333%}.column.is-offset-4-touch{margin-right:33.33333%}.column.is-5-touch{flex:none;width:41.66667%}.column.is-offset-5-touch{margin-right:41.66667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-right:50%}.column.is-7-touch{flex:none;width:58.33333%}.column.is-offset-7-touch{margin-right:58.33333%}.column.is-8-touch{flex:none;width:66.66667%}.column.is-offset-8-touch{margin-right:66.66667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-right:75%}.column.is-10-touch{flex:none;width:83.33333%}.column.is-offset-10-touch{margin-right:83.33333%}.column.is-11-touch{flex:none;width:91.66667%}.column.is-offset-11-touch{margin-right:91.66667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-right:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-right:75%}.column.is-offset-two-thirds-desktop{margin-right:66.6666%}.column.is-offset-half-desktop{margin-right:50%}.column.is-offset-one-third-desktop{margin-right:33.3333%}.column.is-offset-one-quarter-desktop{margin-right:25%}.column.is-offset-one-fifth-desktop{margin-right:20%}.column.is-offset-two-fifths-desktop{margin-right:40%}.column.is-offset-three-fifths-desktop{margin-right:60%}.column.is-offset-four-fifths-desktop{margin-right:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-right:0}.column.is-1-desktop{flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-right:8.33333%}.column.is-2-desktop{flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-right:16.66667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-right:25%}.column.is-4-desktop{flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-right:33.33333%}.column.is-5-desktop{flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-right:41.66667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-right:50%}.column.is-7-desktop{flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-right:58.33333%}.column.is-8-desktop{flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-right:66.66667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-right:75%}.column.is-10-desktop{flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-right:83.33333%}.column.is-11-desktop{flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-right:91.66667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-right:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-right:75%}.column.is-offset-two-thirds-widescreen{margin-right:66.6666%}.column.is-offset-half-widescreen{margin-right:50%}.column.is-offset-one-third-widescreen{margin-right:33.3333%}.column.is-offset-one-quarter-widescreen{margin-right:25%}.column.is-offset-one-fifth-widescreen{margin-right:20%}.column.is-offset-two-fifths-widescreen{margin-right:40%}.column.is-offset-three-fifths-widescreen{margin-right:60%}.column.is-offset-four-fifths-widescreen{margin-right:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-right:0}.column.is-1-widescreen{flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-right:8.33333%}.column.is-2-widescreen{flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-right:16.66667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-right:25%}.column.is-4-widescreen{flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-right:33.33333%}.column.is-5-widescreen{flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-right:41.66667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-right:50%}.column.is-7-widescreen{flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-right:58.33333%}.column.is-8-widescreen{flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-right:66.66667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-right:75%}.column.is-10-widescreen{flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-right:83.33333%}.column.is-11-widescreen{flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-right:91.66667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-right:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-right:75%}.column.is-offset-two-thirds-fullhd{margin-right:66.6666%}.column.is-offset-half-fullhd{margin-right:50%}.column.is-offset-one-third-fullhd{margin-right:33.3333%}.column.is-offset-one-quarter-fullhd{margin-right:25%}.column.is-offset-one-fifth-fullhd{margin-right:20%}.column.is-offset-two-fifths-fullhd{margin-right:40%}.column.is-offset-three-fifths-fullhd{margin-right:60%}.column.is-offset-four-fifths-fullhd{margin-right:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-right:0}.column.is-1-fullhd{flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-right:8.33333%}.column.is-2-fullhd{flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-right:16.66667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-right:25%}.column.is-4-fullhd{flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-right:33.33333%}.column.is-5-fullhd{flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-right:41.66667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-right:50%}.column.is-7-fullhd{flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-right:58.33333%}.column.is-8-fullhd{flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-right:66.66667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-right:75%}.column.is-10-fullhd{flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-right:83.33333%}.column.is-11-fullhd{flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-right:91.66667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-right:100%}}.columns{margin-right:-.75rem;margin-left:-.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-right:0;margin-left: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-right:calc(-1 * var(--columnGap));margin-left: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.33333%}.tile.is-2{flex:none;width:16.66667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333%}.tile.is-5{flex:none;width:41.66667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333%}.tile.is-8{flex:none;width:66.66667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333%}.tile.is-11{flex:none;width:91.66667%}.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;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5{margin-left:1.5rem!important}.mx-5{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6{margin-left:3rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.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,#e6e6e6 0,#fff 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e6e6 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,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}}.hero.is-dark{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,#1f191a 0,#363636 71%,#46403f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0,#363636 71%,#46403f 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%,#00e7eb 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e7eb 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,#1577c6 0,#3273dc 71%,#4366e5 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1577c6 0,#3273dc 71%,#4366e5 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,#159dc6 0,#3298dc 71%,#4389e5 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#159dc6 0,#3298dc 71%,#4389e5 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,#ffaf24 0,#ffdd57 71%,#fffa70 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffaf24 0,#ffdd57 71%,#fffa70 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,#fa0a62 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding:9rem 1.5rem}}@media screen and (min-width:769px),print{.hero.is-large .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 +/*! bulma.io v0.9.2 | MIT License | github.com/jgthms/bulma */.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:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.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 fieldset[disabled] select,.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}.breadcrumb,.button,.file,.is-unselectable,.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),.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{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline: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:9999px;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}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */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%;-ms-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:#485fc7;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}@-webkit-keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.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 #485fc7}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #485fc7}.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:#485fc7;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,95,199,.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-ghost{background:0 0;border-color:transparent;color:#485fc7;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#485fc7;text-decoration:underline}.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:#485fc7;border-color:transparent;color:#fff}.button.is-link.is-hovered,.button.is-link:hover{background-color:#3e56c4;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(72,95,199,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#3a51bb;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#485fc7;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#485fc7}.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:#485fc7}.button.is-link.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:transparent;border-color:#485fc7;color:#485fc7}.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:#485fc7;border-color:#485fc7;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #485fc7 #485fc7!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:#485fc7;box-shadow:none;color:#485fc7}.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:#485fc7}.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 #485fc7 #485fc7!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:#eff1fa;color:#3850b7}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#e6e9f7;border-color:transparent;color:#3850b7}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#dce0f4;border-color:transparent;color:#3850b7}.button.is-info{background-color:#3e8ed0;border-color:transparent;color:#fff}.button.is-info.is-hovered,.button.is-info:hover{background-color:#3488ce;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(62,142,208,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#3082c5;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3e8ed0;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3e8ed0}.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:#3e8ed0}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;color:#3e8ed0}.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:#3e8ed0;border-color:#3e8ed0;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3e8ed0 #3e8ed0!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:#3e8ed0;box-shadow:none;color:#3e8ed0}.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:#3e8ed0}.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 #3e8ed0 #3e8ed0!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:#eff5fb;color:#296fa8}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#e4eff9;border-color:transparent;color:#296fa8}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#dae9f6;border-color:transparent;color:#296fa8}.button.is-success{background-color:#48c78e;border-color:transparent;color:#fff}.button.is-success.is-hovered,.button.is-success:hover{background-color:#3ec487;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,142,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#3abb81;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#48c78e;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#48c78e}.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:#48c78e}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:transparent;border-color:#48c78e;color:#48c78e}.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:#48c78e;border-color:#48c78e;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #48c78e #48c78e!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:#48c78e;box-shadow:none;color:#48c78e}.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:#48c78e}.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 #48c78e #48c78e!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:#effaf5;color:#257953}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#e6f7ef;border-color:transparent;color:#257953}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#dcf4e9;border-color:transparent;color:#257953}.button.is-warning{background-color:#ffe08a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdc7d;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,224,138,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd970;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffe08a;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);color:#ffe08a}.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:#ffe08a}.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:#ffe08a;color:#ffe08a}.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:#ffe08a;border-color:#ffe08a;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffe08a #ffe08a!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:#ffe08a;box-shadow:none;color:#ffe08a}.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:#ffe08a}.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 #ffe08a #ffe08a!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:#fffaeb;color:#946c00}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#fff6de;border-color:transparent;color:#946c00}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#fff3d1;border-color:transparent;color:#946c00}.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{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{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:9999px;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){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-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-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.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:#485fc7;color:#fff}.notification.is-link.is-light{background-color:#eff1fa;color:#3850b7}.notification.is-info{background-color:#3e8ed0;color:#fff}.notification.is-info.is-light{background-color:#eff5fb;color:#296fa8}.notification.is-success{background-color:#48c78e;color:#fff}.notification.is-success.is-light{background-color:#effaf5;color:#257953}.notification.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.notification.is-warning.is-light{background-color:#fffaeb;color:#946c00}.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:9999px;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:#485fc7}.progress.is-link::-moz-progress-bar{background-color:#485fc7}.progress.is-link::-ms-fill{background-color:#485fc7}.progress.is-link:indeterminate{background-image:linear-gradient(to right,#485fc7 30%,#ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#3e8ed0}.progress.is-info::-moz-progress-bar{background-color:#3e8ed0}.progress.is-info::-ms-fill{background-color:#3e8ed0}.progress.is-info:indeterminate{background-image:linear-gradient(to right,#3e8ed0 30%,#ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#48c78e}.progress.is-success::-moz-progress-bar{background-color:#48c78e}.progress.is-success::-ms-fill{background-color:#48c78e}.progress.is-success:indeterminate{background-image:linear-gradient(to right,#48c78e 30%,#ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffe08a}.progress.is-warning::-moz-progress-bar{background-color:#ffe08a}.progress.is-warning::-ms-fill{background-color:#ffe08a}.progress.is-warning:indeterminate{background-image:linear-gradient(to right,#ffe08a 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:#485fc7;border-color:#485fc7;color:#fff}.table td.is-info,.table th.is-info{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}.table td.is-success,.table th.is-success{background-color:#48c78e;border-color:#48c78e;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffe08a;border-color:#ffe08a;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:#485fc7;color:#fff}.tag:not(body).is-link.is-light{background-color:#eff1fa;color:#3850b7}.tag:not(body).is-info{background-color:#3e8ed0;color:#fff}.tag:not(body).is-info.is-light{background-color:#eff5fb;color:#296fa8}.tag:not(body).is-success{background-color:#48c78e;color:#fff}.tag:not(body).is-success.is-light{background-color:#effaf5;color:#257953}.tag:not(body).is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.tag:not(body).is-warning.is-light{background-color:#fffaeb;color:#946c00}.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:9999px}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: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}.number{align-items:center;background-color:#f5f5f5;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.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:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#b5b5b5}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#485fc7;box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.input[disabled],.select fieldset[disabled] select,.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 fieldset[disabled] select::-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 fieldset[disabled] select::-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 fieldset[disabled] select:-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 fieldset[disabled] select:-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-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.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-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.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-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.is-primary.input,.is-primary.textarea{border-color:#00d1b2}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.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:#485fc7}.is-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.textarea:active,.is-link.textarea:focus{box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.is-info.input,.is-info.textarea{border-color:#3e8ed0}.is-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.textarea:active,.is-info.textarea:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.is-success.input,.is-success.textarea{border-color:#48c78e}.is-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.textarea:active,.is-success.textarea:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.is-warning.input,.is-warning.textarea{border-color:#ffe08a}.is-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.textarea:active,.is-warning.textarea:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.is-danger.input,.is-danger.textarea{border-color:#f14668}.is-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{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:9999px;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:#485fc7;left:1.125em;z-index:4}.select.is-rounded select{border-radius:9999px;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:#485fc7}.select.is-link select{border-color:#485fc7}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#3a51bb}.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(72,95,199,.25)}.select.is-info:not(:hover)::after{border-color:#3e8ed0}.select.is-info select{border-color:#3e8ed0}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#3082c5}.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(62,142,208,.25)}.select.is-success:not(:hover)::after{border-color:#48c78e}.select.is-success select{border-color:#48c78e}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#3abb81}.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,142,.25)}.select.is-warning:not(:hover)::after{border-color:#ffe08a}.select.is-warning select{border-color:#ffe08a}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#ffd970}.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,224,138,.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:#485fc7;border-color:transparent;color:#fff}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#3e56c4;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(72,95,199,.25);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#3a51bb;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#3e8ed0;border-color:transparent;color:#fff}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#3488ce;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(62,142,208,.25);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#3082c5;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#48c78e;border-color:transparent;color:#fff}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#3ec487;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,142,.25);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#3abb81;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffe08a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdc7d;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,224,138,.25);color:rgba(0,0,0,.7)}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd970;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-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{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:#485fc7}.help.is-info{color:#3e8ed0}.help.is-success{color:#48c78e}.help.is-warning{color:#ffe08a}.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:#485fc7;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%;position:relative}.card-content:first-child,.card-footer:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-content:last-child,.card-footer:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.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-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color: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:#485fc7;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:#485fc7;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:#eff1fa}.message.is-link .message-header{background-color:#485fc7;color:#fff}.message.is-link .message-body{border-color:#485fc7;color:#3850b7}.message.is-info{background-color:#eff5fb}.message.is-info .message-header{background-color:#3e8ed0;color:#fff}.message.is-info .message-body{border-color:#3e8ed0;color:#296fa8}.message.is-success{background-color:#effaf5}.message.is-success .message-header{background-color:#48c78e;color:#fff}.message.is-success .message-body{border-color:#48c78e;color:#257953}.message.is-warning{background-color:#fffaeb}.message.is-warning .message-header{background-color:#ffe08a;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffe08a;color:#946c00}.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:#485fc7;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:#3a51bb;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:#3a51bb;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:#3a51bb;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#485fc7;color:#fff}}.navbar.is-info{background-color:#3e8ed0;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:#3082c5;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:#3082c5;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:#3082c5;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3e8ed0;color:#fff}}.navbar.is-success{background-color:#48c78e;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:#3abb81;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:#3abb81;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:#3abb81;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c78e;color:#fff}}.navbar.is-warning{background-color:#ffe08a;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:#ffd970;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:#ffd970;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:#ffd970;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffe08a;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:#485fc7}.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:#485fc7}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#485fc7;border-bottom-style:solid;border-bottom-width:3px;color:#485fc7;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:#485fc7;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:#485fc7}.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:#485fc7}.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:9999px}.pagination.is-rounded .pagination-link{border-radius:9999px}.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:#485fc7}.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:#485fc7;border-color:#485fc7;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-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:#485fc7;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#485fc7}.panel.is-link .panel-block.is-active .panel-icon{color:#485fc7}.panel.is-info .panel-heading{background-color:#3e8ed0;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3e8ed0}.panel.is-info .panel-block.is-active .panel-icon{color:#3e8ed0}.panel.is-success .panel-heading{background-color:#48c78e;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c78e}.panel.is-success .panel-block.is-active .panel-icon{color:#48c78e}.panel.is-warning .panel-heading{background-color:#ffe08a;color:rgba(0,0,0,.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffe08a}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffe08a}.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:#485fc7}.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:#485fc7;color:#363636}.panel-block.is-active .panel-icon{color:#485fc7}.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:#485fc7;color:#485fc7}.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:#485fc7;border-color:#485fc7;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:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;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;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-right:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-right:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-right:50%}.columns.is-mobile>.column.is-offset-one-third{margin-right:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-right:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-right:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-right:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-right:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-right:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-right:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-right:8.33333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-right:16.66667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-right:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333%}.columns.is-mobile>.column.is-offset-4{margin-right:33.33333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-right:41.66667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-right:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333%}.columns.is-mobile>.column.is-offset-7{margin-right:58.33333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-right:66.66667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-right:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333%}.columns.is-mobile>.column.is-offset-10{margin-right:83.33333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-right:91.66667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-right:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-right:75%}.column.is-offset-two-thirds-mobile{margin-right:66.6666%}.column.is-offset-half-mobile{margin-right:50%}.column.is-offset-one-third-mobile{margin-right:33.3333%}.column.is-offset-one-quarter-mobile{margin-right:25%}.column.is-offset-one-fifth-mobile{margin-right:20%}.column.is-offset-two-fifths-mobile{margin-right:40%}.column.is-offset-three-fifths-mobile{margin-right:60%}.column.is-offset-four-fifths-mobile{margin-right:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-right:0}.column.is-1-mobile{flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-right:8.33333%}.column.is-2-mobile{flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-right:16.66667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-right:25%}.column.is-4-mobile{flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-right:33.33333%}.column.is-5-mobile{flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-right:41.66667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-right:50%}.column.is-7-mobile{flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-right:58.33333%}.column.is-8-mobile{flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-right:66.66667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-right:75%}.column.is-10-mobile{flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-right:83.33333%}.column.is-11-mobile{flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-right:91.66667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-right:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-right:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-right:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-right:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-right:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-right:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-right:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-right:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-right:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-right:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-right:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-right:8.33333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-right:16.66667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-right:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-right:33.33333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-right:41.66667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-right:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-right:58.33333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-right:66.66667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-right:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-right:83.33333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-right:91.66667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-right:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-right:75%}.column.is-offset-two-thirds-touch{margin-right:66.6666%}.column.is-offset-half-touch{margin-right:50%}.column.is-offset-one-third-touch{margin-right:33.3333%}.column.is-offset-one-quarter-touch{margin-right:25%}.column.is-offset-one-fifth-touch{margin-right:20%}.column.is-offset-two-fifths-touch{margin-right:40%}.column.is-offset-three-fifths-touch{margin-right:60%}.column.is-offset-four-fifths-touch{margin-right:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-right:0}.column.is-1-touch{flex:none;width:8.33333%}.column.is-offset-1-touch{margin-right:8.33333%}.column.is-2-touch{flex:none;width:16.66667%}.column.is-offset-2-touch{margin-right:16.66667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-right:25%}.column.is-4-touch{flex:none;width:33.33333%}.column.is-offset-4-touch{margin-right:33.33333%}.column.is-5-touch{flex:none;width:41.66667%}.column.is-offset-5-touch{margin-right:41.66667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-right:50%}.column.is-7-touch{flex:none;width:58.33333%}.column.is-offset-7-touch{margin-right:58.33333%}.column.is-8-touch{flex:none;width:66.66667%}.column.is-offset-8-touch{margin-right:66.66667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-right:75%}.column.is-10-touch{flex:none;width:83.33333%}.column.is-offset-10-touch{margin-right:83.33333%}.column.is-11-touch{flex:none;width:91.66667%}.column.is-offset-11-touch{margin-right:91.66667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-right:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-right:75%}.column.is-offset-two-thirds-desktop{margin-right:66.6666%}.column.is-offset-half-desktop{margin-right:50%}.column.is-offset-one-third-desktop{margin-right:33.3333%}.column.is-offset-one-quarter-desktop{margin-right:25%}.column.is-offset-one-fifth-desktop{margin-right:20%}.column.is-offset-two-fifths-desktop{margin-right:40%}.column.is-offset-three-fifths-desktop{margin-right:60%}.column.is-offset-four-fifths-desktop{margin-right:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-right:0}.column.is-1-desktop{flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-right:8.33333%}.column.is-2-desktop{flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-right:16.66667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-right:25%}.column.is-4-desktop{flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-right:33.33333%}.column.is-5-desktop{flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-right:41.66667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-right:50%}.column.is-7-desktop{flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-right:58.33333%}.column.is-8-desktop{flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-right:66.66667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-right:75%}.column.is-10-desktop{flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-right:83.33333%}.column.is-11-desktop{flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-right:91.66667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-right:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-right:75%}.column.is-offset-two-thirds-widescreen{margin-right:66.6666%}.column.is-offset-half-widescreen{margin-right:50%}.column.is-offset-one-third-widescreen{margin-right:33.3333%}.column.is-offset-one-quarter-widescreen{margin-right:25%}.column.is-offset-one-fifth-widescreen{margin-right:20%}.column.is-offset-two-fifths-widescreen{margin-right:40%}.column.is-offset-three-fifths-widescreen{margin-right:60%}.column.is-offset-four-fifths-widescreen{margin-right:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-right:0}.column.is-1-widescreen{flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-right:8.33333%}.column.is-2-widescreen{flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-right:16.66667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-right:25%}.column.is-4-widescreen{flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-right:33.33333%}.column.is-5-widescreen{flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-right:41.66667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-right:50%}.column.is-7-widescreen{flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-right:58.33333%}.column.is-8-widescreen{flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-right:66.66667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-right:75%}.column.is-10-widescreen{flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-right:83.33333%}.column.is-11-widescreen{flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-right:91.66667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-right:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-right:75%}.column.is-offset-two-thirds-fullhd{margin-right:66.6666%}.column.is-offset-half-fullhd{margin-right:50%}.column.is-offset-one-third-fullhd{margin-right:33.3333%}.column.is-offset-one-quarter-fullhd{margin-right:25%}.column.is-offset-one-fifth-fullhd{margin-right:20%}.column.is-offset-two-fifths-fullhd{margin-right:40%}.column.is-offset-three-fifths-fullhd{margin-right:60%}.column.is-offset-four-fifths-fullhd{margin-right:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-right:0}.column.is-1-fullhd{flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-right:8.33333%}.column.is-2-fullhd{flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-right:16.66667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-right:25%}.column.is-4-fullhd{flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-right:33.33333%}.column.is-5-fullhd{flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-right:41.66667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-right:50%}.column.is-7-fullhd{flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-right:58.33333%}.column.is-8-fullhd{flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-right:66.66667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-right:75%}.column.is-10-fullhd{flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-right:83.33333%}.column.is-11-fullhd{flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-right:91.66667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-right:100%}}.columns{margin-right:-.75rem;margin-left:-.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-right:0;margin-left: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-right:calc(-1 * var(--columnGap));margin-left: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.33333%}.tile.is-2{flex:none;width:16.66667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333%}.tile.is-5{flex:none;width:41.66667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333%}.tile.is-8{flex:none;width:66.66667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333%}.tile.is-11{flex:none;width:91.66667%}.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:#485fc7!important}a.has-text-link:focus,a.has-text-link:hover{color:#3449a8!important}.has-background-link{background-color:#485fc7!important}.has-text-link-light{color:#eff1fa!important}a.has-text-link-light:focus,a.has-text-link-light:hover{color:#c8cfee!important}.has-background-link-light{background-color:#eff1fa!important}.has-text-link-dark{color:#3850b7!important}a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:#576dcb!important}.has-background-link-dark{background-color:#3850b7!important}.has-text-info{color:#3e8ed0!important}a.has-text-info:focus,a.has-text-info:hover{color:#2b74b1!important}.has-background-info{background-color:#3e8ed0!important}.has-text-info-light{color:#eff5fb!important}a.has-text-info-light:focus,a.has-text-info-light:hover{color:#c6ddf1!important}.has-background-info-light{background-color:#eff5fb!important}.has-text-info-dark{color:#296fa8!important}a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:#368ace!important}.has-background-info-dark{background-color:#296fa8!important}.has-text-success{color:#48c78e!important}a.has-text-success:focus,a.has-text-success:hover{color:#34a873!important}.has-background-success{background-color:#48c78e!important}.has-text-success-light{color:#effaf5!important}a.has-text-success-light:focus,a.has-text-success-light:hover{color:#c8eedd!important}.has-background-success-light{background-color:#effaf5!important}.has-text-success-dark{color:#257953!important}a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:#31a06e!important}.has-background-success-dark{background-color:#257953!important}.has-text-warning{color:#ffe08a!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd257!important}.has-background-warning{background-color:#ffe08a!important}.has-text-warning-light{color:#fffaeb!important}a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:#ffecb8!important}.has-background-warning-light{background-color:#fffaeb!important}.has-text-warning-dark{color:#946c00!important}a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:#c79200!important}.has-background-warning-dark{background-color:#946c00!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;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5{margin-left:1.5rem!important}.mx-5{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6{margin-left:3rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.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,#e6e6e6 0,#fff 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e6e6 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,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}}.hero.is-dark{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,#1f191a 0,#363636 71%,#46403f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0,#363636 71%,#46403f 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%,#00e7eb 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e7eb 100%)}}.hero.is-link{background-color:#485fc7;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:#485fc7}}.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:#3a51bb;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:#485fc7}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#2959b3 0,#485fc7 71%,#5658d2 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#2959b3 0,#485fc7 71%,#5658d2 100%)}}.hero.is-info{background-color:#3e8ed0;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:#3e8ed0}}.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:#3082c5;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:#3e8ed0}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}}.hero.is-success{background-color:#48c78e;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:#48c78e}}.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:#3abb81;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:#48c78e}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b35e 0,#48c78e 71%,#56d2af 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b35e 0,#48c78e 71%,#56d2af 100%)}}.hero.is-warning{background-color:#ffe08a;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:#ffe08a}}.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:#ffd970;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:#ffe08a}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffb657 0,#ffe08a 71%,#fff6a3 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffb657 0,#ffe08a 71%,#fff6a3 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,#fa0a62 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-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}@media screen and (min-width:769px),print{.hero-body{padding:3rem 3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section{padding:3rem 3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem} \ No newline at end of file diff --git a/css/bulma.css b/css/bulma.css index dcd5aa600..90b3637cd 100644 --- a/css/bulma.css +++ b/css/bulma.css @@ -92,7 +92,7 @@ fieldset[disabled] .pagination-ellipsis { } .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) { +.subtitle:not(:last-child), .block: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; } @@ -106,7 +106,7 @@ fieldset[disabled] .pagination-ellipsis { -webkit-appearance: none; background-color: rgba(10, 10, 10, 0.2); border: none; - border-radius: 290486px; + border-radius: 9999px; cursor: pointer; pointer-events: auto; display: inline-block; @@ -184,7 +184,7 @@ fieldset[disabled] .pagination-ellipsis { -webkit-animation: spinAround 500ms infinite linear; animation: spinAround 500ms infinite linear; border: 2px solid #dbdbdb; - border-radius: 290486px; + border-radius: 9999px; border-right-color: transparent; border-top-color: transparent; content: ""; @@ -350,7 +350,7 @@ body { } a { - color: #3273dc; + color: #485fc7; cursor: pointer; text-decoration: none; } @@ -468,11 +468,11 @@ table th { } 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; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7; } a.box:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7; } .button { @@ -520,12 +520,12 @@ a.box:active { } .button:focus, .button.is-focused { - border-color: #3273dc; + border-color: #485fc7; color: #363636; } .button:focus:not(:active), .button.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .button:active, .button.is-active { @@ -560,12 +560,12 @@ fieldset[disabled] .button.is-text { .button.is-ghost { background: none; border-color: transparent; - color: #3273dc; + color: #485fc7; text-decoration: none; } .button.is-ghost:hover, .button.is-ghost.is-hovered { - color: #3273dc; + color: #485fc7; text-decoration: underline; } @@ -1117,13 +1117,13 @@ fieldset[disabled] .button.is-primary.is-inverted.is-outlined { } .button.is-link { - background-color: #3273dc; + background-color: #485fc7; border-color: transparent; color: #fff; } .button.is-link:hover, .button.is-link.is-hovered { - background-color: #276cda; + background-color: #3e56c4; border-color: transparent; color: #fff; } @@ -1134,25 +1134,25 @@ fieldset[disabled] .button.is-primary.is-inverted.is-outlined { } .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); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .button.is-link:active, .button.is-link.is-active { - background-color: #2366d1; + background-color: #3a51bb; border-color: transparent; color: #fff; } .button.is-link[disabled], fieldset[disabled] .button.is-link { - background-color: #3273dc; + background-color: #485fc7; border-color: transparent; box-shadow: none; } .button.is-link.is-inverted { background-color: #fff; - color: #3273dc; + color: #485fc7; } .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { @@ -1164,7 +1164,7 @@ fieldset[disabled] .button.is-link.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: #3273dc; + color: #485fc7; } .button.is-link.is-loading::after { @@ -1173,18 +1173,18 @@ fieldset[disabled] .button.is-link.is-inverted { .button.is-link.is-outlined { background-color: transparent; - border-color: #3273dc; - color: #3273dc; + border-color: #485fc7; + color: #485fc7; } .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; + background-color: #485fc7; + border-color: #485fc7; color: #fff; } .button.is-link.is-outlined.is-loading::after { - border-color: transparent transparent #3273dc #3273dc !important; + border-color: transparent transparent #485fc7 #485fc7 !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 { @@ -1194,9 +1194,9 @@ fieldset[disabled] .button.is-link.is-inverted { .button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined { background-color: transparent; - border-color: #3273dc; + border-color: #485fc7; box-shadow: none; - color: #3273dc; + color: #485fc7; } .button.is-link.is-inverted.is-outlined { @@ -1207,11 +1207,11 @@ fieldset[disabled] .button.is-link.is-outlined { .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; + color: #485fc7; } .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; + border-color: transparent transparent #485fc7 #485fc7 !important; } .button.is-link.is-inverted.is-outlined[disabled], @@ -1223,30 +1223,30 @@ fieldset[disabled] .button.is-link.is-inverted.is-outlined { } .button.is-link.is-light { - background-color: #eef3fc; - color: #2160c4; + background-color: #eff1fa; + color: #3850b7; } .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { - background-color: #e3ecfa; + background-color: #e6e9f7; border-color: transparent; - color: #2160c4; + color: #3850b7; } .button.is-link.is-light:active, .button.is-link.is-light.is-active { - background-color: #d8e4f8; + background-color: #dce0f4; border-color: transparent; - color: #2160c4; + color: #3850b7; } .button.is-info { - background-color: #3298dc; + background-color: #3e8ed0; border-color: transparent; color: #fff; } .button.is-info:hover, .button.is-info.is-hovered { - background-color: #2793da; + background-color: #3488ce; border-color: transparent; color: #fff; } @@ -1257,25 +1257,25 @@ fieldset[disabled] .button.is-link.is-inverted.is-outlined { } .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); + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } .button.is-info:active, .button.is-info.is-active { - background-color: #238cd1; + background-color: #3082c5; border-color: transparent; color: #fff; } .button.is-info[disabled], fieldset[disabled] .button.is-info { - background-color: #3298dc; + background-color: #3e8ed0; border-color: transparent; box-shadow: none; } .button.is-info.is-inverted { background-color: #fff; - color: #3298dc; + color: #3e8ed0; } .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered { @@ -1287,7 +1287,7 @@ fieldset[disabled] .button.is-info.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: #3298dc; + color: #3e8ed0; } .button.is-info.is-loading::after { @@ -1296,18 +1296,18 @@ fieldset[disabled] .button.is-info.is-inverted { .button.is-info.is-outlined { background-color: transparent; - border-color: #3298dc; - color: #3298dc; + border-color: #3e8ed0; + color: #3e8ed0; } .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; + background-color: #3e8ed0; + border-color: #3e8ed0; color: #fff; } .button.is-info.is-outlined.is-loading::after { - border-color: transparent transparent #3298dc #3298dc !important; + border-color: transparent transparent #3e8ed0 #3e8ed0 !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 { @@ -1317,9 +1317,9 @@ fieldset[disabled] .button.is-info.is-inverted { .button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined { background-color: transparent; - border-color: #3298dc; + border-color: #3e8ed0; box-shadow: none; - color: #3298dc; + color: #3e8ed0; } .button.is-info.is-inverted.is-outlined { @@ -1330,11 +1330,11 @@ fieldset[disabled] .button.is-info.is-outlined { .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; + color: #3e8ed0; } .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; + border-color: transparent transparent #3e8ed0 #3e8ed0 !important; } .button.is-info.is-inverted.is-outlined[disabled], @@ -1346,30 +1346,30 @@ fieldset[disabled] .button.is-info.is-inverted.is-outlined { } .button.is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; + background-color: #eff5fb; + color: #296fa8; } .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered { - background-color: #e3f1fa; + background-color: #e4eff9; border-color: transparent; - color: #1d72aa; + color: #296fa8; } .button.is-info.is-light:active, .button.is-info.is-light.is-active { - background-color: #d8ebf8; + background-color: #dae9f6; border-color: transparent; - color: #1d72aa; + color: #296fa8; } .button.is-success { - background-color: #48c774; + background-color: #48c78e; border-color: transparent; color: #fff; } .button.is-success:hover, .button.is-success.is-hovered { - background-color: #3ec46d; + background-color: #3ec487; border-color: transparent; color: #fff; } @@ -1380,25 +1380,25 @@ fieldset[disabled] .button.is-info.is-inverted.is-outlined { } .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); + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } .button.is-success:active, .button.is-success.is-active { - background-color: #3abb67; + background-color: #3abb81; border-color: transparent; color: #fff; } .button.is-success[disabled], fieldset[disabled] .button.is-success { - background-color: #48c774; + background-color: #48c78e; border-color: transparent; box-shadow: none; } .button.is-success.is-inverted { background-color: #fff; - color: #48c774; + color: #48c78e; } .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered { @@ -1410,7 +1410,7 @@ fieldset[disabled] .button.is-success.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: #48c774; + color: #48c78e; } .button.is-success.is-loading::after { @@ -1419,18 +1419,18 @@ fieldset[disabled] .button.is-success.is-inverted { .button.is-success.is-outlined { background-color: transparent; - border-color: #48c774; - color: #48c774; + border-color: #48c78e; + color: #48c78e; } .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; + background-color: #48c78e; + border-color: #48c78e; color: #fff; } .button.is-success.is-outlined.is-loading::after { - border-color: transparent transparent #48c774 #48c774 !important; + border-color: transparent transparent #48c78e #48c78e !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 { @@ -1440,9 +1440,9 @@ fieldset[disabled] .button.is-success.is-inverted { .button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined { background-color: transparent; - border-color: #48c774; + border-color: #48c78e; box-shadow: none; - color: #48c774; + color: #48c78e; } .button.is-success.is-inverted.is-outlined { @@ -1453,11 +1453,11 @@ fieldset[disabled] .button.is-success.is-outlined { .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; + color: #48c78e; } .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; + border-color: transparent transparent #48c78e #48c78e !important; } .button.is-success.is-inverted.is-outlined[disabled], @@ -1469,30 +1469,30 @@ fieldset[disabled] .button.is-success.is-inverted.is-outlined { } .button.is-success.is-light { - background-color: #effaf3; - color: #257942; + background-color: #effaf5; + color: #257953; } .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered { - background-color: #e6f7ec; + background-color: #e6f7ef; border-color: transparent; - color: #257942; + color: #257953; } .button.is-success.is-light:active, .button.is-success.is-light.is-active { - background-color: #dcf4e4; + background-color: #dcf4e9; border-color: transparent; - color: #257942; + color: #257953; } .button.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .button.is-warning:hover, .button.is-warning.is-hovered { - background-color: #ffdb4a; + background-color: #ffdc7d; border-color: transparent; color: rgba(0, 0, 0, 0.7); } @@ -1503,25 +1503,25 @@ fieldset[disabled] .button.is-success.is-inverted.is-outlined { } .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); + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } .button.is-warning:active, .button.is-warning.is-active { - background-color: #ffd83d; + background-color: #ffd970; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .button.is-warning[disabled], fieldset[disabled] .button.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; border-color: transparent; box-shadow: none; } .button.is-warning.is-inverted { background-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; + color: #ffe08a; } .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered { @@ -1533,7 +1533,7 @@ fieldset[disabled] .button.is-warning.is-inverted { background-color: rgba(0, 0, 0, 0.7); border-color: transparent; box-shadow: none; - color: #ffdd57; + color: #ffe08a; } .button.is-warning.is-loading::after { @@ -1542,18 +1542,18 @@ fieldset[disabled] .button.is-warning.is-inverted { .button.is-warning.is-outlined { background-color: transparent; - border-color: #ffdd57; - color: #ffdd57; + border-color: #ffe08a; + color: #ffe08a; } .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; + background-color: #ffe08a; + border-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .button.is-warning.is-outlined.is-loading::after { - border-color: transparent transparent #ffdd57 #ffdd57 !important; + border-color: transparent transparent #ffe08a #ffe08a !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 { @@ -1563,9 +1563,9 @@ fieldset[disabled] .button.is-warning.is-inverted { .button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined { background-color: transparent; - border-color: #ffdd57; + border-color: #ffe08a; box-shadow: none; - color: #ffdd57; + color: #ffe08a; } .button.is-warning.is-inverted.is-outlined { @@ -1576,11 +1576,11 @@ fieldset[disabled] .button.is-warning.is-outlined { .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; + color: #ffe08a; } .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; + border-color: transparent transparent #ffe08a #ffe08a !important; } .button.is-warning.is-inverted.is-outlined[disabled], @@ -1592,20 +1592,20 @@ fieldset[disabled] .button.is-warning.is-inverted.is-outlined { } .button.is-warning.is-light { - background-color: #fffbeb; - color: #947600; + background-color: #fffaeb; + color: #946c00; } .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered { - background-color: #fff8de; + background-color: #fff6de; border-color: transparent; - color: #947600; + color: #946c00; } .button.is-warning.is-light:active, .button.is-warning.is-light.is-active { - background-color: #fff6d1; + background-color: #fff3d1; border-color: transparent; - color: #947600; + color: #946c00; } .button.is-danger { @@ -1785,7 +1785,7 @@ fieldset[disabled] .button { } .button.is-rounded { - border-radius: 290486px; + border-radius: 9999px; padding-left: calc(1em + 0.25em); padding-right: calc(1em + 0.25em); } @@ -2121,6 +2121,10 @@ fieldset[disabled] .button { font-size: 0.75rem; } +.content.is-normal { + font-size: 1rem; +} + .content.is-medium { font-size: 1.25rem; } @@ -2190,7 +2194,7 @@ div.icon-text { } .image img.is-rounded { - border-radius: 290486px; + border-radius: 9999px; } .image.is-fullwidth { @@ -2381,43 +2385,43 @@ div.icon-text { } .notification.is-link { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .notification.is-link.is-light { - background-color: #eef3fc; - color: #2160c4; + background-color: #eff1fa; + color: #3850b7; } .notification.is-info { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .notification.is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; + background-color: #eff5fb; + color: #296fa8; } .notification.is-success { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .notification.is-success.is-light { - background-color: #effaf3; - color: #257942; + background-color: #effaf5; + color: #257953; } .notification.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .notification.is-warning.is-light { - background-color: #fffbeb; - color: #947600; + background-color: #fffaeb; + color: #946c00; } .notification.is-danger { @@ -2434,7 +2438,7 @@ div.icon-text { -moz-appearance: none; -webkit-appearance: none; border: none; - border-radius: 290486px; + border-radius: 9999px; display: block; height: 1rem; overflow: hidden; @@ -2540,67 +2544,67 @@ div.icon-text { } .progress.is-link::-webkit-progress-value { - background-color: #3273dc; + background-color: #485fc7; } .progress.is-link::-moz-progress-bar { - background-color: #3273dc; + background-color: #485fc7; } .progress.is-link::-ms-fill { - background-color: #3273dc; + background-color: #485fc7; } .progress.is-link:indeterminate { - background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%); + background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%); } .progress.is-info::-webkit-progress-value { - background-color: #3298dc; + background-color: #3e8ed0; } .progress.is-info::-moz-progress-bar { - background-color: #3298dc; + background-color: #3e8ed0; } .progress.is-info::-ms-fill { - background-color: #3298dc; + background-color: #3e8ed0; } .progress.is-info:indeterminate { - background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%); + background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%); } .progress.is-success::-webkit-progress-value { - background-color: #48c774; + background-color: #48c78e; } .progress.is-success::-moz-progress-bar { - background-color: #48c774; + background-color: #48c78e; } .progress.is-success::-ms-fill { - background-color: #48c774; + background-color: #48c78e; } .progress.is-success:indeterminate { - background-image: linear-gradient(to right, #48c774 30%, #ededed 30%); + background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%); } .progress.is-warning::-webkit-progress-value { - background-color: #ffdd57; + background-color: #ffe08a; } .progress.is-warning::-moz-progress-bar { - background-color: #ffdd57; + background-color: #ffe08a; } .progress.is-warning::-ms-fill { - background-color: #ffdd57; + background-color: #ffe08a; } .progress.is-warning:indeterminate { - background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%); + background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%); } .progress.is-danger::-webkit-progress-value { @@ -2727,29 +2731,29 @@ div.icon-text { .table td.is-link, .table th.is-link { - background-color: #3273dc; - border-color: #3273dc; + background-color: #485fc7; + border-color: #485fc7; color: #fff; } .table td.is-info, .table th.is-info { - background-color: #3298dc; - border-color: #3298dc; + background-color: #3e8ed0; + border-color: #3e8ed0; color: #fff; } .table td.is-success, .table th.is-success { - background-color: #48c774; - border-color: #48c774; + background-color: #48c78e; + border-color: #48c78e; color: #fff; } .table td.is-warning, .table th.is-warning { - background-color: #ffdd57; - border-color: #ffdd57; + background-color: #ffe08a; + border-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } @@ -2997,43 +3001,43 @@ div.icon-text { } .tag:not(body).is-link { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .tag:not(body).is-link.is-light { - background-color: #eef3fc; - color: #2160c4; + background-color: #eff1fa; + color: #3850b7; } .tag:not(body).is-info { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .tag:not(body).is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; + background-color: #eff5fb; + color: #296fa8; } .tag:not(body).is-success { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .tag:not(body).is-success.is-light { - background-color: #effaf3; - color: #257942; + background-color: #effaf5; + color: #257953; } .tag:not(body).is-warning { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .tag:not(body).is-warning.is-light { - background-color: #fffbeb; - color: #947600; + background-color: #fffaeb; + color: #946c00; } .tag:not(body).is-danger { @@ -3110,7 +3114,7 @@ div.icon-text { } .tag:not(body).is-rounded { - border-radius: 290486px; + border-radius: 9999px; } a.tag:hover { @@ -3156,10 +3160,6 @@ a.tag:hover { font-weight: inherit; } -.title + .highlight { - margin-top: -0.75rem; -} - .title:not(.is-spaced) + .subtitle { margin-top: -1.25rem; } @@ -3244,22 +3244,10 @@ a.tag:hover { 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: whitesmoke; - border-radius: 290486px; + border-radius: 9999px; display: inline-flex; font-size: 1.25rem; height: 2em; @@ -3300,8 +3288,8 @@ a.tag:hover { } .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active { - border-color: #3273dc; - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + border-color: #485fc7; + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .input[disabled], .textarea[disabled], .select select[disabled], @@ -3398,35 +3386,35 @@ fieldset[disabled] .select select:-ms-input-placeholder, } .is-link.input, .is-link.textarea { - border-color: #3273dc; + border-color: #485fc7; } .is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .is-info.input, .is-info.textarea { - border-color: #3298dc; + border-color: #3e8ed0; } .is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } .is-success.input, .is-success.textarea { - border-color: #48c774; + border-color: #48c78e; } .is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } .is-warning.input, .is-warning.textarea { - border-color: #ffdd57; + border-color: #ffe08a; } .is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } .is-danger.input, .is-danger.textarea { @@ -3461,7 +3449,7 @@ fieldset[disabled] .select select:-ms-input-placeholder, } .input.is-rounded { - border-radius: 290486px; + border-radius: 9999px; padding-left: calc(calc(0.75em - 1px) + 0.375em); padding-right: calc(calc(0.75em - 1px) + 0.375em); } @@ -3535,13 +3523,13 @@ fieldset[disabled] .radio, } .select:not(.is-multiple):not(.is-loading)::after { - border-color: #3273dc; + border-color: #485fc7; right: 1.125em; z-index: 4; } .select.is-rounded select { - border-radius: 290486px; + border-radius: 9999px; padding-left: 1em; } @@ -3660,67 +3648,67 @@ fieldset[disabled] .select select:hover { } .select.is-link:not(:hover)::after { - border-color: #3273dc; + border-color: #485fc7; } .select.is-link select { - border-color: #3273dc; + border-color: #485fc7; } .select.is-link select:hover, .select.is-link select.is-hovered { - border-color: #2366d1; + border-color: #3a51bb; } .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); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .select.is-info:not(:hover)::after { - border-color: #3298dc; + border-color: #3e8ed0; } .select.is-info select { - border-color: #3298dc; + border-color: #3e8ed0; } .select.is-info select:hover, .select.is-info select.is-hovered { - border-color: #238cd1; + border-color: #3082c5; } .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); + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } .select.is-success:not(:hover)::after { - border-color: #48c774; + border-color: #48c78e; } .select.is-success select { - border-color: #48c774; + border-color: #48c78e; } .select.is-success select:hover, .select.is-success select.is-hovered { - border-color: #3abb67; + border-color: #3abb81; } .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); + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } .select.is-warning:not(:hover)::after { - border-color: #ffdd57; + border-color: #ffe08a; } .select.is-warning select { - border-color: #ffdd57; + border-color: #ffe08a; } .select.is-warning select:hover, .select.is-warning select.is-hovered { - border-color: #ffd83d; + border-color: #ffd970; } .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); + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } .select.is-danger:not(:hover)::after { @@ -3912,97 +3900,97 @@ fieldset[disabled] .select select:hover { } .file.is-link .file-cta { - background-color: #3273dc; + background-color: #485fc7; border-color: transparent; color: #fff; } .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { - background-color: #276cda; + background-color: #3e56c4; 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); + box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25); color: #fff; } .file.is-link:active .file-cta, .file.is-link.is-active .file-cta { - background-color: #2366d1; + background-color: #3a51bb; border-color: transparent; color: #fff; } .file.is-info .file-cta { - background-color: #3298dc; + background-color: #3e8ed0; border-color: transparent; color: #fff; } .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { - background-color: #2793da; + background-color: #3488ce; 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); + box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25); color: #fff; } .file.is-info:active .file-cta, .file.is-info.is-active .file-cta { - background-color: #238cd1; + background-color: #3082c5; border-color: transparent; color: #fff; } .file.is-success .file-cta { - background-color: #48c774; + background-color: #48c78e; border-color: transparent; color: #fff; } .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta { - background-color: #3ec46d; + background-color: #3ec487; 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); + box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25); color: #fff; } .file.is-success:active .file-cta, .file.is-success.is-active .file-cta { - background-color: #3abb67; + background-color: #3abb81; border-color: transparent; color: #fff; } .file.is-warning .file-cta { - background-color: #ffdd57; + background-color: #ffe08a; 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; + background-color: #ffdc7d; 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); + box-shadow: 0 0 0.5em rgba(255, 224, 138, 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; + background-color: #ffd970; border-color: transparent; color: rgba(0, 0, 0, 0.7); } @@ -4035,6 +4023,10 @@ fieldset[disabled] .select select:hover { font-size: 0.75rem; } +.file.is-normal { + font-size: 1rem; +} + .file.is-medium { font-size: 1.25rem; } @@ -4266,19 +4258,19 @@ fieldset[disabled] .select select:hover { } .help.is-link { - color: #3273dc; + color: #485fc7; } .help.is-info { - color: #3298dc; + color: #3e8ed0; } .help.is-success { - color: #48c774; + color: #48c78e; } .help.is-warning { - color: #ffdd57; + color: #ffe08a; } .help.is-danger { @@ -4564,7 +4556,7 @@ fieldset[disabled] .select select:hover { .breadcrumb a { align-items: center; - color: #3273dc; + color: #485fc7; display: flex; justify-content: center; padding: 0 0.75em; @@ -4805,7 +4797,7 @@ button.dropdown-item:hover { a.dropdown-item.is-active, button.dropdown-item.is-active { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } @@ -5030,7 +5022,7 @@ button.dropdown-item.is-active { } .menu-list a.is-active { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } @@ -5149,59 +5141,59 @@ button.dropdown-item.is-active { } .message.is-link { - background-color: #eef3fc; + background-color: #eff1fa; } .message.is-link .message-header { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .message.is-link .message-body { - border-color: #3273dc; - color: #2160c4; + border-color: #485fc7; + color: #3850b7; } .message.is-info { - background-color: #eef6fc; + background-color: #eff5fb; } .message.is-info .message-header { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .message.is-info .message-body { - border-color: #3298dc; - color: #1d72aa; + border-color: #3e8ed0; + color: #296fa8; } .message.is-success { - background-color: #effaf3; + background-color: #effaf5; } .message.is-success .message-header { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .message.is-success .message-body { - border-color: #48c774; - color: #257942; + border-color: #48c78e; + color: #257953; } .message.is-warning { - background-color: #fffbeb; + background-color: #fffaeb; } .message.is-warning .message-header { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .message.is-warning .message-body { - border-color: #ffdd57; - color: #947600; + border-color: #ffe08a; + color: #946c00; } .message.is-danger { @@ -5676,7 +5668,7 @@ button.dropdown-item.is-active { } .navbar.is-link { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } @@ -5689,7 +5681,7 @@ button.dropdown-item.is-active { .navbar.is-link .navbar-brand .navbar-link:focus, .navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand .navbar-link.is-active { - background-color: #2366d1; + background-color: #3a51bb; color: #fff; } @@ -5718,7 +5710,7 @@ button.dropdown-item.is-active { .navbar.is-link .navbar-end .navbar-link:focus, .navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-end .navbar-link.is-active { - background-color: #2366d1; + background-color: #3a51bb; color: #fff; } .navbar.is-link .navbar-start .navbar-link::after, @@ -5728,17 +5720,17 @@ button.dropdown-item.is-active { .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; + background-color: #3a51bb; color: #fff; } .navbar.is-link .navbar-dropdown a.navbar-item.is-active { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } } .navbar.is-info { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } @@ -5751,7 +5743,7 @@ button.dropdown-item.is-active { .navbar.is-info .navbar-brand .navbar-link:focus, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand .navbar-link.is-active { - background-color: #238cd1; + background-color: #3082c5; color: #fff; } @@ -5780,7 +5772,7 @@ button.dropdown-item.is-active { .navbar.is-info .navbar-end .navbar-link:focus, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-end .navbar-link.is-active { - background-color: #238cd1; + background-color: #3082c5; color: #fff; } .navbar.is-info .navbar-start .navbar-link::after, @@ -5790,17 +5782,17 @@ button.dropdown-item.is-active { .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; + background-color: #3082c5; color: #fff; } .navbar.is-info .navbar-dropdown a.navbar-item.is-active { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } } .navbar.is-success { - background-color: #48c774; + background-color: #48c78e; color: #fff; } @@ -5813,7 +5805,7 @@ button.dropdown-item.is-active { .navbar.is-success .navbar-brand .navbar-link:focus, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand .navbar-link.is-active { - background-color: #3abb67; + background-color: #3abb81; color: #fff; } @@ -5842,7 +5834,7 @@ button.dropdown-item.is-active { .navbar.is-success .navbar-end .navbar-link:focus, .navbar.is-success .navbar-end .navbar-link:hover, .navbar.is-success .navbar-end .navbar-link.is-active { - background-color: #3abb67; + background-color: #3abb81; color: #fff; } .navbar.is-success .navbar-start .navbar-link::after, @@ -5852,17 +5844,17 @@ button.dropdown-item.is-active { .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; + background-color: #3abb81; color: #fff; } .navbar.is-success .navbar-dropdown a.navbar-item.is-active { - background-color: #48c774; + background-color: #48c78e; color: #fff; } } .navbar.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } @@ -5875,7 +5867,7 @@ button.dropdown-item.is-active { .navbar.is-warning .navbar-brand .navbar-link:focus, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand .navbar-link.is-active { - background-color: #ffd83d; + background-color: #ffd970; color: rgba(0, 0, 0, 0.7); } @@ -5904,7 +5896,7 @@ button.dropdown-item.is-active { .navbar.is-warning .navbar-end .navbar-link:focus, .navbar.is-warning .navbar-end .navbar-link:hover, .navbar.is-warning .navbar-end .navbar-link.is-active { - background-color: #ffd83d; + background-color: #ffd970; color: rgba(0, 0, 0, 0.7); } .navbar.is-warning .navbar-start .navbar-link::after, @@ -5914,11 +5906,11 @@ button.dropdown-item.is-active { .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; + background-color: #ffd970; color: rgba(0, 0, 0, 0.7); } .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } } @@ -6125,7 +6117,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i .navbar-link:hover, .navbar-link.is-active { background-color: #fafafa; - color: #3273dc; + color: #485fc7; } .navbar-item { @@ -6154,15 +6146,15 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i .navbar-item.is-tab:focus, .navbar-item.is-tab:hover { background-color: transparent; - border-bottom-color: #3273dc; + border-bottom-color: #485fc7; } .navbar-item.is-tab.is-active { background-color: transparent; - border-bottom-color: #3273dc; + border-bottom-color: #485fc7; border-bottom-style: solid; border-bottom-width: 3px; - color: #3273dc; + color: #485fc7; padding-bottom: calc(0.5rem - 3px); } @@ -6176,7 +6168,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .navbar-link:not(.is-arrowless)::after { - border-color: #3273dc; + border-color: #485fc7; margin-top: -0.375em; right: 1.125em; } @@ -6287,7 +6279,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { background-color: whitesmoke; - color: #3273dc; + color: #485fc7; } .navbar-burger { display: none; @@ -6358,7 +6350,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .navbar-dropdown a.navbar-item.is-active { background-color: whitesmoke; - color: #3273dc; + color: #485fc7; } .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { border-radius: 6px; @@ -6456,11 +6448,11 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i .pagination.is-rounded .pagination-next { padding-left: 1em; padding-right: 1em; - border-radius: 290486px; + border-radius: 9999px; } .pagination.is-rounded .pagination-link { - border-radius: 290486px; + border-radius: 9999px; } .pagination, @@ -6501,7 +6493,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i .pagination-previous:focus, .pagination-next:focus, .pagination-link:focus { - border-color: #3273dc; + border-color: #485fc7; } .pagination-previous:active, @@ -6528,8 +6520,8 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .pagination-link.is-current { - background-color: #3273dc; - border-color: #3273dc; + background-color: #485fc7; + border-color: #485fc7; color: #fff; } @@ -6675,55 +6667,55 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .panel.is-link .panel-heading { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .panel.is-link .panel-tabs a.is-active { - border-bottom-color: #3273dc; + border-bottom-color: #485fc7; } .panel.is-link .panel-block.is-active .panel-icon { - color: #3273dc; + color: #485fc7; } .panel.is-info .panel-heading { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .panel.is-info .panel-tabs a.is-active { - border-bottom-color: #3298dc; + border-bottom-color: #3e8ed0; } .panel.is-info .panel-block.is-active .panel-icon { - color: #3298dc; + color: #3e8ed0; } .panel.is-success .panel-heading { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .panel.is-success .panel-tabs a.is-active { - border-bottom-color: #48c774; + border-bottom-color: #48c78e; } .panel.is-success .panel-block.is-active .panel-icon { - color: #48c774; + color: #48c78e; } .panel.is-warning .panel-heading { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .panel.is-warning .panel-tabs a.is-active { - border-bottom-color: #ffdd57; + border-bottom-color: #ffe08a; } .panel.is-warning .panel-block.is-active .panel-icon { - color: #ffdd57; + color: #ffe08a; } .panel.is-danger .panel-heading { @@ -6777,7 +6769,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .panel-list a:hover { - color: #3273dc; + color: #485fc7; } .panel-block { @@ -6803,12 +6795,12 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i } .panel-block.is-active { - border-left-color: #3273dc; + border-left-color: #485fc7; color: #363636; } .panel-block.is-active .panel-icon { - color: #3273dc; + color: #485fc7; } .panel-block:last-child { @@ -6877,8 +6869,8 @@ label.panel-block:hover { } .tabs li.is-active a { - border-bottom-color: #3273dc; - color: #3273dc; + border-bottom-color: #485fc7; + color: #485fc7; } .tabs ul { @@ -6974,8 +6966,8 @@ label.panel-block:hover { } .tabs.is-toggle li.is-active a { - background-color: #3273dc; - border-color: #3273dc; + background-color: #485fc7; + border-color: #485fc7; color: #fff; z-index: 1; } @@ -6985,14 +6977,14 @@ label.panel-block:hover { } .tabs.is-toggle.is-toggle-rounded li:first-child a { - border-bottom-left-radius: 290486px; - border-top-left-radius: 290486px; + border-bottom-left-radius: 9999px; + border-top-left-radius: 9999px; padding-left: 1.25em; } .tabs.is-toggle.is-toggle-rounded li:last-child a { - border-bottom-right-radius: 290486px; - border-top-right-radius: 290486px; + border-bottom-right-radius: 9999px; + border-top-right-radius: 9999px; padding-right: 1.25em; } @@ -8990,147 +8982,147 @@ a.has-text-primary-dark:hover, a.has-text-primary-dark:focus { } .has-text-link { - color: #3273dc !important; + color: #485fc7 !important; } a.has-text-link:hover, a.has-text-link:focus { - color: #205bbc !important; + color: #3449a8 !important; } .has-background-link { - background-color: #3273dc !important; + background-color: #485fc7 !important; } .has-text-link-light { - color: #eef3fc !important; + color: #eff1fa !important; } a.has-text-link-light:hover, a.has-text-link-light:focus { - color: #c2d5f5 !important; + color: #c8cfee !important; } .has-background-link-light { - background-color: #eef3fc !important; + background-color: #eff1fa !important; } .has-text-link-dark { - color: #2160c4 !important; + color: #3850b7 !important; } a.has-text-link-dark:hover, a.has-text-link-dark:focus { - color: #3b79de !important; + color: #576dcb !important; } .has-background-link-dark { - background-color: #2160c4 !important; + background-color: #3850b7 !important; } .has-text-info { - color: #3298dc !important; + color: #3e8ed0 !important; } a.has-text-info:hover, a.has-text-info:focus { - color: #207dbc !important; + color: #2b74b1 !important; } .has-background-info { - background-color: #3298dc !important; + background-color: #3e8ed0 !important; } .has-text-info-light { - color: #eef6fc !important; + color: #eff5fb !important; } a.has-text-info-light:hover, a.has-text-info-light:focus { - color: #c2e0f5 !important; + color: #c6ddf1 !important; } .has-background-info-light { - background-color: #eef6fc !important; + background-color: #eff5fb !important; } .has-text-info-dark { - color: #1d72aa !important; + color: #296fa8 !important; } a.has-text-info-dark:hover, a.has-text-info-dark:focus { - color: #248fd6 !important; + color: #368ace !important; } .has-background-info-dark { - background-color: #1d72aa !important; + background-color: #296fa8 !important; } .has-text-success { - color: #48c774 !important; + color: #48c78e !important; } a.has-text-success:hover, a.has-text-success:focus { - color: #34a85c !important; + color: #34a873 !important; } .has-background-success { - background-color: #48c774 !important; + background-color: #48c78e !important; } .has-text-success-light { - color: #effaf3 !important; + color: #effaf5 !important; } a.has-text-success-light:hover, a.has-text-success-light:focus { - color: #c8eed6 !important; + color: #c8eedd !important; } .has-background-success-light { - background-color: #effaf3 !important; + background-color: #effaf5 !important; } .has-text-success-dark { - color: #257942 !important; + color: #257953 !important; } a.has-text-success-dark:hover, a.has-text-success-dark:focus { - color: #31a058 !important; + color: #31a06e !important; } .has-background-success-dark { - background-color: #257942 !important; + background-color: #257953 !important; } .has-text-warning { - color: #ffdd57 !important; + color: #ffe08a !important; } a.has-text-warning:hover, a.has-text-warning:focus { - color: #ffd324 !important; + color: #ffd257 !important; } .has-background-warning { - background-color: #ffdd57 !important; + background-color: #ffe08a !important; } .has-text-warning-light { - color: #fffbeb !important; + color: #fffaeb !important; } a.has-text-warning-light:hover, a.has-text-warning-light:focus { - color: #fff1b8 !important; + color: #ffecb8 !important; } .has-background-warning-light { - background-color: #fffbeb !important; + background-color: #fffaeb !important; } .has-text-warning-dark { - color: #947600 !important; + color: #946c00 !important; } a.has-text-warning-dark:hover, a.has-text-warning-dark:focus { - color: #c79f00 !important; + color: #c79200 !important; } .has-background-warning-dark { - background-color: #947600 !important; + background-color: #946c00 !important; } .has-text-danger { @@ -11204,7 +11196,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { } .hero.is-link { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } @@ -11228,7 +11220,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { @media screen and (max-width: 1023px) { .hero.is-link .navbar-menu { - background-color: #3273dc; + background-color: #485fc7; } } @@ -11240,7 +11232,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, .hero.is-link .navbar-link:hover, .hero.is-link .navbar-link.is-active { - background-color: #2366d1; + background-color: #3a51bb; color: #fff; } @@ -11268,21 +11260,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .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; + color: #485fc7; } .hero.is-link.is-bold { - background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); + background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); } @media screen and (max-width: 768px) { .hero.is-link.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); + background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); } } .hero.is-info { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } @@ -11306,7 +11298,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { @media screen and (max-width: 1023px) { .hero.is-info .navbar-menu { - background-color: #3298dc; + background-color: #3e8ed0; } } @@ -11318,7 +11310,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, .hero.is-info .navbar-link:hover, .hero.is-info .navbar-link.is-active { - background-color: #238cd1; + background-color: #3082c5; color: #fff; } @@ -11346,21 +11338,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .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; + color: #3e8ed0; } .hero.is-info.is-bold { - background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%); + background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); } @media screen and (max-width: 768px) { .hero.is-info.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%); + background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); } } .hero.is-success { - background-color: #48c774; + background-color: #48c78e; color: #fff; } @@ -11384,7 +11376,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { @media screen and (max-width: 1023px) { .hero.is-success .navbar-menu { - background-color: #48c774; + background-color: #48c78e; } } @@ -11396,7 +11388,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, .hero.is-success .navbar-link:hover, .hero.is-success .navbar-link.is-active { - background-color: #3abb67; + background-color: #3abb81; color: #fff; } @@ -11424,21 +11416,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .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; + color: #48c78e; } .hero.is-success.is-bold { - background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%); + background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 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%); + background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%); } } .hero.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } @@ -11462,7 +11454,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { @media screen and (max-width: 1023px) { .hero.is-warning .navbar-menu { - background-color: #ffdd57; + background-color: #ffe08a; } } @@ -11474,7 +11466,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, .hero.is-warning .navbar-link:hover, .hero.is-warning .navbar-link.is-active { - background-color: #ffd83d; + background-color: #ffd970; color: rgba(0, 0, 0, 0.7); } @@ -11502,16 +11494,16 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { background-color: rgba(0, 0, 0, 0.7); border-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; + color: #ffe08a; } .hero.is-warning.is-bold { - background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); + background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); } @media screen and (max-width: 768px) { .hero.is-warning.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); + background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); } } @@ -11599,13 +11591,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { @media screen and (min-width: 769px), print { .hero.is-medium .hero-body { - padding: 9rem 1.5rem; + padding: 9rem 4.5rem; } } @media screen and (min-width: 769px), print { .hero.is-large .hero-body { - padding: 18rem 1.5rem; + padding: 18rem 6rem; } } @@ -11685,16 +11677,25 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { padding: 3rem 1.5rem; } +@media screen and (min-width: 769px), print { + .hero-body { + padding: 3rem 3rem; + } +} + .section { padding: 3rem 1.5rem; } @media screen and (min-width: 1024px) { + .section { + padding: 3rem 3rem; + } .section.is-medium { - padding: 9rem 1.5rem; + padding: 9rem 4.5rem; } .section.is-large { - padding: 18rem 1.5rem; + padding: 18rem 6rem; } } diff --git a/css/bulma.css.map b/css/bulma.css.map index 1df7b65e1..063ac815b 100644 --- a/css/bulma.css.map +++ b/css/bulma.css.map @@ -1 +1 @@ -{"version":3,"sources":["../bulma.sass","../sass/utilities/_all.sass","../sass/utilities/extends.sass","../sass/utilities/controls.sass","../sass/utilities/initial-variables.sass","bulma.css","../sass/utilities/mixins.sass","../sass/base/_all.sass","../sass/base/minireset.sass","../sass/base/generic.sass","../sass/utilities/derived-variables.sass","../sass/base/animations.sass","../sass/elements/_all.sass","../sass/elements/box.sass","../sass/elements/button.sass","../sass/utilities/functions.sass","../sass/elements/container.sass","../sass/elements/content.sass","../sass/elements/icon.sass","../sass/elements/image.sass","../sass/elements/notification.sass","../sass/elements/progress.sass","../sass/elements/table.sass","../sass/elements/tag.sass","../sass/elements/title.sass","../sass/elements/other.sass","../sass/form/_all.sass","../sass/form/shared.sass","../sass/form/input-textarea.sass","../sass/form/checkbox-radio.sass","../sass/form/select.sass","../sass/form/file.sass","../sass/form/tools.sass","../sass/components/_all.sass","../sass/components/breadcrumb.sass","../sass/components/card.sass","../sass/components/dropdown.sass","../sass/components/level.sass","../sass/components/media.sass","../sass/components/menu.sass","../sass/components/message.sass","../sass/components/modal.sass","../sass/components/navbar.sass","../sass/components/pagination.sass","../sass/components/panel.sass","../sass/components/tabs.sass","../sass/grid/_all.sass","../sass/grid/columns.sass","../sass/grid/tiles.sass","../sass/helpers/_all.sass","../sass/helpers/color.sass","../sass/helpers/flexbox.sass","../sass/helpers/float.sass","../sass/helpers/other.sass","../sass/helpers/overflow.sass","../sass/helpers/position.sass","../sass/helpers/spacing.sass","../sass/helpers/typography.sass","../sass/helpers/visibility.sass","../sass/layout/_all.sass","../sass/layout/hero.sass","../sass/layout/section.sass","../sass/layout/footer.sass"],"names":[],"mappings":"AACA,6DAAA;ACDA,oBAAA;ACEA;;;;;ECYE,qBAAqB;EACrB,wBAAwB;EACxB,mBAAmB;EACnB,6BAA+C;EAC/C,kBCmDU;EDlDV,gBAAgB;EAChB,oBAAoB;EACpB,eCgBW;EDfX,aAfoB;EAgBpB,2BAA2B;EAC3B,gBAhBuB;EAiBvB,iCAf+D;EAgB/D,gCAfkE;EAgBlE,iCAhBkE;EAiBlE,8BAlB+D;EAmB/D,kBAAkB;EAClB,mBAAmB;AENrB;;AFQE;;;;;;;;;;;;;;;;;EAIE,aAAa;AEQjB;;AFPE;;;;;;;;;;;;;;;;EAEE,mBAAmB;AEwBvB;;AH1DA;;;;EIwJE,2BAA2B;EAC3B,yBAAyB;EACzB,sBAAsB;EACtB,qBAAqB;EACrB,iBAAiB;ADvFnB;;AHlEA;EI4JE,6BAD8B;EAE9B,kBAAkB;EAClB,eAAe;EACf,aAAa;EACb,YAAY;EACZ,cAAc;EACd,eAAe;EACf,qBAAqB;EACrB,oBAAoB;EACpB,kBAAkB;EAClB,QAAQ;EACR,yBAAyB;EACzB,wBAAwB;EACxB,cAAc;ADtFhB;;ACyFE;;EACE,qBFrIkB;ACgDtB;;AHlFA;EI+IE,2BAA2B;EAC3B,yBAAyB;EACzB,sBAAsB;EACtB,qBAAqB;EACrB,iBAAiB;EAwBjB,qBAAqB;EACrB,wBAAwB;EACxB,uCFzL2B;EE0L3B,YAAY;EACZ,uBFtHuB;EEuHvB,eAAe;EACf,oBAAoB;EACpB,qBAAqB;EACrB,YAAY;EACZ,cAAc;EACd,YAAY;EACZ,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,WAAW;ADhFb;;ACiFE;EAEE,uBFhM2B;EEiM3B,WAAW;EACX,cAAc;EACd,SAAS;EACT,kBAAkB;EAClB,QAAQ;EACR,0DAA0D;EAC1D,+BAA+B;AD/EnC;;ACgFE;EACE,WAAW;EACX,UAAU;AD7Ed;;AC8EE;EACE,WAAW;EACX,UAAU;AD3Ed;;AC4EE;EAEE,uCF7NyB;ACmJ7B;;AC2EE;EACE,uCF/NyB;ACuJ7B;;AC0EE;EACE,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,WAAW;ADvEf;;ACwEE;EACE,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,WAAW;ADrEf;;ACsEE;EACE,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,WAAW;ADnEf;;AHnKA;EIyOE,mDAA2C;UAA3C,2CAA2C;EAC3C,yBFjP4B;EEkP5B,uBFrLuB;EEsLvB,+BAA+B;EAC/B,6BAA6B;EAC7B,WAAW;EACX,cAAc;EACd,WAAW;EACX,kBAAkB;EAClB,UAAU;ADlEZ;;AH7KA;;;;;;;;;;;;;;;;;EIkPE,SADuB;EAEvB,OAFuB;EAGvB,kBAAkB;EAClB,QAJuB;EAKvB,MALuB;AD5CzB;;AEzNA,eAAA;ACAA,0EAAA;AAEA;;;;;;;;;;;;;;;;;;;;;;;EAuBE,SAAS;EACT,UAAU;AH4NZ;;AGzNA;;;;;;EAME,eAAe;EACf,mBAAmB;AH4NrB;;AGzNA;EACE,gBAAgB;AH4NlB;;AGzNA;;;;EAIE,SAAS;AH4NX;;AGzNA;EACE,sBAAsB;AH4NxB;;AG1NA;EAII,mBAAmB;AH0NvB;;AGvNA;;EAEE,YAAY;EACZ,eAAe;AH0NjB;;AGvNA;EACE,SAAS;AH0NX;;AGvNA;EACE,yBAAyB;EACzB,iBAAiB;AH0NnB;;AGxNA;;EAEE,UAAU;AH2NZ;;AG7NA;;EAII,mBAAmB;AH8NvB;;AG1PA;EChBE,uBLnB6B;EKoB7B,eAhCc;EAiCd,kCAAkC;EAClC,mCAAmC;EACnC,gBAlCoB;EAmCpB,kBAhCsB;EAiCtB,kBAhCsB;EAiCtB,kCApCiC;EAqCjC,8BAAsB;KAAtB,2BAAsB;MAAtB,0BAAsB;UAAtB,sBAAsB;AJ8QxB;;AI5QA;;;;;;;EAOE,cAAc;AJ+QhB;;AI7QA;;;;;;EAME,oLL/ByL;AC+S3L;;AI9QA;;EAEE,6BAA6B;EAC7B,4BAA4B;EAC5B,sBLpC0B;ACqT5B;;AI/QA;EACE,cL7D4B;EK8D5B,cA1DkB;EA2DlB,gBL7BiB;EK8BjB,gBA1DoB;AJ4UtB;;AI9QA;EACE,cLtDgC;EKuDhC,eAAe;EACf,qBAAqB;AJiRvB;;AIpRA;EAKI,mBAAmB;AJmRvB;;AIxRA;EAOI,cL5E0B;ACiW9B;;AInRA;EACE,4BLxE4B;EKyE5B,cCnBsB;EDoBtB,kBArEiB;EAsEjB,mBAvEkB;EAwElB,4BAzEgC;AJ+VlC;;AIpRA;EACE,4BL/E4B;EKgF5B,YAAY;EACZ,cAAc;EACd,WAxEa;EAyEb,gBAxEkB;AJ+VpB;;AIrRA;EACE,YAAY;EACZ,eAAe;AJwRjB;;AItRA;;EAEE,wBAAwB;AJyR1B;;AIvRA;EACE,kBAvFuB;AJiXzB;;AIxRA;EACE,mBAAmB;EACnB,oBAAoB;AJ2RtB;;AIzRA;EACE,cL5G4B;EK6G5B,gBLvEe;ACmWjB;;AIxRA;EACE,YAAY;AJ2Rd;;AIzRA;EH5DE,iCAAiC;EG8DjC,4BL/G4B;EKgH5B,cLtH4B;EKuH5B,kBAjGqB;EAkGrB,gBAAgB;EAChB,uBAlG0B;EAmG1B,gBAAgB;EAChB,iBAAiB;AJ4RnB;;AIpSA;EAUI,6BAA6B;EAC7B,mBAAmB;EACnB,cAvGoB;EAwGpB,UAAU;AJ8Rd;;AI5RA;;EAGI,mBAAmB;AJ8RvB;;AIjSA;;EAKM,mBAAmB;AJiSzB;;AItSA;EAOI,cL1I0B;AC6a9B;;AMnbA;EACE;IACE,uBAAuB;ENsbzB;EMrbA;IACE,yBAAyB;ENub3B;AACF;;AM5bA;EACE;IACE,uBAAuB;ENsbzB;EMrbA;IACE,yBAAyB;ENub3B;AACF;;AO5bA,mBAAA;ACWA;EAEE,uBTE6B;ESD7B,kBTwDgB;ESvDhB,0FTb2B;ESc3B,cTT4B;ESU5B,cAAc;EACd,gBAZmB;ARgcrB;;AQlbA;EAGI,yETD8B;ACoblC;;AQtbA;EAKI,oETH8B;ACwblC;;ASnZA;EAGE,uBV/C6B;EUgD7B,qBVrD4B;EUsD5B,iBX3DwB;EW4DxB,cV3D4B;EU4D5B,eAAe;EAGf,uBAAuB;EACvB,iCA5D6D;EA6D7D,iBA5D6B;EA6D7B,kBA7D6B;EA8D7B,8BA/D6D;EAgE7D,kBAAkB;EAClB,mBAAmB;ATkZrB;;ASlaA;EAkBI,cAAc;AToZlB;;AStaA;EAwBM,aAAa;EACb,YAAY;ATkZlB;;AS3aA;ERqFI,+BQ1DwG;ER0DxG,oBQzDgE;AToZpE;;AShbA;ERqFI,mBQvDgE;ERuDhE,gCQtDwG;ATsZ5G;;ASrbA;EAiCM,+BAAmF;EACnF,gCAAoF;ATwZ1F;;AS1bA;EAsCI,qBVxF0B;EUyF1B,cV5F0B;ACof9B;;AS/bA;EA0CI,qBV/E8B;EUgF9B,cVhG0B;ACyf9B;;ASpcA;EA6CM,kDVlF4B;AC6elC;;ASxcA;EAgDI,qBVpG0B;EUqG1B,cVtG0B;ACkgB9B;;AS7cA;EAoDI,6BAA6B;EAC7B,yBAAyB;EACzB,cV1G0B;EU2G1B,0BAzF8B;ATsflC;;ASpdA;EA4DM,4BV1GwB;EU2GxB,cVlHwB;AC8gB9B;;ASzdA;EAgEM,yBCd2B;EDe3B,cVtHwB;ACmhB9B;;AS9dA;;EAoEM,6BAA6B;EAC7B,yBAAyB;EACzB,gBAAgB;AT+ZtB;;ASreA;EAwEI,gBAtG0B;EAuG1B,yBAtGmC;EAuGnC,cV/G8B;EUgH9B,qBAtG0B;ATugB9B;;AS5eA;EA8EM,cVnH4B;EUoH5B,0BAxGmC;AT0gBzC;;ASjfA;EAoFM,uBVhIyB;EUiIzB,yBAAyB;EACzB,cV/IuB;ACgjB7B;;ASvfA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,cVpJqB;ACsjB7B;;AS7fA;EA8FQ,yBAAyB;EACzB,cVxJqB;AC2jB7B;;ASlgBA;EAiGU,mDV7IqB;ACkjB/B;;AStgBA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,cV/JqB;ACqkB7B;;AS5gBA;;EAyGQ,uBVrJuB;EUsJvB,yBAAyB;EACzB,gBAAgB;ATwaxB;;ASnhBA;EA6GQ,yBVtKqB;EUuKrB,YV1JuB;ACokB/B;;ASxhBA;EAiHU,uBC/DuB;AV0ejC;;AS5hBA;;EAoHU,yBV7KmB;EU8KnB,yBAAyB;EACzB,gBAAgB;EAChB,YVnKqB;ACglB/B;;ASpiBA;EA0HU,gEAA4E;AT8atF;;ASxiBA;EA4HQ,6BAA6B;EAC7B,mBVzKuB;EU0KvB,YV1KuB;AC0lB/B;;AS9iBA;EAmIU,uBV/KqB;EUgLrB,mBVhLqB;EUiLrB,cV9LmB;AC6mB7B;;ASpjBA;EAwIY,4DAA8D;ATgb1E;;ASxjBA;EA8Ic,gEAA4E;AT8a1F;;AS5jBA;;EAiJU,6BAA6B;EAC7B,mBV9LqB;EU+LrB,gBAAgB;EAChB,YVhMqB;ACgnB/B;;ASpkBA;EAsJQ,6BAA6B;EAC7B,qBVhNqB;EUiNrB,cVjNqB;ACmoB7B;;AS1kBA;EA6JU,yBVtNmB;EUuNnB,YV1MqB;AC2nB/B;;AS/kBA;EAqKc,4DAA8D;AT8a5E;;ASnlBA;;EAwKU,6BAA6B;EAC7B,qBVlOmB;EUmOnB,gBAAgB;EAChB,cVpOmB;ACopB7B;;AS3lBA;EAoFM,yBV7IuB;EU8IvB,yBAAyB;EACzB,YVlIyB;AC6oB/B;;ASjmBA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,YVvIuB;ACmpB/B;;ASvmBA;EA8FQ,yBAAyB;EACzB,YV3IuB;ACwpB/B;;AS5mBA;EAiGU,gDV1JmB;ACyqB7B;;AShnBA;EAoGQ,uBClDyB;EDmDzB,yBAAyB;EACzB,YVlJuB;ACkqB/B;;AStnBA;;EAyGQ,yBVlKqB;EUmKrB,yBAAyB;EACzB,gBAAgB;ATkhBxB;;AS7nBA;EA6GQ,uBVzJuB;EU0JvB,cVvKqB;AC2rB7B;;ASloBA;EAiHU,yBC/DuB;AVolBjC;;AStoBA;;EAoHU,uBVhKqB;EUiKrB,yBAAyB;EACzB,gBAAgB;EAChB,cVhLmB;ACusB7B;;AS9oBA;EA0HU,4DAA4E;ATwhBtF;;ASlpBA;EA4HQ,6BAA6B;EAC7B,qBVtLqB;EUuLrB,cVvLqB;ACitB7B;;ASxpBA;EAmIU,yBV5LmB;EU6LnB,qBV7LmB;EU8LnB,YVjLqB;AC0sB/B;;AS9pBA;EAwIY,gEAA8D;AT0hB1E;;ASlqBA;EA8Ic,4DAA4E;ATwhB1F;;AStqBA;;EAiJU,6BAA6B;EAC7B,qBV3MmB;EU4MnB,gBAAgB;EAChB,cV7MmB;ACuuB7B;;AS9qBA;EAsJQ,6BAA6B;EAC7B,mBVnMuB;EUoMvB,YVpMuB;ACguB/B;;ASprBA;EA6JU,uBVzMqB;EU0MrB,cVvNmB;ACkvB7B;;ASzrBA;EAqKc,gEAA8D;ATwhB5E;;AS7rBA;;EAwKU,6BAA6B;EAC7B,mBVrNqB;EUsNrB,gBAAgB;EAChB,YVvNqB;ACivB/B;;ASrsBA;EAoFM,4BVlIwB;EUmIxB,yBAAyB;EACzB,yBCjEe;AVsrBrB;;AS3sBA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,yBCtEa;AV4rBrB;;ASjtBA;EA8FQ,yBAAyB;EACzB,yBC1Ea;AVisBrB;;ASttBA;EAiGU,mDV/IoB;ACwwB9B;;AS1tBA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,yBCjFa;AV2sBrB;;AShuBA;;EAyGQ,4BVvJsB;EUwJtB,yBAAyB;EACzB,gBAAgB;AT4nBxB;;ASvuBA;EA6GQ,oCCxFa;EDyFb,iBV5JsB;AC0xB9B;;AS5uBA;EAiHU,oCC/DuB;AV8rBjC;;AShvBA;;EAoHU,oCC/FW;EDgGX,yBAAyB;EACzB,gBAAgB;EAChB,iBVrKoB;ACsyB9B;;ASxvBA;EA0HU,sFAA4E;ATkoBtF;;AS5vBA;EA4HQ,6BAA6B;EAC7B,wBV3KsB;EU4KtB,iBV5KsB;ACgzB9B;;ASlwBA;EAmIU,4BVjLoB;EUkLpB,wBVlLoB;EUmLpB,yBChHW;AVmvBrB;;ASxwBA;EAwIY,sEAA8D;ATooB1E;;AS5wBA;EA8Ic,sFAA4E;ATkoB1F;;AShxBA;;EAiJU,6BAA6B;EAC7B,wBVhMoB;EUiMpB,gBAAgB;EAChB,iBVlMoB;ACs0B9B;;ASxxBA;EAsJQ,6BAA6B;EAC7B,gCClIa;EDmIb,yBCnIa;AVywBrB;;AS9xBA;EA6JU,oCCxIW;EDyIX,iBV5MoB;ACi1B9B;;ASnyBA;EAqKc,sEAA8D;ATkoB5E;;ASvyBA;;EAwKU,6BAA6B;EAC7B,gCCpJW;EDqJX,gBAAgB;EAChB,yBCtJW;AV0xBrB;;AS/yBA;EAoFM,yBVzIwB;EU0IxB,yBAAyB;EACzB,WC/DU;AV8xBhB;;ASrzBA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVoyBhB;;AS3zBA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVyyBhB;;ASh0BA;EAiGU,gDVtJoB;ACy3B9B;;ASp0BA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVmzBhB;;AS10BA;;EAyGQ,yBV9JsB;EU+JtB,yBAAyB;EACzB,gBAAgB;ATsuBxB;;ASj1BA;EA6GQ,sBCtFQ;EDuFR,cVnKsB;AC24B9B;;ASt1BA;EAiHU,yBC/DuB;AVwyBjC;;AS11BA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV5KoB;ACu5B9B;;ASl2BA;EA0HU,0DAA4E;AT4uBtF;;ASt2BA;EA4HQ,6BAA6B;EAC7B,qBVlLsB;EUmLtB,cVnLsB;ACi6B9B;;AS52BA;EAmIU,yBVxLoB;EUyLpB,qBVzLoB;EU0LpB,WC9GM;AV21BhB;;ASl3BA;EAwIY,gEAA8D;AT8uB1E;;ASt3BA;EA8Ic,0DAA4E;AT4uB1F;;AS13BA;;EAiJU,6BAA6B;EAC7B,qBVvMoB;EUwMpB,gBAAgB;EAChB,cVzMoB;ACu7B9B;;ASl4BA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVi3BhB;;ASx4BA;EA6JU,sBCtIM;EDuIN,cVnNoB;ACk8B9B;;AS74BA;EAqKc,gEAA8D;AT4uB5E;;ASj5BA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVk4BhB;;ASz5BA;EAoFM,yBV3H4B;EU4H5B,yBAAyB;EACzB,WC/DU;AVw4BhB;;AS/5BA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AV84BhB;;ASr6BA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVm5BhB;;AS16BA;EAiGU,iDVxIwB;ACq9BlC;;AS96BA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AV65BhB;;ASp7BA;;EAyGQ,yBVhJ0B;EUiJ1B,yBAAyB;EACzB,gBAAgB;ATg1BxB;;AS37BA;EA6GQ,sBCtFQ;EDuFR,cVrJ0B;ACu+BlC;;ASh8BA;EAiHU,yBC/DuB;AVk5BjC;;ASp8BA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV9JwB;ACm/BlC;;AS58BA;EA0HU,0DAA4E;ATs1BtF;;ASh9BA;EA4HQ,6BAA6B;EAC7B,qBVpK0B;EUqK1B,cVrK0B;AC6/BlC;;ASt9BA;EAmIU,yBV1KwB;EU2KxB,qBV3KwB;EU4KxB,WC9GM;AVq8BhB;;AS59BA;EAwIY,gEAA8D;ATw1B1E;;ASh+BA;EA8Ic,0DAA4E;ATs1B1F;;ASp+BA;;EAiJU,6BAA6B;EAC7B,qBVzLwB;EU0LxB,gBAAgB;EAChB,cV3LwB;ACmhClC;;AS5+BA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AV29BhB;;ASl/BA;EA6JU,sBCtIM;EDuIN,cVrMwB;AC8hClC;;ASv/BA;EAqKc,gEAA8D;ATs1B5E;;AS3/BA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AV4+BhB;;ASngCA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVi+BrE;;ASxgCA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVu+BrE;;AS9gCA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AV6+BrE;;ASphCA;EAoFM,yBVzH4B;EU0H5B,yBAAyB;EACzB,WC/DU;AVmgChB;;AS1hCA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVygChB;;AShiCA;EA8FQ,yBAAyB;EACzB,WCxEQ;AV8gChB;;ASriCA;EAiGU,kDVtIwB;AC8kClC;;ASziCA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVwhChB;;AS/iCA;;EAyGQ,yBV9I0B;EU+I1B,yBAAyB;EACzB,gBAAgB;AT28BxB;;AStjCA;EA6GQ,sBCtFQ;EDuFR,cVnJ0B;ACgmClC;;AS3jCA;EAiHU,yBC/DuB;AV6gCjC;;AS/jCA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV5JwB;AC4mClC;;ASvkCA;EA0HU,0DAA4E;ATi9BtF;;AS3kCA;EA4HQ,6BAA6B;EAC7B,qBVlK0B;EUmK1B,cVnK0B;ACsnClC;;ASjlCA;EAmIU,yBVxKwB;EUyKxB,qBVzKwB;EU0KxB,WC9GM;AVgkChB;;ASvlCA;EAwIY,gEAA8D;ATm9B1E;;AS3lCA;EA8Ic,0DAA4E;ATi9B1F;;AS/lCA;;EAiJU,6BAA6B;EAC7B,qBVvLwB;EUwLxB,gBAAgB;EAChB,cVzLwB;AC4oClC;;ASvmCA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVslChB;;AS7mCA;EA6JU,sBCtIM;EDuIN,cVnMwB;ACupClC;;ASlnCA;EAqKc,gEAA8D;ATi9B5E;;AStnCA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVumChB;;AS9nCA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AV4lCrE;;ASnoCA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVkmCrE;;ASzoCA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVwmCrE;;AS/oCA;EAoFM,yBV1H4B;EU2H5B,yBAAyB;EACzB,WC/DU;AV8nChB;;ASrpCA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVooChB;;AS3pCA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVyoChB;;AShqCA;EAiGU,kDVvIwB;AC0sClC;;ASpqCA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVmpChB;;AS1qCA;;EAyGQ,yBV/I0B;EUgJ1B,yBAAyB;EACzB,gBAAgB;ATskCxB;;ASjrCA;EA6GQ,sBCtFQ;EDuFR,cVpJ0B;AC4tClC;;AStrCA;EAiHU,yBC/DuB;AVwoCjC;;AS1rCA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV7JwB;ACwuClC;;ASlsCA;EA0HU,0DAA4E;AT4kCtF;;AStsCA;EA4HQ,6BAA6B;EAC7B,qBVnK0B;EUoK1B,cVpK0B;ACkvClC;;AS5sCA;EAmIU,yBVzKwB;EU0KxB,qBV1KwB;EU2KxB,WC9GM;AV2rChB;;ASltCA;EAwIY,gEAA8D;AT8kC1E;;ASttCA;EA8Ic,0DAA4E;AT4kC1F;;AS1tCA;;EAiJU,6BAA6B;EAC7B,qBVxLwB;EUyLxB,gBAAgB;EAChB,cV1LwB;ACwwClC;;ASluCA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVitChB;;ASxuCA;EA6JU,sBCtIM;EDuIN,cVpMwB;ACmxClC;;AS7uCA;EAqKc,gEAA8D;AT4kC5E;;ASjvCA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVkuChB;;ASzvCA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVutCrE;;AS9vCA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AV6tCrE;;ASpwCA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVmuCrE;;AS1wCA;EAoFM,yBV5H4B;EU6H5B,yBAAyB;EACzB,WC/DU;AVyvChB;;AShxCA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AV+vChB;;AStxCA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVowChB;;AS3xCA;EAiGU,kDVzIwB;ACu0ClC;;AS/xCA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AV8wChB;;ASryCA;;EAyGQ,yBVjJ0B;EUkJ1B,yBAAyB;EACzB,gBAAgB;ATisCxB;;AS5yCA;EA6GQ,sBCtFQ;EDuFR,cVtJ0B;ACy1ClC;;ASjzCA;EAiHU,yBC/DuB;AVmwCjC;;ASrzCA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV/JwB;ACq2ClC;;AS7zCA;EA0HU,0DAA4E;ATusCtF;;ASj0CA;EA4HQ,6BAA6B;EAC7B,qBVrK0B;EUsK1B,cVtK0B;AC+2ClC;;ASv0CA;EAmIU,yBV3KwB;EU4KxB,qBV5KwB;EU6KxB,WC9GM;AVszChB;;AS70CA;EAwIY,gEAA8D;ATysC1E;;ASj1CA;EA8Ic,0DAA4E;ATusC1F;;ASr1CA;;EAiJU,6BAA6B;EAC7B,qBV1LwB;EU2LxB,gBAAgB;EAChB,cV5LwB;ACq4ClC;;AS71CA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AV40ChB;;ASn2CA;EA6JU,sBCtIM;EDuIN,cVtMwB;ACg5ClC;;ASx2CA;EAqKc,gEAA8D;ATusC5E;;AS52CA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AV61ChB;;ASp3CA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVk1CrE;;ASz3CA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVw1CrE;;AS/3CA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AV81CrE;;ASr4CA;EAoFM,yBV7H4B;EU8H5B,yBAAyB;EACzB,yBCjEe;AVs3CrB;;AS34CA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,yBCtEa;AV43CrB;;ASj5CA;EA8FQ,yBAAyB;EACzB,yBC1Ea;AVi4CrB;;ASt5CA;EAiGU,kDV1IwB;ACm8ClC;;AS15CA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,yBCjFa;AV24CrB;;ASh6CA;;EAyGQ,yBVlJ0B;EUmJ1B,yBAAyB;EACzB,gBAAgB;AT4zCxB;;ASv6CA;EA6GQ,oCCxFa;EDyFb,cVvJ0B;ACq9ClC;;AS56CA;EAiHU,oCC/DuB;AV83CjC;;ASh7CA;;EAoHU,oCC/FW;EDgGX,yBAAyB;EACzB,gBAAgB;EAChB,cVhKwB;ACi+ClC;;ASx7CA;EA0HU,sFAA4E;ATk0CtF;;AS57CA;EA4HQ,6BAA6B;EAC7B,qBVtK0B;EUuK1B,cVvK0B;AC2+ClC;;ASl8CA;EAmIU,yBV5KwB;EU6KxB,qBV7KwB;EU8KxB,yBChHW;AVm7CrB;;ASx8CA;EAwIY,gEAA8D;ATo0C1E;;AS58CA;EA8Ic,sFAA4E;ATk0C1F;;ASh9CA;;EAiJU,6BAA6B;EAC7B,qBV3LwB;EU4LxB,gBAAgB;EAChB,cV7LwB;ACigDlC;;ASx9CA;EAsJQ,6BAA6B;EAC7B,gCClIa;EDmIb,yBCnIa;AVy8CrB;;AS99CA;EA6JU,oCCxIW;EDyIX,cVvMwB;AC4gDlC;;ASn+CA;EAqKc,gEAA8D;ATk0C5E;;ASv+CA;;EAwKU,6BAA6B;EAC7B,gCCpJW;EDqJX,gBAAgB;EAChB,yBCtJW;AV09CrB;;AS/+CA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AV68CrE;;ASp/CA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVm9CrE;;AS1/CA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVy9CrE;;AShgDA;EAoFM,yBVvH2B;EUwH3B,yBAAyB;EACzB,WC/DU;AV++ChB;;AStgDA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVq/ChB;;AS5gDA;EA8FQ,yBAAyB;EACzB,WCxEQ;AV0/ChB;;ASjhDA;EAiGU,kDVpIuB;ACwjDjC;;ASrhDA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVogDhB;;AS3hDA;;EAyGQ,yBV5IyB;EU6IzB,yBAAyB;EACzB,gBAAgB;ATu7CxB;;ASliDA;EA6GQ,sBCtFQ;EDuFR,cVjJyB;AC0kDjC;;ASviDA;EAiHU,yBC/DuB;AVy/CjC;;AS3iDA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV1JuB;ACslDjC;;ASnjDA;EA0HU,0DAA4E;AT67CtF;;ASvjDA;EA4HQ,6BAA6B;EAC7B,qBVhKyB;EUiKzB,cVjKyB;ACgmDjC;;AS7jDA;EAmIU,yBVtKuB;EUuKvB,qBVvKuB;EUwKvB,WC9GM;AV4iDhB;;ASnkDA;EAwIY,gEAA8D;AT+7C1E;;ASvkDA;EA8Ic,0DAA4E;AT67C1F;;AS3kDA;;EAiJU,6BAA6B;EAC7B,qBVrLuB;EUsLvB,gBAAgB;EAChB,cVvLuB;ACsnDjC;;ASnlDA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVkkDhB;;ASzlDA;EA6JU,sBCtIM;EDuIN,cVjMuB;ACioDjC;;AS9lDA;EAqKc,gEAA8D;AT67C5E;;ASlmDA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVmlDhB;;AS1mDA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVwkDrE;;AS/mDA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AV8kDrE;;ASrnDA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVolDrE;;AS3nDA;EARE,kBVbc;ACopDhB;;ASzoDE;EACE,kBVkBc;AC0nDlB;;ASnoDA;EANE,eVhBW;AC6pDb;;ASvoDA;EAJE,kBVnBc;ACkqDhB;;AS3oDA;EAFE,iBVtBa;ACuqDf;;AS/oDA;;EAyMI,uBVrP2B;EUsP3B,qBV3P0B;EU4P1B,gBAhOyB;EAiOzB,YAhOyB;AT2qD7B;;ASvpDA;EA8MI,aAAa;EACb,WAAW;AT68Cf;;AS5pDA;EAiNI,6BAA6B;EAC7B,oBAAoB;AT+8CxB;;ASjqDA;ERlDE,kBAAkB;EAKhB,2BAAiC;EACjC,0BAAgC;EQkQ9B,6BAA6B;ATk9CnC;;ASxqDA;EAwNI,4BVtQ0B;EUuQ1B,qBV1Q0B;EU2Q1B,cV7Q0B;EU8Q1B,gBAAgB;EAChB,oBAAoB;ATo9CxB;;AShrDA;EA8NI,uBVlNqB;EUmNrB,gCAA0D;EAC1D,iCAA2D;ATs9C/D;;ASp9CA;EACE,mBAAmB;EACnB,aAAa;EACb,eAAe;EACf,2BAA2B;ATu9C7B;;AS39CA;EAMI,qBAAqB;ATy9CzB;;AS/9CA;ER7II,oBQqJwC;AT29C5C;;ASn+CA;EAUI,sBAAsB;AT69C1B;;ASv+CA;EAYI,mBAAmB;AT+9CvB;;AS3+CA;EA1OE,kBVbc;ACsuDhB;;AS3tDE;EACE,kBVkBc;AC4sDlB;;ASn/CA;EAtOE,kBVnBc;ACgvDhB;;ASv/CA;EApOE,iBVtBa;ACqvDf;;AS3/CA;EA0BQ,4BAA4B;EAC5B,yBAAyB;ATq+CjC;;AShgDA;EA6BQ,6BAA6B;EAC7B,0BAA0B;ER3K9B,kBQ4KwC;ATu+C5C;;AStgDA;ER7II,eQ8KqC;ATy+CzC;;AS1gDA;EAoCQ,UAAU;AT0+ClB;;AS9gDA;EA0CQ,UAAU;ATw+ClB;;ASlhDA;EA4CU,UAAU;AT0+CpB;;ASthDA;EA8CQ,YAAY;EACZ,cAAc;AT4+CtB;;AS3hDA;EAiDI,uBAAuB;AT8+C3B;;AS/hDA;EAoDQ,oBAAoB;EACpB,qBAAqB;AT++C7B;;ASpiDA;EAuDI,yBAAyB;ATi/C7B;;ASxiDA;EA0DQ,oBAAoB;EACpB,qBAAqB;ATk/C7B;;AWr0DA;EACE,YAAY;EACZ,cAAc;EACd,kBAAkB;EAClB,WAAW;AXw0Db;;AW50DA;EAMI,0BAA0B;EAC1B,kBZyCM;EYxCN,mBZwCM;EYvCN,WAAW;AX00Df;;ACvvDE;EU5FF;IAWI,gBAAuC;EX60DzC;AACF;;ACnvDI;EUtGJ;IAcM,iBAAqE;EXg1DzE;AACF;;AC1uDI;EUrHJ;IAiBM,iBAAiE;EXm1DrE;AACF;;AC1vDI;EU3GJ;IAoBM,iBAAqE;EXs1DzE;AACF;;ACjvDI;EU1HJ;IAuBM,iBAAiE;EXy1DrE;AACF;;AYj2DA;EAII,kBAAkB;AZi2DtB;;AYr2DA;;;;;;;EAcM,kBAAkB;AZi2DxB;;AY/2DA;;;;;;EAqBI,cbpC0B;EaqC1B,gBbAiB;EaCjB,kBAxC+B;AZ24DnC;;AY13DA;EAyBI,cAAc;EACd,oBAAoB;AZq2DxB;;AY/3DA;EA4BM,eAAe;AZu2DrB;;AYn4DA;EA8BI,iBAAiB;EACjB,uBAAuB;AZy2D3B;;AYx4DA;EAiCM,oBAAoB;AZ22D1B;;AY54DA;EAmCI,gBAAgB;EAChB,uBAAuB;AZ62D3B;;AYj5DA;EAsCM,oBAAoB;AZ+2D1B;;AYr5DA;EAwCI,iBAAiB;EACjB,oBAAoB;AZi3DxB;;AY15DA;EA2CI,kBAAkB;EAClB,uBAAuB;AZm3D3B;;AY/5DA;EA8CI,cAAc;EACd,kBAAkB;AZq3DtB;;AYp6DA;EAiDI,4BbzD0B;EEmI1B,8BFtI0B;Ea8D1B,qBAhEqC;AZu7DzC;;AY16DA;EAqDI,4BAA4B;EXsE5B,gBWrEmC;EACnC,eAAe;AZy3DnB;;AYh7DA;EAyDM,wBAAwB;AZ23D9B;;AYp7DA;EA2DQ,4BAA4B;AZ63DpC;;AYx7DA;EA6DQ,4BAA4B;AZ+3DpC;;AY57DA;EA+DQ,4BAA4B;AZi4DpC;;AYh8DA;EAiEQ,4BAA4B;AZm4DpC;;AYp8DA;EAmEI,wBAAwB;EXwDxB,gBWvDmC;EACnC,eAAe;AZq4DnB;;AY18DA;EAuEM,uBAAuB;EACvB,iBAAiB;AZu4DvB;;AY/8DA;EA0EQ,uBAAuB;AZy4D/B;;AYn9DA;EX2HI,gBW/CmC;AZ24DvC;;AYv9DA;EA8EI,gBAAgB;EAChB,iBAAiB;EACjB,kBAAkB;AZ64DtB;;AY79DA;EAkFM,eAAe;AZ+4DrB;;AYj+DA;EAoFM,kBAAkB;AZi5DxB;;AYr+DA;EAsFM,qBAAqB;AZm5D3B;;AYz+DA;EAwFM,kBAAkB;AZq5DxB;;AY7+DA;EXyCE,iCAAiC;EWkD/B,gBAAgB;EAChB,qBAvG8B;EAwG9B,gBAAgB;EAChB,iBAAiB;AZu5DrB;;AYr/DA;;EAiGI,cAAc;AZy5DlB;;AY1/DA;EAmGI,WAAW;AZ25Df;;AY9/DA;;EAsGM,yBbjHwB;EakHxB,qBA/GmC;EAgHnC,qBA/GmC;EAgHnC,mBAAmB;AZ65DzB;;AYtgEA;EA2GM,cb1HwB;ACyhE9B;;AY1gEA;EA6GQ,mBAAmB;AZi6D3B;;AY9gEA;;EAiHQ,qBAtHsC;EAuHtC,cbjIsB;ACmiE9B;;AYphEA;;EAsHQ,qBAzHsC;EA0HtC,cbtIsB;ACyiE9B;;AY1hEA;;EA6HY,sBAAsB;AZk6DlC;;AY/hEA;EAgIM,aAAa;AZm6DnB;;AYniEA;EAmII,kBblHY;ACshEhB;;AYviEA;EAqII,kBbtHY;AC4hEhB;;AY3iEA;EAuII,iBbzHW;ACiiEf;;Aa9jEA;EACE,mBAAmB;EACnB,oBAAoB;EACpB,uBAAuB;EACvB,cAVsB;EAWtB,aAXsB;Ab4kExB;;AatkEA;EAQI,YAbwB;EAcxB,WAdwB;AbglE5B;;Aa3kEA;EAWI,YAfyB;EAgBzB,WAhByB;AbolE7B;;AahlEA;EAcI,YAjBwB;EAkBxB,WAlBwB;AbwlE5B;;AapkEA;EACE,uBAAuB;EACvB,cAAc;EACd,oBAAoB;EACpB,eAAe;EACf,mBA5BsB;EA6BtB,mBAAmB;AbukErB;;Aa7kEA;EAQI,YAAY;EACZ,cAAc;AbykElB;;AallEA;EAWM,oBA9BoB;AbymE1B;;AatlEA;EAaM,mBAhCoB;Ab6mE1B;;Aa3kEA;EACE,aAAa;Ab8kEf;;AcjnEA;EACE,cAAc;EACd,kBAAkB;AdonEpB;;ActnEA;EAII,cAAc;EACd,YAAY;EACZ,WAAW;AdsnEf;;Ac5nEA;EAQM,uBf2DmB;AC6jEzB;;AchoEA;EAUI,WAAW;Ad0nEf;;AcpoEA;;;;;;;;;;;;;;;;;EA+BM,YAAY;EACZ,WAAW;AdynEjB;;AczpEA;EAmCI,iBAAiB;Ad0nErB;;Ac7pEA;EAqCI,gBAAgB;Ad4nEpB;;AcjqEA;EAuCI,gBAAgB;Ad8nEpB;;AcrqEA;EAyCI,qBAAqB;AdgoEzB;;AczqEA;EA2CI,gBAAgB;AdkoEpB;;Ac7qEA;EA6CI,mBAAmB;AdooEvB;;AcjrEA;EA+CI,gBAAgB;AdsoEpB;;AcrrEA;EAiDI,qBAAqB;AdwoEzB;;AczrEA;EAmDI,iBAAiB;Ad0oErB;;Ac7rEA;EAqDI,sBAAsB;Ad4oE1B;;AcjsEA;EAuDI,iBAAiB;Ad8oErB;;AcrsEA;EAyDI,sBAAsB;AdgpE1B;;AczsEA;EA2DI,sBAAsB;AdkpE1B;;Ac7sEA;EA6DI,iBAAiB;AdopErB;;AcjtEA;EA+DI,iBAAiB;AdspErB;;AcrtEA;EAmEM,YAAwB;EACxB,WAAuB;AdspE7B;;Ac1tEA;EAmEM,YAAwB;EACxB,WAAuB;Ad2pE7B;;Ac/tEA;EAmEM,YAAwB;EACxB,WAAuB;AdgqE7B;;AcpuEA;EAmEM,YAAwB;EACxB,WAAuB;AdqqE7B;;AczuEA;EAmEM,YAAwB;EACxB,WAAuB;Ad0qE7B;;Ac9uEA;EAmEM,YAAwB;EACxB,WAAuB;Ad+qE7B;;AcnvEA;EAmEM,aAAwB;EACxB,YAAuB;AdorE7B;;AejvEA;EAEE,4BhBA4B;EgBC5B,kBhBuDU;EgBtDV,kBAAkB;EAEhB,sCAXoD;Af6vExD;;AexvEA;EAUI,mBAAmB;EACnB,0BAA0B;AfkvE9B;;Ae7vEA;EAaI,mBAAmB;AfovEvB;;AejwEA;;EAgBI,iBhBZ2B;ACkwE/B;;AetwEA;EAkBI,uBAAuB;AfwvE3B;;Ae1wEA;Ed6II,aczH4B;EAC5B,kBAAkB;EAClB,WAAW;Af0vEf;;AehxEA;;;EA0BI,mBAAmB;Af4vEvB;;AetxEA;EAgCM,uBhB5ByB;EgB6BzB,chB1CuB;ACoyE7B;;Ae3xEA;EAgCM,yBhBzCuB;EgB0CvB,YhB7ByB;AC4xE/B;;AehyEA;EAgCM,4BhB9BwB;EgB+BxB,yBLoCe;AVguErB;;AeryEA;EAgCM,yBhBrCwB;EgBsCxB,WLsCU;AVmuEhB;;Ae1yEA;EAgCM,yBhBvB4B;EgBwB5B,WLsCU;AVwuEhB;;Ae/yEA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AV6tErE;;AepzEA;EAgCM,yBhBrB4B;EgBsB5B,WLsCU;AVkvEhB;;AezzEA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AVuuErE;;Ae9zEA;EAgCM,yBhBtB4B;EgBuB5B,WLsCU;AV4vEhB;;Aen0EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AVivErE;;Aex0EA;EAgCM,yBhBxB4B;EgByB5B,WLsCU;AVswEhB;;Ae70EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AV2vErE;;Ael1EA;EAgCM,yBhBzB4B;EgB0B5B,yBLoCe;AVkxErB;;Aev1EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AVqwErE;;Ae51EA;EAgCM,yBhBnB2B;EgBoB3B,WLsCU;AV0xEhB;;Aej2EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AV+wErE;;AgBv2EA;EAEE,qBAAqB;EACrB,wBAAwB;EACxB,YAAY;EACZ,uBjBwDuB;EiBvDvB,cAAc;EACd,YjBoBW;EiBnBX,gBAAgB;EAChB,UAAU;EACV,WAAW;AhBy2Eb;;AgBn3EA;EAYI,yBjBX2B;ACs3E/B;;AgBv3EA;EAcI,yBjBjB0B;AC83E9B;;AgB33EA;EAgBI,yBjBnB0B;ACk4E9B;;AgB/3EA;EAkBI,yBjBrB0B;EiBsB1B,YAAY;AhBi3EhB;;AgBp4EA;EAyBQ,uBjBpBuB;ACm4E/B;;AgBx4EA;EA2BQ,uBjBtBuB;ACu4E/B;;AgB54EA;EA6BQ,uBjBxBuB;AC24E/B;;AgBh5EA;EA+BQ,mEAA2F;AhBq3EnG;;AgBp5EA;EAyBQ,yBjBjCqB;ACg6E7B;;AgBx5EA;EA2BQ,yBjBnCqB;ACo6E7B;;AgB55EA;EA6BQ,yBjBrCqB;ACw6E7B;;AgBh6EA;EA+BQ,qEAA2F;AhBq4EnG;;AgBp6EA;EAyBQ,4BjBtBsB;ACq6E9B;;AgBx6EA;EA2BQ,4BjBxBsB;ACy6E9B;;AgB56EA;EA6BQ,4BjB1BsB;AC66E9B;;AgBh7EA;EA+BQ,wEAA2F;AhBq5EnG;;AgBp7EA;EAyBQ,yBjB7BsB;AC47E9B;;AgBx7EA;EA2BQ,yBjB/BsB;ACg8E9B;;AgB57EA;EA6BQ,yBjBjCsB;ACo8E9B;;AgBh8EA;EA+BQ,qEAA2F;AhBq6EnG;;AgBp8EA;EAyBQ,yBjBf0B;AC87ElC;;AgBx8EA;EA2BQ,yBjBjB0B;ACk8ElC;;AgB58EA;EA6BQ,yBjBnB0B;ACs8ElC;;AgBh9EA;EA+BQ,qEAA2F;AhBq7EnG;;AgBp9EA;EAyBQ,yBjBb0B;AC48ElC;;AgBx9EA;EA2BQ,yBjBf0B;ACg9ElC;;AgB59EA;EA6BQ,yBjBjB0B;ACo9ElC;;AgBh+EA;EA+BQ,qEAA2F;AhBq8EnG;;AgBp+EA;EAyBQ,yBjBd0B;AC69ElC;;AgBx+EA;EA2BQ,yBjBhB0B;ACi+ElC;;AgB5+EA;EA6BQ,yBjBlB0B;ACq+ElC;;AgBh/EA;EA+BQ,qEAA2F;AhBq9EnG;;AgBp/EA;EAyBQ,yBjBhB0B;AC++ElC;;AgBx/EA;EA2BQ,yBjBlB0B;ACm/ElC;;AgB5/EA;EA6BQ,yBjBpB0B;ACu/ElC;;AgBhgFA;EA+BQ,qEAA2F;AhBq+EnG;;AgBpgFA;EAyBQ,yBjBjB0B;ACggFlC;;AgBxgFA;EA2BQ,yBjBnB0B;ACogFlC;;AgB5gFA;EA6BQ,yBjBrB0B;ACwgFlC;;AgBhhFA;EA+BQ,qEAA2F;AhBq/EnG;;AgBphFA;EAyBQ,yBjBXyB;AC0gFjC;;AgBxhFA;EA2BQ,yBjBbyB;AC8gFjC;;AgB5hFA;EA6BQ,yBjBfyB;ACkhFjC;;AgBhiFA;EA+BQ,qEAA2F;AhBqgFnG;;AgBpiFA;EAkCI,gCAtCkC;UAsClC,wBAtCkC;EAuClC,2CAAmC;UAAnC,mCAAmC;EACnC,yCAAiC;UAAjC,iCAAiC;EACjC,yCAAiC;UAAjC,iCAAiC;EACjC,yBjBrC2B;EiBsC3B,qEAA0F;EAC1F,6BAA6B;EAC7B,4BAA4B;EAC5B,0BAA0B;AhBsgF9B;;AgBhjFA;EA4CM,6BAA6B;AhBwgFnC;;AgBpjFA;EA8CM,6BAA6B;AhB0gFnC;;AgBxjFA;EAgDM,oBAAoB;AhB4gF1B;;AgB5jFA;EAoDI,ejBxBY;ACoiFhB;;AgBhkFA;EAsDI,ejB5BY;AC0iFhB;;AgBpkFA;EAwDI,cjB/BW;AC+iFf;;AgB9gFA;EACE;IACE,2BAA2B;EhBihF7B;EgBhhFA;IACE,4BAA4B;EhBkhF9B;AACF;;AgBvhFA;EACE;IACE,2BAA2B;EhBihF7B;EgBhhFA;IACE,4BAA4B;EhBkhF9B;AACF;;AiB9jFA;EAEE,uBlBhB6B;EkBiB7B,clB1B4B;AC0lF9B;;AiBnkFA;;EAMI,yBlBzB0B;EkB0B1B,qBA9B6B;EA+B7B,qBA9B6B;EA+B7B,mBAAmB;AjBkkFvB;;AiB3kFA;;EAeQ,uBlB7BuB;EkB8BvB,mBlB9BuB;EkB+BvB,clB5CqB;AC6mF7B;;AiBllFA;;EAeQ,yBlB1CqB;EkB2CrB,qBlB3CqB;EkB4CrB,YlB/BuB;ACumF/B;;AiBzlFA;;EAeQ,4BlB/BsB;EkBgCtB,wBlBhCsB;EkBiCtB,yBPkCa;AV6iFrB;;AiBhmFA;;EAeQ,yBlBtCsB;EkBuCtB,qBlBvCsB;EkBwCtB,WPoCQ;AVkjFhB;;AiBvmFA;;EAeQ,yBlBxB0B;EkByB1B,qBlBzB0B;EkB0B1B,WPoCQ;AVyjFhB;;AiB9mFA;;EAeQ,yBlBtB0B;EkBuB1B,qBlBvB0B;EkBwB1B,WPoCQ;AVgkFhB;;AiBrnFA;;EAeQ,yBlBvB0B;EkBwB1B,qBlBxB0B;EkByB1B,WPoCQ;AVukFhB;;AiB5nFA;;EAeQ,yBlBzB0B;EkB0B1B,qBlB1B0B;EkB2B1B,WPoCQ;AV8kFhB;;AiBnoFA;;EAeQ,yBlB1B0B;EkB2B1B,qBlB3B0B;EkB4B1B,yBPkCa;AVulFrB;;AiB1oFA;;EAeQ,yBlBpByB;EkBqBzB,qBlBrByB;EkBsBzB,WPoCQ;AV4lFhB;;AiBjpFA;;EAoBM,mBAAmB;EACnB,SAAS;AjBkoFf;;AiBvpFA;;EAuBM,yBlBhC4B;EkBiC5B,WP6BU;AVwmFhB;;AiB7pFA;;;;EA2BQ,mBAAmB;AjByoF3B;;AiBpqFA;;EA6BM,sBAAsB;AjB4oF5B;;AiBzqFA;EA+BI,clBtD0B;ACosF9B;;AiB7qFA;EAiCM,mBAAmB;AjBgpFzB;;AiBjrFA;EAoCM,yBlB7C4B;EkB8C5B,WPgBU;AVioFhB;;AiBtrFA;;EAwCQ,mBAAmB;AjBmpF3B;;AiB3rFA;;EA2CQ,kBPUQ;EOTR,mBAAmB;AjBqpF3B;;AiBjsFA;EA8CI,6BA5DqC;AjBmtFzC;;AiBrsFA;;EAiDM,qBApEgC;EAqEhC,clBzEwB;ACkuF9B;;AiB3sFA;EAoDI,6BAhEqC;AjB2tFzC;;AiB/sFA;;EAuDM,qBAxEgC;EAyEhC,clB/EwB;AC4uF9B;;AiBrtFA;EA0DI,6BAvEqC;AjBsuFzC;;AiBztFA;;EA+DU,sBAAsB;AjB+pFhC;;AiB9tFA;;EAoEM,iBAAiB;AjB+pFvB;;AiBnuFA;;EAyEU,wBAAwB;AjB+pFlC;;AiBxuFA;EA2EI,WAAW;AjBiqFf;;AiB5uFA;EAgFU,yBlB/FoB;AC+vF9B;;AiBhvFA;EAqFY,yBlBpGkB;ACmwF9B;;AiBpvFA;EAuFc,4BlBvGgB;ACwwF9B;;AiBxvFA;;EA2FM,qBAAqB;AjBkqF3B;;AiB7vFA;EAgGU,yBlB/GoB;ACgxF9B;;AiB/pFA;EhBjEE,iCAAiC;EgBoEjC,cAAc;EACd,kBAAkB;EAClB,eAAe;AjBiqFjB;;AkB5xFA;EACE,mBAAmB;EACnB,aAAa;EACb,eAAe;EACf,2BAA2B;AlB+xF7B;;AkBnyFA;EAMI,qBAAqB;AlBiyFzB;;AkBvyFA;EjBuII,oBiB/HwC;AlBmyF5C;;AkB3yFA;EAUI,sBAAsB;AlBqyF1B;;AkB/yFA;EAYI,mBAAmB;AlBuyFvB;;AkBnzFA;EAgBM,enBYO;AC2xFb;;AkBvzFA;EAmBM,kBnBQU;ACgyFhB;;AkB3zFA;EAqBI,uBAAuB;AlB0yF3B;;AkB/zFA;EAuBM,qBAAqB;EACrB,oBAAoB;AlB4yF1B;;AkBp0FA;EA0BI,yBAAyB;AlB8yF7B;;AkBx0FA;EA6BQ,mBAAmB;AlB+yF3B;;AkB50FA;EA+BQ,eAAe;AlBizFvB;;AkBh1FA;EjBuII,eiBrGmC;AlBkzFvC;;AkBp1FA;EjBuII,ciBnGqC;EAE/B,yBAAyB;EACzB,4BAA4B;AlBmzFtC;;AkB11FA;EA6CU,0BAA0B;EAC1B,6BAA6B;AlBizFvC;;AkB5yFA;EACE,mBAAmB;EACnB,4BnBjD4B;EmBkD5B,kBnBMU;EmBLV,cnBzD4B;EmB0D5B,oBAAoB;EACpB,kBnB5Bc;EmB6Bd,WAAW;EACX,uBAAuB;EACvB,gBAAgB;EAChB,oBAAoB;EACpB,qBAAqB;EACrB,mBAAmB;AlB+yFrB;;AkB3zFA;EjBoFI,oBiBtEuC;EjBsEvC,uBiBrEyC;AlBizF7C;;AkBh0FA;EAqBM,uBnBlEyB;EmBmEzB,cnBhFuB;AC+3F7B;;AkBr0FA;EAqBM,yBnB/EuB;EmBgFvB,YnBnEyB;ACu3F/B;;AkB10FA;EAqBM,4BnBpEwB;EmBqExB,yBRFe;AV2zFrB;;AkB/0FA;EAqBM,yBnB3EwB;EmB4ExB,WRAU;AV8zFhB;;AkBp1FA;EAqBM,yBnB7D4B;EmB8D5B,WRAU;AVm0FhB;;AkBz1FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVwzFrE;;AkB91FA;EAqBM,yBnB3D4B;EmB4D5B,WRAU;AV60FhB;;AkBn2FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVk0FrE;;AkBx2FA;EAqBM,yBnB5D4B;EmB6D5B,WRAU;AVu1FhB;;AkB72FA;EA4BU,yBRCsC;EQAtC,cRS2D;AV40FrE;;AkBl3FA;EAqBM,yBnB9D4B;EmB+D5B,WRAU;AVi2FhB;;AkBv3FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVs1FrE;;AkB53FA;EAqBM,yBnB/D4B;EmBgE5B,yBRFe;AV62FrB;;AkBj4FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVg2FrE;;AkBt4FA;EAqBM,yBnBzD2B;EmB0D3B,WRAU;AVq3FhB;;AkB34FA;EA4BU,yBRCsC;EQAtC,cRS2D;AV02FrE;;AkBh5FA;EAgCI,kBnBtDY;AC06FhB;;AkBp5FA;EAkCI,enBzDS;AC+6Fb;;AkBx5FA;EAoCI,kBnB5DY;ACo7FhB;;AkB55FA;EjBoFI,qBiB7C0C;EjB6C1C,sBiB5C0C;AlBy3F9C;;AkBj6FA;EjBoFI,qBiB1C0C;EjB0C1C,sBiBzC0C;AlB23F9C;;AkBt6FA;EjBoFI,qBiBvC0C;EjBuC1C,sBiBtC0C;AlB63F9C;;AkB36FA;EjBoFI,gBiB3ImB;EAyGnB,UAAU;EACV,kBAAkB;EAClB,UAAU;AlB83Fd;;AkBl7FA;EAuDM,8BAA8B;EAC9B,WAAW;EACX,cAAc;EACd,SAAS;EACT,kBAAkB;EAClB,QAAQ;EACR,0DAA0D;EAC1D,+BAA+B;AlB+3FrC;;AkB77FA;EAgEM,WAAW;EACX,UAAU;AlBi4FhB;;AkBl8FA;EAmEM,WAAW;EACX,UAAU;AlBm4FhB;;AkBv8FA;EAuEM,yBAAmD;AlBo4FzD;;AkB38FA;EAyEM,yBAAoD;AlBs4F1D;;AkB/8FA;EA2EI,uBnBhEqB;ACw8FzB;;AkBt4FA;EAEI,0BAA0B;AlBw4F9B;;AmB9/FA;;EAGE,sBAAsB;AnBggGxB;;AmBngGA;;;;EAMI,oBAAoB;AnBogGxB;;AmB1gGA;;EAQI,iBApBmB;AnB2hGvB;;AmB/gGA;;EAUI,iBArBmB;AnB+hGvB;;AmBphGA;;EAYI,sBAAsB;AnB6gG1B;;AmB3gGA;EACE,cpB9B4B;EoBiC5B,epBLW;EoBMX,gBpBGmB;EoBFnB,kBAnCuB;AnB+iGzB;;AmBlhGA;EAQI,cApCwB;EAqCxB,oBApCyB;AnBkjG7B;;AmBvhGA;EAWI,oBAAoB;AnBghGxB;;AmB3hGA;EAaI,oBA7B+B;AnB+iGnC;;AmB/hGA;EAkBM,epBrBO;ACsiGb;;AmBniGA;EAkBM,iBpBpBS;ACyiGf;;AmBviGA;EAkBM,epBnBO;AC4iGb;;AmB3iGA;EAkBM,iBpBlBS;AC+iGf;;AmB/iGA;EAkBM,kBpBjBU;ACkjGhB;;AmBnjGA;EAkBM,epBhBO;ACqjGb;;AmBvjGA;EAkBM,kBpBfU;ACwjGhB;;AmBviGA;EACE,cpBjD4B;EoBoD5B,kBpBvBc;EoBwBd,gBpBnBiB;EoBoBjB,iBA7CyB;AnBqlG3B;;AmB9iGA;EAQI,cpBzD0B;EoB0D1B,gBpBrBiB;AC+jGrB;;AmBnjGA;EAWI,oBA/C+B;AnB2lGnC;;AmBvjGA;EAgBM,epBvCO;ACklGb;;AmB3jGA;EAgBM,iBpBtCS;ACqlGf;;AmB/jGA;EAgBM,epBrCO;ACwlGb;;AmBnkGA;EAgBM,iBpBpCS;AC2lGf;;AmBvkGA;EAgBM,kBpBnCU;AC8lGhB;;AmB3kGA;EAgBM,epBlCO;ACimGb;;AmB/kGA;EAgBM,kBpBjCU;AComGhB;;AoBloGA;EACE,cAAc;EACd,eAAe;EACf,mBAAmB;EACnB,kBAAkB;EAClB,yBAAyB;ApBqoG3B;;AoBnoGA;EAEE,gBrBwBiB;EqBvBjB,eAAe;EACf,gBAAgB;EAChB,UAAU;ApBqoGZ;;AoB1oGA;EAOI,cAAc;EACd,eAAe;ApBuoGnB;;AoBloGA;EACE,mBAAmB;EACnB,4BrBjB4B;EqBkB5B,uBrBwCuB;EqBvCvB,oBAAoB;EACpB,kBrBGc;EqBFd,WAAW;EACX,uBAAuB;EACvB,oBAAoB;EACpB,gBAAgB;EAChB,uBAAuB;EACvB,kBAAkB;EAClB,mBAAmB;ApBqoGrB;;AqB7qGA,eAAA;AC0DA;EAxBE,uBvBnB6B;EuBoB7B,qBvBzB4B;EuB0B5B,kBvBiCU;EuBhCV,cvB/B4B;AC+qG9B;;AClnGI;EqB5BA,4BvBjC0B;ACmrG9B;;ACtnGI;EqB5BA,4BvBjC0B;ACurG9B;;AC1nGI;EqB5BA,4BvBjC0B;AC2rG9B;;AC9nGI;EqB5BA,4BvBjC0B;AC+rG9B;;AsB7pGE;EAEE,qBvBjC0B;ACgsG9B;;AsB9pGE;EAIE,qBvBzB8B;EuB0B9B,kDvB1B8B;ACwrGlC;;AsB7pGE;;;;;EAEE,4BvBtC0B;EuBuC1B,wBvBvC0B;EuBwC1B,gBAAgB;EAChB,cvB9C0B;ACitG9B;;ACtpGI;;;;;EqBXE,+BvBhDwB;ACytG9B;;AC9pGI;;;;;EqBXE,+BvBhDwB;ACiuG9B;;ACtqGI;;;;;EqBXE,+BvBhDwB;ACyuG9B;;AC9qGI;;;;;EqBXE,+BvBhDwB;ACivG9B;;AuBnvGA;EAEE,2DxBN2B;EwBO3B,eAAe;EACf,WAAW;AvBqvGb;;AuBpvGE;EACE,gBAAgB;AvBuvGpB;;AuBnvGI;EACE,mBxBFyB;ACwvG/B;;AuBvvGK;EAMG,mDxBPuB;AC4vG/B;;AuB3vGI;EACE,qBxBfuB;AC6wG7B;;AuB/vGK;EAMG,gDxBpBqB;ACixG7B;;AuBnwGI;EACE,wBxBJwB;AC0wG9B;;AuBvwGK;EAMG,mDxBTsB;AC8wG9B;;AuB3wGI;EACE,qBxBXwB;ACyxG9B;;AuB/wGK;EAMG,gDxBhBsB;AC6xG9B;;AuBnxGI;EACE,qBxBG4B;ACmxGlC;;AuBvxGK;EAMG,iDxBF0B;ACuxGlC;;AuB3xGI;EACE,qBxBK4B;ACyxGlC;;AuB/xGK;EAMG,kDxBA0B;AC6xGlC;;AuBnyGI;EACE,qBxBI4B;ACkyGlC;;AuBvyGK;EAMG,kDxBD0B;ACsyGlC;;AuB3yGI;EACE,qBxBE4B;AC4yGlC;;AuB/yGK;EAMG,kDxBH0B;ACgzGlC;;AuBnzGI;EACE,qBxBC4B;ACqzGlC;;AuBvzGK;EAMG,kDxBJ0B;ACyzGlC;;AuB3zGI;EACE,qBxBO2B;ACuzGjC;;AuB/zGK;EAMG,kDxBEyB;AC2zGjC;;AuB3zGE;EzBmBA,kBCyBgB;EDxBhB,kBCNc;ACkzGhB;;AuB9zGE;EzBoBA,kBCVc;ACwzGhB;;AuBh0GE;EzBoBA,iBCba;AC6zGf;;AuBj0GE;EACE,cAAc;EACd,WAAW;AvBo0Gf;;AuBn0GE;EACE,eAAe;EACf,WAAW;AvBs0Gf;;AuBp0GA;EAGI,uBxB8BqB;EwB7BrB,gDAA4D;EAC5D,iDAA6D;AvBq0GjE;;AuB10GA;EAOI,6BAA6B;EAC7B,yBAAyB;EACzB,gBAAgB;EAChB,eAAe;EACf,gBAAgB;AvBu0GpB;;AuBr0GA;EAEE,cAAc;EACd,eAAe;EACf,eAAe;EACf,2BzB7CkE;EyB8ClE,gBAAgB;AvBu0GlB;;AuB70GA;EAQI,gBA1DsB;EA2DtB,eA1DqB;AvBm4GzB;;AuBl1GA;EAWI,eAAe;AvB20GnB;;AuBt1GA;EAcI,YAAY;AvB40GhB;;AwB74GA;EACE,eAAe;EACf,qBAAqB;EACrB,iBAAiB;EACjB,kBAAkB;AxBg5GpB;;AwB/4GE;EACE,eAAe;AxBk5GnB;;AwBj5GE;EACE,czBF0B;ACs5G9B;;AwBn5GE;;;;;EAGE,czBJ0B;EyBK1B,mBAAmB;AxBw5GvB;;AwBn5GA;EvB8HI,kBuB3HqC;AxBo5GzC;;AyBv6GA;EACE,qBAAqB;EACrB,eAAe;EACf,kBAAkB;EAClB,mBAAmB;AzB06GrB;;AyB96GA;EAMI,a3BDkB;AE66GtB;;AyBl7GA;EAUM,qB1BU4B;EEkI9B,cwB3I+B;EAC7B,UAAU;AzB46GhB;;AyBx7GA;EAeM,uB1BsDmB;EEyErB,iBwB9HsC;AzB66G1C;;AyB77GA;EAmBI,eAAe;EACf,cAAc;EACd,cAAc;EACd,eAAe;EACf,aAAa;AzB86GjB;;AyBr8GA;EAyBM,aAAa;AzBg7GnB;;AyBz8GA;;EA4BM,wB1BjBwB;ACm8G9B;;AyB98GA;ExB8II,oBwBhHwC;AzBo7G5C;;AyBl9GA;EAgCM,YAAY;EACZ,UAAU;AzBs7GhB;;AyBv9GA;EAmCQ,kBAAkB;AzBw7G1B;;AyB39GA;EAuCM,qB1BnCwB;AC29G9B;;AyB/9GA;EA6CQ,mB1BhCuB;ACs9G/B;;AyBn+GA;EA+CQ,mB1BlCuB;AC09G/B;;AyBv+GA;EAkDU,qBfyDuB;AVg4GjC;;AyB3+GA;EAuDU,mD1B1CqB;ACk+G/B;;AyB/+GA;EA6CQ,qB1B7CqB;ACm/G7B;;AyBn/GA;EA+CQ,qB1B/CqB;ACu/G7B;;AyBv/GA;EAkDU,mBfyDuB;AVg5GjC;;AyB3/GA;EAuDU,gD1BvDmB;AC+/G7B;;AyB//GA;EA6CQ,wB1BlCsB;ACw/G9B;;AyBngHA;EA+CQ,wB1BpCsB;AC4/G9B;;AyBvgHA;EAkDU,qBfyDuB;AVg6GjC;;AyB3gHA;EAuDU,mD1B5CoB;ACogH9B;;AyB/gHA;EA6CQ,qB1BzCsB;AC+gH9B;;AyBnhHA;EA+CQ,qB1B3CsB;ACmhH9B;;AyBvhHA;EAkDU,qBfyDuB;AVg7GjC;;AyB3hHA;EAuDU,gD1BnDoB;AC2hH9B;;AyB/hHA;EA6CQ,qB1B3B0B;ACihHlC;;AyBniHA;EA+CQ,qB1B7B0B;ACqhHlC;;AyBviHA;EAkDU,qBfyDuB;AVg8GjC;;AyB3iHA;EAuDU,iD1BrCwB;AC6hHlC;;AyB/iHA;EA6CQ,qB1BzB0B;AC+hHlC;;AyBnjHA;EA+CQ,qB1B3B0B;ACmiHlC;;AyBvjHA;EAkDU,qBfyDuB;AVg9GjC;;AyB3jHA;EAuDU,kD1BnCwB;AC2iHlC;;AyB/jHA;EA6CQ,qB1B1B0B;ACgjHlC;;AyBnkHA;EA+CQ,qB1B5B0B;ACojHlC;;AyBvkHA;EAkDU,qBfyDuB;AVg+GjC;;AyB3kHA;EAuDU,kD1BpCwB;AC4jHlC;;AyB/kHA;EA6CQ,qB1B5B0B;ACkkHlC;;AyBnlHA;EA+CQ,qB1B9B0B;ACskHlC;;AyBvlHA;EAkDU,qBfyDuB;AVg/GjC;;AyB3lHA;EAuDU,kD1BtCwB;AC8kHlC;;AyB/lHA;EA6CQ,qB1B7B0B;ACmlHlC;;AyBnmHA;EA+CQ,qB1B/B0B;ACulHlC;;AyBvmHA;EAkDU,qBfyDuB;AVggHjC;;AyB3mHA;EAuDU,kD1BvCwB;AC+lHlC;;AyB/mHA;EA6CQ,qB1BvByB;AC6lHjC;;AyBnnHA;EA+CQ,qB1BzByB;ACimHjC;;AyBvnHA;EAkDU,qBfyDuB;AVghHjC;;AyB3nHA;EAuDU,kD1BjCuB;ACymHjC;;AyB/nHA;E3ByCE,kBCyBgB;EDxBhB,kBCNc;ACgmHhB;;AyBpoHA;E3B4CE,kBCVc;ACsmHhB;;AyBxoHA;E3B8CE,iBCba;AC2mHf;;AyB5oHA;EAkEM,qB1B5DwB;AC0oH9B;;AyBhpHA;EAoEI,WAAW;AzBglHf;;AyBppHA;EAsEM,WAAW;AzBklHjB;;AyBxpHA;EA0EM,aAAa;EACb,kBAAkB;ExB2EpB,cwB1E+B;EAC7B,YAAY;EACZ,eAAe;AzBklHrB;;AyBhqHA;EAgFM,kB1B5CU;ACgoHhB;;AyBpqHA;EAkFM,kB1BhDU;ACsoHhB;;AyBxqHA;EAoFM,iB1BnDS;AC2oHf;;A0B/pHA;EAEE,oBAAoB;EACpB,aAAa;EACb,2BAA2B;EAC3B,kBAAkB;A1BiqHpB;;A0BtqHA;EAYQ,uB3BZuB;E2BavB,yBAAyB;EACzB,c3B3BqB;ACyrH7B;;A0B5qHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,c3BjCmB;AC+rH7B;;A0BlrHA;EAwBU,yBAAyB;EACzB,+C3BzBqB;E2B0BrB,c3BvCmB;ACqsH7B;;A0BxrHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,c3B7CmB;AC2sH7B;;A0B9rHA;EAYQ,yB3BzBqB;E2B0BrB,yBAAyB;EACzB,Y3BduB;ACosH/B;;A0BpsHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,Y3BpBqB;AC0sH/B;;A0B1sHA;EAwBU,yBAAyB;EACzB,4C3BtCmB;E2BuCnB,Y3B1BqB;ACgtH/B;;A0BhtHA;EA8BU,uBhBgEuB;EgB/DvB,yBAAyB;EACzB,Y3BhCqB;ACstH/B;;A0BttHA;EAYQ,4B3BdsB;E2BetB,yBAAyB;EACzB,yBhBmDa;AV2pHrB;;A0B5tHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,yBhB6CW;AViqHrB;;A0BluHA;EAwBU,yBAAyB;EACzB,+C3B3BoB;E2B4BpB,yBhBuCW;AVuqHrB;;A0BxuHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,yBhBiCW;AV6qHrB;;A0B9uHA;EAYQ,yB3BrBsB;E2BsBtB,yBAAyB;EACzB,WhBqDQ;AVirHhB;;A0BpvHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AVurHhB;;A0B1vHA;EAwBU,yBAAyB;EACzB,4C3BlCoB;E2BmCpB,WhByCM;AV6rHhB;;A0BhwHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVmsHhB;;A0BtwHA;EAYQ,yB3BP0B;E2BQ1B,yBAAyB;EACzB,WhBqDQ;AVysHhB;;A0B5wHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AV+sHhB;;A0BlxHA;EAwBU,yBAAyB;EACzB,6C3BpBwB;E2BqBxB,WhByCM;AVqtHhB;;A0BxxHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AV2tHhB;;A0B9xHA;EAYQ,yB3BL0B;E2BM1B,yBAAyB;EACzB,WhBqDQ;AViuHhB;;A0BpyHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AVuuHhB;;A0B1yHA;EAwBU,yBAAyB;EACzB,8C3BlBwB;E2BmBxB,WhByCM;AV6uHhB;;A0BhzHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVmvHhB;;A0BtzHA;EAYQ,yB3BN0B;E2BO1B,yBAAyB;EACzB,WhBqDQ;AVyvHhB;;A0B5zHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AV+vHhB;;A0Bl0HA;EAwBU,yBAAyB;EACzB,8C3BnBwB;E2BoBxB,WhByCM;AVqwHhB;;A0Bx0HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AV2wHhB;;A0B90HA;EAYQ,yB3BR0B;E2BS1B,yBAAyB;EACzB,WhBqDQ;AVixHhB;;A0Bp1HA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AVuxHhB;;A0B11HA;EAwBU,yBAAyB;EACzB,8C3BrBwB;E2BsBxB,WhByCM;AV6xHhB;;A0Bh2HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVmyHhB;;A0Bt2HA;EAYQ,yB3BT0B;E2BU1B,yBAAyB;EACzB,yBhBmDa;AV2yHrB;;A0B52HA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,yBhB6CW;AVizHrB;;A0Bl3HA;EAwBU,yBAAyB;EACzB,8C3BtBwB;E2BuBxB,yBhBuCW;AVuzHrB;;A0Bx3HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,yBhBiCW;AV6zHrB;;A0B93HA;EAYQ,yB3BHyB;E2BIzB,yBAAyB;EACzB,WhBqDQ;AVi0HhB;;A0Bp4HA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AVu0HhB;;A0B14HA;EAwBU,yBAAyB;EACzB,8C3BhBuB;E2BiBvB,WhByCM;AV60HhB;;A0Bh5HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVm1HhB;;A0Bt5HA;EAmCI,kB3BZY;ACm4HhB;;A0B15HA;EAqCI,kB3BhBY;ACy4HhB;;A0B95HA;EAwCQ,eAAe;A1B03HvB;;A0Bl6HA;EA0CI,iB3BtBW;ACk5Hf;;A0Bt6HA;EA6CQ,eAAe;A1B63HvB;;A0B16HA;EAiDM,6BAA6B;EAC7B,0BAA0B;A1B63HhC;;A0B/6HA;EAoDM,4BAA4B;EAC5B,yBAAyB;A1B+3H/B;;A0Bp7HA;EAwDQ,kB3BFI;ACk4HZ;;A0Bx7HA;EA0DQ,aAAa;A1Bk4HrB;;A0B57HA;EA6DM,sBAAsB;A1Bm4H5B;;A0Bh8HA;EA+DM,sBAAsB;EACtB,YAAY;EACZ,gBAAgB;A1Bq4HtB;;A0Bt8HA;EAmEM,uBAAuB;A1Bu4H7B;;A0B18HA;EAqEM,aAAa;EACb,YAAY;A1By4HlB;;A0B/8HA;EAwEQ,eAAe;A1B24HvB;;A0Bn9HA;EA2EQ,eAAe;A1B44HvB;;A0Bv9HA;EA8EQ,eAAe;A1B64HvB;;A0B39HA;EAiFQ,eAAe;A1B84HvB;;A0B/9HA;EAoFQ,0BAA4C;A1B+4HpD;;A0Bn+HA;EAsFQ,0B3BhCI;E2BiCJ,uBAAuB;A1Bi5H/B;;A0Bx+HA;EAyFI,uBAAuB;A1Bm5H3B;;A0B5+HA;EA4FM,WAAW;A1Bo5HjB;;A0Bh/HA;EA8FM,YAAY;EACZ,eAAe;A1Bs5HrB;;A0Br/HA;EAiGI,yBAAyB;A1Bw5H7B;;A0Bz/HA;EAmGM,0BAA4C;A1B05HlD;;A0B7/HA;EAqGM,0B3B/CM;E2BgDN,2BAA2B;EAC3B,SAAS;A1B45Hf;;A0B15HA;EACE,oBAAoB;EACpB,aAAa;EACb,eAAe;EACf,2BAA2B;EAC3B,gBAAgB;EAChB,kBAAkB;A1B65HpB;;A0Bn6HA;EASM,yBhBpB2B;EgBqB3B,c3B5HwB;AC0hI9B;;A0Bx6HA;EAYM,qBhBvB2B;AVu7HjC;;A0B56HA;EAeM,yBhB1B2B;EgB2B3B,c3BlIwB;ACmiI9B;;A0Bj7HA;EAkBM,qBhB7B2B;AVg8HjC;;A0Bj6HA;EACE,YAAY;EACZ,OAAO;EACP,UAAU;EACV,aAAa;EACb,kBAAkB;EAClB,MAAM;EACN,WAAW;A1Bo6Hb;;A0Bl6HA;;EAGE,qB3B9I4B;E2B+I5B,kB3BpFU;E2BqFV,cAAc;EACd,iBAAiB;EACjB,kBAAkB;EAClB,mBAAmB;A1Bo6HrB;;A0Bl6HA;EACE,4B3BnJ4B;E2BoJ5B,c3B1J4B;AC+jI9B;;A0Bn6HA;EACE,qB3B1J4B;E2B2J5B,mBA5J4B;EA6J5B,2BA5JoC;EA6JpC,cAAc;EACd,eA7JwB;EA8JxB,gBAAgB;EAChB,mBAAmB;EACnB,uBAAuB;A1Bs6HzB;;A0Bp6HA;EACE,mBAAmB;EACnB,aAAa;EACb,WAAW;EACX,uBAAuB;EzBjCrB,mByBkCmC;EACrC,UAAU;A1Bu6HZ;;A0B76HA;EAQI,eAAe;A1By6HnB;;A2BvlIA;EACE,c5BF4B;E4BG5B,cAAc;EACd,e5B2BW;E4B1BX,gB5BiCe;ACyjIjB;;A2B9lIA;EAMI,oBAAoB;A3B4lIxB;;A2BlmIA;EASI,kB5BsBY;ACukIhB;;A2BtmIA;EAWI,kB5BkBY;AC6kIhB;;A2B1mIA;EAaI,iB5BeW;ACklIf;;A2B/lIA;EACE,cAAc;EACd,kB5Bcc;E4Bbd,mBAAmB;A3BkmIrB;;A2BrmIA;EAOM,Y5BdyB;ACgnI/B;;A2BzmIA;EAOM,c5B3BuB;ACioI7B;;A2B7mIA;EAOM,iB5BhBwB;AC0nI9B;;A2BjnIA;EAOM,c5BvBwB;ACqoI9B;;A2BrnIA;EAOM,c5BT4B;AC2nIlC;;A2BznIA;EAOM,c5BP4B;AC6nIlC;;A2B7nIA;EAOM,c5BR4B;ACkoIlC;;A2BjoIA;EAOM,c5BV4B;ACwoIlC;;A2BroIA;EAOM,c5BX4B;AC6oIlC;;A2BzoIA;EAOM,c5BL2B;AC2oIjC;;A2BloIA;EAEI,sBAAsB;A3BooI1B;;A2BtoIA;EAKI,aAAa;EACb,2BAA2B;A3BqoI/B;;A2B3oIA;E1B+GI,kB0BtGwC;A3BsoI5C;;A2B/oIA;;;EAcU,gBAAgB;A3BuoI1B;;A2BrpIA;;;EAoBY,6BAA6B;EAC7B,0BAA0B;A3BuoItC;;A2B5pIA;;;EA8BY,4BAA4B;EAC5B,yBAAyB;A3BooIrC;;A2BnqIA;;;;;EAyCY,UAAU;A3BkoItB;;A2B3qIA;;;;;;;;;EA8CY,UAAU;A3ByoItB;;A2BvrIA;;;;;;;;;EAgDc,UAAU;A3BmpIxB;;A2BnsIA;EAkDQ,YAAY;EACZ,cAAc;A3BqpItB;;A2BxsIA;EAqDM,uBAAuB;A3BupI7B;;A2B5sIA;EAuDM,yBAAyB;A3BypI/B;;A2BhtIA;EA0DQ,YAAY;EACZ,cAAc;A3B0pItB;;A2BrtIA;EA6DI,aAAa;EACb,2BAA2B;A3B4pI/B;;A2B1tIA;EAgEM,cAAc;A3B8pIpB;;A2B9tIA;EAkEQ,gBAAgB;E1B6CpB,qB0B5C2C;A3BgqI/C;;A2BnuIA;EAqEQ,YAAY;EACZ,cAAc;A3BkqItB;;A2BxuIA;EAwEM,uBAAuB;A3BoqI7B;;A2B5uIA;EA0EM,yBAAyB;A3BsqI/B;;A2BhvIA;EA4EM,eAAe;A3BwqIrB;;A2BpvIA;EAgFU,sBAAsB;A3BwqIhC;;A2BxvIA;EAkFQ,uBAAuB;A3B0qI/B;;A2B5vIA;EAoFQ,gBAAgB;A3B4qIxB;;AC5sIE;E0BpDF;IAuFM,aAAa;E3B8qIjB;AACF;;A2B7qIA;EAEI,kBAAkB;A3B+qItB;;AC1tIE;E0ByCF;IAII,qBAAqB;E3BkrIvB;AACF;;AC5tIE;E0BqCF;IAMI,aAAa;IACb,YAAY;IACZ,cAAc;I1Bcd,oB0BbsC;IACtC,iBAAiB;E3BsrInB;E2BhsIF;IAYM,kB5BhGU;I4BiGV,oBAAoB;E3BurIxB;E2BpsIF;IAeM,oBAAoB;E3BwrIxB;E2BvsIF;IAiBM,kB5BvGU;I4BwGV,oBAAoB;E3ByrIxB;E2B3sIF;IAoBM,iB5B3GS;I4B4GT,oBAAoB;E3B0rIxB;AACF;;A2BzrIA;EAEI,gBAAgB;A3B2rIpB;;ACzvIE;E0B4DF;IAII,aAAa;IACb,aAAa;IACb,YAAY;IACZ,cAAc;E3B8rIhB;E2BrsIF;IASM,gBAAgB;E3B+rIpB;E2BxsIF;IAWM,cAAc;E3BgsIlB;E2B3sIF;IAaQ,YAAY;E3BisIlB;E2B9sIF;I1BDI,qB0BgB2C;E3BksI7C;AACF;;A2BjsIA;EACE,sBAAsB;EACtB,WAAW;EACX,e5BhIW;E4BiIX,kBAAkB;EAClB,mBAAmB;A3BosIrB;;A2BzsIA;;;EAaU,c5BxKoB;AC02I9B;;A2B/sIA;;;EAeQ,kB5B3IQ;ACi1IhB;;A2BrtIA;;;EAiBQ,kB5B/IQ;ACy1IhB;;A2B3tIA;;;EAmBQ,iB5BlJO;ACg2If;;A2BjuIA;EAqBM,c5B7KwB;E4B8KxB,a7BjLgB;E6BkLhB,oBAAoB;EACpB,kBAAkB;EAClB,MAAM;EACN,Y7BrLgB;E6BsLhB,UAAU;A3BgtIhB;;A2B3uIA;;EA+BM,mB7B1LgB;AE24ItB;;A2BhvIA;EAiCM,OAAO;A3BmtIb;;A2BpvIA;;EAqCM,oB7BhMgB;AEo5ItB;;A2BzvIA;EAuCM,QAAQ;A3BstId;;A2B7vIA;EA2CM,6BAA6B;E1BrD/B,c0BsD+B;EAC7B,YAAY;EACZ,UAAU;A3BstIhB;;A2BpwIA;EAgDM,kB5B5KU;ACo4IhB;;A2BxwIA;EAkDM,kB5BhLU;AC04IhB;;A2B5wIA;EAoDM,iB5BnLS;AC+4If;;A4Bl7IA,qBAAA;ACWA;EAGE,e9BuBW;E8BtBX,mBAAmB;A7By6IrB;;A6B76IA;EAMI,mBAAmB;EACnB,c9BI8B;E8BH9B,aAAa;EACb,uBAAuB;EACvB,iBAduC;A7By7I3C;;A6Br7IA;EAYM,c9BjBwB;AC87I9B;;A6Bz7IA;EAcI,mBAAmB;EACnB,aAAa;A7B+6IjB;;A6B97IA;E5BqII,e4BpHoC;A7Bi7IxC;;A6Bl8IA;EAoBQ,c9BzBsB;E8B0BtB,eAAe;EACf,oBAAoB;A7Bk7I5B;;A6Bx8IA;EAwBM,c9B1BwB;E8B2BxB,iBAAiB;A7Bo7IvB;;A6B78IA;;EA4BI,uBAAuB;EACvB,aAAa;EACb,eAAe;EACf,2BAA2B;A7Bs7I/B;;A6Br9IA;E5BqII,mB4BnGuC;A7Bu7I3C;;A6Bz9IA;E5BqII,kB4BjGuC;A7By7I3C;;A6B79IA;;EAyCM,uBAAuB;A7By7I7B;;A6Bl+IA;;EA6CM,yBAAyB;A7B07I/B;;A6Bv+IA;EAgDI,kB9BrBY;ACg9IhB;;A6B3+IA;EAkDI,kB9BzBY;ACs9IhB;;A6B/+IA;EAoDI,iB9B5BW;AC29If;;A6Bn/IA;EAwDM,iBAAiB;A7B+7IvB;;A6Bv/IA;EA2DM,iBAAiB;A7Bg8IvB;;A6B3/IA;EA8DM,iBAAiB;A7Bi8IvB;;A6B//IA;EAiEM,iBAAiB;A7Bk8IvB;;A8Bx/IA;EACE,uB/BR6B;E+BS7B,sBAnBmB;EAoBnB,0F/BvB2B;E+BwB3B,c/BnB4B;E+BoB5B,eAAe;EACf,kBAAkB;A9B2/IpB;;A8Bx/IE;EACE,+BA3BiB;EA4BjB,gCA5BiB;A9BuhJrB;;A8B1/IE;EACE,kCA9BiB;EA+BjB,mCA/BiB;A9B4hJrB;;A8B3/IA;EAEE,6BAjCwC;EAkCxC,oBAAoB;EACpB,kD/BxC2B;E+ByC3B,aAAa;A9B6/If;;A8B3/IA;EACE,mBAAmB;EACnB,c/BzC4B;E+B0C5B,aAAa;EACb,YAAY;EACZ,gB/BNe;E+BOf,qBA1CgC;A9BwiJlC;;A8BpgJA;EAQI,uBAAuB;A9BggJ3B;;A8B9/IA;EACE,mBAAmB;EACnB,eAAe;EACf,aAAa;EACb,uBAAuB;EACvB,qBAnDgC;A9BojJlC;;A8B//IA;EACE,cAAc;EACd,kBAAkB;A9BkgJpB;;A8BpgJA;EAKM,+BA9De;EA+Df,gCA/De;A9BkkJrB;;A8BzgJA;EASM,kCAlEe;EAmEf,mCAnEe;A9BukJrB;;A8BlgJA;EAEE,6BA/DyC;EAgEzC,eA/D2B;A9BmkJ7B;;A8BlgJA;EAEE,6BAjEwC;EAkExC,6B/BvE6B;E+BwE7B,oBAAoB;EACpB,aAAa;A9BogJf;;A8BlgJA;EACE,mBAAmB;EACnB,aAAa;EACb,aAAa;EACb,YAAY;EACZ,cAAc;EACd,uBAAuB;EACvB,gBA3E2B;A9BglJ7B;;A8B5gJA;E7B0DI,+BFrI2B;AC2lJ/B;;A8BngJA;EAEI,qB/BrDkB;AC0jJtB;;A+BrlJA;EACE,oBAAoB;EACpB,kBAAkB;EAClB,mBAAmB;A/BwlJrB;;A+B3lJA;EAOM,cAAc;A/BwlJpB;;A+B/lJA;EAUM,UAAU;EACV,QAAQ;A/BylJd;;A+BpmJA;EAcM,YAAY;EACZ,mBA9BuB;EA+BvB,oBAAoB;EACpB,SAAS;A/B0lJf;;A+BxlJA;EACE,aAAa;E9B+GX,O8B9GqB;EACvB,gBAzC6B;EA0C7B,gBAtC2B;EAuC3B,kBAAkB;EAClB,SAAS;EACT,WApCqB;A/B+nJvB;;A+BzlJA;EACE,uBhCnC6B;EgCoC7B,kBhCkBU;EgCjBV,0FhClD2B;EgCmD3B,sBA9CsC;EA+CtC,mBA9CmC;A/B0oJrC;;Ae9nJgB;EgBqCd,chClD4B;EgCmD5B,cAAc;EACd,mBAAmB;EACnB,gBAAgB;EAChB,sBAAsB;EACtB,kBAAkB;A/B6lJpB;;A+B3lJA;;E9BgFI,mB8B9EmC;EACrC,mBAAmB;EACnB,mBAAmB;EACnB,WAAW;A/B8lJb;;A+BnmJA;;EAOI,4BhC1D0B;EgC2D1B,chCtEyB;ACuqJ7B;;A+BzmJA;;EAUI,yBhCpD8B;EgCqD9B,WrBOY;AV6lJhB;;A+BlmJA;EACE,yBhCnE6B;EgCoE7B,YAAY;EACZ,cAAc;EACd,WAAW;EACX,gBAAgB;A/BqmJlB;;AgCnrJA;EAEE,mBAAmB;EACnB,8BAA8B;AhCqrJhC;;AgCxrJA;EAKI,kBjC4DQ;AC2nJZ;;AgC5rJA;EAOI,qBAAqB;EACrB,mBAAmB;AhCyrJvB;;AgCjsJA;EAWI,aAAa;AhC0rJjB;;AgCrsJA;;EAcM,aAAa;AhC4rJnB;;AgC1sJA;EAgBM,aAAa;AhC8rJnB;;AgC9sJA;EAmBQ,gBAAgB;E/ByHpB,qB+B9IqC;AhCqtJzC;;AgCntJA;EAsBQ,YAAY;AhCisJpB;;ACtoJE;E+BjFF;IAyBI,aAAa;EhCmsJf;EgC5tJF;IA4BQ,YAAY;EhCmsJlB;AACF;;AgClsJA;EACE,mBAAmB;EACnB,aAAa;EACb,gBAAgB;EAChB,YAAY;EACZ,cAAc;EACd,uBAAuB;AhCqsJzB;;AgC3sJA;;EASI,gBAAgB;AhCusJpB;;ACjqJE;E+B/CF;IAaM,sBA7CmC;EhCqvJvC;AACF;;AgCvsJA;;EAEE,gBAAgB;EAChB,YAAY;EACZ,cAAc;AhC0sJhB;;AgC9sJA;;EAQM,YAAY;AhC2sJlB;;AC/qJE;E+BpCF;;I/B+FI,qB+B9IqC;EhCwwJvC;AACF;;AgC5sJA;EACE,mBAAmB;EACnB,2BAA2B;AhC+sJ7B;;AC/rJE;E+BlBF;IAMM,kBAAkB;EhCgtJtB;AACF;;ACjsJE;E+BtBF;IAQI,aAAa;EhCotJf;AACF;;AgCntJA;EACE,mBAAmB;EACnB,yBAAyB;AhCstJ3B;;AC5sJE;E+BZF;IAKI,aAAa;EhCwtJf;AACF;;AiC5xJA;EACE,uBAAuB;EACvB,aAAa;EACb,mBAAmB;AjC+xJrB;;AiClyJA;EAKI,sBAV2B;AjC2yJ/B;;AiCtyJA;EAOI,8ClCR0B;EkCS1B,aAAa;EACb,oBAb2B;AjCgzJ/B;;AiC5yJA;;EAYM,qBAfgC;AjCozJtC;;AiCjzJA;EAcM,mBAhBwB;AjCuzJ9B;;AiCrzJA;EAgBQ,kBAlBsB;AjC2zJ9B;;AiCzzJA;EAkBI,8ClCnB0B;EkCoB1B,gBA1BgB;EA2BhB,iBA3BgB;AjCs0JpB;;AiC/zJA;EAwBM,kBA9BsB;EA+BtB,mBA/BsB;AjC00J5B;;AiCzyJA;;EAEE,gBAAgB;EAChB,YAAY;EACZ,cAAc;AjC4yJhB;;AiC1yJA;EhCoGI,kBgC5IgB;AjCs1JpB;;AiC3yJA;EhCiGI,iBgC5IgB;AjC01JpB;;AiC5yJA;EACE,gBAAgB;EAChB,YAAY;EACZ,cAAc;EACd,mBAAmB;AjC+yJrB;;ACpxJE;EgC/BF;IAQI,gBAAgB;EjCgzJlB;AACF;;AkCv1JA;EACE,enCgBW;AC00Jb;;AkC31JA;EAII,kBnCcY;AC60JhB;;AkC/1JA;EAMI,kBnCUY;ACm1JhB;;AkCn2JA;EAQI,iBnCOW;ACw1Jf;;AkC71JA;EACE,iBArB0B;AlCq3J5B;;AkCj2JA;EAGI,kBnCmCc;EmClCd,cnC3B0B;EmC4B1B,cAAc;EACd,qBAzBiC;AlC23JrC;;AkCx2JA;EAQM,4BnCzBwB;EmC0BxB,cnCjCwB;ACq4J9B;;AkC72JA;EAYM,yBnCpB4B;EmCqB5B,WxBuCU;AV8zJhB;;AkCl3JA;EjCkHI,8BFtI0B;EmCqCxB,cAnC0B;EjCoI5B,oBiCnIkC;AlCy4JtC;;AkCp2JA;EACE,cnC3C4B;EmC4C5B,iBApC2B;EAqC3B,qBApC+B;EAqC/B,yBAAyB;AlCu2J3B;;AkC32JA;EAMI,eAtCoB;AlC+4JxB;;AkC/2JA;EAQI,kBAxCoB;AlCm5JxB;;AmC94JA;EAEE,4BpCZ4B;EoCa5B,kBpC2CU;EoC1CV,epCUW;ACs4Jb;;AmCp5JA;EAMI,mBAAmB;AnCk5JvB;;AmCx5JA;EAQI,mBAAmB;EACnB,0BAA0B;AnCo5J9B;;AmC75JA;EAYI,kBpCGY;ACk5JhB;;AmCj6JA;EAcI,kBpCDY;ACw5JhB;;AmCr6JA;EAgBI,iBpCJW;AC65Jf;;AmCz6JA;EAsCM,uBAH+C;AnC04JrD;;AmC76JA;EAwCQ,uBpChDuB;EoCiDvB,cpC9DqB;ACu8J7B;;AmCl7JA;EA2CQ,mBpCnDuB;AC87J/B;;AmCt7JA;EAsCM,yBAH+C;AnCu5JrD;;AmC17JA;EAwCQ,yBpC7DqB;EoC8DrB,YpCjDuB;ACu8J/B;;AmC/7JA;EA2CQ,qBpChEqB;ACw9J7B;;AmCn8JA;EAsCM,yBAH+C;AnCo6JrD;;AmCv8JA;EAwCQ,4BpClDsB;EoCmDtB,yBzBgBa;AVm5JrB;;AmC58JA;EA2CQ,wBpCrDsB;AC09J9B;;AmCh9JA;EAsCM,yBAH+C;AnCi7JrD;;AmCp9JA;EAwCQ,yBpCzDsB;EoC0DtB,WzBkBQ;AV85JhB;;AmCz9JA;EA2CQ,qBpC5DsB;AC8+J9B;;AmC79JA;EAsCM,yBzB4B0C;AV+5JhD;;AmCj+JA;EAwCQ,yBpC3C0B;EoC4C1B,WzBkBQ;AV26JhB;;AmCt+JA;EA2CQ,qBpC9C0B;EoC+C1B,czB+B6D;AVg6JrE;;AmC3+JA;EAsCM,yBzB4B0C;AV66JhD;;AmC/+JA;EAwCQ,yBpCzC0B;EoC0C1B,WzBkBQ;AVy7JhB;;AmCp/JA;EA2CQ,qBpC5C0B;EoC6C1B,czB+B6D;AV86JrE;;AmCz/JA;EAsCM,yBzB4B0C;AV27JhD;;AmC7/JA;EAwCQ,yBpC1C0B;EoC2C1B,WzBkBQ;AVu8JhB;;AmClgKA;EA2CQ,qBpC7C0B;EoC8C1B,czB+B6D;AV47JrE;;AmCvgKA;EAsCM,yBzB4B0C;AVy8JhD;;AmC3gKA;EAwCQ,yBpC5C0B;EoC6C1B,WzBkBQ;AVq9JhB;;AmChhKA;EA2CQ,qBpC/C0B;EoCgD1B,czB+B6D;AV08JrE;;AmCrhKA;EAsCM,yBzB4B0C;AVu9JhD;;AmCzhKA;EAwCQ,yBpC7C0B;EoC8C1B,yBzBgBa;AVq+JrB;;AmC9hKA;EA2CQ,qBpChD0B;EoCiD1B,czB+B6D;AVw9JrE;;AmCniKA;EAsCM,yBzB4B0C;AVq+JhD;;AmCviKA;EAwCQ,yBpCvCyB;EoCwCzB,WzBkBQ;AVi/JhB;;AmC5iKA;EA2CQ,qBpC1CyB;EoC2CzB,czB+B6D;AVs+JrE;;AmCngKA;EACE,mBAAmB;EACnB,yBpChE4B;EoCiE5B,0BAAgE;EAChE,WzBSc;EyBRd,aAAa;EACb,gBpC/Be;EoCgCf,8BAA8B;EAC9B,iBAAiB;EACjB,mBAtEiC;EAuEjC,kBAAkB;AnCsgKpB;;AmChhKA;EAYI,YAAY;EACZ,cAAc;ElC8Dd,mBkC7DsC;AnCwgK1C;;AmCthKA;EAgBI,eAjEgC;EAkEhC,yBAAyB;EACzB,0BAA0B;AnC0gK9B;;AmCxgKA;EACE,qBpChF4B;EoCiF5B,kBpCtBU;EoCuBV,mBAAmB;EACnB,uBAjFmC;EAkFnC,cpCvF4B;EoCwF5B,qBAjFiC;AnC4lKnC;;AmCjhKA;;EASI,uBpCnF2B;ACgmK/B;;AmCthKA;EAWI,6BAlFgD;AnCimKpD;;AoCjlKA;EAEE,mBAAmB;EACnB,aAAa;EACb,sBAAsB;EACtB,uBAAuB;EACvB,gBAAgB;EAChB,eAAe;EACf,WAxCU;ApC2nKZ;;AoC3lKA;EAWI,aAAa;ApColKjB;;AoCllKA;EAEE,wCrC/C2B;ACmoK7B;;AoCllKA;;EAEE,cA9CgC;EA+ChC,+BAA0D;EAC1D,cAAc;EACd,kBAAkB;EAClB,WAAW;ApCqlKb;;ACrkKE;EmCtBF;;IASI,cAAc;IACd,8BAA0D;IAC1D,YAxDuB;EpCgpKzB;AACF;;AoCvlKA;EAEE,gBAAgB;EAChB,YAxD2B;EAyD3B,eAAe;EnCoFb,WmC5IoB;EA0DtB,SAzDoB;EA0DpB,WA5D2B;ApCqpK7B;;AoCvlKA;EACE,aAAa;EACb,sBAAsB;EACtB,8BAAgD;EAChD,gBAAgB;EAChB,uBAAuB;ApC0lKzB;;AoCxlKA;;EAEE,mBAAmB;EACnB,4BrCtE4B;EqCuE5B,aAAa;EACb,cAAc;EACd,2BAA2B;EAC3B,aApE4B;EAqE5B,kBAAkB;ApC2lKpB;;AoCzlKA;EACE,gCrCjF4B;EqCkF5B,2BrCtBgB;EqCuBhB,4BrCvBgB;ACmnKlB;;AoC1lKA;EACE,crC1F4B;EqC2F5B,YAAY;EACZ,cAAc;EACd,iBrChEa;EqCiEb,cA7E8B;ApC0qKhC;;AoC3lKA;EACE,8BrCjCgB;EqCkChB,+BrClCgB;EqCmChB,6BrC/F4B;AC6rK9B;;AoCjmKA;EnC0CI,mBmCpCuC;ApC+lK3C;;AoC7lKA;EnChDE,iCAAiC;EmCkDjC,uBrCjG6B;EqCkG7B,YAAY;EACZ,cAAc;EACd,cAAc;EACd,aAtF4B;ApCsrK9B;;AqC1pKA;EACE,uBtC5C6B;EsC6C7B,mBAvDqB;EAwDrB,kBAAkB;EAClB,WAtDW;ArCmtKb;;AqCjqKA;EASM,uBtCpDyB;EsCqDzB,ctClEuB;AC8tK7B;;AqCtqKA;;EAcU,ctCtEmB;ACmuK7B;;AqC3qKA;;;;EAoBY,yB3B+BqB;E2B9BrB,ctC7EiB;AC2uK7B;;AqCnrKA;EAwBY,qBtChFiB;AC+uK7B;;AqCvrKA;EA0BQ,ctClFqB;ACmvK7B;;AC5qKE;EoCfF;;;;IAgCY,ctCxFiB;EC2vK3B;EqCnsKF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,ctC/Fe;ECwwK3B;EqChtKF;;IA0Cc,qBtClGe;EC4wK3B;EqCptKF;;;IA8CU,yB3BKuB;I2BJvB,ctCvGmB;ECkxK3B;EqC1tKF;IAmDc,uBtC9FiB;IsC+FjB,ctC5Ge;ECsxK3B;AACF;;AqC/tKA;EASM,yBtCjEuB;EsCkEvB,YtCrDyB;AC+wK/B;;AqCpuKA;;EAcU,YtCzDqB;ACoxK/B;;AqCzuKA;;;;EAoBY,uB3B+BqB;E2B9BrB,YtChEmB;AC4xK/B;;AqCjvKA;EAwBY,mBtCnEmB;ACgyK/B;;AqCrvKA;EA0BQ,YtCrEuB;ACoyK/B;;AC1uKE;EoCfF;;;;IAgCY,YtC3EmB;EC4yK7B;EqCjwKF;;;;;;;;;;IAsCc,uB3BamB;I2BZnB,YtClFiB;ECyzK7B;EqC9wKF;;IA0Cc,mBtCrFiB;EC6zK7B;EqClxKF;;;IA8CU,uB3BKuB;I2BJvB,YtC1FqB;ECm0K7B;EqCxxKF;IAmDc,yBtC3Ge;IsC4Gf,YtC/FiB;ECu0K7B;AACF;;AqC7xKA;EASM,4BtCtDwB;EsCuDxB,yB3BYe;AV4wKrB;;AqClyKA;;EAcU,yB3BQW;AVixKrB;;AqCvyKA;;;;EAoBY,yB3B+BqB;E2B9BrB,yB3BCS;AVyxKrB;;AqC/yKA;EAwBY,gC3BFS;AV6xKrB;;AqCnzKA;EA0BQ,yB3BJa;AViyKrB;;ACxyKE;EoCfF;;;;IAgCY,yB3BVS;EVyyKnB;EqC/zKF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,yB3BjBO;EVszKnB;EqC50KF;;IA0Cc,gC3BpBO;EV0zKnB;EqCh1KF;;;IA8CU,yB3BKuB;I2BJvB,yB3BzBW;EVg0KnB;EqCt1KF;IAmDc,4BtChGgB;IsCiGhB,yB3B9BO;EVo0KnB;AACF;;AqC31KA;EASM,yBtC7DwB;EsC8DxB,W3BcU;AVw0KhB;;AqCh2KA;;EAcU,W3BUM;AV60KhB;;AqCr2KA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVq1KhB;;AqC72KA;EAwBY,kB3BAI;AVy1KhB;;AqCj3KA;EA0BQ,W3BFQ;AV61KhB;;ACt2KE;EoCfF;;;;IAgCY,W3BRI;EVq2Kd;EqC73KF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVk3Kd;EqC14KF;;IA0Cc,kB3BlBE;EVs3Kd;EqC94KF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EV43Kd;EqCp5KF;IAmDc,yBtCvGgB;IsCwGhB,W3B5BE;EVg4Kd;AACF;;AqCz5KA;EASM,yBtC/C4B;EsCgD5B,W3BcU;AVs4KhB;;AqC95KA;;EAcU,W3BUM;AV24KhB;;AqCn6KA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVm5KhB;;AqC36KA;EAwBY,kB3BAI;AVu5KhB;;AqC/6KA;EA0BQ,W3BFQ;AV25KhB;;ACp6KE;EoCfF;;;;IAgCY,W3BRI;EVm6Kd;EqC37KF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVg7Kd;EqCx8KF;;IA0Cc,kB3BlBE;EVo7Kd;EqC58KF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EV07Kd;EqCl9KF;IAmDc,yBtCzFoB;IsC0FpB,W3B5BE;EV87Kd;AACF;;AqCv9KA;EASM,yBtC7C4B;EsC8C5B,W3BcU;AVo8KhB;;AqC59KA;;EAcU,W3BUM;AVy8KhB;;AqCj+KA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVi9KhB;;AqCz+KA;EAwBY,kB3BAI;AVq9KhB;;AqC7+KA;EA0BQ,W3BFQ;AVy9KhB;;ACl+KE;EoCfF;;;;IAgCY,W3BRI;EVi+Kd;EqCz/KF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EV8+Kd;EqCtgLF;;IA0Cc,kB3BlBE;EVk/Kd;EqC1gLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVw/Kd;EqChhLF;IAmDc,yBtCvFoB;IsCwFpB,W3B5BE;EV4/Kd;AACF;;AqCrhLA;EASM,yBtC9C4B;EsC+C5B,W3BcU;AVkgLhB;;AqC1hLA;;EAcU,W3BUM;AVugLhB;;AqC/hLA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AV+gLhB;;AqCviLA;EAwBY,kB3BAI;AVmhLhB;;AqC3iLA;EA0BQ,W3BFQ;AVuhLhB;;AChiLE;EoCfF;;;;IAgCY,W3BRI;EV+hLd;EqCvjLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EV4iLd;EqCpkLF;;IA0Cc,kB3BlBE;EVgjLd;EqCxkLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVsjLd;EqC9kLF;IAmDc,yBtCxFoB;IsCyFpB,W3B5BE;EV0jLd;AACF;;AqCnlLA;EASM,yBtChD4B;EsCiD5B,W3BcU;AVgkLhB;;AqCxlLA;;EAcU,W3BUM;AVqkLhB;;AqC7lLA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AV6kLhB;;AqCrmLA;EAwBY,kB3BAI;AVilLhB;;AqCzmLA;EA0BQ,W3BFQ;AVqlLhB;;AC9lLE;EoCfF;;;;IAgCY,W3BRI;EV6lLd;EqCrnLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EV0mLd;EqCloLF;;IA0Cc,kB3BlBE;EV8mLd;EqCtoLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVonLd;EqC5oLF;IAmDc,yBtC1FoB;IsC2FpB,W3B5BE;EVwnLd;AACF;;AqCjpLA;EASM,yBtCjD4B;EsCkD5B,yB3BYe;AVgoLrB;;AqCtpLA;;EAcU,yB3BQW;AVqoLrB;;AqC3pLA;;;;EAoBY,yB3B+BqB;E2B9BrB,yB3BCS;AV6oLrB;;AqCnqLA;EAwBY,gC3BFS;AVipLrB;;AqCvqLA;EA0BQ,yB3BJa;AVqpLrB;;AC5pLE;EoCfF;;;;IAgCY,yB3BVS;EV6pLnB;EqCnrLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,yB3BjBO;EV0qLnB;EqChsLF;;IA0Cc,gC3BpBO;EV8qLnB;EqCpsLF;;;IA8CU,yB3BKuB;I2BJvB,yB3BzBW;EVorLnB;EqC1sLF;IAmDc,yBtC3FoB;IsC4FpB,yB3B9BO;EVwrLnB;AACF;;AqC/sLA;EASM,yBtC3C2B;EsC4C3B,W3BcU;AV4rLhB;;AqCptLA;;EAcU,W3BUM;AVisLhB;;AqCztLA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVysLhB;;AqCjuLA;EAwBY,kB3BAI;AV6sLhB;;AqCruLA;EA0BQ,W3BFQ;AVitLhB;;AC1tLE;EoCfF;;;;IAgCY,W3BRI;EVytLd;EqCjvLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVsuLd;EqC9vLF;;IA0Cc,kB3BlBE;EV0uLd;EqClwLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVgvLd;EqCxwLF;IAmDc,yBtCrFmB;IsCsFnB,W3B5BE;EVovLd;AACF;;AqC7wLA;EAsDI,oBAAoB;EACpB,aAAa;EACb,mBA7GmB;EA8GnB,WAAW;ArC2tLf;;AqCpxLA;EA2DI,gCtCxG0B;ACq0L9B;;AqCxxLA;EALE,OAAO;EACP,eAAe;EACf,QAAQ;EACR,WA/CiB;ArCg1LnB;;AqC/xLA;EAgEI,SAAS;ArCmuLb;;AqCnyLA;EAkEM,iCtC/GwB;ACo1L9B;;AqCvyLA;EAoEI,MAAM;ArCuuLV;;AqCruLA;;EAGI,oBA9HmB;ArCq2LvB;;AqC1uLA;;EAKI,uBAhImB;ArC02LvB;;AqCxuLA;;EAEE,oBAAoB;EACpB,aAAa;EACb,cAAc;EACd,mBAvIqB;ArCk3LvB;;AqCzuLA;EAIM,6BAA6B;ArCyuLnC;;AqCvuLA;EpCtFE,iCAAiC;EoCwFjC,gBAAgB;EAChB,gBAAgB;EAChB,kBAAkB;ArC0uLpB;;AqCxuLA;EACE,ctCpJ4B;EEoB5B,eAAe;EACf,cAAc;EACd,eoCxBqB;EpCyBrB,kBAAkB;EAClB,coC1BqB;EpC2InB,iBoCakC;ArC+uLtC;;AC52LE;EACE,8BAA8B;EAC9B,cAAc;EACd,WAAW;EACX,qBAAqB;EACrB,kBAAkB;EAClB,wBAAwB;EACxB,yBFiCQ;EEhCR,yDAAyD;EACzD,oCF0Ba;EEzBb,WAAW;AD+2Lf;;AC92LI;EACE,oBAAoB;ADi3L1B;;ACh3LI;EACE,oBAAoB;ADm3L1B;;ACl3LI;EACE,oBAAoB;ADq3L1B;;ACp3LE;EACE,qCAAiC;ADu3LrC;;ACn3LM;EACE,wCAAwC;ADs3LhD;;ACr3LM;EACE,UAAU;ADw3LlB;;ACv3LM;EACE,0CAA0C;AD03LlD;;AqCtxLA;EACE,aAAa;ArCyxLf;;AqCvxLA;;EAEE,ctC7J4B;EsC8J5B,cAAc;EACd,gBAAgB;EAChB,uBAAuB;EACvB,kBAAkB;ArC0xLpB;;AqChyLA;;EASM,qBAAqB;EACrB,sBAAsB;ArC4xL5B;;AqC1xLA;;EAEE,eAAe;ArC6xLjB;;AqC/xLA;;;;;EAOI,yBtCvK0B;EsCwK1B,ctChK8B;ACg8LlC;;AqC9xLA;EACE,YAAY;EACZ,cAAc;ArCiyLhB;;AqCnyLA;EAII,mBA5KgC;ArC+8LpC;;AqCvyLA;EAMI,UAAU;ArCqyLd;;AqC3yLA;EAQI,YAAY;EACZ,cAAc;ArCuyLlB;;AqChzLA;EAWI,oCAAoC;EACpC,mBA/LmB;EAgMnB,kCAAkC;ArCyyLtC;;AqCtzLA;EAgBM,6BApLyC;EAqLzC,4BtCnL4B;AC69LlC;;AqC3zLA;EAmBM,6BApL0C;EAqL1C,4BtCtL4B;EsCuL5B,0BApLuC;EAqLvC,wBApLqC;EAqLrC,ctCzL4B;EsC0L5B,kCAAwE;ArC4yL9E;;AqC1yLA;EACE,YAAY;EACZ,cAAc;ArC6yLhB;;AqC3yLA;EpCtEI,oBoCuEoC;ArC8yLxC;;AqC/yLA;EAII,qBtCpM8B;EsCqM9B,oBAAoB;EpCnEpB,coCoE6B;ArC+yLjC;;AqC7yLA;EACE,mBAAmB;EACnB,sBAAsB;EACtB,mBAAmB;ArCgzLrB;;AqCnzLA;EAKI,oBAAoB;EACpB,qBAAqB;ArCkzLzB;;AqChzLA;EACE,4BtC1N4B;EsC2N5B,YAAY;EACZ,aAAa;EACb,WA9LyB;EA+LzB,gBAAgB;ArCmzLlB;;ACj9LE;EoCnBF;IAqLI,cAAc;ErCozLhB;EqCnzLA;;IAGI,mBAAmB;IACnB,aAAa;ErCozLjB;EqCnzLA;IAEI,aAAa;ErCozLjB;EqC54LF;IA0FI,uBtC1O2B;IsC2O3B,4CtCxPyB;IsCyPzB,iBAAiB;ErCqzLnB;EqCxzLA;IAKI,cAAc;ErCszLlB;EqCpzLA;IA1MA,OAAO;IACP,eAAe;IACf,QAAQ;IACR,WA/CiB;ErCgjMjB;EqC1zLA;IAKI,SAAS;ErCwzLb;EqC7zLA;IAOM,4CtCpQqB;EC6jM3B;EqCh0LA;IASI,MAAM;ErC0zLV;EqCn0LA;IpCjMA,iCAAiC;IoC+M3B,iCAA2C;IAC3C,cAAc;ErCyzLpB;EqCxzLA;;IAGI,oBA7QiB;ErCskMrB;EqC5zLA;;IAKI,uBA/QiB;ErC0kMrB;AACF;;ACvgME;EoC8MA;;;;IAIE,oBAAoB;IACpB,aAAa;ErC6zLf;EqC/hMF;IAoOI,mBAzRmB;ErCulMrB;EqC/zLA;IAGI,kBAzR0B;ErCwlM9B;EqCl0LA;;IAMM,mBAAmB;ErCg0LzB;EqCt0LA;;IASM,kBtCjOI;ECkiMV;EqC10LA;;;;IAgBQ,wCAAwC;ErCg0LhD;EqCh1LA;IAuBU,wCAAwC;ErC4zLlD;EqCn1LA;IA4BU,4BtC5SkB;IsC6SlB,ctCxTiB;ECknM3B;EqCv1LA;IA+BU,4BtC/SkB;IsCgTlB,ctCvSsB;ECkmMhC;EqC99LF;IAqKI,aAAa;ErC4zLf;EqCz9LF;;IAgKI,mBAAmB;IACnB,aAAa;ErC6zLf;EqCx8LF;IA8IM,oBAAoB;ErC6zLxB;EqC/zLA;IAKM,oDAAoD;ErC6zL1D;EqCl0LA;IAOM,gCtCjUsB;IsCkUtB,0BAAkE;IAClE,gBAAgB;IAChB,YAAY;IACZ,4CtC7UqB;IsC8UrB,SAAS;ErC8zLf;EqC10LA;IAkBM,cAAc;ErC2zLpB;EqC1zLM;IAEE,UAAU;IACV,oBAAoB;IACpB,wBAAwB;ErC2zLhC;EqCv/LF;IA8LI,YAAY;IACZ,cAAc;ErC4zLhB;EqC3zLA;IACE,2BAA2B;IpChN3B,kBoCiNoC;ErC6zLtC;EqC5zLA;IACE,yBAAyB;IpCnNzB,iBoCoNoC;ErC8zLtC;EqCp8LF;IAwII,uBtCvV2B;IsCwV3B,8BtCjSc;IsCkSd,+BtClSc;IsCmSd,6BtC/V0B;IsCgW1B,2CtCxWyB;IsCyWzB,aAAa;IACb,mBAAmB;IpCpNnB,OoCqNuB;IACvB,eAAe;IACf,kBAAkB;IAClB,SAAS;IACT,WAhVkB;ErC+oMpB;EqCl9LF;IAqJM,sBAAsB;IACtB,mBAAmB;ErCg0LvB;EqC/0LA;IpCrNE,mBoCsOuC;ErCi0LzC;EqCl1LA;IAoBM,4BtC5WsB;IsC6WtB,ctCxXqB;ECyrM3B;EqCt1LA;IAuBM,4BtC/WsB;IsCgXtB,ctCvW0B;ECyqMhC;EqCj0LE;IAEE,kBtC1TY;IsC2TZ,gBAAgB;IAChB,4EtChYuB;IsCiYvB,cAAc;IACd,UAAU;IACV,oBAAoB;IACpB,wBAA8C;IAC9C,2BAA2B;IAC3B,yBtChUM;IsCiUN,uCAAuC;ErCk0L3C;EqCt2LA;IAsCI,UAAU;IACV,QAAQ;ErCm0LZ;EqCz+LF;IAwKI,cAAc;ErCo0LhB;EqCn0LA;;IpC/PE,qBoCkQyC;ErCo0L3C;EqCv0LA;;IpC/PE,sBoCoQyC;ErCs0L3C;EqCp0LA;IAjWA,OAAO;IACP,eAAe;IACf,QAAQ;IACR,WA/CiB;ErCutMjB;EqC10LA;IAKI,SAAS;ErCw0Lb;EqC70LA;IAOM,4CtC3ZqB;ECouM3B;EqCh1LA;IASI,MAAM;ErC00LV;EqCz0LA;;IAGI,oBA9ZiB;ErCwuMrB;EqC70LA;;IAKI,uBAhaiB;ErC4uMrB;EqCj1LA;;IAOI,oBAA4D;ErC80LhE;EqCr1LA;;IASI,uBAA+D;ErCg1LnE;EqC90LA;;IAGI,ctC5auB;EC2vM3B;EqCl1LA;;IAKI,6BAja2C;ErCkvM/C;EqCh1LA;IAKM,yBtCxasB;ECsvM5B;AACF;;AqC30LA;EAEI,iCAA2C;ArC60L/C;;AsCpuMA;EAEE,evCFW;EuCGX,gBAnC0B;AtCywM5B;;AsCzuMA;EAMI,kBvCLY;AC4uMhB;;AsC7uMA;EAQI,kBvCTY;ACkvMhB;;AsCjvMA;EAUI,iBvCZW;ACuvMf;;AsCrvMA;;EAcM,iBAAiB;EACjB,kBAAkB;EAClB,uBvCkBmB;AC0tMzB;;AsC5vMA;EAkBM,uBvCgBmB;AC8tMzB;;AsC5uMA;;EAEE,mBAAmB;EACnB,aAAa;EACb,uBAAuB;EACvB,kBAAkB;AtC+uMpB;;AsC7uMA;;;;EAME,cA9D6B;EA+D7B,uBAAuB;EACvB,eA/D8B;EAgE9B,mBA/DkC;EAgElC,oBA/DmC;EAgEnC,kBAAkB;AtC8uMpB;;AsC5uMA;;;EAGE,qBvCtE4B;EuCuE5B,cvC3E4B;EuC4E5B,gBxC3EoB;AE0zMtB;;AsCpvMA;;;EAOI,qBvC3E0B;EuC4E1B,cvC/E0B;ACk0M9B;;AsC3vMA;;;EAUI,qBvCjE8B;ACwzMlC;;AsCjwMA;;;EAYI,iDvCvFyB;ACk1M7B;;AsCvwMA;;;EAcI,yBvCjF0B;EuCkF1B,qBvClF0B;EuCmF1B,gBAAgB;EAChB,cvCtF0B;EuCuF1B,YAAY;AtC+vMhB;;AsC7vMA;;EAEE,oBAtFkC;EAuFlC,qBAtFmC;EAuFnC,mBAAmB;AtCgwMrB;;AsC9vMA;EAEI,yBvCnF8B;EuCoF9B,qBvCpF8B;EuCqF9B,W5BzBY;AVyxMhB;;AsC9vMA;EACE,cvCrG4B;EuCsG5B,oBAAoB;AtCiwMtB;;AsC/vMA;EACE,eAAe;AtCkwMjB;;AsCnwMA;EAGI,gBAAgB;AtCowMpB;;ACvyME;EqC5CF;IAmFI,eAAe;EtCqwMjB;EsC5xMF;;IA0BI,YAAY;IACZ,cAAc;EtCswMhB;EsCjxMF;IAcM,YAAY;IACZ,cAAc;EtCswMlB;AACF;;AClzME;EqC4BF;IAmBI,YAAY;IACZ,cAAc;IACd,2BAA2B;IAC3B,QAAQ;EtCwwMV;EsCvwMA;IACE,QAAQ;EtCywMV;EsCxwMA;IACE,QAAQ;EtC0wMV;EsCh3MF;IAwGI,8BAA8B;EtC2wMhC;EsC5wMA;IAIM,QAAQ;EtC2wMd;EsC/wMA;IAMM,uBAAuB;IACvB,QAAQ;EtC4wMd;EsCnxMA;IASM,QAAQ;EtC6wMd;EsCtxMA;IAYM,QAAQ;EtC6wMd;EsCzxMA;IAcM,QAAQ;EtC8wMd;EsC5xMA;IAgBM,yBAAyB;IACzB,QAAQ;EtC+wMd;AACF;;AuC74MA;EACE,kBxCqCgB;EwCpChB,0FxChC2B;EwCiC3B,exCEW;AC84Mb;;AuCn5MA;EAKI,qBxCWkB;ACu4MtB;;AuCv5MA;EAYQ,uBxC7BuB;EwC8BvB,cxC3CqB;AC07M7B;;AuC55MA;EAeQ,0BxChCuB;ACi7M/B;;AuCh6MA;EAiBQ,YxClCuB;ACq7M/B;;AuCp6MA;EAYQ,yBxC1CqB;EwC2CrB,YxC9BuB;AC07M/B;;AuCz6MA;EAeQ,4BxC7CqB;AC28M7B;;AuC76MA;EAiBQ,cxC/CqB;AC+8M7B;;AuCj7MA;EAYQ,4BxC/BsB;EwCgCtB,yB7BmCa;AVs4MrB;;AuCt7MA;EAeQ,+BxClCsB;AC68M9B;;AuC17MA;EAiBQ,iBxCpCsB;ACi9M9B;;AuC97MA;EAYQ,yBxCtCsB;EwCuCtB,W7BqCQ;AVi5MhB;;AuCn8MA;EAeQ,4BxCzCsB;ACi+M9B;;AuCv8MA;EAiBQ,cxC3CsB;ACq+M9B;;AuC38MA;EAYQ,yBxCxB0B;EwCyB1B,W7BqCQ;AV85MhB;;AuCh9MA;EAeQ,4BxC3B0B;ACg+MlC;;AuCp9MA;EAiBQ,cxC7B0B;ACo+MlC;;AuCx9MA;EAYQ,yBxCtB0B;EwCuB1B,W7BqCQ;AV26MhB;;AuC79MA;EAeQ,4BxCzB0B;AC2+MlC;;AuCj+MA;EAiBQ,cxC3B0B;AC++MlC;;AuCr+MA;EAYQ,yBxCvB0B;EwCwB1B,W7BqCQ;AVw7MhB;;AuC1+MA;EAeQ,4BxC1B0B;ACy/MlC;;AuC9+MA;EAiBQ,cxC5B0B;AC6/MlC;;AuCl/MA;EAYQ,yBxCzB0B;EwC0B1B,W7BqCQ;AVq8MhB;;AuCv/MA;EAeQ,4BxC5B0B;ACwgNlC;;AuC3/MA;EAiBQ,cxC9B0B;AC4gNlC;;AuC//MA;EAYQ,yBxC1B0B;EwC2B1B,yB7BmCa;AVo9MrB;;AuCpgNA;EAeQ,4BxC7B0B;ACshNlC;;AuCxgNA;EAiBQ,cxC/B0B;AC0hNlC;;AuC5gNA;EAYQ,yBxCpByB;EwCqBzB,W7BqCQ;AV+9MhB;;AuCjhNA;EAeQ,4BxCvByB;AC6hNjC;;AuCrhNA;EAiBQ,cxCzByB;ACiiNjC;;AuCtgNA;;EAGI,gCxC3C2B;ACmjN/B;;AuCtgNA;EACE,yBxC9C6B;EwC+C7B,0BAA8C;EAC9C,cxCrD4B;EwCsD5B,iBAhDyB;EAiDzB,gBxCjBe;EwCkBf,iBArD8B;EAsD9B,mBArDgC;AvC8jNlC;;AuCvgNA;EACE,qBAAqB;EACrB,aAAa;EACb,kBArD4B;EAsD5B,uBAAuB;AvC0gNzB;;AuC9gNA;EAMI,gCxC7D0B;EwC8D1B,mBAAmB;EACnB,cAAc;AvC4gNlB;;AuCphNA;EAWM,4BxCrEwB;EwCsExB,cxCvEwB;AColN9B;;AuC3gNA;EAEI,cxC1E0B;ACulN9B;;AuC/gNA;EAIM,cxC7D4B;AC4kNlC;;AuC7gNA;EACE,mBAAmB;EACnB,cxCjF4B;EwCkF5B,aAAa;EACb,2BAA2B;EAC3B,qBAAqB;AvCghNvB;;AuCrhNA;EtC2DI,oBsCpDsC;AvCkhN1C;;AuCzhNA;EASI,YAAY;EACZ,cAAc;EACd,WAAW;AvCohNf;;AuC/hNA;EAaI,eAAe;AvCshNnB;;AuCniNA;EAeI,0BxC9E8B;EwC+E9B,cxC/F0B;ACunN9B;;AuCxiNA;EAkBM,cxCjF4B;AC2mNlC;;AuC5iNA;EAoBI,8BxCnCc;EwCoCd,+BxCpCc;ACgkNlB;;AuC1hNA;;EAEE,eAAe;AvC6hNjB;;AuC/hNA;;EAII,4BxCnG0B;ACmoN9B;;AuC9hNA;EtChGE,qBAAqB;EACrB,esCgGgB;EtC/FhB,WsC+FqB;EtC9FrB,gBsC8FqB;EtC7FrB,kBAAkB;EAClB,mBAAmB;EACnB,UsC2FqB;EACrB,cxC5G4B;EEwI1B,oBsC3BoC;AvCuiNxC;;AuC1iNA;EAKI,kBAAkB;EAClB,oBAAoB;AvCyiNxB;;AwCnoNA;EvCgCE,iCAAiC;EuC5BjC,oBAAoB;EACpB,aAAa;EACb,ezCCW;EyCAX,8BAA8B;EAC9B,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;AxCooNrB;;AwC9oNA;EAYI,mBAAmB;EACnB,4BzCjC0B;EyCkC1B,0BAzC4B;EA0C5B,wBAzC0B;EA0C1B,czCvC0B;EyCwC1B,aAAa;EACb,uBAAuB;EACvB,mBAA6C;EAC7C,kBAxCyB;EAyCzB,mBAAmB;AxCsoNvB;;AwC3pNA;EAuBM,4BzC/CwB;EyCgDxB,czChDwB;ACwrN9B;;AwChqNA;EA0BI,cAAc;AxC0oNlB;;AwCpqNA;EA6BQ,4BzCrC0B;EyCsC1B,czCtC0B;ACirNlC;;AwCzqNA;EAgCI,mBAAmB;EACnB,4BzCrD0B;EyCsD1B,0BA7D4B;EA8D5B,wBA7D0B;EA8D1B,aAAa;EACb,YAAY;EACZ,cAAc;EACd,2BAA2B;AxC6oN/B;;AwCprNA;EAyCM,qBAAqB;AxC+oN3B;;AwCxrNA;EA2CM,UAAU;EACV,uBAAuB;EACvB,oBAAoB;EACpB,qBAAqB;AxCipN3B;;AwC/rNA;EAgDM,yBAAyB;EACzB,oBAAoB;AxCmpN1B;;AwCpsNA;EvCkHI,mBuC9DuC;AxCopN3C;;AwCxsNA;EvCkHI,kBuC5DuC;AxCspN3C;;AwC5sNA;EA0DM,uBAAuB;AxCspN7B;;AwChtNA;EA6DM,yBAAyB;AxCupN/B;;AwCptNA;EAiEM,6BAA6B;EAE3B,0BAAkE;AxCspN1E;;AwCztNA;EAuEQ,4BzCxFsB;EyCyFtB,4BzC5FsB;ACkvN9B;;AwC9tNA;EA4EU,uBzC3FqB;EyC4FrB,qBzCjGoB;EyCkGpB,2CAA2E;AxCspNrF;;AwCpuNA;EAiFM,YAAY;EACZ,cAAc;AxCupNpB;;AwCzuNA;EAqFM,qBzCzGwB;EyC0GxB,mBA/F+B;EAgG/B,iBA/F6B;EAgG7B,gBAAgB;EAChB,kBAAkB;AxCwpNxB;;AwCjvNA;EA2FQ,4BzC5GsB;EyC6GtB,qBzCjHsB;EyCkHtB,UAAU;AxC0pNlB;;AwCvvNA;EvCkHI,iBuClBuE;AxC2pN3E;;AwC3vNA;EAmGU,2BzC5DE;EyC6DF,8BzC7DE;ACytNZ;;AwChwNA;EA0GU,4BzCnEE;EyCoEF,+BzCpEE;AC8tNZ;;AwCrwNA;EAiHU,yBzCzHwB;EyC0HxB,qBzC1HwB;EyC2HxB,W9B/DM;E8BgEN,UAAU;AxCwpNpB;;AwC5wNA;EAsHM,mBAAmB;AxC0pNzB;;AwChxNA;EA2HY,mCzClFa;EyCmFb,gCzCnFa;EyCoFb,oBAAoB;AxCypNhC;;AwCtxNA;EAoIY,oCzC3Fa;EyC4Fb,iCzC5Fa;EyC6Fb,qBAAqB;AxCspNjC;;AwC5xNA;EA6II,kBzCrIY;ACwxNhB;;AwChyNA;EA+II,kBzCzIY;AC8xNhB;;AwCpyNA;EAiJI,iBzC5IW;ACmyNf;;AyCt0NA,eAAA;ACIA;EACE,cAAc;EACd,aAAa;EACb,YAAY;EACZ,cAAc;EACd,gBAPkB;A1C60NpB;;A0Cr0NE;EACE,UAAU;EACV,YAAY;A1Cw0NhB;;A0Cv0NE;EACE,UAAU;EACV,WAAW;A1C00Nf;;A0Cz0NE;EACE,UAAU;EACV,UAAU;A1C40Nd;;A0C30NE;EACE,UAAU;EACV,eAAe;A1C80NnB;;A0C70NE;EACE,UAAU;EACV,UAAU;A1Cg1Nd;;A0C/0NE;EACE,UAAU;EACV,eAAe;A1Ck1NnB;;A0Cj1NE;EACE,UAAU;EACV,UAAU;A1Co1Nd;;A0Cn1NE;EACE,UAAU;EACV,UAAU;A1Cs1Nd;;A0Cr1NE;EACE,UAAU;EACV,UAAU;A1Cw1Nd;;A0Cv1NE;EACE,UAAU;EACV,UAAU;A1C01Nd;;A0Cz1NE;EACE,UAAU;EACV,UAAU;A1C41Nd;;A0C31NE;EzCqGE,gByCpGmC;A1C81NvC;;A0C71NE;EzCmGE,qByClGwC;A1Cg2N5C;;A0C/1NE;EzCiGE,gByChGmC;A1Ck2NvC;;A0Cj2NE;EzC+FE,qByC9FwC;A1Co2N5C;;A0Cn2NE;EzC6FE,gByC5FmC;A1Cs2NvC;;A0Cr2NE;EzC2FE,gByC1FmC;A1Cw2NvC;;A0Cv2NE;EzCyFE,gByCxFmC;A1C02NvC;;A0Cz2NE;EzCuFE,gByCtFmC;A1C42NvC;;A0C32NE;EzCqFE,gByCpFmC;A1C82NvC;;A0C52NI;EACE,UAAU;EACV,SAA0B;A1C+2NhC;;A0C92NI;EzC+EA,eyC9EqD;A1Ci3NzD;;A0Cr3NI;EACE,UAAU;EACV,eAA0B;A1Cw3NhC;;A0Cv3NI;EzC+EA,qByC9EqD;A1C03NzD;;A0C93NI;EACE,UAAU;EACV,gBAA0B;A1Ci4NhC;;A0Ch4NI;EzC+EA,sByC9EqD;A1Cm4NzD;;A0Cv4NI;EACE,UAAU;EACV,UAA0B;A1C04NhC;;A0Cz4NI;EzC+EA,gByC9EqD;A1C44NzD;;A0Ch5NI;EACE,UAAU;EACV,gBAA0B;A1Cm5NhC;;A0Cl5NI;EzC+EA,sByC9EqD;A1Cq5NzD;;A0Cz5NI;EACE,UAAU;EACV,gBAA0B;A1C45NhC;;A0C35NI;EzC+EA,sByC9EqD;A1C85NzD;;A0Cl6NI;EACE,UAAU;EACV,UAA0B;A1Cq6NhC;;A0Cp6NI;EzC+EA,gByC9EqD;A1Cu6NzD;;A0C36NI;EACE,UAAU;EACV,gBAA0B;A1C86NhC;;A0C76NI;EzC+EA,sByC9EqD;A1Cg7NzD;;A0Cp7NI;EACE,UAAU;EACV,gBAA0B;A1Cu7NhC;;A0Ct7NI;EzC+EA,sByC9EqD;A1Cy7NzD;;A0C77NI;EACE,UAAU;EACV,UAA0B;A1Cg8NhC;;A0C/7NI;EzC+EA,gByC9EqD;A1Ck8NzD;;A0Ct8NI;EACE,UAAU;EACV,gBAA0B;A1Cy8NhC;;A0Cx8NI;EzC+EA,sByC9EqD;A1C28NzD;;A0C/8NI;EACE,UAAU;EACV,gBAA0B;A1Ck9NhC;;A0Cj9NI;EzC+EA,sByC9EqD;A1Co9NzD;;A0Cx9NI;EACE,UAAU;EACV,WAA0B;A1C29NhC;;A0C19NI;EzC+EA,iByC9EqD;A1C69NzD;;AC98NE;EyC7EF;IAiEM,UAAU;IACV,YAAY;E1C+9NhB;E0CjiOF;IAoEM,UAAU;IACV,WAAW;E1Cg+Nf;E0CriOF;IAuEM,UAAU;IACV,UAAU;E1Ci+Nd;E0CziOF;IA0EM,UAAU;IACV,eAAe;E1Ck+NnB;E0C7iOF;IA6EM,UAAU;IACV,UAAU;E1Cm+Nd;E0CjjOF;IAgFM,UAAU;IACV,eAAe;E1Co+NnB;E0CrjOF;IAmFM,UAAU;IACV,UAAU;E1Cq+Nd;E0CzjOF;IAsFM,UAAU;IACV,UAAU;E1Cs+Nd;E0C7jOF;IAyFM,UAAU;IACV,UAAU;E1Cu+Nd;E0CjkOF;IA4FM,UAAU;IACV,UAAU;E1Cw+Nd;E0CrkOF;IA+FM,UAAU;IACV,UAAU;E1Cy+Nd;E0CzkOF;IzC4II,gByC1CqC;E1C0+NvC;E0C5kOF;IzC4II,qByCxC0C;E1C2+N5C;E0C/kOF;IzC4II,gByCtCqC;E1C4+NvC;E0CllOF;IzC4II,qByCpC0C;E1C6+N5C;E0CrlOF;IzC4II,gByClCqC;E1C8+NvC;E0CxlOF;IzC4II,gByChCqC;E1C++NvC;E0C3lOF;IzC4II,gByC9BqC;E1Cg/NvC;E0C9lOF;IzC4II,gByC5BqC;E1Ci/NvC;E0CjmOF;IzC4II,gByC1BqC;E1Ck/NvC;E0CpmOF;IAqHQ,UAAU;IACV,SAA0B;E1Ck/NhC;E0CxmOF;IzC4II,eyCpBuD;E1Cm/NzD;E0C3mOF;IAqHQ,UAAU;IACV,eAA0B;E1Cy/NhC;E0C/mOF;IzC4II,qByCpBuD;E1C0/NzD;E0ClnOF;IAqHQ,UAAU;IACV,gBAA0B;E1CggOhC;E0CtnOF;IzC4II,sByCpBuD;E1CigOzD;E0CznOF;IAqHQ,UAAU;IACV,UAA0B;E1CugOhC;E0C7nOF;IzC4II,gByCpBuD;E1CwgOzD;E0ChoOF;IAqHQ,UAAU;IACV,gBAA0B;E1C8gOhC;E0CpoOF;IzC4II,sByCpBuD;E1C+gOzD;E0CvoOF;IAqHQ,UAAU;IACV,gBAA0B;E1CqhOhC;E0C3oOF;IzC4II,sByCpBuD;E1CshOzD;E0C9oOF;IAqHQ,UAAU;IACV,UAA0B;E1C4hOhC;E0ClpOF;IzC4II,gByCpBuD;E1C6hOzD;E0CrpOF;IAqHQ,UAAU;IACV,gBAA0B;E1CmiOhC;E0CzpOF;IzC4II,sByCpBuD;E1CoiOzD;E0C5pOF;IAqHQ,UAAU;IACV,gBAA0B;E1C0iOhC;E0ChqOF;IzC4II,sByCpBuD;E1C2iOzD;E0CnqOF;IAqHQ,UAAU;IACV,UAA0B;E1CijOhC;E0CvqOF;IzC4II,gByCpBuD;E1CkjOzD;E0C1qOF;IAqHQ,UAAU;IACV,gBAA0B;E1CwjOhC;E0C9qOF;IzC4II,sByCpBuD;E1CyjOzD;E0CjrOF;IAqHQ,UAAU;IACV,gBAA0B;E1C+jOhC;E0CrrOF;IzC4II,sByCpBuD;E1CgkOzD;E0CxrOF;IAqHQ,UAAU;IACV,WAA0B;E1CskOhC;E0C5rOF;IzC4II,iByCpBuD;E1CukOzD;AACF;;AC/mOE;EyCjFF;IA4HM,UAAU;IACV,YAAY;E1CykOhB;E0CtsOF;IAgIM,UAAU;IACV,WAAW;E1CykOf;E0C1sOF;IAoIM,UAAU;IACV,UAAU;E1CykOd;E0C9sOF;IAwIM,UAAU;IACV,eAAe;E1CykOnB;E0CltOF;IA4IM,UAAU;IACV,UAAU;E1CykOd;E0CttOF;IAgJM,UAAU;IACV,eAAe;E1CykOnB;E0C1tOF;IAoJM,UAAU;IACV,UAAU;E1CykOd;E0C9tOF;IAwJM,UAAU;IACV,UAAU;E1CykOd;E0CluOF;IA4JM,UAAU;IACV,UAAU;E1CykOd;E0CtuOF;IAgKM,UAAU;IACV,UAAU;E1CykOd;E0C1uOF;IAoKM,UAAU;IACV,UAAU;E1CykOd;E0C9uOF;IzC4II,gByC4BqC;E1CykOvC;E0CjvOF;IzC4II,qByC+B0C;E1CykO5C;E0CpvOF;IzC4II,gByCkCqC;E1CykOvC;E0CvvOF;IzC4II,qByCqC0C;E1CykO5C;E0C1vOF;IzC4II,gByCwCqC;E1CykOvC;E0C7vOF;IzC4II,gByC2CqC;E1CykOvC;E0ChwOF;IzC4II,gByC8CqC;E1CykOvC;E0CnwOF;IzC4II,gByCiDqC;E1CykOvC;E0CtwOF;IzC4II,gByCoDqC;E1CykOvC;E0CzwOF;IAoMQ,UAAU;IACV,SAA0B;E1CwkOhC;E0C7wOF;IzC4II,eyC4DuD;E1CwkOzD;E0ChxOF;IAoMQ,UAAU;IACV,eAA0B;E1C+kOhC;E0CpxOF;IzC4II,qByC4DuD;E1C+kOzD;E0CvxOF;IAoMQ,UAAU;IACV,gBAA0B;E1CslOhC;E0C3xOF;IzC4II,sByC4DuD;E1CslOzD;E0C9xOF;IAoMQ,UAAU;IACV,UAA0B;E1C6lOhC;E0ClyOF;IzC4II,gByC4DuD;E1C6lOzD;E0CryOF;IAoMQ,UAAU;IACV,gBAA0B;E1ComOhC;E0CzyOF;IzC4II,sByC4DuD;E1ComOzD;E0C5yOF;IAoMQ,UAAU;IACV,gBAA0B;E1C2mOhC;E0ChzOF;IzC4II,sByC4DuD;E1C2mOzD;E0CnzOF;IAoMQ,UAAU;IACV,UAA0B;E1CknOhC;E0CvzOF;IzC4II,gByC4DuD;E1CknOzD;E0C1zOF;IAoMQ,UAAU;IACV,gBAA0B;E1CynOhC;E0C9zOF;IzC4II,sByC4DuD;E1CynOzD;E0Cj0OF;IAoMQ,UAAU;IACV,gBAA0B;E1CgoOhC;E0Cr0OF;IzC4II,sByC4DuD;E1CgoOzD;E0Cx0OF;IAoMQ,UAAU;IACV,UAA0B;E1CuoOhC;E0C50OF;IzC4II,gByC4DuD;E1CuoOzD;E0C/0OF;IAoMQ,UAAU;IACV,gBAA0B;E1C8oOhC;E0Cn1OF;IzC4II,sByC4DuD;E1C8oOzD;E0Ct1OF;IAoMQ,UAAU;IACV,gBAA0B;E1CqpOhC;E0C11OF;IzC4II,sByC4DuD;E1CqpOzD;E0C71OF;IAoMQ,UAAU;IACV,WAA0B;E1C4pOhC;E0Cj2OF;IzC4II,iByC4DuD;E1C4pOzD;AACF;;AC5wOE;EyCzFF;IA2MM,UAAU;IACV,YAAY;E1C+pOhB;E0C32OF;IA8MM,UAAU;IACV,WAAW;E1CgqOf;E0C/2OF;IAiNM,UAAU;IACV,UAAU;E1CiqOd;E0Cn3OF;IAoNM,UAAU;IACV,eAAe;E1CkqOnB;E0Cv3OF;IAuNM,UAAU;IACV,UAAU;E1CmqOd;E0C33OF;IA0NM,UAAU;IACV,eAAe;E1CoqOnB;E0C/3OF;IA6NM,UAAU;IACV,UAAU;E1CqqOd;E0Cn4OF;IAgOM,UAAU;IACV,UAAU;E1CsqOd;E0Cv4OF;IAmOM,UAAU;IACV,UAAU;E1CuqOd;E0C34OF;IAsOM,UAAU;IACV,UAAU;E1CwqOd;E0C/4OF;IAyOM,UAAU;IACV,UAAU;E1CyqOd;E0Cn5OF;IzC4II,gByCgGqC;E1C0qOvC;E0Ct5OF;IzC4II,qByCkG0C;E1C2qO5C;E0Cz5OF;IzC4II,gByCoGqC;E1C4qOvC;E0C55OF;IzC4II,qByCsG0C;E1C6qO5C;E0C/5OF;IzC4II,gByCwGqC;E1C8qOvC;E0Cl6OF;IzC4II,gByC0GqC;E1C+qOvC;E0Cr6OF;IzC4II,gByC4GqC;E1CgrOvC;E0Cx6OF;IzC4II,gByC8GqC;E1CirOvC;E0C36OF;IzC4II,gByCgHqC;E1CkrOvC;E0C96OF;IA+PQ,UAAU;IACV,SAA0B;E1CkrOhC;E0Cl7OF;IzC4II,eyCsHuD;E1CmrOzD;E0Cr7OF;IA+PQ,UAAU;IACV,eAA0B;E1CyrOhC;E0Cz7OF;IzC4II,qByCsHuD;E1C0rOzD;E0C57OF;IA+PQ,UAAU;IACV,gBAA0B;E1CgsOhC;E0Ch8OF;IzC4II,sByCsHuD;E1CisOzD;E0Cn8OF;IA+PQ,UAAU;IACV,UAA0B;E1CusOhC;E0Cv8OF;IzC4II,gByCsHuD;E1CwsOzD;E0C18OF;IA+PQ,UAAU;IACV,gBAA0B;E1C8sOhC;E0C98OF;IzC4II,sByCsHuD;E1C+sOzD;E0Cj9OF;IA+PQ,UAAU;IACV,gBAA0B;E1CqtOhC;E0Cr9OF;IzC4II,sByCsHuD;E1CstOzD;E0Cx9OF;IA+PQ,UAAU;IACV,UAA0B;E1C4tOhC;E0C59OF;IzC4II,gByCsHuD;E1C6tOzD;E0C/9OF;IA+PQ,UAAU;IACV,gBAA0B;E1CmuOhC;E0Cn+OF;IzC4II,sByCsHuD;E1CouOzD;E0Ct+OF;IA+PQ,UAAU;IACV,gBAA0B;E1C0uOhC;E0C1+OF;IzC4II,sByCsHuD;E1C2uOzD;E0C7+OF;IA+PQ,UAAU;IACV,UAA0B;E1CivOhC;E0Cj/OF;IzC4II,gByCsHuD;E1CkvOzD;E0Cp/OF;IA+PQ,UAAU;IACV,gBAA0B;E1CwvOhC;E0Cx/OF;IzC4II,sByCsHuD;E1CyvOzD;E0C3/OF;IA+PQ,UAAU;IACV,gBAA0B;E1C+vOhC;E0C//OF;IzC4II,sByCsHuD;E1CgwOzD;E0ClgPF;IA+PQ,UAAU;IACV,WAA0B;E1CswOhC;E0CtgPF;IzC4II,iByCsHuD;E1CuwOzD;AACF;;AC76OE;EyC7FF;IAqQM,UAAU;IACV,YAAY;E1C0wOhB;E0ChhPF;IAwQM,UAAU;IACV,WAAW;E1C2wOf;E0CphPF;IA2QM,UAAU;IACV,UAAU;E1C4wOd;E0CxhPF;IA8QM,UAAU;IACV,eAAe;E1C6wOnB;E0C5hPF;IAiRM,UAAU;IACV,UAAU;E1C8wOd;E0ChiPF;IAoRM,UAAU;IACV,eAAe;E1C+wOnB;E0CpiPF;IAuRM,UAAU;IACV,UAAU;E1CgxOd;E0CxiPF;IA0RM,UAAU;IACV,UAAU;E1CixOd;E0C5iPF;IA6RM,UAAU;IACV,UAAU;E1CkxOd;E0ChjPF;IAgSM,UAAU;IACV,UAAU;E1CmxOd;E0CpjPF;IAmSM,UAAU;IACV,UAAU;E1CoxOd;E0CxjPF;IzC4II,gByC0JqC;E1CqxOvC;E0C3jPF;IzC4II,qByC4J0C;E1CsxO5C;E0C9jPF;IzC4II,gByC8JqC;E1CuxOvC;E0CjkPF;IzC4II,qByCgK0C;E1CwxO5C;E0CpkPF;IzC4II,gByCkKqC;E1CyxOvC;E0CvkPF;IzC4II,gByCoKqC;E1C0xOvC;E0C1kPF;IzC4II,gByCsKqC;E1C2xOvC;E0C7kPF;IzC4II,gByCwKqC;E1C4xOvC;E0ChlPF;IzC4II,gByC0KqC;E1C6xOvC;E0CnlPF;IAyTQ,UAAU;IACV,SAA0B;E1C6xOhC;E0CvlPF;IzC4II,eyCgLuD;E1C8xOzD;E0C1lPF;IAyTQ,UAAU;IACV,eAA0B;E1CoyOhC;E0C9lPF;IzC4II,qByCgLuD;E1CqyOzD;E0CjmPF;IAyTQ,UAAU;IACV,gBAA0B;E1C2yOhC;E0CrmPF;IzC4II,sByCgLuD;E1C4yOzD;E0CxmPF;IAyTQ,UAAU;IACV,UAA0B;E1CkzOhC;E0C5mPF;IzC4II,gByCgLuD;E1CmzOzD;E0C/mPF;IAyTQ,UAAU;IACV,gBAA0B;E1CyzOhC;E0CnnPF;IzC4II,sByCgLuD;E1C0zOzD;E0CtnPF;IAyTQ,UAAU;IACV,gBAA0B;E1Cg0OhC;E0C1nPF;IzC4II,sByCgLuD;E1Ci0OzD;E0C7nPF;IAyTQ,UAAU;IACV,UAA0B;E1Cu0OhC;E0CjoPF;IzC4II,gByCgLuD;E1Cw0OzD;E0CpoPF;IAyTQ,UAAU;IACV,gBAA0B;E1C80OhC;E0CxoPF;IzC4II,sByCgLuD;E1C+0OzD;E0C3oPF;IAyTQ,UAAU;IACV,gBAA0B;E1Cq1OhC;E0C/oPF;IzC4II,sByCgLuD;E1Cs1OzD;E0ClpPF;IAyTQ,UAAU;IACV,UAA0B;E1C41OhC;E0CtpPF;IzC4II,gByCgLuD;E1C61OzD;E0CzpPF;IAyTQ,UAAU;IACV,gBAA0B;E1Cm2OhC;E0C7pPF;IzC4II,sByCgLuD;E1Co2OzD;E0ChqPF;IAyTQ,UAAU;IACV,gBAA0B;E1C02OhC;E0CpqPF;IzC4II,sByCgLuD;E1C22OzD;E0CvqPF;IAyTQ,UAAU;IACV,WAA0B;E1Ci3OhC;E0C3qPF;IzC4II,iByCgLuD;E1Ck3OzD;AACF;;ACnkPI;EyC5GJ;IA+TM,UAAU;IACV,YAAY;E1Cq3OhB;E0CrrPF;IAkUM,UAAU;IACV,WAAW;E1Cs3Of;E0CzrPF;IAqUM,UAAU;IACV,UAAU;E1Cu3Od;E0C7rPF;IAwUM,UAAU;IACV,eAAe;E1Cw3OnB;E0CjsPF;IA2UM,UAAU;IACV,UAAU;E1Cy3Od;E0CrsPF;IA8UM,UAAU;IACV,eAAe;E1C03OnB;E0CzsPF;IAiVM,UAAU;IACV,UAAU;E1C23Od;E0C7sPF;IAoVM,UAAU;IACV,UAAU;E1C43Od;E0CjtPF;IAuVM,UAAU;IACV,UAAU;E1C63Od;E0CrtPF;IA0VM,UAAU;IACV,UAAU;E1C83Od;E0CztPF;IA6VM,UAAU;IACV,UAAU;E1C+3Od;E0C7tPF;IzC4II,gByCoNqC;E1Cg4OvC;E0ChuPF;IzC4II,qByCsN0C;E1Ci4O5C;E0CnuPF;IzC4II,gByCwNqC;E1Ck4OvC;E0CtuPF;IzC4II,qByC0N0C;E1Cm4O5C;E0CzuPF;IzC4II,gByC4NqC;E1Co4OvC;E0C5uPF;IzC4II,gByC8NqC;E1Cq4OvC;E0C/uPF;IzC4II,gByCgOqC;E1Cs4OvC;E0ClvPF;IzC4II,gByCkOqC;E1Cu4OvC;E0CrvPF;IzC4II,gByCoOqC;E1Cw4OvC;E0CxvPF;IAmXQ,UAAU;IACV,SAA0B;E1Cw4OhC;E0C5vPF;IzC4II,eyC0OuD;E1Cy4OzD;E0C/vPF;IAmXQ,UAAU;IACV,eAA0B;E1C+4OhC;E0CnwPF;IzC4II,qByC0OuD;E1Cg5OzD;E0CtwPF;IAmXQ,UAAU;IACV,gBAA0B;E1Cs5OhC;E0C1wPF;IzC4II,sByC0OuD;E1Cu5OzD;E0C7wPF;IAmXQ,UAAU;IACV,UAA0B;E1C65OhC;E0CjxPF;IzC4II,gByC0OuD;E1C85OzD;E0CpxPF;IAmXQ,UAAU;IACV,gBAA0B;E1Co6OhC;E0CxxPF;IzC4II,sByC0OuD;E1Cq6OzD;E0C3xPF;IAmXQ,UAAU;IACV,gBAA0B;E1C26OhC;E0C/xPF;IzC4II,sByC0OuD;E1C46OzD;E0ClyPF;IAmXQ,UAAU;IACV,UAA0B;E1Ck7OhC;E0CtyPF;IzC4II,gByC0OuD;E1Cm7OzD;E0CzyPF;IAmXQ,UAAU;IACV,gBAA0B;E1Cy7OhC;E0C7yPF;IzC4II,sByC0OuD;E1C07OzD;E0ChzPF;IAmXQ,UAAU;IACV,gBAA0B;E1Cg8OhC;E0CpzPF;IzC4II,sByC0OuD;E1Ci8OzD;E0CvzPF;IAmXQ,UAAU;IACV,UAA0B;E1Cu8OhC;E0C3zPF;IzC4II,gByC0OuD;E1Cw8OzD;E0C9zPF;IAmXQ,UAAU;IACV,gBAA0B;E1C88OhC;E0Cl0PF;IzC4II,sByC0OuD;E1C+8OzD;E0Cr0PF;IAmXQ,UAAU;IACV,gBAA0B;E1Cq9OhC;E0Cz0PF;IzC4II,sByC0OuD;E1Cs9OzD;E0C50PF;IAmXQ,UAAU;IACV,WAA0B;E1C49OhC;E0Ch1PF;IzC4II,iByC0OuD;E1C69OzD;AACF;;ACztPI;EyC3HJ;IAyXM,UAAU;IACV,YAAY;E1Cg+OhB;E0C11PF;IA4XM,UAAU;IACV,WAAW;E1Ci+Of;E0C91PF;IA+XM,UAAU;IACV,UAAU;E1Ck+Od;E0Cl2PF;IAkYM,UAAU;IACV,eAAe;E1Cm+OnB;E0Ct2PF;IAqYM,UAAU;IACV,UAAU;E1Co+Od;E0C12PF;IAwYM,UAAU;IACV,eAAe;E1Cq+OnB;E0C92PF;IA2YM,UAAU;IACV,UAAU;E1Cs+Od;E0Cl3PF;IA8YM,UAAU;IACV,UAAU;E1Cu+Od;E0Ct3PF;IAiZM,UAAU;IACV,UAAU;E1Cw+Od;E0C13PF;IAoZM,UAAU;IACV,UAAU;E1Cy+Od;E0C93PF;IAuZM,UAAU;IACV,UAAU;E1C0+Od;E0Cl4PF;IzC4II,gByC8QqC;E1C2+OvC;E0Cr4PF;IzC4II,qByCgR0C;E1C4+O5C;E0Cx4PF;IzC4II,gByCkRqC;E1C6+OvC;E0C34PF;IzC4II,qByCoR0C;E1C8+O5C;E0C94PF;IzC4II,gByCsRqC;E1C++OvC;E0Cj5PF;IzC4II,gByCwRqC;E1Cg/OvC;E0Cp5PF;IzC4II,gByC0RqC;E1Ci/OvC;E0Cv5PF;IzC4II,gByC4RqC;E1Ck/OvC;E0C15PF;IzC4II,gByC8RqC;E1Cm/OvC;E0C75PF;IA6aQ,UAAU;IACV,SAA0B;E1Cm/OhC;E0Cj6PF;IzC4II,eyCoSuD;E1Co/OzD;E0Cp6PF;IA6aQ,UAAU;IACV,eAA0B;E1C0/OhC;E0Cx6PF;IzC4II,qByCoSuD;E1C2/OzD;E0C36PF;IA6aQ,UAAU;IACV,gBAA0B;E1CigPhC;E0C/6PF;IzC4II,sByCoSuD;E1CkgPzD;E0Cl7PF;IA6aQ,UAAU;IACV,UAA0B;E1CwgPhC;E0Ct7PF;IzC4II,gByCoSuD;E1CygPzD;E0Cz7PF;IA6aQ,UAAU;IACV,gBAA0B;E1C+gPhC;E0C77PF;IzC4II,sByCoSuD;E1CghPzD;E0Ch8PF;IA6aQ,UAAU;IACV,gBAA0B;E1CshPhC;E0Cp8PF;IzC4II,sByCoSuD;E1CuhPzD;E0Cv8PF;IA6aQ,UAAU;IACV,UAA0B;E1C6hPhC;E0C38PF;IzC4II,gByCoSuD;E1C8hPzD;E0C98PF;IA6aQ,UAAU;IACV,gBAA0B;E1CoiPhC;E0Cl9PF;IzC4II,sByCoSuD;E1CqiPzD;E0Cr9PF;IA6aQ,UAAU;IACV,gBAA0B;E1C2iPhC;E0Cz9PF;IzC4II,sByCoSuD;E1C4iPzD;E0C59PF;IA6aQ,UAAU;IACV,UAA0B;E1CkjPhC;E0Ch+PF;IzC4II,gByCoSuD;E1CmjPzD;E0Cn+PF;IA6aQ,UAAU;IACV,gBAA0B;E1CyjPhC;E0Cv+PF;IzC4II,sByCoSuD;E1C0jPzD;E0C1+PF;IA6aQ,UAAU;IACV,gBAA0B;E1CgkPhC;E0C9+PF;IzC4II,sByCoSuD;E1CikPzD;E0Cj/PF;IA6aQ,UAAU;IACV,WAA0B;E1CukPhC;E0Cr/PF;IzC4II,iByCoSuD;E1CwkPzD;AACF;;A0CvkPA;EzCtSI,qByC9IgB;EzC8IhB,sByC9IgB;EAublB,oBAvbkB;A1CigQpB;;A0C7kPA;EAKI,uBAzbgB;A1CqgQpB;;A0CjlPA;EAOI,qCAA4C;A1C8kPhD;;A0CrlPA;EAUI,uBAAuB;A1C+kP3B;;A0CzlPA;EzCtSI,cyCkTiC;EzClTjC,eyCmTiC;EACjC,aAAa;A1CilPjB;;A0C/lPA;EAgBM,SAAS;EACT,qBAAqB;A1CmlP3B;;A0CpmPA;EAmBM,qBAAqB;A1CqlP3B;;A0CxmPA;EAqBM,gBAAgB;A1CulPtB;;A0C5mPA;EAuBI,aAAa;A1CylPjB;;A0ChnPA;EAyBI,eAAe;A1C2lPnB;;A0CpnPA;EA2BI,mBAAmB;A1C6lPvB;;ACz9PE;EyCiWF;IA+BM,aAAa;E1C8lPjB;AACF;;ACn9PE;EyCqVF;IAmCM,aAAa;E1CgmPjB;AACF;;A0C9lPE;EACE,oBAAY;EzC7UZ,wCyC8U2D;EzC9U3D,yCyC+U2D;A1CimP/D;;A0CpmPE;EAKI,8BAA8B;EAC9B,+BAA+B;A1CmmPrC;;A0CzmPE;EASM,iBAAY;A1ComPpB;;ACx/PE;EyC2YA;IAYQ,iBAAY;E1CsmPpB;AACF;;AC1/PE;EyCuYA;IAeQ,iBAAY;E1CymPpB;AACF;;AC5/PE;EyCmYA;IAkBQ,iBAAY;E1C4mPpB;AACF;;AC9/PE;EyC+XA;IAqBQ,iBAAY;E1C+mPpB;AACF;;AChgQE;EyC2XA;IAwBQ,iBAAY;E1CknPpB;AACF;;ACjgQI;EyCsXF;IA2BQ,iBAAY;E1CqnPpB;AACF;;AC7/PI;EyC4WF;IA8BQ,iBAAY;E1CwnPpB;AACF;;AC9/PI;EyCuWF;IAiCQ,iBAAY;E1C2nPpB;AACF;;AC1/PI;EyC6VF;IAoCQ,iBAAY;E1C8nPpB;AACF;;A0CnqPE;EASM,oBAAY;A1C8pPpB;;ACljQE;EyC2YA;IAYQ,oBAAY;E1CgqPpB;AACF;;ACpjQE;EyCuYA;IAeQ,oBAAY;E1CmqPpB;AACF;;ACtjQE;EyCmYA;IAkBQ,oBAAY;E1CsqPpB;AACF;;ACxjQE;EyC+XA;IAqBQ,oBAAY;E1CyqPpB;AACF;;AC1jQE;EyC2XA;IAwBQ,oBAAY;E1C4qPpB;AACF;;AC3jQI;EyCsXF;IA2BQ,oBAAY;E1C+qPpB;AACF;;ACvjQI;EyC4WF;IA8BQ,oBAAY;E1CkrPpB;AACF;;ACxjQI;EyCuWF;IAiCQ,oBAAY;E1CqrPpB;AACF;;ACpjQI;EyC6VF;IAoCQ,oBAAY;E1CwrPpB;AACF;;A0C7tPE;EASM,mBAAY;A1CwtPpB;;AC5mQE;EyC2YA;IAYQ,mBAAY;E1C0tPpB;AACF;;AC9mQE;EyCuYA;IAeQ,mBAAY;E1C6tPpB;AACF;;AChnQE;EyCmYA;IAkBQ,mBAAY;E1CguPpB;AACF;;AClnQE;EyC+XA;IAqBQ,mBAAY;E1CmuPpB;AACF;;ACpnQE;EyC2XA;IAwBQ,mBAAY;E1CsuPpB;AACF;;ACrnQI;EyCsXF;IA2BQ,mBAAY;E1CyuPpB;AACF;;ACjnQI;EyC4WF;IA8BQ,mBAAY;E1C4uPpB;AACF;;AClnQI;EyCuWF;IAiCQ,mBAAY;E1C+uPpB;AACF;;AC9mQI;EyC6VF;IAoCQ,mBAAY;E1CkvPpB;AACF;;A0CvxPE;EASM,oBAAY;A1CkxPpB;;ACtqQE;EyC2YA;IAYQ,oBAAY;E1CoxPpB;AACF;;ACxqQE;EyCuYA;IAeQ,oBAAY;E1CuxPpB;AACF;;AC1qQE;EyCmYA;IAkBQ,oBAAY;E1C0xPpB;AACF;;AC5qQE;EyC+XA;IAqBQ,oBAAY;E1C6xPpB;AACF;;AC9qQE;EyC2XA;IAwBQ,oBAAY;E1CgyPpB;AACF;;AC/qQI;EyCsXF;IA2BQ,oBAAY;E1CmyPpB;AACF;;AC3qQI;EyC4WF;IA8BQ,oBAAY;E1CsyPpB;AACF;;AC5qQI;EyCuWF;IAiCQ,oBAAY;E1CyyPpB;AACF;;ACxqQI;EyC6VF;IAoCQ,oBAAY;E1C4yPpB;AACF;;A0Cj1PE;EASM,iBAAY;A1C40PpB;;AChuQE;EyC2YA;IAYQ,iBAAY;E1C80PpB;AACF;;ACluQE;EyCuYA;IAeQ,iBAAY;E1Ci1PpB;AACF;;ACpuQE;EyCmYA;IAkBQ,iBAAY;E1Co1PpB;AACF;;ACtuQE;EyC+XA;IAqBQ,iBAAY;E1Cu1PpB;AACF;;ACxuQE;EyC2XA;IAwBQ,iBAAY;E1C01PpB;AACF;;ACzuQI;EyCsXF;IA2BQ,iBAAY;E1C61PpB;AACF;;ACruQI;EyC4WF;IA8BQ,iBAAY;E1Cg2PpB;AACF;;ACtuQI;EyCuWF;IAiCQ,iBAAY;E1Cm2PpB;AACF;;ACluQI;EyC6VF;IAoCQ,iBAAY;E1Cs2PpB;AACF;;A0C34PE;EASM,oBAAY;A1Cs4PpB;;AC1xQE;EyC2YA;IAYQ,oBAAY;E1Cw4PpB;AACF;;AC5xQE;EyCuYA;IAeQ,oBAAY;E1C24PpB;AACF;;AC9xQE;EyCmYA;IAkBQ,oBAAY;E1C84PpB;AACF;;AChyQE;EyC+XA;IAqBQ,oBAAY;E1Ci5PpB;AACF;;AClyQE;EyC2XA;IAwBQ,oBAAY;E1Co5PpB;AACF;;ACnyQI;EyCsXF;IA2BQ,oBAAY;E1Cu5PpB;AACF;;AC/xQI;EyC4WF;IA8BQ,oBAAY;E1C05PpB;AACF;;AChyQI;EyCuWF;IAiCQ,oBAAY;E1C65PpB;AACF;;AC5xQI;EyC6VF;IAoCQ,oBAAY;E1Cg6PpB;AACF;;A0Cr8PE;EASM,mBAAY;A1Cg8PpB;;ACp1QE;EyC2YA;IAYQ,mBAAY;E1Ck8PpB;AACF;;ACt1QE;EyCuYA;IAeQ,mBAAY;E1Cq8PpB;AACF;;ACx1QE;EyCmYA;IAkBQ,mBAAY;E1Cw8PpB;AACF;;AC11QE;EyC+XA;IAqBQ,mBAAY;E1C28PpB;AACF;;AC51QE;EyC2XA;IAwBQ,mBAAY;E1C88PpB;AACF;;AC71QI;EyCsXF;IA2BQ,mBAAY;E1Ci9PpB;AACF;;ACz1QI;EyC4WF;IA8BQ,mBAAY;E1Co9PpB;AACF;;AC11QI;EyCuWF;IAiCQ,mBAAY;E1Cu9PpB;AACF;;ACt1QI;EyC6VF;IAoCQ,mBAAY;E1C09PpB;AACF;;A0C//PE;EASM,oBAAY;A1C0/PpB;;AC94QE;EyC2YA;IAYQ,oBAAY;E1C4/PpB;AACF;;ACh5QE;EyCuYA;IAeQ,oBAAY;E1C+/PpB;AACF;;ACl5QE;EyCmYA;IAkBQ,oBAAY;E1CkgQpB;AACF;;ACp5QE;EyC+XA;IAqBQ,oBAAY;E1CqgQpB;AACF;;ACt5QE;EyC2XA;IAwBQ,oBAAY;E1CwgQpB;AACF;;ACv5QI;EyCsXF;IA2BQ,oBAAY;E1C2gQpB;AACF;;ACn5QI;EyC4WF;IA8BQ,oBAAY;E1C8gQpB;AACF;;ACp5QI;EyCuWF;IAiCQ,oBAAY;E1CihQpB;AACF;;ACh5QI;EyC6VF;IAoCQ,oBAAY;E1CohQpB;AACF;;A0CzjQE;EASM,iBAAY;A1CojQpB;;ACx8QE;EyC2YA;IAYQ,iBAAY;E1CsjQpB;AACF;;AC18QE;EyCuYA;IAeQ,iBAAY;E1CyjQpB;AACF;;AC58QE;EyCmYA;IAkBQ,iBAAY;E1C4jQpB;AACF;;AC98QE;EyC+XA;IAqBQ,iBAAY;E1C+jQpB;AACF;;ACh9QE;EyC2XA;IAwBQ,iBAAY;E1CkkQpB;AACF;;ACj9QI;EyCsXF;IA2BQ,iBAAY;E1CqkQpB;AACF;;AC78QI;EyC4WF;IA8BQ,iBAAY;E1CwkQpB;AACF;;AC98QI;EyCuWF;IAiCQ,iBAAY;E1C2kQpB;AACF;;AC18QI;EyC6VF;IAoCQ,iBAAY;E1C8kQpB;AACF;;A2C3kRA;EACE,oBAAoB;EACpB,cAAc;EACd,aAAa;EACb,YAAY;EACZ,cAAc;EACd,+BAAuB;EAAvB,4BAAuB;EAAvB,uBAAuB;A3C8kRzB;;A2CplRA;EASI,qBAA+B;EAC/B,sBAAgC;EAChC,oBAA8B;A3C+kRlC;;A2C1lRA;EAaM,uBAAiC;A3CilRvC;;A2C9lRA;EAeM,sBAjBgB;A3ComRtB;;A2ClmRA;EAiBI,oBAAoB;A3CqlRxB;;A2CtmRA;EAmBI,gBArBkB;A3C4mRtB;;A2C1mRA;EAqBI,sBAAsB;A3CylR1B;;A2C9mRA;EAuBM,gCAAgC;A3C2lRtC;;ACjiRE;E0CjFF;IA2BM,aAAa;E3C4lRjB;E2CvnRF;IA8BQ,UAAU;IACV,eAAuB;E3C4lR7B;E2C3nRF;IA8BQ,UAAU;IACV,gBAAuB;E3CgmR7B;E2C/nRF;IA8BQ,UAAU;IACV,UAAuB;E3ComR7B;E2CnoRF;IA8BQ,UAAU;IACV,gBAAuB;E3CwmR7B;E2CvoRF;IA8BQ,UAAU;IACV,gBAAuB;E3C4mR7B;E2C3oRF;IA8BQ,UAAU;IACV,UAAuB;E3CgnR7B;E2C/oRF;IA8BQ,UAAU;IACV,gBAAuB;E3ConR7B;E2CnpRF;IA8BQ,UAAU;IACV,gBAAuB;E3CwnR7B;E2CvpRF;IA8BQ,UAAU;IACV,UAAuB;E3C4nR7B;E2C3pRF;IA8BQ,UAAU;IACV,gBAAuB;E3CgoR7B;E2C/pRF;IA8BQ,UAAU;IACV,gBAAuB;E3CooR7B;E2CnqRF;IA8BQ,UAAU;IACV,WAAuB;E3CwoR7B;AACF;;A4C5qRA,kBAAA;ACIE;EACE,uBAAwB;A7C4qR5B;;A6C3qRE;EAGI,yBAA0C;A7C4qRhD;;A6C3qRE;EACE,kCAAmC;A7C8qRvC;;A6CrrRE;EACE,yBAAwB;A7CwrR5B;;A6CvrRE;EAGI,uBAA0C;A7CwrRhD;;A6CvrRE;EACE,oCAAmC;A7C0rRvC;;A6CjsRE;EACE,4BAAwB;A7CosR5B;;A6CnsRE;EAGI,yBAA0C;A7CosRhD;;A6CnsRE;EACE,uCAAmC;A7CssRvC;;A6C7sRE;EACE,yBAAwB;A7CgtR5B;;A6C/sRE;EAGI,yBAA0C;A7CgtRhD;;A6C/sRE;EACE,oCAAmC;A7CktRvC;;A6CztRE;EACE,yBAAwB;A7C4tR5B;;A6C3tRE;EAGI,yBAA0C;A7C4tRhD;;A6C3tRE;EACE,oCAAmC;A7C8tRvC;;A6CztRI;EACE,yBAA8B;A7C4tRpC;;A6C3tRI;EAGI,yBAAgD;A7C4tRxD;;A6C3tRI;EACE,oCAAyC;A7C8tR/C;;A6C5tRI;EACE,yBAA6B;A7C+tRnC;;A6C9tRI;EAGI,yBAAgD;A7C+tRxD;;A6C9tRI;EACE,oCAAwC;A7CiuR9C;;A6C7vRE;EACE,yBAAwB;A7CgwR5B;;A6C/vRE;EAGI,yBAA0C;A7CgwRhD;;A6C/vRE;EACE,oCAAmC;A7CkwRvC;;A6C7vRI;EACE,yBAA8B;A7CgwRpC;;A6C/vRI;EAGI,yBAAgD;A7CgwRxD;;A6C/vRI;EACE,oCAAyC;A7CkwR/C;;A6ChwRI;EACE,yBAA6B;A7CmwRnC;;A6ClwRI;EAGI,yBAAgD;A7CmwRxD;;A6ClwRI;EACE,oCAAwC;A7CqwR9C;;A6CjyRE;EACE,yBAAwB;A7CoyR5B;;A6CnyRE;EAGI,yBAA0C;A7CoyRhD;;A6CnyRE;EACE,oCAAmC;A7CsyRvC;;A6CjyRI;EACE,yBAA8B;A7CoyRpC;;A6CnyRI;EAGI,yBAAgD;A7CoyRxD;;A6CnyRI;EACE,oCAAyC;A7CsyR/C;;A6CpyRI;EACE,yBAA6B;A7CuyRnC;;A6CtyRI;EAGI,yBAAgD;A7CuyRxD;;A6CtyRI;EACE,oCAAwC;A7CyyR9C;;A6Cr0RE;EACE,yBAAwB;A7Cw0R5B;;A6Cv0RE;EAGI,yBAA0C;A7Cw0RhD;;A6Cv0RE;EACE,oCAAmC;A7C00RvC;;A6Cr0RI;EACE,yBAA8B;A7Cw0RpC;;A6Cv0RI;EAGI,yBAAgD;A7Cw0RxD;;A6Cv0RI;EACE,oCAAyC;A7C00R/C;;A6Cx0RI;EACE,yBAA6B;A7C20RnC;;A6C10RI;EAGI,yBAAgD;A7C20RxD;;A6C10RI;EACE,oCAAwC;A7C60R9C;;A6Cz2RE;EACE,yBAAwB;A7C42R5B;;A6C32RE;EAGI,yBAA0C;A7C42RhD;;A6C32RE;EACE,oCAAmC;A7C82RvC;;A6Cz2RI;EACE,yBAA8B;A7C42RpC;;A6C32RI;EAGI,yBAAgD;A7C42RxD;;A6C32RI;EACE,oCAAyC;A7C82R/C;;A6C52RI;EACE,yBAA6B;A7C+2RnC;;A6C92RI;EAGI,yBAAgD;A7C+2RxD;;A6C92RI;EACE,oCAAwC;A7Ci3R9C;;A6C74RE;EACE,yBAAwB;A7Cg5R5B;;A6C/4RE;EAGI,yBAA0C;A7Cg5RhD;;A6C/4RE;EACE,oCAAmC;A7Ck5RvC;;A6C74RI;EACE,yBAA8B;A7Cg5RpC;;A6C/4RI;EAGI,yBAAgD;A7Cg5RxD;;A6C/4RI;EACE,oCAAyC;A7Ck5R/C;;A6Ch5RI;EACE,yBAA6B;A7Cm5RnC;;A6Cl5RI;EAGI,yBAAgD;A7Cm5RxD;;A6Cl5RI;EACE,oCAAwC;A7Cq5R9C;;A6Cl5RE;EACE,yBAAwB;A7Cq5R5B;;A6Cp5RE;EACE,oCAAmC;A7Cu5RvC;;A6C15RE;EACE,yBAAwB;A7C65R5B;;A6C55RE;EACE,oCAAmC;A7C+5RvC;;A6Cl6RE;EACE,yBAAwB;A7Cq6R5B;;A6Cp6RE;EACE,oCAAmC;A7Cu6RvC;;A6C16RE;EACE,yBAAwB;A7C66R5B;;A6C56RE;EACE,oCAAmC;A7C+6RvC;;A6Cl7RE;EACE,yBAAwB;A7Cq7R5B;;A6Cp7RE;EACE,oCAAmC;A7Cu7RvC;;A6C17RE;EACE,yBAAwB;A7C67R5B;;A6C57RE;EACE,oCAAmC;A7C+7RvC;;A6Cl8RE;EACE,yBAAwB;A7Cq8R5B;;A6Cp8RE;EACE,oCAAmC;A7Cu8RvC;;A6C18RE;EACE,4BAAwB;A7C68R5B;;A6C58RE;EACE,uCAAmC;A7C+8RvC;;A6Cl9RE;EACE,yBAAwB;A7Cq9R5B;;A6Cp9RE;EACE,oCAAmC;A7Cu9RvC;;A8C3/RE;EACE,8BAAiC;A9C8/RrC;;A8C//RE;EACE,sCAAiC;A9CkgSrC;;A8CngSE;EACE,iCAAiC;A9CsgSrC;;A8CvgSE;EACE,yCAAiC;A9C0gSrC;;A8CtgSE;EACE,4BAA4B;A9CygShC;;A8C1gSE;EACE,0BAA4B;A9C6gShC;;A8C9gSE;EACE,kCAA4B;A9CihShC;;A8C7gSE;EACE,sCAAkC;A9CghStC;;A8CjhSE;EACE,oCAAkC;A9CohStC;;A8CrhSE;EACE,kCAAkC;A9CwhStC;;A8CzhSE;EACE,yCAAkC;A9C4hStC;;A8C7hSE;EACE,wCAAkC;A9CgiStC;;A8CjiSE;EACE,wCAAkC;A9CoiStC;;A8CriSE;EACE,iCAAkC;A9CwiStC;;A8CziSE;EACE,+BAAkC;A9C4iStC;;A8C7iSE;EACE,gCAAkC;A9CgjStC;;A8CjjSE;EACE,iCAAkC;A9CojStC;;A8ChjSE;EACE,oCAAgC;A9CmjSpC;;A8CpjSE;EACE,kCAAgC;A9CujSpC;;A8CxjSE;EACE,gCAAgC;A9C2jSpC;;A8C5jSE;EACE,uCAAgC;A9C+jSpC;;A8ChkSE;EACE,sCAAgC;A9CmkSpC;;A8CpkSE;EACE,sCAAgC;A9CukSpC;;A8CxkSE;EACE,iCAAgC;A9C2kSpC;;A8C5kSE;EACE,+BAAgC;A9C+kSpC;;A8ChlSE;EACE,6BAAgC;A9CmlSpC;;A8CplSE;EACE,kCAAgC;A9CulSpC;;A8CnlSE;EACE,+BAA8B;A9CslSlC;;A8CvlSE;EACE,kCAA8B;A9C0lSlC;;A8C3lSE;EACE,gCAA8B;A9C8lSlC;;A8C/lSE;EACE,8BAA8B;A9CkmSlC;;A8CnmSE;EACE,gCAA8B;A9CsmSlC;;A8CvmSE;EACE,6BAA8B;A9C0mSlC;;A8C3mSE;EACE,2BAA8B;A9C8mSlC;;A8C/mSE;EACE,kCAA8B;A9CknSlC;;A8CnnSE;EACE,gCAA8B;A9CsnSlC;;A8ClnSE;EACE,2BAA6B;A9CqnSjC;;A8CtnSE;EACE,iCAA6B;A9CynSjC;;A8C1nSE;EACE,+BAA6B;A9C6nSjC;;A8C9nSE;EACE,6BAA6B;A9CioSjC;;A8CloSE;EACE,+BAA6B;A9CqoSjC;;A8CtoSE;EACE,8BAA6B;A9CyoSjC;;A8CpoSI;EACE,uBAAqC;A9CuoS3C;;A8CxoSI;EACE,uBAAqC;A9C2oS3C;;A8C5oSI;EACE,uBAAqC;A9C+oS3C;;A8ChpSI;EACE,uBAAqC;A9CmpS3C;;A8CppSI;EACE,uBAAqC;A9CupS3C;;A8CxpSI;EACE,uBAAqC;A9C2pS3C;;A8C5pSI;EACE,yBAAqC;A9C+pS3C;;A8ChqSI;EACE,yBAAqC;A9CmqS3C;;A8CpqSI;EACE,yBAAqC;A9CuqS3C;;A8CxqSI;EACE,yBAAqC;A9C2qS3C;;A8C5qSI;EACE,yBAAqC;A9C+qS3C;;A8ChrSI;EACE,yBAAqC;A9CmrS3C;;ACltSE;EACE,WAAW;EACX,YAAY;EACZ,cAAc;ADqtSlB;;A+CttSA;EACE,sBAAsB;A/CytSxB;;A+CvtSA;EACE,uBAAuB;A/C0tSzB;;AgDjuSA;EACE,2BAA2B;AhDouS7B;;AgDluSA;EACE,2BAA2B;AhDquS7B;;AgDnuSA;EACE,0BAA0B;EAC1B,8BAA8B;AhDsuShC;;AiDhvSA;EACE,2BAA2B;AjDmvS7B;;AkD/uSA;EACE,6BAA6B;AlDkvS/B;;AmDxvSA;EACE,oBAAoB;AnD2vStB;;AmDzvSA;EACE,qBAAqB;AnD4vSvB;;AmDjvSI;EACE,oBAA+B;AnDovSrC;;AmDjvSM;EACE,wBAA8C;AnDovStD;;AmDrvSM;EACE,0BAA8C;AnDwvStD;;AmDzvSM;EACE,2BAA8C;AnD4vStD;;AmD7vSM;EACE,yBAA8C;AnDgwStD;;AmD7vSM;EACE,yBAAyC;EACzC,0BAA2C;AnDgwSnD;;AmD7vSM;EACE,wBAAuC;EACvC,2BAA6C;AnDgwSrD;;AmD/wSI;EACE,0BAA+B;AnDkxSrC;;AmD/wSM;EACE,8BAA8C;AnDkxStD;;AmDnxSM;EACE,gCAA8C;AnDsxStD;;AmDvxSM;EACE,iCAA8C;AnD0xStD;;AmD3xSM;EACE,+BAA8C;AnD8xStD;;AmD3xSM;EACE,+BAAyC;EACzC,gCAA2C;AnD8xSnD;;AmD3xSM;EACE,8BAAuC;EACvC,iCAA6C;AnD8xSrD;;AmD7ySI;EACE,yBAA+B;AnDgzSrC;;AmD7ySM;EACE,6BAA8C;AnDgzStD;;AmDjzSM;EACE,+BAA8C;AnDozStD;;AmDrzSM;EACE,gCAA8C;AnDwzStD;;AmDzzSM;EACE,8BAA8C;AnD4zStD;;AmDzzSM;EACE,8BAAyC;EACzC,+BAA2C;AnD4zSnD;;AmDzzSM;EACE,6BAAuC;EACvC,gCAA6C;AnD4zSrD;;AmD30SI;EACE,0BAA+B;AnD80SrC;;AmD30SM;EACE,8BAA8C;AnD80StD;;AmD/0SM;EACE,gCAA8C;AnDk1StD;;AmDn1SM;EACE,iCAA8C;AnDs1StD;;AmDv1SM;EACE,+BAA8C;AnD01StD;;AmDv1SM;EACE,+BAAyC;EACzC,gCAA2C;AnD01SnD;;AmDv1SM;EACE,8BAAuC;EACvC,iCAA6C;AnD01SrD;;AmDz2SI;EACE,uBAA+B;AnD42SrC;;AmDz2SM;EACE,2BAA8C;AnD42StD;;AmD72SM;EACE,6BAA8C;AnDg3StD;;AmDj3SM;EACE,8BAA8C;AnDo3StD;;AmDr3SM;EACE,4BAA8C;AnDw3StD;;AmDr3SM;EACE,4BAAyC;EACzC,6BAA2C;AnDw3SnD;;AmDr3SM;EACE,2BAAuC;EACvC,8BAA6C;AnDw3SrD;;AmDv4SI;EACE,yBAA+B;AnD04SrC;;AmDv4SM;EACE,6BAA8C;AnD04StD;;AmD34SM;EACE,+BAA8C;AnD84StD;;AmD/4SM;EACE,gCAA8C;AnDk5StD;;AmDn5SM;EACE,8BAA8C;AnDs5StD;;AmDn5SM;EACE,8BAAyC;EACzC,+BAA2C;AnDs5SnD;;AmDn5SM;EACE,6BAAuC;EACvC,gCAA6C;AnDs5SrD;;AmDr6SI;EACE,uBAA+B;AnDw6SrC;;AmDr6SM;EACE,2BAA8C;AnDw6StD;;AmDz6SM;EACE,6BAA8C;AnD46StD;;AmD76SM;EACE,8BAA8C;AnDg7StD;;AmDj7SM;EACE,4BAA8C;AnDo7StD;;AmDj7SM;EACE,4BAAyC;EACzC,6BAA2C;AnDo7SnD;;AmDj7SM;EACE,2BAAuC;EACvC,8BAA6C;AnDo7SrD;;AmDn8SI;EACE,qBAA+B;AnDs8SrC;;AmDn8SM;EACE,yBAA8C;AnDs8StD;;AmDv8SM;EACE,2BAA8C;AnD08StD;;AmD38SM;EACE,4BAA8C;AnD88StD;;AmD/8SM;EACE,0BAA8C;AnDk9StD;;AmD/8SM;EACE,0BAAyC;EACzC,2BAA2C;AnDk9SnD;;AmD/8SM;EACE,yBAAuC;EACvC,4BAA6C;AnDk9SrD;;AmDj+SI;EACE,2BAA+B;AnDo+SrC;;AmDj+SM;EACE,+BAA8C;AnDo+StD;;AmDr+SM;EACE,iCAA8C;AnDw+StD;;AmDz+SM;EACE,kCAA8C;AnD4+StD;;AmD7+SM;EACE,gCAA8C;AnDg/StD;;AmD7+SM;EACE,gCAAyC;EACzC,iCAA2C;AnDg/SnD;;AmD7+SM;EACE,+BAAuC;EACvC,kCAA6C;AnDg/SrD;;AmD//SI;EACE,0BAA+B;AnDkgTrC;;AmD//SM;EACE,8BAA8C;AnDkgTtD;;AmDngTM;EACE,gCAA8C;AnDsgTtD;;AmDvgTM;EACE,iCAA8C;AnD0gTtD;;AmD3gTM;EACE,+BAA8C;AnD8gTtD;;AmD3gTM;EACE,+BAAyC;EACzC,gCAA2C;AnD8gTnD;;AmD3gTM;EACE,8BAAuC;EACvC,iCAA6C;AnD8gTrD;;AmD7hTI;EACE,2BAA+B;AnDgiTrC;;AmD7hTM;EACE,+BAA8C;AnDgiTtD;;AmDjiTM;EACE,iCAA8C;AnDoiTtD;;AmDriTM;EACE,kCAA8C;AnDwiTtD;;AmDziTM;EACE,gCAA8C;AnD4iTtD;;AmDziTM;EACE,gCAAyC;EACzC,iCAA2C;AnD4iTnD;;AmDziTM;EACE,+BAAuC;EACvC,kCAA6C;AnD4iTrD;;AmD3jTI;EACE,wBAA+B;AnD8jTrC;;AmD3jTM;EACE,4BAA8C;AnD8jTtD;;AmD/jTM;EACE,8BAA8C;AnDkkTtD;;AmDnkTM;EACE,+BAA8C;AnDskTtD;;AmDvkTM;EACE,6BAA8C;AnD0kTtD;;AmDvkTM;EACE,6BAAyC;EACzC,8BAA2C;AnD0kTnD;;AmDvkTM;EACE,4BAAuC;EACvC,+BAA6C;AnD0kTrD;;AmDzlTI;EACE,0BAA+B;AnD4lTrC;;AmDzlTM;EACE,8BAA8C;AnD4lTtD;;AmD7lTM;EACE,gCAA8C;AnDgmTtD;;AmDjmTM;EACE,iCAA8C;AnDomTtD;;AmDrmTM;EACE,+BAA8C;AnDwmTtD;;AmDrmTM;EACE,+BAAyC;EACzC,gCAA2C;AnDwmTnD;;AmDrmTM;EACE,8BAAuC;EACvC,iCAA6C;AnDwmTrD;;AmDvnTI;EACE,wBAA+B;AnD0nTrC;;AmDvnTM;EACE,4BAA8C;AnD0nTtD;;AmD3nTM;EACE,8BAA8C;AnD8nTtD;;AmD/nTM;EACE,+BAA8C;AnDkoTtD;;AmDnoTM;EACE,6BAA8C;AnDsoTtD;;AmDnoTM;EACE,6BAAyC;EACzC,8BAA2C;AnDsoTnD;;AmDnoTM;EACE,4BAAuC;EACvC,+BAA6C;AnDsoTrD;;AoD/pTI;EACE,0BAA2B;ApDkqTjC;;AoDnqTI;EACE,4BAA2B;ApDsqTjC;;AoDvqTI;EACE,0BAA2B;ApD0qTjC;;AoD3qTI;EACE,4BAA2B;ApD8qTjC;;AoD/qTI;EACE,6BAA2B;ApDkrTjC;;AoDnrTI;EACE,0BAA2B;ApDsrTjC;;AoDvrTI;EACE,6BAA2B;ApD0rTjC;;AC/mTE;EmD5EE;IACE,0BAA2B;EpD+rT/B;EoDhsTE;IACE,4BAA2B;EpDksT/B;EoDnsTE;IACE,0BAA2B;EpDqsT/B;EoDtsTE;IACE,4BAA2B;EpDwsT/B;EoDzsTE;IACE,6BAA2B;EpD2sT/B;EoD5sTE;IACE,0BAA2B;EpD8sT/B;EoD/sTE;IACE,6BAA2B;EpDitT/B;AACF;;ACnoTE;EmDhFE;IACE,0BAA2B;EpDutT/B;EoDxtTE;IACE,4BAA2B;EpD0tT/B;EoD3tTE;IACE,0BAA2B;EpD6tT/B;EoD9tTE;IACE,4BAA2B;EpDguT/B;EoDjuTE;IACE,6BAA2B;EpDmuT/B;EoDpuTE;IACE,0BAA2B;EpDsuT/B;EoDvuTE;IACE,6BAA2B;EpDyuT/B;AACF;;ACnpTE;EmDxFE;IACE,0BAA2B;EpD+uT/B;EoDhvTE;IACE,4BAA2B;EpDkvT/B;EoDnvTE;IACE,0BAA2B;EpDqvT/B;EoDtvTE;IACE,4BAA2B;EpDwvT/B;EoDzvTE;IACE,6BAA2B;EpD2vT/B;EoD5vTE;IACE,0BAA2B;EpD8vT/B;EoD/vTE;IACE,6BAA2B;EpDiwT/B;AACF;;ACvqTE;EmD5FE;IACE,0BAA2B;EpDuwT/B;EoDxwTE;IACE,4BAA2B;EpD0wT/B;EoD3wTE;IACE,0BAA2B;EpD6wT/B;EoD9wTE;IACE,4BAA2B;EpDgxT/B;EoDjxTE;IACE,6BAA2B;EpDmxT/B;EoDpxTE;IACE,0BAA2B;EpDsxT/B;EoDvxTE;IACE,6BAA2B;EpDyxT/B;AACF;;AChrTI;EmD3GA;IACE,0BAA2B;EpD+xT/B;EoDhyTE;IACE,4BAA2B;EpDkyT/B;EoDnyTE;IACE,0BAA2B;EpDqyT/B;EoDtyTE;IACE,4BAA2B;EpDwyT/B;EoDzyTE;IACE,6BAA2B;EpD2yT/B;EoD5yTE;IACE,0BAA2B;EpD8yT/B;EoD/yTE;IACE,6BAA2B;EpDizT/B;AACF;;ACzrTI;EmD1HA;IACE,0BAA2B;EpDuzT/B;EoDxzTE;IACE,4BAA2B;EpD0zT/B;EoD3zTE;IACE,0BAA2B;EpD6zT/B;EoD9zTE;IACE,4BAA2B;EpDg0T/B;EoDj0TE;IACE,6BAA2B;EpDm0T/B;EoDp0TE;IACE,0BAA2B;EpDs0T/B;EoDv0TE;IACE,6BAA2B;EpDy0T/B;AACF;;AoDjzTE;EACE,6BAAqC;ApDozTzC;;AoDrzTE;EACE,8BAAqC;ApDwzTzC;;AoDzzTE;EACE,2BAAqC;ApD4zTzC;;AoD7zTE;EACE,4BAAqC;ApDg0TzC;;AC/wTE;EmD7CE;IACE,6BAAqC;EpDg0TzC;AACF;;ACjxTE;EmD9CE;IACE,6BAAqC;EpDm0TzC;AACF;;ACnxTE;EmD/CE;IACE,6BAAqC;EpDs0TzC;AACF;;ACrxTE;EmDhDE;IACE,6BAAqC;EpDy0TzC;AACF;;ACvxTE;EmDjDE;IACE,6BAAqC;EpD40TzC;AACF;;ACxxTI;EmDnDA;IACE,6BAAqC;EpD+0TzC;AACF;;ACpxTI;EmD1DA;IACE,6BAAqC;EpDk1TzC;AACF;;ACrxTI;EmD5DA;IACE,6BAAqC;EpDq1TzC;AACF;;ACjxTI;EmDnEA;IACE,6BAAqC;EpDw1TzC;AACF;;ACr0TE;EmD7CE;IACE,8BAAqC;EpDs3TzC;AACF;;ACv0TE;EmD9CE;IACE,8BAAqC;EpDy3TzC;AACF;;ACz0TE;EmD/CE;IACE,8BAAqC;EpD43TzC;AACF;;AC30TE;EmDhDE;IACE,8BAAqC;EpD+3TzC;AACF;;AC70TE;EmDjDE;IACE,8BAAqC;EpDk4TzC;AACF;;AC90TI;EmDnDA;IACE,8BAAqC;EpDq4TzC;AACF;;AC10TI;EmD1DA;IACE,8BAAqC;EpDw4TzC;AACF;;AC30TI;EmD5DA;IACE,8BAAqC;EpD24TzC;AACF;;ACv0TI;EmDnEA;IACE,8BAAqC;EpD84TzC;AACF;;AC33TE;EmD7CE;IACE,2BAAqC;EpD46TzC;AACF;;AC73TE;EmD9CE;IACE,2BAAqC;EpD+6TzC;AACF;;AC/3TE;EmD/CE;IACE,2BAAqC;EpDk7TzC;AACF;;ACj4TE;EmDhDE;IACE,2BAAqC;EpDq7TzC;AACF;;ACn4TE;EmDjDE;IACE,2BAAqC;EpDw7TzC;AACF;;ACp4TI;EmDnDA;IACE,2BAAqC;EpD27TzC;AACF;;ACh4TI;EmD1DA;IACE,2BAAqC;EpD87TzC;AACF;;ACj4TI;EmD5DA;IACE,2BAAqC;EpDi8TzC;AACF;;AC73TI;EmDnEA;IACE,2BAAqC;EpDo8TzC;AACF;;ACj7TE;EmD7CE;IACE,4BAAqC;EpDk+TzC;AACF;;ACn7TE;EmD9CE;IACE,4BAAqC;EpDq+TzC;AACF;;ACr7TE;EmD/CE;IACE,4BAAqC;EpDw+TzC;AACF;;ACv7TE;EmDhDE;IACE,4BAAqC;EpD2+TzC;AACF;;ACz7TE;EmDjDE;IACE,4BAAqC;EpD8+TzC;AACF;;AC17TI;EmDnDA;IACE,4BAAqC;EpDi/TzC;AACF;;ACt7TI;EmD1DA;IACE,4BAAqC;EpDo/TzC;AACF;;ACv7TI;EmD5DA;IACE,4BAAqC;EpDu/TzC;AACF;;ACn7TI;EmDnEA;IACE,4BAAqC;EpD0/TzC;AACF;;AoDz/TA;EACE,qCAAqC;ApD4/TvC;;AoD1/TA;EACE,oCAAoC;ApD6/TtC;;AoD3/TA;EACE,oCAAoC;ApD8/TtC;;AoD5/TA;EACE,6BAA6B;ApD+/T/B;;AoD7/TA;EACE,2BAAqC;ApDggUvC;;AoD//TA;EACE,2BAAsC;ApDkgUxC;;AoDjgUA;EACE,2BAAsC;ApDogUxC;;AoDngUA;EACE,2BAAwC;ApDsgU1C;;AoDrgUA;EACE,2BAAoC;ApDwgUtC;;AoDtgUA;EACE,+LAAuC;ApDygUzC;;AoDvgUA;EACE,+LAAyC;ApD0gU3C;;AoDxgUA;EACE,+LAA0C;ApD2gU5C;;AoDzgUA;EACE,iCAAyC;ApD4gU3C;;AoD1gUA;EACE,iCAAoC;ApD6gUtC;;AqD3mUE;EACE,yBAA+B;ArD8mUnC;;ACniUE;EoDzEE;IACE,yBAA+B;ErDgnUnC;AACF;;ACriUE;EoD1EE;IACE,yBAA+B;ErDmnUnC;AACF;;ACviUE;EoD3EE;IACE,yBAA+B;ErDsnUnC;AACF;;ACziUE;EoD5EE;IACE,yBAA+B;ErDynUnC;AACF;;AC3iUE;EoD7EE;IACE,yBAA+B;ErD4nUnC;AACF;;AC5iUI;EoD/EA;IACE,yBAA+B;ErD+nUnC;AACF;;ACxiUI;EoDtFA;IACE,yBAA+B;ErDkoUnC;AACF;;ACziUI;EoDxFA;IACE,yBAA+B;ErDqoUnC;AACF;;ACriUI;EoD/FA;IACE,yBAA+B;ErDwoUnC;AACF;;AqDrqUE;EACE,wBAA+B;ArDwqUnC;;AC7lUE;EoDzEE;IACE,wBAA+B;ErD0qUnC;AACF;;AC/lUE;EoD1EE;IACE,wBAA+B;ErD6qUnC;AACF;;ACjmUE;EoD3EE;IACE,wBAA+B;ErDgrUnC;AACF;;ACnmUE;EoD5EE;IACE,wBAA+B;ErDmrUnC;AACF;;ACrmUE;EoD7EE;IACE,wBAA+B;ErDsrUnC;AACF;;ACtmUI;EoD/EA;IACE,wBAA+B;ErDyrUnC;AACF;;AClmUI;EoDtFA;IACE,wBAA+B;ErD4rUnC;AACF;;ACnmUI;EoDxFA;IACE,wBAA+B;ErD+rUnC;AACF;;AC/lUI;EoD/FA;IACE,wBAA+B;ErDksUnC;AACF;;AqD/tUE;EACE,0BAA+B;ArDkuUnC;;ACvpUE;EoDzEE;IACE,0BAA+B;ErDouUnC;AACF;;ACzpUE;EoD1EE;IACE,0BAA+B;ErDuuUnC;AACF;;AC3pUE;EoD3EE;IACE,0BAA+B;ErD0uUnC;AACF;;AC7pUE;EoD5EE;IACE,0BAA+B;ErD6uUnC;AACF;;AC/pUE;EoD7EE;IACE,0BAA+B;ErDgvUnC;AACF;;AChqUI;EoD/EA;IACE,0BAA+B;ErDmvUnC;AACF;;AC5pUI;EoDtFA;IACE,0BAA+B;ErDsvUnC;AACF;;AC7pUI;EoDxFA;IACE,0BAA+B;ErDyvUnC;AACF;;ACzpUI;EoD/FA;IACE,0BAA+B;ErD4vUnC;AACF;;AqDzxUE;EACE,gCAA+B;ArD4xUnC;;ACjtUE;EoDzEE;IACE,gCAA+B;ErD8xUnC;AACF;;ACntUE;EoD1EE;IACE,gCAA+B;ErDiyUnC;AACF;;ACrtUE;EoD3EE;IACE,gCAA+B;ErDoyUnC;AACF;;ACvtUE;EoD5EE;IACE,gCAA+B;ErDuyUnC;AACF;;ACztUE;EoD7EE;IACE,gCAA+B;ErD0yUnC;AACF;;AC1tUI;EoD/EA;IACE,gCAA+B;ErD6yUnC;AACF;;ACttUI;EoDtFA;IACE,gCAA+B;ErDgzUnC;AACF;;ACvtUI;EoDxFA;IACE,gCAA+B;ErDmzUnC;AACF;;ACntUI;EoD/FA;IACE,gCAA+B;ErDszUnC;AACF;;AqDn1UE;EACE,+BAA+B;ArDs1UnC;;AC3wUE;EoDzEE;IACE,+BAA+B;ErDw1UnC;AACF;;AC7wUE;EoD1EE;IACE,+BAA+B;ErD21UnC;AACF;;AC/wUE;EoD3EE;IACE,+BAA+B;ErD81UnC;AACF;;ACjxUE;EoD5EE;IACE,+BAA+B;ErDi2UnC;AACF;;ACnxUE;EoD7EE;IACE,+BAA+B;ErDo2UnC;AACF;;ACpxUI;EoD/EA;IACE,+BAA+B;ErDu2UnC;AACF;;AChxUI;EoDtFA;IACE,+BAA+B;ErD02UnC;AACF;;ACjxUI;EoDxFA;IACE,+BAA+B;ErD62UnC;AACF;;AC7wUI;EoD/FA;IACE,+BAA+B;ErDg3UnC;AACF;;AqD/2UA;EACE,wBAAwB;ArDk3U1B;;AqDh3UA;EACE,uBAAuB;EACvB,iCAAiC;EACjC,yBAAyB;EACzB,2BAA2B;EAC3B,qBAAqB;EACrB,6BAA6B;EAC7B,8BAA8B;EAC9B,wBAAwB;ArDm3U1B;;ACh1UE;EoDhCA;IACE,wBAAwB;ErDo3U1B;AACF;;ACl1UE;EoDhCA;IACE,wBAAwB;ErDs3U1B;AACF;;ACp1UE;EoDhCA;IACE,wBAAwB;ErDw3U1B;AACF;;ACt1UE;EoDhCA;IACE,wBAAwB;ErD03U1B;AACF;;ACx1UE;EoDhCA;IACE,wBAAwB;ErD43U1B;AACF;;ACz1UI;EoDjCF;IACE,wBAAwB;ErD83U1B;AACF;;ACr1UI;EoDvCF;IACE,wBAAwB;ErDg4U1B;AACF;;ACt1UI;EoDxCF;IACE,wBAAwB;ErDk4U1B;AACF;;ACl1UI;EoD9CF;IACE,wBAAwB;ErDo4U1B;AACF;;AqDn4UA;EACE,6BAA6B;ArDs4U/B;;AC14UE;EoDOA;IACE,6BAA6B;ErDu4U/B;AACF;;AC54UE;EoDOA;IACE,6BAA6B;ErDy4U/B;AACF;;AC94UE;EoDOA;IACE,6BAA6B;ErD24U/B;AACF;;ACh5UE;EoDOA;IACE,6BAA6B;ErD64U/B;AACF;;ACl5UE;EoDOA;IACE,6BAA6B;ErD+4U/B;AACF;;ACn5UI;EoDMF;IACE,6BAA6B;ErDi5U/B;AACF;;AC/4UI;EoDAF;IACE,6BAA6B;ErDm5U/B;AACF;;ACh5UI;EoDDF;IACE,6BAA6B;ErDq5U/B;AACF;;AC54UI;EoDPF;IACE,6BAA6B;ErDu5U/B;AACF;;AsDjhVA,iBAAA;ACUA;EACE,oBAAoB;EACpB,aAAa;EACb,sBAAsB;EACtB,8BAA8B;AvD2gVhC;;AuD/gVA;EAMI,gBAAgB;AvD6gVpB;;AuDnhVA;EASM,mBAAmB;AvD8gVzB;;AuDvhVA;EAeM,uBxDVyB;EwDWzB,cxDxBuB;ACoiV7B;;AuD5hVA;;EAmBQ,cAAc;AvD8gVtB;;AuDjiVA;EAqBQ,cxD7BqB;AC6iV7B;;AuDriVA;EAuBQ,4BxD/BqB;ACijV7B;;AuDziVA;;EA0BU,cxDlCmB;ACsjV7B;;AC39UE;EsDnFF;IA6BU,uBxDxBqB;EC8iV7B;AACF;;AuDpjVA;;EAgCQ,4BxDxCqB;ACikV7B;;AuDzjVA;;;EAqCU,yB7C8DuB;E6C7DvB,cxD9CmB;ACwkV7B;;AuDhkVA;EAyCU,cxDjDmB;EwDkDnB,YAAY;AvD2hVtB;;AuDrkVA;EA4CY,UAAU;AvD6hVtB;;AuDzkVA;EA+CY,UAAU;AvD8hVtB;;AuD7kVA;EAmDY,cxD3DiB;ACylV7B;;AuDjlVA;EAqDc,uCxD7De;AC6lV7B;;AuDrlVA;EAyDc,yBxDjEe;EwDkEf,qBxDlEe;EwDmEf,YxDtDiB;ACslV/B;;AuD3lVA;EAiEU,4EAAyG;AvD8hVnH;;ACxhVE;EsDvEF;IAoEc,4EAAyG;EvDgiVrH;AACF;;AuDrmVA;EAeM,yBxDvBuB;EwDwBvB,YxDXyB;ACqmV/B;;AuD1mVA;;EAmBQ,cAAc;AvD4lVtB;;AuD/mVA;EAqBQ,YxDhBuB;AC8mV/B;;AuDnnVA;EAuBQ,+BxDlBuB;ACknV/B;;AuDvnVA;;EA0BU,YxDrBqB;ACunV/B;;ACziVE;EsDnFF;IA6BU,yBxDrCmB;ECyoV3B;AACF;;AuDloVA;;EAgCQ,+BxD3BuB;ACkoV/B;;AuDvoVA;;;EAqCU,uB7C8DuB;E6C7DvB,YxDjCqB;ACyoV/B;;AuD9oVA;EAyCU,YxDpCqB;EwDqCrB,YAAY;AvDymVtB;;AuDnpVA;EA4CY,UAAU;AvD2mVtB;;AuDvpVA;EA+CY,UAAU;AvD4mVtB;;AuD3pVA;EAmDY,YxD9CmB;AC0pV/B;;AuD/pVA;EAqDc,uCxD7De;AC2qV7B;;AuDnqVA;EAyDc,uBxDpDiB;EwDqDjB,mBxDrDiB;EwDsDjB,cxDnEe;ACirV7B;;AuDzqVA;EAiEU,8EAAyG;AvD4mVnH;;ACtmVE;EsDvEF;IAoEc,8EAAyG;EvD8mVrH;AACF;;AuDnrVA;EAeM,4BxDZwB;EwDaxB,yB7CsDe;AVknVrB;;AuDxrVA;;EAmBQ,cAAc;AvD0qVtB;;AuD7rVA;EAqBQ,yB7CiDa;AV2nVrB;;AuDjsVA;EAuBQ,yB7C+Ca;AV+nVrB;;AuDrsVA;;EA0BU,yB7C4CW;AVooVrB;;ACvnVE;EsDnFF;IA6BU,4BxD1BoB;EC4sV5B;AACF;;AuDhtVA;;EAgCQ,yB7CsCa;AV+oVrB;;AuDrtVA;;;EAqCU,yB7C8DuB;E6C7DvB,yB7CgCW;AVspVrB;;AuD5tVA;EAyCU,yB7C6BW;E6C5BX,YAAY;AvDurVtB;;AuDjuVA;EA4CY,UAAU;AvDyrVtB;;AuDruVA;EA+CY,UAAU;AvD0rVtB;;AuDzuVA;EAmDY,yB7CmBS;AVuqVrB;;AuD7uVA;EAqDc,uCxD7De;ACyvV7B;;AuDjvVA;EAyDc,oC7CaO;E6CZP,gC7CYO;E6CXP,iBxDxDgB;ACovV9B;;AuDvvVA;EAiEU,iFAAyG;AvD0rVnH;;ACprVE;EsDvEF;IAoEc,iFAAyG;EvD4rVrH;AACF;;AuDjwVA;EAeM,yBxDnBwB;EwDoBxB,W7CwDU;AV8rVhB;;AuDtwVA;;EAmBQ,cAAc;AvDwvVtB;;AuD3wVA;EAqBQ,W7CmDQ;AVusVhB;;AuD/wVA;EAuBQ,+B7CiDQ;AV2sVhB;;AuDnxVA;;EA0BU,W7C8CM;AVgtVhB;;ACrsVE;EsDnFF;IA6BU,yBxDjCoB;ECiyV5B;AACF;;AuD9xVA;;EAgCQ,+B7CwCQ;AV2tVhB;;AuDnyVA;;;EAqCU,yB7C8DuB;E6C7DvB,W7CkCM;AVkuVhB;;AuD1yVA;EAyCU,W7C+BM;E6C9BN,YAAY;AvDqwVtB;;AuD/yVA;EA4CY,UAAU;AvDuwVtB;;AuDnzVA;EA+CY,UAAU;AvDwwVtB;;AuDvzVA;EAmDY,W7CqBI;AVmvVhB;;AuD3zVA;EAqDc,uCxD7De;ACu0V7B;;AuD/zVA;EAyDc,sB7CeE;E6CdF,kB7CcE;E6CbF,cxD/DgB;ACy0V9B;;AuDr0VA;EAiEU,gFAAyG;AvDwwVnH;;AClwVE;EsDvEF;IAoEc,gFAAyG;EvD0wVrH;AACF;;AuD/0VA;EAeM,yBxDL4B;EwDM5B,W7CwDU;AV4wVhB;;AuDp1VA;;EAmBQ,cAAc;AvDs0VtB;;AuDz1VA;EAqBQ,W7CmDQ;AVqxVhB;;AuD71VA;EAuBQ,+B7CiDQ;AVyxVhB;;AuDj2VA;;EA0BU,W7C8CM;AV8xVhB;;ACnxVE;EsDnFF;IA6BU,yBxDnBwB;ECi2VhC;AACF;;AuD52VA;;EAgCQ,+B7CwCQ;AVyyVhB;;AuDj3VA;;;EAqCU,yB7C8DuB;E6C7DvB,W7CkCM;AVgzVhB;;AuDx3VA;EAyCU,W7C+BM;E6C9BN,YAAY;AvDm1VtB;;AuD73VA;EA4CY,UAAU;AvDq1VtB;;AuDj4VA;EA+CY,UAAU;AvDs1VtB;;AuDr4VA;EAmDY,W7CqBI;AVi0VhB;;AuDz4VA;EAqDc,uCxD7De;ACq5V7B;;AuD74VA;EAyDc,sB7CeE;E6CdF,kB7CcE;E6CbF,cxDjDoB;ACy4VlC;;AuDn5VA;EAiEU,gFAAyG;AvDs1VnH;;ACh1VE;EsDvEF;IAoEc,gFAAyG;EvDw1VrH;AACF;;AuD75VA;EAeM,yBxDH4B;EwDI5B,W7CwDU;AV01VhB;;AuDl6VA;;EAmBQ,cAAc;AvDo5VtB;;AuDv6VA;EAqBQ,W7CmDQ;AVm2VhB;;AuD36VA;EAuBQ,+B7CiDQ;AVu2VhB;;AuD/6VA;;EA0BU,W7C8CM;AV42VhB;;ACj2VE;EsDnFF;IA6BU,yBxDjBwB;EC66VhC;AACF;;AuD17VA;;EAgCQ,+B7CwCQ;AVu3VhB;;AuD/7VA;;;EAqCU,yB7C8DuB;E6C7DvB,W7CkCM;AV83VhB;;AuDt8VA;EAyCU,W7C+BM;E6C9BN,YAAY;AvDi6VtB;;AuD38VA;EA4CY,UAAU;AvDm6VtB;;AuD/8VA;EA+CY,UAAU;AvDo6VtB;;AuDn9VA;EAmDY,W7CqBI;AV+4VhB;;AuDv9VA;EAqDc,uCxD7De;ACm+V7B;;AuD39VA;EAyDc,sB7CeE;E6CdF,kB7CcE;E6CbF,cxD/CoB;ACq9VlC;;AuDj+VA;EAiEU,gFAAyG;AvDo6VnH;;AC95VE;EsDvEF;IAoEc,gFAAyG;EvDs6VrH;AACF;;AuD3+VA;EAeM,yBxDJ4B;EwDK5B,W7CwDU;AVw6VhB;;AuDh/VA;;EAmBQ,cAAc;AvDk+VtB;;AuDr/VA;EAqBQ,W7CmDQ;AVi7VhB;;AuDz/VA;EAuBQ,+B7CiDQ;AVq7VhB;;AuD7/VA;;EA0BU,W7C8CM;AV07VhB;;AC/6VE;EsDnFF;IA6BU,yBxDlBwB;EC4/VhC;AACF;;AuDxgWA;;EAgCQ,+B7CwCQ;AVq8VhB;;AuD7gWA;;;EAqCU,yB7C8DuB;E6C7DvB,W7CkCM;AV48VhB;;AuDphWA;EAyCU,W7C+BM;E6C9BN,YAAY;AvD++VtB;;AuDzhWA;EA4CY,UAAU;AvDi/VtB;;AuD7hWA;EA+CY,UAAU;AvDk/VtB;;AuDjiWA;EAmDY,W7CqBI;AV69VhB;;AuDriWA;EAqDc,uCxD7De;ACijW7B;;AuDziWA;EAyDc,sB7CeE;E6CdF,kB7CcE;E6CbF,cxDhDoB;ACoiWlC;;AuD/iWA;EAiEU,gFAAyG;AvDk/VnH;;AC5+VE;EsDvEF;IAoEc,gFAAyG;EvDo/VrH;AACF;;AuDzjWA;EAeM,yBxDN4B;EwDO5B,W7CwDU;AVs/VhB;;AuD9jWA;;EAmBQ,cAAc;AvDgjWtB;;AuDnkWA;EAqBQ,W7CmDQ;AV+/VhB;;AuDvkWA;EAuBQ,+B7CiDQ;AVmgWhB;;AuD3kWA;;EA0BU,W7C8CM;AVwgWhB;;AC7/VE;EsDnFF;IA6BU,yBxDpBwB;EC4kWhC;AACF;;AuDtlWA;;EAgCQ,+B7CwCQ;AVmhWhB;;AuD3lWA;;;EAqCU,yB7C8DuB;E6C7DvB,W7CkCM;AV0hWhB;;AuDlmWA;EAyCU,W7C+BM;E6C9BN,YAAY;AvD6jWtB;;AuDvmWA;EA4CY,UAAU;AvD+jWtB;;AuD3mWA;EA+CY,UAAU;AvDgkWtB;;AuD/mWA;EAmDY,W7CqBI;AV2iWhB;;AuDnnWA;EAqDc,uCxD7De;AC+nW7B;;AuDvnWA;EAyDc,sB7CeE;E6CdF,kB7CcE;E6CbF,cxDlDoB;AConWlC;;AuD7nWA;EAiEU,gFAAyG;AvDgkWnH;;AC1jWE;EsDvEF;IAoEc,gFAAyG;EvDkkWrH;AACF;;AuDvoWA;EAeM,yBxDP4B;EwDQ5B,yB7CsDe;AVskWrB;;AuD5oWA;;EAmBQ,cAAc;AvD8nWtB;;AuDjpWA;EAqBQ,yB7CiDa;AV+kWrB;;AuDrpWA;EAuBQ,yB7C+Ca;AVmlWrB;;AuDzpWA;;EA0BU,yB7C4CW;AVwlWrB;;AC3kWE;EsDnFF;IA6BU,yBxDrBwB;EC2pWhC;AACF;;AuDpqWA;;EAgCQ,yB7CsCa;AVmmWrB;;AuDzqWA;;;EAqCU,yB7C8DuB;E6C7DvB,yB7CgCW;AV0mWrB;;AuDhrWA;EAyCU,yB7C6BW;E6C5BX,YAAY;AvD2oWtB;;AuDrrWA;EA4CY,UAAU;AvD6oWtB;;AuDzrWA;EA+CY,UAAU;AvD8oWtB;;AuD7rWA;EAmDY,yB7CmBS;AV2nWrB;;AuDjsWA;EAqDc,uCxD7De;AC6sW7B;;AuDrsWA;EAyDc,oC7CaO;E6CZP,gC7CYO;E6CXP,cxDnDoB;ACmsWlC;;AuD3sWA;EAiEU,gFAAyG;AvD8oWnH;;ACxoWE;EsDvEF;IAoEc,gFAAyG;EvDgpWrH;AACF;;AuDrtWA;EAeM,yBxDD2B;EwDE3B,W7CwDU;AVkpWhB;;AuD1tWA;;EAmBQ,cAAc;AvD4sWtB;;AuD/tWA;EAqBQ,W7CmDQ;AV2pWhB;;AuDnuWA;EAuBQ,+B7CiDQ;AV+pWhB;;AuDvuWA;;EA0BU,W7C8CM;AVoqWhB;;ACzpWE;EsDnFF;IA6BU,yBxDfuB;ECmuW/B;AACF;;AuDlvWA;;EAgCQ,+B7CwCQ;AV+qWhB;;AuDvvWA;;;EAqCU,yB7C8DuB;E6C7DvB,W7CkCM;AVsrWhB;;AuD9vWA;EAyCU,W7C+BM;E6C9BN,YAAY;AvDytWtB;;AuDnwWA;EA4CY,UAAU;AvD2tWtB;;AuDvwWA;EA+CY,UAAU;AvD4tWtB;;AuD3wWA;EAmDY,W7CqBI;AVusWhB;;AuD/wWA;EAqDc,uCxD7De;AC2xW7B;;AuDnxWA;EAyDc,sB7CeE;E6CdF,kB7CcE;E6CbF,cxD7CmB;AC2wWjC;;AuDzxWA;EAiEU,gFAAyG;AvD4tWnH;;ACttWE;EsDvEF;IAoEc,gFAAyG;EvD8tWrH;AACF;;AuDnyWA;EAwEM,eA/E0B;AvD8yWhC;;AC5tWE;EsD3EF;IA4EQ,oBAlF8B;EvDkzWpC;AACF;;ACluWE;EsD3EF;IAgFQ,qBArF8B;EvDuzWpC;AACF;;AuDnzWA;EAqFM,mBAAmB;EACnB,aAAa;AvDkuWnB;;AuDxzWA;EAwFQ,YAAY;EACZ,cAAc;AvDouWtB;;AuD7zWA;EA2FI,gBAAgB;AvDsuWpB;;AuDj0WA;EA6FI,iBAAiB;AvDwuWrB;;AuDpuWA;EAEE,gBAAgB;AvDsuWlB;;AuDxuWA;EAII,SAAS;EACT,gBAAgB;EAChB,eAAe;EACf,kBAAkB;EAClB,QAAQ;EACR,qCAAqC;AvDwuWzC;;AuDjvWA;EAYI,YAAY;AvDyuWhB;;AC/wWE;EsD0BF;IAeI,aAAa;EvD2uWf;AACF;;AuD1uWA;EACE,kBAAkB;AvD6uWpB;;ACzxWE;EsD2CF;IAKM,aAAa;EvD8uWjB;EuDnvWF;IAOQ,sBAAsB;EvD+uW5B;AACF;;AC9xWE;EsDuCF;IASI,aAAa;IACb,uBAAuB;EvDmvWzB;EuD7vWF;ItDoBI,oBsDRwC;EvDovW1C;AACF;;AuDjvWA;;EAEE,YAAY;EACZ,cAAc;AvDovWhB;;AuDlvWA;EACE,YAAY;EACZ,cAAc;EACd,oBAlJ6B;AvDu4W/B;;AwDn4WA;EACE,oBAL2B;AxD24W7B;;AC5yWE;EuD3FF;IAMM,oBAT8B;ExD+4WlC;EwD54WF;IAQM,qBAV8B;ExDi5WlC;AACF;;AyDh5WA;EACE,yB1DO4B;E0DN5B,yBAJ+B;AzDu5WjC","file":"bulma.css"} \ No newline at end of file +{"version":3,"sources":["../bulma.sass","../sass/utilities/_all.sass","../sass/utilities/extends.sass","../sass/utilities/controls.sass","../sass/utilities/initial-variables.sass","bulma.css","../sass/utilities/mixins.sass","../sass/base/_all.sass","../sass/base/minireset.sass","../sass/base/generic.sass","../sass/utilities/derived-variables.sass","../sass/base/animations.sass","../sass/elements/_all.sass","../sass/elements/box.sass","../sass/elements/button.sass","../sass/utilities/functions.sass","../sass/elements/container.sass","../sass/elements/content.sass","../sass/elements/icon.sass","../sass/elements/image.sass","../sass/elements/notification.sass","../sass/elements/progress.sass","../sass/elements/table.sass","../sass/elements/tag.sass","../sass/elements/title.sass","../sass/elements/other.sass","../sass/form/_all.sass","../sass/form/shared.sass","../sass/form/input-textarea.sass","../sass/form/checkbox-radio.sass","../sass/form/select.sass","../sass/form/file.sass","../sass/form/tools.sass","../sass/components/_all.sass","../sass/components/breadcrumb.sass","../sass/components/card.sass","../sass/components/dropdown.sass","../sass/components/level.sass","../sass/components/media.sass","../sass/components/menu.sass","../sass/components/message.sass","../sass/components/modal.sass","../sass/components/navbar.sass","../sass/components/pagination.sass","../sass/components/panel.sass","../sass/components/tabs.sass","../sass/grid/_all.sass","../sass/grid/columns.sass","../sass/grid/tiles.sass","../sass/helpers/_all.sass","../sass/helpers/color.sass","../sass/helpers/flexbox.sass","../sass/helpers/float.sass","../sass/helpers/other.sass","../sass/helpers/overflow.sass","../sass/helpers/position.sass","../sass/helpers/spacing.sass","../sass/helpers/typography.sass","../sass/helpers/visibility.sass","../sass/layout/_all.sass","../sass/layout/hero.sass","../sass/layout/section.sass","../sass/layout/footer.sass"],"names":[],"mappings":"AACA,6DAAA;ACDA,oBAAA;ACEA;;;;;ECYE,qBAAqB;EACrB,wBAAwB;EACxB,mBAAmB;EACnB,6BAA+C;EAC/C,kBCmDU;EDlDV,gBAAgB;EAChB,oBAAoB;EACpB,eCgBW;EDfX,aAfoB;EAgBpB,2BAA2B;EAC3B,gBAhBuB;EAiBvB,iCAf+D;EAgB/D,gCAfkE;EAgBlE,iCAhBkE;EAiBlE,8BAlB+D;EAmB/D,kBAAkB;EAClB,mBAAmB;AENrB;;AFQE;;;;;;;;;;;;;;;;;EAIE,aAAa;AEQjB;;AFPE;;;;;;;;;;;;;;;;EAEE,mBAAmB;AEwBvB;;AH1DA;;;;EIoKE,2BAA2B;EAC3B,yBAAyB;EACzB,sBAAsB;EACtB,qBAAqB;EACrB,iBAAiB;ADnGnB;;AHlEA;EIwKE,6BAD8B;EAE9B,kBAAkB;EAClB,eAAe;EACf,aAAa;EACb,YAAY;EACZ,cAAc;EACd,eAAe;EACf,qBAAqB;EACrB,oBAAoB;EACpB,kBAAkB;EAClB,QAAQ;EACR,yBAAyB;EACzB,wBAAwB;EACxB,cAAc;ADlGhB;;ACqGE;;EACE,qBFjJkB;ACgDtB;;AHlFA;EI2JE,2BAA2B;EAC3B,yBAAyB;EACzB,sBAAsB;EACtB,qBAAqB;EACrB,iBAAiB;EAwBjB,qBAAqB;EACrB,wBAAwB;EACxB,uCFrM2B;EEsM3B,YAAY;EACZ,qBFlIqB;EEmIrB,eAAe;EACf,oBAAoB;EACpB,qBAAqB;EACrB,YAAY;EACZ,cAAc;EACd,YAAY;EACZ,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,WAAW;AD5Fb;;AC6FE;EAEE,uBF5M2B;EE6M3B,WAAW;EACX,cAAc;EACd,SAAS;EACT,kBAAkB;EAClB,QAAQ;EACR,0DAA0D;EAC1D,+BAA+B;AD3FnC;;AC4FE;EACE,WAAW;EACX,UAAU;ADzFd;;AC0FE;EACE,WAAW;EACX,UAAU;ADvFd;;ACwFE;EAEE,uCFzOyB;ACmJ7B;;ACuFE;EACE,uCF3OyB;ACuJ7B;;ACsFE;EACE,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,WAAW;ADnFf;;ACoFE;EACE,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,WAAW;ADjFf;;ACkFE;EACE,YAAY;EACZ,gBAAgB;EAChB,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,WAAW;AD/Ef;;AHnKA;EIqPE,mDAA2C;UAA3C,2CAA2C;EAC3C,yBF7P4B;EE8P5B,qBFjMqB;EEkMrB,+BAA+B;EAC/B,6BAA6B;EAC7B,WAAW;EACX,cAAc;EACd,WAAW;EACX,kBAAkB;EAClB,UAAU;AD9EZ;;AH7KA;;;;;;;;;;;;;;;;;EI8PE,SADuB;EAEvB,OAFuB;EAGvB,kBAAkB;EAClB,QAJuB;EAKvB,MALuB;ADxDzB;;AEzNA,eAAA;ACAA,0EAAA;AAEA;;;;;;;;;;;;;;;;;;;;;;;EAuBE,SAAS;EACT,UAAU;AH4NZ;;AGzNA;;;;;;EAME,eAAe;EACf,mBAAmB;AH4NrB;;AGzNA;EACE,gBAAgB;AH4NlB;;AGzNA;;;;EAIE,SAAS;AH4NX;;AGzNA;EACE,sBAAsB;AH4NxB;;AG1NA;EAII,mBAAmB;AH0NvB;;AGvNA;;EAEE,YAAY;EACZ,eAAe;AH0NjB;;AGvNA;EACE,SAAS;AH0NX;;AGvNA;EACE,yBAAyB;EACzB,iBAAiB;AH0NnB;;AGxNA;;EAEE,UAAU;AH2NZ;;AG7NA;;EAII,mBAAmB;AH8NvB;;AG1PA;EChBE,uBLnB6B;EKoB7B,eAhCc;EAiCd,kCAAkC;EAClC,mCAAmC;EACnC,gBAlCoB;EAmCpB,kBAhCsB;EAiCtB,kBAhCsB;EAiCtB,kCApCiC;EAqCjC,8BAAsB;KAAtB,2BAAsB;MAAtB,0BAAsB;UAAtB,sBAAsB;AJ8QxB;;AI5QA;;;;;;;EAOE,cAAc;AJ+QhB;;AI7QA;;;;;;EAME,oLL/ByL;AC+S3L;;AI9QA;;EAEE,6BAA6B;EAC7B,4BAA4B;EAC5B,sBLpC0B;ACqT5B;;AI/QA;EACE,cL7D4B;EK8D5B,cA1DkB;EA2DlB,gBL7BiB;EK8BjB,gBA1DoB;AJ4UtB;;AI9QA;EACE,cLtDgC;EKuDhC,eAAe;EACf,qBAAqB;AJiRvB;;AIpRA;EAKI,mBAAmB;AJmRvB;;AIxRA;EAOI,cL5E0B;ACiW9B;;AInRA;EACE,4BLxE4B;EKyE5B,cCnBsB;EDoBtB,kBArEiB;EAsEjB,mBAvEkB;EAwElB,4BAzEgC;AJ+VlC;;AIpRA;EACE,4BL/E4B;EKgF5B,YAAY;EACZ,cAAc;EACd,WAxEa;EAyEb,gBAxEkB;AJ+VpB;;AIrRA;EACE,YAAY;EACZ,eAAe;AJwRjB;;AItRA;;EAEE,wBAAwB;AJyR1B;;AIvRA;EACE,kBAvFuB;AJiXzB;;AIxRA;EACE,mBAAmB;EACnB,oBAAoB;AJ2RtB;;AIzRA;EACE,cL5G4B;EK6G5B,gBLvEe;ACmWjB;;AIxRA;EACE,YAAY;AJ2Rd;;AIzRA;EH5DE,iCAAiC;EG8DjC,4BL/G4B;EKgH5B,cLtH4B;EKuH5B,kBAjGqB;EAkGrB,gBAAgB;EAChB,uBAlG0B;EAmG1B,gBAAgB;EAChB,iBAAiB;AJ4RnB;;AIpSA;EAUI,6BAA6B;EAC7B,mBAAmB;EACnB,cAvGoB;EAwGpB,UAAU;AJ8Rd;;AI5RA;;EAGI,mBAAmB;AJ8RvB;;AIjSA;;EAKM,mBAAmB;AJiSzB;;AItSA;EAOI,cL1I0B;AC6a9B;;AMnbA;EACE;IACE,uBAAuB;ENsbzB;EMrbA;IACE,yBAAyB;ENub3B;AACF;;AM5bA;EACE;IACE,uBAAuB;ENsbzB;EMrbA;IACE,yBAAyB;ENub3B;AACF;;AO5bA,mBAAA;ACWA;EAEE,uBTE6B;ESD7B,kBTwDgB;ESvDhB,0FTb2B;ESc3B,cTT4B;ESU5B,cAAc;EACd,gBAZmB;ARgcrB;;AQlbA;EAGI,yETD8B;ACoblC;;AQtbA;EAKI,oETH8B;ACwblC;;ASnZA;EAGE,uBV/C6B;EUgD7B,qBVrD4B;EUsD5B,iBX3DwB;EW4DxB,cV3D4B;EU4D5B,eAAe;EAGf,uBAAuB;EACvB,iCA5D6D;EA6D7D,iBA5D6B;EA6D7B,kBA7D6B;EA8D7B,8BA/D6D;EAgE7D,kBAAkB;EAClB,mBAAmB;ATkZrB;;ASlaA;EAkBI,cAAc;AToZlB;;AStaA;EAwBM,aAAa;EACb,YAAY;ATkZlB;;AS3aA;ERiGI,+BQtEwG;ERsExG,oBQrEgE;AToZpE;;AShbA;ERiGI,mBQnEgE;ERmEhE,gCQlEwG;ATsZ5G;;ASrbA;EAiCM,+BAAmF;EACnF,gCAAoF;ATwZ1F;;AS1bA;EAsCI,qBVxF0B;EUyF1B,cV5F0B;ACof9B;;AS/bA;EA0CI,qBV/E8B;EUgF9B,cVhG0B;ACyf9B;;ASpcA;EA6CM,iDVlF4B;AC6elC;;ASxcA;EAgDI,qBVpG0B;EUqG1B,cVtG0B;ACkgB9B;;AS7cA;EAoDI,6BAA6B;EAC7B,yBAAyB;EACzB,cV1G0B;EU2G1B,0BAzF8B;ATsflC;;ASpdA;EA4DM,4BV1GwB;EU2GxB,cVlHwB;AC8gB9B;;ASzdA;EAgEM,yBCd2B;EDe3B,cVtHwB;ACmhB9B;;AS9dA;;EAoEM,6BAA6B;EAC7B,yBAAyB;EACzB,gBAAgB;AT+ZtB;;ASreA;EAwEI,gBAtG0B;EAuG1B,yBAtGmC;EAuGnC,cV/G8B;EUgH9B,qBAtG0B;ATugB9B;;AS5eA;EA8EM,cVnH4B;EUoH5B,0BAxGmC;AT0gBzC;;ASjfA;EAoFM,uBVhIyB;EUiIzB,yBAAyB;EACzB,cV/IuB;ACgjB7B;;ASvfA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,cVpJqB;ACsjB7B;;AS7fA;EA8FQ,yBAAyB;EACzB,cVxJqB;AC2jB7B;;ASlgBA;EAiGU,mDV7IqB;ACkjB/B;;AStgBA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,cV/JqB;ACqkB7B;;AS5gBA;;EAyGQ,uBVrJuB;EUsJvB,yBAAyB;EACzB,gBAAgB;ATwaxB;;ASnhBA;EA6GQ,yBVtKqB;EUuKrB,YV1JuB;ACokB/B;;ASxhBA;EAiHU,uBC/DuB;AV0ejC;;AS5hBA;;EAoHU,yBV7KmB;EU8KnB,yBAAyB;EACzB,gBAAgB;EAChB,YVnKqB;ACglB/B;;ASpiBA;EA0HU,gEAA4E;AT8atF;;ASxiBA;EA4HQ,6BAA6B;EAC7B,mBVzKuB;EU0KvB,YV1KuB;AC0lB/B;;AS9iBA;EAmIU,uBV/KqB;EUgLrB,mBVhLqB;EUiLrB,cV9LmB;AC6mB7B;;ASpjBA;EAwIY,4DAA8D;ATgb1E;;ASxjBA;EA8Ic,gEAA4E;AT8a1F;;AS5jBA;;EAiJU,6BAA6B;EAC7B,mBV9LqB;EU+LrB,gBAAgB;EAChB,YVhMqB;ACgnB/B;;ASpkBA;EAsJQ,6BAA6B;EAC7B,qBVhNqB;EUiNrB,cVjNqB;ACmoB7B;;AS1kBA;EA6JU,yBVtNmB;EUuNnB,YV1MqB;AC2nB/B;;AS/kBA;EAqKc,4DAA8D;AT8a5E;;ASnlBA;;EAwKU,6BAA6B;EAC7B,qBVlOmB;EUmOnB,gBAAgB;EAChB,cVpOmB;ACopB7B;;AS3lBA;EAoFM,yBV7IuB;EU8IvB,yBAAyB;EACzB,YVlIyB;AC6oB/B;;ASjmBA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,YVvIuB;ACmpB/B;;ASvmBA;EA8FQ,yBAAyB;EACzB,YV3IuB;ACwpB/B;;AS5mBA;EAiGU,gDV1JmB;ACyqB7B;;AShnBA;EAoGQ,uBClDyB;EDmDzB,yBAAyB;EACzB,YVlJuB;ACkqB/B;;AStnBA;;EAyGQ,yBVlKqB;EUmKrB,yBAAyB;EACzB,gBAAgB;ATkhBxB;;AS7nBA;EA6GQ,uBVzJuB;EU0JvB,cVvKqB;AC2rB7B;;ASloBA;EAiHU,yBC/DuB;AVolBjC;;AStoBA;;EAoHU,uBVhKqB;EUiKrB,yBAAyB;EACzB,gBAAgB;EAChB,cVhLmB;ACusB7B;;AS9oBA;EA0HU,4DAA4E;ATwhBtF;;ASlpBA;EA4HQ,6BAA6B;EAC7B,qBVtLqB;EUuLrB,cVvLqB;ACitB7B;;ASxpBA;EAmIU,yBV5LmB;EU6LnB,qBV7LmB;EU8LnB,YVjLqB;AC0sB/B;;AS9pBA;EAwIY,gEAA8D;AT0hB1E;;ASlqBA;EA8Ic,4DAA4E;ATwhB1F;;AStqBA;;EAiJU,6BAA6B;EAC7B,qBV3MmB;EU4MnB,gBAAgB;EAChB,cV7MmB;ACuuB7B;;AS9qBA;EAsJQ,6BAA6B;EAC7B,mBVnMuB;EUoMvB,YVpMuB;ACguB/B;;ASprBA;EA6JU,uBVzMqB;EU0MrB,cVvNmB;ACkvB7B;;ASzrBA;EAqKc,gEAA8D;ATwhB5E;;AS7rBA;;EAwKU,6BAA6B;EAC7B,mBVrNqB;EUsNrB,gBAAgB;EAChB,YVvNqB;ACivB/B;;ASrsBA;EAoFM,4BVlIwB;EUmIxB,yBAAyB;EACzB,yBCjEe;AVsrBrB;;AS3sBA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,yBCtEa;AV4rBrB;;ASjtBA;EA8FQ,yBAAyB;EACzB,yBC1Ea;AVisBrB;;ASttBA;EAiGU,mDV/IoB;ACwwB9B;;AS1tBA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,yBCjFa;AV2sBrB;;AShuBA;;EAyGQ,4BVvJsB;EUwJtB,yBAAyB;EACzB,gBAAgB;AT4nBxB;;ASvuBA;EA6GQ,oCCxFa;EDyFb,iBV5JsB;AC0xB9B;;AS5uBA;EAiHU,oCC/DuB;AV8rBjC;;AShvBA;;EAoHU,oCC/FW;EDgGX,yBAAyB;EACzB,gBAAgB;EAChB,iBVrKoB;ACsyB9B;;ASxvBA;EA0HU,sFAA4E;ATkoBtF;;AS5vBA;EA4HQ,6BAA6B;EAC7B,wBV3KsB;EU4KtB,iBV5KsB;ACgzB9B;;ASlwBA;EAmIU,4BVjLoB;EUkLpB,wBVlLoB;EUmLpB,yBChHW;AVmvBrB;;ASxwBA;EAwIY,sEAA8D;ATooB1E;;AS5wBA;EA8Ic,sFAA4E;ATkoB1F;;AShxBA;;EAiJU,6BAA6B;EAC7B,wBVhMoB;EUiMpB,gBAAgB;EAChB,iBVlMoB;ACs0B9B;;ASxxBA;EAsJQ,6BAA6B;EAC7B,gCClIa;EDmIb,yBCnIa;AVywBrB;;AS9xBA;EA6JU,oCCxIW;EDyIX,iBV5MoB;ACi1B9B;;ASnyBA;EAqKc,sEAA8D;ATkoB5E;;ASvyBA;;EAwKU,6BAA6B;EAC7B,gCCpJW;EDqJX,gBAAgB;EAChB,yBCtJW;AV0xBrB;;AS/yBA;EAoFM,yBVzIwB;EU0IxB,yBAAyB;EACzB,WC/DU;AV8xBhB;;ASrzBA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVoyBhB;;AS3zBA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVyyBhB;;ASh0BA;EAiGU,gDVtJoB;ACy3B9B;;ASp0BA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVmzBhB;;AS10BA;;EAyGQ,yBV9JsB;EU+JtB,yBAAyB;EACzB,gBAAgB;ATsuBxB;;ASj1BA;EA6GQ,sBCtFQ;EDuFR,cVnKsB;AC24B9B;;ASt1BA;EAiHU,yBC/DuB;AVwyBjC;;AS11BA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV5KoB;ACu5B9B;;ASl2BA;EA0HU,0DAA4E;AT4uBtF;;ASt2BA;EA4HQ,6BAA6B;EAC7B,qBVlLsB;EUmLtB,cVnLsB;ACi6B9B;;AS52BA;EAmIU,yBVxLoB;EUyLpB,qBVzLoB;EU0LpB,WC9GM;AV21BhB;;ASl3BA;EAwIY,gEAA8D;AT8uB1E;;ASt3BA;EA8Ic,0DAA4E;AT4uB1F;;AS13BA;;EAiJU,6BAA6B;EAC7B,qBVvMoB;EUwMpB,gBAAgB;EAChB,cVzMoB;ACu7B9B;;ASl4BA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVi3BhB;;ASx4BA;EA6JU,sBCtIM;EDuIN,cVnNoB;ACk8B9B;;AS74BA;EAqKc,gEAA8D;AT4uB5E;;ASj5BA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVk4BhB;;ASz5BA;EAoFM,yBV3H4B;EU4H5B,yBAAyB;EACzB,WC/DU;AVw4BhB;;AS/5BA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AV84BhB;;ASr6BA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVm5BhB;;AS16BA;EAiGU,iDVxIwB;ACq9BlC;;AS96BA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AV65BhB;;ASp7BA;;EAyGQ,yBVhJ0B;EUiJ1B,yBAAyB;EACzB,gBAAgB;ATg1BxB;;AS37BA;EA6GQ,sBCtFQ;EDuFR,cVrJ0B;ACu+BlC;;ASh8BA;EAiHU,yBC/DuB;AVk5BjC;;ASp8BA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV9JwB;ACm/BlC;;AS58BA;EA0HU,0DAA4E;ATs1BtF;;ASh9BA;EA4HQ,6BAA6B;EAC7B,qBVpK0B;EUqK1B,cVrK0B;AC6/BlC;;ASt9BA;EAmIU,yBV1KwB;EU2KxB,qBV3KwB;EU4KxB,WC9GM;AVq8BhB;;AS59BA;EAwIY,gEAA8D;ATw1B1E;;ASh+BA;EA8Ic,0DAA4E;ATs1B1F;;ASp+BA;;EAiJU,6BAA6B;EAC7B,qBVzLwB;EU0LxB,gBAAgB;EAChB,cV3LwB;ACmhClC;;AS5+BA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AV29BhB;;ASl/BA;EA6JU,sBCtIM;EDuIN,cVrMwB;AC8hClC;;ASv/BA;EAqKc,gEAA8D;ATs1B5E;;AS3/BA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AV4+BhB;;ASngCA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVi+BrE;;ASxgCA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVu+BrE;;AS9gCA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AV6+BrE;;ASphCA;EAoFM,yBVzH4B;EU0H5B,yBAAyB;EACzB,WC/DU;AVmgChB;;AS1hCA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVygChB;;AShiCA;EA8FQ,yBAAyB;EACzB,WCxEQ;AV8gChB;;ASriCA;EAiGU,iDVtIwB;AC8kClC;;ASziCA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVwhChB;;AS/iCA;;EAyGQ,yBV9I0B;EU+I1B,yBAAyB;EACzB,gBAAgB;AT28BxB;;AStjCA;EA6GQ,sBCtFQ;EDuFR,cVnJ0B;ACgmClC;;AS3jCA;EAiHU,yBC/DuB;AV6gCjC;;AS/jCA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV5JwB;AC4mClC;;ASvkCA;EA0HU,0DAA4E;ATi9BtF;;AS3kCA;EA4HQ,6BAA6B;EAC7B,qBVlK0B;EUmK1B,cVnK0B;ACsnClC;;ASjlCA;EAmIU,yBVxKwB;EUyKxB,qBVzKwB;EU0KxB,WC9GM;AVgkChB;;ASvlCA;EAwIY,gEAA8D;ATm9B1E;;AS3lCA;EA8Ic,0DAA4E;ATi9B1F;;AS/lCA;;EAiJU,6BAA6B;EAC7B,qBVvLwB;EUwLxB,gBAAgB;EAChB,cVzLwB;AC4oClC;;ASvmCA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVslChB;;AS7mCA;EA6JU,sBCtIM;EDuIN,cVnMwB;ACupClC;;ASlnCA;EAqKc,gEAA8D;ATi9B5E;;AStnCA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVumChB;;AS9nCA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AV4lCrE;;ASnoCA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVkmCrE;;ASzoCA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVwmCrE;;AS/oCA;EAoFM,yBV1H4B;EU2H5B,yBAAyB;EACzB,WC/DU;AV8nChB;;ASrpCA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVooChB;;AS3pCA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVyoChB;;AShqCA;EAiGU,kDVvIwB;AC0sClC;;ASpqCA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVmpChB;;AS1qCA;;EAyGQ,yBV/I0B;EUgJ1B,yBAAyB;EACzB,gBAAgB;ATskCxB;;ASjrCA;EA6GQ,sBCtFQ;EDuFR,cVpJ0B;AC4tClC;;AStrCA;EAiHU,yBC/DuB;AVwoCjC;;AS1rCA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV7JwB;ACwuClC;;ASlsCA;EA0HU,0DAA4E;AT4kCtF;;AStsCA;EA4HQ,6BAA6B;EAC7B,qBVnK0B;EUoK1B,cVpK0B;ACkvClC;;AS5sCA;EAmIU,yBVzKwB;EU0KxB,qBV1KwB;EU2KxB,WC9GM;AV2rChB;;ASltCA;EAwIY,gEAA8D;AT8kC1E;;ASttCA;EA8Ic,0DAA4E;AT4kC1F;;AS1tCA;;EAiJU,6BAA6B;EAC7B,qBVxLwB;EUyLxB,gBAAgB;EAChB,cV1LwB;ACwwClC;;ASluCA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVitChB;;ASxuCA;EA6JU,sBCtIM;EDuIN,cVpMwB;ACmxClC;;AS7uCA;EAqKc,gEAA8D;AT4kC5E;;ASjvCA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVkuChB;;ASzvCA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVutCrE;;AS9vCA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AV6tCrE;;ASpwCA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVmuCrE;;AS1wCA;EAoFM,yBV5H4B;EU6H5B,yBAAyB;EACzB,WC/DU;AVyvChB;;AShxCA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AV+vChB;;AStxCA;EA8FQ,yBAAyB;EACzB,WCxEQ;AVowChB;;AS3xCA;EAiGU,kDVzIwB;ACu0ClC;;AS/xCA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AV8wChB;;ASryCA;;EAyGQ,yBVjJ0B;EUkJ1B,yBAAyB;EACzB,gBAAgB;ATisCxB;;AS5yCA;EA6GQ,sBCtFQ;EDuFR,cVtJ0B;ACy1ClC;;ASjzCA;EAiHU,yBC/DuB;AVmwCjC;;ASrzCA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV/JwB;ACq2ClC;;AS7zCA;EA0HU,0DAA4E;ATusCtF;;ASj0CA;EA4HQ,6BAA6B;EAC7B,qBVrK0B;EUsK1B,cVtK0B;AC+2ClC;;ASv0CA;EAmIU,yBV3KwB;EU4KxB,qBV5KwB;EU6KxB,WC9GM;AVszChB;;AS70CA;EAwIY,gEAA8D;ATysC1E;;ASj1CA;EA8Ic,0DAA4E;ATusC1F;;ASr1CA;;EAiJU,6BAA6B;EAC7B,qBV1LwB;EU2LxB,gBAAgB;EAChB,cV5LwB;ACq4ClC;;AS71CA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AV40ChB;;ASn2CA;EA6JU,sBCtIM;EDuIN,cVtMwB;ACg5ClC;;ASx2CA;EAqKc,gEAA8D;ATusC5E;;AS52CA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AV61ChB;;ASp3CA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVk1CrE;;ASz3CA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVw1CrE;;AS/3CA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AV81CrE;;ASr4CA;EAoFM,yBV7H4B;EU8H5B,yBAAyB;EACzB,yBCjEe;AVs3CrB;;AS34CA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,yBCtEa;AV43CrB;;ASj5CA;EA8FQ,yBAAyB;EACzB,yBC1Ea;AVi4CrB;;ASt5CA;EAiGU,mDV1IwB;ACm8ClC;;AS15CA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,yBCjFa;AV24CrB;;ASh6CA;;EAyGQ,yBVlJ0B;EUmJ1B,yBAAyB;EACzB,gBAAgB;AT4zCxB;;ASv6CA;EA6GQ,oCCxFa;EDyFb,cVvJ0B;ACq9ClC;;AS56CA;EAiHU,oCC/DuB;AV83CjC;;ASh7CA;;EAoHU,oCC/FW;EDgGX,yBAAyB;EACzB,gBAAgB;EAChB,cVhKwB;ACi+ClC;;ASx7CA;EA0HU,sFAA4E;ATk0CtF;;AS57CA;EA4HQ,6BAA6B;EAC7B,qBVtK0B;EUuK1B,cVvK0B;AC2+ClC;;ASl8CA;EAmIU,yBV5KwB;EU6KxB,qBV7KwB;EU8KxB,yBChHW;AVm7CrB;;ASx8CA;EAwIY,gEAA8D;ATo0C1E;;AS58CA;EA8Ic,sFAA4E;ATk0C1F;;ASh9CA;;EAiJU,6BAA6B;EAC7B,qBV3LwB;EU4LxB,gBAAgB;EAChB,cV7LwB;ACigDlC;;ASx9CA;EAsJQ,6BAA6B;EAC7B,gCClIa;EDmIb,yBCnIa;AVy8CrB;;AS99CA;EA6JU,oCCxIW;EDyIX,cVvMwB;AC4gDlC;;ASn+CA;EAqKc,gEAA8D;ATk0C5E;;ASv+CA;;EAwKU,6BAA6B;EAC7B,gCCpJW;EDqJX,gBAAgB;EAChB,yBCtJW;AV09CrB;;AS/+CA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AV68CrE;;ASp/CA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AVm9CrE;;AS1/CA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVy9CrE;;AShgDA;EAoFM,yBVvH2B;EUwH3B,yBAAyB;EACzB,WC/DU;AV++ChB;;AStgDA;EAyFQ,yBCvCyB;EDwCzB,yBAAyB;EACzB,WCpEQ;AVq/ChB;;AS5gDA;EA8FQ,yBAAyB;EACzB,WCxEQ;AV0/ChB;;ASjhDA;EAiGU,kDVpIuB;ACwjDjC;;ASrhDA;EAoGQ,yBClDyB;EDmDzB,yBAAyB;EACzB,WC/EQ;AVogDhB;;AS3hDA;;EAyGQ,yBV5IyB;EU6IzB,yBAAyB;EACzB,gBAAgB;ATu7CxB;;ASliDA;EA6GQ,sBCtFQ;EDuFR,cVjJyB;AC0kDjC;;ASviDA;EAiHU,yBC/DuB;AVy/CjC;;AS3iDA;;EAoHU,sBC7FM;ED8FN,yBAAyB;EACzB,gBAAgB;EAChB,cV1JuB;ACslDjC;;ASnjDA;EA0HU,0DAA4E;AT67CtF;;ASvjDA;EA4HQ,6BAA6B;EAC7B,qBVhKyB;EUiKzB,cVjKyB;ACgmDjC;;AS7jDA;EAmIU,yBVtKuB;EUuKvB,qBVvKuB;EUwKvB,WC9GM;AV4iDhB;;ASnkDA;EAwIY,gEAA8D;AT+7C1E;;ASvkDA;EA8Ic,0DAA4E;AT67C1F;;AS3kDA;;EAiJU,6BAA6B;EAC7B,qBVrLuB;EUsLvB,gBAAgB;EAChB,cVvLuB;ACsnDjC;;ASnlDA;EAsJQ,6BAA6B;EAC7B,kBChIQ;EDiIR,WCjIQ;AVkkDhB;;ASzlDA;EA6JU,sBCtIM;EDuIN,cVjMuB;ACioDjC;;AS9lDA;EAqKc,gEAA8D;AT67C5E;;ASlmDA;;EAwKU,6BAA6B;EAC7B,kBClJM;EDmJN,gBAAgB;EAChB,WCpJM;AVmlDhB;;AS1mDA;EAiLU,yBCnJsC;EDoJtC,cC3I2D;AVwkDrE;;AS/mDA;EAqLY,yBCnIqB;EDoIrB,yBAAyB;EACzB,cChJyD;AV8kDrE;;ASrnDA;EA0LY,yBCxIqB;EDyIrB,yBAAyB;EACzB,cCrJyD;AVolDrE;;AS3nDA;EARE,kBVbc;ACopDhB;;ASzoDE;EACE,kBVkBc;AC0nDlB;;ASnoDA;EANE,eVhBW;AC6pDb;;ASvoDA;EAJE,kBVnBc;ACkqDhB;;AS3oDA;EAFE,iBVtBa;ACuqDf;;AS/oDA;;EAyMI,uBVrP2B;EUsP3B,qBV3P0B;EU4P1B,gBAhOyB;EAiOzB,YAhOyB;AT2qD7B;;ASvpDA;EA8MI,aAAa;EACb,WAAW;AT68Cf;;AS5pDA;EAiNI,6BAA6B;EAC7B,oBAAoB;AT+8CxB;;ASjqDA;ERlDE,kBAAkB;EAKhB,2BAAiC;EACjC,0BAAgC;EQkQ9B,6BAA6B;ATk9CnC;;ASxqDA;EAwNI,4BVtQ0B;EUuQ1B,qBV1Q0B;EU2Q1B,cV7Q0B;EU8Q1B,gBAAgB;EAChB,oBAAoB;ATo9CxB;;AShrDA;EA8NI,qBVlNmB;EUmNnB,gCAA0D;EAC1D,iCAA2D;ATs9C/D;;ASp9CA;EACE,mBAAmB;EACnB,aAAa;EACb,eAAe;EACf,2BAA2B;ATu9C7B;;AS39CA;EAMI,qBAAqB;ATy9CzB;;AS/9CA;ERjII,oBQyIwC;AT29C5C;;ASn+CA;EAUI,sBAAsB;AT69C1B;;ASv+CA;EAYI,mBAAmB;AT+9CvB;;AS3+CA;EA1OE,kBVbc;ACsuDhB;;AS3tDE;EACE,kBVkBc;AC4sDlB;;ASn/CA;EAtOE,kBVnBc;ACgvDhB;;ASv/CA;EApOE,iBVtBa;ACqvDf;;AS3/CA;EA0BQ,4BAA4B;EAC5B,yBAAyB;ATq+CjC;;AShgDA;EA6BQ,6BAA6B;EAC7B,0BAA0B;ER/J9B,kBQgKwC;ATu+C5C;;AStgDA;ERjII,eQkKqC;ATy+CzC;;AS1gDA;EAoCQ,UAAU;AT0+ClB;;AS9gDA;EA0CQ,UAAU;ATw+ClB;;ASlhDA;EA4CU,UAAU;AT0+CpB;;ASthDA;EA8CQ,YAAY;EACZ,cAAc;AT4+CtB;;AS3hDA;EAiDI,uBAAuB;AT8+C3B;;AS/hDA;EAoDQ,oBAAoB;EACpB,qBAAqB;AT++C7B;;ASpiDA;EAuDI,yBAAyB;ATi/C7B;;ASxiDA;EA0DQ,oBAAoB;EACpB,qBAAqB;ATk/C7B;;AWr0DA;EACE,YAAY;EACZ,cAAc;EACd,kBAAkB;EAClB,WAAW;AXw0Db;;AW50DA;EAMI,0BAA0B;EAC1B,kBZyCM;EYxCN,mBZwCM;EYvCN,WAAW;AX00Df;;AC3uDE;EUxGF;IAWI,gBAAuC;EX60DzC;AACF;;ACvuDI;EUlHJ;IAcM,iBAAqE;EXg1DzE;AACF;;AC9tDI;EUjIJ;IAiBM,iBAAiE;EXm1DrE;AACF;;AC9uDI;EUvHJ;IAoBM,iBAAqE;EXs1DzE;AACF;;ACruDI;EUtIJ;IAuBM,iBAAiE;EXy1DrE;AACF;;AYj2DA;EAII,kBAAkB;AZi2DtB;;AYr2DA;;;;;;;EAcM,kBAAkB;AZi2DxB;;AY/2DA;;;;;;EAqBI,cbpC0B;EaqC1B,gBbAiB;EaCjB,kBAxC+B;AZ24DnC;;AY13DA;EAyBI,cAAc;EACd,oBAAoB;AZq2DxB;;AY/3DA;EA4BM,eAAe;AZu2DrB;;AYn4DA;EA8BI,iBAAiB;EACjB,uBAAuB;AZy2D3B;;AYx4DA;EAiCM,oBAAoB;AZ22D1B;;AY54DA;EAmCI,gBAAgB;EAChB,uBAAuB;AZ62D3B;;AYj5DA;EAsCM,oBAAoB;AZ+2D1B;;AYr5DA;EAwCI,iBAAiB;EACjB,oBAAoB;AZi3DxB;;AY15DA;EA2CI,kBAAkB;EAClB,uBAAuB;AZm3D3B;;AY/5DA;EA8CI,cAAc;EACd,kBAAkB;AZq3DtB;;AYp6DA;EAiDI,4BbzD0B;EE+I1B,8BFlJ0B;Ea8D1B,qBAhEqC;AZu7DzC;;AY16DA;EAqDI,4BAA4B;EXkF5B,gBWjFmC;EACnC,eAAe;AZy3DnB;;AYh7DA;EAyDM,wBAAwB;AZ23D9B;;AYp7DA;EA2DQ,4BAA4B;AZ63DpC;;AYx7DA;EA6DQ,4BAA4B;AZ+3DpC;;AY57DA;EA+DQ,4BAA4B;AZi4DpC;;AYh8DA;EAiEQ,4BAA4B;AZm4DpC;;AYp8DA;EAmEI,wBAAwB;EXoExB,gBWnEmC;EACnC,eAAe;AZq4DnB;;AY18DA;EAuEM,uBAAuB;EACvB,iBAAiB;AZu4DvB;;AY/8DA;EA0EQ,uBAAuB;AZy4D/B;;AYn9DA;EXuII,gBW3DmC;AZ24DvC;;AYv9DA;EA8EI,gBAAgB;EAChB,iBAAiB;EACjB,kBAAkB;AZ64DtB;;AY79DA;EAkFM,eAAe;AZ+4DrB;;AYj+DA;EAoFM,kBAAkB;AZi5DxB;;AYr+DA;EAsFM,qBAAqB;AZm5D3B;;AYz+DA;EAwFM,kBAAkB;AZq5DxB;;AY7+DA;EXyCE,iCAAiC;EWkD/B,gBAAgB;EAChB,qBAvG8B;EAwG9B,gBAAgB;EAChB,iBAAiB;AZu5DrB;;AYr/DA;;EAiGI,cAAc;AZy5DlB;;AY1/DA;EAmGI,WAAW;AZ25Df;;AY9/DA;;EAsGM,yBbjHwB;EakHxB,qBA/GmC;EAgHnC,qBA/GmC;EAgHnC,mBAAmB;AZ65DzB;;AYtgEA;EA2GM,cb1HwB;ACyhE9B;;AY1gEA;EA6GQ,mBAAmB;AZi6D3B;;AY9gEA;;EAiHQ,qBAtHsC;EAuHtC,cbjIsB;ACmiE9B;;AYphEA;;EAsHQ,qBAzHsC;EA0HtC,cbtIsB;ACyiE9B;;AY1hEA;;EA6HY,sBAAsB;AZk6DlC;;AY/hEA;EAgIM,aAAa;AZm6DnB;;AYniEA;EAmII,kBblHY;ACshEhB;;AYviEA;EAqII,ebrHS;AC2hEb;;AY3iEA;EAuII,kBbxHY;ACgiEhB;;AY/iEA;EAyII,iBb3HW;ACqiEf;;AalkEA;EACE,mBAAmB;EACnB,oBAAoB;EACpB,uBAAuB;EACvB,cAVsB;EAWtB,aAXsB;AbglExB;;Aa1kEA;EAQI,YAbwB;EAcxB,WAdwB;AbolE5B;;Aa/kEA;EAWI,YAfyB;EAgBzB,WAhByB;AbwlE7B;;AaplEA;EAcI,YAjBwB;EAkBxB,WAlBwB;Ab4lE5B;;AaxkEA;EACE,uBAAuB;EACvB,cAAc;EACd,oBAAoB;EACpB,eAAe;EACf,mBA5BsB;EA6BtB,mBAAmB;Ab2kErB;;AajlEA;EAQI,YAAY;EACZ,cAAc;Ab6kElB;;AatlEA;EAWM,oBA9BoB;Ab6mE1B;;Aa1lEA;EAaM,mBAhCoB;AbinE1B;;Aa/kEA;EACE,aAAa;AbklEf;;AcrnEA;EACE,cAAc;EACd,kBAAkB;AdwnEpB;;Ac1nEA;EAII,cAAc;EACd,YAAY;EACZ,WAAW;Ad0nEf;;AchoEA;EAQM,qBf2DiB;ACikEvB;;AcpoEA;EAUI,WAAW;Ad8nEf;;AcxoEA;;;;;;;;;;;;;;;;;EA+BM,YAAY;EACZ,WAAW;Ad6nEjB;;Ac7pEA;EAmCI,iBAAiB;Ad8nErB;;AcjqEA;EAqCI,gBAAgB;AdgoEpB;;AcrqEA;EAuCI,gBAAgB;AdkoEpB;;AczqEA;EAyCI,qBAAqB;AdooEzB;;Ac7qEA;EA2CI,gBAAgB;AdsoEpB;;AcjrEA;EA6CI,mBAAmB;AdwoEvB;;AcrrEA;EA+CI,gBAAgB;Ad0oEpB;;AczrEA;EAiDI,qBAAqB;Ad4oEzB;;Ac7rEA;EAmDI,iBAAiB;Ad8oErB;;AcjsEA;EAqDI,sBAAsB;AdgpE1B;;AcrsEA;EAuDI,iBAAiB;AdkpErB;;AczsEA;EAyDI,sBAAsB;AdopE1B;;Ac7sEA;EA2DI,sBAAsB;AdspE1B;;AcjtEA;EA6DI,iBAAiB;AdwpErB;;AcrtEA;EA+DI,iBAAiB;Ad0pErB;;AcztEA;EAmEM,YAAwB;EACxB,WAAuB;Ad0pE7B;;Ac9tEA;EAmEM,YAAwB;EACxB,WAAuB;Ad+pE7B;;AcnuEA;EAmEM,YAAwB;EACxB,WAAuB;AdoqE7B;;AcxuEA;EAmEM,YAAwB;EACxB,WAAuB;AdyqE7B;;Ac7uEA;EAmEM,YAAwB;EACxB,WAAuB;Ad8qE7B;;AclvEA;EAmEM,YAAwB;EACxB,WAAuB;AdmrE7B;;AcvvEA;EAmEM,aAAwB;EACxB,YAAuB;AdwrE7B;;AervEA;EAEE,4BhBA4B;EgBC5B,kBhBuDU;EgBtDV,kBAAkB;EAEhB,sCAXoD;AfiwExD;;Ae5vEA;EAUI,mBAAmB;EACnB,0BAA0B;AfsvE9B;;AejwEA;EAaI,mBAAmB;AfwvEvB;;AerwEA;;EAgBI,iBhBZ2B;ACswE/B;;Ae1wEA;EAkBI,uBAAuB;Af4vE3B;;Ae9wEA;EdyJI,acrI4B;EAC5B,kBAAkB;EAClB,WAAW;Af8vEf;;AepxEA;;;EA0BI,mBAAmB;AfgwEvB;;Ae1xEA;EAgCM,uBhB5ByB;EgB6BzB,chB1CuB;ACwyE7B;;Ae/xEA;EAgCM,yBhBzCuB;EgB0CvB,YhB7ByB;ACgyE/B;;AepyEA;EAgCM,4BhB9BwB;EgB+BxB,yBLoCe;AVouErB;;AezyEA;EAgCM,yBhBrCwB;EgBsCxB,WLsCU;AVuuEhB;;Ae9yEA;EAgCM,yBhBvB4B;EgBwB5B,WLsCU;AV4uEhB;;AenzEA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AViuErE;;AexzEA;EAgCM,yBhBrB4B;EgBsB5B,WLsCU;AVsvEhB;;Ae7zEA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AV2uErE;;Ael0EA;EAgCM,yBhBtB4B;EgBuB5B,WLsCU;AVgwEhB;;Aev0EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AVqvErE;;Ae50EA;EAgCM,yBhBxB4B;EgByB5B,WLsCU;AV0wEhB;;Aej1EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AV+vErE;;Aet1EA;EAgCM,yBhBzB4B;EgB0B5B,yBLoCe;AVsxErB;;Ae31EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AVywErE;;Aeh2EA;EAgCM,yBhBnB2B;EgBoB3B,WLsCU;AV8xEhB;;Aer2EA;EAuCU,yBLuCsC;EKtCtC,cL+C2D;AVmxErE;;AgB32EA;EAEE,qBAAqB;EACrB,wBAAwB;EACxB,YAAY;EACZ,qBjBwDqB;EiBvDrB,cAAc;EACd,YjBoBW;EiBnBX,gBAAgB;EAChB,UAAU;EACV,WAAW;AhB62Eb;;AgBv3EA;EAYI,yBjBX2B;AC03E/B;;AgB33EA;EAcI,yBjBjB0B;ACk4E9B;;AgB/3EA;EAgBI,yBjBnB0B;ACs4E9B;;AgBn4EA;EAkBI,yBjBrB0B;EiBsB1B,YAAY;AhBq3EhB;;AgBx4EA;EAyBQ,uBjBpBuB;ACu4E/B;;AgB54EA;EA2BQ,uBjBtBuB;AC24E/B;;AgBh5EA;EA6BQ,uBjBxBuB;AC+4E/B;;AgBp5EA;EA+BQ,mEAA2F;AhBy3EnG;;AgBx5EA;EAyBQ,yBjBjCqB;ACo6E7B;;AgB55EA;EA2BQ,yBjBnCqB;ACw6E7B;;AgBh6EA;EA6BQ,yBjBrCqB;AC46E7B;;AgBp6EA;EA+BQ,qEAA2F;AhBy4EnG;;AgBx6EA;EAyBQ,4BjBtBsB;ACy6E9B;;AgB56EA;EA2BQ,4BjBxBsB;AC66E9B;;AgBh7EA;EA6BQ,4BjB1BsB;ACi7E9B;;AgBp7EA;EA+BQ,wEAA2F;AhBy5EnG;;AgBx7EA;EAyBQ,yBjB7BsB;ACg8E9B;;AgB57EA;EA2BQ,yBjB/BsB;ACo8E9B;;AgBh8EA;EA6BQ,yBjBjCsB;ACw8E9B;;AgBp8EA;EA+BQ,qEAA2F;AhBy6EnG;;AgBx8EA;EAyBQ,yBjBf0B;ACk8ElC;;AgB58EA;EA2BQ,yBjBjB0B;ACs8ElC;;AgBh9EA;EA6BQ,yBjBnB0B;AC08ElC;;AgBp9EA;EA+BQ,qEAA2F;AhBy7EnG;;AgBx9EA;EAyBQ,yBjBb0B;ACg9ElC;;AgB59EA;EA2BQ,yBjBf0B;ACo9ElC;;AgBh+EA;EA6BQ,yBjBjB0B;ACw9ElC;;AgBp+EA;EA+BQ,qEAA2F;AhBy8EnG;;AgBx+EA;EAyBQ,yBjBd0B;ACi+ElC;;AgB5+EA;EA2BQ,yBjBhB0B;ACq+ElC;;AgBh/EA;EA6BQ,yBjBlB0B;ACy+ElC;;AgBp/EA;EA+BQ,qEAA2F;AhBy9EnG;;AgBx/EA;EAyBQ,yBjBhB0B;ACm/ElC;;AgB5/EA;EA2BQ,yBjBlB0B;ACu/ElC;;AgBhgFA;EA6BQ,yBjBpB0B;AC2/ElC;;AgBpgFA;EA+BQ,qEAA2F;AhBy+EnG;;AgBxgFA;EAyBQ,yBjBjB0B;ACogFlC;;AgB5gFA;EA2BQ,yBjBnB0B;ACwgFlC;;AgBhhFA;EA6BQ,yBjBrB0B;AC4gFlC;;AgBphFA;EA+BQ,qEAA2F;AhBy/EnG;;AgBxhFA;EAyBQ,yBjBXyB;AC8gFjC;;AgB5hFA;EA2BQ,yBjBbyB;ACkhFjC;;AgBhiFA;EA6BQ,yBjBfyB;ACshFjC;;AgBpiFA;EA+BQ,qEAA2F;AhBygFnG;;AgBxiFA;EAkCI,gCAtCkC;UAsClC,wBAtCkC;EAuClC,2CAAmC;UAAnC,mCAAmC;EACnC,yCAAiC;UAAjC,iCAAiC;EACjC,yCAAiC;UAAjC,iCAAiC;EACjC,yBjBrC2B;EiBsC3B,qEAA0F;EAC1F,6BAA6B;EAC7B,4BAA4B;EAC5B,0BAA0B;AhB0gF9B;;AgBpjFA;EA4CM,6BAA6B;AhB4gFnC;;AgBxjFA;EA8CM,6BAA6B;AhB8gFnC;;AgB5jFA;EAgDM,oBAAoB;AhBghF1B;;AgBhkFA;EAoDI,ejBxBY;ACwiFhB;;AgBpkFA;EAsDI,ejB5BY;AC8iFhB;;AgBxkFA;EAwDI,cjB/BW;ACmjFf;;AgBlhFA;EACE;IACE,2BAA2B;EhBqhF7B;EgBphFA;IACE,4BAA4B;EhBshF9B;AACF;;AgB3hFA;EACE;IACE,2BAA2B;EhBqhF7B;EgBphFA;IACE,4BAA4B;EhBshF9B;AACF;;AiBlkFA;EAEE,uBlBhB6B;EkBiB7B,clB1B4B;AC8lF9B;;AiBvkFA;;EAMI,yBlBzB0B;EkB0B1B,qBA9B6B;EA+B7B,qBA9B6B;EA+B7B,mBAAmB;AjBskFvB;;AiB/kFA;;EAeQ,uBlB7BuB;EkB8BvB,mBlB9BuB;EkB+BvB,clB5CqB;ACinF7B;;AiBtlFA;;EAeQ,yBlB1CqB;EkB2CrB,qBlB3CqB;EkB4CrB,YlB/BuB;AC2mF/B;;AiB7lFA;;EAeQ,4BlB/BsB;EkBgCtB,wBlBhCsB;EkBiCtB,yBPkCa;AVijFrB;;AiBpmFA;;EAeQ,yBlBtCsB;EkBuCtB,qBlBvCsB;EkBwCtB,WPoCQ;AVsjFhB;;AiB3mFA;;EAeQ,yBlBxB0B;EkByB1B,qBlBzB0B;EkB0B1B,WPoCQ;AV6jFhB;;AiBlnFA;;EAeQ,yBlBtB0B;EkBuB1B,qBlBvB0B;EkBwB1B,WPoCQ;AVokFhB;;AiBznFA;;EAeQ,yBlBvB0B;EkBwB1B,qBlBxB0B;EkByB1B,WPoCQ;AV2kFhB;;AiBhoFA;;EAeQ,yBlBzB0B;EkB0B1B,qBlB1B0B;EkB2B1B,WPoCQ;AVklFhB;;AiBvoFA;;EAeQ,yBlB1B0B;EkB2B1B,qBlB3B0B;EkB4B1B,yBPkCa;AV2lFrB;;AiB9oFA;;EAeQ,yBlBpByB;EkBqBzB,qBlBrByB;EkBsBzB,WPoCQ;AVgmFhB;;AiBrpFA;;EAoBM,mBAAmB;EACnB,SAAS;AjBsoFf;;AiB3pFA;;EAuBM,yBlBhC4B;EkBiC5B,WP6BU;AV4mFhB;;AiBjqFA;;;;EA2BQ,mBAAmB;AjB6oF3B;;AiBxqFA;;EA6BM,sBAAsB;AjBgpF5B;;AiB7qFA;EA+BI,clBtD0B;ACwsF9B;;AiBjrFA;EAiCM,mBAAmB;AjBopFzB;;AiBrrFA;EAoCM,yBlB7C4B;EkB8C5B,WPgBU;AVqoFhB;;AiB1rFA;;EAwCQ,mBAAmB;AjBupF3B;;AiB/rFA;;EA2CQ,kBPUQ;EOTR,mBAAmB;AjBypF3B;;AiBrsFA;EA8CI,6BA5DqC;AjButFzC;;AiBzsFA;;EAiDM,qBApEgC;EAqEhC,clBzEwB;ACsuF9B;;AiB/sFA;EAoDI,6BAhEqC;AjB+tFzC;;AiBntFA;;EAuDM,qBAxEgC;EAyEhC,clB/EwB;ACgvF9B;;AiBztFA;EA0DI,6BAvEqC;AjB0uFzC;;AiB7tFA;;EA+DU,sBAAsB;AjBmqFhC;;AiBluFA;;EAoEM,iBAAiB;AjBmqFvB;;AiBvuFA;;EAyEU,wBAAwB;AjBmqFlC;;AiB5uFA;EA2EI,WAAW;AjBqqFf;;AiBhvFA;EAgFU,yBlB/FoB;ACmwF9B;;AiBpvFA;EAqFY,yBlBpGkB;ACuwF9B;;AiBxvFA;EAuFc,4BlBvGgB;AC4wF9B;;AiB5vFA;;EA2FM,qBAAqB;AjBsqF3B;;AiBjwFA;EAgGU,yBlB/GoB;ACoxF9B;;AiBnqFA;EhBjEE,iCAAiC;EgBoEjC,cAAc;EACd,kBAAkB;EAClB,eAAe;AjBqqFjB;;AkBhyFA;EACE,mBAAmB;EACnB,aAAa;EACb,eAAe;EACf,2BAA2B;AlBmyF7B;;AkBvyFA;EAMI,qBAAqB;AlBqyFzB;;AkB3yFA;EjBmJI,oBiB3IwC;AlBuyF5C;;AkB/yFA;EAUI,sBAAsB;AlByyF1B;;AkBnzFA;EAYI,mBAAmB;AlB2yFvB;;AkBvzFA;EAgBM,enBYO;AC+xFb;;AkB3zFA;EAmBM,kBnBQU;ACoyFhB;;AkB/zFA;EAqBI,uBAAuB;AlB8yF3B;;AkBn0FA;EAuBM,qBAAqB;EACrB,oBAAoB;AlBgzF1B;;AkBx0FA;EA0BI,yBAAyB;AlBkzF7B;;AkB50FA;EA6BQ,mBAAmB;AlBmzF3B;;AkBh1FA;EA+BQ,eAAe;AlBqzFvB;;AkBp1FA;EjBmJI,eiBjHmC;AlBszFvC;;AkBx1FA;EjBmJI,ciB/GqC;EAE/B,yBAAyB;EACzB,4BAA4B;AlBuzFtC;;AkB91FA;EA6CU,0BAA0B;EAC1B,6BAA6B;AlBqzFvC;;AkBhzFA;EACE,mBAAmB;EACnB,4BnBjD4B;EmBkD5B,kBnBMU;EmBLV,cnBzD4B;EmB0D5B,oBAAoB;EACpB,kBnB5Bc;EmB6Bd,WAAW;EACX,uBAAuB;EACvB,gBAAgB;EAChB,oBAAoB;EACpB,qBAAqB;EACrB,mBAAmB;AlBmzFrB;;AkB/zFA;EjBgGI,oBiBlFuC;EjBkFvC,uBiBjFyC;AlBqzF7C;;AkBp0FA;EAqBM,uBnBlEyB;EmBmEzB,cnBhFuB;ACm4F7B;;AkBz0FA;EAqBM,yBnB/EuB;EmBgFvB,YnBnEyB;AC23F/B;;AkB90FA;EAqBM,4BnBpEwB;EmBqExB,yBRFe;AV+zFrB;;AkBn1FA;EAqBM,yBnB3EwB;EmB4ExB,WRAU;AVk0FhB;;AkBx1FA;EAqBM,yBnB7D4B;EmB8D5B,WRAU;AVu0FhB;;AkB71FA;EA4BU,yBRCsC;EQAtC,cRS2D;AV4zFrE;;AkBl2FA;EAqBM,yBnB3D4B;EmB4D5B,WRAU;AVi1FhB;;AkBv2FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVs0FrE;;AkB52FA;EAqBM,yBnB5D4B;EmB6D5B,WRAU;AV21FhB;;AkBj3FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVg1FrE;;AkBt3FA;EAqBM,yBnB9D4B;EmB+D5B,WRAU;AVq2FhB;;AkB33FA;EA4BU,yBRCsC;EQAtC,cRS2D;AV01FrE;;AkBh4FA;EAqBM,yBnB/D4B;EmBgE5B,yBRFe;AVi3FrB;;AkBr4FA;EA4BU,yBRCsC;EQAtC,cRS2D;AVo2FrE;;AkB14FA;EAqBM,yBnBzD2B;EmB0D3B,WRAU;AVy3FhB;;AkB/4FA;EA4BU,yBRCsC;EQAtC,cRS2D;AV82FrE;;AkBp5FA;EAgCI,kBnBtDY;AC86FhB;;AkBx5FA;EAkCI,enBzDS;ACm7Fb;;AkB55FA;EAoCI,kBnB5DY;ACw7FhB;;AkBh6FA;EjBgGI,qBiBzD0C;EjByD1C,sBiBxD0C;AlB63F9C;;AkBr6FA;EjBgGI,qBiBtD0C;EjBsD1C,sBiBrD0C;AlB+3F9C;;AkB16FA;EjBgGI,qBiBnD0C;EjBmD1C,sBiBlD0C;AlBi4F9C;;AkB/6FA;EjBgGI,gBiBvJmB;EAyGnB,UAAU;EACV,kBAAkB;EAClB,UAAU;AlBk4Fd;;AkBt7FA;EAuDM,8BAA8B;EAC9B,WAAW;EACX,cAAc;EACd,SAAS;EACT,kBAAkB;EAClB,QAAQ;EACR,0DAA0D;EAC1D,+BAA+B;AlBm4FrC;;AkBj8FA;EAgEM,WAAW;EACX,UAAU;AlBq4FhB;;AkBt8FA;EAmEM,WAAW;EACX,UAAU;AlBu4FhB;;AkB38FA;EAuEM,yBAAmD;AlBw4FzD;;AkB/8FA;EAyEM,yBAAoD;AlB04F1D;;AkBn9FA;EA2EI,qBnBhEmB;AC48FvB;;AkB14FA;EAEI,0BAA0B;AlB44F9B;;AmBlgGA;;EAGE,sBAAsB;AnBogGxB;;AmBvgGA;;;;EAMI,oBAAoB;AnBwgGxB;;AmB9gGA;;EAQI,iBApBmB;AnB+hGvB;;AmBnhGA;;EAUI,iBArBmB;AnBmiGvB;;AmBxhGA;;EAYI,sBAAsB;AnBihG1B;;AmB/gGA;EACE,cpB9B4B;EoBiC5B,epBLW;EoBMX,gBpBGmB;EoBFnB,kBAnCuB;AnBmjGzB;;AmBthGA;EAQI,cApCwB;EAqCxB,oBApCyB;AnBsjG7B;;AmB3hGA;EAWI,oBA3B+B;AnB+iGnC;;AmB/hGA;EAgBM,epBnBO;ACsiGb;;AmBniGA;EAgBM,iBpBlBS;ACyiGf;;AmBviGA;EAgBM,epBjBO;AC4iGb;;AmB3iGA;EAgBM,iBpBhBS;AC+iGf;;AmB/iGA;EAgBM,kBpBfU;ACkjGhB;;AmBnjGA;EAgBM,epBdO;ACqjGb;;AmBvjGA;EAgBM,kBpBbU;ACwjGhB;;AmBziGA;EACE,cpB/C4B;EoBkD5B,kBpBrBc;EoBsBd,gBpBjBiB;EoBkBjB,iBA3CyB;AnBqlG3B;;AmBhjGA;EAQI,cpBvD0B;EoBwD1B,gBpBnBiB;AC+jGrB;;AmBrjGA;EAWI,oBA7C+B;AnB2lGnC;;AmBzjGA;EAgBM,epBrCO;ACklGb;;AmB7jGA;EAgBM,iBpBpCS;ACqlGf;;AmBjkGA;EAgBM,epBnCO;ACwlGb;;AmBrkGA;EAgBM,iBpBlCS;AC2lGf;;AmBzkGA;EAgBM,kBpBjCU;AC8lGhB;;AmB7kGA;EAgBM,epBhCO;ACimGb;;AmBjlGA;EAgBM,kBpB/BU;AComGhB;;AoBloGA;EACE,cAAc;EACd,eAAe;EACf,mBAAmB;EACnB,kBAAkB;EAClB,yBAAyB;ApBqoG3B;;AoBhoGA;EACE,mBAAmB;EACnB,4BrBP4B;EqBQ5B,qBrBkDqB;EqBjDrB,oBAAoB;EACpB,kBrBac;EqBZd,WAAW;EACX,uBAAuB;EACvB,oBAAoB;EACpB,gBAAgB;EAChB,uBAAuB;EACvB,kBAAkB;EAClB,mBAAmB;ApBmoGrB;;AqBjqGA,eAAA;AC0DA;EAxBE,uBvBnB6B;EuBoB7B,qBvBzB4B;EuB0B5B,kBvBiCU;EuBhCV,cvB/B4B;ACmqG9B;;ACtmGI;EqB5BA,4BvBjC0B;ACuqG9B;;AC1mGI;EqB5BA,4BvBjC0B;AC2qG9B;;AC9mGI;EqB5BA,4BvBjC0B;AC+qG9B;;AClnGI;EqB5BA,4BvBjC0B;ACmrG9B;;AsBjpGE;EAEE,qBvBjC0B;ACorG9B;;AsBlpGE;EAIE,qBvBzB8B;EuB0B9B,iDvB1B8B;AC4qGlC;;AsBjpGE;;;;;EAEE,4BvBtC0B;EuBuC1B,wBvBvC0B;EuBwC1B,gBAAgB;EAChB,cvB9C0B;ACqsG9B;;AC1oGI;;;;;EqBXE,+BvBhDwB;AC6sG9B;;AClpGI;;;;;EqBXE,+BvBhDwB;ACqtG9B;;AC1pGI;;;;;EqBXE,+BvBhDwB;AC6tG9B;;AClqGI;;;;;EqBXE,+BvBhDwB;ACquG9B;;AuBvuGA;EAEE,2DxBN2B;EwBO3B,eAAe;EACf,WAAW;AvByuGb;;AuBxuGE;EACE,gBAAgB;AvB2uGpB;;AuBvuGI;EACE,mBxBFyB;AC4uG/B;;AuB3uGK;EAMG,mDxBPuB;ACgvG/B;;AuB/uGI;EACE,qBxBfuB;ACiwG7B;;AuBnvGK;EAMG,gDxBpBqB;ACqwG7B;;AuBvvGI;EACE,wBxBJwB;AC8vG9B;;AuB3vGK;EAMG,mDxBTsB;ACkwG9B;;AuB/vGI;EACE,qBxBXwB;AC6wG9B;;AuBnwGK;EAMG,gDxBhBsB;ACixG9B;;AuBvwGI;EACE,qBxBG4B;ACuwGlC;;AuB3wGK;EAMG,iDxBF0B;AC2wGlC;;AuB/wGI;EACE,qBxBK4B;AC6wGlC;;AuBnxGK;EAMG,iDxBA0B;ACixGlC;;AuBvxGI;EACE,qBxBI4B;ACsxGlC;;AuB3xGK;EAMG,kDxBD0B;AC0xGlC;;AuB/xGI;EACE,qBxBE4B;ACgyGlC;;AuBnyGK;EAMG,kDxBH0B;ACoyGlC;;AuBvyGI;EACE,qBxBC4B;ACyyGlC;;AuB3yGK;EAMG,mDxBJ0B;AC6yGlC;;AuB/yGI;EACE,qBxBO2B;AC2yGjC;;AuBnzGK;EAMG,kDxBEyB;AC+yGjC;;AuB/yGE;EzBmBA,kBCyBgB;EDxBhB,kBCNc;ACsyGhB;;AuBlzGE;EzBoBA,kBCVc;AC4yGhB;;AuBpzGE;EzBoBA,iBCba;ACizGf;;AuBrzGE;EACE,cAAc;EACd,WAAW;AvBwzGf;;AuBvzGE;EACE,eAAe;EACf,WAAW;AvB0zGf;;AuBxzGA;EAGI,qBxB8BmB;EwB7BnB,gDAA4D;EAC5D,iDAA6D;AvByzGjE;;AuB9zGA;EAOI,6BAA6B;EAC7B,yBAAyB;EACzB,gBAAgB;EAChB,eAAe;EACf,gBAAgB;AvB2zGpB;;AuBzzGA;EAEE,cAAc;EACd,eAAe;EACf,eAAe;EACf,2BzB7CkE;EyB8ClE,gBAAgB;AvB2zGlB;;AuBj0GA;EAQI,gBA1DsB;EA2DtB,eA1DqB;AvBu3GzB;;AuBt0GA;EAWI,eAAe;AvB+zGnB;;AuB10GA;EAcI,YAAY;AvBg0GhB;;AwBj4GA;EACE,eAAe;EACf,qBAAqB;EACrB,iBAAiB;EACjB,kBAAkB;AxBo4GpB;;AwBn4GE;EACE,eAAe;AxBs4GnB;;AwBr4GE;EACE,czBF0B;AC04G9B;;AwBv4GE;;;;;EAGE,czBJ0B;EyBK1B,mBAAmB;AxB44GvB;;AwBv4GA;EvB0II,kBuBvIqC;AxBw4GzC;;AyB35GA;EACE,qBAAqB;EACrB,eAAe;EACf,kBAAkB;EAClB,mBAAmB;AzB85GrB;;AyBl6GA;EAMI,a3BDkB;AEi6GtB;;AyBt6GA;EAUM,qB1BU4B;EE8I9B,cwBvJ+B;EAC7B,UAAU;AzBg6GhB;;AyB56GA;EAeM,qB1BsDiB;EEqFnB,iBwB1IsC;AzBi6G1C;;AyBj7GA;EAmBI,eAAe;EACf,cAAc;EACd,cAAc;EACd,eAAe;EACf,aAAa;AzBk6GjB;;AyBz7GA;EAyBM,aAAa;AzBo6GnB;;AyB77GA;;EA4BM,wB1BjBwB;ACu7G9B;;AyBl8GA;ExB0JI,oBwB5HwC;AzBw6G5C;;AyBt8GA;EAgCM,YAAY;EACZ,UAAU;AzB06GhB;;AyB38GA;EAmCQ,kBAAkB;AzB46G1B;;AyB/8GA;EAuCM,qB1BnCwB;AC+8G9B;;AyBn9GA;EA6CQ,mB1BhCuB;AC08G/B;;AyBv9GA;EA+CQ,mB1BlCuB;AC88G/B;;AyB39GA;EAkDU,qBfyDuB;AVo3GjC;;AyB/9GA;EAuDU,mD1B1CqB;ACs9G/B;;AyBn+GA;EA6CQ,qB1B7CqB;ACu+G7B;;AyBv+GA;EA+CQ,qB1B/CqB;AC2+G7B;;AyB3+GA;EAkDU,mBfyDuB;AVo4GjC;;AyB/+GA;EAuDU,gD1BvDmB;ACm/G7B;;AyBn/GA;EA6CQ,wB1BlCsB;AC4+G9B;;AyBv/GA;EA+CQ,wB1BpCsB;ACg/G9B;;AyB3/GA;EAkDU,qBfyDuB;AVo5GjC;;AyB//GA;EAuDU,mD1B5CoB;ACw/G9B;;AyBngHA;EA6CQ,qB1BzCsB;ACmgH9B;;AyBvgHA;EA+CQ,qB1B3CsB;ACugH9B;;AyB3gHA;EAkDU,qBfyDuB;AVo6GjC;;AyB/gHA;EAuDU,gD1BnDoB;AC+gH9B;;AyBnhHA;EA6CQ,qB1B3B0B;ACqgHlC;;AyBvhHA;EA+CQ,qB1B7B0B;ACygHlC;;AyB3hHA;EAkDU,qBfyDuB;AVo7GjC;;AyB/hHA;EAuDU,iD1BrCwB;ACihHlC;;AyBniHA;EA6CQ,qB1BzB0B;ACmhHlC;;AyBviHA;EA+CQ,qB1B3B0B;ACuhHlC;;AyB3iHA;EAkDU,qBfyDuB;AVo8GjC;;AyB/iHA;EAuDU,iD1BnCwB;AC+hHlC;;AyBnjHA;EA6CQ,qB1B1B0B;ACoiHlC;;AyBvjHA;EA+CQ,qB1B5B0B;ACwiHlC;;AyB3jHA;EAkDU,qBfyDuB;AVo9GjC;;AyB/jHA;EAuDU,kD1BpCwB;ACgjHlC;;AyBnkHA;EA6CQ,qB1B5B0B;ACsjHlC;;AyBvkHA;EA+CQ,qB1B9B0B;AC0jHlC;;AyB3kHA;EAkDU,qBfyDuB;AVo+GjC;;AyB/kHA;EAuDU,kD1BtCwB;ACkkHlC;;AyBnlHA;EA6CQ,qB1B7B0B;ACukHlC;;AyBvlHA;EA+CQ,qB1B/B0B;AC2kHlC;;AyB3lHA;EAkDU,qBfyDuB;AVo/GjC;;AyB/lHA;EAuDU,mD1BvCwB;ACmlHlC;;AyBnmHA;EA6CQ,qB1BvByB;ACilHjC;;AyBvmHA;EA+CQ,qB1BzByB;ACqlHjC;;AyB3mHA;EAkDU,qBfyDuB;AVogHjC;;AyB/mHA;EAuDU,kD1BjCuB;AC6lHjC;;AyBnnHA;E3ByCE,kBCyBgB;EDxBhB,kBCNc;AColHhB;;AyBxnHA;E3B4CE,kBCVc;AC0lHhB;;AyB5nHA;E3B8CE,iBCba;AC+lHf;;AyBhoHA;EAkEM,qB1B5DwB;AC8nH9B;;AyBpoHA;EAoEI,WAAW;AzBokHf;;AyBxoHA;EAsEM,WAAW;AzBskHjB;;AyB5oHA;EA0EM,aAAa;EACb,kBAAkB;ExBuFpB,cwBtF+B;EAC7B,YAAY;EACZ,eAAe;AzBskHrB;;AyBppHA;EAgFM,kB1B5CU;AConHhB;;AyBxpHA;EAkFM,kB1BhDU;AC0nHhB;;AyB5pHA;EAoFM,iB1BnDS;AC+nHf;;A0BnpHA;EAEE,oBAAoB;EACpB,aAAa;EACb,2BAA2B;EAC3B,kBAAkB;A1BqpHpB;;A0B1pHA;EAYQ,uB3BZuB;E2BavB,yBAAyB;EACzB,c3B3BqB;AC6qH7B;;A0BhqHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,c3BjCmB;ACmrH7B;;A0BtqHA;EAwBU,yBAAyB;EACzB,+C3BzBqB;E2B0BrB,c3BvCmB;ACyrH7B;;A0B5qHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,c3B7CmB;AC+rH7B;;A0BlrHA;EAYQ,yB3BzBqB;E2B0BrB,yBAAyB;EACzB,Y3BduB;ACwrH/B;;A0BxrHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,Y3BpBqB;AC8rH/B;;A0B9rHA;EAwBU,yBAAyB;EACzB,4C3BtCmB;E2BuCnB,Y3B1BqB;ACosH/B;;A0BpsHA;EA8BU,uBhBgEuB;EgB/DvB,yBAAyB;EACzB,Y3BhCqB;AC0sH/B;;A0B1sHA;EAYQ,4B3BdsB;E2BetB,yBAAyB;EACzB,yBhBmDa;AV+oHrB;;A0BhtHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,yBhB6CW;AVqpHrB;;A0BttHA;EAwBU,yBAAyB;EACzB,+C3B3BoB;E2B4BpB,yBhBuCW;AV2pHrB;;A0B5tHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,yBhBiCW;AViqHrB;;A0BluHA;EAYQ,yB3BrBsB;E2BsBtB,yBAAyB;EACzB,WhBqDQ;AVqqHhB;;A0BxuHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AV2qHhB;;A0B9uHA;EAwBU,yBAAyB;EACzB,4C3BlCoB;E2BmCpB,WhByCM;AVirHhB;;A0BpvHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVurHhB;;A0B1vHA;EAYQ,yB3BP0B;E2BQ1B,yBAAyB;EACzB,WhBqDQ;AV6rHhB;;A0BhwHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AVmsHhB;;A0BtwHA;EAwBU,yBAAyB;EACzB,6C3BpBwB;E2BqBxB,WhByCM;AVysHhB;;A0B5wHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AV+sHhB;;A0BlxHA;EAYQ,yB3BL0B;E2BM1B,yBAAyB;EACzB,WhBqDQ;AVqtHhB;;A0BxxHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AV2tHhB;;A0B9xHA;EAwBU,yBAAyB;EACzB,6C3BlBwB;E2BmBxB,WhByCM;AViuHhB;;A0BpyHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVuuHhB;;A0B1yHA;EAYQ,yB3BN0B;E2BO1B,yBAAyB;EACzB,WhBqDQ;AV6uHhB;;A0BhzHA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AVmvHhB;;A0BtzHA;EAwBU,yBAAyB;EACzB,8C3BnBwB;E2BoBxB,WhByCM;AVyvHhB;;A0B5zHA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AV+vHhB;;A0Bl0HA;EAYQ,yB3BR0B;E2BS1B,yBAAyB;EACzB,WhBqDQ;AVqwHhB;;A0Bx0HA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AV2wHhB;;A0B90HA;EAwBU,yBAAyB;EACzB,8C3BrBwB;E2BsBxB,WhByCM;AVixHhB;;A0Bp1HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVuxHhB;;A0B11HA;EAYQ,yB3BT0B;E2BU1B,yBAAyB;EACzB,yBhBmDa;AV+xHrB;;A0Bh2HA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,yBhB6CW;AVqyHrB;;A0Bt2HA;EAwBU,yBAAyB;EACzB,+C3BtBwB;E2BuBxB,yBhBuCW;AV2yHrB;;A0B52HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,yBhBiCW;AVizHrB;;A0Bl3HA;EAYQ,yB3BHyB;E2BIzB,yBAAyB;EACzB,WhBqDQ;AVqzHhB;;A0Bx3HA;EAkBU,yBhB4EuB;EgB3EvB,yBAAyB;EACzB,WhB+CM;AV2zHhB;;A0B93HA;EAwBU,yBAAyB;EACzB,8C3BhBuB;E2BiBvB,WhByCM;AVi0HhB;;A0Bp4HA;EA8BU,yBhBgEuB;EgB/DvB,yBAAyB;EACzB,WhBmCM;AVu0HhB;;A0B14HA;EAmCI,kB3BZY;ACu3HhB;;A0B94HA;EAqCI,e3BfS;AC43Hb;;A0Bl5HA;EAuCI,kB3BlBY;ACi4HhB;;A0Bt5HA;EA0CQ,eAAe;A1Bg3HvB;;A0B15HA;EA4CI,iB3BxBW;AC04Hf;;A0B95HA;EA+CQ,eAAe;A1Bm3HvB;;A0Bl6HA;EAmDM,6BAA6B;EAC7B,0BAA0B;A1Bm3HhC;;A0Bv6HA;EAsDM,4BAA4B;EAC5B,yBAAyB;A1Bq3H/B;;A0B56HA;EA0DQ,kB3BJI;AC03HZ;;A0Bh7HA;EA4DQ,aAAa;A1Bw3HrB;;A0Bp7HA;EA+DM,sBAAsB;A1By3H5B;;A0Bx7HA;EAiEM,sBAAsB;EACtB,YAAY;EACZ,gBAAgB;A1B23HtB;;A0B97HA;EAqEM,uBAAuB;A1B63H7B;;A0Bl8HA;EAuEM,aAAa;EACb,YAAY;A1B+3HlB;;A0Bv8HA;EA0EQ,eAAe;A1Bi4HvB;;A0B38HA;EA6EQ,eAAe;A1Bk4HvB;;A0B/8HA;EAgFQ,eAAe;A1Bm4HvB;;A0Bn9HA;EAmFQ,eAAe;A1Bo4HvB;;A0Bv9HA;EAsFQ,0BAA4C;A1Bq4HpD;;A0B39HA;EAwFQ,0B3BlCI;E2BmCJ,uBAAuB;A1Bu4H/B;;A0Bh+HA;EA2FI,uBAAuB;A1By4H3B;;A0Bp+HA;EA8FM,WAAW;A1B04HjB;;A0Bx+HA;EAgGM,YAAY;EACZ,eAAe;A1B44HrB;;A0B7+HA;EAmGI,yBAAyB;A1B84H7B;;A0Bj/HA;EAqGM,0BAA4C;A1Bg5HlD;;A0Br/HA;EAuGM,0B3BjDM;E2BkDN,2BAA2B;EAC3B,SAAS;A1Bk5Hf;;A0Bh5HA;EACE,oBAAoB;EACpB,aAAa;EACb,eAAe;EACf,2BAA2B;EAC3B,gBAAgB;EAChB,kBAAkB;A1Bm5HpB;;A0Bz5HA;EASM,yBhBtB2B;EgBuB3B,c3B9HwB;ACkhI9B;;A0B95HA;EAYM,qBhBzB2B;AV+6HjC;;A0Bl6HA;EAeM,yBhB5B2B;EgB6B3B,c3BpIwB;AC2hI9B;;A0Bv6HA;EAkBM,qBhB/B2B;AVw7HjC;;A0Bv5HA;EACE,YAAY;EACZ,OAAO;EACP,UAAU;EACV,aAAa;EACb,kBAAkB;EAClB,MAAM;EACN,WAAW;A1B05Hb;;A0Bx5HA;;EAGE,qB3BhJ4B;E2BiJ5B,kB3BtFU;E2BuFV,cAAc;EACd,iBAAiB;EACjB,kBAAkB;EAClB,mBAAmB;A1B05HrB;;A0Bx5HA;EACE,4B3BrJ4B;E2BsJ5B,c3B5J4B;ACujI9B;;A0Bz5HA;EACE,qB3B5J4B;E2B6J5B,mBA9J4B;EA+J5B,2BA9JoC;EA+JpC,cAAc;EACd,eA/JwB;EAgKxB,gBAAgB;EAChB,mBAAmB;EACnB,uBAAuB;A1B45HzB;;A0B15HA;EACE,mBAAmB;EACnB,aAAa;EACb,WAAW;EACX,uBAAuB;EzBvBrB,mByBwBmC;EACrC,UAAU;A1B65HZ;;A0Bn6HA;EAQI,eAAe;A1B+5HnB;;A2B/kIA;EACE,c5BF4B;E4BG5B,cAAc;EACd,e5B2BW;E4B1BX,gB5BiCe;ACijIjB;;A2BtlIA;EAMI,oBAAoB;A3BolIxB;;A2B1lIA;EASI,kB5BsBY;AC+jIhB;;A2B9lIA;EAWI,kB5BkBY;ACqkIhB;;A2BlmIA;EAaI,iB5BeW;AC0kIf;;A2BvlIA;EACE,cAAc;EACd,kB5Bcc;E4Bbd,mBAAmB;A3B0lIrB;;A2B7lIA;EAOM,Y5BdyB;ACwmI/B;;A2BjmIA;EAOM,c5B3BuB;ACynI7B;;A2BrmIA;EAOM,iB5BhBwB;ACknI9B;;A2BzmIA;EAOM,c5BvBwB;AC6nI9B;;A2B7mIA;EAOM,c5BT4B;ACmnIlC;;A2BjnIA;EAOM,c5BP4B;ACqnIlC;;A2BrnIA;EAOM,c5BR4B;AC0nIlC;;A2BznIA;EAOM,c5BV4B;ACgoIlC;;A2B7nIA;EAOM,c5BX4B;ACqoIlC;;A2BjoIA;EAOM,c5BL2B;ACmoIjC;;A2B1nIA;EAEI,sBAAsB;A3B4nI1B;;A2B9nIA;EAKI,aAAa;EACb,2BAA2B;A3B6nI/B;;A2BnoIA;E1B2HI,kB0BlHwC;A3B8nI5C;;A2BvoIA;;;EAcU,gBAAgB;A3B+nI1B;;A2B7oIA;;;EAoBY,6BAA6B;EAC7B,0BAA0B;A3B+nItC;;A2BppIA;;;EA8BY,4BAA4B;EAC5B,yBAAyB;A3B4nIrC;;A2B3pIA;;;;;EAyCY,UAAU;A3B0nItB;;A2BnqIA;;;;;;;;;EA8CY,UAAU;A3BioItB;;A2B/qIA;;;;;;;;;EAgDc,UAAU;A3B2oIxB;;A2B3rIA;EAkDQ,YAAY;EACZ,cAAc;A3B6oItB;;A2BhsIA;EAqDM,uBAAuB;A3B+oI7B;;A2BpsIA;EAuDM,yBAAyB;A3BipI/B;;A2BxsIA;EA0DQ,YAAY;EACZ,cAAc;A3BkpItB;;A2B7sIA;EA6DI,aAAa;EACb,2BAA2B;A3BopI/B;;A2BltIA;EAgEM,cAAc;A3BspIpB;;A2BttIA;EAkEQ,gBAAgB;E1ByDpB,qB0BxD2C;A3BwpI/C;;A2B3tIA;EAqEQ,YAAY;EACZ,cAAc;A3B0pItB;;A2BhuIA;EAwEM,uBAAuB;A3B4pI7B;;A2BpuIA;EA0EM,yBAAyB;A3B8pI/B;;A2BxuIA;EA4EM,eAAe;A3BgqIrB;;A2B5uIA;EAgFU,sBAAsB;A3BgqIhC;;A2BhvIA;EAkFQ,uBAAuB;A3BkqI/B;;A2BpvIA;EAoFQ,gBAAgB;A3BoqIxB;;ACxrIE;E0BhEF;IAuFM,aAAa;E3BsqIjB;AACF;;A2BrqIA;EAEI,kBAAkB;A3BuqItB;;ACtsIE;E0B6BF;IAII,qBAAqB;E3B0qIvB;AACF;;ACxsIE;E0ByBF;IAMI,aAAa;IACb,YAAY;IACZ,cAAc;I1B0Bd,oB0BzBsC;IACtC,iBAAiB;E3B8qInB;E2BxrIF;IAYM,kB5BhGU;I4BiGV,oBAAoB;E3B+qIxB;E2B5rIF;IAeM,oBAAoB;E3BgrIxB;E2B/rIF;IAiBM,kB5BvGU;I4BwGV,oBAAoB;E3BirIxB;E2BnsIF;IAoBM,iB5B3GS;I4B4GT,oBAAoB;E3BkrIxB;AACF;;A2BjrIA;EAEI,gBAAgB;A3BmrIpB;;ACruIE;E0BgDF;IAII,aAAa;IACb,aAAa;IACb,YAAY;IACZ,cAAc;E3BsrIhB;E2B7rIF;IASM,gBAAgB;E3BurIpB;E2BhsIF;IAWM,cAAc;E3BwrIlB;E2BnsIF;IAaQ,YAAY;E3ByrIlB;E2BtsIF;I1BWI,qB0BI2C;E3B0rI7C;AACF;;A2BzrIA;EACE,sBAAsB;EACtB,WAAW;EACX,e5BhIW;E4BiIX,kBAAkB;EAClB,mBAAmB;A3B4rIrB;;A2BjsIA;;;EAaU,c5BxKoB;ACk2I9B;;A2BvsIA;;;EAeQ,kB5B3IQ;ACy0IhB;;A2B7sIA;;;EAiBQ,kB5B/IQ;ACi1IhB;;A2BntIA;;;EAmBQ,iB5BlJO;ACw1If;;A2BztIA;EAqBM,c5B7KwB;E4B8KxB,a7BjLgB;E6BkLhB,oBAAoB;EACpB,kBAAkB;EAClB,MAAM;EACN,Y7BrLgB;E6BsLhB,UAAU;A3BwsIhB;;A2BnuIA;;EA+BM,mB7B1LgB;AEm4ItB;;A2BxuIA;EAiCM,OAAO;A3B2sIb;;A2B5uIA;;EAqCM,oB7BhMgB;AE44ItB;;A2BjvIA;EAuCM,QAAQ;A3B8sId;;A2BrvIA;EA2CM,6BAA6B;E1BzC/B,c0B0C+B;EAC7B,YAAY;EACZ,UAAU;A3B8sIhB;;A2B5vIA;EAgDM,kB5B5KU;AC43IhB;;A2BhwIA;EAkDM,kB5BhLU;ACk4IhB;;A2BpwIA;EAoDM,iB5BnLS;ACu4If;;A4B16IA,qBAAA;ACWA;EAGE,e9BuBW;E8BtBX,mBAAmB;A7Bi6IrB;;A6Br6IA;EAMI,mBAAmB;EACnB,c9BI8B;E8BH9B,aAAa;EACb,uBAAuB;EACvB,iBAduC;A7Bi7I3C;;A6B76IA;EAYM,c9BjBwB;ACs7I9B;;A6Bj7IA;EAcI,mBAAmB;EACnB,aAAa;A7Bu6IjB;;A6Bt7IA;E5BiJI,e4BhIoC;A7By6IxC;;A6B17IA;EAoBQ,c9BzBsB;E8B0BtB,eAAe;EACf,oBAAoB;A7B06I5B;;A6Bh8IA;EAwBM,c9B1BwB;E8B2BxB,iBAAiB;A7B46IvB;;A6Br8IA;;EA4BI,uBAAuB;EACvB,aAAa;EACb,eAAe;EACf,2BAA2B;A7B86I/B;;A6B78IA;E5BiJI,mB4B/GuC;A7B+6I3C;;A6Bj9IA;E5BiJI,kB4B7GuC;A7Bi7I3C;;A6Br9IA;;EAyCM,uBAAuB;A7Bi7I7B;;A6B19IA;;EA6CM,yBAAyB;A7Bk7I/B;;A6B/9IA;EAgDI,kB9BrBY;ACw8IhB;;A6Bn+IA;EAkDI,kB9BzBY;AC88IhB;;A6Bv+IA;EAoDI,iB9B5BW;ACm9If;;A6B3+IA;EAwDM,iBAAiB;A7Bu7IvB;;A6B/+IA;EA2DM,iBAAiB;A7Bw7IvB;;A6Bn/IA;EA8DM,iBAAiB;A7By7IvB;;A6Bv/IA;EAiEM,iBAAiB;A7B07IvB;;A8Bh/IA;EACE,uB/BR6B;E+BS7B,sBAnBmB;EAoBnB,0F/BvB2B;E+BwB3B,c/BnB4B;E+BoB5B,eAAe;EACf,kBAAkB;A9Bm/IpB;;A8Bh/IE;EACE,+BA3BiB;EA4BjB,gCA5BiB;A9B+gJrB;;A8Bl/IE;EACE,kCA9BiB;EA+BjB,mCA/BiB;A9BohJrB;;A8Bn/IA;EAEE,6BAjCwC;EAkCxC,oBAAoB;EACpB,kD/BxC2B;E+ByC3B,aAAa;A9Bq/If;;A8Bn/IA;EACE,mBAAmB;EACnB,c/BzC4B;E+B0C5B,aAAa;EACb,YAAY;EACZ,gB/BNe;E+BOf,qBA1CgC;A9BgiJlC;;A8B5/IA;EAQI,uBAAuB;A9Bw/I3B;;A8Bt/IA;EACE,mBAAmB;EACnB,eAAe;EACf,aAAa;EACb,uBAAuB;EACvB,qBAnDgC;A9B4iJlC;;A8Bv/IA;EACE,cAAc;EACd,kBAAkB;A9B0/IpB;;A8B5/IA;EAKM,+BA9De;EA+Df,gCA/De;A9B0jJrB;;A8BjgJA;EASM,kCAlEe;EAmEf,mCAnEe;A9B+jJrB;;A8B1/IA;EAEE,6BA/DyC;EAgEzC,eA/D2B;A9B2jJ7B;;A8B1/IA;EAEE,6BAjEwC;EAkExC,6B/BvE6B;E+BwE7B,oBAAoB;EACpB,aAAa;A9B4/If;;A8B1/IA;EACE,mBAAmB;EACnB,aAAa;EACb,aAAa;EACb,YAAY;EACZ,cAAc;EACd,uBAAuB;EACvB,gBA3E2B;A9BwkJ7B;;A8BpgJA;E7BsEI,+BFjJ2B;ACmlJ/B;;A8B3/IA;EAEI,qB/BrDkB;ACkjJtB;;A+B7kJA;EACE,oBAAoB;EACpB,kBAAkB;EAClB,mBAAmB;A/BglJrB;;A+BnlJA;EAOM,cAAc;A/BglJpB;;A+BvlJA;EAUM,UAAU;EACV,QAAQ;A/BilJd;;A+B5lJA;EAcM,YAAY;EACZ,mBA9BuB;EA+BvB,oBAAoB;EACpB,SAAS;A/BklJf;;A+BhlJA;EACE,aAAa;E9B2HX,O8B1HqB;EACvB,gBAzC6B;EA0C7B,gBAtC2B;EAuC3B,kBAAkB;EAClB,SAAS;EACT,WApCqB;A/BunJvB;;A+BjlJA;EACE,uBhCnC6B;EgCoC7B,kBhCkBU;EgCjBV,0FhClD2B;EgCmD3B,sBA9CsC;EA+CtC,mBA9CmC;A/BkoJrC;;AetnJgB;EgBqCd,chClD4B;EgCmD5B,cAAc;EACd,mBAAmB;EACnB,gBAAgB;EAChB,sBAAsB;EACtB,kBAAkB;A/BqlJpB;;A+BnlJA;;E9B4FI,mB8B1FmC;EACrC,mBAAmB;EACnB,mBAAmB;EACnB,WAAW;A/BslJb;;A+B3lJA;;EAOI,4BhC1D0B;EgC2D1B,chCtEyB;AC+pJ7B;;A+BjmJA;;EAUI,yBhCpD8B;EgCqD9B,WrBOY;AVqlJhB;;A+B1lJA;EACE,yBhCnE6B;EgCoE7B,YAAY;EACZ,cAAc;EACd,WAAW;EACX,gBAAgB;A/B6lJlB;;AgC3qJA;EAEE,mBAAmB;EACnB,8BAA8B;AhC6qJhC;;AgChrJA;EAKI,kBjC4DQ;ACmnJZ;;AgCprJA;EAOI,qBAAqB;EACrB,mBAAmB;AhCirJvB;;AgCzrJA;EAWI,aAAa;AhCkrJjB;;AgC7rJA;;EAcM,aAAa;AhCorJnB;;AgClsJA;EAgBM,aAAa;AhCsrJnB;;AgCtsJA;EAmBQ,gBAAgB;E/BqIpB,qB+B1JqC;AhC6sJzC;;AgC3sJA;EAsBQ,YAAY;AhCyrJpB;;AClnJE;E+B7FF;IAyBI,aAAa;EhC2rJf;EgCptJF;IA4BQ,YAAY;EhC2rJlB;AACF;;AgC1rJA;EACE,mBAAmB;EACnB,aAAa;EACb,gBAAgB;EAChB,YAAY;EACZ,cAAc;EACd,uBAAuB;AhC6rJzB;;AgCnsJA;;EASI,gBAAgB;AhC+rJpB;;AC7oJE;E+B3DF;IAaM,sBA7CmC;EhC6uJvC;AACF;;AgC/rJA;;EAEE,gBAAgB;EAChB,YAAY;EACZ,cAAc;AhCksJhB;;AgCtsJA;;EAQM,YAAY;AhCmsJlB;;AC3pJE;E+BhDF;;I/B2GI,qB+B1JqC;EhCgwJvC;AACF;;AgCpsJA;EACE,mBAAmB;EACnB,2BAA2B;AhCusJ7B;;AC3qJE;E+B9BF;IAMM,kBAAkB;EhCwsJtB;AACF;;AC7qJE;E+BlCF;IAQI,aAAa;EhC4sJf;AACF;;AgC3sJA;EACE,mBAAmB;EACnB,yBAAyB;AhC8sJ3B;;ACxrJE;E+BxBF;IAKI,aAAa;EhCgtJf;AACF;;AiCpxJA;EACE,uBAAuB;EACvB,aAAa;EACb,mBAAmB;AjCuxJrB;;AiC1xJA;EAKI,sBAV2B;AjCmyJ/B;;AiC9xJA;EAOI,8ClCR0B;EkCS1B,aAAa;EACb,oBAb2B;AjCwyJ/B;;AiCpyJA;;EAYM,qBAfgC;AjC4yJtC;;AiCzyJA;EAcM,mBAhBwB;AjC+yJ9B;;AiC7yJA;EAgBQ,kBAlBsB;AjCmzJ9B;;AiCjzJA;EAkBI,8ClCnB0B;EkCoB1B,gBA1BgB;EA2BhB,iBA3BgB;AjC8zJpB;;AiCvzJA;EAwBM,kBA9BsB;EA+BtB,mBA/BsB;AjCk0J5B;;AiCjyJA;;EAEE,gBAAgB;EAChB,YAAY;EACZ,cAAc;AjCoyJhB;;AiClyJA;EhCgHI,kBgCxJgB;AjC80JpB;;AiCnyJA;EhC6GI,iBgCxJgB;AjCk1JpB;;AiCpyJA;EACE,gBAAgB;EAChB,YAAY;EACZ,cAAc;EACd,mBAAmB;AjCuyJrB;;AChwJE;EgC3CF;IAQI,gBAAgB;EjCwyJlB;AACF;;AkC/0JA;EACE,enCgBW;ACk0Jb;;AkCn1JA;EAII,kBnCcY;ACq0JhB;;AkCv1JA;EAMI,kBnCUY;AC20JhB;;AkC31JA;EAQI,iBnCOW;ACg1Jf;;AkCr1JA;EACE,iBArB0B;AlC62J5B;;AkCz1JA;EAGI,kBnCmCc;EmClCd,cnC3B0B;EmC4B1B,cAAc;EACd,qBAzBiC;AlCm3JrC;;AkCh2JA;EAQM,4BnCzBwB;EmC0BxB,cnCjCwB;AC63J9B;;AkCr2JA;EAYM,yBnCpB4B;EmCqB5B,WxBuCU;AVszJhB;;AkC12JA;EjC8HI,8BFlJ0B;EmCqCxB,cAnC0B;EjCgJ5B,oBiC/IkC;AlCi4JtC;;AkC51JA;EACE,cnC3C4B;EmC4C5B,iBApC2B;EAqC3B,qBApC+B;EAqC/B,yBAAyB;AlC+1J3B;;AkCn2JA;EAMI,eAtCoB;AlCu4JxB;;AkCv2JA;EAQI,kBAxCoB;AlC24JxB;;AmCt4JA;EAEE,4BpCZ4B;EoCa5B,kBpC2CU;EoC1CV,epCUW;AC83Jb;;AmC54JA;EAMI,mBAAmB;AnC04JvB;;AmCh5JA;EAQI,mBAAmB;EACnB,0BAA0B;AnC44J9B;;AmCr5JA;EAYI,kBpCGY;AC04JhB;;AmCz5JA;EAcI,kBpCDY;ACg5JhB;;AmC75JA;EAgBI,iBpCJW;ACq5Jf;;AmCj6JA;EAsCM,uBAH+C;AnCk4JrD;;AmCr6JA;EAwCQ,uBpChDuB;EoCiDvB,cpC9DqB;AC+7J7B;;AmC16JA;EA2CQ,mBpCnDuB;ACs7J/B;;AmC96JA;EAsCM,yBAH+C;AnC+4JrD;;AmCl7JA;EAwCQ,yBpC7DqB;EoC8DrB,YpCjDuB;AC+7J/B;;AmCv7JA;EA2CQ,qBpChEqB;ACg9J7B;;AmC37JA;EAsCM,yBAH+C;AnC45JrD;;AmC/7JA;EAwCQ,4BpClDsB;EoCmDtB,yBzBgBa;AV24JrB;;AmCp8JA;EA2CQ,wBpCrDsB;ACk9J9B;;AmCx8JA;EAsCM,yBAH+C;AnCy6JrD;;AmC58JA;EAwCQ,yBpCzDsB;EoC0DtB,WzBkBQ;AVs5JhB;;AmCj9JA;EA2CQ,qBpC5DsB;ACs+J9B;;AmCr9JA;EAsCM,yBzB4B0C;AVu5JhD;;AmCz9JA;EAwCQ,yBpC3C0B;EoC4C1B,WzBkBQ;AVm6JhB;;AmC99JA;EA2CQ,qBpC9C0B;EoC+C1B,czB+B6D;AVw5JrE;;AmCn+JA;EAsCM,yBzB4B0C;AVq6JhD;;AmCv+JA;EAwCQ,yBpCzC0B;EoC0C1B,WzBkBQ;AVi7JhB;;AmC5+JA;EA2CQ,qBpC5C0B;EoC6C1B,czB+B6D;AVs6JrE;;AmCj/JA;EAsCM,yBzB4B0C;AVm7JhD;;AmCr/JA;EAwCQ,yBpC1C0B;EoC2C1B,WzBkBQ;AV+7JhB;;AmC1/JA;EA2CQ,qBpC7C0B;EoC8C1B,czB+B6D;AVo7JrE;;AmC//JA;EAsCM,yBzB4B0C;AVi8JhD;;AmCngKA;EAwCQ,yBpC5C0B;EoC6C1B,WzBkBQ;AV68JhB;;AmCxgKA;EA2CQ,qBpC/C0B;EoCgD1B,czB+B6D;AVk8JrE;;AmC7gKA;EAsCM,yBzB4B0C;AV+8JhD;;AmCjhKA;EAwCQ,yBpC7C0B;EoC8C1B,yBzBgBa;AV69JrB;;AmCthKA;EA2CQ,qBpChD0B;EoCiD1B,czB+B6D;AVg9JrE;;AmC3hKA;EAsCM,yBzB4B0C;AV69JhD;;AmC/hKA;EAwCQ,yBpCvCyB;EoCwCzB,WzBkBQ;AVy+JhB;;AmCpiKA;EA2CQ,qBpC1CyB;EoC2CzB,czB+B6D;AV89JrE;;AmC3/JA;EACE,mBAAmB;EACnB,yBpChE4B;EoCiE5B,0BAAgE;EAChE,WzBSc;EyBRd,aAAa;EACb,gBpC/Be;EoCgCf,8BAA8B;EAC9B,iBAAiB;EACjB,mBAtEiC;EAuEjC,kBAAkB;AnC8/JpB;;AmCxgKA;EAYI,YAAY;EACZ,cAAc;ElC0Ed,mBkCzEsC;AnCggK1C;;AmC9gKA;EAgBI,eAjEgC;EAkEhC,yBAAyB;EACzB,0BAA0B;AnCkgK9B;;AmChgKA;EACE,qBpChF4B;EoCiF5B,kBpCtBU;EoCuBV,mBAAmB;EACnB,uBAjFmC;EAkFnC,cpCvF4B;EoCwF5B,qBAjFiC;AnColKnC;;AmCzgKA;;EASI,uBpCnF2B;ACwlK/B;;AmC9gKA;EAWI,6BAlFgD;AnCylKpD;;AoCzkKA;EAEE,mBAAmB;EACnB,aAAa;EACb,sBAAsB;EACtB,uBAAuB;EACvB,gBAAgB;EAChB,eAAe;EACf,WAxCU;ApCmnKZ;;AoCnlKA;EAWI,aAAa;ApC4kKjB;;AoC1kKA;EAEE,wCrC/C2B;AC2nK7B;;AoC1kKA;;EAEE,cA9CgC;EA+ChC,+BAA0D;EAC1D,cAAc;EACd,kBAAkB;EAClB,WAAW;ApC6kKb;;ACjjKE;EmClCF;;IASI,cAAc;IACd,8BAA0D;IAC1D,YAxDuB;EpCwoKzB;AACF;;AoC/kKA;EAEE,gBAAgB;EAChB,YAxD2B;EAyD3B,eAAe;EnCgGb,WmCxJoB;EA0DtB,SAzDoB;EA0DpB,WA5D2B;ApC6oK7B;;AoC/kKA;EACE,aAAa;EACb,sBAAsB;EACtB,8BAAgD;EAChD,gBAAgB;EAChB,uBAAuB;ApCklKzB;;AoChlKA;;EAEE,mBAAmB;EACnB,4BrCtE4B;EqCuE5B,aAAa;EACb,cAAc;EACd,2BAA2B;EAC3B,aApE4B;EAqE5B,kBAAkB;ApCmlKpB;;AoCjlKA;EACE,gCrCjF4B;EqCkF5B,2BrCtBgB;EqCuBhB,4BrCvBgB;AC2mKlB;;AoCllKA;EACE,crC1F4B;EqC2F5B,YAAY;EACZ,cAAc;EACd,iBrChEa;EqCiEb,cA7E8B;ApCkqKhC;;AoCnlKA;EACE,8BrCjCgB;EqCkChB,+BrClCgB;EqCmChB,6BrC/F4B;ACqrK9B;;AoCzlKA;EnCsDI,mBmChDuC;ApCulK3C;;AoCrlKA;EnChDE,iCAAiC;EmCkDjC,uBrCjG6B;EqCkG7B,YAAY;EACZ,cAAc;EACd,cAAc;EACd,aAtF4B;ApC8qK9B;;AqClpKA;EACE,uBtC5C6B;EsC6C7B,mBAvDqB;EAwDrB,kBAAkB;EAClB,WAtDW;ArC2sKb;;AqCzpKA;EASM,uBtCpDyB;EsCqDzB,ctClEuB;ACstK7B;;AqC9pKA;;EAcU,ctCtEmB;AC2tK7B;;AqCnqKA;;;;EAoBY,yB3B+BqB;E2B9BrB,ctC7EiB;ACmuK7B;;AqC3qKA;EAwBY,qBtChFiB;ACuuK7B;;AqC/qKA;EA0BQ,ctClFqB;AC2uK7B;;ACxpKE;EoC3BF;;;;IAgCY,ctCxFiB;ECmvK3B;EqC3rKF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,ctC/Fe;ECgwK3B;EqCxsKF;;IA0Cc,qBtClGe;ECowK3B;EqC5sKF;;;IA8CU,yB3BKuB;I2BJvB,ctCvGmB;EC0wK3B;EqCltKF;IAmDc,uBtC9FiB;IsC+FjB,ctC5Ge;EC8wK3B;AACF;;AqCvtKA;EASM,yBtCjEuB;EsCkEvB,YtCrDyB;ACuwK/B;;AqC5tKA;;EAcU,YtCzDqB;AC4wK/B;;AqCjuKA;;;;EAoBY,uB3B+BqB;E2B9BrB,YtChEmB;ACoxK/B;;AqCzuKA;EAwBY,mBtCnEmB;ACwxK/B;;AqC7uKA;EA0BQ,YtCrEuB;AC4xK/B;;ACttKE;EoC3BF;;;;IAgCY,YtC3EmB;ECoyK7B;EqCzvKF;;;;;;;;;;IAsCc,uB3BamB;I2BZnB,YtClFiB;ECizK7B;EqCtwKF;;IA0Cc,mBtCrFiB;ECqzK7B;EqC1wKF;;;IA8CU,uB3BKuB;I2BJvB,YtC1FqB;EC2zK7B;EqChxKF;IAmDc,yBtC3Ge;IsC4Gf,YtC/FiB;EC+zK7B;AACF;;AqCrxKA;EASM,4BtCtDwB;EsCuDxB,yB3BYe;AVowKrB;;AqC1xKA;;EAcU,yB3BQW;AVywKrB;;AqC/xKA;;;;EAoBY,yB3B+BqB;E2B9BrB,yB3BCS;AVixKrB;;AqCvyKA;EAwBY,gC3BFS;AVqxKrB;;AqC3yKA;EA0BQ,yB3BJa;AVyxKrB;;ACpxKE;EoC3BF;;;;IAgCY,yB3BVS;EViyKnB;EqCvzKF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,yB3BjBO;EV8yKnB;EqCp0KF;;IA0Cc,gC3BpBO;EVkzKnB;EqCx0KF;;;IA8CU,yB3BKuB;I2BJvB,yB3BzBW;EVwzKnB;EqC90KF;IAmDc,4BtChGgB;IsCiGhB,yB3B9BO;EV4zKnB;AACF;;AqCn1KA;EASM,yBtC7DwB;EsC8DxB,W3BcU;AVg0KhB;;AqCx1KA;;EAcU,W3BUM;AVq0KhB;;AqC71KA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AV60KhB;;AqCr2KA;EAwBY,kB3BAI;AVi1KhB;;AqCz2KA;EA0BQ,W3BFQ;AVq1KhB;;ACl1KE;EoC3BF;;;;IAgCY,W3BRI;EV61Kd;EqCr3KF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EV02Kd;EqCl4KF;;IA0Cc,kB3BlBE;EV82Kd;EqCt4KF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVo3Kd;EqC54KF;IAmDc,yBtCvGgB;IsCwGhB,W3B5BE;EVw3Kd;AACF;;AqCj5KA;EASM,yBtC/C4B;EsCgD5B,W3BcU;AV83KhB;;AqCt5KA;;EAcU,W3BUM;AVm4KhB;;AqC35KA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AV24KhB;;AqCn6KA;EAwBY,kB3BAI;AV+4KhB;;AqCv6KA;EA0BQ,W3BFQ;AVm5KhB;;ACh5KE;EoC3BF;;;;IAgCY,W3BRI;EV25Kd;EqCn7KF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVw6Kd;EqCh8KF;;IA0Cc,kB3BlBE;EV46Kd;EqCp8KF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVk7Kd;EqC18KF;IAmDc,yBtCzFoB;IsC0FpB,W3B5BE;EVs7Kd;AACF;;AqC/8KA;EASM,yBtC7C4B;EsC8C5B,W3BcU;AV47KhB;;AqCp9KA;;EAcU,W3BUM;AVi8KhB;;AqCz9KA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVy8KhB;;AqCj+KA;EAwBY,kB3BAI;AV68KhB;;AqCr+KA;EA0BQ,W3BFQ;AVi9KhB;;AC98KE;EoC3BF;;;;IAgCY,W3BRI;EVy9Kd;EqCj/KF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVs+Kd;EqC9/KF;;IA0Cc,kB3BlBE;EV0+Kd;EqClgLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVg/Kd;EqCxgLF;IAmDc,yBtCvFoB;IsCwFpB,W3B5BE;EVo/Kd;AACF;;AqC7gLA;EASM,yBtC9C4B;EsC+C5B,W3BcU;AV0/KhB;;AqClhLA;;EAcU,W3BUM;AV+/KhB;;AqCvhLA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVugLhB;;AqC/hLA;EAwBY,kB3BAI;AV2gLhB;;AqCniLA;EA0BQ,W3BFQ;AV+gLhB;;AC5gLE;EoC3BF;;;;IAgCY,W3BRI;EVuhLd;EqC/iLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVoiLd;EqC5jLF;;IA0Cc,kB3BlBE;EVwiLd;EqChkLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EV8iLd;EqCtkLF;IAmDc,yBtCxFoB;IsCyFpB,W3B5BE;EVkjLd;AACF;;AqC3kLA;EASM,yBtChD4B;EsCiD5B,W3BcU;AVwjLhB;;AqChlLA;;EAcU,W3BUM;AV6jLhB;;AqCrlLA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVqkLhB;;AqC7lLA;EAwBY,kB3BAI;AVykLhB;;AqCjmLA;EA0BQ,W3BFQ;AV6kLhB;;AC1kLE;EoC3BF;;;;IAgCY,W3BRI;EVqlLd;EqC7mLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EVkmLd;EqC1nLF;;IA0Cc,kB3BlBE;EVsmLd;EqC9nLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EV4mLd;EqCpoLF;IAmDc,yBtC1FoB;IsC2FpB,W3B5BE;EVgnLd;AACF;;AqCzoLA;EASM,yBtCjD4B;EsCkD5B,yB3BYe;AVwnLrB;;AqC9oLA;;EAcU,yB3BQW;AV6nLrB;;AqCnpLA;;;;EAoBY,yB3B+BqB;E2B9BrB,yB3BCS;AVqoLrB;;AqC3pLA;EAwBY,gC3BFS;AVyoLrB;;AqC/pLA;EA0BQ,yB3BJa;AV6oLrB;;ACxoLE;EoC3BF;;;;IAgCY,yB3BVS;EVqpLnB;EqC3qLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,yB3BjBO;EVkqLnB;EqCxrLF;;IA0Cc,gC3BpBO;EVsqLnB;EqC5rLF;;;IA8CU,yB3BKuB;I2BJvB,yB3BzBW;EV4qLnB;EqClsLF;IAmDc,yBtC3FoB;IsC4FpB,yB3B9BO;EVgrLnB;AACF;;AqCvsLA;EASM,yBtC3C2B;EsC4C3B,W3BcU;AVorLhB;;AqC5sLA;;EAcU,W3BUM;AVyrLhB;;AqCjtLA;;;;EAoBY,yB3B+BqB;E2B9BrB,W3BGI;AVisLhB;;AqCztLA;EAwBY,kB3BAI;AVqsLhB;;AqC7tLA;EA0BQ,W3BFQ;AVysLhB;;ACtsLE;EoC3BF;;;;IAgCY,W3BRI;EVitLd;EqCzuLF;;;;;;;;;;IAsCc,yB3BamB;I2BZnB,W3BfE;EV8tLd;EqCtvLF;;IA0Cc,kB3BlBE;EVkuLd;EqC1vLF;;;IA8CU,yB3BKuB;I2BJvB,W3BvBM;EVwuLd;EqChwLF;IAmDc,yBtCrFmB;IsCsFnB,W3B5BE;EV4uLd;AACF;;AqCrwLA;EAsDI,oBAAoB;EACpB,aAAa;EACb,mBA7GmB;EA8GnB,WAAW;ArCmtLf;;AqC5wLA;EA2DI,gCtCxG0B;AC6zL9B;;AqChxLA;EALE,OAAO;EACP,eAAe;EACf,QAAQ;EACR,WA/CiB;ArCw0LnB;;AqCvxLA;EAgEI,SAAS;ArC2tLb;;AqC3xLA;EAkEM,iCtC/GwB;AC40L9B;;AqC/xLA;EAoEI,MAAM;ArC+tLV;;AqC7tLA;;EAGI,oBA9HmB;ArC61LvB;;AqCluLA;;EAKI,uBAhImB;ArCk2LvB;;AqChuLA;;EAEE,oBAAoB;EACpB,aAAa;EACb,cAAc;EACd,mBAvIqB;ArC02LvB;;AqCjuLA;EAIM,6BAA6B;ArCiuLnC;;AqC/tLA;EpCtFE,iCAAiC;EoCwFjC,gBAAgB;EAChB,gBAAgB;EAChB,kBAAkB;ArCkuLpB;;AqChuLA;EACE,ctCpJ4B;EEoB5B,eAAe;EACf,cAAc;EACd,eoCxBqB;EpCyBrB,kBAAkB;EAClB,coC1BqB;EpCuJnB,iBoCCkC;ArCuuLtC;;ACp2LE;EACE,8BAA8B;EAC9B,cAAc;EACd,WAAW;EACX,qBAAqB;EACrB,kBAAkB;EAClB,wBAAwB;EACxB,yBFiCQ;EEhCR,yDAAyD;EACzD,oCF0Ba;EEzBb,WAAW;ADu2Lf;;ACt2LI;EACE,oBAAoB;ADy2L1B;;ACx2LI;EACE,oBAAoB;AD22L1B;;AC12LI;EACE,oBAAoB;AD62L1B;;AC52LE;EACE,qCAAiC;AD+2LrC;;AC32LM;EACE,wCAAwC;AD82LhD;;AC72LM;EACE,UAAU;ADg3LlB;;AC/2LM;EACE,0CAA0C;ADk3LlD;;AqC9wLA;EACE,aAAa;ArCixLf;;AqC/wLA;;EAEE,ctC7J4B;EsC8J5B,cAAc;EACd,gBAAgB;EAChB,uBAAuB;EACvB,kBAAkB;ArCkxLpB;;AqCxxLA;;EASM,qBAAqB;EACrB,sBAAsB;ArCoxL5B;;AqClxLA;;EAEE,eAAe;ArCqxLjB;;AqCvxLA;;;;;EAOI,yBtCvK0B;EsCwK1B,ctChK8B;ACw7LlC;;AqCtxLA;EACE,YAAY;EACZ,cAAc;ArCyxLhB;;AqC3xLA;EAII,mBA5KgC;ArCu8LpC;;AqC/xLA;EAMI,UAAU;ArC6xLd;;AqCnyLA;EAQI,YAAY;EACZ,cAAc;ArC+xLlB;;AqCxyLA;EAWI,oCAAoC;EACpC,mBA/LmB;EAgMnB,kCAAkC;ArCiyLtC;;AqC9yLA;EAgBM,6BApLyC;EAqLzC,4BtCnL4B;ACq9LlC;;AqCnzLA;EAmBM,6BApL0C;EAqL1C,4BtCtL4B;EsCuL5B,0BApLuC;EAqLvC,wBApLqC;EAqLrC,ctCzL4B;EsC0L5B,kCAAwE;ArCoyL9E;;AqClyLA;EACE,YAAY;EACZ,cAAc;ArCqyLhB;;AqCnyLA;EpC1DI,oBoC2DoC;ArCsyLxC;;AqCvyLA;EAII,qBtCpM8B;EsCqM9B,oBAAoB;EpCvDpB,coCwD6B;ArCuyLjC;;AqCryLA;EACE,mBAAmB;EACnB,sBAAsB;EACtB,mBAAmB;ArCwyLrB;;AqC3yLA;EAKI,oBAAoB;EACpB,qBAAqB;ArC0yLzB;;AqCxyLA;EACE,4BtC1N4B;EsC2N5B,YAAY;EACZ,aAAa;EACb,WA9LyB;EA+LzB,gBAAgB;ArC2yLlB;;AC77LE;EoC/BF;IAqLI,cAAc;ErC4yLhB;EqC3yLA;;IAGI,mBAAmB;IACnB,aAAa;ErC4yLjB;EqC3yLA;IAEI,aAAa;ErC4yLjB;EqCp4LF;IA0FI,uBtC1O2B;IsC2O3B,4CtCxPyB;IsCyPzB,iBAAiB;ErC6yLnB;EqChzLA;IAKI,cAAc;ErC8yLlB;EqC5yLA;IA1MA,OAAO;IACP,eAAe;IACf,QAAQ;IACR,WA/CiB;ErCwiMjB;EqClzLA;IAKI,SAAS;ErCgzLb;EqCrzLA;IAOM,4CtCpQqB;ECqjM3B;EqCxzLA;IASI,MAAM;ErCkzLV;EqC3zLA;IpCjMA,iCAAiC;IoC+M3B,iCAA2C;IAC3C,cAAc;ErCizLpB;EqChzLA;;IAGI,oBA7QiB;ErC8jMrB;EqCpzLA;;IAKI,uBA/QiB;ErCkkMrB;AACF;;ACn/LE;EoCkMA;;;;IAIE,oBAAoB;IACpB,aAAa;ErCqzLf;EqCvhMF;IAoOI,mBAzRmB;ErC+kMrB;EqCvzLA;IAGI,kBAzR0B;ErCglM9B;EqC1zLA;;IAMM,mBAAmB;ErCwzLzB;EqC9zLA;;IASM,kBtCjOI;EC0hMV;EqCl0LA;;;;IAgBQ,wCAAwC;ErCwzLhD;EqCx0LA;IAuBU,wCAAwC;ErCozLlD;EqC30LA;IA4BU,4BtC5SkB;IsC6SlB,ctCxTiB;EC0mM3B;EqC/0LA;IA+BU,4BtC/SkB;IsCgTlB,ctCvSsB;EC0lMhC;EqCt9LF;IAqKI,aAAa;ErCozLf;EqCj9LF;;IAgKI,mBAAmB;IACnB,aAAa;ErCqzLf;EqCh8LF;IA8IM,oBAAoB;ErCqzLxB;EqCvzLA;IAKM,oDAAoD;ErCqzL1D;EqC1zLA;IAOM,gCtCjUsB;IsCkUtB,0BAAkE;IAClE,gBAAgB;IAChB,YAAY;IACZ,4CtC7UqB;IsC8UrB,SAAS;ErCszLf;EqCl0LA;IAkBM,cAAc;ErCmzLpB;EqClzLM;IAEE,UAAU;IACV,oBAAoB;IACpB,wBAAwB;ErCmzLhC;EqC/+LF;IA8LI,YAAY;IACZ,cAAc;ErCozLhB;EqCnzLA;IACE,2BAA2B;IpCpM3B,kBoCqMoC;ErCqzLtC;EqCpzLA;IACE,yBAAyB;IpCvMzB,iBoCwMoC;ErCszLtC;EqC57LF;IAwII,uBtCvV2B;IsCwV3B,8BtCjSc;IsCkSd,+BtClSc;IsCmSd,6BtC/V0B;IsCgW1B,2CtCxWyB;IsCyWzB,aAAa;IACb,mBAAmB;IpCxMnB,OoCyMuB;IACvB,eAAe;IACf,kBAAkB;IAClB,SAAS;IACT,WAhVkB;ErCuoMpB;EqC18LF;IAqJM,sBAAsB;IACtB,mBAAmB;ErCwzLvB;EqCv0LA;IpCzME,mBoC0NuC;ErCyzLzC;EqC10LA;IAoBM,4BtC5WsB;IsC6WtB,ctCxXqB;ECirM3B;EqC90LA;IAuBM,4BtC/WsB;IsCgXtB,ctCvW0B;ECiqMhC;EqCzzLE;IAEE,kBtC1TY;IsC2TZ,gBAAgB;IAChB,4EtChYuB;IsCiYvB,cAAc;IACd,UAAU;IACV,oBAAoB;IACpB,wBAA8C;IAC9C,2BAA2B;IAC3B,yBtChUM;IsCiUN,uCAAuC;ErC0zL3C;EqC91LA;IAsCI,UAAU;IACV,QAAQ;ErC2zLZ;EqCj+LF;IAwKI,cAAc;ErC4zLhB;EqC3zLA;;IpCnPE,qBoCsPyC;ErC4zL3C;EqC/zLA;;IpCnPE,sBoCwPyC;ErC8zL3C;EqC5zLA;IAjWA,OAAO;IACP,eAAe;IACf,QAAQ;IACR,WA/CiB;ErC+sMjB;EqCl0LA;IAKI,SAAS;ErCg0Lb;EqCr0LA;IAOM,4CtC3ZqB;EC4tM3B;EqCx0LA;IASI,MAAM;ErCk0LV;EqCj0LA;;IAGI,oBA9ZiB;ErCguMrB;EqCr0LA;;IAKI,uBAhaiB;ErCouMrB;EqCz0LA;;IAOI,oBAA4D;ErCs0LhE;EqC70LA;;IASI,uBAA+D;ErCw0LnE;EqCt0LA;;IAGI,ctC5auB;ECmvM3B;EqC10LA;;IAKI,6BAja2C;ErC0uM/C;EqCx0LA;IAKM,yBtCxasB;EC8uM5B;AACF;;AqCn0LA;EAEI,iCAA2C;ArCq0L/C;;AsC5tMA;EAEE,evCFW;EuCGX,gBAnC0B;AtCiwM5B;;AsCjuMA;EAMI,kBvCLY;ACouMhB;;AsCruMA;EAQI,kBvCTY;AC0uMhB;;AsCzuMA;EAUI,iBvCZW;AC+uMf;;AsC7uMA;;EAcM,iBAAiB;EACjB,kBAAkB;EAClB,qBvCkBiB;ACktMvB;;AsCpvMA;EAkBM,qBvCgBiB;ACstMvB;;AsCpuMA;;EAEE,mBAAmB;EACnB,aAAa;EACb,uBAAuB;EACvB,kBAAkB;AtCuuMpB;;AsCruMA;;;;EAME,cA9D6B;EA+D7B,uBAAuB;EACvB,eA/D8B;EAgE9B,mBA/DkC;EAgElC,oBA/DmC;EAgEnC,kBAAkB;AtCsuMpB;;AsCpuMA;;;EAGE,qBvCtE4B;EuCuE5B,cvC3E4B;EuC4E5B,gBxC3EoB;AEkzMtB;;AsC5uMA;;;EAOI,qBvC3E0B;EuC4E1B,cvC/E0B;AC0zM9B;;AsCnvMA;;;EAUI,qBvCjE8B;ACgzMlC;;AsCzvMA;;;EAYI,iDvCvFyB;AC00M7B;;AsC/vMA;;;EAcI,yBvCjF0B;EuCkF1B,qBvClF0B;EuCmF1B,gBAAgB;EAChB,cvCtF0B;EuCuF1B,YAAY;AtCuvMhB;;AsCrvMA;;EAEE,oBAtFkC;EAuFlC,qBAtFmC;EAuFnC,mBAAmB;AtCwvMrB;;AsCtvMA;EAEI,yBvCnF8B;EuCoF9B,qBvCpF8B;EuCqF9B,W5BzBY;AVixMhB;;AsCtvMA;EACE,cvCrG4B;EuCsG5B,oBAAoB;AtCyvMtB;;AsCvvMA;EACE,eAAe;AtC0vMjB;;AsC3vMA;EAGI,gBAAgB;AtC4vMpB;;ACnxME;EqCxDF;IAmFI,eAAe;EtC6vMjB;EsCpxMF;;IA0BI,YAAY;IACZ,cAAc;EtC8vMhB;EsCzwMF;IAcM,YAAY;IACZ,cAAc;EtC8vMlB;AACF;;AC9xME;EqCgBF;IAmBI,YAAY;IACZ,cAAc;IACd,2BAA2B;IAC3B,QAAQ;EtCgwMV;EsC/vMA;IACE,QAAQ;EtCiwMV;EsChwMA;IACE,QAAQ;EtCkwMV;EsCx2MF;IAwGI,8BAA8B;EtCmwMhC;EsCpwMA;IAIM,QAAQ;EtCmwMd;EsCvwMA;IAMM,uBAAuB;IACvB,QAAQ;EtCowMd;EsC3wMA;IASM,QAAQ;EtCqwMd;EsC9wMA;IAYM,QAAQ;EtCqwMd;EsCjxMA;IAcM,QAAQ;EtCswMd;EsCpxMA;IAgBM,yBAAyB;IACzB,QAAQ;EtCuwMd;AACF;;AuCr4MA;EACE,kBxCqCgB;EwCpChB,0FxChC2B;EwCiC3B,exCEW;ACs4Mb;;AuC34MA;EAKI,qBxCWkB;AC+3MtB;;AuC/4MA;EAYQ,uBxC7BuB;EwC8BvB,cxC3CqB;ACk7M7B;;AuCp5MA;EAeQ,0BxChCuB;ACy6M/B;;AuCx5MA;EAiBQ,YxClCuB;AC66M/B;;AuC55MA;EAYQ,yBxC1CqB;EwC2CrB,YxC9BuB;ACk7M/B;;AuCj6MA;EAeQ,4BxC7CqB;ACm8M7B;;AuCr6MA;EAiBQ,cxC/CqB;ACu8M7B;;AuCz6MA;EAYQ,4BxC/BsB;EwCgCtB,yB7BmCa;AV83MrB;;AuC96MA;EAeQ,+BxClCsB;ACq8M9B;;AuCl7MA;EAiBQ,iBxCpCsB;ACy8M9B;;AuCt7MA;EAYQ,yBxCtCsB;EwCuCtB,W7BqCQ;AVy4MhB;;AuC37MA;EAeQ,4BxCzCsB;ACy9M9B;;AuC/7MA;EAiBQ,cxC3CsB;AC69M9B;;AuCn8MA;EAYQ,yBxCxB0B;EwCyB1B,W7BqCQ;AVs5MhB;;AuCx8MA;EAeQ,4BxC3B0B;ACw9MlC;;AuC58MA;EAiBQ,cxC7B0B;AC49MlC;;AuCh9MA;EAYQ,yBxCtB0B;EwCuB1B,W7BqCQ;AVm6MhB;;AuCr9MA;EAeQ,4BxCzB0B;ACm+MlC;;AuCz9MA;EAiBQ,cxC3B0B;ACu+MlC;;AuC79MA;EAYQ,yBxCvB0B;EwCwB1B,W7BqCQ;AVg7MhB;;AuCl+MA;EAeQ,4BxC1B0B;ACi/MlC;;AuCt+MA;EAiBQ,cxC5B0B;ACq/MlC;;AuC1+MA;EAYQ,yBxCzB0B;EwC0B1B,W7BqCQ;AV67MhB;;AuC/+MA;EAeQ,4BxC5B0B;ACggNlC;;AuCn/MA;EAiBQ,cxC9B0B;ACogNlC;;AuCv/MA;EAYQ,yBxC1B0B;EwC2B1B,yB7BmCa;AV48MrB;;AuC5/MA;EAeQ,4BxC7B0B;AC8gNlC;;AuChgNA;EAiBQ,cxC/B0B;ACkhNlC;;AuCpgNA;EAYQ,yBxCpByB;EwCqBzB,W7BqCQ;AVu9MhB;;AuCzgNA;EAeQ,4BxCvByB;ACqhNjC;;AuC7gNA;EAiBQ,cxCzByB;ACyhNjC;;AuC9/MA;;EAGI,gCxC3C2B;AC2iN/B;;AuC9/MA;EACE,yBxC9C6B;EwC+C7B,0BAA8C;EAC9C,cxCrD4B;EwCsD5B,iBAhDyB;EAiDzB,gBxCjBe;EwCkBf,iBArD8B;EAsD9B,mBArDgC;AvCsjNlC;;AuC//MA;EACE,qBAAqB;EACrB,aAAa;EACb,kBArD4B;EAsD5B,uBAAuB;AvCkgNzB;;AuCtgNA;EAMI,gCxC7D0B;EwC8D1B,mBAAmB;EACnB,cAAc;AvCogNlB;;AuC5gNA;EAWM,4BxCrEwB;EwCsExB,cxCvEwB;AC4kN9B;;AuCngNA;EAEI,cxC1E0B;AC+kN9B;;AuCvgNA;EAIM,cxC7D4B;ACokNlC;;AuCrgNA;EACE,mBAAmB;EACnB,cxCjF4B;EwCkF5B,aAAa;EACb,2BAA2B;EAC3B,qBAAqB;AvCwgNvB;;AuC7gNA;EtCuEI,oBsChEsC;AvC0gN1C;;AuCjhNA;EASI,YAAY;EACZ,cAAc;EACd,WAAW;AvC4gNf;;AuCvhNA;EAaI,eAAe;AvC8gNnB;;AuC3hNA;EAeI,0BxC9E8B;EwC+E9B,cxC/F0B;AC+mN9B;;AuChiNA;EAkBM,cxCjF4B;ACmmNlC;;AuCpiNA;EAoBI,8BxCnCc;EwCoCd,+BxCpCc;ACwjNlB;;AuClhNA;;EAEE,eAAe;AvCqhNjB;;AuCvhNA;;EAII,4BxCnG0B;AC2nN9B;;AuCthNA;EtChGE,qBAAqB;EACrB,esCgGgB;EtC/FhB,WsC+FqB;EtC9FrB,gBsC8FqB;EtC7FrB,kBAAkB;EAClB,mBAAmB;EACnB,UsC2FqB;EACrB,cxC5G4B;EEoJ1B,oBsCvCoC;AvC+hNxC;;AuCliNA;EAKI,kBAAkB;EAClB,oBAAoB;AvCiiNxB;;AwC3nNA;EvCgCE,iCAAiC;EuC5BjC,oBAAoB;EACpB,aAAa;EACb,ezCCW;EyCAX,8BAA8B;EAC9B,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;AxC4nNrB;;AwCtoNA;EAYI,mBAAmB;EACnB,4BzCjC0B;EyCkC1B,0BAzC4B;EA0C5B,wBAzC0B;EA0C1B,czCvC0B;EyCwC1B,aAAa;EACb,uBAAuB;EACvB,mBAA6C;EAC7C,kBAxCyB;EAyCzB,mBAAmB;AxC8nNvB;;AwCnpNA;EAuBM,4BzC/CwB;EyCgDxB,czChDwB;ACgrN9B;;AwCxpNA;EA0BI,cAAc;AxCkoNlB;;AwC5pNA;EA6BQ,4BzCrC0B;EyCsC1B,czCtC0B;ACyqNlC;;AwCjqNA;EAgCI,mBAAmB;EACnB,4BzCrD0B;EyCsD1B,0BA7D4B;EA8D5B,wBA7D0B;EA8D1B,aAAa;EACb,YAAY;EACZ,cAAc;EACd,2BAA2B;AxCqoN/B;;AwC5qNA;EAyCM,qBAAqB;AxCuoN3B;;AwChrNA;EA2CM,UAAU;EACV,uBAAuB;EACvB,oBAAoB;EACpB,qBAAqB;AxCyoN3B;;AwCvrNA;EAgDM,yBAAyB;EACzB,oBAAoB;AxC2oN1B;;AwC5rNA;EvC8HI,mBuC1EuC;AxC4oN3C;;AwChsNA;EvC8HI,kBuCxEuC;AxC8oN3C;;AwCpsNA;EA0DM,uBAAuB;AxC8oN7B;;AwCxsNA;EA6DM,yBAAyB;AxC+oN/B;;AwC5sNA;EAiEM,6BAA6B;EAE3B,0BAAkE;AxC8oN1E;;AwCjtNA;EAuEQ,4BzCxFsB;EyCyFtB,4BzC5FsB;AC0uN9B;;AwCttNA;EA4EU,uBzC3FqB;EyC4FrB,qBzCjGoB;EyCkGpB,2CAA2E;AxC8oNrF;;AwC5tNA;EAiFM,YAAY;EACZ,cAAc;AxC+oNpB;;AwCjuNA;EAqFM,qBzCzGwB;EyC0GxB,mBA/F+B;EAgG/B,iBA/F6B;EAgG7B,gBAAgB;EAChB,kBAAkB;AxCgpNxB;;AwCzuNA;EA2FQ,4BzC5GsB;EyC6GtB,qBzCjHsB;EyCkHtB,UAAU;AxCkpNlB;;AwC/uNA;EvC8HI,iBuC9BuE;AxCmpN3E;;AwCnvNA;EAmGU,2BzC5DE;EyC6DF,8BzC7DE;ACitNZ;;AwCxvNA;EA0GU,4BzCnEE;EyCoEF,+BzCpEE;ACstNZ;;AwC7vNA;EAiHU,yBzCzHwB;EyC0HxB,qBzC1HwB;EyC2HxB,W9B/DM;E8BgEN,UAAU;AxCgpNpB;;AwCpwNA;EAsHM,mBAAmB;AxCkpNzB;;AwCxwNA;EA2HY,iCzClFW;EyCmFX,8BzCnFW;EyCoFX,oBAAoB;AxCipNhC;;AwC9wNA;EAoIY,kCzC3FW;EyC4FX,+BzC5FW;EyC6FX,qBAAqB;AxC8oNjC;;AwCpxNA;EA6II,kBzCrIY;ACgxNhB;;AwCxxNA;EA+II,kBzCzIY;ACsxNhB;;AwC5xNA;EAiJI,iBzC5IW;AC2xNf;;AyC9zNA,eAAA;ACIA;EACE,cAAc;EACd,aAAa;EACb,YAAY;EACZ,cAAc;EACd,gBAPkB;A1Cq0NpB;;A0C7zNE;EACE,UAAU;EACV,YAAY;A1Cg0NhB;;A0C/zNE;EACE,UAAU;EACV,WAAW;A1Ck0Nf;;A0Cj0NE;EACE,UAAU;EACV,UAAU;A1Co0Nd;;A0Cn0NE;EACE,UAAU;EACV,eAAe;A1Cs0NnB;;A0Cr0NE;EACE,UAAU;EACV,UAAU;A1Cw0Nd;;A0Cv0NE;EACE,UAAU;EACV,eAAe;A1C00NnB;;A0Cz0NE;EACE,UAAU;EACV,UAAU;A1C40Nd;;A0C30NE;EACE,UAAU;EACV,UAAU;A1C80Nd;;A0C70NE;EACE,UAAU;EACV,UAAU;A1Cg1Nd;;A0C/0NE;EACE,UAAU;EACV,UAAU;A1Ck1Nd;;A0Cj1NE;EACE,UAAU;EACV,UAAU;A1Co1Nd;;A0Cn1NE;EzCiHE,gByChHmC;A1Cs1NvC;;A0Cr1NE;EzC+GE,qByC9GwC;A1Cw1N5C;;A0Cv1NE;EzC6GE,gByC5GmC;A1C01NvC;;A0Cz1NE;EzC2GE,qByC1GwC;A1C41N5C;;A0C31NE;EzCyGE,gByCxGmC;A1C81NvC;;A0C71NE;EzCuGE,gByCtGmC;A1Cg2NvC;;A0C/1NE;EzCqGE,gByCpGmC;A1Ck2NvC;;A0Cj2NE;EzCmGE,gByClGmC;A1Co2NvC;;A0Cn2NE;EzCiGE,gByChGmC;A1Cs2NvC;;A0Cp2NI;EACE,UAAU;EACV,SAA0B;A1Cu2NhC;;A0Ct2NI;EzC2FA,eyC1FqD;A1Cy2NzD;;A0C72NI;EACE,UAAU;EACV,eAA0B;A1Cg3NhC;;A0C/2NI;EzC2FA,qByC1FqD;A1Ck3NzD;;A0Ct3NI;EACE,UAAU;EACV,gBAA0B;A1Cy3NhC;;A0Cx3NI;EzC2FA,sByC1FqD;A1C23NzD;;A0C/3NI;EACE,UAAU;EACV,UAA0B;A1Ck4NhC;;A0Cj4NI;EzC2FA,gByC1FqD;A1Co4NzD;;A0Cx4NI;EACE,UAAU;EACV,gBAA0B;A1C24NhC;;A0C14NI;EzC2FA,sByC1FqD;A1C64NzD;;A0Cj5NI;EACE,UAAU;EACV,gBAA0B;A1Co5NhC;;A0Cn5NI;EzC2FA,sByC1FqD;A1Cs5NzD;;A0C15NI;EACE,UAAU;EACV,UAA0B;A1C65NhC;;A0C55NI;EzC2FA,gByC1FqD;A1C+5NzD;;A0Cn6NI;EACE,UAAU;EACV,gBAA0B;A1Cs6NhC;;A0Cr6NI;EzC2FA,sByC1FqD;A1Cw6NzD;;A0C56NI;EACE,UAAU;EACV,gBAA0B;A1C+6NhC;;A0C96NI;EzC2FA,sByC1FqD;A1Ci7NzD;;A0Cr7NI;EACE,UAAU;EACV,UAA0B;A1Cw7NhC;;A0Cv7NI;EzC2FA,gByC1FqD;A1C07NzD;;A0C97NI;EACE,UAAU;EACV,gBAA0B;A1Ci8NhC;;A0Ch8NI;EzC2FA,sByC1FqD;A1Cm8NzD;;A0Cv8NI;EACE,UAAU;EACV,gBAA0B;A1C08NhC;;A0Cz8NI;EzC2FA,sByC1FqD;A1C48NzD;;A0Ch9NI;EACE,UAAU;EACV,WAA0B;A1Cm9NhC;;A0Cl9NI;EzC2FA,iByC1FqD;A1Cq9NzD;;AC17NE;EyCzFF;IAiEM,UAAU;IACV,YAAY;E1Cu9NhB;E0CzhOF;IAoEM,UAAU;IACV,WAAW;E1Cw9Nf;E0C7hOF;IAuEM,UAAU;IACV,UAAU;E1Cy9Nd;E0CjiOF;IA0EM,UAAU;IACV,eAAe;E1C09NnB;E0CriOF;IA6EM,UAAU;IACV,UAAU;E1C29Nd;E0CziOF;IAgFM,UAAU;IACV,eAAe;E1C49NnB;E0C7iOF;IAmFM,UAAU;IACV,UAAU;E1C69Nd;E0CjjOF;IAsFM,UAAU;IACV,UAAU;E1C89Nd;E0CrjOF;IAyFM,UAAU;IACV,UAAU;E1C+9Nd;E0CzjOF;IA4FM,UAAU;IACV,UAAU;E1Cg+Nd;E0C7jOF;IA+FM,UAAU;IACV,UAAU;E1Ci+Nd;E0CjkOF;IzCwJI,gByCtDqC;E1Ck+NvC;E0CpkOF;IzCwJI,qByCpD0C;E1Cm+N5C;E0CvkOF;IzCwJI,gByClDqC;E1Co+NvC;E0C1kOF;IzCwJI,qByChD0C;E1Cq+N5C;E0C7kOF;IzCwJI,gByC9CqC;E1Cs+NvC;E0ChlOF;IzCwJI,gByC5CqC;E1Cu+NvC;E0CnlOF;IzCwJI,gByC1CqC;E1Cw+NvC;E0CtlOF;IzCwJI,gByCxCqC;E1Cy+NvC;E0CzlOF;IzCwJI,gByCtCqC;E1C0+NvC;E0C5lOF;IAqHQ,UAAU;IACV,SAA0B;E1C0+NhC;E0ChmOF;IzCwJI,eyChCuD;E1C2+NzD;E0CnmOF;IAqHQ,UAAU;IACV,eAA0B;E1Ci/NhC;E0CvmOF;IzCwJI,qByChCuD;E1Ck/NzD;E0C1mOF;IAqHQ,UAAU;IACV,gBAA0B;E1Cw/NhC;E0C9mOF;IzCwJI,sByChCuD;E1Cy/NzD;E0CjnOF;IAqHQ,UAAU;IACV,UAA0B;E1C+/NhC;E0CrnOF;IzCwJI,gByChCuD;E1CggOzD;E0CxnOF;IAqHQ,UAAU;IACV,gBAA0B;E1CsgOhC;E0C5nOF;IzCwJI,sByChCuD;E1CugOzD;E0C/nOF;IAqHQ,UAAU;IACV,gBAA0B;E1C6gOhC;E0CnoOF;IzCwJI,sByChCuD;E1C8gOzD;E0CtoOF;IAqHQ,UAAU;IACV,UAA0B;E1CohOhC;E0C1oOF;IzCwJI,gByChCuD;E1CqhOzD;E0C7oOF;IAqHQ,UAAU;IACV,gBAA0B;E1C2hOhC;E0CjpOF;IzCwJI,sByChCuD;E1C4hOzD;E0CppOF;IAqHQ,UAAU;IACV,gBAA0B;E1CkiOhC;E0CxpOF;IzCwJI,sByChCuD;E1CmiOzD;E0C3pOF;IAqHQ,UAAU;IACV,UAA0B;E1CyiOhC;E0C/pOF;IzCwJI,gByChCuD;E1C0iOzD;E0ClqOF;IAqHQ,UAAU;IACV,gBAA0B;E1CgjOhC;E0CtqOF;IzCwJI,sByChCuD;E1CijOzD;E0CzqOF;IAqHQ,UAAU;IACV,gBAA0B;E1CujOhC;E0C7qOF;IzCwJI,sByChCuD;E1CwjOzD;E0ChrOF;IAqHQ,UAAU;IACV,WAA0B;E1C8jOhC;E0CprOF;IzCwJI,iByChCuD;E1C+jOzD;AACF;;AC3lOE;EyC7FF;IA4HM,UAAU;IACV,YAAY;E1CikOhB;E0C9rOF;IAgIM,UAAU;IACV,WAAW;E1CikOf;E0ClsOF;IAoIM,UAAU;IACV,UAAU;E1CikOd;E0CtsOF;IAwIM,UAAU;IACV,eAAe;E1CikOnB;E0C1sOF;IA4IM,UAAU;IACV,UAAU;E1CikOd;E0C9sOF;IAgJM,UAAU;IACV,eAAe;E1CikOnB;E0CltOF;IAoJM,UAAU;IACV,UAAU;E1CikOd;E0CttOF;IAwJM,UAAU;IACV,UAAU;E1CikOd;E0C1tOF;IA4JM,UAAU;IACV,UAAU;E1CikOd;E0C9tOF;IAgKM,UAAU;IACV,UAAU;E1CikOd;E0CluOF;IAoKM,UAAU;IACV,UAAU;E1CikOd;E0CtuOF;IzCwJI,gByCgBqC;E1CikOvC;E0CzuOF;IzCwJI,qByCmB0C;E1CikO5C;E0C5uOF;IzCwJI,gByCsBqC;E1CikOvC;E0C/uOF;IzCwJI,qByCyB0C;E1CikO5C;E0ClvOF;IzCwJI,gByC4BqC;E1CikOvC;E0CrvOF;IzCwJI,gByC+BqC;E1CikOvC;E0CxvOF;IzCwJI,gByCkCqC;E1CikOvC;E0C3vOF;IzCwJI,gByCqCqC;E1CikOvC;E0C9vOF;IzCwJI,gByCwCqC;E1CikOvC;E0CjwOF;IAoMQ,UAAU;IACV,SAA0B;E1CgkOhC;E0CrwOF;IzCwJI,eyCgDuD;E1CgkOzD;E0CxwOF;IAoMQ,UAAU;IACV,eAA0B;E1CukOhC;E0C5wOF;IzCwJI,qByCgDuD;E1CukOzD;E0C/wOF;IAoMQ,UAAU;IACV,gBAA0B;E1C8kOhC;E0CnxOF;IzCwJI,sByCgDuD;E1C8kOzD;E0CtxOF;IAoMQ,UAAU;IACV,UAA0B;E1CqlOhC;E0C1xOF;IzCwJI,gByCgDuD;E1CqlOzD;E0C7xOF;IAoMQ,UAAU;IACV,gBAA0B;E1C4lOhC;E0CjyOF;IzCwJI,sByCgDuD;E1C4lOzD;E0CpyOF;IAoMQ,UAAU;IACV,gBAA0B;E1CmmOhC;E0CxyOF;IzCwJI,sByCgDuD;E1CmmOzD;E0C3yOF;IAoMQ,UAAU;IACV,UAA0B;E1C0mOhC;E0C/yOF;IzCwJI,gByCgDuD;E1C0mOzD;E0ClzOF;IAoMQ,UAAU;IACV,gBAA0B;E1CinOhC;E0CtzOF;IzCwJI,sByCgDuD;E1CinOzD;E0CzzOF;IAoMQ,UAAU;IACV,gBAA0B;E1CwnOhC;E0C7zOF;IzCwJI,sByCgDuD;E1CwnOzD;E0Ch0OF;IAoMQ,UAAU;IACV,UAA0B;E1C+nOhC;E0Cp0OF;IzCwJI,gByCgDuD;E1C+nOzD;E0Cv0OF;IAoMQ,UAAU;IACV,gBAA0B;E1CsoOhC;E0C30OF;IzCwJI,sByCgDuD;E1CsoOzD;E0C90OF;IAoMQ,UAAU;IACV,gBAA0B;E1C6oOhC;E0Cl1OF;IzCwJI,sByCgDuD;E1C6oOzD;E0Cr1OF;IAoMQ,UAAU;IACV,WAA0B;E1CopOhC;E0Cz1OF;IzCwJI,iByCgDuD;E1CopOzD;AACF;;ACxvOE;EyCrGF;IA2MM,UAAU;IACV,YAAY;E1CupOhB;E0Cn2OF;IA8MM,UAAU;IACV,WAAW;E1CwpOf;E0Cv2OF;IAiNM,UAAU;IACV,UAAU;E1CypOd;E0C32OF;IAoNM,UAAU;IACV,eAAe;E1C0pOnB;E0C/2OF;IAuNM,UAAU;IACV,UAAU;E1C2pOd;E0Cn3OF;IA0NM,UAAU;IACV,eAAe;E1C4pOnB;E0Cv3OF;IA6NM,UAAU;IACV,UAAU;E1C6pOd;E0C33OF;IAgOM,UAAU;IACV,UAAU;E1C8pOd;E0C/3OF;IAmOM,UAAU;IACV,UAAU;E1C+pOd;E0Cn4OF;IAsOM,UAAU;IACV,UAAU;E1CgqOd;E0Cv4OF;IAyOM,UAAU;IACV,UAAU;E1CiqOd;E0C34OF;IzCwJI,gByCoFqC;E1CkqOvC;E0C94OF;IzCwJI,qByCsF0C;E1CmqO5C;E0Cj5OF;IzCwJI,gByCwFqC;E1CoqOvC;E0Cp5OF;IzCwJI,qByC0F0C;E1CqqO5C;E0Cv5OF;IzCwJI,gByC4FqC;E1CsqOvC;E0C15OF;IzCwJI,gByC8FqC;E1CuqOvC;E0C75OF;IzCwJI,gByCgGqC;E1CwqOvC;E0Ch6OF;IzCwJI,gByCkGqC;E1CyqOvC;E0Cn6OF;IzCwJI,gByCoGqC;E1C0qOvC;E0Ct6OF;IA+PQ,UAAU;IACV,SAA0B;E1C0qOhC;E0C16OF;IzCwJI,eyC0GuD;E1C2qOzD;E0C76OF;IA+PQ,UAAU;IACV,eAA0B;E1CirOhC;E0Cj7OF;IzCwJI,qByC0GuD;E1CkrOzD;E0Cp7OF;IA+PQ,UAAU;IACV,gBAA0B;E1CwrOhC;E0Cx7OF;IzCwJI,sByC0GuD;E1CyrOzD;E0C37OF;IA+PQ,UAAU;IACV,UAA0B;E1C+rOhC;E0C/7OF;IzCwJI,gByC0GuD;E1CgsOzD;E0Cl8OF;IA+PQ,UAAU;IACV,gBAA0B;E1CssOhC;E0Ct8OF;IzCwJI,sByC0GuD;E1CusOzD;E0Cz8OF;IA+PQ,UAAU;IACV,gBAA0B;E1C6sOhC;E0C78OF;IzCwJI,sByC0GuD;E1C8sOzD;E0Ch9OF;IA+PQ,UAAU;IACV,UAA0B;E1CotOhC;E0Cp9OF;IzCwJI,gByC0GuD;E1CqtOzD;E0Cv9OF;IA+PQ,UAAU;IACV,gBAA0B;E1C2tOhC;E0C39OF;IzCwJI,sByC0GuD;E1C4tOzD;E0C99OF;IA+PQ,UAAU;IACV,gBAA0B;E1CkuOhC;E0Cl+OF;IzCwJI,sByC0GuD;E1CmuOzD;E0Cr+OF;IA+PQ,UAAU;IACV,UAA0B;E1CyuOhC;E0Cz+OF;IzCwJI,gByC0GuD;E1C0uOzD;E0C5+OF;IA+PQ,UAAU;IACV,gBAA0B;E1CgvOhC;E0Ch/OF;IzCwJI,sByC0GuD;E1CivOzD;E0Cn/OF;IA+PQ,UAAU;IACV,gBAA0B;E1CuvOhC;E0Cv/OF;IzCwJI,sByC0GuD;E1CwvOzD;E0C1/OF;IA+PQ,UAAU;IACV,WAA0B;E1C8vOhC;E0C9/OF;IzCwJI,iByC0GuD;E1C+vOzD;AACF;;ACz5OE;EyCzGF;IAqQM,UAAU;IACV,YAAY;E1CkwOhB;E0CxgPF;IAwQM,UAAU;IACV,WAAW;E1CmwOf;E0C5gPF;IA2QM,UAAU;IACV,UAAU;E1CowOd;E0ChhPF;IA8QM,UAAU;IACV,eAAe;E1CqwOnB;E0CphPF;IAiRM,UAAU;IACV,UAAU;E1CswOd;E0CxhPF;IAoRM,UAAU;IACV,eAAe;E1CuwOnB;E0C5hPF;IAuRM,UAAU;IACV,UAAU;E1CwwOd;E0ChiPF;IA0RM,UAAU;IACV,UAAU;E1CywOd;E0CpiPF;IA6RM,UAAU;IACV,UAAU;E1C0wOd;E0CxiPF;IAgSM,UAAU;IACV,UAAU;E1C2wOd;E0C5iPF;IAmSM,UAAU;IACV,UAAU;E1C4wOd;E0ChjPF;IzCwJI,gByC8IqC;E1C6wOvC;E0CnjPF;IzCwJI,qByCgJ0C;E1C8wO5C;E0CtjPF;IzCwJI,gByCkJqC;E1C+wOvC;E0CzjPF;IzCwJI,qByCoJ0C;E1CgxO5C;E0C5jPF;IzCwJI,gByCsJqC;E1CixOvC;E0C/jPF;IzCwJI,gByCwJqC;E1CkxOvC;E0ClkPF;IzCwJI,gByC0JqC;E1CmxOvC;E0CrkPF;IzCwJI,gByC4JqC;E1CoxOvC;E0CxkPF;IzCwJI,gByC8JqC;E1CqxOvC;E0C3kPF;IAyTQ,UAAU;IACV,SAA0B;E1CqxOhC;E0C/kPF;IzCwJI,eyCoKuD;E1CsxOzD;E0CllPF;IAyTQ,UAAU;IACV,eAA0B;E1C4xOhC;E0CtlPF;IzCwJI,qByCoKuD;E1C6xOzD;E0CzlPF;IAyTQ,UAAU;IACV,gBAA0B;E1CmyOhC;E0C7lPF;IzCwJI,sByCoKuD;E1CoyOzD;E0ChmPF;IAyTQ,UAAU;IACV,UAA0B;E1C0yOhC;E0CpmPF;IzCwJI,gByCoKuD;E1C2yOzD;E0CvmPF;IAyTQ,UAAU;IACV,gBAA0B;E1CizOhC;E0C3mPF;IzCwJI,sByCoKuD;E1CkzOzD;E0C9mPF;IAyTQ,UAAU;IACV,gBAA0B;E1CwzOhC;E0ClnPF;IzCwJI,sByCoKuD;E1CyzOzD;E0CrnPF;IAyTQ,UAAU;IACV,UAA0B;E1C+zOhC;E0CznPF;IzCwJI,gByCoKuD;E1Cg0OzD;E0C5nPF;IAyTQ,UAAU;IACV,gBAA0B;E1Cs0OhC;E0ChoPF;IzCwJI,sByCoKuD;E1Cu0OzD;E0CnoPF;IAyTQ,UAAU;IACV,gBAA0B;E1C60OhC;E0CvoPF;IzCwJI,sByCoKuD;E1C80OzD;E0C1oPF;IAyTQ,UAAU;IACV,UAA0B;E1Co1OhC;E0C9oPF;IzCwJI,gByCoKuD;E1Cq1OzD;E0CjpPF;IAyTQ,UAAU;IACV,gBAA0B;E1C21OhC;E0CrpPF;IzCwJI,sByCoKuD;E1C41OzD;E0CxpPF;IAyTQ,UAAU;IACV,gBAA0B;E1Ck2OhC;E0C5pPF;IzCwJI,sByCoKuD;E1Cm2OzD;E0C/pPF;IAyTQ,UAAU;IACV,WAA0B;E1Cy2OhC;E0CnqPF;IzCwJI,iByCoKuD;E1C02OzD;AACF;;AC/iPI;EyCxHJ;IA+TM,UAAU;IACV,YAAY;E1C62OhB;E0C7qPF;IAkUM,UAAU;IACV,WAAW;E1C82Of;E0CjrPF;IAqUM,UAAU;IACV,UAAU;E1C+2Od;E0CrrPF;IAwUM,UAAU;IACV,eAAe;E1Cg3OnB;E0CzrPF;IA2UM,UAAU;IACV,UAAU;E1Ci3Od;E0C7rPF;IA8UM,UAAU;IACV,eAAe;E1Ck3OnB;E0CjsPF;IAiVM,UAAU;IACV,UAAU;E1Cm3Od;E0CrsPF;IAoVM,UAAU;IACV,UAAU;E1Co3Od;E0CzsPF;IAuVM,UAAU;IACV,UAAU;E1Cq3Od;E0C7sPF;IA0VM,UAAU;IACV,UAAU;E1Cs3Od;E0CjtPF;IA6VM,UAAU;IACV,UAAU;E1Cu3Od;E0CrtPF;IzCwJI,gByCwMqC;E1Cw3OvC;E0CxtPF;IzCwJI,qByC0M0C;E1Cy3O5C;E0C3tPF;IzCwJI,gByC4MqC;E1C03OvC;E0C9tPF;IzCwJI,qByC8M0C;E1C23O5C;E0CjuPF;IzCwJI,gByCgNqC;E1C43OvC;E0CpuPF;IzCwJI,gByCkNqC;E1C63OvC;E0CvuPF;IzCwJI,gByCoNqC;E1C83OvC;E0C1uPF;IzCwJI,gByCsNqC;E1C+3OvC;E0C7uPF;IzCwJI,gByCwNqC;E1Cg4OvC;E0ChvPF;IAmXQ,UAAU;IACV,SAA0B;E1Cg4OhC;E0CpvPF;IzCwJI,eyC8NuD;E1Ci4OzD;E0CvvPF;IAmXQ,UAAU;IACV,eAA0B;E1Cu4OhC;E0C3vPF;IzCwJI,qByC8NuD;E1Cw4OzD;E0C9vPF;IAmXQ,UAAU;IACV,gBAA0B;E1C84OhC;E0ClwPF;IzCwJI,sByC8NuD;E1C+4OzD;E0CrwPF;IAmXQ,UAAU;IACV,UAA0B;E1Cq5OhC;E0CzwPF;IzCwJI,gByC8NuD;E1Cs5OzD;E0C5wPF;IAmXQ,UAAU;IACV,gBAA0B;E1C45OhC;E0ChxPF;IzCwJI,sByC8NuD;E1C65OzD;E0CnxPF;IAmXQ,UAAU;IACV,gBAA0B;E1Cm6OhC;E0CvxPF;IzCwJI,sByC8NuD;E1Co6OzD;E0C1xPF;IAmXQ,UAAU;IACV,UAA0B;E1C06OhC;E0C9xPF;IzCwJI,gByC8NuD;E1C26OzD;E0CjyPF;IAmXQ,UAAU;IACV,gBAA0B;E1Ci7OhC;E0CryPF;IzCwJI,sByC8NuD;E1Ck7OzD;E0CxyPF;IAmXQ,UAAU;IACV,gBAA0B;E1Cw7OhC;E0C5yPF;IzCwJI,sByC8NuD;E1Cy7OzD;E0C/yPF;IAmXQ,UAAU;IACV,UAA0B;E1C+7OhC;E0CnzPF;IzCwJI,gByC8NuD;E1Cg8OzD;E0CtzPF;IAmXQ,UAAU;IACV,gBAA0B;E1Cs8OhC;E0C1zPF;IzCwJI,sByC8NuD;E1Cu8OzD;E0C7zPF;IAmXQ,UAAU;IACV,gBAA0B;E1C68OhC;E0Cj0PF;IzCwJI,sByC8NuD;E1C88OzD;E0Cp0PF;IAmXQ,UAAU;IACV,WAA0B;E1Co9OhC;E0Cx0PF;IzCwJI,iByC8NuD;E1Cq9OzD;AACF;;ACrsPI;EyCvIJ;IAyXM,UAAU;IACV,YAAY;E1Cw9OhB;E0Cl1PF;IA4XM,UAAU;IACV,WAAW;E1Cy9Of;E0Ct1PF;IA+XM,UAAU;IACV,UAAU;E1C09Od;E0C11PF;IAkYM,UAAU;IACV,eAAe;E1C29OnB;E0C91PF;IAqYM,UAAU;IACV,UAAU;E1C49Od;E0Cl2PF;IAwYM,UAAU;IACV,eAAe;E1C69OnB;E0Ct2PF;IA2YM,UAAU;IACV,UAAU;E1C89Od;E0C12PF;IA8YM,UAAU;IACV,UAAU;E1C+9Od;E0C92PF;IAiZM,UAAU;IACV,UAAU;E1Cg+Od;E0Cl3PF;IAoZM,UAAU;IACV,UAAU;E1Ci+Od;E0Ct3PF;IAuZM,UAAU;IACV,UAAU;E1Ck+Od;E0C13PF;IzCwJI,gByCkQqC;E1Cm+OvC;E0C73PF;IzCwJI,qByCoQ0C;E1Co+O5C;E0Ch4PF;IzCwJI,gByCsQqC;E1Cq+OvC;E0Cn4PF;IzCwJI,qByCwQ0C;E1Cs+O5C;E0Ct4PF;IzCwJI,gByC0QqC;E1Cu+OvC;E0Cz4PF;IzCwJI,gByC4QqC;E1Cw+OvC;E0C54PF;IzCwJI,gByC8QqC;E1Cy+OvC;E0C/4PF;IzCwJI,gByCgRqC;E1C0+OvC;E0Cl5PF;IzCwJI,gByCkRqC;E1C2+OvC;E0Cr5PF;IA6aQ,UAAU;IACV,SAA0B;E1C2+OhC;E0Cz5PF;IzCwJI,eyCwRuD;E1C4+OzD;E0C55PF;IA6aQ,UAAU;IACV,eAA0B;E1Ck/OhC;E0Ch6PF;IzCwJI,qByCwRuD;E1Cm/OzD;E0Cn6PF;IA6aQ,UAAU;IACV,gBAA0B;E1Cy/OhC;E0Cv6PF;IzCwJI,sByCwRuD;E1C0/OzD;E0C16PF;IA6aQ,UAAU;IACV,UAA0B;E1CggPhC;E0C96PF;IzCwJI,gByCwRuD;E1CigPzD;E0Cj7PF;IA6aQ,UAAU;IACV,gBAA0B;E1CugPhC;E0Cr7PF;IzCwJI,sByCwRuD;E1CwgPzD;E0Cx7PF;IA6aQ,UAAU;IACV,gBAA0B;E1C8gPhC;E0C57PF;IzCwJI,sByCwRuD;E1C+gPzD;E0C/7PF;IA6aQ,UAAU;IACV,UAA0B;E1CqhPhC;E0Cn8PF;IzCwJI,gByCwRuD;E1CshPzD;E0Ct8PF;IA6aQ,UAAU;IACV,gBAA0B;E1C4hPhC;E0C18PF;IzCwJI,sByCwRuD;E1C6hPzD;E0C78PF;IA6aQ,UAAU;IACV,gBAA0B;E1CmiPhC;E0Cj9PF;IzCwJI,sByCwRuD;E1CoiPzD;E0Cp9PF;IA6aQ,UAAU;IACV,UAA0B;E1C0iPhC;E0Cx9PF;IzCwJI,gByCwRuD;E1C2iPzD;E0C39PF;IA6aQ,UAAU;IACV,gBAA0B;E1CijPhC;E0C/9PF;IzCwJI,sByCwRuD;E1CkjPzD;E0Cl+PF;IA6aQ,UAAU;IACV,gBAA0B;E1CwjPhC;E0Ct+PF;IzCwJI,sByCwRuD;E1CyjPzD;E0Cz+PF;IA6aQ,UAAU;IACV,WAA0B;E1C+jPhC;E0C7+PF;IzCwJI,iByCwRuD;E1CgkPzD;AACF;;A0C/jPA;EzC1RI,qByC1JgB;EzC0JhB,sByC1JgB;EAublB,oBAvbkB;A1Cy/PpB;;A0CrkPA;EAKI,uBAzbgB;A1C6/PpB;;A0CzkPA;EAOI,qCAA4C;A1CskPhD;;A0C7kPA;EAUI,uBAAuB;A1CukP3B;;A0CjlPA;EzC1RI,cyCsSiC;EzCtSjC,eyCuSiC;EACjC,aAAa;A1CykPjB;;A0CvlPA;EAgBM,SAAS;EACT,qBAAqB;A1C2kP3B;;A0C5lPA;EAmBM,qBAAqB;A1C6kP3B;;A0ChmPA;EAqBM,gBAAgB;A1C+kPtB;;A0CpmPA;EAuBI,aAAa;A1CilPjB;;A0CxmPA;EAyBI,eAAe;A1CmlPnB;;A0C5mPA;EA2BI,mBAAmB;A1CqlPvB;;ACr8PE;EyCqVF;IA+BM,aAAa;E1CslPjB;AACF;;AC/7PE;EyCyUF;IAmCM,aAAa;E1CwlPjB;AACF;;A0CtlPE;EACE,oBAAY;EzCjUZ,wCyCkU2D;EzClU3D,yCyCmU2D;A1CylP/D;;A0C5lPE;EAKI,8BAA8B;EAC9B,+BAA+B;A1C2lPrC;;A0CjmPE;EASM,iBAAY;A1C4lPpB;;ACp+PE;EyC+XA;IAYQ,iBAAY;E1C8lPpB;AACF;;ACt+PE;EyC2XA;IAeQ,iBAAY;E1CimPpB;AACF;;ACx+PE;EyCuXA;IAkBQ,iBAAY;E1ComPpB;AACF;;AC1+PE;EyCmXA;IAqBQ,iBAAY;E1CumPpB;AACF;;AC5+PE;EyC+WA;IAwBQ,iBAAY;E1C0mPpB;AACF;;AC7+PI;EyC0WF;IA2BQ,iBAAY;E1C6mPpB;AACF;;ACz+PI;EyCgWF;IA8BQ,iBAAY;E1CgnPpB;AACF;;AC1+PI;EyC2VF;IAiCQ,iBAAY;E1CmnPpB;AACF;;ACt+PI;EyCiVF;IAoCQ,iBAAY;E1CsnPpB;AACF;;A0C3pPE;EASM,oBAAY;A1CspPpB;;AC9hQE;EyC+XA;IAYQ,oBAAY;E1CwpPpB;AACF;;AChiQE;EyC2XA;IAeQ,oBAAY;E1C2pPpB;AACF;;ACliQE;EyCuXA;IAkBQ,oBAAY;E1C8pPpB;AACF;;ACpiQE;EyCmXA;IAqBQ,oBAAY;E1CiqPpB;AACF;;ACtiQE;EyC+WA;IAwBQ,oBAAY;E1CoqPpB;AACF;;ACviQI;EyC0WF;IA2BQ,oBAAY;E1CuqPpB;AACF;;ACniQI;EyCgWF;IA8BQ,oBAAY;E1C0qPpB;AACF;;ACpiQI;EyC2VF;IAiCQ,oBAAY;E1C6qPpB;AACF;;AChiQI;EyCiVF;IAoCQ,oBAAY;E1CgrPpB;AACF;;A0CrtPE;EASM,mBAAY;A1CgtPpB;;ACxlQE;EyC+XA;IAYQ,mBAAY;E1CktPpB;AACF;;AC1lQE;EyC2XA;IAeQ,mBAAY;E1CqtPpB;AACF;;AC5lQE;EyCuXA;IAkBQ,mBAAY;E1CwtPpB;AACF;;AC9lQE;EyCmXA;IAqBQ,mBAAY;E1C2tPpB;AACF;;AChmQE;EyC+WA;IAwBQ,mBAAY;E1C8tPpB;AACF;;ACjmQI;EyC0WF;IA2BQ,mBAAY;E1CiuPpB;AACF;;AC7lQI;EyCgWF;IA8BQ,mBAAY;E1CouPpB;AACF;;AC9lQI;EyC2VF;IAiCQ,mBAAY;E1CuuPpB;AACF;;AC1lQI;EyCiVF;IAoCQ,mBAAY;E1C0uPpB;AACF;;A0C/wPE;EASM,oBAAY;A1C0wPpB;;AClpQE;EyC+XA;IAYQ,oBAAY;E1C4wPpB;AACF;;ACppQE;EyC2XA;IAeQ,oBAAY;E1C+wPpB;AACF;;ACtpQE;EyCuXA;IAkBQ,oBAAY;E1CkxPpB;AACF;;ACxpQE;EyCmXA;IAqBQ,oBAAY;E1CqxPpB;AACF;;AC1pQE;EyC+WA;IAwBQ,oBAAY;E1CwxPpB;AACF;;AC3pQI;EyC0WF;IA2BQ,oBAAY;E1C2xPpB;AACF;;ACvpQI;EyCgWF;IA8BQ,oBAAY;E1C8xPpB;AACF;;ACxpQI;EyC2VF;IAiCQ,oBAAY;E1CiyPpB;AACF;;ACppQI;EyCiVF;IAoCQ,oBAAY;E1CoyPpB;AACF;;A0Cz0PE;EASM,iBAAY;A1Co0PpB;;AC5sQE;EyC+XA;IAYQ,iBAAY;E1Cs0PpB;AACF;;AC9sQE;EyC2XA;IAeQ,iBAAY;E1Cy0PpB;AACF;;AChtQE;EyCuXA;IAkBQ,iBAAY;E1C40PpB;AACF;;ACltQE;EyCmXA;IAqBQ,iBAAY;E1C+0PpB;AACF;;ACptQE;EyC+WA;IAwBQ,iBAAY;E1Ck1PpB;AACF;;ACrtQI;EyC0WF;IA2BQ,iBAAY;E1Cq1PpB;AACF;;ACjtQI;EyCgWF;IA8BQ,iBAAY;E1Cw1PpB;AACF;;ACltQI;EyC2VF;IAiCQ,iBAAY;E1C21PpB;AACF;;AC9sQI;EyCiVF;IAoCQ,iBAAY;E1C81PpB;AACF;;A0Cn4PE;EASM,oBAAY;A1C83PpB;;ACtwQE;EyC+XA;IAYQ,oBAAY;E1Cg4PpB;AACF;;ACxwQE;EyC2XA;IAeQ,oBAAY;E1Cm4PpB;AACF;;AC1wQE;EyCuXA;IAkBQ,oBAAY;E1Cs4PpB;AACF;;AC5wQE;EyCmXA;IAqBQ,oBAAY;E1Cy4PpB;AACF;;AC9wQE;EyC+WA;IAwBQ,oBAAY;E1C44PpB;AACF;;AC/wQI;EyC0WF;IA2BQ,oBAAY;E1C+4PpB;AACF;;AC3wQI;EyCgWF;IA8BQ,oBAAY;E1Ck5PpB;AACF;;AC5wQI;EyC2VF;IAiCQ,oBAAY;E1Cq5PpB;AACF;;ACxwQI;EyCiVF;IAoCQ,oBAAY;E1Cw5PpB;AACF;;A0C77PE;EASM,mBAAY;A1Cw7PpB;;ACh0QE;EyC+XA;IAYQ,mBAAY;E1C07PpB;AACF;;ACl0QE;EyC2XA;IAeQ,mBAAY;E1C67PpB;AACF;;ACp0QE;EyCuXA;IAkBQ,mBAAY;E1Cg8PpB;AACF;;ACt0QE;EyCmXA;IAqBQ,mBAAY;E1Cm8PpB;AACF;;ACx0QE;EyC+WA;IAwBQ,mBAAY;E1Cs8PpB;AACF;;ACz0QI;EyC0WF;IA2BQ,mBAAY;E1Cy8PpB;AACF;;ACr0QI;EyCgWF;IA8BQ,mBAAY;E1C48PpB;AACF;;ACt0QI;EyC2VF;IAiCQ,mBAAY;E1C+8PpB;AACF;;ACl0QI;EyCiVF;IAoCQ,mBAAY;E1Ck9PpB;AACF;;A0Cv/PE;EASM,oBAAY;A1Ck/PpB;;AC13QE;EyC+XA;IAYQ,oBAAY;E1Co/PpB;AACF;;AC53QE;EyC2XA;IAeQ,oBAAY;E1Cu/PpB;AACF;;AC93QE;EyCuXA;IAkBQ,oBAAY;E1C0/PpB;AACF;;ACh4QE;EyCmXA;IAqBQ,oBAAY;E1C6/PpB;AACF;;ACl4QE;EyC+WA;IAwBQ,oBAAY;E1CggQpB;AACF;;ACn4QI;EyC0WF;IA2BQ,oBAAY;E1CmgQpB;AACF;;AC/3QI;EyCgWF;IA8BQ,oBAAY;E1CsgQpB;AACF;;ACh4QI;EyC2VF;IAiCQ,oBAAY;E1CygQpB;AACF;;AC53QI;EyCiVF;IAoCQ,oBAAY;E1C4gQpB;AACF;;A0CjjQE;EASM,iBAAY;A1C4iQpB;;ACp7QE;EyC+XA;IAYQ,iBAAY;E1C8iQpB;AACF;;ACt7QE;EyC2XA;IAeQ,iBAAY;E1CijQpB;AACF;;ACx7QE;EyCuXA;IAkBQ,iBAAY;E1CojQpB;AACF;;AC17QE;EyCmXA;IAqBQ,iBAAY;E1CujQpB;AACF;;AC57QE;EyC+WA;IAwBQ,iBAAY;E1C0jQpB;AACF;;AC77QI;EyC0WF;IA2BQ,iBAAY;E1C6jQpB;AACF;;ACz7QI;EyCgWF;IA8BQ,iBAAY;E1CgkQpB;AACF;;AC17QI;EyC2VF;IAiCQ,iBAAY;E1CmkQpB;AACF;;ACt7QI;EyCiVF;IAoCQ,iBAAY;E1CskQpB;AACF;;A2CnkRA;EACE,oBAAoB;EACpB,cAAc;EACd,aAAa;EACb,YAAY;EACZ,cAAc;EACd,+BAAuB;EAAvB,4BAAuB;EAAvB,uBAAuB;A3CskRzB;;A2C5kRA;EASI,qBAA+B;EAC/B,sBAAgC;EAChC,oBAA8B;A3CukRlC;;A2CllRA;EAaM,uBAAiC;A3CykRvC;;A2CtlRA;EAeM,sBAjBgB;A3C4lRtB;;A2C1lRA;EAiBI,oBAAoB;A3C6kRxB;;A2C9lRA;EAmBI,gBArBkB;A3ComRtB;;A2ClmRA;EAqBI,sBAAsB;A3CilR1B;;A2CtmRA;EAuBM,gCAAgC;A3CmlRtC;;AC7gRE;E0C7FF;IA2BM,aAAa;E3ColRjB;E2C/mRF;IA8BQ,UAAU;IACV,eAAuB;E3ColR7B;E2CnnRF;IA8BQ,UAAU;IACV,gBAAuB;E3CwlR7B;E2CvnRF;IA8BQ,UAAU;IACV,UAAuB;E3C4lR7B;E2C3nRF;IA8BQ,UAAU;IACV,gBAAuB;E3CgmR7B;E2C/nRF;IA8BQ,UAAU;IACV,gBAAuB;E3ComR7B;E2CnoRF;IA8BQ,UAAU;IACV,UAAuB;E3CwmR7B;E2CvoRF;IA8BQ,UAAU;IACV,gBAAuB;E3C4mR7B;E2C3oRF;IA8BQ,UAAU;IACV,gBAAuB;E3CgnR7B;E2C/oRF;IA8BQ,UAAU;IACV,UAAuB;E3ConR7B;E2CnpRF;IA8BQ,UAAU;IACV,gBAAuB;E3CwnR7B;E2CvpRF;IA8BQ,UAAU;IACV,gBAAuB;E3C4nR7B;E2C3pRF;IA8BQ,UAAU;IACV,WAAuB;E3CgoR7B;AACF;;A4CpqRA,kBAAA;ACIE;EACE,uBAAwB;A7CoqR5B;;A6CnqRE;EAGI,yBAA0C;A7CoqRhD;;A6CnqRE;EACE,kCAAmC;A7CsqRvC;;A6C7qRE;EACE,yBAAwB;A7CgrR5B;;A6C/qRE;EAGI,uBAA0C;A7CgrRhD;;A6C/qRE;EACE,oCAAmC;A7CkrRvC;;A6CzrRE;EACE,4BAAwB;A7C4rR5B;;A6C3rRE;EAGI,yBAA0C;A7C4rRhD;;A6C3rRE;EACE,uCAAmC;A7C8rRvC;;A6CrsRE;EACE,yBAAwB;A7CwsR5B;;A6CvsRE;EAGI,yBAA0C;A7CwsRhD;;A6CvsRE;EACE,oCAAmC;A7C0sRvC;;A6CjtRE;EACE,yBAAwB;A7CotR5B;;A6CntRE;EAGI,yBAA0C;A7CotRhD;;A6CntRE;EACE,oCAAmC;A7CstRvC;;A6CjtRI;EACE,yBAA8B;A7CotRpC;;A6CntRI;EAGI,yBAAgD;A7CotRxD;;A6CntRI;EACE,oCAAyC;A7CstR/C;;A6CptRI;EACE,yBAA6B;A7CutRnC;;A6CttRI;EAGI,yBAAgD;A7CutRxD;;A6CttRI;EACE,oCAAwC;A7CytR9C;;A6CrvRE;EACE,yBAAwB;A7CwvR5B;;A6CvvRE;EAGI,yBAA0C;A7CwvRhD;;A6CvvRE;EACE,oCAAmC;A7C0vRvC;;A6CrvRI;EACE,yBAA8B;A7CwvRpC;;A6CvvRI;EAGI,yBAAgD;A7CwvRxD;;A6CvvRI;EACE,oCAAyC;A7C0vR/C;;A6CxvRI;EACE,yBAA6B;A7C2vRnC;;A6C1vRI;EAGI,yBAAgD;A7C2vRxD;;A6C1vRI;EACE,oCAAwC;A7C6vR9C;;A6CzxRE;EACE,yBAAwB;A7C4xR5B;;A6C3xRE;EAGI,yBAA0C;A7C4xRhD;;A6C3xRE;EACE,oCAAmC;A7C8xRvC;;A6CzxRI;EACE,yBAA8B;A7C4xRpC;;A6C3xRI;EAGI,yBAAgD;A7C4xRxD;;A6C3xRI;EACE,oCAAyC;A7C8xR/C;;A6C5xRI;EACE,yBAA6B;A7C+xRnC;;A6C9xRI;EAGI,yBAAgD;A7C+xRxD;;A6C9xRI;EACE,oCAAwC;A7CiyR9C;;A6C7zRE;EACE,yBAAwB;A7Cg0R5B;;A6C/zRE;EAGI,yBAA0C;A7Cg0RhD;;A6C/zRE;EACE,oCAAmC;A7Ck0RvC;;A6C7zRI;EACE,yBAA8B;A7Cg0RpC;;A6C/zRI;EAGI,yBAAgD;A7Cg0RxD;;A6C/zRI;EACE,oCAAyC;A7Ck0R/C;;A6Ch0RI;EACE,yBAA6B;A7Cm0RnC;;A6Cl0RI;EAGI,yBAAgD;A7Cm0RxD;;A6Cl0RI;EACE,oCAAwC;A7Cq0R9C;;A6Cj2RE;EACE,yBAAwB;A7Co2R5B;;A6Cn2RE;EAGI,yBAA0C;A7Co2RhD;;A6Cn2RE;EACE,oCAAmC;A7Cs2RvC;;A6Cj2RI;EACE,yBAA8B;A7Co2RpC;;A6Cn2RI;EAGI,yBAAgD;A7Co2RxD;;A6Cn2RI;EACE,oCAAyC;A7Cs2R/C;;A6Cp2RI;EACE,yBAA6B;A7Cu2RnC;;A6Ct2RI;EAGI,yBAAgD;A7Cu2RxD;;A6Ct2RI;EACE,oCAAwC;A7Cy2R9C;;A6Cr4RE;EACE,yBAAwB;A7Cw4R5B;;A6Cv4RE;EAGI,yBAA0C;A7Cw4RhD;;A6Cv4RE;EACE,oCAAmC;A7C04RvC;;A6Cr4RI;EACE,yBAA8B;A7Cw4RpC;;A6Cv4RI;EAGI,yBAAgD;A7Cw4RxD;;A6Cv4RI;EACE,oCAAyC;A7C04R/C;;A6Cx4RI;EACE,yBAA6B;A7C24RnC;;A6C14RI;EAGI,yBAAgD;A7C24RxD;;A6C14RI;EACE,oCAAwC;A7C64R9C;;A6C14RE;EACE,yBAAwB;A7C64R5B;;A6C54RE;EACE,oCAAmC;A7C+4RvC;;A6Cl5RE;EACE,yBAAwB;A7Cq5R5B;;A6Cp5RE;EACE,oCAAmC;A7Cu5RvC;;A6C15RE;EACE,yBAAwB;A7C65R5B;;A6C55RE;EACE,oCAAmC;A7C+5RvC;;A6Cl6RE;EACE,yBAAwB;A7Cq6R5B;;A6Cp6RE;EACE,oCAAmC;A7Cu6RvC;;A6C16RE;EACE,yBAAwB;A7C66R5B;;A6C56RE;EACE,oCAAmC;A7C+6RvC;;A6Cl7RE;EACE,yBAAwB;A7Cq7R5B;;A6Cp7RE;EACE,oCAAmC;A7Cu7RvC;;A6C17RE;EACE,yBAAwB;A7C67R5B;;A6C57RE;EACE,oCAAmC;A7C+7RvC;;A6Cl8RE;EACE,4BAAwB;A7Cq8R5B;;A6Cp8RE;EACE,uCAAmC;A7Cu8RvC;;A6C18RE;EACE,yBAAwB;A7C68R5B;;A6C58RE;EACE,oCAAmC;A7C+8RvC;;A8Cn/RE;EACE,8BAAiC;A9Cs/RrC;;A8Cv/RE;EACE,sCAAiC;A9C0/RrC;;A8C3/RE;EACE,iCAAiC;A9C8/RrC;;A8C//RE;EACE,yCAAiC;A9CkgSrC;;A8C9/RE;EACE,4BAA4B;A9CigShC;;A8ClgSE;EACE,0BAA4B;A9CqgShC;;A8CtgSE;EACE,kCAA4B;A9CygShC;;A8CrgSE;EACE,sCAAkC;A9CwgStC;;A8CzgSE;EACE,oCAAkC;A9C4gStC;;A8C7gSE;EACE,kCAAkC;A9CghStC;;A8CjhSE;EACE,yCAAkC;A9CohStC;;A8CrhSE;EACE,wCAAkC;A9CwhStC;;A8CzhSE;EACE,wCAAkC;A9C4hStC;;A8C7hSE;EACE,iCAAkC;A9CgiStC;;A8CjiSE;EACE,+BAAkC;A9CoiStC;;A8CriSE;EACE,gCAAkC;A9CwiStC;;A8CziSE;EACE,iCAAkC;A9C4iStC;;A8CxiSE;EACE,oCAAgC;A9C2iSpC;;A8C5iSE;EACE,kCAAgC;A9C+iSpC;;A8ChjSE;EACE,gCAAgC;A9CmjSpC;;A8CpjSE;EACE,uCAAgC;A9CujSpC;;A8CxjSE;EACE,sCAAgC;A9C2jSpC;;A8C5jSE;EACE,sCAAgC;A9C+jSpC;;A8ChkSE;EACE,iCAAgC;A9CmkSpC;;A8CpkSE;EACE,+BAAgC;A9CukSpC;;A8CxkSE;EACE,6BAAgC;A9C2kSpC;;A8C5kSE;EACE,kCAAgC;A9C+kSpC;;A8C3kSE;EACE,+BAA8B;A9C8kSlC;;A8C/kSE;EACE,kCAA8B;A9CklSlC;;A8CnlSE;EACE,gCAA8B;A9CslSlC;;A8CvlSE;EACE,8BAA8B;A9C0lSlC;;A8C3lSE;EACE,gCAA8B;A9C8lSlC;;A8C/lSE;EACE,6BAA8B;A9CkmSlC;;A8CnmSE;EACE,2BAA8B;A9CsmSlC;;A8CvmSE;EACE,kCAA8B;A9C0mSlC;;A8C3mSE;EACE,gCAA8B;A9C8mSlC;;A8C1mSE;EACE,2BAA6B;A9C6mSjC;;A8C9mSE;EACE,iCAA6B;A9CinSjC;;A8ClnSE;EACE,+BAA6B;A9CqnSjC;;A8CtnSE;EACE,6BAA6B;A9CynSjC;;A8C1nSE;EACE,+BAA6B;A9C6nSjC;;A8C9nSE;EACE,8BAA6B;A9CioSjC;;A8C5nSI;EACE,uBAAqC;A9C+nS3C;;A8ChoSI;EACE,uBAAqC;A9CmoS3C;;A8CpoSI;EACE,uBAAqC;A9CuoS3C;;A8CxoSI;EACE,uBAAqC;A9C2oS3C;;A8C5oSI;EACE,uBAAqC;A9C+oS3C;;A8ChpSI;EACE,uBAAqC;A9CmpS3C;;A8CppSI;EACE,yBAAqC;A9CupS3C;;A8CxpSI;EACE,yBAAqC;A9C2pS3C;;A8C5pSI;EACE,yBAAqC;A9C+pS3C;;A8ChqSI;EACE,yBAAqC;A9CmqS3C;;A8CpqSI;EACE,yBAAqC;A9CuqS3C;;A8CxqSI;EACE,yBAAqC;A9C2qS3C;;AC1sSE;EACE,WAAW;EACX,YAAY;EACZ,cAAc;AD6sSlB;;A+C9sSA;EACE,sBAAsB;A/CitSxB;;A+C/sSA;EACE,uBAAuB;A/CktSzB;;AgDztSA;EACE,2BAA2B;AhD4tS7B;;AgD1tSA;EACE,2BAA2B;AhD6tS7B;;AgD3tSA;EACE,0BAA0B;EAC1B,8BAA8B;AhD8tShC;;AiDxuSA;EACE,2BAA2B;AjD2uS7B;;AkDvuSA;EACE,6BAA6B;AlD0uS/B;;AmDhvSA;EACE,oBAAoB;AnDmvStB;;AmDjvSA;EACE,qBAAqB;AnDovSvB;;AmDzuSI;EACE,oBAA+B;AnD4uSrC;;AmDzuSM;EACE,wBAA8C;AnD4uStD;;AmD7uSM;EACE,0BAA8C;AnDgvStD;;AmDjvSM;EACE,2BAA8C;AnDovStD;;AmDrvSM;EACE,yBAA8C;AnDwvStD;;AmDrvSM;EACE,yBAAyC;EACzC,0BAA2C;AnDwvSnD;;AmDrvSM;EACE,wBAAuC;EACvC,2BAA6C;AnDwvSrD;;AmDvwSI;EACE,0BAA+B;AnD0wSrC;;AmDvwSM;EACE,8BAA8C;AnD0wStD;;AmD3wSM;EACE,gCAA8C;AnD8wStD;;AmD/wSM;EACE,iCAA8C;AnDkxStD;;AmDnxSM;EACE,+BAA8C;AnDsxStD;;AmDnxSM;EACE,+BAAyC;EACzC,gCAA2C;AnDsxSnD;;AmDnxSM;EACE,8BAAuC;EACvC,iCAA6C;AnDsxSrD;;AmDrySI;EACE,yBAA+B;AnDwySrC;;AmDrySM;EACE,6BAA8C;AnDwyStD;;AmDzySM;EACE,+BAA8C;AnD4yStD;;AmD7ySM;EACE,gCAA8C;AnDgzStD;;AmDjzSM;EACE,8BAA8C;AnDozStD;;AmDjzSM;EACE,8BAAyC;EACzC,+BAA2C;AnDozSnD;;AmDjzSM;EACE,6BAAuC;EACvC,gCAA6C;AnDozSrD;;AmDn0SI;EACE,0BAA+B;AnDs0SrC;;AmDn0SM;EACE,8BAA8C;AnDs0StD;;AmDv0SM;EACE,gCAA8C;AnD00StD;;AmD30SM;EACE,iCAA8C;AnD80StD;;AmD/0SM;EACE,+BAA8C;AnDk1StD;;AmD/0SM;EACE,+BAAyC;EACzC,gCAA2C;AnDk1SnD;;AmD/0SM;EACE,8BAAuC;EACvC,iCAA6C;AnDk1SrD;;AmDj2SI;EACE,uBAA+B;AnDo2SrC;;AmDj2SM;EACE,2BAA8C;AnDo2StD;;AmDr2SM;EACE,6BAA8C;AnDw2StD;;AmDz2SM;EACE,8BAA8C;AnD42StD;;AmD72SM;EACE,4BAA8C;AnDg3StD;;AmD72SM;EACE,4BAAyC;EACzC,6BAA2C;AnDg3SnD;;AmD72SM;EACE,2BAAuC;EACvC,8BAA6C;AnDg3SrD;;AmD/3SI;EACE,yBAA+B;AnDk4SrC;;AmD/3SM;EACE,6BAA8C;AnDk4StD;;AmDn4SM;EACE,+BAA8C;AnDs4StD;;AmDv4SM;EACE,gCAA8C;AnD04StD;;AmD34SM;EACE,8BAA8C;AnD84StD;;AmD34SM;EACE,8BAAyC;EACzC,+BAA2C;AnD84SnD;;AmD34SM;EACE,6BAAuC;EACvC,gCAA6C;AnD84SrD;;AmD75SI;EACE,uBAA+B;AnDg6SrC;;AmD75SM;EACE,2BAA8C;AnDg6StD;;AmDj6SM;EACE,6BAA8C;AnDo6StD;;AmDr6SM;EACE,8BAA8C;AnDw6StD;;AmDz6SM;EACE,4BAA8C;AnD46StD;;AmDz6SM;EACE,4BAAyC;EACzC,6BAA2C;AnD46SnD;;AmDz6SM;EACE,2BAAuC;EACvC,8BAA6C;AnD46SrD;;AmD37SI;EACE,qBAA+B;AnD87SrC;;AmD37SM;EACE,yBAA8C;AnD87StD;;AmD/7SM;EACE,2BAA8C;AnDk8StD;;AmDn8SM;EACE,4BAA8C;AnDs8StD;;AmDv8SM;EACE,0BAA8C;AnD08StD;;AmDv8SM;EACE,0BAAyC;EACzC,2BAA2C;AnD08SnD;;AmDv8SM;EACE,yBAAuC;EACvC,4BAA6C;AnD08SrD;;AmDz9SI;EACE,2BAA+B;AnD49SrC;;AmDz9SM;EACE,+BAA8C;AnD49StD;;AmD79SM;EACE,iCAA8C;AnDg+StD;;AmDj+SM;EACE,kCAA8C;AnDo+StD;;AmDr+SM;EACE,gCAA8C;AnDw+StD;;AmDr+SM;EACE,gCAAyC;EACzC,iCAA2C;AnDw+SnD;;AmDr+SM;EACE,+BAAuC;EACvC,kCAA6C;AnDw+SrD;;AmDv/SI;EACE,0BAA+B;AnD0/SrC;;AmDv/SM;EACE,8BAA8C;AnD0/StD;;AmD3/SM;EACE,gCAA8C;AnD8/StD;;AmD//SM;EACE,iCAA8C;AnDkgTtD;;AmDngTM;EACE,+BAA8C;AnDsgTtD;;AmDngTM;EACE,+BAAyC;EACzC,gCAA2C;AnDsgTnD;;AmDngTM;EACE,8BAAuC;EACvC,iCAA6C;AnDsgTrD;;AmDrhTI;EACE,2BAA+B;AnDwhTrC;;AmDrhTM;EACE,+BAA8C;AnDwhTtD;;AmDzhTM;EACE,iCAA8C;AnD4hTtD;;AmD7hTM;EACE,kCAA8C;AnDgiTtD;;AmDjiTM;EACE,gCAA8C;AnDoiTtD;;AmDjiTM;EACE,gCAAyC;EACzC,iCAA2C;AnDoiTnD;;AmDjiTM;EACE,+BAAuC;EACvC,kCAA6C;AnDoiTrD;;AmDnjTI;EACE,wBAA+B;AnDsjTrC;;AmDnjTM;EACE,4BAA8C;AnDsjTtD;;AmDvjTM;EACE,8BAA8C;AnD0jTtD;;AmD3jTM;EACE,+BAA8C;AnD8jTtD;;AmD/jTM;EACE,6BAA8C;AnDkkTtD;;AmD/jTM;EACE,6BAAyC;EACzC,8BAA2C;AnDkkTnD;;AmD/jTM;EACE,4BAAuC;EACvC,+BAA6C;AnDkkTrD;;AmDjlTI;EACE,0BAA+B;AnDolTrC;;AmDjlTM;EACE,8BAA8C;AnDolTtD;;AmDrlTM;EACE,gCAA8C;AnDwlTtD;;AmDzlTM;EACE,iCAA8C;AnD4lTtD;;AmD7lTM;EACE,+BAA8C;AnDgmTtD;;AmD7lTM;EACE,+BAAyC;EACzC,gCAA2C;AnDgmTnD;;AmD7lTM;EACE,8BAAuC;EACvC,iCAA6C;AnDgmTrD;;AmD/mTI;EACE,wBAA+B;AnDknTrC;;AmD/mTM;EACE,4BAA8C;AnDknTtD;;AmDnnTM;EACE,8BAA8C;AnDsnTtD;;AmDvnTM;EACE,+BAA8C;AnD0nTtD;;AmD3nTM;EACE,6BAA8C;AnD8nTtD;;AmD3nTM;EACE,6BAAyC;EACzC,8BAA2C;AnD8nTnD;;AmD3nTM;EACE,4BAAuC;EACvC,+BAA6C;AnD8nTrD;;AoDvpTI;EACE,0BAA2B;ApD0pTjC;;AoD3pTI;EACE,4BAA2B;ApD8pTjC;;AoD/pTI;EACE,0BAA2B;ApDkqTjC;;AoDnqTI;EACE,4BAA2B;ApDsqTjC;;AoDvqTI;EACE,6BAA2B;ApD0qTjC;;AoD3qTI;EACE,0BAA2B;ApD8qTjC;;AoD/qTI;EACE,6BAA2B;ApDkrTjC;;AC3lTE;EmDxFE;IACE,0BAA2B;EpDurT/B;EoDxrTE;IACE,4BAA2B;EpD0rT/B;EoD3rTE;IACE,0BAA2B;EpD6rT/B;EoD9rTE;IACE,4BAA2B;EpDgsT/B;EoDjsTE;IACE,6BAA2B;EpDmsT/B;EoDpsTE;IACE,0BAA2B;EpDssT/B;EoDvsTE;IACE,6BAA2B;EpDysT/B;AACF;;AC/mTE;EmD5FE;IACE,0BAA2B;EpD+sT/B;EoDhtTE;IACE,4BAA2B;EpDktT/B;EoDntTE;IACE,0BAA2B;EpDqtT/B;EoDttTE;IACE,4BAA2B;EpDwtT/B;EoDztTE;IACE,6BAA2B;EpD2tT/B;EoD5tTE;IACE,0BAA2B;EpD8tT/B;EoD/tTE;IACE,6BAA2B;EpDiuT/B;AACF;;AC/nTE;EmDpGE;IACE,0BAA2B;EpDuuT/B;EoDxuTE;IACE,4BAA2B;EpD0uT/B;EoD3uTE;IACE,0BAA2B;EpD6uT/B;EoD9uTE;IACE,4BAA2B;EpDgvT/B;EoDjvTE;IACE,6BAA2B;EpDmvT/B;EoDpvTE;IACE,0BAA2B;EpDsvT/B;EoDvvTE;IACE,6BAA2B;EpDyvT/B;AACF;;ACnpTE;EmDxGE;IACE,0BAA2B;EpD+vT/B;EoDhwTE;IACE,4BAA2B;EpDkwT/B;EoDnwTE;IACE,0BAA2B;EpDqwT/B;EoDtwTE;IACE,4BAA2B;EpDwwT/B;EoDzwTE;IACE,6BAA2B;EpD2wT/B;EoD5wTE;IACE,0BAA2B;EpD8wT/B;EoD/wTE;IACE,6BAA2B;EpDixT/B;AACF;;AC5pTI;EmDvHA;IACE,0BAA2B;EpDuxT/B;EoDxxTE;IACE,4BAA2B;EpD0xT/B;EoD3xTE;IACE,0BAA2B;EpD6xT/B;EoD9xTE;IACE,4BAA2B;EpDgyT/B;EoDjyTE;IACE,6BAA2B;EpDmyT/B;EoDpyTE;IACE,0BAA2B;EpDsyT/B;EoDvyTE;IACE,6BAA2B;EpDyyT/B;AACF;;ACrqTI;EmDtIA;IACE,0BAA2B;EpD+yT/B;EoDhzTE;IACE,4BAA2B;EpDkzT/B;EoDnzTE;IACE,0BAA2B;EpDqzT/B;EoDtzTE;IACE,4BAA2B;EpDwzT/B;EoDzzTE;IACE,6BAA2B;EpD2zT/B;EoD5zTE;IACE,0BAA2B;EpD8zT/B;EoD/zTE;IACE,6BAA2B;EpDi0T/B;AACF;;AoDzyTE;EACE,6BAAqC;ApD4yTzC;;AoD7yTE;EACE,8BAAqC;ApDgzTzC;;AoDjzTE;EACE,2BAAqC;ApDozTzC;;AoDrzTE;EACE,4BAAqC;ApDwzTzC;;AC3vTE;EmDzDE;IACE,6BAAqC;EpDwzTzC;AACF;;AC7vTE;EmD1DE;IACE,6BAAqC;EpD2zTzC;AACF;;AC/vTE;EmD3DE;IACE,6BAAqC;EpD8zTzC;AACF;;ACjwTE;EmD5DE;IACE,6BAAqC;EpDi0TzC;AACF;;ACnwTE;EmD7DE;IACE,6BAAqC;EpDo0TzC;AACF;;ACpwTI;EmD/DA;IACE,6BAAqC;EpDu0TzC;AACF;;AChwTI;EmDtEA;IACE,6BAAqC;EpD00TzC;AACF;;ACjwTI;EmDxEA;IACE,6BAAqC;EpD60TzC;AACF;;AC7vTI;EmD/EA;IACE,6BAAqC;EpDg1TzC;AACF;;ACjzTE;EmDzDE;IACE,8BAAqC;EpD82TzC;AACF;;ACnzTE;EmD1DE;IACE,8BAAqC;EpDi3TzC;AACF;;ACrzTE;EmD3DE;IACE,8BAAqC;EpDo3TzC;AACF;;ACvzTE;EmD5DE;IACE,8BAAqC;EpDu3TzC;AACF;;ACzzTE;EmD7DE;IACE,8BAAqC;EpD03TzC;AACF;;AC1zTI;EmD/DA;IACE,8BAAqC;EpD63TzC;AACF;;ACtzTI;EmDtEA;IACE,8BAAqC;EpDg4TzC;AACF;;ACvzTI;EmDxEA;IACE,8BAAqC;EpDm4TzC;AACF;;ACnzTI;EmD/EA;IACE,8BAAqC;EpDs4TzC;AACF;;ACv2TE;EmDzDE;IACE,2BAAqC;EpDo6TzC;AACF;;ACz2TE;EmD1DE;IACE,2BAAqC;EpDu6TzC;AACF;;AC32TE;EmD3DE;IACE,2BAAqC;EpD06TzC;AACF;;AC72TE;EmD5DE;IACE,2BAAqC;EpD66TzC;AACF;;AC/2TE;EmD7DE;IACE,2BAAqC;EpDg7TzC;AACF;;ACh3TI;EmD/DA;IACE,2BAAqC;EpDm7TzC;AACF;;AC52TI;EmDtEA;IACE,2BAAqC;EpDs7TzC;AACF;;AC72TI;EmDxEA;IACE,2BAAqC;EpDy7TzC;AACF;;ACz2TI;EmD/EA;IACE,2BAAqC;EpD47TzC;AACF;;AC75TE;EmDzDE;IACE,4BAAqC;EpD09TzC;AACF;;AC/5TE;EmD1DE;IACE,4BAAqC;EpD69TzC;AACF;;ACj6TE;EmD3DE;IACE,4BAAqC;EpDg+TzC;AACF;;ACn6TE;EmD5DE;IACE,4BAAqC;EpDm+TzC;AACF;;ACr6TE;EmD7DE;IACE,4BAAqC;EpDs+TzC;AACF;;ACt6TI;EmD/DA;IACE,4BAAqC;EpDy+TzC;AACF;;ACl6TI;EmDtEA;IACE,4BAAqC;EpD4+TzC;AACF;;ACn6TI;EmDxEA;IACE,4BAAqC;EpD++TzC;AACF;;AC/5TI;EmD/EA;IACE,4BAAqC;EpDk/TzC;AACF;;AoDj/TA;EACE,qCAAqC;ApDo/TvC;;AoDl/TA;EACE,oCAAoC;ApDq/TtC;;AoDn/TA;EACE,oCAAoC;ApDs/TtC;;AoDp/TA;EACE,6BAA6B;ApDu/T/B;;AoDr/TA;EACE,2BAAqC;ApDw/TvC;;AoDv/TA;EACE,2BAAsC;ApD0/TxC;;AoDz/TA;EACE,2BAAsC;ApD4/TxC;;AoD3/TA;EACE,2BAAwC;ApD8/T1C;;AoD7/TA;EACE,2BAAoC;ApDggUtC;;AoD9/TA;EACE,+LAAuC;ApDigUzC;;AoD//TA;EACE,+LAAyC;ApDkgU3C;;AoDhgUA;EACE,+LAA0C;ApDmgU5C;;AoDjgUA;EACE,iCAAyC;ApDogU3C;;AoDlgUA;EACE,iCAAoC;ApDqgUtC;;AqDnmUE;EACE,yBAA+B;ArDsmUnC;;AC/gUE;EoDrFE;IACE,yBAA+B;ErDwmUnC;AACF;;ACjhUE;EoDtFE;IACE,yBAA+B;ErD2mUnC;AACF;;ACnhUE;EoDvFE;IACE,yBAA+B;ErD8mUnC;AACF;;ACrhUE;EoDxFE;IACE,yBAA+B;ErDinUnC;AACF;;ACvhUE;EoDzFE;IACE,yBAA+B;ErDonUnC;AACF;;ACxhUI;EoD3FA;IACE,yBAA+B;ErDunUnC;AACF;;ACphUI;EoDlGA;IACE,yBAA+B;ErD0nUnC;AACF;;ACrhUI;EoDpGA;IACE,yBAA+B;ErD6nUnC;AACF;;ACjhUI;EoD3GA;IACE,yBAA+B;ErDgoUnC;AACF;;AqD7pUE;EACE,wBAA+B;ArDgqUnC;;ACzkUE;EoDrFE;IACE,wBAA+B;ErDkqUnC;AACF;;AC3kUE;EoDtFE;IACE,wBAA+B;ErDqqUnC;AACF;;AC7kUE;EoDvFE;IACE,wBAA+B;ErDwqUnC;AACF;;AC/kUE;EoDxFE;IACE,wBAA+B;ErD2qUnC;AACF;;ACjlUE;EoDzFE;IACE,wBAA+B;ErD8qUnC;AACF;;ACllUI;EoD3FA;IACE,wBAA+B;ErDirUnC;AACF;;AC9kUI;EoDlGA;IACE,wBAA+B;ErDorUnC;AACF;;AC/kUI;EoDpGA;IACE,wBAA+B;ErDurUnC;AACF;;AC3kUI;EoD3GA;IACE,wBAA+B;ErD0rUnC;AACF;;AqDvtUE;EACE,0BAA+B;ArD0tUnC;;ACnoUE;EoDrFE;IACE,0BAA+B;ErD4tUnC;AACF;;ACroUE;EoDtFE;IACE,0BAA+B;ErD+tUnC;AACF;;ACvoUE;EoDvFE;IACE,0BAA+B;ErDkuUnC;AACF;;ACzoUE;EoDxFE;IACE,0BAA+B;ErDquUnC;AACF;;AC3oUE;EoDzFE;IACE,0BAA+B;ErDwuUnC;AACF;;AC5oUI;EoD3FA;IACE,0BAA+B;ErD2uUnC;AACF;;ACxoUI;EoDlGA;IACE,0BAA+B;ErD8uUnC;AACF;;ACzoUI;EoDpGA;IACE,0BAA+B;ErDivUnC;AACF;;ACroUI;EoD3GA;IACE,0BAA+B;ErDovUnC;AACF;;AqDjxUE;EACE,gCAA+B;ArDoxUnC;;AC7rUE;EoDrFE;IACE,gCAA+B;ErDsxUnC;AACF;;AC/rUE;EoDtFE;IACE,gCAA+B;ErDyxUnC;AACF;;ACjsUE;EoDvFE;IACE,gCAA+B;ErD4xUnC;AACF;;ACnsUE;EoDxFE;IACE,gCAA+B;ErD+xUnC;AACF;;ACrsUE;EoDzFE;IACE,gCAA+B;ErDkyUnC;AACF;;ACtsUI;EoD3FA;IACE,gCAA+B;ErDqyUnC;AACF;;AClsUI;EoDlGA;IACE,gCAA+B;ErDwyUnC;AACF;;ACnsUI;EoDpGA;IACE,gCAA+B;ErD2yUnC;AACF;;AC/rUI;EoD3GA;IACE,gCAA+B;ErD8yUnC;AACF;;AqD30UE;EACE,+BAA+B;ArD80UnC;;ACvvUE;EoDrFE;IACE,+BAA+B;ErDg1UnC;AACF;;ACzvUE;EoDtFE;IACE,+BAA+B;ErDm1UnC;AACF;;AC3vUE;EoDvFE;IACE,+BAA+B;ErDs1UnC;AACF;;AC7vUE;EoDxFE;IACE,+BAA+B;ErDy1UnC;AACF;;AC/vUE;EoDzFE;IACE,+BAA+B;ErD41UnC;AACF;;AChwUI;EoD3FA;IACE,+BAA+B;ErD+1UnC;AACF;;AC5vUI;EoDlGA;IACE,+BAA+B;ErDk2UnC;AACF;;AC7vUI;EoDpGA;IACE,+BAA+B;ErDq2UnC;AACF;;ACzvUI;EoD3GA;IACE,+BAA+B;ErDw2UnC;AACF;;AqDv2UA;EACE,wBAAwB;ArD02U1B;;AqDx2UA;EACE,uBAAuB;EACvB,iCAAiC;EACjC,yBAAyB;EACzB,2BAA2B;EAC3B,qBAAqB;EACrB,6BAA6B;EAC7B,8BAA8B;EAC9B,wBAAwB;ArD22U1B;;AC5zUE;EoD5CA;IACE,wBAAwB;ErD42U1B;AACF;;AC9zUE;EoD5CA;IACE,wBAAwB;ErD82U1B;AACF;;ACh0UE;EoD5CA;IACE,wBAAwB;ErDg3U1B;AACF;;ACl0UE;EoD5CA;IACE,wBAAwB;ErDk3U1B;AACF;;ACp0UE;EoD5CA;IACE,wBAAwB;ErDo3U1B;AACF;;ACr0UI;EoD7CF;IACE,wBAAwB;ErDs3U1B;AACF;;ACj0UI;EoDnDF;IACE,wBAAwB;ErDw3U1B;AACF;;ACl0UI;EoDpDF;IACE,wBAAwB;ErD03U1B;AACF;;AC9zUI;EoD1DF;IACE,wBAAwB;ErD43U1B;AACF;;AqD33UA;EACE,6BAA6B;ArD83U/B;;ACt3UE;EoDLA;IACE,6BAA6B;ErD+3U/B;AACF;;ACx3UE;EoDLA;IACE,6BAA6B;ErDi4U/B;AACF;;AC13UE;EoDLA;IACE,6BAA6B;ErDm4U/B;AACF;;AC53UE;EoDLA;IACE,6BAA6B;ErDq4U/B;AACF;;AC93UE;EoDLA;IACE,6BAA6B;ErDu4U/B;AACF;;AC/3UI;EoDNF;IACE,6BAA6B;ErDy4U/B;AACF;;AC33UI;EoDZF;IACE,6BAA6B;ErD24U/B;AACF;;AC53UI;EoDbF;IACE,6BAA6B;ErD64U/B;AACF;;ACx3UI;EoDnBF;IACE,6BAA6B;ErD+4U/B;AACF;;AsDzgVA,iBAAA;ACWA;EACE,oBAAoB;EACpB,aAAa;EACb,sBAAsB;EACtB,8BAA8B;AvDkgVhC;;AuDtgVA;EAMI,gBAAgB;AvDogVpB;;AuD1gVA;EASM,mBAAmB;AvDqgVzB;;AuD9gVA;EAeM,uBxDXyB;EwDYzB,cxDzBuB;AC4hV7B;;AuDnhVA;;EAmBQ,cAAc;AvDqgVtB;;AuDxhVA;EAqBQ,cxD9BqB;ACqiV7B;;AuD5hVA;EAuBQ,4BxDhCqB;ACyiV7B;;AuDhiVA;;EA0BU,cxDnCmB;AC8iV7B;;ACv8UE;EsD9FF;IA6BU,uBxDzBqB;ECsiV7B;AACF;;AuD3iVA;;EAgCQ,4BxDzCqB;ACyjV7B;;AuDhjVA;;;EAqCU,yB7C6DuB;E6C5DvB,cxD/CmB;ACgkV7B;;AuDvjVA;EAyCU,cxDlDmB;EwDmDnB,YAAY;AvDkhVtB;;AuD5jVA;EA4CY,UAAU;AvDohVtB;;AuDhkVA;EA+CY,UAAU;AvDqhVtB;;AuDpkVA;EAmDY,cxD5DiB;ACilV7B;;AuDxkVA;EAqDc,uCxD9De;ACqlV7B;;AuD5kVA;EAyDc,yBxDlEe;EwDmEf,qBxDnEe;EwDoEf,YxDvDiB;AC8kV/B;;AuDllVA;EAiEU,4EAAyG;AvDqhVnH;;ACpgVE;EsDlFF;IAoEc,4EAAyG;EvDuhVrH;AACF;;AuD5lVA;EAeM,yBxDxBuB;EwDyBvB,YxDZyB;AC6lV/B;;AuDjmVA;;EAmBQ,cAAc;AvDmlVtB;;AuDtmVA;EAqBQ,YxDjBuB;ACsmV/B;;AuD1mVA;EAuBQ,+BxDnBuB;AC0mV/B;;AuD9mVA;;EA0BU,YxDtBqB;AC+mV/B;;ACrhVE;EsD9FF;IA6BU,yBxDtCmB;ECioV3B;AACF;;AuDznVA;;EAgCQ,+BxD5BuB;AC0nV/B;;AuD9nVA;;;EAqCU,uB7C6DuB;E6C5DvB,YxDlCqB;ACioV/B;;AuDroVA;EAyCU,YxDrCqB;EwDsCrB,YAAY;AvDgmVtB;;AuD1oVA;EA4CY,UAAU;AvDkmVtB;;AuD9oVA;EA+CY,UAAU;AvDmmVtB;;AuDlpVA;EAmDY,YxD/CmB;ACkpV/B;;AuDtpVA;EAqDc,uCxD9De;ACmqV7B;;AuD1pVA;EAyDc,uBxDrDiB;EwDsDjB,mBxDtDiB;EwDuDjB,cxDpEe;ACyqV7B;;AuDhqVA;EAiEU,8EAAyG;AvDmmVnH;;ACllVE;EsDlFF;IAoEc,8EAAyG;EvDqmVrH;AACF;;AuD1qVA;EAeM,4BxDbwB;EwDcxB,yB7CqDe;AV0mVrB;;AuD/qVA;;EAmBQ,cAAc;AvDiqVtB;;AuDprVA;EAqBQ,yB7CgDa;AVmnVrB;;AuDxrVA;EAuBQ,yB7C8Ca;AVunVrB;;AuD5rVA;;EA0BU,yB7C2CW;AV4nVrB;;ACnmVE;EsD9FF;IA6BU,4BxD3BoB;ECosV5B;AACF;;AuDvsVA;;EAgCQ,yB7CqCa;AVuoVrB;;AuD5sVA;;;EAqCU,yB7C6DuB;E6C5DvB,yB7C+BW;AV8oVrB;;AuDntVA;EAyCU,yB7C4BW;E6C3BX,YAAY;AvD8qVtB;;AuDxtVA;EA4CY,UAAU;AvDgrVtB;;AuD5tVA;EA+CY,UAAU;AvDirVtB;;AuDhuVA;EAmDY,yB7CkBS;AV+pVrB;;AuDpuVA;EAqDc,uCxD9De;ACivV7B;;AuDxuVA;EAyDc,oC7CYO;E6CXP,gC7CWO;E6CVP,iBxDzDgB;AC4uV9B;;AuD9uVA;EAiEU,iFAAyG;AvDirVnH;;AChqVE;EsDlFF;IAoEc,iFAAyG;EvDmrVrH;AACF;;AuDxvVA;EAeM,yBxDpBwB;EwDqBxB,W7CuDU;AVsrVhB;;AuD7vVA;;EAmBQ,cAAc;AvD+uVtB;;AuDlwVA;EAqBQ,W7CkDQ;AV+rVhB;;AuDtwVA;EAuBQ,+B7CgDQ;AVmsVhB;;AuD1wVA;;EA0BU,W7C6CM;AVwsVhB;;ACjrVE;EsD9FF;IA6BU,yBxDlCoB;ECyxV5B;AACF;;AuDrxVA;;EAgCQ,+B7CuCQ;AVmtVhB;;AuD1xVA;;;EAqCU,yB7C6DuB;E6C5DvB,W7CiCM;AV0tVhB;;AuDjyVA;EAyCU,W7C8BM;E6C7BN,YAAY;AvD4vVtB;;AuDtyVA;EA4CY,UAAU;AvD8vVtB;;AuD1yVA;EA+CY,UAAU;AvD+vVtB;;AuD9yVA;EAmDY,W7CoBI;AV2uVhB;;AuDlzVA;EAqDc,uCxD9De;AC+zV7B;;AuDtzVA;EAyDc,sB7CcE;E6CbF,kB7CaE;E6CZF,cxDhEgB;ACi0V9B;;AuD5zVA;EAiEU,gFAAyG;AvD+vVnH;;AC9uVE;EsDlFF;IAoEc,gFAAyG;EvDiwVrH;AACF;;AuDt0VA;EAeM,yBxDN4B;EwDO5B,W7CuDU;AVowVhB;;AuD30VA;;EAmBQ,cAAc;AvD6zVtB;;AuDh1VA;EAqBQ,W7CkDQ;AV6wVhB;;AuDp1VA;EAuBQ,+B7CgDQ;AVixVhB;;AuDx1VA;;EA0BU,W7C6CM;AVsxVhB;;AC/vVE;EsD9FF;IA6BU,yBxDpBwB;ECy1VhC;AACF;;AuDn2VA;;EAgCQ,+B7CuCQ;AViyVhB;;AuDx2VA;;;EAqCU,yB7C6DuB;E6C5DvB,W7CiCM;AVwyVhB;;AuD/2VA;EAyCU,W7C8BM;E6C7BN,YAAY;AvD00VtB;;AuDp3VA;EA4CY,UAAU;AvD40VtB;;AuDx3VA;EA+CY,UAAU;AvD60VtB;;AuD53VA;EAmDY,W7CoBI;AVyzVhB;;AuDh4VA;EAqDc,uCxD9De;AC64V7B;;AuDp4VA;EAyDc,sB7CcE;E6CbF,kB7CaE;E6CZF,cxDlDoB;ACi4VlC;;AuD14VA;EAiEU,gFAAyG;AvD60VnH;;AC5zVE;EsDlFF;IAoEc,gFAAyG;EvD+0VrH;AACF;;AuDp5VA;EAeM,yBxDJ4B;EwDK5B,W7CuDU;AVk1VhB;;AuDz5VA;;EAmBQ,cAAc;AvD24VtB;;AuD95VA;EAqBQ,W7CkDQ;AV21VhB;;AuDl6VA;EAuBQ,+B7CgDQ;AV+1VhB;;AuDt6VA;;EA0BU,W7C6CM;AVo2VhB;;AC70VE;EsD9FF;IA6BU,yBxDlBwB;ECq6VhC;AACF;;AuDj7VA;;EAgCQ,+B7CuCQ;AV+2VhB;;AuDt7VA;;;EAqCU,yB7C6DuB;E6C5DvB,W7CiCM;AVs3VhB;;AuD77VA;EAyCU,W7C8BM;E6C7BN,YAAY;AvDw5VtB;;AuDl8VA;EA4CY,UAAU;AvD05VtB;;AuDt8VA;EA+CY,UAAU;AvD25VtB;;AuD18VA;EAmDY,W7CoBI;AVu4VhB;;AuD98VA;EAqDc,uCxD9De;AC29V7B;;AuDl9VA;EAyDc,sB7CcE;E6CbF,kB7CaE;E6CZF,cxDhDoB;AC68VlC;;AuDx9VA;EAiEU,gFAAyG;AvD25VnH;;AC14VE;EsDlFF;IAoEc,gFAAyG;EvD65VrH;AACF;;AuDl+VA;EAeM,yBxDL4B;EwDM5B,W7CuDU;AVg6VhB;;AuDv+VA;;EAmBQ,cAAc;AvDy9VtB;;AuD5+VA;EAqBQ,W7CkDQ;AVy6VhB;;AuDh/VA;EAuBQ,+B7CgDQ;AV66VhB;;AuDp/VA;;EA0BU,W7C6CM;AVk7VhB;;AC35VE;EsD9FF;IA6BU,yBxDnBwB;ECo/VhC;AACF;;AuD//VA;;EAgCQ,+B7CuCQ;AV67VhB;;AuDpgWA;;;EAqCU,yB7C6DuB;E6C5DvB,W7CiCM;AVo8VhB;;AuD3gWA;EAyCU,W7C8BM;E6C7BN,YAAY;AvDs+VtB;;AuDhhWA;EA4CY,UAAU;AvDw+VtB;;AuDphWA;EA+CY,UAAU;AvDy+VtB;;AuDxhWA;EAmDY,W7CoBI;AVq9VhB;;AuD5hWA;EAqDc,uCxD9De;ACyiW7B;;AuDhiWA;EAyDc,sB7CcE;E6CbF,kB7CaE;E6CZF,cxDjDoB;AC4hWlC;;AuDtiWA;EAiEU,gFAAyG;AvDy+VnH;;ACx9VE;EsDlFF;IAoEc,gFAAyG;EvD2+VrH;AACF;;AuDhjWA;EAeM,yBxDP4B;EwDQ5B,W7CuDU;AV8+VhB;;AuDrjWA;;EAmBQ,cAAc;AvDuiWtB;;AuD1jWA;EAqBQ,W7CkDQ;AVu/VhB;;AuD9jWA;EAuBQ,+B7CgDQ;AV2/VhB;;AuDlkWA;;EA0BU,W7C6CM;AVggWhB;;ACz+VE;EsD9FF;IA6BU,yBxDrBwB;ECokWhC;AACF;;AuD7kWA;;EAgCQ,+B7CuCQ;AV2gWhB;;AuDllWA;;;EAqCU,yB7C6DuB;E6C5DvB,W7CiCM;AVkhWhB;;AuDzlWA;EAyCU,W7C8BM;E6C7BN,YAAY;AvDojWtB;;AuD9lWA;EA4CY,UAAU;AvDsjWtB;;AuDlmWA;EA+CY,UAAU;AvDujWtB;;AuDtmWA;EAmDY,W7CoBI;AVmiWhB;;AuD1mWA;EAqDc,uCxD9De;ACunW7B;;AuD9mWA;EAyDc,sB7CcE;E6CbF,kB7CaE;E6CZF,cxDnDoB;AC4mWlC;;AuDpnWA;EAiEU,gFAAyG;AvDujWnH;;ACtiWE;EsDlFF;IAoEc,gFAAyG;EvDyjWrH;AACF;;AuD9nWA;EAeM,yBxDR4B;EwDS5B,yB7CqDe;AV8jWrB;;AuDnoWA;;EAmBQ,cAAc;AvDqnWtB;;AuDxoWA;EAqBQ,yB7CgDa;AVukWrB;;AuD5oWA;EAuBQ,yB7C8Ca;AV2kWrB;;AuDhpWA;;EA0BU,yB7C2CW;AVglWrB;;ACvjWE;EsD9FF;IA6BU,yBxDtBwB;ECmpWhC;AACF;;AuD3pWA;;EAgCQ,yB7CqCa;AV2lWrB;;AuDhqWA;;;EAqCU,yB7C6DuB;E6C5DvB,yB7C+BW;AVkmWrB;;AuDvqWA;EAyCU,yB7C4BW;E6C3BX,YAAY;AvDkoWtB;;AuD5qWA;EA4CY,UAAU;AvDooWtB;;AuDhrWA;EA+CY,UAAU;AvDqoWtB;;AuDprWA;EAmDY,yB7CkBS;AVmnWrB;;AuDxrWA;EAqDc,uCxD9De;ACqsW7B;;AuD5rWA;EAyDc,oC7CYO;E6CXP,gC7CWO;E6CVP,cxDpDoB;AC2rWlC;;AuDlsWA;EAiEU,gFAAyG;AvDqoWnH;;ACpnWE;EsDlFF;IAoEc,gFAAyG;EvDuoWrH;AACF;;AuD5sWA;EAeM,yBxDF2B;EwDG3B,W7CuDU;AV0oWhB;;AuDjtWA;;EAmBQ,cAAc;AvDmsWtB;;AuDttWA;EAqBQ,W7CkDQ;AVmpWhB;;AuD1tWA;EAuBQ,+B7CgDQ;AVupWhB;;AuD9tWA;;EA0BU,W7C6CM;AV4pWhB;;ACroWE;EsD9FF;IA6BU,yBxDhBuB;EC2tW/B;AACF;;AuDzuWA;;EAgCQ,+B7CuCQ;AVuqWhB;;AuD9uWA;;;EAqCU,yB7C6DuB;E6C5DvB,W7CiCM;AV8qWhB;;AuDrvWA;EAyCU,W7C8BM;E6C7BN,YAAY;AvDgtWtB;;AuD1vWA;EA4CY,UAAU;AvDktWtB;;AuD9vWA;EA+CY,UAAU;AvDmtWtB;;AuDlwWA;EAmDY,W7CoBI;AV+rWhB;;AuDtwWA;EAqDc,uCxD9De;ACmxW7B;;AuD1wWA;EAyDc,sB7CcE;E6CbF,kB7CaE;E6CZF,cxD9CmB;ACmwWjC;;AuDhxWA;EAiEU,gFAAyG;AvDmtWnH;;AClsWE;EsDlFF;IAoEc,gFAAyG;EvDqtWrH;AACF;;AuD1xWA;EAwEM,eA/E0B;AvDqyWhC;;ACxsWE;EsDtFF;IA4EQ,oBAlF8B;EvDyyWpC;AACF;;AC9sWE;EsDtFF;IAgFQ,mBArF4B;EvD8yWlC;AACF;;AuD1yWA;EAqFM,mBAAmB;EACnB,aAAa;AvDytWnB;;AuD/yWA;EAwFQ,YAAY;EACZ,cAAc;AvD2tWtB;;AuDpzWA;EA2FI,gBAAgB;AvD6tWpB;;AuDxzWA;EA6FI,iBAAiB;AvD+tWrB;;AuD3tWA;EAEE,gBAAgB;AvD6tWlB;;AuD/tWA;EAII,SAAS;EACT,gBAAgB;EAChB,eAAe;EACf,kBAAkB;EAClB,QAAQ;EACR,qCAAqC;AvD+tWzC;;AuDxuWA;EAYI,YAAY;AvDguWhB;;AC3vWE;EsDeF;IAeI,aAAa;EvDkuWf;AACF;;AuDjuWA;EACE,kBAAkB;AvDouWpB;;ACrwWE;EsDgCF;IAKM,aAAa;EvDquWjB;EuD1uWF;IAOQ,sBAAsB;EvDsuW5B;AACF;;AC1wWE;EsD4BF;IASI,aAAa;IACb,uBAAuB;EvD0uWzB;EuDpvWF;ItD+BI,oBsDnBwC;EvD2uW1C;AACF;;AuDxuWA;;EAEE,YAAY;EACZ,cAAc;AvD2uWhB;;AuDzuWA;EACE,YAAY;EACZ,cAAc;EACd,oBAnJ6B;AvD+3W/B;;AChyWE;EsDiDF;IAKI,kBApJgC;EvDm4WlC;AACF;;AwDh4WA;EACE,oBAN2B;AxDy4W7B;;AC9xWE;EuDtGF;IAII,kBAR+B;ExD64WjC;EwDz4WF;IAOM,oBAV8B;ExD+4WlC;EwD54WF;IASM,mBAX4B;ExDi5WhC;AACF;;AyDj5WA;EACE,yB1DO4B;E0DN5B,yBAJ+B;AzDw5WjC","file":"bulma.css"} \ No newline at end of file diff --git a/css/bulma.min.css b/css/bulma.min.css index 078d3855b..5e552f4fe 100644 --- a/css/bulma.min.css +++ b/css/bulma.min.css @@ -1 +1 @@ -/*! bulma.io v0.9.2 | MIT License | github.com/jgthms/bulma */.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:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.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 fieldset[disabled] select,.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}.breadcrumb,.button,.file,.is-unselectable,.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{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.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}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */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%;-ms-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}@-webkit-keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.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-ghost{background:0 0;border-color:transparent;color:#3273dc;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#3273dc;text-decoration:underline}.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{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{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){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.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}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{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:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#b5b5b5}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#3273dc;box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.input[disabled],.select fieldset[disabled] select,.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 fieldset[disabled] select::-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 fieldset[disabled] select::-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 fieldset[disabled] select:-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 fieldset[disabled] select:-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-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.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-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.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-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.is-primary.input,.is-primary.textarea{border-color:#00d1b2}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.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-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.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-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.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-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.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-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.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-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{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%;position:relative}.card-content:first-child,.card-footer:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-content:last-child,.card-footer:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.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-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color: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}.pagination-list li{list-style:none}@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;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-left:16.66667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-left:33.33333%}.column.is-5-mobile{flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-left:41.66667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-left:58.33333%}.column.is-8-mobile{flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-left:66.66667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-left:83.33333%}.column.is-11-mobile{flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-left:91.66667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}.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.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}.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.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}.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.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}.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;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{flex:none;width:8.33333%}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{flex:none;width:16.66667%}.column.is-offset-2-touch{margin-left:16.66667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333%}.column.is-offset-4-touch{margin-left:33.33333%}.column.is-5-touch{flex:none;width:41.66667%}.column.is-offset-5-touch{margin-left:41.66667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333%}.column.is-offset-7-touch{margin-left:58.33333%}.column.is-8-touch{flex:none;width:66.66667%}.column.is-offset-8-touch{margin-left:66.66667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333%}.column.is-offset-10-touch{margin-left:83.33333%}.column.is-11-touch{flex:none;width:91.66667%}.column.is-offset-11-touch{margin-left:91.66667%}.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;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-left:16.66667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-left:33.33333%}.column.is-5-desktop{flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-left:41.66667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-left:58.33333%}.column.is-8-desktop{flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-left:66.66667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-left:83.33333%}.column.is-11-desktop{flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-left:91.66667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-left:16.66667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-left:33.33333%}.column.is-5-widescreen{flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-left:41.66667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-left:58.33333%}.column.is-8-widescreen{flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-left:66.66667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-left:83.33333%}.column.is-11-widescreen{flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-left:91.66667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-left:16.66667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-left:33.33333%}.column.is-5-fullhd{flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-left:41.66667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-left:58.33333%}.column.is-8-fullhd{flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-left:66.66667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-left:83.33333%}.column.is-11-fullhd{flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-left:91.66667%}.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.33333%}.tile.is-2{flex:none;width:16.66667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333%}.tile.is-5{flex:none;width:41.66667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333%}.tile.is-8{flex:none;width:66.66667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333%}.tile.is-11{flex:none;width:91.66667%}.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;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5{margin-left:1.5rem!important}.mx-5{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6{margin-left:3rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.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,#e6e6e6 0,#fff 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e6e6 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,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}}.hero.is-dark{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,#1f191a 0,#363636 71%,#46403f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0,#363636 71%,#46403f 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%,#00e7eb 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e7eb 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,#1577c6 0,#3273dc 71%,#4366e5 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1577c6 0,#3273dc 71%,#4366e5 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,#159dc6 0,#3298dc 71%,#4389e5 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#159dc6 0,#3298dc 71%,#4389e5 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,#ffaf24 0,#ffdd57 71%,#fffa70 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffaf24 0,#ffdd57 71%,#fffa70 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,#fa0a62 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding:9rem 1.5rem}}@media screen and (min-width:769px),print{.hero.is-large .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 +/*! bulma.io v0.9.2 | MIT License | github.com/jgthms/bulma */.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:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.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 fieldset[disabled] select,.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}.breadcrumb,.button,.file,.is-unselectable,.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),.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{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline: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:9999px;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}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */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%;-ms-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:#485fc7;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}@-webkit-keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.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 #485fc7}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #485fc7}.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:#485fc7;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,95,199,.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-ghost{background:0 0;border-color:transparent;color:#485fc7;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#485fc7;text-decoration:underline}.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:#485fc7;border-color:transparent;color:#fff}.button.is-link.is-hovered,.button.is-link:hover{background-color:#3e56c4;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(72,95,199,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#3a51bb;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#485fc7;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#485fc7}.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:#485fc7}.button.is-link.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:transparent;border-color:#485fc7;color:#485fc7}.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:#485fc7;border-color:#485fc7;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #485fc7 #485fc7!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:#485fc7;box-shadow:none;color:#485fc7}.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:#485fc7}.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 #485fc7 #485fc7!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:#eff1fa;color:#3850b7}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#e6e9f7;border-color:transparent;color:#3850b7}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#dce0f4;border-color:transparent;color:#3850b7}.button.is-info{background-color:#3e8ed0;border-color:transparent;color:#fff}.button.is-info.is-hovered,.button.is-info:hover{background-color:#3488ce;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(62,142,208,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#3082c5;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3e8ed0;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3e8ed0}.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:#3e8ed0}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;color:#3e8ed0}.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:#3e8ed0;border-color:#3e8ed0;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3e8ed0 #3e8ed0!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:#3e8ed0;box-shadow:none;color:#3e8ed0}.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:#3e8ed0}.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 #3e8ed0 #3e8ed0!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:#eff5fb;color:#296fa8}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#e4eff9;border-color:transparent;color:#296fa8}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#dae9f6;border-color:transparent;color:#296fa8}.button.is-success{background-color:#48c78e;border-color:transparent;color:#fff}.button.is-success.is-hovered,.button.is-success:hover{background-color:#3ec487;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,142,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#3abb81;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#48c78e;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#48c78e}.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:#48c78e}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:transparent;border-color:#48c78e;color:#48c78e}.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:#48c78e;border-color:#48c78e;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #48c78e #48c78e!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:#48c78e;box-shadow:none;color:#48c78e}.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:#48c78e}.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 #48c78e #48c78e!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:#effaf5;color:#257953}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#e6f7ef;border-color:transparent;color:#257953}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#dcf4e9;border-color:transparent;color:#257953}.button.is-warning{background-color:#ffe08a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdc7d;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,224,138,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd970;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffe08a;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);color:#ffe08a}.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:#ffe08a}.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:#ffe08a;color:#ffe08a}.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:#ffe08a;border-color:#ffe08a;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffe08a #ffe08a!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:#ffe08a;box-shadow:none;color:#ffe08a}.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:#ffe08a}.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 #ffe08a #ffe08a!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:#fffaeb;color:#946c00}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#fff6de;border-color:transparent;color:#946c00}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#fff3d1;border-color:transparent;color:#946c00}.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{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{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:9999px;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){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.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-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.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:#485fc7;color:#fff}.notification.is-link.is-light{background-color:#eff1fa;color:#3850b7}.notification.is-info{background-color:#3e8ed0;color:#fff}.notification.is-info.is-light{background-color:#eff5fb;color:#296fa8}.notification.is-success{background-color:#48c78e;color:#fff}.notification.is-success.is-light{background-color:#effaf5;color:#257953}.notification.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.notification.is-warning.is-light{background-color:#fffaeb;color:#946c00}.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:9999px;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:#485fc7}.progress.is-link::-moz-progress-bar{background-color:#485fc7}.progress.is-link::-ms-fill{background-color:#485fc7}.progress.is-link:indeterminate{background-image:linear-gradient(to right,#485fc7 30%,#ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#3e8ed0}.progress.is-info::-moz-progress-bar{background-color:#3e8ed0}.progress.is-info::-ms-fill{background-color:#3e8ed0}.progress.is-info:indeterminate{background-image:linear-gradient(to right,#3e8ed0 30%,#ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#48c78e}.progress.is-success::-moz-progress-bar{background-color:#48c78e}.progress.is-success::-ms-fill{background-color:#48c78e}.progress.is-success:indeterminate{background-image:linear-gradient(to right,#48c78e 30%,#ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffe08a}.progress.is-warning::-moz-progress-bar{background-color:#ffe08a}.progress.is-warning::-ms-fill{background-color:#ffe08a}.progress.is-warning:indeterminate{background-image:linear-gradient(to right,#ffe08a 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:#485fc7;border-color:#485fc7;color:#fff}.table td.is-info,.table th.is-info{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}.table td.is-success,.table th.is-success{background-color:#48c78e;border-color:#48c78e;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffe08a;border-color:#ffe08a;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:#485fc7;color:#fff}.tag:not(body).is-link.is-light{background-color:#eff1fa;color:#3850b7}.tag:not(body).is-info{background-color:#3e8ed0;color:#fff}.tag:not(body).is-info.is-light{background-color:#eff5fb;color:#296fa8}.tag:not(body).is-success{background-color:#48c78e;color:#fff}.tag:not(body).is-success.is-light{background-color:#effaf5;color:#257953}.tag:not(body).is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.tag:not(body).is-warning.is-light{background-color:#fffaeb;color:#946c00}.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:9999px}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: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}.number{align-items:center;background-color:#f5f5f5;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.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:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#b5b5b5}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#485fc7;box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.input[disabled],.select fieldset[disabled] select,.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 fieldset[disabled] select::-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 fieldset[disabled] select::-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 fieldset[disabled] select:-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 fieldset[disabled] select:-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-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.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-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.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-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.is-primary.input,.is-primary.textarea{border-color:#00d1b2}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.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:#485fc7}.is-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.textarea:active,.is-link.textarea:focus{box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.is-info.input,.is-info.textarea{border-color:#3e8ed0}.is-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.textarea:active,.is-info.textarea:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.is-success.input,.is-success.textarea{border-color:#48c78e}.is-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.textarea:active,.is-success.textarea:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.is-warning.input,.is-warning.textarea{border-color:#ffe08a}.is-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.textarea:active,.is-warning.textarea:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.is-danger.input,.is-danger.textarea{border-color:#f14668}.is-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{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:9999px;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:#485fc7;right:1.125em;z-index:4}.select.is-rounded select{border-radius:9999px;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:#485fc7}.select.is-link select{border-color:#485fc7}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#3a51bb}.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(72,95,199,.25)}.select.is-info:not(:hover)::after{border-color:#3e8ed0}.select.is-info select{border-color:#3e8ed0}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#3082c5}.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(62,142,208,.25)}.select.is-success:not(:hover)::after{border-color:#48c78e}.select.is-success select{border-color:#48c78e}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#3abb81}.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,142,.25)}.select.is-warning:not(:hover)::after{border-color:#ffe08a}.select.is-warning select{border-color:#ffe08a}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#ffd970}.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,224,138,.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:#485fc7;border-color:transparent;color:#fff}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#3e56c4;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(72,95,199,.25);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#3a51bb;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#3e8ed0;border-color:transparent;color:#fff}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#3488ce;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(62,142,208,.25);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#3082c5;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#48c78e;border-color:transparent;color:#fff}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#3ec487;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,142,.25);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#3abb81;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffe08a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdc7d;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,224,138,.25);color:rgba(0,0,0,.7)}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd970;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-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{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:#485fc7}.help.is-info{color:#3e8ed0}.help.is-success{color:#48c78e}.help.is-warning{color:#ffe08a}.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:#485fc7;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%;position:relative}.card-content:first-child,.card-footer:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-content:last-child,.card-footer:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.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-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color: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:#485fc7;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:#485fc7;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:#eff1fa}.message.is-link .message-header{background-color:#485fc7;color:#fff}.message.is-link .message-body{border-color:#485fc7;color:#3850b7}.message.is-info{background-color:#eff5fb}.message.is-info .message-header{background-color:#3e8ed0;color:#fff}.message.is-info .message-body{border-color:#3e8ed0;color:#296fa8}.message.is-success{background-color:#effaf5}.message.is-success .message-header{background-color:#48c78e;color:#fff}.message.is-success .message-body{border-color:#48c78e;color:#257953}.message.is-warning{background-color:#fffaeb}.message.is-warning .message-header{background-color:#ffe08a;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffe08a;color:#946c00}.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:#485fc7;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:#3a51bb;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:#3a51bb;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:#3a51bb;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#485fc7;color:#fff}}.navbar.is-info{background-color:#3e8ed0;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:#3082c5;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:#3082c5;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:#3082c5;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3e8ed0;color:#fff}}.navbar.is-success{background-color:#48c78e;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:#3abb81;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:#3abb81;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:#3abb81;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c78e;color:#fff}}.navbar.is-warning{background-color:#ffe08a;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:#ffd970;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:#ffd970;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:#ffd970;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffe08a;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:#485fc7}.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:#485fc7}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#485fc7;border-bottom-style:solid;border-bottom-width:3px;color:#485fc7;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:#485fc7;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:#485fc7}.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:#485fc7}.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:9999px}.pagination.is-rounded .pagination-link{border-radius:9999px}.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:#485fc7}.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:#485fc7;border-color:#485fc7;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-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:#485fc7;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#485fc7}.panel.is-link .panel-block.is-active .panel-icon{color:#485fc7}.panel.is-info .panel-heading{background-color:#3e8ed0;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3e8ed0}.panel.is-info .panel-block.is-active .panel-icon{color:#3e8ed0}.panel.is-success .panel-heading{background-color:#48c78e;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c78e}.panel.is-success .panel-block.is-active .panel-icon{color:#48c78e}.panel.is-warning .panel-heading{background-color:#ffe08a;color:rgba(0,0,0,.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffe08a}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffe08a}.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:#485fc7}.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:#485fc7;color:#363636}.panel-block.is-active .panel-icon{color:#485fc7}.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:#485fc7;color:#485fc7}.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:#485fc7;border-color:#485fc7;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-left:16.66667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-left:33.33333%}.column.is-5-mobile{flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-left:41.66667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-left:58.33333%}.column.is-8-mobile{flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-left:66.66667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-left:83.33333%}.column.is-11-mobile{flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-left:91.66667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}.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.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}.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.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}.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.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}.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;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{flex:none;width:8.33333%}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{flex:none;width:16.66667%}.column.is-offset-2-touch{margin-left:16.66667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333%}.column.is-offset-4-touch{margin-left:33.33333%}.column.is-5-touch{flex:none;width:41.66667%}.column.is-offset-5-touch{margin-left:41.66667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333%}.column.is-offset-7-touch{margin-left:58.33333%}.column.is-8-touch{flex:none;width:66.66667%}.column.is-offset-8-touch{margin-left:66.66667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333%}.column.is-offset-10-touch{margin-left:83.33333%}.column.is-11-touch{flex:none;width:91.66667%}.column.is-offset-11-touch{margin-left:91.66667%}.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;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-left:16.66667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-left:33.33333%}.column.is-5-desktop{flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-left:41.66667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-left:58.33333%}.column.is-8-desktop{flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-left:66.66667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-left:83.33333%}.column.is-11-desktop{flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-left:91.66667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-left:16.66667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-left:33.33333%}.column.is-5-widescreen{flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-left:41.66667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-left:58.33333%}.column.is-8-widescreen{flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-left:66.66667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-left:83.33333%}.column.is-11-widescreen{flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-left:91.66667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-left:16.66667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-left:33.33333%}.column.is-5-fullhd{flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-left:41.66667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-left:58.33333%}.column.is-8-fullhd{flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-left:66.66667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-left:83.33333%}.column.is-11-fullhd{flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-left:91.66667%}.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.33333%}.tile.is-2{flex:none;width:16.66667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333%}.tile.is-5{flex:none;width:41.66667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333%}.tile.is-8{flex:none;width:66.66667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333%}.tile.is-11{flex:none;width:91.66667%}.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:#485fc7!important}a.has-text-link:focus,a.has-text-link:hover{color:#3449a8!important}.has-background-link{background-color:#485fc7!important}.has-text-link-light{color:#eff1fa!important}a.has-text-link-light:focus,a.has-text-link-light:hover{color:#c8cfee!important}.has-background-link-light{background-color:#eff1fa!important}.has-text-link-dark{color:#3850b7!important}a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:#576dcb!important}.has-background-link-dark{background-color:#3850b7!important}.has-text-info{color:#3e8ed0!important}a.has-text-info:focus,a.has-text-info:hover{color:#2b74b1!important}.has-background-info{background-color:#3e8ed0!important}.has-text-info-light{color:#eff5fb!important}a.has-text-info-light:focus,a.has-text-info-light:hover{color:#c6ddf1!important}.has-background-info-light{background-color:#eff5fb!important}.has-text-info-dark{color:#296fa8!important}a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:#368ace!important}.has-background-info-dark{background-color:#296fa8!important}.has-text-success{color:#48c78e!important}a.has-text-success:focus,a.has-text-success:hover{color:#34a873!important}.has-background-success{background-color:#48c78e!important}.has-text-success-light{color:#effaf5!important}a.has-text-success-light:focus,a.has-text-success-light:hover{color:#c8eedd!important}.has-background-success-light{background-color:#effaf5!important}.has-text-success-dark{color:#257953!important}a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:#31a06e!important}.has-background-success-dark{background-color:#257953!important}.has-text-warning{color:#ffe08a!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd257!important}.has-background-warning{background-color:#ffe08a!important}.has-text-warning-light{color:#fffaeb!important}a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:#ffecb8!important}.has-background-warning-light{background-color:#fffaeb!important}.has-text-warning-dark{color:#946c00!important}a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:#c79200!important}.has-background-warning-dark{background-color:#946c00!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;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5{margin-left:1.5rem!important}.mx-5{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6{margin-left:3rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.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,#e6e6e6 0,#fff 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e6e6 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,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}}.hero.is-dark{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,#1f191a 0,#363636 71%,#46403f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0,#363636 71%,#46403f 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%,#00e7eb 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e7eb 100%)}}.hero.is-link{background-color:#485fc7;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:#485fc7}}.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:#3a51bb;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:#485fc7}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#2959b3 0,#485fc7 71%,#5658d2 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#2959b3 0,#485fc7 71%,#5658d2 100%)}}.hero.is-info{background-color:#3e8ed0;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:#3e8ed0}}.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:#3082c5;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:#3e8ed0}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}}.hero.is-success{background-color:#48c78e;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:#48c78e}}.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:#3abb81;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:#48c78e}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b35e 0,#48c78e 71%,#56d2af 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b35e 0,#48c78e 71%,#56d2af 100%)}}.hero.is-warning{background-color:#ffe08a;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:#ffe08a}}.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:#ffd970;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:#ffe08a}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffb657 0,#ffe08a 71%,#fff6a3 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffb657 0,#ffe08a 71%,#fff6a3 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,#fa0a62 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-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}@media screen and (min-width:769px),print{.hero-body{padding:3rem 3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section{padding:3rem 3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem} \ No newline at end of file diff --git a/docs/_data/backers.json b/docs/_data/backers.json index 1f9b5b8d7..03ee2ad01 100644 --- a/docs/_data/backers.json +++ b/docs/_data/backers.json @@ -1,249 +1,114 @@ { "10": [ { - "name": "Beth LeBeau", - "twitter": "", - "start_timestamp": null - }, - { - "name": "divby0", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Nikola", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Steen Jakobsen", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Osvalds Ozolnieks", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Steve Trambert", - "twitter": "", - "start_timestamp": null - }, - { - "name": "J.T. Feng", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Felipe Lujan-Bear", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Matthew Tole", - "twitter": "matthewtole", - "start_timestamp": null - }, - { - "name": "Benjamin Gorez", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Mike Moran", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Manish Malik", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Walter Tommasi", - "twitter": "", - "start_timestamp": null - }, - { - "name": "James Dernie", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Eric Doversberger", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Ian Ebden", + "name": "Arturas", "twitter": "", - "start_timestamp": null + "discord": "", + "start_timestamp": 1593679726511 }, { - "name": "Thomas Klinger", + "name": "Maurice Perry", "twitter": "", - "start_timestamp": null + "discord": "", + "start_timestamp": 1575826633076 }, { - "name": "Tanel Jõeäär", + "name": "xvxx", "twitter": "", - "start_timestamp": null + "discord": "", + "start_timestamp": 1572311879973 }, { - "name": "Giovanni Panozzo", + "name": "Al Romano", "twitter": "", - "start_timestamp": null + "discord": "vip3rousmango#3357", + "start_timestamp": 1551649687685 }, { - "name": "Hernán Zubiri", + "name": "Jason Seminara", "twitter": "", - "start_timestamp": null + "discord": "", + "start_timestamp": 1532955289949 }, { - "name": "Andriy Andriyuk", + "name": "Jordan Nemrow", "twitter": "", - "start_timestamp": null + "discord": "", + "start_timestamp": 1510767260223 } ], "30": [ { - "name": "Arturas", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Al Romano", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Harald Maida", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Harley Hicks", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Brooke Schreier Ganz", - "twitter": "Asparagirl", - "start_timestamp": null - }, - { - "name": "Clemens Gallhuber", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Dan Weaver", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Neil Dingeldein", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Lord ", - "twitter": "", - "start_timestamp": null + "name": "Garry Newman", + "twitter": "garrynewman", + "discord": "", + "start_timestamp": 1511186868165 }, { - "name": "Leonardo Eiji Koshimura", - "twitter": "lekoshimura", - "start_timestamp": null + "name": "Adrian Ocneanu", + "twitter": "aocneanu", + "discord": "", + "start_timestamp": 1510731567799, + "website_url": "https://www.earthlink.ro/", + "website_name": "Earthlink" } ], "100": [ { - "name": "Iaroslav Baklan", + "name": "123Calendars", "twitter": "", - "start_timestamp": null + "discord": "", + "start_timestamp": 1604304762614 }, { "name": "Iaroslav Baklan", "twitter": "", - "start_timestamp": null + "discord": "", + "start_timestamp": 1603288719531 }, { - "name": "Raj.bet", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Maurice Perry", - "twitter": "", - "start_timestamp": null - }, - { - "name": "xvxx", - "twitter": "", - "start_timestamp": null - }, - { - "name": "Greg Hale", - "twitter": "", - "start_timestamp": null - } - ], - "300": [ - { - "name": "Jason Seminara", + "name": "Iaroslav Baklan", "twitter": "", - "start_timestamp": null + "discord": "", + "start_timestamp": 1603287724728 }, { - "name": "Stuart Stanfield", + "name": "Raj.bet", "twitter": "", - "start_timestamp": null + "discord": "", + "start_timestamp": 1598967631148 }, - { - "name": "Jordan Nemrow", - "twitter": "", - "start_timestamp": null - } - ], - "500": [ { "name": "MonoVM ", "twitter": "", - "start_timestamp": null + "discord": "", + "start_timestamp": 1588271410706 }, { "name": "Fintan Costello", "twitter": "", - "start_timestamp": null + "discord": "", + "start_timestamp": 1584546730317 }, { "name": "Adela Belin", "twitter": "", - "start_timestamp": null + "discord": "", + "start_timestamp": 1564993835335 }, { "name": "Sparheld International GmbH", "twitter": "", - "start_timestamp": null + "discord": "", + "start_timestamp": 1563870141112 }, { "name": "Robert Bolder", "twitter": "", - "start_timestamp": null - }, - { - "name": "Garry Newman", - "twitter": "garrynewman", - "start_timestamp": null - }, - { - "name": "Adrian Ocneanu", - "twitter": "aocneanu", - "start_timestamp": null, - "website_url": "https://www.earthlink.ro/", - "website_name": "Earthlink" + "discord": "", + "start_timestamp": 1546593784071 } - ] + ], + "300": [], + "500": [] } diff --git a/docs/_data/github.json b/docs/_data/github.json index d1955e036..24007e271 100644 --- a/docs/_data/github.json +++ b/docs/_data/github.json @@ -1,40 +1,29 @@ { "1": [ - "scott-joe", - "KirillOsenkov", - "romainnorberg", - "rewtraw", - "bastien09", - "neetso", - "cosgrove39264", - "bekwam", - "smjnab", - "timothymiko", - "mattsly", - "aminah-io", - "Carpenter0100", - "dangowans", + "coyled", + "biximilien", + "markuswustenberg", "eddielement", - "biximilien" - ], - "10": [ - "Gomah", - "sasmithjr", - "seansan", - "linkdd", - "nafSadh", - "mmmonica50", - "mieko" - ], - "100": [ - "patrick136", - "airtract", - "Pillarwm", - "brabusdot" + "dangowans", + "Carpenter0100", + "aminah-io", + "marcop135", + "mattsly", + "timothymiko", + "smjnab", + "bekwam", + "Heartz66", + "cosgrove39264", + "neetso", + "bastien09", + "rewtraw", + "romainnorberg", + "KirillOsenkov", + "scott-joe" ], - "300": [ - "wingerdkm1", - "stacho", - "kevivmatrix" - ] + "10": ["Mirobit", "mieko", "mmmonica50", "linkdd", "seansan", "Gomah"], + "30": [], + "100": ["GilmarLangelaan", "aaditysony", "faveable", "patrick136"], + "300": ["shereenqumsieh", "kevivmatrix", "stacho", "wingerdkm1"], + "500": [] } diff --git a/docs/_data/icons.json b/docs/_data/icons.json index 93ce7fe61..5379b733d 100644 --- a/docs/_data/icons.json +++ b/docs/_data/icons.json @@ -1,6 +1,6 @@ { "fontawesome4": "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css", - "fontawesome5": "https://use.fontawesome.com/releases/v5.14.0/js/all.js", + "fontawesome5": "https://use.fontawesome.com/releases/v5.15.2/js/all.js", "ionicons": "https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css", "mdi": "https://cdn.materialdesignicons.com/2.1.19/css/materialdesignicons.min.css" } diff --git a/docs/_data/links.json b/docs/_data/links.json index a9554cb0e..f15394acf 100644 --- a/docs/_data/links.json +++ b/docs/_data/links.json @@ -9,6 +9,19 @@ "subtitle": "Everything you need to create a website with Bulma", "path": "/documentation" }, + "become-sponsor": { + "name": "Become a Bulma sponsor", + "subtitle": "Sponsor Bulma and Open Source via Patreon and GitHub", + "path": "/become-a-bulma-sponsor" + }, + "bulma-book": { + "name": "The official Bulma book", + "title": "Book", + "subtitle": "A step-by-step guide that teaches you how to build a web interface from scratch using Bulma", + "icon": "bookmark", + "color": "bleeding", + "path": "/the-official-bulma-book" + }, "overview": { "name": "Overview", "subtitle": "An overview of what Bulma as a framework is all about", @@ -190,7 +203,6 @@ }, "helpers-spacing": { "name": "Spacing", - "new": true, "subtitle": "Change the size and color of the text for one or multiple viewport width", "color": "grey-dark", "icon": "arrows-alt-h", @@ -205,7 +217,6 @@ }, "helpers-flexbox": { "name": "Flexbox", - "new": true, "subtitle": "Helpers for all Flexbox properties", "color": "primary", "icon": "ellipsis-h", @@ -556,7 +567,7 @@ "name": "Blog", "title": "Blog", "subtitle": "Stay updated with new features", - "color": "orange", + "color": "rss", "icon": "rss", "path": "/blog" }, @@ -565,26 +576,26 @@ "title": "Expo", "subtitle": "Official Bulma showcase", "icon": "star", - "color": "star", + "color": "expo", "path": "/expo" }, "love": { "name": "Love", "title": "Love", "subtitle": "Fans of Bulma around the world", - "color": "danger", + "color": "love", "icon": "heart", "path": "/love" }, "backers": { "id": "backers", - "name": "Patreon and GitHub Backers", + "name": "Backers", "title": "Backers", "color": "patreon", "icon": "patreon", "path": "/backers", "icon_brand": true, - "subtitle": "Everyone who is supporting Bulma", + "subtitle": "Everyone who is supporting Bulma via Patreon and GitHub", "description": "Everyone who is supporting Bulma" }, "more": { @@ -593,6 +604,7 @@ }, "bulma-start": { "name": "Bulma start", + "title": "Start", "subtitle": "A tiny npm package to get started", "icon": "rocket", "color": "success", @@ -600,9 +612,10 @@ }, "made-with-bulma": { "name": "Made with Bulma", + "title": "Badge", "subtitle": "The official community badge", "icon": "certificate", - "color": "primary", + "color": "warning", "path": "/made-with-bulma" }, "bootstrap": { @@ -622,34 +635,116 @@ }, "extensions": { "name": "Bulma extensions", + "title": "Extensions", "subtitle": "Side projects to enhance Bulma", "icon": "plug", - "color": "orange", + "color": "extensions", "path": "/extensions" } }, - "navbar": [ - "videos", - "expo", - "love", - "backers" + "navbar": ["videos", "expo", "love", "backers"], + "navbarMore": [ + "extensions", + "bulma-book", + "blog", + "bulma-start", + "made-with-bulma" ], "more": [ - "backers", + "extensions", + "bulma-book", "blog", + "bulma-start", "made-with-bulma", - "bootstrap", - "extensions", - "bulma-start" + "bootstrap" + ], + "categoryIds": [ + "overview", + "customize", + "columns", + "elements", + "components", + "form", + "layout", + "helpers" ], "categories": { - "overview": ["overview-start", "overview-classes", "overview-modifiers", "overview-modular", "overview-responsiveness", "overview-colors", "overview-functions", "overview-mixins"], - "customize": ["customize-concepts", "customize-variables", "customize-node-sass", "customize-sass-cli", "customize-webpack"], - "helpers": ["helpers-color", "helpers-spacing", "helpers-typography", "helpers-visibility", "helpers-flexbox", "helpers-other"], - "columns": ["columns-basics", "columns-sizes", "columns-responsiveness", "columns-nesting", "columns-gap", "columns-options"], - "layout": ["layout-container", "layout-level", "layout-media", "layout-hero", "layout-section", "layout-footer", "layout-tiles"], - "form": ["form-general", "form-input", "form-textarea", "form-select", "form-checkbox", "form-radio", "form-file"], - "elements": ["elements-block", "elements-box", "elements-button", "elements-content", "elements-delete", "elements-icon", "elements-image", "elements-notification", "elements-progress", "elements-table", "elements-tag", "elements-title"], - "components": ["components-breadcrumb", "components-card", "components-dropdown", "components-menu", "components-message", "components-modal", "components-navbar", "components-pagination", "components-panel", "components-tabs"] + "overview": [ + "overview-start", + "overview-classes", + "overview-modifiers", + "overview-modular", + "overview-responsiveness", + "overview-colors", + "overview-functions", + "overview-mixins" + ], + "customize": [ + "customize-concepts", + "customize-variables", + "customize-node-sass", + "customize-sass-cli", + "customize-webpack" + ], + "helpers": [ + "helpers-color", + "helpers-spacing", + "helpers-typography", + "helpers-visibility", + "helpers-flexbox", + "helpers-other" + ], + "columns": [ + "columns-basics", + "columns-sizes", + "columns-responsiveness", + "columns-nesting", + "columns-gap", + "columns-options" + ], + "layout": [ + "layout-container", + "layout-level", + "layout-media", + "layout-hero", + "layout-section", + "layout-footer", + "layout-tiles" + ], + "form": [ + "form-general", + "form-input", + "form-textarea", + "form-select", + "form-checkbox", + "form-radio", + "form-file" + ], + "elements": [ + "elements-block", + "elements-box", + "elements-button", + "elements-content", + "elements-delete", + "elements-icon", + "elements-image", + "elements-notification", + "elements-progress", + "elements-table", + "elements-tag", + "elements-title" + ], + "components": [ + "components-breadcrumb", + "components-card", + "components-dropdown", + "components-menu", + "components-message", + "components-modal", + "components-navbar", + "components-pagination", + "components-panel", + "components-tabs" + ] } } diff --git a/docs/_data/love.json b/docs/_data/love.json index b7c10584f..95ad3c45d 100644 --- a/docs/_data/love.json +++ b/docs/_data/love.json @@ -16,7 +16,7 @@ "content": "@jgthms love your work on bulma, you rock", "fullname": "Andrew Cantos", "username": "andrewcantos", - "avatar": "https://pbs.twimg.com/profile_images/1069842304343597057/ocJlbY8Q_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1342762988168642560/TebKmzQS_normal.jpg", "hearts": 2, "retweets": 0 }, @@ -116,7 +116,7 @@ "content": "Simple, beautiful and most importantly, very light. Bulma: a modern CSS framework based on Flexbox bulma.io via @jgthms", "fullname": "Anas Red", "username": "AnasAhmar", - "avatar": "https://pbs.twimg.com/profile_images/1231587821779066882/myqDDtJF_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1341495475673964546/GXmv643Z_normal.jpg", "hearts": 1, "retweets": 0 }, @@ -137,14 +137,14 @@ "fullname": "Jesse Schoff", "username": "jesseschoff", "avatar": "https://pbs.twimg.com/profile_images/663874141854961666/HXz-_UA4_normal.jpg", - "hearts": 20, + "hearts": 21, "retweets": 1 }, "871163877622460417": { "id": "871163877622460417", "date": "1:37 AM - 4 Jun 2017", "content": "Having a lot of fun building a website with @GoHugoIO and @jgthms 's bulma!", - "fullname": "Martin Angers #JusticePourJoyce", + "fullname": "Martin Angers", "username": "___mna___", "avatar": "https://pbs.twimg.com/profile_images/560632881941188609/OR9pQ-sK_normal.jpeg", "hearts": 3, @@ -334,9 +334,9 @@ "id": "892588073950773248", "date": "4:29 AM - 2 Aug 2017", "content": "Finally had some free time to start, but I've really been enjoying converting my personal site to #bulmaio by @jgthms. Can't wait to finish.", - "fullname": "A Fomera", + "fullname": "Andrea Fomera", "username": "afomera", - "avatar": "https://pbs.twimg.com/profile_images/1267498906776027141/TybJO4zx_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1344756098604011521/tPT-aqfr_normal.jpg", "hearts": 1, "retweets": 0 }, @@ -497,7 +497,7 @@ "fullname": "Amir Azimi", "username": "azimidev", "avatar": "https://pbs.twimg.com/profile_images/1305301568862986240/HdsL2Yrj_normal.jpg", - "hearts": 16, + "hearts": 14, "retweets": 0 }, "904544458431188992": { @@ -594,8 +594,8 @@ "id": "910956939886043136", "date": "9:00 PM - 21 Sep 2017", "content": "Want a change of pace from Bootstrap? Try Bulma. It's my BFF right now #bestframeworkforever scotch.io/bar-talk/get-t…", - "fullname": "Chris Gets Better", - "username": "chrisgetsbetter", + "fullname": "chris sev", + "username": "chris__sev", "avatar": "https://pbs.twimg.com/profile_images/1273771527293538304/gytymTwZ_normal.jpg", "hearts": 84, "retweets": 17 @@ -604,8 +604,8 @@ "id": "910989105172852737", "date": "11:08 PM - 21 Sep 2017", "content": "@ammezie Agreed. Easy to read docs are a huge positive also. Great work by @jgthms", - "fullname": "Chris Gets Better", - "username": "chrisgetsbetter", + "fullname": "chris sev", + "username": "chris__sev", "avatar": "https://pbs.twimg.com/profile_images/1273771527293538304/gytymTwZ_normal.jpg", "hearts": 2, "retweets": 0 @@ -747,15 +747,15 @@ "fullname": "Jeroen Coussement", "username": "coussej", "avatar": "https://pbs.twimg.com/profile_images/1024386706307510272/5a67Z2sL_normal.jpg", - "hearts": 24, - "retweets": 9 + "hearts": 23, + "retweets": 8 }, "923223339388297216": { "id": "923223339388297216", "date": "5:22 PM - 25 Oct 2017", "content": "@jgthms 100 times yes! Bulma is easily my favorite CSS framework", "fullname": "Judah", - "username": "torrent_fps", + "username": "judahcaruso", "avatar": "https://pbs.twimg.com/profile_images/1281835358733438978/IaNaRs8M_normal.jpg", "hearts": 1, "retweets": 0 @@ -874,7 +874,7 @@ "id": "941263756402798592", "date": "11:09 AM - 14 Dec 2017", "content": "I failing into the ocean of love with Bulma 😍😍😍
Hope the ocean is not deep.
bulma.io #bulmaio via @jgthms", - "fullname": "Judah", + "fullname": "Stephen Jude", "username": "stephenjudeso", "avatar": "https://pbs.twimg.com/profile_images/1260573577289629700/UGzTPCbJ_normal.jpg", "hearts": 2, @@ -904,7 +904,7 @@ "id": "943109273776807938", "date": "1:22 PM - 19 Dec 2017", "content": "I love this guy | Bulma: a modern CSS framework based on Flexbox bulma.io #bulmaio via @jgthms", - "fullname": "tric tric rolimã", + "fullname": "cercado por idiotas", "username": "tassoevan", "avatar": "https://pbs.twimg.com/profile_images/1323487472001687552/s01Lu8iK_normal.jpg", "hearts": 1, @@ -1056,7 +1056,7 @@ "content": "Been using bulma framework for a while now, the simplicity of it all is lit 👌👌
@jgthms", "fullname": "!", "username": "6thCode", - "avatar": "https://pbs.twimg.com/profile_images/1318916185384275969/wnlmFqcX_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1343977395116789760/aaAd1rLf_normal.jpg", "hearts": 2, "retweets": 0 }, @@ -1066,7 +1066,7 @@ "content": "So \"The official Bulma book\" is out now by @jgthms.🙌 You will learn how to build interfaces with Bulma. I'm a huge Bulma fan and if you're looking for an alternative to @getbootstrap then this is for you. I used Bulma for cronhub.io.

➡️ hbleedingedgepress.com/creating-inter…", "fullname": "Tigran Hakobyan", "username": "tiggreen", - "avatar": "https://pbs.twimg.com/profile_images/987477497057918976/3ilFAJt9_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1345405328649838592/ckQ2cNe9_normal.jpg", "hearts": 8, "retweets": 0 }, @@ -1204,7 +1204,7 @@ "id": "1016062253349601280", "date": "9:51 PM - 8 Jul 2018", "content": "I like Flexbox.. I also like Sass. and boom! @jgthms came out with Bulma.

Nice.", - "fullname": "Idris Eba", + "fullname": "Bashir Hamza", "username": "Bamoohaa", "avatar": "https://pbs.twimg.com/profile_images/1027990059184783360/1nuiOkjq_normal.jpg", "hearts": 1, @@ -1256,7 +1256,7 @@ "content": "bulma.io is my new preferred css kit, transforms your web apps from something bland and plain into vibrant and engaging!

@jgthms #bulmaio", "fullname": "Slavko Bojanic", "username": "slavkobojanic", - "avatar": "https://pbs.twimg.com/profile_images/1330786379215687681/RFHPcRyk_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1337260345522470913/OoAp1XmD_normal.jpg", "hearts": 3, "retweets": 0 }, @@ -1274,7 +1274,7 @@ "id": "997455495156895744", "date": "1:34 PM - 18 May 2018", "content": "Day 6. Created a personal website with #Bulma. Now I have my own place on the Internet 🙃 Really like it #madewithbulma #100DaysOfCode
Here's the link: nikrudenko.github.io/home/ pic.twitter.com/YoybGALYnG", - "fullname": "Nikita Rudenko ⚛️", + "fullname": "Nikita Rudenko", "username": "rdnkta", "avatar": "https://pbs.twimg.com/profile_images/1035176676148301824/QDHWMnWW_normal.jpg", "hearts": 7, @@ -1314,7 +1314,7 @@ "id": "1020920571167531008", "date": "7:36 AM - 22 Jul 2018", "content": "@jgthms #bulma is a delight to work with.Great work man, I love it ❤️", - "fullname": "Sachin Saini 🦄", + "fullname": "Sachin 🍭", "username": "thetinygoat", "avatar": "https://pbs.twimg.com/profile_images/1187390050704580608/me-gO2DC_normal.jpg", "hearts": 1, @@ -1397,7 +1397,7 @@ "fullname": "Jody LeCompte", "username": "jody_lecompte", "avatar": "https://pbs.twimg.com/profile_images/1131246846477787136/bJ1ymDE__normal.jpg", - "hearts": 12, + "hearts": 11, "retweets": 0 }, "1044117881582059520": { @@ -1434,10 +1434,10 @@ "id": "1051534293665808390", "date": "7:04 PM - 14 Oct 2018", "content": "Man! & then I find Bulma.io css Framework. As a new front end programmer I have built some stuff with css from scratch and yes, ordinary html & css is fine of course, but hey, let's be honest... Once you go Bulma you don't go back! #bulmaio via @jgthms", - "fullname": "𝙈𝙄𝘾𝙃𝘼𝙀𝙇 𝘼𝙉𝘿𝙍𝙀𝙐𝙕𝙕𝘼", + "fullname": "Michael Andreuzza", "username": "Mike_Andreuzza", "avatar": "https://pbs.twimg.com/profile_images/1315223444729065472/24GP8wBe_normal.jpg", - "hearts": 4, + "hearts": 3, "retweets": 1 }, "1051978773174734848": { @@ -1467,7 +1467,7 @@ "fullname": "Dani de la Cruz", "username": "d4nidev", "avatar": "https://pbs.twimg.com/profile_images/1298571647180472320/zjkVwkJL_normal.jpg", - "hearts": 8, + "hearts": 7, "retweets": 0 }, "1064592414315372544": { @@ -1575,7 +1575,7 @@ "date": "7:24 PM - 17 Feb 2019", "content": "I've never been a big fan of CSS frameworks, but I'm super impressed/at home reading the concepts behind Bulma. You may be changing my mind @jgthms! #bulmacss", "fullname": "Rob Gordon", - "username": "rob__gordon", + "username": "rob______gordon", "avatar": "https://pbs.twimg.com/profile_images/1334229218834649088/QvxuAj_4_normal.jpg", "hearts": 8, "retweets": 0 @@ -1607,7 +1607,7 @@ "fullname": "Thomas Dubosc", "username": "Repraze", "avatar": "https://pbs.twimg.com/profile_images/930553288008896513/q-16cPdv_normal.jpg", - "hearts": 18, + "hearts": 17, "retweets": 3 }, "1106971813014315010": { @@ -1637,7 +1637,7 @@ "fullname": "Michal Apex 💰 💾", "username": "dev_danco", "avatar": "https://pbs.twimg.com/profile_images/1106884996156002306/9IAfekaF_normal.png", - "hearts": 4, + "hearts": 3, "retweets": 0 }, "1110678480507883520": { @@ -1666,7 +1666,7 @@ "content": "@avdi I’m supporting @jgthms because Bulma is way cool. (First CSS framework in ages to get me to step off of ZURB Foundation…)", "fullname": "Jared White", "username": "jaredcwhite", - "avatar": "https://pbs.twimg.com/profile_images/1300145786466959360/mfgpyZb8_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1349070767032438784/Pns0N1s__normal.jpg", "hearts": 2, "retweets": 0 }, @@ -1687,7 +1687,7 @@ "fullname": "Lars", "username": "LarsPeterke", "avatar": "https://pbs.twimg.com/profile_images/1073168355505385472/WJu6Gnh0_normal.jpg", - "hearts": 24, + "hearts": 25, "retweets": 1 }, "1071108327554265088": { @@ -1834,7 +1834,7 @@ "id": "1127151956940722177", "date": "11:02 AM - 11 May 2019", "content": "@ujjwal_ch_king @jgthms , everyone loves bulma...", - "fullname": "𝙈𝙄𝘾𝙃𝘼𝙀𝙇 𝘼𝙉𝘿𝙍𝙀𝙐𝙕𝙕𝘼", + "fullname": "Michael Andreuzza", "username": "Mike_Andreuzza", "avatar": "https://pbs.twimg.com/profile_images/1315223444729065472/24GP8wBe_normal.jpg", "hearts": 1, @@ -1843,7 +1843,7 @@ "1127287630872424449": { "id": "1127287630872424449", "date": "8:01 PM - 11 May 2019", - "content": "@abarreraaponte @jgthms @tailwindcss Bulma.... Super fast, super lite, super ...everything", + "content": "@abarreraaponte @jgthms @tailwindcss Bulma.... Super fast, super lite, super ...everything", "fullname": "Θεόδωρος", "username": "kouna_to", "avatar": "https://pbs.twimg.com/profile_images/974950257275621376/br7e5UFB_normal.jpg", @@ -1984,7 +1984,7 @@ "id": "1163489162630029312", "date": "5:33 PM - 19 Aug 2019", "content": "Starting a new project today and I'm thinking of using #Bulma. Great framework for quick prototyping and gives me the freedom I need to style parts as I need it. Nice work @jgthms", - "fullname": "Not Part of Trumps Legal Team Elect - Jason", + "fullname": "Jason", "username": "Worthless_Stuff", "avatar": "https://pbs.twimg.com/profile_images/1179024802977206272/S_yGVj6v_normal.jpg", "hearts": 1, @@ -2094,9 +2094,9 @@ "id": "1182555739388178433", "date": "8:17 AM - 11 Oct 2019", "content": "using what we need, it's neat and lightweight. bulma.io #bulmaio via @jgthms", - "fullname": "⭐", - "username": "callmebuf", - "avatar": "https://pbs.twimg.com/profile_images/1280133748487417859/OZInqi8R_normal.jpg", + "fullname": "🌌", + "username": "YourArcturus", + "avatar": "https://pbs.twimg.com/profile_images/1348939517856632832/bduh2hzf_normal.jpg", "hearts": 0, "retweets": 0 }, @@ -2107,7 +2107,7 @@ "fullname": "Hyper38 Team", "username": "Hyper38T", "avatar": "https://pbs.twimg.com/profile_images/1088767993646104577/jYevEo0V_normal.jpg", - "hearts": 2, + "hearts": 3, "retweets": 0 }, "1186740530446766080": { @@ -2166,7 +2166,7 @@ "content": "Site was built with my fave OTP, @GatsbyJS + Bulma (@jgthms), plus easy deployment via @Netlify 💜💚💙", "fullname": "Caye 🦄", "username": "mcborreo", - "avatar": "https://pbs.twimg.com/profile_images/1267857685342351360/VAImpc0e_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1344711281635258368/L74G5RBO_normal.jpg", "hearts": 5, "retweets": 1 }, @@ -2194,7 +2194,7 @@ "id": "1200344290683211777", "date": "9:22 AM - 29 Nov 2019", "content": "@jgthms Truly nice work with the #bulma CSS framework, it makes #bootstrap look like child's play. Impressive stuff !!!", - "fullname": "#ThisMeansMore 💪🏾💪🏾", + "fullname": "#TellUsNever💪🏾💪🏾", "username": "thatguyfah", "avatar": "https://pbs.twimg.com/profile_images/1280459187659685888/XlexLq2Z_normal.jpg", "hearts": 1, @@ -2214,9 +2214,9 @@ "id": "1206279201021558784", "date": "6:25 PM - 15 Dec 2019", "content": "I've decided to use #bulmaio on my new project and I am very satisfied, thank you @jgthms", - "fullname": "geonizeli", + "fullname": "gênero suco", "username": "geonizeli1", - "avatar": "https://pbs.twimg.com/profile_images/1326437695367819265/PEhvBcq2_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1347154033426001925/x4VNHCzA_normal.jpg", "hearts": 1, "retweets": 0 }, @@ -2234,9 +2234,9 @@ "id": "1208802132930883590", "date": "5:31 PM - 22 Dec 2019", "content": "Built my first site from scratch on maskys.com as I start job hunting. Thanks @jgthms for creating @bulmaio and making the design-to-good-looking-site process a LOT less painful! 💜

Would love to hear feedback/bug reports/suggestions #designtwitter #webdevelopment", - "fullname": "Kifah M", + "fullname": "Kifah M 🌌", "username": "maskys_", - "avatar": "https://pbs.twimg.com/profile_images/1325834218228781067/xr2rDkg5_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1345962322578182144/3XOQ-HLP_normal.jpg", "hearts": 7, "retweets": 1 }, @@ -2246,8 +2246,8 @@ "content": "Stuff done so far today on my registration system:

- Decided to use devise instead of myMLH because admin roles were gonna be questionable.
- Created gorgeous custom login and signup views with Bulma CSS by @jgthms
- Learned Stimulus JS and used it for a navbar toggle pic.twitter.com/Gxu0ZymfFH", "fullname": "Sam Wight", "username": "samwightt", - "avatar": "https://pbs.twimg.com/profile_images/1333643537993392131/7UMec2hm_normal.jpg", - "hearts": 1, + "avatar": "https://pbs.twimg.com/profile_images/1344696126776242176/Xh6LX1sC_normal.jpg", + "hearts": 2, "retweets": 0 }, "1211006304598319106": { @@ -2306,7 +2306,7 @@ "content": "Loving Bulma by @jgthms it's a great CSS framework", "fullname": "Heather Herbert", "username": "HeatherLabour", - "avatar": "https://pbs.twimg.com/profile_images/1297945889714167808/nNgQsjUl_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1348068585747456000/jDWf3uzt_normal.jpg", "hearts": 2, "retweets": 0 }, @@ -2354,7 +2354,7 @@ "id": "1270342191198674946", "date": "2:09 PM - 9 Jun 2020", "content": "@jgthms I love Bulma. One of the support worthiest projects!", - "fullname": "Subscribee | Make Creating Your Full-Time-Job", + "fullname": "Subscribee | Monthly Revenue from Your Fans", "username": "Subscribee_net", "avatar": "https://pbs.twimg.com/profile_images/1301612381945110531/e850NGMK_normal.jpg", "hearts": 1, @@ -2376,7 +2376,7 @@ "content": "Something else I've been cooking up for the Bridgetown v0.15 release…a new starter theme based on Bulma CSS by @jgthms!

Once you install the @bridgetownrb CLI, with just one command you'll be able to #SpinUpBridgetown + Bulma in no time!

(And yes, live search too!!) pic.twitter.com/YaBFlsJac5", "fullname": "Jared White", "username": "jaredcwhite", - "avatar": "https://pbs.twimg.com/profile_images/1300145786466959360/mfgpyZb8_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1349070767032438784/Pns0N1s__normal.jpg", "hearts": 5, "retweets": 3 }, @@ -2424,9 +2424,9 @@ "id": "1276802746377662464", "date": "10:01 AM - 27 Jun 2020", "content": "Another delightful find was the Bulma CSS framework, from @jgthms. I can definitely recommend that as an alternative to Bootstrap.", - "fullname": "Erika Heidi 🧜‍♀️✨👩‍💻", + "fullname": "Erika Heidi ~ 𝓰𝓸𝓽𝓱 𝓶𝓮𝓻𝓶𝓪𝓲𝓭 ~", "username": "erikaheidi", - "avatar": "https://pbs.twimg.com/profile_images/1325744293936574464/n2INDWLK_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1347154089017303042/MCw_TlpO_normal.jpg", "hearts": 4, "retweets": 0 }, @@ -2455,8 +2455,8 @@ "date": "4:32 PM - 17 Jul 2020", "content": "Built my first little project using @jgthms's Bulma. Love it makes things super simple I will using this for my projects going forward rather than bootstrap.", "fullname": "James", - "username": "jmu5m117d", - "avatar": "https://pbs.twimg.com/profile_images/1316672840733687808/by6QZuVi_normal.jpg", + "username": "j1mu5", + "avatar": "https://pbs.twimg.com/profile_images/1347867410884390918/DjsPa7sz_normal.png", "hearts": 1, "retweets": 0 }, @@ -2468,7 +2468,7 @@ "username": "newtovaux", "avatar": "https://pbs.twimg.com/profile_images/1274736024388845568/OyKJIYs6_normal.jpg", "hearts": 2, - "retweets": 4 + "retweets": 3 }, "1284499278501732352": { "id": "1284499278501732352", @@ -2486,7 +2486,7 @@ "content": "@jgthms I'd like to personally thank you for the frankly amazing work you have created at Bulma! It's saved me countless hours and is something I know I can rely on when it comes to cross-platform compatibility!", "fullname": "Jack Gledhill", "username": "jackgledhilluk", - "avatar": "https://pbs.twimg.com/profile_images/1246807606263459842/64d65i0u_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1347272944725225479/qzYvCKXC_normal.jpg", "hearts": 1, "retweets": 0 }, @@ -2544,11 +2544,11 @@ "id": "1295224277088649216", "date": "6:01 AM - 17 Aug 2020", "content": "#100DaysOfCode [ 7 ]
Thank you @jgthms for CSS framework Bulma! It's straightforward. I can focus on priorities without getting bogged down with ux/ui. I was going to implement authentication in #flask but I accidentally dozed off before finishing. =\\ So tire. SLEEP!!! #python", - "fullname": "Andy 'la Dangc", + "fullname": "Andy la Dangc", "username": "andydangc", "avatar": "https://pbs.twimg.com/profile_images/1292561522288254977/Vevvspdj_normal.jpg", "hearts": 3, - "retweets": 10 + "retweets": 9 }, "1296058474216878080": { "id": "1296058474216878080", @@ -2587,7 +2587,7 @@ "fullname": "ninan kara", "username": "ninankara", "avatar": "https://pbs.twimg.com/profile_images/482392901314301952/3d6-xZT4_normal.png", - "hearts": 14, + "hearts": 16, "retweets": 2 }, "1312956419117854720": { @@ -2614,9 +2614,9 @@ "id": "1314920369514573824", "date": "2:27 PM - 10 Oct 2020", "content": "ThanksTober @jgthms Bulma is amazing", - "fullname": "throw new MotivationNotFoundException", + "fullname": "Fernando Andrade", "username": "FernanduAndrade", - "avatar": "https://pbs.twimg.com/profile_images/1324645985109352453/bnKALtHT_normal.jpg", + "avatar": "https://pbs.twimg.com/profile_images/1348657778391461889/XaP6IbkY_normal.jpg", "hearts": 1, "retweets": 0 }, @@ -2666,8 +2666,8 @@ "content": "For me, these are the following projects I use on a daily basis.

Distributions
- @SolusProject
- @ManjaroLinux
- #ArchLinuxARM

Software
- vscode
- @GIMP_Official
- Git
- bulma (@jgthms)
- @firefox", "fullname": "Free Open-Source Software Torrents", "username": "FossTorrents", - "avatar": "https://pbs.twimg.com/profile_images/1232811383298891777/NQGV1y4D_normal.jpg", - "hearts": 2, + "avatar": "https://pbs.twimg.com/profile_images/1350135576968781824/BhbSbLvi_normal.png", + "hearts": 1, "retweets": 1 }, "1324667303263424513": { @@ -2689,6 +2689,126 @@ "avatar": "https://pbs.twimg.com/profile_images/822428903285411840/QYnqT8UE_normal.jpg", "hearts": 3, "retweets": 0 + }, + "1334994971426959360": { + "id": "1334994971426959360", + "date": "10:56 PM - 4 Dec 2020", + "content": "@codingwithdani @jgthms @tailwindcss @getuikit Bulma es buenisimo, los otros no los he probado", + "fullname": "Roberto Garcia", + "username": "truestylegraff", + "avatar": "https://pbs.twimg.com/profile_images/1121140331515383809/cvNhg4U__normal.jpg", + "hearts": 2, + "retweets": 0 + }, + "1339242817919590404": { + "id": "1339242817919590404", + "date": "4:15 PM - 16 Dec 2020", + "content": "Omg I've been fighting with bootstrap and foundation, trying to get them to work with my rails app, for days. After 5 minutes I have #bulmaio working. It's a miracle!!!! @jgthms", + "fullname": "Jamie", + "username": "MyTopSecretName", + "avatar": "https://pbs.twimg.com/profile_images/817832652938113024/COudsz8d_normal.jpg", + "hearts": 13, + "retweets": 1 + }, + "1339962805307518976": { + "id": "1339962805307518976", + "date": "3:56 PM - 18 Dec 2020", + "content": "@MyTopSecretName @jgthms Got to say, I was dubious about Bulma at first as it was totally out of my comfort zone, but it's fast becoming my framework of choice 😍", + "fullname": "Kirsty Marks", + "username": "ThYorkshireLass", + "avatar": "https://pbs.twimg.com/profile_images/1270055747901153280/1nOGj9in_normal.jpg", + "hearts": 2, + "retweets": 0 + }, + "1342294345404264449": { + "id": "1342294345404264449", + "date": "2:21 AM - 25 Dec 2020", + "content": "@jgthms Thanks for bulma.io.
You are a Hero!", + "fullname": "SF", + "username": "sarfrazfaruki", + "avatar": "https://pbs.twimg.com/profile_images/1057803543049048064/Klk_Jw1s_normal.jpg", + "hearts": 1, + "retweets": 0 + }, + "1342581917774962690": { + "id": "1342581917774962690", + "date": "9:24 PM - 25 Dec 2020", + "content": "@catalinmpit I love @jgthms", + "fullname": "Spielberg", + "username": "Spielberg", + "avatar": "https://pbs.twimg.com/profile_images/1357511880/163239_1717349087619_1055000918_1858588_1100995_n_normal.jpg", + "hearts": 2, + "retweets": 0 + }, + "1344604032661409792": { + "id": "1344604032661409792", + "date": "11:19 AM - 31 Dec 2020", + "content": "Almost forgot! For a CSS framework, I'm using @jgthms Bulma.

I know Tailwind is very popular right now, but Bulma introduced utility classes for margins and paddings in version 0.7.1 -- Those were the utility classes that was looking for, so now all my CSS needs are covered 🙂", + "fullname": "Tuomas Jomppanen", + "username": "tuomasj", + "avatar": "https://pbs.twimg.com/profile_images/1067348906890145792/esdf7ffA_normal.jpg", + "hearts": 2, + "retweets": 0 + }, + "1345754590508027905": { + "id": "1345754590508027905", + "date": "3:31 PM - 3 Jan 2021", + "content": "New portfolio: hyvdn.com
Thanks:
1. @jgthms for the hassle free, beautiful bulma.io #css framework.
2. @k00 for inspiring me with his blogpost about minimum viable portfolio on @intercom blog.
Feedback/Review most welcome. @tannerc
@hemeon", + "fullname": "Hayavadhan", + "username": "hayavadhan", + "avatar": "https://pbs.twimg.com/profile_images/1335910195969421312/K7Ab9UBT_normal.png", + "hearts": 1, + "retweets": 0 + }, + "1347589796194037764": { + "id": "1347589796194037764", + "date": "5:03 PM - 8 Jan 2021", + "content": "@jgthms @signalapp Love #Bulma", + "fullname": "Shuaib Mohammad 🦸", + "username": "shuuabe", + "avatar": "https://pbs.twimg.com/profile_images/1277423677995450369/2voQQy1l_normal.jpg", + "hearts": 1, + "retweets": 0 + }, + "1347593829692526592": { + "id": "1347593829692526592", + "date": "5:19 PM - 8 Jan 2021", + "content": "@jgthms @signalapp Bulma’s my favorite css framework. Building out my portfolio with it right now 😁", + "fullname": "Jomar Rumbawa", + "username": "jrumbawa_", + "avatar": "https://pbs.twimg.com/profile_images/1299770143921172480/nYpkyPUB_normal.jpg", + "hearts": 1, + "retweets": 0 + }, + "1349398146154176520": { + "id": "1349398146154176520", + "date": "4:49 PM - 13 Jan 2021", + "content": "I have lately discovered Bulma and I have fell in love in it!

Try it out! bulma.io
@jgthms", + "fullname": "miro", + "username": "mirosopa_", + "avatar": "https://pbs.twimg.com/profile_images/1350447667197980675/TP8vCbw7_normal.jpg", + "hearts": 2, + "retweets": 0 + }, + "1350229753287081991": { + "id": "1350229753287081991", + "date": "11:53 PM - 15 Jan 2021", + "content": "Hey this is pretty cool. Bulma looks awesome. twitter.com/jgthms/status/…", + "fullname": "drew", + "username": "Andevrs", + "avatar": "https://pbs.twimg.com/profile_images/1347077095814533120/EkzdyhkK_normal.jpg", + "hearts": 2, + "retweets": 0 + }, + "1350347522091479041": { + "id": "1350347522091479041", + "date": "7:41 AM - 16 Jan 2021", + "content": "Day 68: Worked on @sig_five. Added @jgthms' Bulma to the app. Works great, didn't have to fight with it to get it to work. Very easy to use. Proceeded to build out a navbar and front page. Going to use this on my personal site. #100DaysOfCode #rubyonrails #buildinpublic", + "fullname": "drew", + "username": "Andevrs", + "avatar": "https://pbs.twimg.com/profile_images/1347077095814533120/EkzdyhkK_normal.jpg", + "hearts": 6, + "retweets": 7 } }, "tweets": [ @@ -2727,6 +2847,7 @@ "1012670247323697155", "1012670247323697155", "1012670247323697155", + "1012670247323697155", "1012674477962944513", "1012674477962944513", "1012674477962944513", @@ -2767,6 +2888,7 @@ "1013079944178458624", "1013079944178458624", "1013079944178458624", + "1013079944178458624", "1013507295739707393", "1013507295739707393", "1013507295739707393", @@ -2808,6 +2930,7 @@ "1013700257920634880", "1013700257920634880", "1013700257920634880", + "1013700257920634880", "1013933065096159233", "1016062253349601280", "1016062253349601280", @@ -2832,6 +2955,8 @@ "1016062253349601280", "1016062253349601280", "1016062253349601280", + "1016062253349601280", + "1016398509493374976", "1016398509493374976", "1016398509493374976", "1016398509493374976", @@ -2878,6 +3003,8 @@ "1016508485738131458", "1016508485738131458", "1016508485738131458", + "1016508485738131458", + "1020920571167531008", "1020920571167531008", "1020920571167531008", "1020920571167531008", @@ -2924,6 +3051,7 @@ "1025375916367794176", "1025375916367794176", "1025375916367794176", + "1025375916367794176", "1032476756308119554", "1032476756308119554", "1032476756308119554", @@ -2954,6 +3082,8 @@ "1033211102245646337", "1033211102245646337", "1033211102245646337", + "1033211102245646337", + "1037655983663861760", "1037655983663861760", "1037655983663861760", "1037655983663861760", @@ -2996,6 +3126,8 @@ "1038461036037324802", "1038461036037324802", "1038461036037324802", + "1038461036037324802", + "1039577420053921792", "1039577420053921792", "1039577420053921792", "1039577420053921792", @@ -3038,6 +3170,8 @@ "1039625285640118272", "1039625285640118272", "1039625285640118272", + "1039625285640118272", + "1042348474002550784", "1042348474002550784", "1042348474002550784", "1042348474002550784", @@ -3079,6 +3213,7 @@ "1044117881582059520", "1044117881582059520", "1044117881582059520", + "1044117881582059520", "1047846962412900352", "1047846962412900352", "1047846962412900352", @@ -3118,6 +3253,8 @@ "1051534293665808390", "1051534293665808390", "1051534293665808390", + "1051534293665808390", + "1051978773174734848", "1051978773174734848", "1051978773174734848", "1051978773174734848", @@ -3173,6 +3310,8 @@ "1064150088480710657", "1064150088480710657", "1064150088480710657", + "1064150088480710657", + "1064592414315372544", "1064592414315372544", "1064592414315372544", "1064592414315372544", @@ -3213,6 +3352,8 @@ "1064595042172583938", "1064595042172583938", "1064595042172583938", + "1064595042172583938", + "1065162109900738560", "1065162109900738560", "1065162109900738560", "1065162109900738560", @@ -3253,6 +3394,8 @@ "1067168440333606912", "1067168440333606912", "1067168440333606912", + "1067168440333606912", + "1070320154452656128", "1070320154452656128", "1070320154452656128", "1070320154452656128", @@ -3285,6 +3428,7 @@ "1071108327554265088", "1071108327554265088", "1071108327554265088", + "1071108327554265088", "1071179047244316677", "1071179047244316677", "1071179047244316677", @@ -3311,6 +3455,7 @@ "1072757345959247873", "1072757345959247873", "1072757345959247873", + "1072757345959247873", "1073285247473721345", "1073285247473721345", "1073285247473721345", @@ -3342,6 +3487,7 @@ "1073405452166283264", "1073405452166283264", "1073405452166283264", + "1073405452166283264", "1076031886332440576", "1076031886332440576", "1076031886332440576", @@ -3358,6 +3504,8 @@ "1076031886332440576", "1076031886332440576", "1076031886332440576", + "1076031886332440576", + "1076306162277072897", "1076306162277072897", "1076306162277072897", "1076306162277072897", @@ -3390,6 +3538,7 @@ "1076520024779751424", "1076520024779751424", "1076520024779751424", + "1076520024779751424", "1079283026285064192", "1079283026285064192", "1079283026285064192", @@ -3418,6 +3567,7 @@ "1084590757254696965", "1084590757254696965", "1084590757254696965", + "1084590757254696965", "1084720361927729152", "1084720361927729152", "1084720361927729152", @@ -3437,6 +3587,8 @@ "1084720361927729152", "1084720361927729152", "1084720361927729152", + "1084720361927729152", + "1084915146793852928", "1084915146793852928", "1084915146793852928", "1084915146793852928", @@ -3475,6 +3627,8 @@ "1088447825803800577", "1088447825803800577", "1088447825803800577", + "1088447825803800577", + "1093467834209001472", "1093467834209001472", "1093467834209001472", "1093467834209001472", @@ -3512,6 +3666,7 @@ "1097215157711843328", "1097215157711843328", "1097215157711843328", + "1097215157711843328", "1103377098490724352", "1103377098490724352", "1103377098490724352", @@ -3530,6 +3685,8 @@ "1103377098490724352", "1103377098490724352", "1103377098490724352", + "1103377098490724352", + "1104190974106918912", "1104190974106918912", "1104190974106918912", "1104190974106918912", @@ -3565,6 +3722,8 @@ "1106622513159856131", "1106622513159856131", "1106622513159856131", + "1106622513159856131", + "1106971813014315010", "1106971813014315010", "1106971813014315010", "1106971813014315010", @@ -3599,6 +3758,8 @@ "1108831735419154432", "1108831735419154432", "1108831735419154432", + "1108831735419154432", + "1109195636308692994", "1109195636308692994", "1109195636308692994", "1109195636308692994", @@ -3640,6 +3801,8 @@ "1111371782051762187", "1111371782051762187", "1111371782051762187", + "1111371782051762187", + "1111768111273762816", "1111768111273762816", "1111768111273762816", "1111768111273762816", @@ -3674,6 +3837,7 @@ "1113143442991751168", "1113143442991751168", "1113143442991751168", + "1113143442991751168", "1114064132364488705", "1114064132364488705", "1114064132364488705", @@ -3689,6 +3853,8 @@ "1114064132364488705", "1114064132364488705", "1114064132364488705", + "1114064132364488705", + "1114085081050755072", "1114085081050755072", "1114085081050755072", "1114085081050755072", @@ -3719,6 +3885,7 @@ "1123933715556597761", "1123933715556597761", "1123933715556597761", + "1123933715556597761", "1123938071957909508", "1123938071957909508", "1123938071957909508", @@ -3731,6 +3898,7 @@ "1126857886599122949", "1126857886599122949", "1126857886599122949", + "1126857886599122949", "1127131435498762245", "1127131435498762245", "1127131435498762245", @@ -3746,6 +3914,8 @@ "1127131435498762245", "1127131435498762245", "1127131435498762245", + "1127131435498762245", + "1127151956940722177", "1127151956940722177", "1127151956940722177", "1127151956940722177", @@ -3776,6 +3946,8 @@ "1127287630872424449", "1127287630872424449", "1127287630872424449", + "1127287630872424449", + "1133491490263621638", "1133491490263621638", "1133491490263621638", "1133491490263621638", @@ -3804,6 +3976,7 @@ "1136497784700514304", "1136497784700514304", "1136497784700514304", + "1136497784700514304", "1137040277804371970", "1137040277804371970", "1137040277804371970", @@ -3821,6 +3994,8 @@ "1137697312384475137", "1137697312384475137", "1137697312384475137", + "1137697312384475137", + "1140839283692982274", "1140839283692982274", "1140839283692982274", "1140839283692982274", @@ -3849,6 +4024,8 @@ "1141831637497368576", "1141831637497368576", "1141831637497368576", + "1141831637497368576", + "1144724239133609985", "1144724239133609985", "1144724239133609985", "1144724239133609985", @@ -3877,6 +4054,8 @@ "1148364620714958848", "1148364620714958848", "1148364620714958848", + "1148364620714958848", + "1150109429238501376", "1150109429238501376", "1150109429238501376", "1150109429238501376", @@ -3903,6 +4082,8 @@ "1150151867898503171", "1150151867898503171", "1150151867898503171", + "1150151867898503171", + "1154033397741699073", "1154033397741699073", "1154033397741699073", "1154033397741699073", @@ -3929,6 +4110,7 @@ "1156893616587059200", "1156893616587059200", "1156893616587059200", + "1156893616587059200", "1161234269257097221", "1161234269257097221", "1161234269257097221", @@ -3941,6 +4123,8 @@ "1161234269257097221", "1161234269257097221", "1161234269257097221", + "1161234269257097221", + "1161404522331344896", "1161404522331344896", "1161404522331344896", "1161404522331344896", @@ -3967,6 +4151,8 @@ "1163489162630029312", "1163489162630029312", "1163489162630029312", + "1163489162630029312", + "1168645153525026819", "1168645153525026819", "1168645153525026819", "1168645153525026819", @@ -3991,6 +4177,7 @@ "1168739286419681281", "1168739286419681281", "1168739286419681281", + "1168739286419681281", "1171067948183822337", "1171067948183822337", "1171067948183822337", @@ -4009,6 +4196,7 @@ "1173823641026465793", "1173823641026465793", "1173823641026465793", + "1173823641026465793", "1174376773775216640", "1174376773775216640", "1174376773775216640", @@ -4019,6 +4207,8 @@ "1174376773775216640", "1174376773775216640", "1174376773775216640", + "1174376773775216640", + "1176845849629995009", "1176845849629995009", "1176845849629995009", "1176845849629995009", @@ -4043,6 +4233,7 @@ "1176845850909270016", "1176845850909270016", "1176845850909270016", + "1176845850909270016", "1176908216984395777", "1176908216984395777", "1176908216984395777", @@ -4067,6 +4258,8 @@ "1178406461795426304", "1178406461795426304", "1178406461795426304", + "1178406461795426304", + "1182555739388178433", "1182555739388178433", "1182555739388178433", "1182555739388178433", @@ -4084,6 +4277,8 @@ "1184156232355078147", "1184156232355078147", "1184156232355078147", + "1184156232355078147", + "1186740530446766080", "1186740530446766080", "1186740530446766080", "1186740530446766080", @@ -4113,6 +4308,8 @@ "1190345576979804160", "1190345576979804160", "1190345576979804160", + "1190345576979804160", + "1191428460562046976", "1191428460562046976", "1191428460562046976", "1191428460562046976", @@ -4135,6 +4332,8 @@ "1192515272810348545", "1192515272810348545", "1192515272810348545", + "1192515272810348545", + "1193898621827108864", "1193898621827108864", "1193898621827108864", "1193898621827108864", @@ -4156,6 +4355,7 @@ "1198224190479970306", "1198224190479970306", "1198224190479970306", + "1198224190479970306", "1198355347188125696", "1198355347188125696", "1198355347188125696", @@ -4176,6 +4376,7 @@ "1200344290683211777", "1200344290683211777", "1200344290683211777", + "1200344290683211777", "1202835269856067584", "1202835269856067584", "1202835269856067584", @@ -4186,6 +4387,8 @@ "1202835269856067584", "1202835269856067584", "1202835269856067584", + "1202835269856067584", + "1206279201021558784", "1206279201021558784", "1206279201021558784", "1206279201021558784", @@ -4206,6 +4409,8 @@ "1206630761371095040", "1206630761371095040", "1206630761371095040", + "1206630761371095040", + "1208802132930883590", "1208802132930883590", "1208802132930883590", "1208802132930883590", @@ -4226,6 +4431,8 @@ "1210753033404960770", "1210753033404960770", "1210753033404960770", + "1210753033404960770", + "1211006304598319106", "1211006304598319106", "1211006304598319106", "1211006304598319106", @@ -4248,6 +4455,7 @@ "1230105281079570433", "1230105281079570433", "1230105281079570433", + "1230105281079570433", "1240347595106549762", "1240347595106549762", "1240347595106549762", @@ -4256,6 +4464,8 @@ "1240347595106549762", "1240347595106549762", "1240347595106549762", + "1240347595106549762", + "1254050448711057410", "1254050448711057410", "1254050448711057410", "1254050448711057410", @@ -4272,6 +4482,8 @@ "1254507503523713024", "1254507503523713024", "1254507503523713024", + "1254507503523713024", + "1263809734618087426", "1263809734618087426", "1263809734618087426", "1263809734618087426", @@ -4284,6 +4496,7 @@ "1265483236433694720", "1265483236433694720", "1265483236433694720", + "1265483236433694720", "1268317768182575104", "1270126166884696067", "1270126166884696067", @@ -4291,12 +4504,15 @@ "1270126166884696067", "1270126166884696067", "1270126166884696067", + "1270126166884696067", "1270342191198674946", "1270342191198674946", "1270342191198674946", "1270342191198674946", "1270342191198674946", "1270342191198674946", + "1270342191198674946", + "1272657987379830784", "1272657987379830784", "1272657987379830784", "1272657987379830784", @@ -4309,12 +4525,15 @@ "1273003149956014080", "1273003149956014080", "1273003149956014080", + "1273003149956014080", "1273557899667738633", "1273557899667738633", "1273557899667738633", "1273557899667738633", "1273557899667738633", "1273557899667738633", + "1273557899667738633", + "1275183515018158082", "1275183515018158082", "1275183515018158082", "1275183515018158082", @@ -4327,6 +4546,8 @@ "1275880289282203655", "1275880289282203655", "1275880289282203655", + "1275880289282203655", + "1276522063184965632", "1276522063184965632", "1276522063184965632", "1276522063184965632", @@ -4339,6 +4560,8 @@ "1276802746377662464", "1276802746377662464", "1276802746377662464", + "1276802746377662464", + "1277584206084935685", "1277584206084935685", "1277584206084935685", "1277584206084935685", @@ -4350,6 +4573,8 @@ "1281269805312610304", "1281269805312610304", "1281269805312610304", + "1281269805312610304", + "1284148855613927424", "1284148855613927424", "1284148855613927424", "1284148855613927424", @@ -4360,11 +4585,14 @@ "1284485587735662592", "1284485587735662592", "1284485587735662592", + "1284485587735662592", "1284499278501732352", "1284499278501732352", "1284499278501732352", "1284499278501732352", "1284499278501732352", + "1284499278501732352", + "1284567124967661568", "1284567124967661568", "1284567124967661568", "1284567124967661568", @@ -4375,6 +4603,8 @@ "1285282802414637056", "1285282802414637056", "1285282802414637056", + "1285282802414637056", + "1285345859803033602", "1285345859803033602", "1285345859803033602", "1285345859803033602", @@ -4383,6 +4613,8 @@ "1285771458715586561", "1285771458715586561", "1285771458715586561", + "1285771458715586561", + "1285916056989560832", "1285916056989560832", "1285916056989560832", "1285916056989560832", @@ -4393,6 +4625,8 @@ "1285919746001711106", "1285919746001711106", "1285919746001711106", + "1285919746001711106", + "1295224277088649216", "1295224277088649216", "1295224277088649216", "1295224277088649216", @@ -4403,10 +4637,13 @@ "1296058474216878080", "1296058474216878080", "1296058474216878080", + "1296058474216878080", "1304620948570734598", "1304620948570734598", "1304620948570734598", "1304620948570734598", + "1304620948570734598", + "1306498446602379265", "1306498446602379265", "1306498446602379265", "1306498446602379265", @@ -4415,6 +4652,7 @@ "1310481068886118400", "1310481068886118400", "1310481068886118400", + "1310481068886118400", "1312956419117854720", "1312956419117854720", "1312956419117854720", @@ -4423,20 +4661,42 @@ "1313236270617972740", "1313236270617972740", "1313236270617972740", + "1313236270617972740", "1314920369514573824", "1314920369514573824", + "1314920369514573824", + "1315342004084244482", "1315342004084244482", "1315342004084244482", "1316421668483600385", "1316421668483600385", + "1316421668483600385", + "1321261574330314754", "1321261574330314754", "1321261574330314754", "1322651648712347648", "1322651648712347648", + "1322651648712347648", "1323215333197516808", "1323215333197516808", + "1323215333197516808", + "1324667303263424513", "1324667303263424513", "1325028695879376896", + "1325028695879376896", + "1334994971426959360", + "1339242817919590404", + "1339962805307518976", + "1342294345404264449", + "1342581917774962690", + "1344604032661409792", + "1345754590508027905", + "1347589796194037764", + "1347593829692526592", + "1349398146154176520", + "1350229753287081991", + "1350347522091479041", + "779966186121560064", "779966186121560064", "779966186121560064", "779966186121560064", @@ -4485,6 +4745,8 @@ "783630950718504960", "783630950718504960", "783630950718504960", + "783630950718504960", + "808825432233558016", "808825432233558016", "808825432233558016", "808825432233558016", @@ -4533,6 +4795,7 @@ "819710615337857024", "819710615337857024", "819710615337857024", + "819710615337857024", "824053457527209984", "824053457527209984", "831866770755579904", @@ -4559,6 +4822,7 @@ "831866770755579904", "831866770755579904", "831866770755579904", + "831866770755579904", "834030605847326726", "834030605847326726", "834030605847326726", @@ -4623,6 +4887,7 @@ "835834634655174658", "835834634655174658", "835834634655174658", + "835834634655174658", "839423865205977088", "839423865205977088", "839423865205977088", @@ -4647,6 +4912,8 @@ "839423865205977088", "839423865205977088", "839423865205977088", + "839423865205977088", + "857590406724243456", "857590406724243456", "857590406724243456", "857590406724243456", @@ -4695,6 +4962,8 @@ "860885116909998080", "860885116909998080", "860885116909998080", + "860885116909998080", + "862586112770023425", "862586112770023425", "862586112770023425", "862586112770023425", @@ -4746,6 +5015,8 @@ "868829487072464897", "868829487072464897", "868829487072464897", + "868829487072464897", + "869284735440363520", "869284735440363520", "869284735440363520", "869284735440363520", @@ -4794,6 +5065,8 @@ "871163877622460417", "871163877622460417", "871163877622460417", + "871163877622460417", + "871410394622865408", "871410394622865408", "871410394622865408", "871410394622865408", @@ -4842,6 +5115,7 @@ "874200312378269696", "874200312378269696", "874200312378269696", + "874200312378269696", "874925154475929602", "875511410008219649", "875511410008219649", @@ -4867,6 +5141,8 @@ "875511410008219649", "875511410008219649", "875511410008219649", + "875511410008219649", + "877010184463294465", "877010184463294465", "877010184463294465", "877010184463294465", @@ -4915,6 +5191,7 @@ "877691760226562048", "877691760226562048", "877691760226562048", + "877691760226562048", "877764422466322432", "877764422466322432", "877764422466322432", @@ -4943,6 +5220,7 @@ "878220062007504897", "878220062007504897", "878220062007504897", + "878220062007504897", "879294487301718016", "879294487301718016", "879294487301718016", @@ -4974,6 +5252,8 @@ "879725003306147840", "879725003306147840", "879725003306147840", + "879725003306147840", + "880554577187266560", "880554577187266560", "880554577187266560", "880554577187266560", @@ -5022,6 +5302,7 @@ "884443272948658176", "884443272948658176", "884443272948658176", + "884443272948658176", "884449239291580416", "884449239291580416", "884449239291580416", @@ -5065,6 +5346,8 @@ "888602569148211203", "888602569148211203", "888602569148211203", + "888602569148211203", + "889499262136045569", "889499262136045569", "889499262136045569", "889499262136045569", @@ -5115,6 +5398,7 @@ "892273691563896832", "892273691563896832", "892273691563896832", + "892273691563896832", "892362154610917378", "892362154610917378", "892362154610917378", @@ -5139,6 +5423,8 @@ "892362154610917378", "892362154610917378", "892362154610917378", + "892362154610917378", + "892588073950773248", "892588073950773248", "892588073950773248", "892588073950773248", @@ -5187,6 +5473,8 @@ "892691375715745792", "892691375715745792", "892691375715745792", + "892691375715745792", + "892798375753592836", "892798375753592836", "892798375753592836", "892798375753592836", @@ -5235,6 +5523,8 @@ "893112719519481856", "893112719519481856", "893112719519481856", + "893112719519481856", + "893176202210553857", "893176202210553857", "893176202210553857", "893176202210553857", @@ -5283,6 +5573,7 @@ "893193878685220864", "893193878685220864", "893193878685220864", + "893193878685220864", "893410677196378112", "893410677196378112", "893410677196378112", @@ -5312,6 +5603,8 @@ "893820545141280769", "893820545141280769", "893820545141280769", + "893820545141280769", + "894338592796966912", "894338592796966912", "894338592796966912", "894338592796966912", @@ -5360,6 +5653,8 @@ "894941805208158213", "894941805208158213", "894941805208158213", + "894941805208158213", + "896030502544707584", "896030502544707584", "896030502544707584", "896030502544707584", @@ -5408,6 +5703,7 @@ "896363657029980160", "896363657029980160", "896363657029980160", + "896363657029980160", "897496105562320896", "897496105562320896", "897496105562320896", @@ -5462,6 +5758,7 @@ "899981663358373888", "899981663358373888", "899981663358373888", + "899981663358373888", "900088665292115972", "900088665292115972", "900088665292115972", @@ -5486,6 +5783,8 @@ "900088665292115972", "900088665292115972", "900088665292115972", + "900088665292115972", + "903629781744439297", "903629781744439297", "903629781744439297", "903629781744439297", @@ -5534,6 +5833,7 @@ "904544458431188992", "904544458431188992", "904544458431188992", + "904544458431188992", "904875370842689536", "904875370842689536", "904875370842689536", @@ -5558,6 +5858,8 @@ "904875370842689536", "904875370842689536", "904875370842689536", + "904875370842689536", + "905126100250103813", "905126100250103813", "905126100250103813", "905126100250103813", @@ -5606,6 +5908,8 @@ "907312535396929537", "907312535396929537", "907312535396929537", + "907312535396929537", + "907551723459416071", "907551723459416071", "907551723459416071", "907551723459416071", @@ -5654,6 +5958,7 @@ "908286434607542274", "908286434607542274", "908286434607542274", + "908286434607542274", "908734745994969089", "908734745994969089", "908734745994969089", @@ -5695,6 +6000,7 @@ "909653512010833920", "909653512010833920", "909653512010833920", + "909653512010833920", "910956939886043136", "910956939886043136", "910956939886043136", @@ -5719,6 +6025,8 @@ "910956939886043136", "910956939886043136", "910956939886043136", + "910956939886043136", + "910989105172852737", "910989105172852737", "910989105172852737", "910989105172852737", @@ -5767,6 +6075,7 @@ "911062230711640064", "911062230711640064", "911062230711640064", + "911062230711640064", "912690697416753152", "912690697416753152", "912690697416753152", @@ -5791,6 +6100,8 @@ "912690697416753152", "912690697416753152", "912690697416753152", + "912690697416753152", + "912727491177013248", "912727491177013248", "912727491177013248", "912727491177013248", @@ -5839,6 +6150,8 @@ "915316133904908293", "915316133904908293", "915316133904908293", + "915316133904908293", + "915580081938018304", "915580081938018304", "915580081938018304", "915580081938018304", @@ -5887,6 +6200,8 @@ "915607553693888513", "915607553693888513", "915607553693888513", + "915607553693888513", + "916613798261293056", "916613798261293056", "916613798261293056", "916613798261293056", @@ -5935,6 +6250,8 @@ "918246391440228353", "918246391440228353", "918246391440228353", + "918246391440228353", + "918832236249657344", "918832236249657344", "918832236249657344", "918832236249657344", @@ -5983,6 +6300,7 @@ "919669366781706240", "919669366781706240", "919669366781706240", + "919669366781706240", "920269157647527938", "920269157647527938", "920269157647527938", @@ -6007,6 +6325,8 @@ "920269157647527938", "920269157647527938", "920269157647527938", + "920269157647527938", + "920572900440199168", "920572900440199168", "920572900440199168", "920572900440199168", @@ -6055,6 +6375,8 @@ "920660006831382528", "920660006831382528", "920660006831382528", + "920660006831382528", + "922849122008354817", "922849122008354817", "922849122008354817", "922849122008354817", @@ -6103,6 +6425,8 @@ "923223339388297216", "923223339388297216", "923223339388297216", + "923223339388297216", + "923230419746803713", "923230419746803713", "923230419746803713", "923230419746803713", @@ -6151,6 +6475,8 @@ "923248261519040514", "923248261519040514", "923248261519040514", + "923248261519040514", + "923266288830636044", "923266288830636044", "923266288830636044", "923266288830636044", @@ -6199,6 +6525,8 @@ "923439846089113600", "923439846089113600", "923439846089113600", + "923439846089113600", + "924319630398775303", "924319630398775303", "924319630398775303", "924319630398775303", @@ -6265,6 +6593,7 @@ "930438052610265088", "930438052610265088", "930438052610265088", + "930438052610265088", "932859950103236609", "932859950103236609", "932859950103236609", @@ -6289,6 +6618,8 @@ "932859950103236609", "932859950103236609", "932859950103236609", + "932859950103236609", + "938770201344200704", "938770201344200704", "938770201344200704", "938770201344200704", @@ -6337,6 +6668,7 @@ "940986690969194497", "940986690969194497", "940986690969194497", + "940986690969194497", "941217999981301762", "941217999981301762", "941217999981301762", @@ -6374,6 +6706,7 @@ "941263756402798592", "941263756402798592", "941263756402798592", + "941263756402798592", "941417798999379969", "941417798999379969", "941417798999379969", @@ -6398,6 +6731,8 @@ "941417798999379969", "941417798999379969", "941417798999379969", + "941417798999379969", + "943018433427443713", "943018433427443713", "943018433427443713", "943018433427443713", @@ -6445,6 +6780,7 @@ "943109273776807938", "943109273776807938", "943109273776807938", + "943109273776807938", "944323985805922305", "944323985805922305", "944323985805922305", @@ -6469,6 +6805,8 @@ "944323985805922305", "944323985805922305", "944323985805922305", + "944323985805922305", + "946165040243249152", "946165040243249152", "946165040243249152", "946165040243249152", @@ -6518,6 +6856,8 @@ "949253263987216384", "949253263987216384", "949253263987216384", + "949253263987216384", + "949293612990386177", "949293612990386177", "949293612990386177", "949293612990386177", @@ -6566,6 +6906,8 @@ "949986519250624513", "949986519250624513", "949986519250624513", + "949986519250624513", + "951098342158807041", "951098342158807041", "951098342158807041", "951098342158807041", @@ -6625,6 +6967,8 @@ "962366768260972544", "962366768260972544", "962366768260972544", + "962366768260972544", + "963476902324391937", "963476902324391937", "963476902324391937", "963476902324391937", @@ -6673,6 +7017,8 @@ "966731525709619200", "966731525709619200", "966731525709619200", + "966731525709619200", + "975991513489567744", "975991513489567744", "975991513489567744", "975991513489567744", @@ -6735,6 +7081,7 @@ "978285770992685056", "978285770992685056", "978285770992685056", + "978285770992685056", "978391597799886848", "978391597799886848", "978391597799886848", @@ -6759,6 +7106,8 @@ "978391597799886848", "978391597799886848", "978391597799886848", + "978391597799886848", + "979267491590483971", "979267491590483971", "979267491590483971", "979267491590483971", @@ -6807,6 +7156,8 @@ "979328804953849857", "979328804953849857", "979328804953849857", + "979328804953849857", + "979645983637364738", "979645983637364738", "979645983637364738", "979645983637364738", @@ -6855,6 +7206,8 @@ "982215750432604160", "982215750432604160", "982215750432604160", + "982215750432604160", + "989986709801664518", "989986709801664518", "989986709801664518", "989986709801664518", @@ -6901,6 +7254,8 @@ "993132960718012417", "993132960718012417", "993132960718012417", + "993132960718012417", + "996263346189094916", "996263346189094916", "996263346189094916", "996263346189094916", @@ -6946,6 +7301,8 @@ "997455495156895744", "997455495156895744", "997455495156895744", + "997455495156895744", + "997518915268939776", "997518915268939776", "997518915268939776", "997518915268939776", @@ -6992,6 +7349,8 @@ "997733530103824384", "997733530103824384", "997733530103824384", + "997733530103824384", + "998600110144675840", "998600110144675840", "998600110144675840", "998600110144675840", diff --git a/docs/_data/meta.json b/docs/_data/meta.json index fcbfca007..66e58d5bf 100644 --- a/docs/_data/meta.json +++ b/docs/_data/meta.json @@ -10,7 +10,13 @@ "book_url": "https://bleedingedgepress.com/creating-interfaces-bulma/", "book_amazon": "https://www.amazon.com/Creating-Interfaces-Bulma-Jeremy-Thomas-ebook/dp/B079M1BJG4/", "book_sample": "http://www.bleedingedgepress.com/book_excerpts/01E9D1/creating_interfaces_with_bulma_sample.pdf", - "scrimba_url": "https://scrimba.com/g/gbulma", + "scrimba_url": "https://scrimba.com/learn/bulma", "patreon_url": "https://www.patreon.com/jgthms", - "sponsorship_url": "https://github.com/users/jgthms/sponsorship" + "sponsorship_url": "https://github.com/sponsors/jgthms", + "npm": "https://www.npmjs.com/package/bulma", + "git_ssh": "git clone git@github.com:jgthms/bulma.git", + "git_https": "git clone https://github.com/jgthms/bulma.git", + "git_cli": "gh repo clone jgthms/bulma", + "jsdelivr": "https://www.jsdelivr.com/package/npm/bulma", + "cdnjs": "https://cdnjs.com/libraries/bulma" } diff --git a/docs/_data/sizes.json b/docs/_data/sizes.json new file mode 100644 index 000000000..df9f9811f --- /dev/null +++ b/docs/_data/sizes.json @@ -0,0 +1 @@ +["small", "normal", "medium", "large"] diff --git a/docs/_data/tiers.json b/docs/_data/tiers.json new file mode 100644 index 000000000..5346215e4 --- /dev/null +++ b/docs/_data/tiers.json @@ -0,0 +1,30 @@ +[ + { + "amount": 1, + "message": "Thank you for supporting Bulma and open source!" + }, + { + "amount": 10, + "message": "Your name will be put on the Bulma website's backers page, and in `backers.md` in the Bulma repository." + }, + { + "amount": 30, + "message": "Your name will be put at the **top** of the Bulma website's backers page, and at the top of `backers.md` in the Bulma repository." + }, + { + "amount": 100, + "message": "Your name or company logo will appear on the Bulma **homepage**." + }, + { + "amount": 200, + "message": "Two of your names or company logos will appear on the Bulma **homepage**." + }, + { + "amount": 300, + "message": "Your name or company logo will appear on the Bulma **homepage** and in the footer of **each page** of the website." + }, + { + "amount": 500, + "message": "Your name or company logo will appear on the Bulma **documentation sidebar**." + } +] diff --git a/docs/_data/variables/components/breadcrumb.json b/docs/_data/variables/components/breadcrumb.json index c9d0bed30..3b8ad62b1 100644 --- a/docs/_data/variables/components/breadcrumb.json +++ b/docs/_data/variables/components/breadcrumb.json @@ -5,7 +5,7 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$breadcrumb-item-hover-color": { "name": "$breadcrumb-item-hover-color", diff --git a/docs/_data/variables/components/card.json b/docs/_data/variables/components/card.json index 48c3cf42b..eb060eb96 100644 --- a/docs/_data/variables/components/card.json +++ b/docs/_data/variables/components/card.json @@ -17,18 +17,13 @@ "$card-shadow": { "name": "$card-shadow", "value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)", - "type": "size" + "type": "shadow" }, "$card-radius": { "name": "$card-radius", "value": "0.25rem", "type": "size" }, - "$card-overflow": { - "name": "$card-overflow", - "value": "hidden", - "type": "string" - }, "$card-header-background-color": { "name": "$card-header-background-color", "value": "transparent", @@ -49,7 +44,7 @@ "$card-header-shadow": { "name": "$card-header-shadow", "value": "0 0.125em 0.25em rgba($scheme-invert, 0.1)", - "type": "size" + "type": "shadow" }, "$card-header-weight": { "name": "$card-header-weight", @@ -96,7 +91,6 @@ "$card-background-color", "$card-shadow", "$card-radius", - "$card-overflow", "$card-header-background-color", "$card-header-color", "$card-header-padding", diff --git a/docs/_data/variables/components/dropdown.json b/docs/_data/variables/components/dropdown.json index c35c60ae3..ba8b38004 100644 --- a/docs/_data/variables/components/dropdown.json +++ b/docs/_data/variables/components/dropdown.json @@ -17,7 +17,7 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$dropdown-content-offset": { "name": "$dropdown-content-offset", @@ -44,7 +44,7 @@ "$dropdown-content-shadow": { "name": "$dropdown-content-shadow", "value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)", - "type": "size" + "type": "shadow" }, "$dropdown-content-z": { "name": "$dropdown-content-z", @@ -84,7 +84,7 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$dropdown-divider-background-color": { "name": "$dropdown-divider-background-color", diff --git a/docs/_data/variables/components/media.json b/docs/_data/variables/components/media.json index 0f85fc064..a6d6ed3f3 100644 --- a/docs/_data/variables/components/media.json +++ b/docs/_data/variables/components/media.json @@ -4,10 +4,52 @@ "name": "$media-border-color", "value": "bulmaRgba($border, 0.5)", "type": "compound" + }, + "$media-border-size": { + "name": "$media-border-size", + "value": "1px", + "type": "size" + }, + "$media-spacing": { + "name": "$media-spacing", + "value": "1rem", + "type": "size" + }, + "$media-spacing-large": { + "name": "$media-spacing-large", + "value": "1.5rem", + "type": "size" + }, + "$media-content-spacing": { + "name": "$media-content-spacing", + "value": "0.75rem", + "type": "size" + }, + "$media-level-1-spacing": { + "name": "$media-level-1-spacing", + "value": "0.75rem", + "type": "size" + }, + "$media-level-1-content-spacing": { + "name": "$media-level-1-content-spacing", + "value": "0.5rem", + "type": "size" + }, + "$media-level-2-spacing": { + "name": "$media-level-2-spacing", + "value": "0.5rem", + "type": "size" } }, "list": [ - "$media-border-color" + "$media-border-color", + "$media-border-size", + "$media-spacing", + "$media-spacing-large", + "$media-content-spacing", + "$media-level-1-spacing", + "$media-level-1-content-spacing", + "$media-level-2-spacing" ], "file_path": "components/media.sass" } \ No newline at end of file diff --git a/docs/_data/variables/components/menu.json b/docs/_data/variables/components/menu.json index 5260cf435..4363a2113 100644 --- a/docs/_data/variables/components/menu.json +++ b/docs/_data/variables/components/menu.json @@ -40,7 +40,7 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$menu-list-border-left": { "name": "$menu-list-border-left", diff --git a/docs/_data/variables/components/message.json b/docs/_data/variables/components/message.json index 3343adc44..472789a3f 100644 --- a/docs/_data/variables/components/message.json +++ b/docs/_data/variables/components/message.json @@ -99,8 +99,8 @@ "name": "$message-colors", "value": "$colors", "type": "variable", - "computed_type": "function", - "computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)" + "computed_type": "map", + "computed_value": "Bulma colors" } }, "list": [ diff --git a/docs/_data/variables/components/navbar.json b/docs/_data/variables/components/navbar.json index 1d4561a91..6a25939d0 100644 --- a/docs/_data/variables/components/navbar.json +++ b/docs/_data/variables/components/navbar.json @@ -46,17 +46,17 @@ }, "$navbar-item-color": { "name": "$navbar-item-color", - "value": "$text", + "value": "$text-strong", "type": "variable", "computed_type": "color", - "computed_value": "hsl(0, 0%, 29%)" + "computed_value": "hsl(0, 0%, 21%)" }, "$navbar-item-hover-color": { "name": "$navbar-item-hover-color", "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$navbar-item-hover-background-color": { "name": "$navbar-item-hover-background-color", @@ -97,14 +97,14 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$navbar-tab-active-color": { "name": "$navbar-tab-active-color", "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$navbar-tab-active-background-color": { "name": "$navbar-tab-active-background-color", @@ -116,7 +116,7 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$navbar-tab-active-border-bottom-style": { "name": "$navbar-tab-active-border-bottom-style", @@ -150,7 +150,7 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$navbar-dropdown-radius": { "name": "$navbar-dropdown-radius", @@ -174,7 +174,7 @@ "$navbar-dropdown-boxed-shadow": { "name": "$navbar-dropdown-boxed-shadow", "value": "0 8px 8px bulmaRgba($scheme-invert, 0.1), 0 0 0 1px bulmaRgba($scheme-invert, 0.1)", - "type": "size" + "type": "shadow" }, "$navbar-dropdown-item-hover-color": { "name": "$navbar-dropdown-item-hover-color", @@ -195,7 +195,7 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$navbar-dropdown-item-active-background-color": { "name": "$navbar-dropdown-item-active-background-color", @@ -232,8 +232,8 @@ "name": "$navbar-colors", "value": "$colors", "type": "variable", - "computed_type": "function", - "computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)" + "computed_type": "map", + "computed_value": "Bulma colors" } }, "list": [ diff --git a/docs/_data/variables/components/pagination.json b/docs/_data/variables/components/pagination.json index 3319568f3..ab414b78c 100644 --- a/docs/_data/variables/components/pagination.json +++ b/docs/_data/variables/components/pagination.json @@ -44,6 +44,16 @@ "value": "0.5em", "type": "size" }, + "$pagination-nav-padding-left": { + "name": "$pagination-nav-padding-left", + "value": "0.75em", + "type": "size" + }, + "$pagination-nav-padding-right": { + "name": "$pagination-nav-padding-right", + "value": "0.75em", + "type": "size" + }, "$pagination-hover-color": { "name": "$pagination-hover-color", "value": "$link-hover", @@ -70,7 +80,7 @@ "value": "$link-focus-border", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$pagination-active-color": { "name": "$pagination-active-color", @@ -119,14 +129,14 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$pagination-current-border-color": { "name": "$pagination-current-border-color", "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$pagination-ellipsis-color": { "name": "$pagination-ellipsis-color", @@ -134,6 +144,11 @@ "type": "variable", "computed_type": "color", "computed_value": "hsl(0, 0%, 71%)" + }, + "$pagination-shadow-inset": { + "name": "$pagination-shadow-inset", + "value": "inset 0 1px 2px rgba($scheme-invert, 0.2)", + "type": "size" } }, "list": [ @@ -145,6 +160,8 @@ "$pagination-item-margin", "$pagination-item-padding-left", "$pagination-item-padding-right", + "$pagination-nav-padding-left", + "$pagination-nav-padding-right", "$pagination-hover-color", "$pagination-hover-border-color", "$pagination-focus-color", @@ -157,7 +174,8 @@ "$pagination-current-color", "$pagination-current-background-color", "$pagination-current-border-color", - "$pagination-ellipsis-color" + "$pagination-ellipsis-color", + "$pagination-shadow-inset" ], "file_path": "components/pagination.sass" } \ No newline at end of file diff --git a/docs/_data/variables/components/panel.json b/docs/_data/variables/components/panel.json index 04e9105d9..0d01f4c7d 100644 --- a/docs/_data/variables/components/panel.json +++ b/docs/_data/variables/components/panel.json @@ -22,7 +22,7 @@ "$panel-shadow": { "name": "$panel-shadow", "value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)", - "type": "size" + "type": "shadow" }, "$panel-heading-background-color": { "name": "$panel-heading-background-color", @@ -103,7 +103,7 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$panel-block-color": { "name": "$panel-block-color", @@ -124,7 +124,7 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$panel-block-active-color": { "name": "$panel-block-active-color", @@ -138,7 +138,7 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$panel-icon-color": { "name": "$panel-icon-color", @@ -151,8 +151,8 @@ "name": "$panel-colors", "value": "$colors", "type": "variable", - "computed_type": "function", - "computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)" + "computed_type": "map", + "computed_value": "Bulma colors" } }, "list": [ diff --git a/docs/_data/variables/components/tabs.json b/docs/_data/variables/components/tabs.json index 4d7312832..c5b5da7b5 100644 --- a/docs/_data/variables/components/tabs.json +++ b/docs/_data/variables/components/tabs.json @@ -43,14 +43,14 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$tabs-link-active-color": { "name": "$tabs-link-active-color", "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$tabs-link-padding": { "name": "$tabs-link-padding", @@ -140,14 +140,14 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$tabs-toggle-link-active-border-color": { "name": "$tabs-toggle-link-active-border-color", "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$tabs-toggle-link-active-color": { "name": "$tabs-toggle-link-active-color", diff --git a/docs/_data/variables/elements/box.json b/docs/_data/variables/elements/box.json index 534e4986c..d811fdb29 100644 --- a/docs/_data/variables/elements/box.json +++ b/docs/_data/variables/elements/box.json @@ -24,7 +24,7 @@ "$box-shadow": { "name": "$box-shadow", "value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)", - "type": "size" + "type": "shadow" }, "$box-padding": { "name": "$box-padding", @@ -34,12 +34,12 @@ "$box-link-hover-shadow": { "name": "$box-link-hover-shadow", "value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0 0 1px $link", - "type": "size" + "type": "shadow" }, "$box-link-active-shadow": { "name": "$box-link-active-shadow", "value": "inset 0 1px 2px rgba($scheme-invert, 0.2), 0 0 0 1px $link", - "type": "size" + "type": "shadow" } }, "list": [ diff --git a/docs/_data/variables/elements/button.json b/docs/_data/variables/elements/button.json index eeb60eabd..5801ac790 100644 --- a/docs/_data/variables/elements/button.json +++ b/docs/_data/variables/elements/button.json @@ -67,7 +67,7 @@ "value": "$link-focus-border", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$button-focus-box-shadow-size": { "name": "$button-focus-box-shadow-size", @@ -119,6 +119,40 @@ "computed_type": "color", "computed_value": "hsl(0, 0%, 21%)" }, + "$button-ghost-background": { + "name": "$button-ghost-background", + "value": "none", + "type": "string" + }, + "$button-ghost-border-color": { + "name": "$button-ghost-border-color", + "value": "transparent", + "type": "string" + }, + "$button-ghost-color": { + "name": "$button-ghost-color", + "value": "$link", + "type": "variable", + "computed_type": "color", + "computed_value": "hsl(229, 53%, 53%)" + }, + "$button-ghost-decoration": { + "name": "$button-ghost-decoration", + "value": "none", + "type": "string" + }, + "$button-ghost-hover-color": { + "name": "$button-ghost-hover-color", + "value": "$link", + "type": "variable", + "computed_type": "color", + "computed_value": "hsl(229, 53%, 53%)" + }, + "$button-ghost-hover-decoration": { + "name": "$button-ghost-hover-decoration", + "value": "underline", + "type": "string" + }, "$button-disabled-background-color": { "name": "$button-disabled-background-color", "value": "$scheme-main", @@ -136,7 +170,7 @@ "$button-disabled-shadow": { "name": "$button-disabled-shadow", "value": "none", - "type": "string" + "type": "shadow" }, "$button-disabled-opacity": { "name": "$button-disabled-opacity", @@ -168,8 +202,8 @@ "name": "$button-colors", "value": "$colors", "type": "variable", - "computed_type": "function", - "computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)" + "computed_type": "map", + "computed_value": "Bulma colors" } }, "list": [ @@ -192,6 +226,12 @@ "$button-text-decoration", "$button-text-hover-background-color", "$button-text-hover-color", + "$button-ghost-background", + "$button-ghost-border-color", + "$button-ghost-color", + "$button-ghost-decoration", + "$button-ghost-hover-color", + "$button-ghost-hover-decoration", "$button-disabled-background-color", "$button-disabled-border-color", "$button-disabled-shadow", diff --git a/docs/_data/variables/elements/icon.json b/docs/_data/variables/elements/icon.json index 061704e21..1b40fe150 100644 --- a/docs/_data/variables/elements/icon.json +++ b/docs/_data/variables/elements/icon.json @@ -19,13 +19,19 @@ "name": "$icon-dimensions-large", "value": "3rem", "type": "size" + }, + "$icon-text-spacing": { + "name": "$icon-text-spacing", + "value": "0.25em", + "type": "size" } }, "list": [ "$icon-dimensions", "$icon-dimensions-small", "$icon-dimensions-medium", - "$icon-dimensions-large" + "$icon-dimensions-large", + "$icon-text-spacing" ], "file_path": "elements/icon.sass" } \ No newline at end of file diff --git a/docs/_data/variables/elements/notification.json b/docs/_data/variables/elements/notification.json index b9c5346de..b45389725 100644 --- a/docs/_data/variables/elements/notification.json +++ b/docs/_data/variables/elements/notification.json @@ -40,8 +40,8 @@ "name": "$notification-colors", "value": "$colors", "type": "variable", - "computed_type": "function", - "computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)" + "computed_type": "map", + "computed_value": "Bulma colors" } }, "list": [ diff --git a/docs/_data/variables/elements/progress.json b/docs/_data/variables/elements/progress.json index 4d3a09e6d..5ace05592 100644 --- a/docs/_data/variables/elements/progress.json +++ b/docs/_data/variables/elements/progress.json @@ -19,7 +19,7 @@ "value": "$radius-rounded", "type": "variable", "computed_type": "size", - "computed_value": "290486px" + "computed_value": "9999px" }, "$progress-indeterminate-duration": { "name": "$progress-indeterminate-duration", @@ -30,8 +30,8 @@ "name": "$progress-colors", "value": "$colors", "type": "variable", - "computed_type": "function", - "computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)" + "computed_type": "map", + "computed_value": "Bulma colors" } }, "list": [ diff --git a/docs/_data/variables/elements/table.json b/docs/_data/variables/elements/table.json index e946e8a22..e7e432d0e 100644 --- a/docs/_data/variables/elements/table.json +++ b/docs/_data/variables/elements/table.json @@ -114,8 +114,8 @@ "name": "$table-colors", "value": "$colors", "type": "variable", - "computed_type": "function", - "computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)" + "computed_type": "map", + "computed_value": "Bulma colors" } }, "list": [ diff --git a/docs/_data/variables/elements/tag.json b/docs/_data/variables/elements/tag.json index 1f665398f..418e2d114 100644 --- a/docs/_data/variables/elements/tag.json +++ b/docs/_data/variables/elements/tag.json @@ -30,8 +30,8 @@ "name": "$tag-colors", "value": "$colors", "type": "variable", - "computed_type": "function", - "computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)" + "computed_type": "map", + "computed_value": "Bulma colors" } }, "list": [ diff --git a/docs/_data/variables/form/shared.json b/docs/_data/variables/form/shared.json index 3c974f868..c3ef96b7f 100644 --- a/docs/_data/variables/form/shared.json +++ b/docs/_data/variables/form/shared.json @@ -4,8 +4,8 @@ "name": "$form-colors", "value": "$colors", "type": "variable", - "computed_type": "function", - "computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)" + "computed_type": "map", + "computed_value": "Bulma colors" }, "$input-color": { "name": "$input-color", @@ -36,7 +36,7 @@ "$input-shadow": { "name": "$input-shadow", "value": "inset 0 0.0625em 0.125em rgba($scheme-invert, 0.05)", - "type": "size" + "type": "shadow" }, "$input-placeholder-color": { "name": "$input-placeholder-color", @@ -69,7 +69,7 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$input-focus-box-shadow-size": { "name": "$input-focus-box-shadow-size", @@ -112,7 +112,7 @@ "value": "$link", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$input-icon-color": { "name": "$input-icon-color", diff --git a/docs/_data/variables/layout/hero.json b/docs/_data/variables/layout/hero.json index d18f76275..c64e50c92 100644 --- a/docs/_data/variables/layout/hero.json +++ b/docs/_data/variables/layout/hero.json @@ -5,6 +5,11 @@ "value": "3rem 1.5rem", "type": "size" }, + "$hero-body-padding-tablet": { + "name": "$hero-body-padding-tablet", + "value": "3rem 3rem", + "type": "size" + }, "$hero-body-padding-small": { "name": "$hero-body-padding-small", "value": "1.5rem", @@ -12,24 +17,25 @@ }, "$hero-body-padding-medium": { "name": "$hero-body-padding-medium", - "value": "9rem 1.5rem", + "value": "9rem 4.5rem", "type": "size" }, "$hero-body-padding-large": { "name": "$hero-body-padding-large", - "value": "18rem 1.5rem", + "value": "18rem 6rem", "type": "size" }, "$hero-colors": { "name": "$hero-colors", "value": "$colors", "type": "variable", - "computed_type": "function", - "computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)" + "computed_type": "map", + "computed_value": "Bulma colors" } }, "list": [ "$hero-body-padding", + "$hero-body-padding-tablet", "$hero-body-padding-small", "$hero-body-padding-medium", "$hero-body-padding-large", diff --git a/docs/_data/variables/layout/section.json b/docs/_data/variables/layout/section.json index 781842fa2..23374131b 100644 --- a/docs/_data/variables/layout/section.json +++ b/docs/_data/variables/layout/section.json @@ -5,19 +5,25 @@ "value": "3rem 1.5rem", "type": "size" }, + "$section-padding-desktop": { + "name": "$section-padding-desktop", + "value": "3rem 3rem", + "type": "size" + }, "$section-padding-medium": { "name": "$section-padding-medium", - "value": "9rem 1.5rem", + "value": "9rem 4.5rem", "type": "size" }, "$section-padding-large": { "name": "$section-padding-large", - "value": "18rem 1.5rem", + "value": "18rem 6rem", "type": "size" } }, "list": [ "$section-padding", + "$section-padding-desktop", "$section-padding-medium", "$section-padding-large" ], diff --git a/docs/_data/variables/utilities/derived-variables.json b/docs/_data/variables/utilities/derived-variables.json index d082b3645..2289a20b2 100644 --- a/docs/_data/variables/utilities/derived-variables.json +++ b/docs/_data/variables/utilities/derived-variables.json @@ -12,21 +12,21 @@ "value": "$cyan", "type": "variable", "computed_type": "color", - "computed_value": "hsl(204, 71%, 53%)" + "computed_value": "hsl(207, 61%, 53%)" }, "$success": { "name": "$success", "value": "$green", "type": "variable", "computed_type": "color", - "computed_value": "hsl(141, 53%, 53%)" + "computed_value": "hsl(153, 53%, 53%)" }, "$warning": { "name": "$warning", "value": "$yellow", "type": "variable", "computed_type": "color", - "computed_value": "hsl(48, 100%, 67%)" + "computed_value": "hsl(44, 100%, 77%)" }, "$danger": { "name": "$danger", @@ -340,7 +340,7 @@ "value": "$blue", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$link-invert": { "name": "$link-invert", @@ -392,7 +392,7 @@ "value": "$blue", "type": "variable", "computed_type": "color", - "computed_value": "hsl(217, 71%, 53%)" + "computed_value": "hsl(229, 53%, 53%)" }, "$link-active": { "name": "$link-active", @@ -470,12 +470,12 @@ "$colors": { "name": "$colors", "value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)", - "type": "function" + "type": "map" }, "$shades": { "name": "$shades", "value": "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)", - "type": "function" + "type": "map" }, "$sizes": { "name": "$sizes", diff --git a/docs/_data/variables/utilities/initial-variables.json b/docs/_data/variables/utilities/initial-variables.json index 1d3f1b080..5f7ac2774 100644 --- a/docs/_data/variables/utilities/initial-variables.json +++ b/docs/_data/variables/utilities/initial-variables.json @@ -67,12 +67,12 @@ }, "$yellow": { "name": "$yellow", - "value": "hsl(48, 100%, 67%)", + "value": "hsl(44, 100%, 77%)", "type": "color" }, "$green": { "name": "$green", - "value": "hsl(141, 53%, 53%)", + "value": "hsl(153, 53%, 53%)", "type": "color" }, "$turquoise": { @@ -82,12 +82,12 @@ }, "$cyan": { "name": "$cyan", - "value": "hsl(204, 71%, 53%)", + "value": "hsl(207, 61%, 53%)", "type": "color" }, "$blue": { "name": "$blue", - "value": "hsl(217, 71%, 53%)", + "value": "hsl(229, 53%, 53%)", "type": "color" }, "$purple": { @@ -237,7 +237,7 @@ }, "$radius-rounded": { "name": "$radius-rounded", - "value": "290486px", + "value": "9999px", "type": "size" }, "$speed": { diff --git a/docs/_includes/book/book-cover.html b/docs/_includes/book/book-cover.html index dc065dd6d..53f2b431e 100644 --- a/docs/_includes/book/book-cover.html +++ b/docs/_includes/book/book-cover.html @@ -1,12 +1,12 @@
{% - include elements/responsive-image.html + include elements/responsive-image-2x.html path="book/book-cover" - extension="png" + extension="jpg" alt="The official Bulma book cover" - width="300" - height="380" + width="504" + height="661" %} -
\ No newline at end of file + diff --git a/docs/_includes/components/anchors.html b/docs/_includes/components/anchors.html index c66065c49..555d65871 100644 --- a/docs/_includes/components/anchors.html +++ b/docs/_includes/components/anchors.html @@ -1,5 +1,5 @@
- + +
+ {% include elements/carbon.html %} +
diff --git a/docs/_posts/2018-04-13-website-redesign.md b/docs/_posts/2018-04-13-website-redesign.md index ff87dc56d..9ad90388e 100644 --- a/docs/_posts/2018-04-13-website-redesign.md +++ b/docs/_posts/2018-04-13-website-redesign.md @@ -2,9 +2,12 @@ title: "Website redesign: clearer layout, easier navigation, better content, and much more!" layout: post introduction: "A brand new look" -color: "star" +color: "expo" name: "Website redesign" icon: "star" +featured: true +image: "9-OCsKoyQlk" +alt: "Swimming pool" --- The Bulma website has been widely redesigned! There's been a lot of work, to say the least: diff --git a/docs/_posts/2019-10-15-light-dark-colors.md b/docs/_posts/2019-10-15-light-dark-colors.md index 530fdf72f..6a7dde770 100644 --- a/docs/_posts/2019-10-15-light-dark-colors.md +++ b/docs/_posts/2019-10-15-light-dark-colors.md @@ -2,9 +2,12 @@ title: "Light and Dark colors, better look, larger form controls, panel colors, and more" layout: post introduction: "A big update for more colors and flexibility" -color: "primary" +color: "expo" name: "Light/Dark colors, better look, larger controls" icon: "sun" +featured: true +image: hgGplX3PFBg +alt: "Light and dark clouds" --- The new version **[Bulma 0.8.0](https://github.com/jgthms/bulma/releases/tag/0.8.0)** is out! 😃 It comes with several bug fixes and a lot of nice new features: diff --git a/docs/_sass/base/css-vars.scss b/docs/_sass/base/css-vars.scss new file mode 100644 index 000000000..e3d281168 --- /dev/null +++ b/docs/_sass/base/css-vars.scss @@ -0,0 +1,69 @@ +:root { + @each $name, $pair in $colors { + $color: nth($pair, 1); + $color-invert: nth($pair, 2); + --#{$name}: #{$color}; + --#{$name}-invert: #{$color-invert}; + + @if length($pair) >= 4 { + $color-light: nth($pair, 3); + $color-dark: nth($pair, 4); + --#{$name}-light: #{$color-light}; + --#{$name}-dark: #{$color-dark}; + } + } + + --bootstrap: #{$bootstrap}; + --github: #{$github}; + --twitter: #{$twitter}; + --patreon: #{$patreon}; + --patreon-blue: #{$patreon-blue}; + --fortyfour: #{$fortyfour}; + --amazon: #{$amazon}; + --bleeding-green: #{$bleeding-green}; + --bleeding-red: #{$bleeding-red}; + --rss: #{$rss}; + // --search: #{$algolia}; + // --search-light: #{change-color($algolia, $lightness: 90%)}; + --search: #{$primary}; + --search-light: #{$primary-light}; + --search-dark: #{$primary-dark}; + + --html5: #e44d26; + --html5-invert: #ebebeb; + + --hl-green: #37e7ac; + --hl-cyan: #51fbde; + --hl-blue: #00b2ff; + --hl-purple: #9a89b4; + --hl-lavender: #9b6dff; + --hl-pink: #ff5cd3; + --hl-rose: #ff6b9d; + --hl-orange: #ff9970; + --hl-yellow: #fed604; + --hl-gray-01: #d9e0e8; + --hl-gray-02: #808182; + --hl-gray-09: #1f2330; + + --hl-color: var(--hl-orange); + --hl-background: var(--hl-gray-09); + + --container-width: calc(100vw - 3rem); + --container-width-desktop: #{$desktop - $container-offset}; + --container-width-widescreen: #{min($widescreen, $container-max-width) - + $container-offset}; + --container-width-fullhd: #{min($fullhd, $container-max-width) - + $container-offset}; + + @include desktop { + --container-width: var(--container-width-desktop); + } + + @include widescreen { + --container-width: var(--container-width-widescreen); + } + + @include fullhd { + --container-width: var(--container-width-fullhd); + } +} diff --git a/docs/_sass/base/custom.scss b/docs/_sass/base/custom.scss new file mode 100644 index 000000000..134ede878 --- /dev/null +++ b/docs/_sass/base/custom.scss @@ -0,0 +1,26 @@ +.bd-fat-button { + font-size: 1.25em; + font-weight: $weight-semibold; + height: auto; + padding: 0.75em 1.25em; + + &.is-bleeding, + &.is-amazon { + small { + display: block; + font-size: 0.625em; + font-weight: $weight-normal; + opacity: 0.7; + } + + .icon { + margin-right: 0.5em; + } + } + + &.is-amazon { + img { + margin-bottom: -11px; + } + } +} diff --git a/docs/_sass/base/helpers.scss b/docs/_sass/base/helpers.scss new file mode 100644 index 000000000..ed9229749 --- /dev/null +++ b/docs/_sass/base/helpers.scss @@ -0,0 +1,26 @@ +$new-colors: ( + 'bootstrap', + 'github', + 'twitter', + 'patreon', + 'patreon-blue', + 'fortyfour', + 'amazon', + 'bleeding-green', + 'bleeding-red', + 'rss', + 'videos', + 'expo', + 'love', + 'backers', + 'sponsors', + 'blog', + 'extensions', + 'algolia', +); + +@each $color in $new-colors { + .has-text-#{$color} { + color: var(--#{$color}) !important; + } +} diff --git a/docs/_sass/components/anchors.scss b/docs/_sass/components/anchors.scss new file mode 100644 index 000000000..5c9b5a5d1 --- /dev/null +++ b/docs/_sass/components/anchors.scss @@ -0,0 +1,44 @@ +.bd-anchors { + padding: var(--docs-side-padding); + position: sticky; + top: 0; + + &.bd-is-empty { + display: none; + } +} + +.bd-anchors-title { + color: $text-light; + font-size: 0.75em; + opacity: 0.5; +} + +.bd-anchors-list { + padding: 0.25em 0 0.75em; + + li { + align-items: flex-start; + display: flex; + font-size: 0.875em; + + &.is-past a:not(:hover) { + background-color: $border-light; + color: $text-light; + } + + &.is-current a { + background-color: var(--primary); + color: var(--primary-invert); + } + } + + a { + @extend %bd-category-link; + + &:hover { + background-color: var(--primary-invert); + color: var(--primary); + } + } +} diff --git a/docs/_sass/components/banner.scss b/docs/_sass/components/banner.scss new file mode 100644 index 000000000..846da75ef --- /dev/null +++ b/docs/_sass/components/banner.scss @@ -0,0 +1,60 @@ +.bd-banner { + --background-color: #{$primary-light}; + --color: #{$primary-dark}; + + background-color: var(--background-color); + color: var(--color); + padding: 0.5em; + + &.bd-is-bleeding { + --background-color: var(--bleeding-light); + --color: var(--bleeding-dark); + } + + &.bd-is-sponsor { + --background-color: var(--sponsor-light); + --color: var(--sponsor); + } +} + +.bd-banner-body { + align-items: center; + display: flex; + min-height: 2.5rem; +} + +.bd-banner-title { + display: flex; + margin-right: auto; + + a { + color: inherit; + + &:hover { + text-decoration: underline; + } + } + + strong { + color: inherit; + font-weight: $weight-semibold; + } +} + +@include tablet() { + .bd-banner-title { + font-size: 1.125rem; + } +} + +@include desktop() { + .bd-banner { + padding: 0.5rem 2rem; + } +} + +@include widescreen() { + .bd-banner { + padding: 0.5rem 4rem; + } +} diff --git a/docs/_sass/components/book.scss b/docs/_sass/components/book.scss new file mode 100644 index 000000000..7638e104c --- /dev/null +++ b/docs/_sass/components/book.scss @@ -0,0 +1,23 @@ +.bd-book-cover { + @extend %block; + @extend %center; + position: relative; + text-align: center; + + a { + box-shadow: 0 0.5em 1em rgba(black, 0.1); + display: inline-block; + transition-duration: $speed * 2; + transition-property: box-shadow, transform; + vertical-align: top; + + &:hover { + box-shadow: 0 1em 2em rgba(black, 0.1); + transform: translateY(-0.5em); + } + } + + img { + display: block; + } +} diff --git a/docs/_sass/components/call.scss b/docs/_sass/components/call.scss new file mode 100644 index 000000000..6a9f88c59 --- /dev/null +++ b/docs/_sass/components/call.scss @@ -0,0 +1,82 @@ +.bd-call { + --background-color: var(--primary-light); + --color: var(--primary-dark); + --color-dark: var(--primary-dark); + --margin: 1.5rem; + --spacing: 1em; + + align-items: center; + display: flex; + font-size: var(--font-size); + justify-content: center; + margin: var(--margin); + + &.bd-is-twitter { + --background-color: var(--twitter-light); + --color: var(--twitter); + --color-dark: var(--twitter-dark); + } + + &.bd-is-extensions { + --background-color: var(--extensions-light); + --color: var(--extensions); + --color-dark: var(--extensions-dark); + } +} + +.bd-call-body { + align-items: center; + background-color: var(--background-color); + border-radius: $radius-large; + color: var(--color); + justify-content: center; + margin-left: auto; + margin-right: auto; + max-width: var(--container-width); + padding: var(--spacing); + + strong { + color: var(--color-dark); + font-weight: $weight-semibold; + } +} + +.bd-call-text { + margin-left: var(--spacing); + margin-right: calc(2 * var(--spacing)); +} + +.bd-call-button { + .button { + font-size: 1em; + } +} + +@include mobile { + .bd-call-body { + text-align: center; + } + + .bd-call-text { + margin-bottom: var(--spacing); + } +} + +@include tablet { + .bd-call-body { + display: flex; + } +} + +@include desktop { + .bd-call { + --margin: 3rem; + } +} + +@include widescreen { + .bd-call { + --font-size: 1.125rem; + --margin: 3rem; + } +} diff --git a/docs/_sass/components/carbon.scss b/docs/_sass/components/carbon.scss new file mode 100644 index 000000000..1754ee4e7 --- /dev/null +++ b/docs/_sass/components/carbon.scss @@ -0,0 +1,112 @@ +$carbon-spacing: 1rem; +$carbon-shadow-size: 0.75rem; +$carbon-image-height: 100px; +$carbon-image-width: 130px; + +#carboncontainer { + align-items: center; + display: flex; + justify-content: center; + max-width: $carbon-width; + min-height: $carbon-min-height; + min-width: 280px; +} + +#carbon { + border-radius: 0.125em; + flex-grow: 1; + min-height: $carbon-height; + padding: 0; + position: relative; + + &:hover { + background-color: rgba(black, 0.02); + box-shadow: 0 0 0 $carbon-shadow-size rgba(black, 0.02); + } + + @include tablet() { + width: $carbon-width; + } +} + +#carbonads { + font-size: 14px; + text-align: left; + + a, + span { + display: block; + } + + .carbon-wrap { + min-height: $carbon-height; + position: relative; + + &:hover { + .carbon-img::after { + background-color: rgba(#000, 0.05); + content: ''; + display: block; + height: $carbon-height; + left: 0; + position: absolute; + right: $carbon-spacing; + top: 0; + } + } + } + + .carbon-img { + bottom: 0; + float: left; + left: 0; + min-height: $carbon-height; + padding: 0; + position: absolute; + top: 0; + width: calc(#{$carbon-image-width} + #{$carbon-spacing}); + + img { + display: block; + height: $carbon-image-height; + width: $carbon-image-width; + } + + &:hover { + & + .carbon-text { + color: $link; + } + } + + &:active { + opacity: 0.8; + } + } + + .carbon-text { + display: block; + color: $text-strong; + line-height: $carbon-line-height; + min-height: $carbon-height; + padding: 0 0 $carbon-poweredby-height + calc(#{$carbon-image-width} + #{$carbon-spacing}); + + &:hover { + color: $link; + } + } + + .carbon-poweredby { + bottom: 0; + color: $border-hover; + display: inline; + font-size: $size-small; + line-height: $carbon-poweredby-height; + position: absolute; + right: 0; + + &:hover { + text-decoration: underline; + } + } +} diff --git a/docs/_sass/components/categories.scss b/docs/_sass/components/categories.scss new file mode 100644 index 000000000..5d521a50b --- /dev/null +++ b/docs/_sass/components/categories.scss @@ -0,0 +1,194 @@ +%bd-category-link { + --highlight-background-color: var(--primary); + --highlight-color: var(--primary-invert); + + align-items: center; + border-radius: $radius; + color: $text-strong; + cursor: pointer; + display: flex; + line-height: var(--height); + padding: 0.375em 0.75em; + transition-duration: $speed; + transition-property: background-color, color; + + &:hover { + background-color: var(--primary-invert); + color: var(--primary); + } + + &.bd-is-focused { + box-shadow: inset 0 0 0 2px $scheme-main-bis, 0 0 0 2px var(--primary); + } +} + +.bd-highlight { + background-color: var(--highlight-background-color); + border-radius: $radius-small; + box-shadow: 0 0 0 2px var(--highlight-background-color); + color: var(--highlight-color); +} + +.bd-categories { + --height: 1.25; + + padding: var(--docs-side-padding); + position: sticky; + top: 0; + + &.bd-has-query { + .bd-category:not(.bd-has-match) { + display: none; + } + + .bd-category-list { + display: block; + + a:not(.bd-is-match) { + display: none; + } + } + + &.bd-has-no-results { + .bd-category-group { + display: none; + } + + .bd-categories-no-results { + display: block; + } + } + } +} + +.bd-category { + &.is-current { + .bd-category-name { + --highlight-background-color: var(--primary-dark); + --highlight-color: var(--primary-light); + + background-color: var(--primary-light); + color: var(--primary-dark); + + &.is-active { + background-color: var(--primary); + color: var(--primary-invert); + } + } + + .bd-category-list { + display: block; + } + } + + &.is-open { + .bd-category-list { + display: block; + } + } +} + +.bd-category-group { + color: $grey-light; + font-size: 0.625em; + font-weight: $weight-semibold; + letter-spacing: 0.2em; + margin-bottom: calc(var(--docs-side-padding) / 2); + margin-top: var(--docs-side-padding); + text-transform: uppercase; +} + +.bd-category-header { + position: relative; +} + +.bd-category-name { + @extend %bd-category-link; + font-weight: $weight-semibold; +} + +.bd-category-toggle { + @extend %reset; + + border-radius: $radius; + color: var(--primary); + cursor: pointer; + display: none; + height: calc(1em * var(--height)); + margin-left: auto; + position: absolute; + right: 0.5em; + top: 0.5em; + width: calc(1em * var(--height)); + + &:hover { + background-color: var(--primary); + color: var(--primary-invert); + } +} + +.bd-category-list { + display: none; + padding: 0.25em 0.75em 0.75em; + + li { + align-items: flex-start; + display: flex; + font-size: 0.875em; + + a { + @extend %bd-category-link; + } + + &.is-current { + a { + --highlight-background-color: var(--primary-invert); + --highlight-color: var(--primary-dark); + + background-color: var(--primary); + color: var(--primary-invert); + } + } + } +} + +.bd-categories-no-results { + display: none; + + .bd-key { + margin-left: 0.5em; + } +} + +.bd-categories-filter { + margin-bottom: 1em; + position: relative; + + .input:focus { + border-color: $primary; + box-shadow: 0 0 0 0.125em rgba($primary, 0.25); + } + + .bd-key { + position: absolute; + right: 6px; + top: 4px; + } +} + +.bd-key { + align-items: center; + background: rgba(black, 0.1); + border-radius: 0.25em; + color: rgba(black, 0.5); + display: none; + font-family: monospace; + font-size: 0.625rem; + height: 2em; + justify-content: center; + min-width: 2em; + padding: 0 0.25em; + pointer-events: none; + text-align: center; + z-index: 2; +} diff --git a/docs/_sass/components/code.scss b/docs/_sass/components/code.scss new file mode 100644 index 000000000..09f02eb7e --- /dev/null +++ b/docs/_sass/components/code.scss @@ -0,0 +1,191 @@ +.bd-example { + @extend %block; +} + +.bd-copy, +.bd-show { + background-color: var(--hl-color); + border: none; + border-radius: 0.5em !important; + color: var(--hl-background); + font-size: 1em; + font-weight: $weight-semibold; + + &:focus { + box-shadow: none !important; + } +} + +.bd-copy { + opacity: 0; + position: absolute; + right: calc(1.25em - 0.5em - 1px); + top: calc(1.25em - 0.5em - 1px); + + .highlight:hover & { + opacity: 1; + } +} + +.bd-show { + bottom: -1.25em; + height: 2.5em; + left: calc(50% - 4.5em); + padding: 0; + position: absolute; + width: 9em; + z-index: 1; +} + +.bd-snippet { + @extend %block; + --snippet-spacing: #{$block-spacing}; + + font-size: 1rem; + grid-gap: calc(2 * var(--snippet-spacing)); + position: relative; +} + +.bd-snippet-title { + display: flex; +} + +.bd-snippet-tag { + align-items: center; + background: var(--hl-color); + border-radius: 0.5em; + color: var(--hl-background); + display: inline-flex; + flex-grow: 0; + flex-shrink: 0; + font-size: 0.5em; + font-weight: $weight-semibold; + height: $block-spacing; + padding: 0 1em; + vertical-align: top; + + &.bd-is-html { + background: var(--hl-background); + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + color: var(--hl-color); + } +} + +.bd-snippet-preview, +.bd-snippet-code { + position: relative; +} + +.bd-snippet-preview { + padding-bottom: var(--snippet-spacing); + padding-top: var(--snippet-spacing); + + img { + vertical-align: top; + } + + &.bd-is-mwb { + @extend %center; + } +} + +.bd-snippet-code { + font-size: 0.875em; + // overflow: auto; + // padding-top: var(--snippet-spacing); + + .highlight { + border-top-left-radius: 0; + font-size: 1em; + } + + &.bd-is-hovering { + &::before { + background: var(--hl-color); + color: var(--hl-background); + } + } +} + +// Vertical + +.bd-snippet.bd-is-vertical { +} + +// Horizontal + +.bd-snippet.bd-is-horizontal { +} + +// Fullwidth + +.bd-snippet.bd-is-fullwidth { + box-shadow: inset 0 0 0 1px red; + margin-left: calc(-1 * var(--docs-outer)); + margin-right: calc(-1 * var(--docs-outer)); + + .bd-snippet-title { + margin-left: var(--docs-outer); + } +} + +// Clipped + +.bd-snippet.bd-is-clipped { + .bd-snippet-code { + overflow: auto; + } +} + +.bd-snippet-code.bd-is-more { + .highlight:not(:last-child) { + margin-bottom: 2.5rem; + } +} + +.bd-snippet-code.bd-is-more.bd-is-more-clipped { + .highlight { + height: calc(8 * var(--snippet-spacing)); + overflow: hidden; + + pre { + overflow: hidden; + } + + .bd-show { + display: flex; + } + + &::before { + background: linear-gradient(0deg, var(--hl-background), transparent); + bottom: 0; + content: ''; + display: block; + left: 0; + position: absolute; + right: 0; + top: 0; + } + } +} + +@include tablet { + .bd-snippet.bd-is-vertical { + align-items: flex-start; + display: grid; + grid-template-columns: calc(50% - var(--snippet-spacing)) calc( + 50% - var(--snippet-spacing) + ); + } + + .bd-snippet.bd-is-size-1-2 { + grid-template-columns: calc(33% - var(--snippet-spacing)) calc( + 67% - var(--snippet-spacing) + ); + } + + .bd-snippet-preview { + padding-bottom: var(--snippet-spacing); + } +} diff --git a/docs/_sass/components/content.scss b/docs/_sass/components/content.scss new file mode 100644 index 000000000..7d46166a1 --- /dev/null +++ b/docs/_sass/components/content.scss @@ -0,0 +1,67 @@ +.bd-content { + hr:first-child { + display: none; + + & + .bd-anchor-title { + padding-top: 0; + } + + & + .bd-anchor-title .bd-anchor-link { + top: 0; + } + } + + .highlight, + .bd-highlight-full { + @extend %block; + } + + // .bd-highlight-full { + // overflow: auto; + // } +} + +.bd-anchor-title { + --spacing: 3em; + + position: relative; + + &:not(:first-child) { + margin-top: 3rem; + } + + &.title { + font-size: 1.5em; + } + + @include until($widescreen) { + padding-left: 1em; + } +} + +.bd-anchor-link { + position: absolute; + right: calc(100% + 1rem); + top: 0; + + @include until($widescreen) { + left: 0; + right: auto; + } +} + +.bd-icon-size .icon { + background-color: $yellow; +} + +@include widescreen { + .bd-content { + font-size: 1.125rem; + } +} + +@include from(1800px) { + .bd-content { + font-size: 1.25rem; + } +} diff --git a/docs/_sass/components/drawing.scss b/docs/_sass/components/drawing.scss new file mode 100644 index 000000000..95ce5d101 --- /dev/null +++ b/docs/_sass/components/drawing.scss @@ -0,0 +1,50 @@ +.bd-has-drawing { + position: relative; +} + +.bd-drawing { + display: none; + pointer-events: none; + position: absolute; + + &.bd-is-try-it-out { + bottom: 100%; + right: 100%; + } + + &.bd-is-love-letters { + bottom: 110%; + right: 10%; + } + + &.bd-is-crazy { + right: 100%; + top: 110%; + } + + &.bd-is-customize { + right: -10%; + top: 105%; + } + + &.bd-is-opinion-free { + right: 100%; + top: 110%; + } + + &.bd-is-join-us { + bottom: 80%; + left: 100%; + } + + &.bd-is-spam-free { + bottom: 100%; + right: 95%; + } +} + +@include tablet { + .bd-drawing { + display: inline; + } +} diff --git a/docs/_sass/components/features.scss b/docs/_sass/components/features.scss new file mode 100644 index 000000000..9a5b85d45 --- /dev/null +++ b/docs/_sass/components/features.scss @@ -0,0 +1,41 @@ +.bd-features { + padding: var(--docs-side-padding); + padding-bottom: 0; +} + +.bd-features-title { + color: $text-light; + font-size: 0.75em; + opacity: 0.5; +} + +.bd-features-list { + padding: 0.25em 0 0; + + li { + display: flex; + font-size: 0.875em; + justify-content: space-between; + // padding: 0 0.75em; + } +} + +.bd-feature-label { + color: $text-light; + // padding: 0.375em 0; +} + +.bd-feature-since, +.bd-feature-yes, +.bd-feature-no { + // padding: 0.375em 0.75em; +} + +.bd-feature-no { + color: $text-light; +} + +.bd-feature-yes { + color: var(--primary); + font-weight: $weight-bold; +} diff --git a/docs/_sass/components/hero.scss b/docs/_sass/components/hero.scss new file mode 100644 index 000000000..4759e13c1 --- /dev/null +++ b/docs/_sass/components/hero.scss @@ -0,0 +1,157 @@ +.bd-hero { + --color: #{$text-light}; + --color-strong: #{$text-strong}; + --icon-dimensions: 1.125em; + --icon-spacing: 0.25em; + + background-color: var(--background-color); + + &.bd-is-basic { + .title { + font-weight: $weight-semibold; + } + } + + &.bd-is-primary { + --background-color: var(--primary-light); + --color-strong: var(--primary-dark); + --color-icon: var(--primary); + } + + &.bd-is-bleeding { + --background-color: var(--bleeding-light); + --color-strong: var(--bleeding-dark); + --color-icon: var(--bleeding); + } + + &.bd-is-link { + --background-color: var(--link-light); + --color-strong: var(--link-dark); + --color-icon: var(--link); + } + + &.bd-is-love { + --background-color: var(--love-light); + --color-strong: var(--love); + --color-icon: var(--love); + } + + &.bd-is-expo { + --background-color: var(--expo-light); + --color-strong: var(--expo-dark); + --color-icon: var(--expo); + } + + &.bd-is-sponsor { + --background-color: var(--sponsor-light); + --color-strong: var(--sponsor-dark); + --color: var(--sponsor); + --color-icon: var(--sponsor); + } + + &.bd-is-videos { + --background-color: var(--videos-light); + --color-strong: var(--videos-dark); + --color: var(--videos); + --color-icon: var(--videos); + } + + &.bd-is-extensions { + --background-color: var(--extensions-light); + --color-strong: var(--extensions-dark); + --color: var(--extensions); + --color-icon: var(--extensions); + } + + &.bd-is-success { + --background-color: var(--success-light); + --color-strong: var(--success-dark); + --color: var(--success); + --color-icon: var(--success); + } + + &.bd-is-bootstrap { + --background-color: var(--bootstrap-light); + --color-strong: var(--bootstrap-dark); + --color: var(--bootstrap); + --color-icon: var(--bootstrap); + } +} + +$grid-gap: 1.5; + +.bd-hero-body { + align-items: center; + display: grid; + grid-gap: $grid-gap * 1rem; + grid-template-columns: repeat(auto-fit, minmax(#{$carbon-width}, 1fr)); +} + +.bd-hero-heading { + .title { + color: var(--color-strong); + display: flex; + font-weight: $weight-normal; + position: relative; + + a { + color: currentColor; + font-weight: $weight-semibold; + + &:hover { + text-decoration: underline; + } + } + + code { + background: none; + padding: 0; + } + + strong { + font-weight: $weight-semibold; + } + + .icon { + color: var(--color-icon); + height: var(--icon-dimensions); + flex-grow: 0; + flex-shrink: 0; + margin-right: var(--icon-spacing); + width: var(--icon-dimensions); + } + } + + .subtitle { + color: var(--color); + + strong { + color: currentColor; + } + } +} + +$breakpoint: ($carbon-width * 2) + (16px * 3 * $grid-gap); + +@include from($breakpoint) { + .bd-hero-carbon { + justify-self: flex-end; + } +} + +@include desktop { + .bd-hero { + --icon-spacing: 0.5em; + + .hero-body { + padding: 6rem; + } + } + + .bd-hero-heading { + .title .icon { + margin-left: calc(-1 * (var(--icon-dimensions) + var(--icon-spacing))); + margin-right: var(--icon-spacing); + } + } +} diff --git a/docs/_sass/components/highlight.scss b/docs/_sass/components/highlight.scss new file mode 100644 index 000000000..d7fcd6cf5 --- /dev/null +++ b/docs/_sass/components/highlight.scss @@ -0,0 +1,266 @@ +// .bd-highlight-full { +// @extend %block; +// } + +.highlight { + background-color: var(--hl-gray-09); + border-radius: $radius-large; + color: var(--hl-gray-01); + font-size: 0.75em; + position: relative; + + &.bd-is-hovering { + box-shadow: inset 0 0 0 2px var(--hl-orange); + } + + pre { + background-color: transparent; + color: currentColor; + font-size: 1em; + line-height: 1.375; + margin: 0 !important; + padding: 1.25em 1.5em; + // white-space: pre-wrap; + // white-space: break-spaces; + white-space: pre; + word-break: break-word; + } + + .c { + color: var(--hl-gray-01); + } + + .err, + .g { + color: var(--hl-gray-02); + } + + .k { + color: var(--hl-cyan); + } + + .l, + .n { + color: var(--hl-gray-02); + } + + .o { + color: var(--hl-cyan); + } + + .x { + color: var(--hl-pink); + } + + .p { + color: var(--hl-gray-02); + } + + .cm { + color: var(--hl-gray-01); + } + + .cp { + color: var(--hl-cyan); + } + + .c1 { + color: var(--hl-gray-02); + } + + .cs { + color: var(--hl-cyan); + } + + .gd { + color: var(--hl-green); + } + + .ge { + color: var(--hl-gray-02); + font-style: italic; + } + + .gr { + color: var(--hl-orange); + } + + .gh { + color: var(--hl-pink); + } + + .gi { + color: var(--hl-cyan); + } + + .go, + .gp { + color: var(--hl-gray-02); + } + + .gs { + color: var(--hl-gray-02); + font-weight: bold; + } + + .gu { + color: var(--hl-pink); + } + + .gt { + color: var(--hl-gray-02); + } + + .kc { + color: var(--hl-pink); + } + + .kd { + color: var(--hl-blue); + } + + .kn, + .kp { + color: var(--hl-cyan); + } + + .kr { + color: var(--hl-blue); + } + + .kt { + color: var(--hl-orange); + } + + .ld { + color: var(--hl-gray-02); + } + + .m, + .s { + color: var(--hl-green); + } + + .na { + color: var(--hl-yellow); + } + + .nb { + color: var(--hl-orange); + } + + .nc { + color: var(--hl-yellow); + } + + .no { + color: var(--hl-pink); + } + + .nd { + color: var(--hl-blue); + } + + .ni, + .ne { + color: var(--hl-pink); + } + + .nf { + color: var(--hl-blue); + } + + .nl, + .nn, + .nx, + .py { + color: var(--hl-rose); + } + + .nt, + .nv { + color: var(--hl-blue); + } + + .ow { + color: var(--hl-cyan); + } + + .w { + color: var(--hl-gray-02); + } + + .mf, + .mh, + .mi, + .mo { + color: var(--hl-green); + } + + .sb { + color: var(--hl-gray-01); + } + + .sc { + color: var(--hl-green); + } + + .sd { + color: var(--hl-gray-02); + } + + .s2 { + color: var(--hl-green); + } + + .se { + color: var(--hl-pink); + } + + .sh { + color: var(--hl-gray-02); + } + + .si, + .sx { + color: var(--hl-yellow); + } + + .sr { + color: var(--hl-orange); + } + + .s1, + .ss { + color: var(--hl-green); + } + + .bp, + .vc, + .vg, + .vi { + color: var(--hl-blue); + } + + .il { + color: var(--hl-green); + } +} + +.content .highlight { + margin-left: 0; + margin-right: 0; + text-align: left; + + &:not(:first-child) { + margin-top: 1em; + } + + &:not(:last-child) { + margin-bottom: 1em; + } +} + +.content li .highlight { + margin-top: 0.5em; +} diff --git a/docs/_sass/components/klmn.scss b/docs/_sass/components/klmn.scss new file mode 100644 index 000000000..4dca9d6e1 --- /dev/null +++ b/docs/_sass/components/klmn.scss @@ -0,0 +1,47 @@ +.bd-klmn { + margin-bottom: 1.5rem; +} + +.bd-klmn-gaps { + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; + margin-bottom: 1.25rem; +} + +.bd-klmn-label { + margin: 0.25rem auto 0.25rem 0; +} + +.bd-klmn-value, +.bd-klmn-gap { + background-color: var(--hl-gray-09); + border-radius: $radius; + color: var(--hl-orange); + font-family: $family-monospace; + font-size: 0.75rem; + margin: 0.25rem 0 0.25rem 0.5rem; + padding: 0.375em 0.75em; + text-align: center; + vertical-align: middle !important; + white-space: nowrap; + + &.bd-is-selected { + background-color: var(--hl-orange); + color: var(--hl-gray-09); + } +} + +.bd-klmn-value { + background-color: var(--hl-orange); + color: var(--hl-gray-09); + font-size: 1rem; +} + +.bd-klmn-columns:last-child { + .bd-notification { + font-size: 0.75rem; + white-space: nowrap; + } +} diff --git a/docs/_sass/components/links.scss b/docs/_sass/components/links.scss new file mode 100644 index 000000000..577d196bd --- /dev/null +++ b/docs/_sass/components/links.scss @@ -0,0 +1,41 @@ +.bd-links { + display: grid; + grid-gap: 0; + grid-template-columns: repeat(auto-fill, minmax(20em, 1fr)); +} + +.bd-link { + border-radius: $radius-large; + color: $text-light; + display: flex; + font-size: 1.25em; + padding: 1em; + + &:hover { + background-color: var(--primary-light); + color: var(--primary-dark); + } +} + +.bd-link-title { +} + +.bd-link-icon { + color: var(--primary); + flex-grow: 0; + flex-shrink: 0; + height: 1.5em; + margin-right: 0.5em; + width: 1.5em; +} + +.bd-link-title { + color: $text-strong; + display: block; + font-weight: $weight-semibold; + line-height: 1.5; +} + +.bd-link-subtitle { + font-size: 0.75em; +} diff --git a/docs/_sass/components/native.scss b/docs/_sass/components/native.scss new file mode 100644 index 000000000..b58cfb7c3 --- /dev/null +++ b/docs/_sass/components/native.scss @@ -0,0 +1,131 @@ +.native-js { + border-radius: 1.5em; + display: none; + font-size: 1rem; + margin: var(--newsletter-border-size); + margin-top: 0; + opacity: 0; + position: relative; + visibility: hidden; + + &::before { + @include overlay; + + background-color: #000; + bottom: 0; + content: ''; + display: block; + left: 0; + opacity: 0.02; + pointer-events: none; + right: 0; + top: 0; + } +} + +.native-show { + display: block; + opacity: 1; + visibility: visible; +} + +.native-flex { + align-items: center; + display: flex; + justify-content: center; + padding: 2em; + position: relative; + text-decoration: none; + + &:hover { + .native-cta { + box-shadow: 0 1rem 2rem 0 rgba($scheme-invert, 0.1); + transform: translateY(-0.25rem); + } + } +} + +.native-img { + border-radius: 3px; + flex-grow: 0; + flex-shrink: 0; + height: 50px; + width: 125px; +} + +.native-details { + flex-grow: 1; + flex-shrink: 1; +} + +.native-main { + align-items: center; + flex-grow: 0; + flex-shrink: 1; + max-width: 640px; +} + +.native-company { + display: block; + font-size: 0.625em; + letter-spacing: 2px; + margin-bottom: 4px; + text-transform: uppercase; +} + +.native-desc { + display: block; +} + +.native-cta { + border: none; + box-shadow: 0 0.5rem 1rem 0 rgba($scheme-invert, 0.2); + flex-grow: 0; + flex-shrink: 0; + font-weight: $weight-semibold; + height: auto; + padding: 0.5em 1em; + transition-duration: $speed * 2; + transition-property: box-shadow, transform; + will-change: box-shadow, transform; +} + +$native-bp: 600px; + +@include until($native-bp) { + .native-flex { + display: block; + text-align: center; + } + + .native-main { + margin-bottom: 2em; + } + + .native-details { + margin: 1em; + } +} + +@include from($native-bp) { + .native-flex { + display: flex; + padding: 4em; + text-align: left; + } + + .native-main { + display: flex; + margin-right: 2em; + } + + .native-details { + margin-left: 2em; + } +} + +@include widescreen { + .native-js { + font-size: 1.25rem; + } +} diff --git a/docs/_sass/components/navbar.scss b/docs/_sass/components/navbar.scss new file mode 100644 index 000000000..f4dc349ba --- /dev/null +++ b/docs/_sass/components/navbar.scss @@ -0,0 +1,382 @@ +.bd-navbar { + .navbar-brand img { + height: 28px; + max-height: 2em; + width: 112px; + } + + .navbar-start { + flex-grow: 1; + } + + .navbar-item, + .navbar-link { + padding: 0.5em 0.75em; + } + + .button.is-sponsor.is-light { + color: var(--sponsor); + } + + .bd-navbar-search-icon { + justify-content: center; + padding: 0; + width: 3.25rem; + } + + .navbar-item.has-dropdown { + padding: 0; + } + + .navbar-burger { + margin-left: 0; + } +} + +.bd-navbar-item { + transition-duration: $speed; + transition-property: background-color, box-shadow, color; + + > .icon { + margin-left: -0.25em; + margin-right: 0.25em; + } + + &:hover, + &.is-active { + border-radius: $radius; + color: var(--color-dark) !important; + } + + &:hover:not(.is-active) { + background-color: var(--color-light) !important; + } + + &.is-active { + background-color: transparent !important; + box-shadow: inset 0 0 0 2px var(--color-light) !important; + } + + &.bd-navbar-item-documentation { + --color-light: var(--primary-light); + --color-dark: var(--primary-dark); + } + + &.bd-navbar-item-videos { + --color-light: var(--videos-light); + --color-dark: var(--videos-dark); + } + + &.bd-navbar-item-expo { + --color-light: var(--expo-light); + --color-dark: var(--expo-dark); + } + + &.bd-navbar-item-love { + --color-light: var(--love-light); + --color-dark: var(--love-dark); + } + + &.bd-navbar-item-backers { + --color-light: var(--patreon-light); + --color-dark: var(--patreon-dark); + } + + &.bd-navbar-item-bulma-book { + --color-light: var(--bleeding-light); + --color-dark: var(--bleeding-dark); + } + + &.bd-navbar-item-blog { + --color-light: var(--rss-light); + --color-dark: var(--rss-dark); + } + + &.bd-navbar-item-extensions { + --color-light: var(--extensions-light); + --color-dark: var(--extensions-dark); + } + + &.bd-navbar-item-bulma-start { + --color-light: var(--success-light); + --color-dark: var(--success-dark); + } + + &.bd-navbar-item-made-with-bulma { + --color-light: var(--expo-light); + --color-dark: var(--expo-dark); + } +} + +.bd-navbar-ellipsis { + align-items: center; + border-radius: $radius; + color: $link; + height: 2.25em; + justify-content: center; + padding: 0 !important; + width: 2.25em; + + &::after { + display: none !important; + } +} + +.bd-navbar-search-icon { + @extend %reset; + color: var(--search); + cursor: pointer; + margin-left: auto; + + &:hover { + background-color: bulmaRgba(black, 0.05); + } +} + +.bd-search { + .algolia-autocomplete, + .control { + display: flex; + flex-grow: 1; + flex-shrink: 1; + width: 100%; + } + + .control { + > .icon.is-left { + color: var(--search) !important; + } + } + + .input { + background-color: $white-ter; + border-color: transparent; + box-shadow: none; + + &:hover { + background-color: $white-bis; + border-color: $border; + box-shadow: 0 0 0 1px $border; + } + + &:focus { + background-color: transparent; + border-color: var(--search); + box-shadow: 0 0 0 1px var(--search); + + & ~ .icon { + color: var(--search) !important; + } + } + } + + .algolia-docsearch-suggestion--category-header { + color: var(--search-dark); + border-bottom-color: $border; + } + + /* Category (eg. Downloads) */ + .algolia-docsearch-suggestion--subcategory-column { + color: $text-light; + } + + /* Title (eg. Bootstrap CDN) */ + .algolia-docsearch-suggestion--title { + color: $text-strong; + } + + /* Description description (eg. Bootstrap currently works...) */ + .algolia-docsearch-suggestion--text { + color: $text; + } + + /* Highlighted text */ + .algolia-docsearch-suggestion--highlight { + background-color: var(--search-light); + color: var(--search-dark); + } + + .algolia-autocomplete + .ds-dropdown-menu + .ds-suggestion.ds-cursor + .algolia-docsearch-suggestion.suggestion-layout-simple, + .algolia-autocomplete + .ds-dropdown-menu + .ds-suggestion.ds-cursor + .algolia-docsearch-suggestion:not(.suggestion-layout-simple) + .algolia-docsearch-suggestion--content { + background-color: var(--search-light); + } + + .algolia-autocomplete + .algolia-docsearch-suggestion--category-header + .algolia-docsearch-suggestion--category-header-lvl0 + .algolia-docsearch-suggestion--highlight, + .algolia-autocomplete + .algolia-docsearch-suggestion--category-header + .algolia-docsearch-suggestion--category-header-lvl1 + .algolia-docsearch-suggestion--highlight, + .algolia-autocomplete + .algolia-docsearch-suggestion--text + .algolia-docsearch-suggestion--highlight { + box-shadow: inset 0 -2px 0 0 var(--search); + } +} + +.bd-navbar-mobile-sponsor-icon { + display: none !important; +} + +.bd-navbar-start.bd-is-original { + .bd-navbar-item-more:not(.bd-is-visible) { + display: none; + } + + .bd-navbar-dropdown .navbar-item.bd-is-hidden { + &, + & + .navbar-divider { + display: none; + } + } +} + +.bd-navbar.bd-is-clone { + bottom: 0; + pointer-events: none; + position: fixed; + visibility: hidden; + z-index: -1; +} + +@media screen and (min-width: 450px) and (max-width: $tablet - 1px) { + .bd-navbar-mobile-sponsor-icon { + display: flex !important; + } +} + +@include until($navbar-breakpoint) { + .bd-navbar { + .navbar-start { + > .bd-navbar-item:not(.has-dropdown) { + display: flex; + } + } + + .navbar-end { + display: none; + } + } + + .bd-navbar-item { + .navbar-link:not(.is-arrowless) { + display: none; + } + } + + .bd-navbar-item-more { + display: none !important; + } +} + +@include from($navbar-breakpoint) { + .bd-navbar { + .navbar-menu, + .navbar-start, + .navbar-end { + align-items: center; + } + } + + .bd-navbar-mobile-icon { + display: none; + } + + .bd-navbar-dropdown { + left: auto; + right: 0; + width: 16rem; + z-index: 200; + + .navbar-item { + white-space: normal; + } + } +} + +@include touch() { + .bd-search { + background-color: $scheme-main; + box-shadow: 0 0.5em 1em rgba(black, 0.05); + display: none; + left: 0; + padding: $navbar-padding-vertical; + position: fixed; + right: 0; + top: $navbar-height; + z-index: 100; + + &.bd-is-visible { + display: block; + } + + .algolia-autocomplete { + .ds-dropdown-menu { + left: 0px !important; + min-width: 0px; + right: auto; + } + } + } +} + +@include desktop() { + .bd-navbar { + padding: 1rem 2rem; + + .navbar-brand .navbar-item:first-child { + margin-left: -0.75em; + } + + .navbar-menu { + flex-shrink: 1; + } + + .navbar-start { + flex-shrink: 1; + } + } + + .bd-navbar-search-icon { + display: none; + } + + .bd-search { + align-items: center; + display: flex; + // margin-left: 0.5rem; + width: 16rem; + } +} + +@include widescreen() { + .bd-navbar { + font-size: 1.125rem; + padding: 2rem 4rem; + + .navbar-brand img { + height: 36px; + width: 144px; + } + } + + .bd-navbar-dropdown { + left: 0; + right: auto; + } +} + +@include fullhd() { + .bd-search { + width: 16rem; + } +} diff --git a/docs/_sass/components/notification.scss b/docs/_sass/components/notification.scss new file mode 100644 index 000000000..73864ef16 --- /dev/null +++ b/docs/_sass/components/notification.scss @@ -0,0 +1,37 @@ +.bd-notification { + background-color: $background; + border-radius: $radius; + color: $text-light; + font-weight: $weight-semibold; + padding: 1.25rem 0; + position: relative; + text-align: center; + + .title, + .subtitle, + .content, + strong { + color: currentColor; + } + + code, + pre { + background-color: rgba($scheme-invert, 0.2); + border-radius: $radius; + color: $scheme-main; + } + + pre code { + background-color: transparent; + } + + // Colors + @each $name, $pair in $colors { + $color: nth($pair, 1); + $color-invert: nth($pair, 2); + &.is-#{$name} { + background-color: $color; + color: $color-invert; + } + } +} diff --git a/docs/_sass/components/options.scss b/docs/_sass/components/options.scss new file mode 100644 index 000000000..9ddd628ed --- /dev/null +++ b/docs/_sass/components/options.scss @@ -0,0 +1,135 @@ +.bd-options { + display: grid; +} + +.bd-option { + .media-content { + overflow-x: visible; + } +} + +.bd-option-or { + display: flex; + justify-content: center; + position: relative; + text-align: center; + + &::before { + background-color: $scheme-main-ter; + content: ''; + position: absolute; + } + + p { + @extend %center; + + background-color: $scheme-main-ter; + border-radius: $radius-rounded; + font-size: 0.75em; + font-weight: $weight-semibold; + height: 3.5rem; + position: relative; + text-transform: uppercase; + width: 3.5rem; + } +} + +.bd-option-item { + border-top: 2px solid $scheme-main-ter; + margin-top: $block-spacing; + padding-top: $block-spacing; + + .bd-fat-button.is-pulled-right { + font-size: 0.75em; + pointer-events: none; + } + + .bd-fat-button.is-primary { + font-size: 1em; + } + + .highlight pre { + white-space: pre-wrap; + white-space: break-spaces; + } +} + +@include until($widescreen) { + .bd-options { + grid-template-columns: 1fr; + } + + .bd-option-or { + margin: $block-spacing 0; + + &::before { + height: 2px; + left: 0; + right: 0; + top: calc(50% - 1px); + } + } +} + +@include widescreen { + .bd-options { + grid-template-columns: calc(50% - 4rem) 8rem calc(50% - 4rem); + } + + .bd-option-or { + &::before { + bottom: 0; + left: calc(50% - 1px); + top: 0; + width: 2px; + } + } +} + +.bd-tabs { + @extend %block; +} + +.bd-tabs-nav { + display: flex; + + button { + @extend %reset; + + background-color: $scheme-main-ter; + border-radius: 0.375em 0.375em 0 0; + color: $text-light; + cursor: pointer; + flex-shrink: 0; + font-family: $family-monospace; + font-size: 0.75em; + padding: 0.5em 0.75em; + + &:not(.bd-is-active) { + &:hover { + color: var(--hl-background); + } + } + + &.bd-is-active { + background-color: var(--hl-background); + color: var(--hl-color); + } + + &:not(:last-child) { + margin-right: 1em; + } + } +} + +.bd-tabs-item { + display: none; + + .highlight { + border-top-left-radius: 0; + } + + &.bd-is-active { + display: block; + } +} diff --git a/docs/_sass/components/pagination.scss b/docs/_sass/components/pagination.scss new file mode 100644 index 000000000..f5a657c0b --- /dev/null +++ b/docs/_sass/components/pagination.scss @@ -0,0 +1,48 @@ +.bd-pagination { + padding: 0 3rem; +} + +.bd-pagination-links, +.bd-pagination-body { + display: flex; + flex-wrap: wrap; +} + +.bd-pagination-body { + margin-left: auto; + margin-right: auto; + max-width: var(--container-width-desktop); +} + +.bd-docs-pagination { + .button { + span { + line-height: 1.25; + text-align: left; + } + + em { + display: block; + font-size: 0.75em; + font-style: normal; + font-weight: $weight-normal; + opacity: 0.5; + text-transform: capitalize; + } + } + + .bd-pagination-prev { + span { + margin-left: 1em; + text-align: left; + } + } + + .bd-pagination-next { + margin-left: auto; + + span { + margin-right: 1em; + } + } +} diff --git a/docs/_sass/components/screenshots.scss b/docs/_sass/components/screenshots.scss new file mode 100644 index 000000000..6b67979bf --- /dev/null +++ b/docs/_sass/components/screenshots.scss @@ -0,0 +1,22 @@ +.bd-screenshots { + display: grid; + grid-gap: $block-spacing; + grid-template-columns: 1fr; + + .bd-screenshot { + position: relative; + + &:hover { + box-shadow: 0 1em 1em rgba(black, 0.1); + transform: translateY(-0.5em); + } + } +} + +@include tablet { + .bd-screenshots { + grid-template-columns: repeat(auto-fill, minmax(336px, 1fr)); + margin: 0 auto; + max-width: var(--container-width); + } +} diff --git a/docs/_sass/components/variables.scss b/docs/_sass/components/variables.scss new file mode 100644 index 000000000..2479e6563 --- /dev/null +++ b/docs/_sass/components/variables.scss @@ -0,0 +1,175 @@ +.bd-vars { + --bd-var-name-width: 100%; + --bd-var-computed-type-width: 50%; + --bd-var-type-width: 50%; + --bd-var-computed-value-width: 50%; + --bd-var-value-width: 50%; + + background-color: var(--hl-background); + border-radius: $radius-large; + color: var(--hl-color); + padding: 3.25em; + padding-top: 2em; + + .bd-anchor-title { + color: $white; + } +} + +.bd-var { + display: flex; + flex-wrap: wrap; + font-family: $family-monospace; + font-size: 0.75em; + line-height: 1.375; + + .highlight { + background: none; + font-size: 1em; + overflow: visible; + + pre { + overflow: visible; + padding: 0; + white-space: pre-wrap; + white-space: break-spaces; + } + } + + .bd-copy { + font-size: 0.5em !important; + right: 0; + top: 0; + } + + &.bd-is-body { + border-radius: $radius; + + &:hover { + background-color: rgba(white, 0.1); + } + } + + &.bd-is-head { + border-bottom: 2px solid rgba(white, 0.1); + border-radius: 0; + margin-bottom: 0.5em; + padding-bottom: 0.5em; + + %bd-var-item { + color: var(--hl-gray-02) !important; + } + } +} + +.bd-var-name { + @extend %bd-var-item; + color: var(--hl-gray-01); + width: var(--bd-var-name-width); +} + +.bd-var-type { + @extend %bd-var-item; + color: var(--bd-var-type-color, var(--hl-gray-02)); + width: var(--bd-var-type-width); +} + +.bd-var-value { + @extend %bd-var-item; + color: var(--hl-green); + width: var(--bd-var-value-width); +} + +.bd-var-computed-value { + @extend %bd-var-item; + color: var(--hl-yellow); + width: var(--bd-var-computed-value-width); +} + +.bd-var-computed-type { + @extend %bd-var-item; + color: var(--bd-var-type-color, var(--hl-purple)); + width: var(--bd-var-computed-type-width); +} + +.bd-var { + .bd-is-boolean { + --bd-var-type-color: var(--hl-lavender); + } + + .bd-is-color { + --bd-var-type-color: var(--hl-orange); + } + + .bd-is-compound { + --bd-var-type-color: var(--hl-lavender); + } + + .bd-is-font-weight { + --bd-var-type-color: var(--hl-lavender); + } + + .bd-is-function { + --bd-var-type-color: var(--hl-pink); + } + + .bd-is-size { + --bd-var-type-color: var(--hl-pink); + } + + .bd-is-shadow { + --bd-var-type-color: var(--hl-lavender); + } + + .bd-is-string { + --bd-var-type-color: var(--hl-yellow); + } + + .bd-is-variable { + --bd-var-type-color: var(--hl-green); + } +} + +@include touch { + %bd-var-item { + padding: 0 1em; + } + + .bd-vars { + padding: 1em; + } + + .bd-var { + padding: 0.5em 0; + } +} + +@include desktop { + %bd-var-item { + padding: 0.25em 1em; + } + + .bd-var.bd-is-head { + .bd-var-name { + padding-left: 0; + } + + .bd-var-computed-type { + padding-left: 2em; + padding-right: 0; + } + } + + .bd-var.bd-is-body { + margin-left: -1em; + margin-right: -1em; + } + + .bd-vars { + --bd-var-name-width: 40%; + --bd-var-computed-type-width: 10%; + --bd-var-type-width: 10%; + --bd-var-computed-value-width: 20%; + --bd-var-value-width: 20%; + } +} diff --git a/docs/_sass/global/cc.scss b/docs/_sass/global/cc.scss new file mode 100644 index 000000000..155ec84ad --- /dev/null +++ b/docs/_sass/global/cc.scss @@ -0,0 +1,73 @@ +.cpck-window { + background-color: $white; + box-shadow: 0 0 1em rgba(black, 0.1); + padding: 1em 1.5em; + position: fixed; + z-index: 10; +} + +.cpck-invisible { + display: none !important; +} + +.cpck-link { + border-bottom: 1px solid $link; + padding-bottom: 2px; + + &:hover { + border-bottom-width: 2px; + } + + &:active { + background-color: $link-light; + } +} + +.cpck-compliance { + margin-top: 1em; +} + +.cpck-btn { + border: 2px solid $success; + border-radius: $radius; + color: $success; + display: inline-block; + font-weight: $weight-bold; + padding: 0.5em 1em; + vertical-align: top; + + span { + margin-left: -0.125em; + margin-right: 0.5em; + } + + &:hover { + background-color: $success-light; + color: $success-dark; + } + + &:active, + &:focus { + background-color: darken($success-light, 5%); + border-color: $success-dark; + color: darken($success-dark, 5%); + outline: none; + } +} + +@include mobile { + .cpck-window { + bottom: 0; + left: 0; + right: 0; + } +} + +@include tablet { + .cpck-window { + border-radius: $radius; + bottom: 1em; + right: 1em; + width: 20rem; + } +} diff --git a/docs/_sass/global/footer.scss b/docs/_sass/global/footer.scss new file mode 100644 index 000000000..979ff7bba --- /dev/null +++ b/docs/_sass/global/footer.scss @@ -0,0 +1,302 @@ +.bd-footer-title { + color: $text-light; + font-size: $size-5; + line-height: 1.25; + margin-bottom: 0.5rem; + transition-duration: $speed; + transition-property: color; + + strong { + color: currentColor; + font-weight: $weight-semibold; + } +} + +.bd-footer-subtitle { + color: $border-hover; + margin-top: -0.5rem; + transition-duration: $speed; + transition-property: color; +} + +.bd-footer-iframe { + display: flex; + flex-wrap: wrap; + margin-bottom: -10px; + min-height: 30px; + + iframe { + height: 30px; + margin-bottom: 10px; + } + + .fb-like { + margin-left: 10px; + } + + &.is-github { + iframe { + width: 100%; + } + } +} + +.bd-footer-tsp { + color: $border-hover; + margin-top: 1.5rem; +} + +%bd-footer-box { + @extend %bd-box; + + text-align: center; + + .bd-footer-title { + font-size: 1.5rem; + } +} + +// Support + +.bd-footer-support { + @extend %bd-footer-box; + + border-top: 2px solid $scheme-main-ter; + box-shadow: none; + padding: 3rem; + + .bd-footer-title { + margin-bottom: 1.5rem; + } +} + +.bd-footer-donations { + justify-content: center; +} + +.bd-footer-donation { + flex: none; +} + +.bd-footer-donation-items { + display: flex; + flex-wrap: wrap; + justify-content: center; + + .bd-footer-sponsor { + width: 12rem; + } +} + +.bd-footer-sponsor a { + @extend %center; + + height: 70px; +} + +@include tablet { + .bd-footer-donation { + padding: 0.75rem 1.5rem; + } +} + +.bd-footer-donation-title { + color: $border-hover; + margin-bottom: 0.5rem; + + strong { + color: currentColor; + } +} + +.bd-footer-donation-action { + @extend %center; + + height: 70px; + + .bd-github-button { + margin-right: 0.5rem; + } + + .bd-github-button, + .bd-patreon-button { + flex-shrink: 0; + } + + .paypal-form { + height: 30px; + + img { + display: block; + } + } +} + +// Stars + +$star-figure-height: 156px; + +.bd-footer-stars { + margin-top: 2.5rem; + + @include tablet { + align-items: stretch; + display: flex; + justify-content: space-between; + } +} + +.bd-footer-star { + @extend %bd-footer-box; + + transition-duration: $speed; + transition-property: box-shadow, transform; + will-change: box-shadow, transform; + + @include mobile { + &:not(:last-child) { + margin-bottom: 1.5rem; + } + } + + @include tablet { + width: calc(33.3333% - 2rem); + } + + &:hover { + box-shadow: 0 3rem 3rem -1.25rem rgba($scheme-invert, 0.1); + transform: translateY(-0.5rem); + + .bd-footer-title, + .bd-footer-subtitle { + color: $link; + } + } + + &.bd-is-expo, + &.bd-is-love { + padding-bottom: $star-figure-height; + + .bd-footer-title { + align-items: center; + display: flex; + justify-content: center; + + .icon { + margin-right: 0.25em; + } + } + } + + &.bd-is-expo { + background-image: url('/images/footer/expo-examples.png'); + background-repeat: repeat-x; + background-position: bottom center; + background-size: 352px $star-figure-height; + } + + &.bd-is-love { + background-image: url('/images/footer/love.png'); + background-repeat: no-repeat; + background-position: bottom center; + background-size: 440px 180px; + } +} + +.bd-footer-star-header { + padding: 1.5rem; +} + +.bd-footer-star-figure { + @extend %center; + + height: $star-figure-height; + margin-top: -1rem; +} + +// Links + +.bd-footer-links { + margin-top: 6rem; + padding-bottom: 6rem; + + a { + color: currentColor; + + &:hover { + color: $link; + } + } +} + +.bd-footer-link-title { + color: $text-strong; + font-size: 1.25rem; + font-weight: $weight-semibold; + + &:not(:first-child) { + margin-top: 1.5em; + } +} + +.bd-footer-link { + margin-top: 0.5rem; + + &.bd-is-more { + font-size: 0.875rem; + + a:not(:hover) { + color: $border-hover; + } + } + + &.bd-has-subtitle { + a { + align-items: center; + display: flex; + justify-content: space-between; + + strong { + flex-grow: 1; + flex-shrink: 1; + font-weight: unset; + } + + em { + display: block; + font-size: 0.875rem; + font-style: normal; + } + + &:not(:hover) { + em { + color: $border-hover; + } + } + + @include mobile { + flex-wrap: wrap; + margin-top: 1rem; + + em { + width: 100%; + } + } + + @include tablet { + em { + margin-left: 1rem; + text-align: right; + } + } + } + } +} + +.bd-footer-link-icon { + flex-grow: 0; + flex-shrink: 0; + margin-right: 0.5em; + text-align: center; + width: 1em; +} diff --git a/docs/_sass/global/newsletter.scss b/docs/_sass/global/newsletter.scss new file mode 100644 index 000000000..d61575e0d --- /dev/null +++ b/docs/_sass/global/newsletter.scss @@ -0,0 +1,182 @@ +:root { + --newsletter-strip-size: 16px; + --newsletter-border-size: #{$block-spacing}; +} + +#newsletter { + background: $scheme-main-bis; + padding: var(--newsletter-border-size); + padding-top: 0; + + .bd-drawing { + display: none; + } +} + +.bd-newsletter-heading { + > .icon { + font-size: $title-size; + height: 1.125em; + width: 1.125em; + } + + .title, + .subtitle { + font-weight: $weight-normal; + + strong { + color: inherit; + font-weight: $weight-semibold; + } + + small { + color: $text-light; + display: block; + font-size: 0.75em; + } + } + + .subtitle { + color: $text-light; + } + + .bd-fat-button { + font-weight: $weight-normal; + + strong { + font-weight: $weight-semibold; + } + } +} + +.bd-newsletter-fields { + display: grid; + grid-gap: $block-spacing / 2; + grid-template-columns: minmax(20em, 1fr) auto; +} + +.bd-newsletter-box { + background-color: $scheme-main; + background-image: url('/images/hab/newsletter-strip.png'); + background-repeat: repeat-x; + background-size: 96px var(--newsletter-strip-size); + border-radius: 1.5em; + box-shadow: 0 0 0 1px $scheme-main-ter; + + .icon { + align-self: flex-start; + } + + form .input { + &:not(:focus):not(:hover) { + border-color: $border; + } + } +} + +@include mobile { + .bd-newsletter-box { + padding-top: calc(#{$block-spacing} + var(--newsletter-strip-size)); + } + + .bd-newsletter-fields { + grid-template-columns: repeat(auto-fill, minmax(14em, 1fr)); + } +} + +@include touch { + .bd-newsletter-heading { + margin-bottom: var(--bd-index-vertical); + + .icon { + float: left; + margin-right: $block-spacing / 2; + } + + .subtitle { + margin: ($block-spacing / 2) 0 !important; + } + + form { + margin-top: $block-spacing; + } + } +} + +@include tablet { + .bd-newsletter-box { + padding-top: calc(var(--bd-index-vertical) + var(--newsletter-strip-size)); + } +} + +@include desktop { + .bd-newsletter-heading { + display: grid; + // prettier-ignore + grid-template-columns: + ($block-spacing * 2) + ($block-spacing * 2) + 1fr + 1fr + ($block-spacing * 2) + ($block-spacing * 2); + + > .icon { + grid-column: 2; + } + + .title { + grid-column: 3; + max-width: 9em; + } + + .subtitle { + grid-column: 4; + max-width: 10em; + } + + form { + grid-column: 4; + } + } +} + +@include widescreen { + :root { + --newsletter-border-size: #{$bd-edge-width / 2}; + } + + #newsletter { + .bd-drawing { + display: block; + } + } + + .bd-newsletter-heading { + // prettier-ignore + grid-template-columns: + ($block-spacing * 3) + ($block-spacing * 3) + 1fr + 1fr + ($block-spacing * 3) + ($block-spacing * 3); + } + + .bd-newsletter-box { + box-shadow: 0 1em 2em rgba(black, 0.05); + } +} + +@include from(1780px) { + .bd-newsletter-heading { + // prettier-ignore + grid-template-columns: + minmax(#{$block-spacing * 2}, 1fr) + ($block-spacing * 3) + calc(var(--container-width) / 2) + calc(var(--container-width) / 2) + ($block-spacing * 3) + minmax(#{$block-spacing * 2}, 1fr); + } +} diff --git a/docs/_sass/global/support.scss b/docs/_sass/global/support.scss new file mode 100644 index 000000000..9c8bd9fa0 --- /dev/null +++ b/docs/_sass/global/support.scss @@ -0,0 +1,309 @@ +.bd-footer-title { + color: $text-light; + font-size: $size-5; + line-height: 1.25; + margin-bottom: 0.5rem; + transition-duration: $speed; + transition-property: color; + + strong { + color: currentColor; + font-weight: $weight-semibold; + } +} + +.bd-footer-subtitle { + color: $border-hover; + margin-top: -0.5rem; + transition-duration: $speed; + transition-property: color; +} + +.bd-footer-iframe { + display: flex; + flex-wrap: wrap; + margin-bottom: -10px; + min-height: 30px; + + iframe { + height: 30px; + margin-bottom: 10px; + } + + .fb-like { + margin-left: 10px; + } + + &.is-github { + iframe { + width: 100%; + } + } +} + +.bd-footer-tsp { + color: $border-hover; + margin-top: $block-spacing; +} + +%bd-footer-box { + @extend %bd-box; + + text-align: center; + + .bd-footer-title { + font-size: $size-4; + } +} + +// Support + +.bd-footer-support { + @extend %bd-footer-box; + + background-color: $scheme-main-bis; + box-shadow: none; + padding: 3rem; + + .bd-footer-title { + margin-bottom: $block-spacing; + } +} + +.bd-footer-donations { + justify-content: center; +} + +.bd-footer-donation { + flex: none; +} + +.bd-footer-donation-items { + display: flex; + flex-wrap: wrap; + justify-content: center; + + .bd-footer-sponsor { + width: 12rem; + } +} + +.bd-footer-sponsor { + @extend %center; + + height: 70px; +} + +@include tablet { + .bd-footer-donation { + padding: 0.75rem $block-spacing; + } +} + +@include desktop { + .bd-footer-support { + padding-bottom: 6rem; + padding-top: 6rem; + } +} + +.bd-footer-donation-title { + color: $border-hover; + margin-bottom: 0.5rem; + + strong { + color: currentColor; + } +} + +.bd-footer-donation-action { + @extend %center; + + height: 70px; + + .bd-github-button { + margin-right: 0.5rem; + } + + .bd-github-button, + .bd-patreon-button { + flex-shrink: 0; + } + + .paypal-form { + height: 30px; + + img { + display: block; + } + } +} + +// Stars + +$star-figure-height: 156px; + +.bd-footer-stars { + margin-top: 2.5rem; + + @include tablet { + align-items: stretch; + display: flex; + justify-content: space-between; + } +} + +.bd-footer-star { + @extend %bd-footer-box; + + transition-duration: $speed; + transition-property: box-shadow, transform; + will-change: box-shadow, transform; + + @include mobile { + &:not(:last-child) { + margin-bottom: 1.5rem; + } + } + + @include tablet { + width: calc(33.3333% - 2rem); + } + + &:hover { + box-shadow: 0 3rem 3rem -1.25rem rgba($scheme-invert, 0.1); + transform: translateY(-0.5rem); + + .bd-footer-title, + .bd-footer-subtitle { + color: $link; + } + } + + &.bd-is-expo, + &.bd-is-love { + padding-bottom: $star-figure-height; + + .bd-footer-title { + align-items: center; + display: flex; + justify-content: center; + + .icon { + margin-right: 0.25em; + } + } + } + + &.bd-is-expo { + background-image: url('/images/footer/expo-examples.png'); + background-repeat: repeat-x; + background-position: bottom center; + background-size: 352px $star-figure-height; + } + + &.bd-is-love { + background-image: url('/images/footer/love.png'); + background-repeat: no-repeat; + background-position: bottom center; + background-size: 440px 180px; + } +} + +.bd-footer-star-header { + padding: 1.5rem; +} + +.bd-footer-star-figure { + @extend %center; + + height: $star-figure-height; + margin-top: -1rem; +} + +// Links + +.bd-footer-links { + margin-top: 6rem; + padding-bottom: 6rem; + + a { + color: currentColor; + + &:hover { + color: $link; + } + } +} + +.bd-footer-link-title { + color: $text-strong; + font-size: 1.25rem; + font-weight: $weight-semibold; + + &:not(:first-child) { + margin-top: 1.5em; + } +} + +.bd-footer-link { + margin-top: 0.5rem; + + &.bd-is-more { + font-size: 0.875rem; + + a:not(:hover) { + color: $border-hover; + } + } + + &.bd-has-subtitle { + a { + align-items: center; + display: flex; + justify-content: space-between; + + strong { + flex-grow: 1; + flex-shrink: 1; + font-weight: unset; + } + + em { + display: block; + font-size: 0.875rem; + font-style: normal; + } + + &:not(:hover) { + em { + color: $border-hover; + } + } + + @include mobile { + flex-wrap: wrap; + margin-top: 1rem; + + em { + width: 100%; + } + } + + @include tablet { + em { + margin-left: 1rem; + text-align: right; + } + } + } + } +} + +.bd-footer-link-icon { + flex-grow: 0; + flex-shrink: 0; + margin-right: 0.5em; + text-align: center; + width: 1em; +} diff --git a/docs/_sass/index/best.scss b/docs/_sass/index/best.scss new file mode 100644 index 000000000..01fae5e2e --- /dev/null +++ b/docs/_sass/index/best.scss @@ -0,0 +1,88 @@ +$best-item-width: 520; +$best-screenshot-width: 504; +$best-count: 6; +$best-more-count: 6; +$best-total-count: $best-count + (2 * $best-more-count); +$best-total-width: $best-item-width * $best-total-count; +$best-speed: 100; // px per second +$best-duration: $best-total-width / $best-speed * 1s; +$best-padding: $block-spacing; +$best-height: 386px; + +.bd-best { + height: calc(#{$best-height} + #{$best-padding * 2}); + padding: $best-padding 0; + overflow: hidden; + position: relative; +} + +.bd-best-list { + align-items: stretch; + animation-duration: $best-duration; + animation-iteration-count: infinite; + animation-timing-function: linear; + display: flex; + left: 0; + position: absolute; + top: $best-padding; + + animation-name: bdBestCarousel; + // flex-wrap: wrap; + + &:hover { + animation-play-state: paused; + } +} + +.bd-best-item { + flex-grow: 0; + flex-shrink: 0; + margin-right: ($best-item-width - $best-screenshot-width) * 1px; + transition-duration: $speed * 2; + transition-property: box-shadow, transform; + width: $best-screenshot-width * 1px; + + &.bd-is-medium { + font-size: 1.125em; + } + + &.bd-is-large { + font-size: 1.25em; + } + + &.bd-is-huge { + font-size: 1.5em; + } + + &:hover { + box-shadow: 0 1em 1em rgba(black, 0.1); + transform: translateY(-0.5em); + } +} + +.bd-screenshot { + align-self: flex-start; + display: block; + transition-duration: $speed * 2; + transition-property: box-shadow, transform; + + &, + img { + border-radius: $radius-large; + } + + img { + display: inline-block; + height: auto; + vertical-align: top; + width: auto; + } +} + +@keyframes bdBestCarousel { + 100% { + transform: translateX( + calc(-100% + #{$best-item-width * $best-more-count * 1px}) + ); + } +} diff --git a/docs/_sass/index/columns.scss b/docs/_sass/index/columns.scss new file mode 100644 index 000000000..5543f65f6 --- /dev/null +++ b/docs/_sass/index/columns.scss @@ -0,0 +1,65 @@ +#grid { + .notification { + padding-left: 0; + padding-right: 0; + } +} + +.bd-columns-tools { + margin-top: 3rem; +} + +.bd-columns-tool { + @extend %center; + + .highlight { + font-size: 0.875em; + } + + &.bd-is-try { + .buttons { + justify-content: center; + } + .button { + strong { + font-weight: $weight-semibold; + } + } + } +} + +#markup { + width: 100%; + + .highlight pre { + max-height: none; + } +} + +#message { + display: none; + margin-top: 3rem; +} + +@include mobile { + .bd-columns-tool { + &.bd-is-markup { + margin-top: 3rem; + } + } +} + +@include tablet { + .bd-columns-tools { + align-items: flex-start; + display: flex; + } + + .bd-columns-tool { + width: 50%; + + &.bd-is-try { + padding-top: 60px; + } + } +} diff --git a/docs/_sass/index/custom.scss b/docs/_sass/index/custom.scss new file mode 100644 index 000000000..ba808aca3 --- /dev/null +++ b/docs/_sass/index/custom.scss @@ -0,0 +1,90 @@ +// Customize + +.bd-index-custom-title { + color: $border-hover; +} + +.bd-index-custom-example { + padding: 1rem; + + .subtitle { + margin-bottom: 0.5rem; + } +} + +.bd-index-custom.bd-is-after { + color: $brown; + font-family: 'Nunito', serif; + margin-top: 0.5rem; + + a { + color: $pink; + + &:hover { + color: #363636; + } + } + + .subtitle { + color: $brown; + } + + .input, + .select select { + background-color: $beige-lighter; + border-color: transparent; + border-width: 2px; + box-shadow: none; + font-family: 'Nunito', serif; + + &:hover { + border-color: $beige-light; + } + + &:focus { + border-color: $pink; + box-shadow: 0 0 0 0.125em rgba($pink, 0.25); + } + } + + .select { + &:not(.is-multiple):not(:hover) { + &::after { + border-color: $pink; + } + } + } + + .button { + &.is-primary { + background-color: $mauve; + color: $scheme-main; + + &:hover { + background-color: darken($mauve, 2.5%); + } + + &:active { + background-color: darken($mauve, 5%); + } + } + + &.is-link { + background-color: $pink; + color: $scheme-main; + + &:hover { + background-color: darken($pink, 2.5%); + } + + &:active { + background-color: darken($pink, 5%); + } + } + } + + @include selection { + background-color: $pink; + color: $scheme-main; + } +} diff --git a/docs/_sass/index/focus-animations.scss b/docs/_sass/index/focus-animations.scss new file mode 100644 index 000000000..b75f70a84 --- /dev/null +++ b/docs/_sass/index/focus-animations.scss @@ -0,0 +1,362 @@ +@keyframes bdGrow { + from { + transform: scale(0); + } + + to { + transform: scale(1); + } +} + +@keyframes bdSlideDown { + from { + opacity: 0; + transform: translateY(-1rem); + } + + to { + opacity: 1; + transform: translateY(0); + } +} + +@keyframes bdSlideUp { + from { + opacity: 0; + transform: translateY(1rem); + } + + to { + opacity: 1; + transform: translateY(0); + } +} + +$cubic-dramatic: cubic-bezier(0, 0.75, 0.25, 1); +$cubic-less-dramatic: cubic-bezier(0.14, 0.71, 0.29, 0.86); +$cubic-magic: cubic-bezier(0.175, 0.885, 0.32, 1.275); + +$duration: 500ms; +$delay: 250ms; +$wait: 500ms; + +$focus-delay: 0; + +%bd-focus-animation { + animation-duration: $duration; + animation-fill-mode: both; + animation-timing-function: $cubic-less-dramatic; + transform-origin: center center; +} + +$delay-subtitle: $delay / 2; + +// Titles +.bd-focus-item { + .title { + @extend %bd-focus-animation; + + animation-name: bdSlideDown; + } + + .subtitle { + @extend %bd-focus-animation; + + animation-name: bdSlideUp; + } + + &:nth-child(1) { + .title { + animation-delay: $focus-delay; + } + + .subtitle { + animation-delay: $focus-delay + $delay-subtitle; + } + } + + &:nth-child(2) { + .title { + animation-delay: $focus-delay + $wait; + } + + .subtitle { + animation-delay: $focus-delay + $wait + $delay-subtitle; + } + } + + &:nth-child(3) { + .title { + animation-delay: $focus-delay + $wait * 2; + } + + .subtitle { + animation-delay: $focus-delay + $wait * 2 + $delay-subtitle; + } + } + + &:nth-child(4) { + .title { + animation-delay: $focus-delay + $wait * 3; + } + + .subtitle { + animation-delay: $focus-delay + $wait * 3 + $delay-subtitle; + } + } +} + +// Devices +%bd-focus-animation-device { + @extend %bd-focus-animation; + + animation-name: bdGrow; + transform-origin: bottom center; +} + +.bd-focus-mobile { + @extend %bd-focus-animation-device; + + animation-delay: $focus-delay; +} + +.bd-focus-tablet { + @extend %bd-focus-animation-device; + + animation-delay: $focus-delay + $delay; +} + +.bd-focus-desktop { + @extend %bd-focus-animation-device; + + animation-delay: $focus-delay + $delay * 2; +} + +// Cubes +$cube-factor: 10px; + +@keyframes bdCube1 { + 0% { + transform: translate3d(0, -5 * $cube-factor, 0); + opacity: 0; + } + + 25%, + 100% { + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes bdCube2 { + 0% { + transform: translate3d(-4 * $cube-factor, 3 * $cube-factor, 0); + opacity: 0; + } + + 25%, + 100% { + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes bdCube3 { + 0% { + transform: translate3d(4 * $cube-factor, 3 * $cube-factor, 0); + opacity: 0; + } + + 25%, + 100% { + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +%bd-focus-animation-cube { + @extend %bd-focus-animation; + + animation-direction: alternate; + animation-duration: $duration * 4; + animation-iteration-count: infinite; +} + +.bd-focus-cube-1 { + @extend %bd-focus-animation-cube; + + animation-delay: $focus-delay + $wait; + animation-name: bdCube1; +} + +.bd-focus-cube-2 { + @extend %bd-focus-animation-cube; + + animation-name: bdCube2; + animation-delay: $focus-delay + $wait + $delay; +} + +.bd-focus-cube-3 { + @extend %bd-focus-animation-cube; + + animation-name: bdCube3; + animation-delay: $focus-delay + $wait + $delay * 2; +} + +@keyframes bdFadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes bdSlowIn { + from { + opacity: 0; + transform: scale(0.9); + } + + to { + opacity: 1; + transform: scale(1); + } +} + +@keyframes bdScaleIn { + from { + opacity: 0; + transform: scale(0); + } + + to { + opacity: 1; + transform: scale(1); + } +} + +.bd-focus-css3 { + @extend %bd-focus-animation; + + animation-delay: $focus-delay + $wait * 2; + animation-name: bdScaleIn; +} + +.bd-focus-github { + @extend %bd-focus-animation; + + animation-delay: $focus-delay + $wait * 3; + animation-duration: $duration * 3; + animation-name: bdJellyPop; +} + +@keyframes bdJellyPop { + 0% { + opacity: 0; + transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 3.4% { + opacity: 1; + transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 4.7% { + transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 6.81% { + transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 9.41% { + transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 10.21% { + transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 13.61% { + transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 14.11% { + transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 17.52% { + transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 18.72% { + transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 21.32% { + transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 24.32% { + transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 25.23% { + transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 29.03% { + transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 29.93% { + transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 35.54% { + transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 36.74% { + transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 41.04% { + transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 44.44% { + transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 52.15% { + transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 59.86% { + transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 63.26% { + transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 75.28% { + transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 85.49% { + transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 90.69% { + transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + + 100% { + opacity: 1; + transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } +} diff --git a/docs/_sass/index/focus.scss b/docs/_sass/index/focus.scss new file mode 100644 index 000000000..95faca7fc --- /dev/null +++ b/docs/_sass/index/focus.scss @@ -0,0 +1,185 @@ +.bd-focus { + // display: none; + padding: $block-spacing; + + > .container { + // max-width: none !important; + } +} + +.bd-focus-item { + @extend %link-before-background; + + align-items: center; + border-radius: $radius-large; + display: flex; + padding: $block-spacing; + position: relative; + + .title a, + .subtitle { + transition-duration: $speed * 2; + transition-property: color; + } + + .title { + position: relative; + transition-duration: $speed * 2; + transition-property: color; + } + + .subtitle { + color: $text-light; + position: relative; + + strong { + color: currentColor; + } + + .subtitle { + color: $text; + } + } + + &:nth-child(1):hover { + .title { + color: $orange; + } + } + + &:nth-child(2):hover { + .title { + color: $success; + } + } + + &:nth-child(3):hover { + .title { + color: $link; + } + } + + &:nth-child(4):hover { + .title { + color: $scheme-invert; + } + } +} + +.bd-focus-graph { + align-items: center; + display: flex; + height: 3rem; + justify-content: center; + margin-right: $block-spacing; + width: 3rem; +} + +.bd-focus-icon { + align-items: center; + display: flex; + flex-grow: 1; + justify-content: center; + position: relative; +} + +.bd-focus-device { + --device-y: 4px; + --device-x: 2px; + + --device-sm-deg: 14deg; + --device-md-deg: -21deg; + --device-lg-deg: -86deg; + --device-deg: var(--device-sm-deg); + + --device-sm-height: 24px; + --device-sm-width: 16px; + + --device-md-height: 32px; + --device-md-width: 24px; + + --device-lg-height: 40px; + --device-lg-width: 48px; + + animation: bdDeviceBounce 3.5s infinite; + border: 0 solid hsl(var(--device-deg), 100%, 53%); + border-width: var(--device-y) var(--device-x); + border-radius: $radius; + display: block; + height: var(--device-height); + position: relative; + width: var(--device-width); +} + +.bd-focus-cubes { + position: relative; + height: 3rem; + top: -0.5rem; + width: 3rem; +} + +.bd-focus-cube { + color: $green; + position: absolute; +} + +.bd-focus-cube-1 { + left: 0; + top: 0; +} + +.bd-focus-cube-2 { + left: -1rem; + top: 23px; +} + +.bd-focus-cube-3 { + left: 1rem; + top: 23px; +} + +.bd-focus-css3 { + color: $blue; +} + +.bd-focus-github { + color: $github; +} + +@keyframes bdDeviceBounce { + 0% { + --device-deg: var(--device-sm-deg); + height: var(--device-sm-height); + width: var(--device-sm-width); + } + 28% { + --device-deg: var(--device-sm-deg); + height: var(--device-sm-height); + width: var(--device-sm-width); + } + 33% { + --device-deg: var(--device-md-deg); + height: var(--device-md-height); + width: var(--device-md-width); + } + 62% { + --device-deg: var(--device-md-deg); + height: var(--device-md-height); + width: var(--device-md-width); + } + 67% { + --device-deg: var(--device-lg-deg); + height: var(--device-lg-height); + width: var(--device-lg-width); + } + 95% { + --device-deg: var(--device-lg-deg); + height: var(--device-lg-height); + width: var(--device-lg-width); + } + 100% { + --device-deg: var(--device-sm-deg); + height: var(--device-sm-height); + width: var(--device-sm-width); + } +} diff --git a/docs/_sass/index/heading.scss b/docs/_sass/index/heading.scss new file mode 100644 index 000000000..adcf65bde --- /dev/null +++ b/docs/_sass/index/heading.scss @@ -0,0 +1,91 @@ +.bd-heading { + > .icon { + font-size: $title-size; + height: 1.125em; + width: 1.125em; + } + + .title, + .subtitle { + font-weight: $weight-normal; + + strong { + color: inherit; + font-weight: $weight-semibold; + } + + small { + color: $text-light; + display: block; + font-size: 0.75em; + } + } + + .subtitle { + color: $text-light; + } + + .bd-fat-button { + font-weight: $weight-normal; + + strong { + font-weight: $weight-semibold; + } + } +} + +@include mobile { + .bd-heading { + margin-bottom: var(--bd-index-vertical); + + .icon { + float: left; + margin-right: $block-spacing / 2; + } + + .subtitle { + margin: ($block-spacing / 2) 0 !important; + } + + form { + margin-top: $block-spacing; + } + } +} + +@include tablet { + .bd-heading { + align-items: center; + display: grid; + grid-gap: 0; + // prettier-ignore + grid-template-columns: + 1fr + 4rem + calc(var(--container-width) / 3) + calc(var(--container-width) / 3) + calc(var(--container-width) / 3) + 4rem + 1fr; + margin-bottom: calc(var(--bd-index-vertical) / 2); + + > .icon { + grid-column: 2; + } + + .title { + grid-column: 3; + max-width: 9em; + } + + .subtitle { + grid-column: 4; + max-width: 10em; + } + + .button { + grid-column: 5 / span 1; + justify-self: flex-end; + } + } +} diff --git a/docs/_sass/index/hello.scss b/docs/_sass/index/hello.scss new file mode 100644 index 000000000..b91a07219 --- /dev/null +++ b/docs/_sass/index/hello.scss @@ -0,0 +1,137 @@ +.bd-hello-body { + display: grid; + grid-gap: var(--bd-index-gap); +} + +.bd-hello-ghbtns { + margin-bottom: 1em; + min-height: 30px; + + iframe, + a, + img { + height: 30px; + } + + a { + display: inline-block; + min-width: 100px; + vertical-align: top; + } + + img { + display: block; + } +} + +.bd-hello-buttons { + .bd-fat-button { + font-size: 1.125em; + } +} + +.bd-hello-media { + text-align: center; +} + +.bd-hello-video { + padding-top: 56.25%; + position: relative; + + > div { + @include overlay; + } +} + +.bd-hello-shadow { + background-size: cover; +} + +.bd-hello-iframe { + border-radius: 0.75em; + + iframe { + height: 100%; + width: 100%; + } +} + +.bd-hello-author { + color: $text-light; + margin-top: 1em; + opacity: 0.5; + + a { + color: currentColor; + + &:hover { + text-decoration: underline; + } + } +} + +@include mobile { + .bd-hello { + grid-gap: var(--bd-index-vertical); + padding: var(--bd-index-vertical); + } + + .bd-hello-content { + .title br { + display: none; + } + } + + .bd-hello-buttons { + .button { + margin-right: 0 !important; + width: 100%; + } + } +} + +@include tablet { + .bd-hello { + align-items: center; + padding-bottom: var(--bd-index-vertical); + padding-top: var(--bd-index-vertical); + } + + .bd-hello-body { + align-items: center; + grid-gap: 0; + grid-template-columns: + var(--bd-index-gap) 1fr calc( + calc(var(--container-width) - var(--bd-index-gap)) / 2 + ) + var(--bd-index-gap) calc( + calc(var(--container-width) - var(--bd-index-gap)) / 2 + ) + 1fr var(--bd-index-gap); + } + + .bd-hello-content { + grid-column: 3 / span 1; + } + + .bd-hello-buttons { + display: grid; + grid-gap: $block-spacing; + grid-template-columns: 1fr 1fr; + margin-bottom: 0 !important; + + .button { + margin: 0 !important; + padding-left: 0 !important; + padding-right: 0 !important; + } + } + + .bd-hello-media { + grid-column: 5 / span 2; + } + + .bd-hello-sponsors { + grid-column: 4 / span 4; + } +} diff --git a/docs/_sass/index/sponsors.scss b/docs/_sass/index/sponsors.scss new file mode 100644 index 000000000..a0153aa7c --- /dev/null +++ b/docs/_sass/index/sponsors.scss @@ -0,0 +1,102 @@ +$bd-sponsor-padding: $block-spacing; +$bd-sponsor-width: 12rem; + +.bd-sponsors { + --bd-sponsors-spacing: #{$block-spacing}; +} + +.bd-sponsors-body { + display: grid; + grid-gap: var(--bd-index-gap); +} + +@include mobile { + .bd-sponsors { + grid-gap: var(--bd-sponsors-spacing); + padding: var(--bd-sponsors-spacing); + } +} + +.bd-partner-sponsors { + --sponsor-width: #{$bd-sponsor-width - 1rem}; + display: grid; + grid-gap: 0; + grid-template-columns: repeat(auto-fill, minmax(var(--sponsor-width), 1fr)); + overflow: hidden; +} + +.bd-partner-sponsor { + @extend %center; + @extend %link-before-background; + + padding: $bd-sponsor-padding ($bd-sponsor-padding / 2); + + strong, + img { + position: relative; + } +} + +@include touch { + .bd-sponsors { + padding: var(--bd-index-vertical); + } + + .bd-partner-sponsors { + margin-left: -$block-spacing; + margin-right: -$block-spacing; + } +} + +@include desktop { + .bd-sponsors { + padding-bottom: var(--bd-index-vertical); + padding-top: var(--bd-index-vertical); + } + + .bd-sponsors-body { + align-items: center; + grid-gap: 0; + grid-template-columns: + var(--bd-index-gap) 1fr calc( + calc(var(--container-width) - var(--bd-index-gap)) / 2 + ) + var(--bd-index-gap) calc( + calc(var(--container-width) - var(--bd-index-gap)) / 2 + ) + 1fr var(--bd-index-gap); + } + + .bd-sponsors-content { + font-size: 1.125rem; + grid-column: 3 / span 1; + } + + .bd-sponsors-list { + grid-column: 4 / span 4; + } +} + +@include widescreen { + .bd-sponsors { + --bd-sponsors-spacing: 6rem; + } + + .bd-sponsors-content { + font-size: 1.25rem; + } + + .bd-partner-sponsors { + --sponsor-width: #{$bd-sponsor-width}; + } +} + +@include fullhd { + .bd-sponsors { + --bd-sponsors-spacing: 9rem; + } + + .bd-sponsors-content { + font-size: 1.5rem; + } +} diff --git a/docs/_sass/main.sass b/docs/_sass/main.sass deleted file mode 100644 index 1de5e292d..000000000 --- a/docs/_sass/main.sass +++ /dev/null @@ -1,270 +0,0 @@ -.bd-main - overflow: hidden - position: relative - -.bd-figure - +block - align-items: center - border: 2px solid $scheme-main-ter - border-radius: $radius - display: flex - flex-direction: column - text-align: center - img - margin: 1em - figcaption - align-self: stretch - background-color: $scheme-main-ter - color: $text-light - font-size: $size-small - padding: 1em - -// Lead - -.bd-lead - position: relative - -.bd-breadcrumb - display: flex - justify-content: space-between - margin-bottom: $main-spacing - .breadcrumb:not(:last-child) - margin-bottom: 0 - -.bd-prev-next - align-items: flex-start - color: $border-hover - display: none - flex-grow: 0 - flex-shrink: 0 - margin-left: 0.5rem - text-align: center - a, - span - border-radius: $radius - width: 1.5rem - a - &:hover - background-color: $background - -.bd-prev-next-bis - border-top: 2px solid $background - display: flex - justify-content: space-between - margin-top: $main-spacing - a - margin-top: $main-spacing / 2 - -.bd-prev-next-bis-previous - margin-right: auto - -.bd-prev-next-bis-next - margin-left: auto - -.bd-header - margin-bottom: $main-spacing - .subtitle - color: $text-light - strong - color: currentColor - #meta - margin-top: -0.5rem - -.bd-tabs - margin-bottom: $main-spacing - -+mobile - .bd-tabs - margin-left: -1.5rem - margin-right: -1.5rem - .tabs - ul - flex-wrap: nowrap - -+tablet - .bd-tabs - .tabs - overflow: visible - ul, - a - border-bottom-color: $scheme-main-ter - border-bottom-width: 2px - a - margin-bottom: -2px - li:not(.is-active) a:hover - border-bottom-color: $border - ul - flex-wrap: wrap - max-width: 100% - -.bd-content - hr:first-child - display: none - & + .bd-anchor-title - padding-top: 0 - .bd-anchor-link - top: 0 - -// Side - -.bd-side, -.bd-side-background - background-color: $scheme-main-bis - -.bd-side - position: relative - -.bd-side-background - bottom: 0 - left: 50% - position: absolute - right: 0 - top: 0 - -%bd-list - font-size: 0.875rem - li - &:not(:last-child) - margin-bottom: 0.5em - &.is-past - a - color: $border-hover - &.is-current - a - color: $link - a - color: $text-light - &:hover - color: $link - -.bd-category - a - &:hover - color: $link - &:not(:last-child) - margin-bottom: 0.5rem - &.is-active - .bd-category-toggle - .icon - transform: rotate(180deg) - .bd-category-list - display: block - -.bd-category-header - position: relative - -.bd-category-toggle - +overlay - align-items: center - color: $border-hover - display: flex - justify-content: flex-end - .icon - font-size: 0.75rem - transform-origin: center - transition-duration: $speed - transition-property: transform - -.tag.bd-mini-tag - border-radius: 2px !important - font-family: Verdana, sans-serif - font-size: 0.5rem - font-weight: bold - height: 2.25em - vertical-align: text-bottom - -.bd-category-name - color: $text-strong - position: relative - &.is-active - color: $link - .bd-mini-tag - margin-left: 0.5em - -.bd-category-list - @extend %bd-list - display: none - padding: 0.5rem - -.bd-anchors-reference - height: 1px - -.bd-anchors - display: none - max-width: $sidebar-width - padding-top: calc(1.5rem - 1px) - +tablet - &.is-active - display: block - &.is-pinned - position: fixed - top: 0 - -.bd-anchors-title - color: $border-hover - font-size: 0.875rem - font-weight: $weight-semibold - margin-bottom: 0.5rem - -.bd-anchors-list - @extend %bd-list - li - &:last-child - margin-top: 1em - a - color: $text-strong - -+touch - .bd-lead, - .bd-side - padding: 1.5rem - .bd-header-carbon - margin-top: 1.5rem - -+touch - .bd-side-background - display: none - -+desktop - .bd-duo - display: flex - .bd-lead - background-color: $scheme-main - overflow: hidden - flex-grow: 1 - flex-shrink: 1 - .bd-prev-next - display: flex - .bd-side - flex: 0 0 calc(#{$sidebar-width} + 1.5rem) - -+desktop - .bd-main - padding: 0 3rem - .bd-lead - margin-left: -3rem - padding: 3rem - &:last-child - margin-right: -3rem - .bd-header - align-items: center - display: flex - min-height: 140px - .bd-header-titles - flex-grow: 1 - flex-shrink: 1 - .bd-header-carbon - flex-grow: 0 - flex-shrink: 0 - margin: -15px 0 -15px ($main-spacing * 2) - width: $carbon-width - .bd-side - padding: 3rem 0 3rem 1.5rem - -+widescreen - .bd-header-carbon - margin-left: ($main-spacing * 3) - -+fullhd - .bd-header-carbon - margin-left: ($main-spacing * 4) diff --git a/docs/_sass/book.sass b/docs/_sass/old/book.sass similarity index 100% rename from docs/_sass/book.sass rename to docs/_sass/old/book.sass diff --git a/docs/_sass/bootstrap.sass b/docs/_sass/old/bootstrap.sass similarity index 100% rename from docs/_sass/bootstrap.sass rename to docs/_sass/old/bootstrap.sass diff --git a/docs/_sass/bsa.sass b/docs/_sass/old/bsa.sass similarity index 100% rename from docs/_sass/bsa.sass rename to docs/_sass/old/bsa.sass diff --git a/docs/_sass/callout.sass b/docs/_sass/old/callout.sass similarity index 100% rename from docs/_sass/callout.sass rename to docs/_sass/old/callout.sass diff --git a/docs/_sass/example.sass b/docs/_sass/old/example.sass similarity index 99% rename from docs/_sass/example.sass rename to docs/_sass/old/example.sass index 4bd5735d1..c6280f2f1 100644 --- a/docs/_sass/example.sass +++ b/docs/_sass/old/example.sass @@ -141,7 +141,7 @@ max-height: 320px margin-bottom: 0 !important -.highlight-full, +.bd-highlight-full, #navbarJsExample &:not(:last-child) margin-bottom: 1.5rem diff --git a/docs/_sass/expo.sass b/docs/_sass/old/expo.sass similarity index 100% rename from docs/_sass/expo.sass rename to docs/_sass/old/expo.sass diff --git a/docs/_sass/focus.sass b/docs/_sass/old/focus.sass similarity index 100% rename from docs/_sass/focus.sass rename to docs/_sass/old/focus.sass diff --git a/docs/_sass/footer.sass b/docs/_sass/old/footer.sass similarity index 100% rename from docs/_sass/footer.sass rename to docs/_sass/old/footer.sass diff --git a/docs/_sass/global.sass b/docs/_sass/old/global.sass similarity index 100% rename from docs/_sass/global.sass rename to docs/_sass/old/global.sass diff --git a/docs/_sass/header.sass b/docs/_sass/old/header.sass similarity index 100% rename from docs/_sass/header.sass rename to docs/_sass/old/header.sass diff --git a/docs/_sass/highlight.sass b/docs/_sass/old/highlight.sass similarity index 100% rename from docs/_sass/highlight.sass rename to docs/_sass/old/highlight.sass diff --git a/docs/_sass/index.sass b/docs/_sass/old/index.sass similarity index 100% rename from docs/_sass/index.sass rename to docs/_sass/old/index.sass diff --git a/docs/_sass/klmn.sass b/docs/_sass/old/klmn.sass similarity index 100% rename from docs/_sass/klmn.sass rename to docs/_sass/old/klmn.sass diff --git a/docs/_sass/love.sass b/docs/_sass/old/love.sass similarity index 100% rename from docs/_sass/love.sass rename to docs/_sass/old/love.sass diff --git a/docs/_sass/old/main.sass b/docs/_sass/old/main.sass new file mode 100644 index 000000000..e69de29bb diff --git a/docs/_sass/native.sass b/docs/_sass/old/native.sass similarity index 100% rename from docs/_sass/native.sass rename to docs/_sass/old/native.sass diff --git a/docs/_sass/override.sass b/docs/_sass/old/override.sass similarity index 100% rename from docs/_sass/override.sass rename to docs/_sass/old/override.sass diff --git a/docs/_sass/patreon.sass b/docs/_sass/old/patreon.sass similarity index 100% rename from docs/_sass/patreon.sass rename to docs/_sass/old/patreon.sass diff --git a/docs/_sass/specific.sass b/docs/_sass/old/specific.sass similarity index 100% rename from docs/_sass/specific.sass rename to docs/_sass/old/specific.sass diff --git a/docs/_sass/sponsors.sass b/docs/_sass/old/sponsors.sass similarity index 100% rename from docs/_sass/sponsors.sass rename to docs/_sass/old/sponsors.sass diff --git a/docs/_sass/twitter.sass b/docs/_sass/old/twitter.sass similarity index 100% rename from docs/_sass/twitter.sass rename to docs/_sass/old/twitter.sass diff --git a/docs/_sass/pages/backers.scss b/docs/_sass/pages/backers.scss new file mode 100644 index 000000000..ba8ec0839 --- /dev/null +++ b/docs/_sass/pages/backers.scss @@ -0,0 +1,186 @@ +.bd-backers { + --spacing: 1.5rem; + + padding-bottom: var(--spacing); + padding-top: var(--spacing); +} + +.bd-backers-platforms { + @extend %bd-backers-section; + --spacing: 1.5rem; + padding: var(--spacing); + text-align: center; +} + +.bd-backers-platform { + @extend %center; + + .bd-backers-platform-logo { + @extend %center; + border-radius: $radius-large; + padding: var(--spacing); + transition-duration: $speed * 2; + transition-property: box-shadow; + + &:hover { + box-shadow: 0 0 0 2px var(--color); + } + } + + &.bd-is-patreon { + --color: var(--patreon); + grid-column: 2; + } + + &.bd-is-github { + --color: var(--github); + grid-column: 3; + } + + .bd-fat-button { + margin-top: 1em; + } +} + +.bd-backers-heading { + @extend %center; + + h2 { + background-color: var(--sponsor-light); + border-radius: $radius-large; + color: var(--sponsor); + font-size: 1em; + font-weight: $weight-semibold; + padding: 0.5em 1em; + } +} + +.bd-backers-group { + @extend %bd-backers-section; + padding: var(--spacing); + text-align: center; +} + +.bd-backers-list { + display: grid; + grid-gap: 1em; + + &.bd-is-patreon { + grid-column: 2; + + .icon-text { + color: $text-light; + font-size: 0.75em; + + &.bd-is-twitter { + color: var(--twitter); + } + } + } + + &.bd-is-github { + grid-column: 3; + } +} + +.bd-tier { + align-items: center; + border-bottom: 2px solid $scheme-main-bis; + display: grid; + grid-gap: 1em; + padding: 1em; +} + +.bd-tier-amount { + color: $text-strong; + font-size: 1.5em; + font-weight: $weight-semibold; +} + +.bd-tier-frequency { + color: $text-light; +} + +.bd-tiers-info { + --spacing: 1.5em; + background-color: $scheme-main-bis; + color: $text-light; + grid-gap: var(--spacing); + grid-template-columns: 1fr 1fr; + padding: var(--spacing); + + strong { + color: currentColor; + } + + p:not(:last-child) { + margin-bottom: 0.25em; + } +} + +.bd-tiers-info-question { + justify-self: flex-end; + max-width: 15em; +} + +.bd-tiers-info-answer { + max-width: 25em; +} + +@include mobile { + .bd-backers-platform.bd-is-github { + margin-top: 3rem; + } +} + +@include tablet { + %bd-backers-section { + display: grid; + grid-template-columns: + 1fr calc(var(--container-width) / 2) calc(var(--container-width) / 2) + 1fr; + } + + .bd-backers { + background-image: linear-gradient( + 90deg, + transparent calc(50% - 2px), + var(--sponsor-light) calc(50%), + transparent calc(50% + 2px) + ); + } + + .bd-tier { + grid-template-columns: 10em 8em 1fr; + } + + .bd-tier-amount { + text-align: right; + } + + .bd-tiers-info { + display: grid; + } + + .bd-tiers-info-question { + text-align: right; + } +} + +@include desktop { + .bd-backers, + .bd-tiers { + font-size: 1.125rem; + } + + .bd-tiers-info { + --spacing: 3em; + } +} + +@include widescreen { + .bd-backers, + .bd-tiers { + font-size: 1.25rem; + } +} diff --git a/docs/_sass/pages/blog.scss b/docs/_sass/pages/blog.scss new file mode 100644 index 000000000..c00b625fb --- /dev/null +++ b/docs/_sass/pages/blog.scss @@ -0,0 +1,161 @@ +$spacing: 2px; +$icon-dimensions: 1.125em; + +.bd-posts { + --font-size-base: #{$size-6}; + --font-size-large: #{$size-5}; + --featured-font-size-base: 1.125rem; + --featured-font-size-large: #{$size-4}; + --padding: 1.5rem; + margin-top: $spacing; +} + +.bd-post { + font-size: var(--font-size-base); + position: relative; + + &.is-featured { + --font-size-base: var(--featured-font-size-base); + --font-size-large: var(--featured-font-size-large); + } + + &:hover { + z-index: 2; + } + + &:not(:last-child) { + .bd-post-link { + border-bottom: 2px solid $border-light; + } + } +} + +.bd-post-link { + align-items: center; + display: block; + padding-bottom: calc(2 * var(--padding)); + padding-left: var(--padding); + padding-right: var(--padding); + padding-top: calc(2 * var(--padding)); + position: relative; + transition-duration: $speed * 2; + transition-property: background-color, border-bottom-color, box-shadow; + + .icon { + color: var(--color); + flex-shrink: 0; + flex-grow: 0; + font-size: var(--font-size-large); + height: $icon-dimensions; + margin-right: 1em; + width: $icon-dimensions; + } + + &:hover { + background-color: $scheme-main-bis; + border-bottom-color: transparent; + border-radius: $radius; + box-shadow: 0 0 0 $spacing $scheme-main-bis; + + &::after { + opacity: 0; + } + + .title { + color: $link; + } + } +} + +.bd-post-body { + display: flex; +} + +.bd-post-content { + code { + background: none; + padding: 0; + } + + .title { + font-size: var(--font-size-large); + transition-duration: $speed * 2; + transition-property: color; + } + + .subtitle { + font-size: var(--font-size-base); + color: $text-light; + } +} + +.bd-post-image { + img { + border-radius: $radius; + } +} + +.bd-post-screenshot { + img { + max-height: 100%; + width: auto; + } +} + +@include mobile { + .bd-post-image, + .bd-post-screenshot { + margin-top: var(--padding); + } +} + +$second-column-width: (2 * 1.25rem * 1.125) + 1.5rem; + +@include tablet { + .bd-posts { + --font-size-base: 1.125rem; + --font-size-large: #{$size-4}; + --featured-font-size-base: #{$size-5}; + --featured-font-size-large: #{$size-3}; + --second-column-width: ((2 * #{$size-4} * 1.125) + 1.5rem); + + display: grid; + grid-template-columns: 1fr $second-column-width var(--container-width) $second-column-width 1fr; + } + + .bd-post { + grid-column: 2 / span 3; + } + + .bd-post-link { + display: flex; + } + + .bd-post-body { + flex-grow: 1; + flex-shrink: 1; + } + + .bd-post-content { + max-width: 30em; + } + + .bd-post-image { + flex-grow: 0; + flex-shrink: 0; + height: 240px; + margin-left: var(--padding); + width: 400px; + } + + .bd-post-screenshot { + align-items: center; + display: flex; + flex-grow: 1; + flex-shrink: 1; + height: 240px; + justify-content: center; + margin-left: var(--padding); + width: 70%; + } +} diff --git a/docs/_sass/pages/bootstrap.scss b/docs/_sass/pages/bootstrap.scss new file mode 100644 index 000000000..0f1140deb --- /dev/null +++ b/docs/_sass/pages/bootstrap.scss @@ -0,0 +1,136 @@ +$bootstrap: #6f5499; +$bootstrap-invert: #fff; + +.bd-bootstrap-table { + margin: 3em 0; +} + +.bd-pros-heading { + padding: 0 2em; + text-align: center; +} + +.bd-pros-icon { + margin-bottom: 3em; + text-align: center; + + svg { + height: 3em; + width: auto; + } +} + +.bd-pros-list { + margin: 0 auto; + max-width: 540px; +} + +.bd-pro { + .icon { + font-size: 1.25em; + height: 1.125em; + position: relative; + top: -1px; + width: 1.125em; + } + + .title { + font-size: 1.25em; + margin-bottom: 0.5em; + } +} + +.bd-pro + .bd-pro { + margin-top: 2em; + padding-top: 2em; +} + +.bd-pro-content { + p:not(:last-child) { + margin-bottom: 0.5em; + } +} + +.bd-pro.bd-is-bulma { + .icon { + color: $primary; + } +} + +.bd-pro.bd-is-bootstrap { + .icon { + color: $bootstrap; + } +} + +.bd-bootstrap-comparison { + margin: 0 auto; + max-width: 42em; + + .table { + color: $red; + + thead, + tfoot { + th { + font-size: 1.5em; + text-align: center; + } + + svg { + height: 1.5em; + margin-right: 1em; + position: relative; + top: 0.25em; + width: auto; + } + } + + tbody { + th { + font-size: 1.25em; + text-align: center; + } + + td { + font-family: $family-monospace; + width: 50%; + } + + a { + color: currentColor; + + &:hover { + text-decoration: underline; + } + } + } + + .bd-is-empty { + background-color: $background; + color: $text-light; + } + + .bd-is-unique { + background-color: rgba($green, 0.25); + color: $text-strong; + font-weight: $weight-bold; + } + } +} + +.bd-bootstrap-comparison-header { + margin-bottom: 3em; +} + +@include desktop { + .bd-bootstrap-table { + font-size: 1.125rem; + } +} + +@include widescreen { + .bd-bootstrap-table { + font-size: 1.25rem; + } +} diff --git a/docs/_sass/pages/docs.scss b/docs/_sass/pages/docs.scss new file mode 100644 index 000000000..935386d58 --- /dev/null +++ b/docs/_sass/pages/docs.scss @@ -0,0 +1,267 @@ +.bd-docs { + --docs-outer: 1.5rem; + --docs-inner: 1.5rem; + --docs-side-padding: 1rem; + + border-top: 2px solid $scheme-main-ter; + position: relative; + + .bd-hero { + margin-top: 0; + } +} + +%bd-docs-edge { + background-color: $scheme-main-bis; + width: $bd-edge-width; + z-index: 3; +} + +.bd-docs-toggles { + border-top: 2px solid $scheme-main-ter; + display: flex; + justify-content: space-between; + padding: 0.5rem 0.75rem; +} + +.bd-docs-overlay { + @extend %overlay; + background-color: black; + display: none; + opacity: 0; + pointer-events: none; + transition-duration: 200ms; + transition-property: opacity; + z-index: 2; +} + +.bd-docs-main { + padding-bottom: var(--docs-outer); + padding-left: var(--docs-outer); + padding-right: var(--docs-outer); + + .bd-hero .hero-body { + padding-left: 0; + padding-right: 0; + } +} + +.bd-docs-nav { + @extend %bd-docs-edge; +} + +.bd-docs-side { + @extend %bd-docs-edge; +} + +.bd-docs-body { + border-top: 2px solid $scheme-main-ter; + padding-top: var(--docs-inner); +} + +.bd-docs-pagination { + border-top: 2px solid $scheme-main-ter; + margin-top: var(--docs-inner); + padding-top: var(--docs-inner); +} + +.bd-docs-typo { + margin-top: var(--docs-inner); +} + +.bd-side-sponsrs { + @extend %block; + display: none; + text-align: center; +} + +.bd-side-sponsor-label { + color: $text-light; + font-size: 0.75em; +} + +.bd-side-sponsor { + @extend %center; + height: 4rem; +} + +.bd-docs-content { + .bd-example.is-fullwidth, + .section.is-fullwidth { + margin-left: calc(-1 * var(--docs-outer)); + margin-right: calc(-1 * var(--docs-outer)); + } +} + +@include mobile { + %bd-docs-edge { + background-color: $scheme-main; + bottom: 0; + position: absolute; + top: 0; + transition-duration: 200ms; + transition-property: transform; + } + + .bd-docs-overlay { + display: block; + } + + .bd-docs { + border-top: none; + overflow: hidden; + + &.bd-showing-overlay .bd-docs-overlay { + opacity: 0.8; + pointer-events: auto; + } + } + + .bd-docs-nav { + left: -1 * $bd-edge-width; + + &.bd-is-shown { + transform: translateX(100%); + } + } + + .bd-docs-side { + right: -1 * $bd-edge-width; + + &.bd-is-shown { + transform: translateX(-100%); + } + } +} + +@include tablet { + .bd-docs { + --docs-outer: 3rem; + --docs-inner: 3rem; + display: grid; + grid-template-columns: $bd-edge-width 1fr $bd-edge-width; + } + + .bd-docs-main { + overflow: hidden; + } + + .bd-docs-toggles { + display: none; + } + + .bd-docs.bd-is-fullwidth { + display: block; + + %bd-docs-edge { + bottom: 0; + position: absolute; + top: 0; + + &.bd-is-stickied { + position: fixed; + } + + &:not(:hover) { + background: none; + overflow: hidden; + padding-left: 0; + padding-right: 0; + + .bd-categories { + padding-left: 0; + padding-right: 0; + } + } + } + + .bd-docs-nav { + left: 0; + + &:not(:hover) { + left: $bd-edge-offset -$bd-edge-width; + + .bd-categories-filter, + .bd-categories-no-results { + visibility: hidden; + } + + .bd-category-list { + padding-left: 0; + padding-right: 0; + } + + .bd-category a { + position: relative; + text-indent: -9999px; + width: 100%; + + &::after { + align-items: center; + bottom: 0; + content: '•'; + display: flex; + justify-content: center; + position: absolute; + right: 0; + text-align: center; + text-indent: 0; + top: 0; + width: $bd-edge-offset; + } + } + } + } + + .bd-docs-side { + right: 0; + + &:not(:hover) { + right: $bd-edge-offset -$bd-edge-width; + + .bd-features, + .bd-anchors { + padding-left: 0; + padding-right: calc(2 * var(--docs-side-padding)); + } + + .bd-features-title, + .bd-feature, + .bd-anchors-title, + .bd-anchors-list li { + position: relative; + transform: translateX($bd-edge-offset); + width: 100%; + + &::after { + align-items: center; + bottom: 0; + content: '•'; + display: flex; + justify-content: center; + position: absolute; + right: 100%; + text-align: center; + top: 0; + width: $bd-edge-offset; + } + } + } + } + } +} + +@include touch { + .bd-docs-pagination { + .bd-fat-button { + font-size: 1rem; + } + } +} + +@include desktop { + .bd-docs { + --docs-outer: 6rem; + --docs-inner: 3rem; + } +} diff --git a/docs/_sass/pages/expo.scss b/docs/_sass/pages/expo.scss new file mode 100644 index 000000000..4e081d9bf --- /dev/null +++ b/docs/_sass/pages/expo.scss @@ -0,0 +1,97 @@ +$website-gap: 0px; +$website-width: 672px; + +.bd-websites { + --gap: #{$website-gap}; + --width: #{$website-width}; + --spacing: 1.5rem; + display: grid; + grid-gap: var(--gap); + grid-template-columns: 1fr; + margin-left: auto; + margin-right: auto; + max-width: calc( + calc(2 * calc(var(--width) + var(--spacing)) + calc(3 * var(--gap))) + ); + padding-left: var(--spacing); + padding-right: var(--spacing); +} + +.bd-website { + display: block; + margin-left: auto; + margin-right: auto; + max-width: calc(2 * var(--width)); + padding-bottom: var(--spacing); + position: relative; + text-align: center; + overflow: hidden; + position: relative; + + &:hover { + background-color: var(--expo-light); + + .title { + color: var(--expo-dark); + } + + .bd-website-date { + color: $text-strong; + } + + .bd-website-shadow { + opacity: 0; + } + .bd-website-overlay { + background-color: rgba($scheme-invert, 0.1); + } + } + + &.bd-is-highlighted { + grid-column: span 2; + } +} + +.bd-website-date { + color: $text-light; +} + +.bd-website-image { + align-items: center; + display: flex; + justify-content: center; + margin-bottom: var(--spacing); + position: relative; + + img { + border-radius: $radius; + } + + .b-lazy { + opacity: 0; + transition: opacity 500ms $easing; + } + + .b-loaded { + opacity: 1; + } +} + +.bd-website-shadow { + border: 1px solid rgba(#000, 0.04); + transition: opacity 200ms $easing; +} + +.bd-website-overlay { + background-color: transparent; + border-radius: $radius; + box-shadow: inset 0 0 0 1px rgba(#000, 0.04); + transition: background-color 200ms $easing; +} + +@include tablet { + .bd-websites { + --spacing: 3rem; + grid-template-columns: repeat(auto-fill, minmax(var(--width), 1fr)); + } +} diff --git a/docs/_sass/pages/extensions.scss b/docs/_sass/pages/extensions.scss new file mode 100644 index 000000000..e2446b9c4 --- /dev/null +++ b/docs/_sass/pages/extensions.scss @@ -0,0 +1,27 @@ +.bd-extension { + border-bottom: 2px solid $scheme-main-bis; + display: block; + padding: 1.5rem; + + .subtitle { + color: $text-light; + } + + &:hover { + background-color: $scheme-main-bis; + + .title { + color: $link; + } + + .subtitle { + color: $text-strong; + } + } +} + +@include tablet { + .bd-extension { + padding: 3rem 0; + } +} diff --git a/docs/_sass/pages/index.scss b/docs/_sass/pages/index.scss new file mode 100644 index 000000000..03484524d --- /dev/null +++ b/docs/_sass/pages/index.scss @@ -0,0 +1,127 @@ +:root { + --bd-index-vertical: #{$block-spacing}; + --bd-index-gap: 3rem; +} + +$linear-gradient: linear-gradient( + 180deg, + hsla(var(--bd-section-h), 100%, 67%, 0.1), + transparent +); + +.bd-index-section { + --bd-section-vertical: #{$block-spacing}; + --bd-section-horizontal: #{$block-spacing}; + --bd-section-h: 171deg; + + background-image: linear-gradient( + 180deg, + hsla(var(--bd-section-h), 100%, 67%, 0.1), + transparent var(--bd-index-vertical) + ); + // background-image: radial-gradient( + // ellipse at top, + // hsla(var(--bd-section-h), 100%, 67%, 0.1), + // transparent calc(4 * var(--bd-index-vertical)) + // ), $linear-gradient; + background-repeat: repeat-x; + // background-size: 100% var(--bd-index-vertical); + + .bd-tw { + margin-left: auto; + margin-right: auto; + max-width: 28em; + } +} + +.bd-index-content { + font-size: 1rem; + + strong { + font-weight: $weight-semibold; + } + + .title { + color: $text-strong; + font-size: 2em; + font-weight: $weight-normal; + position: relative; + + .icon { + height: 1.125em; + position: absolute; + right: calc(100% + #{$block-spacing}); + top: 0; + width: 1.125em; + } + + a { + font-weight: $weight-semibold; + } + } + + .subtitle { + strong { + color: inherit; + } + } + + .icon-text { + strong { + color: inherit; + } + } + + .highlight { + margin-bottom: 1em; + } +} + +@include mobile { + .bd-index-section { + padding: ($block-spacing * 2) $block-spacing; + + .bd-tws { + padding-left: 0; + padding-right: 0; + } + } +} + +@include tablet { + :root { + --bd-index-vertical: 3rem; + } + + .bd-index-section { + padding-bottom: var(--bd-index-vertical); + padding-top: var(--bd-index-vertical); + } +} + +@include desktop { + .bd-index-content { + font-size: 1.125rem; + } +} + +@include widescreen { + :root { + --bd-index-vertical: 6rem; + } + + .bd-index-content { + font-size: 1.25rem; + max-width: 23em; + } +} + +@include fullhd { + :root { + --bd-index-vertical: 9rem; + } + + .bd-index-content { + font-size: 1.5rem; + } +} diff --git a/docs/_sass/pages/love.scss b/docs/_sass/pages/love.scss new file mode 100644 index 000000000..eedf63242 --- /dev/null +++ b/docs/_sass/pages/love.scss @@ -0,0 +1,190 @@ +.bd-tws { + --tws-spacing: #{$block-spacing}; + --column-min-width: 100%; + + padding-left: var(--tws-spacing); + padding-right: var(--tws-spacing); +} + +@include tablet { + .bd-tws { + --column-min-width: 24em; + } +} + +@include widescreen { + .bd-tws { + font-size: 1.125rem; + } +} + +.bd-tws-list { + display: grid; + grid-gap: var(--tws-spacing); + grid-template-columns: repeat(auto-fit, minmax(var(--column-min-width), 1fr)); +} + +.bd-tw { + background-color: $scheme-main-bis; + border-radius: $radius-large; + flex-shrink: 0; + font-size: 1em; + padding: 1.25em; + text-align: left; + + &.bd-is-white { + background-color: $scheme-main; + } + + > .mb-4 { + float: right; + font-size: 0.75em; + } +} + +.bd-tw-header { + align-items: stretch; + display: flex; + justify-content: flex-start; +} + +.bd-tw-author { + align-items: center; + display: flex; + line-height: 1.2; + + &:hover { + .bd-tw-fullname { + text-decoration: underline; + } + } +} + +.bd-tw-avatar { + flex-shrink: 0; + height: 2.25em; + margin-right: 0.5em; + width: 2.25em; + + img { + border-radius: $radius-rounded; + display: block; + height: 2.25em; + width: 2.25em; + } +} + +.bd-tw-fullname { + color: $text-strong; + display: block; + font-size: 1em; + font-weight: $weight-bold; +} + +.bd-tw-username { + color: $text-light; + display: block; + font-size: 0.875em; +} + +.bd-tw-content { + color: $text-strong; + font-size: 1em; + line-height: 1.4; + margin-top: 1em; + + a { + color: $link; + + &:hover { + text-decoration: underline; + } + } +} + +.bd-tw-date { + font-size: 0.875em; + line-height: 1.4; + margin-top: 0.25em; + + a { + color: $text-light; + + &:hover { + text-decoration: underline; + } + } +} + +.bd-tw-actions { + align-items: center; + display: flex; + margin-top: 0.5em; +} + +.bd-tw-action { + margin-right: 1.25em; +} + +.bd-tw-action-link { + align-items: center; + color: $text-light; + display: flex; + height: 1.25em; + min-width: 1.25em; +} + +.bd-tw-icon { + background-size: contain; + height: 1.25em; + width: 1.25em; +} + +.bd-tw-action-stat { + color: currentColor; + font-size: 0.875em; + margin-left: 0.5em; + margin-top: 1px; +} + +.bd-tw-action.is-reply { + .bd-tw-icon { + background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M14.046%202.242l-4.148-.01h-.002c-4.374%200-7.8%203.427-7.8%207.802%200%204.098%203.186%207.206%207.465%207.37v3.828c0%20.108.045.286.12.403.143.225.385.347.633.347.138%200%20.277-.038.402-.118.264-.168%206.473-4.14%208.088-5.506%201.902-1.61%203.04-3.97%203.043-6.312v-.017c-.006-4.368-3.43-7.788-7.8-7.79zm3.787%2012.972c-1.134.96-4.862%203.405-6.772%204.643V16.67c0-.414-.334-.75-.75-.75h-.395c-3.66%200-6.318-2.476-6.318-5.886%200-3.534%202.768-6.302%206.3-6.302l4.147.01h.002c3.532%200%206.3%202.766%206.302%206.296-.003%201.91-.942%203.844-2.514%205.176z%22%2F%3E%3C%2Fsvg%3E); + } + + .bd-tw-action-link:hover { + color: var(--info); + + .bd-tw-icon { + background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%231DA1F2%22%20d%3D%22M14.046%202.242l-4.148-.01h-.002c-4.374%200-7.8%203.427-7.8%207.802%200%204.098%203.186%207.206%207.465%207.37v3.828c0%20.108.045.286.12.403.143.225.385.347.633.347.138%200%20.277-.038.402-.118.264-.168%206.473-4.14%208.088-5.506%201.902-1.61%203.04-3.97%203.043-6.312v-.017c-.006-4.368-3.43-7.788-7.8-7.79zm3.787%2012.972c-1.134.96-4.862%203.405-6.772%204.643V16.67c0-.414-.334-.75-.75-.75h-.395c-3.66%200-6.318-2.476-6.318-5.886%200-3.534%202.768-6.302%206.3-6.302l4.147.01h.002c3.532%200%206.3%202.766%206.302%206.296-.003%201.91-.942%203.844-2.514%205.176z%22%2F%3E%3C%2Fsvg%3E); + } + } +} + +.bd-tw-action.is-retweet { + .bd-tw-icon { + background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M23.77%2015.67c-.292-.293-.767-.293-1.06%200l-2.22%202.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414%200-.75.336-.75.75s.336.75.75.75h5.85c1.24%200%202.25%201.01%202.25%202.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06%200s-.294.768%200%201.06l3.5%203.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767%200-1.06zm-10.66%203.28H7.26c-1.24%200-2.25-1.01-2.25-2.25V6.46l2.22%202.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768%200-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06%200l-3.5%203.5c-.294.292-.294.767%200%201.06s.767.293%201.06%200l2.22-2.22V16.7c0%202.068%201.683%203.75%203.75%203.75h5.85c.414%200%20.75-.336.75-.75s-.337-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E); + } + + .bd-tw-action-link:hover { + color: var(--success); + + .bd-tw-icon { + background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2317BF63%22%20d%3D%22M23.77%2015.67c-.292-.293-.767-.293-1.06%200l-2.22%202.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414%200-.75.336-.75.75s.336.75.75.75h5.85c1.24%200%202.25%201.01%202.25%202.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06%200s-.294.768%200%201.06l3.5%203.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767%200-1.06zm-10.66%203.28H7.26c-1.24%200-2.25-1.01-2.25-2.25V6.46l2.22%202.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768%200-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06%200l-3.5%203.5c-.294.292-.294.767%200%201.06s.767.293%201.06%200l2.22-2.22V16.7c0%202.068%201.683%203.75%203.75%203.75h5.85c.414%200%20.75-.336.75-.75s-.337-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E); + } + } +} + +.bd-tw-action.is-heart { + .bd-tw-icon { + background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E); + } + + .bd-tw-action-link:hover { + color: var(--danger); + + .bd-tw-icon { + background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23E0245E%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E); + } + } +} diff --git a/docs/_sass/pages/made-with-bulma.scss b/docs/_sass/pages/made-with-bulma.scss new file mode 100644 index 000000000..e047269bb --- /dev/null +++ b/docs/_sass/pages/made-with-bulma.scss @@ -0,0 +1,43 @@ +.bd-mwb { + padding: 1.5rem; +} + +.bd-mwb-table { + td { + vertical-align: middle; + img { + vertical-align: middle; + } + } +} + +@include tablet { + .bd-mwb { + font-size: 1.125rem; + padding: 3rem; + } +} + +@include desktop { + .bd-mwb { + font-size: 1.25rem; + } +} + +.bd-snippet-preview.bd-is-mwb { + align-items: stretch; + padding-top: 0; +} + +.bd-snippet-code.bd-is-mwb { + .highlight { + border-top-left-radius: $radius; + } +} + +.bd-snippet-mwb { + @extend %center; + border-radius: $radius; + flex-grow: 1; + height: 10.5rem; +} diff --git a/docs/_sass/pages/single.scss b/docs/_sass/pages/single.scss new file mode 100644 index 000000000..dfe71d307 --- /dev/null +++ b/docs/_sass/pages/single.scss @@ -0,0 +1,178 @@ +.bd-single-header { + --font-size-title: #{$size-3}; + --font-size-subtitle: #{$size-5}; + --font-size-date: #{$size-6}; + --margin: 3rem; + --padding: 3rem; + + margin-bottom: var(--margin); + margin-top: var(--margin); + padding-left: var(--padding); + padding-right: var(--padding); + text-align: center; + + code { + background: none; + padding: 0; + } + + .title { + font-size: var(--font-size-title); + margin-left: auto; + margin-right: auto; + max-width: 16em; + } + + .subtitle { + color: $text-light; + font-size: var(--font-size-subtitle); + + &.is-date { + font-size: var(--font-size-date); + opacity: 0.5; + } + } +} + +.bd-single-carbon { + @extend %center; + margin-bottom: 3rem; + margin-top: 3rem; +} + +.bd-single-body { + padding: 0 3rem; +} + +.bd-single-content { + hr { + margin: 3rem 0; + } + + .table { + font-size: 1rem; + } +} + +.bd-single-hr { + &:not(:first-child) { + margin-top: 3rem; + } + + &:not(:last-child) { + margin-bottom: 3rem; + } +} + +.bd-single-image { + @extend %center; + margin-bottom: 3rem; + + div { + flex-grow: 1; + max-width: 1600px; + min-height: 1px; + } + + figure { + background: $background; + padding-top: 56.25%; + position: relative; + } + + img { + left: 0; + height: 100%; + position: absolute; + top: 0; + width: 100%; + } +} + +@include touch() { + .bd-single-body { + &.bd-is-last { + padding-bottom: 3rem; + } + } +} + +@include tablet() { + .bd-single-image { + padding-left: 3rem; + padding-right: 3rem; + + img { + border-radius: $radius-large; + } + } + + .bd-single-content { + font-size: 1.125rem; + } +} + +@include desktop() { + .bd-single-header { + --font-size-title: #{$size-2}; + --font-size-subtitle: #{$size-4}; + --font-size-date: #{$size-5}; + --margin: 4.5rem; + --padding: 4.5rem; + } + + .bd-single-body { + &.bd-is-last { + padding-bottom: 4.5rem; + } + } +} + +@include widescreen() { + .bd-single-header { + --font-size-title: #{$size-1}; + --font-size-subtitle: #{$size-3}; + --font-size-date: #{$size-4}; + --margin: 6rem; + --padding: 6rem; + } + + .bd-single-content { + font-size: 1.25rem; + } + + .bd-single-body { + &.bd-is-last { + padding-bottom: 6rem; + } + } +} + +@include fullhd() { + .bd-single-header { + --margin: 9rem; + } + + .bd-single-content { + font-size: 1.5rem; + } + + .bd-single-body { + &.bd-is-last { + padding-bottom: 9rem; + } + } +} + +// Post stuff + +.bd-post-fullwidth { + text-align: center; +} + +@include from(60rem) { + .bd-post-fullwidth { + margin-left: calc(28rem - 50vw); + margin-right: calc(28rem - 50vw); + } +} diff --git a/docs/_sass/pages/videos.scss b/docs/_sass/pages/videos.scss new file mode 100644 index 000000000..e1a7021fd --- /dev/null +++ b/docs/_sass/pages/videos.scss @@ -0,0 +1,53 @@ +.bd-video { + --spacing: 1.5rem; + display: grid; + grid-template-columns: 1fr; + padding: var(--spacing); + + &:not(:last-child) { + border-bottom: 2px solid var(--videos-light); + } +} + +.bd-video-figure { + img, + video { + max-width: 100%; + vertical-align: top; + } +} + +@include mobile { + .bd-video { + grid-gap: var(--spacing); + } +} + +@include tablet { + .bd-video { + --spacing: 3rem; + grid-template-columns: 1fr 24em 4em calc(var(--container-width) - 28em) 1fr; + } + + .bd-video-info { + grid-column: 2; + } + + .bd-video-figure { + grid-column: 4 / span 2; + + img { + max-width: 1440px; + } + + video { + max-width: 1280px; + } + } +} + +@include desktop { + .bd-video { + --spacing: 4.5rem; + } +} diff --git a/docs/_scripts/plugins/utils.js b/docs/_scripts/plugins/utils.js index 7a4c7e9f0..10e0ef876 100644 --- a/docs/_scripts/plugins/utils.js +++ b/docs/_scripts/plugins/utils.js @@ -15,41 +15,38 @@ let utils = { return 'map'; } - if (value.startsWith('hsl') || value.startsWith('#') || value.startsWith('rgb')) { + if ( + value.startsWith('hsl') || + value.startsWith('#') || + value.startsWith('rgb') + ) { return 'color'; } else if (css_keywords.includes(value)) { return 'keyword'; - } else if ( - value.startsWith('findColorInvert') - || value.startsWith('mergeColorMaps') - ) { + } else if (value.startsWith('mergeColorMaps')) { + return 'map'; + } else if (value.startsWith('findColorInvert')) { return 'function'; } else if (value.startsWith('$')) { return 'variable'; - } else if ( - value.startsWith('BlinkMacSystemFont') - || value == 'monospace' - ) { + } else if (value.startsWith('BlinkMacSystemFont') || value == 'monospace') { return 'font-family'; - } else if (value == 'true' - || value == 'false' - ) { + } else if (value == 'true' || value == 'false') { return 'boolean'; + } else if (name.endsWith('shadow')) { + return 'shadow'; } else if (value.endsWith('ms')) { return 'duration'; } else if (value.includes('+')) { return 'computed'; - } else if ( - value.endsWith('00') - || value == 'normal' - ) { + } else if (value.endsWith('00') || value == 'normal') { return 'font-weight'; } else if ( - value.endsWith('px') - || value.endsWith('em') - || value.includes('px ') - || value.includes('em ') - ) { + value.endsWith('px') || + value.endsWith('em') || + value.includes('px ') || + value.includes('em ') + ) { return 'size'; } else if (value.includes('$')) { return 'compound'; @@ -66,13 +63,15 @@ let utils = { const variable_name = line.substring(0, colon_index).trim(); const default_index = line.indexOf('!default'); - const variable_value = line.substring(colon_index + 1, default_index).trim(); + let variable_value = line + .substring(colon_index + 1, default_index) + .trim(); - return variable = { + return (variable = { name: variable_name, value: variable_value, type: utils.getVariableType(variable_name, variable_value), - }; + }); } return false; @@ -87,7 +86,7 @@ let utils = { return { file_name, lines: file.contents.toString().split(/(?:\r\n|\r|\n)/g), - } + }; }, writeFile: (file_path, data) => { @@ -96,7 +95,7 @@ let utils = { utils.ensureDirectoryExistence(json_file_path); - fs.writeFile(json_file_path, json_data, err => { + fs.writeFile(json_file_path, json_data, (err) => { if (err) { return console.log(err); } @@ -109,7 +108,10 @@ let utils = { if (value.startsWith('$') && value in initial_variables.by_name) { const second_value = initial_variables.by_name[value].value; - if (second_value.startsWith('$') && second_value in initial_variables.by_name) { + if ( + second_value.startsWith('$') && + second_value in initial_variables.by_name + ) { const third_value = initial_variables.by_name[second_value].value; return third_value; @@ -121,7 +123,13 @@ let utils = { return value; }, - getComputedData: (name, value, type, initial_variables, derived_variables = {}) => { + getComputedData: ( + name, + value, + type, + initial_variables, + derived_variables = {} + ) => { let computed_value = ''; if (value.startsWith('$')) { @@ -129,7 +137,10 @@ let utils = { if (value in initial_variables.by_name) { second_value = initial_variables.by_name[value].value; - } else if (derived_variables.by_name && value in derived_variables.by_name) { + } else if ( + derived_variables.by_name && + value in derived_variables.by_name + ) { second_value = derived_variables.by_name[value].value; } @@ -138,7 +149,10 @@ let utils = { if (second_value in initial_variables.by_name) { third_value = initial_variables.by_name[second_value].value; - } else if (derived_variables.by_name && second_value in derived_variables.by_name) { + } else if ( + derived_variables.by_name && + second_value in derived_variables.by_name + ) { third_value = derived_variables.by_name[second_value].value; } @@ -167,10 +181,14 @@ let utils = { const computed_type = utils.getVariableType(name, computed_value); + if (computed_value.startsWith('mergeColorMaps')) { + computed_value = 'Bulma colors'; + } + return { computed_type, computed_value, - } + }; } return {}; @@ -185,8 +203,8 @@ let utils = { utils.ensureDirectoryExistence(dirname); fs.mkdirSync(dirname); - } -} + }, +}; utils.files = {}; utils.files.initial_variables = `${base_path}utilities/initial-variables.json`; diff --git a/docs/alternative-to-bootstrap.html b/docs/alternative-to-bootstrap.html index a26796d1d..9500fd111 100644 --- a/docs/alternative-to-bootstrap.html +++ b/docs/alternative-to-bootstrap.html @@ -1,6 +1,6 @@ --- fulltitle: "Bulma: an alternative to Bootstrap" -layout: more +layout: default breadcrumb: - home - more @@ -56,12 +56,23 @@ bootstrap: content: "Bulma has introduced some support for accessibility, but Bootstrap has strong and pervasive compatibility with **WCAG 2.0** guidelines." --- -
-

- Both Bulma and Bootstrap are CSS frameworks that allow developers to quickly build web interfaces with ease. While they have fairly similar features, they still differ in some ways, and you might wonder why you should choose one framework over the other. This page is here to help answer that. -

-
+{% include global/navbar.html id="AlternativeToBootstrap" %} + +{% + include components/hero.html + color="bootstrap" + icon="fas fa-exchange-alt" + title="Bulma: an **alternative** to Bootstrap" + subtitle="See how Bulma can replace your Bootstrap setup" +%} +{% + include components/call.html + color="primary" + text='Both Bulma and Bootstrap are CSS frameworks that allow developers to quickly build web interfaces with ease. While they have fairly similar features, they still differ in some ways, and you might wonder why you should choose one framework over the other. This page is here to help answer that.' +%} + +
@@ -135,3 +146,4 @@ bootstrap:
+
diff --git a/docs/backers.html b/docs/backers.html index 344c0805e..81d8f13cf 100644 --- a/docs/backers.html +++ b/docs/backers.html @@ -1,85 +1,45 @@ --- fulltitle: 'Backers via Patreon and GitHub' title: 'Backers via Patreon and GitHub' -layout: more +layout: default route: backers breadcrumb: - home - patreon-backers --- -{% capture table_head %} - - - Name - Twitter - Website - - -{% endcapture %} - -

- Generous backers ($30+) -

- - - {{ table_head }} - - {% for backer in site.data.backers["30"] reversed %} - {% include elements/patreon-item.html %} - {% endfor %} - {% for backer in site.data.github["30"] reversed %} - {% include elements/github-item.html %} - {% endfor %} - -
- -{% if site.data.backers["500"].size > 0 or site.data.github["500"].size > 0 %} -

- Documentation sponsors ($500+) -

+{% include global/navbar.html id="Backers" %} - - {{ table_head }} - - {% for backer in site.data.backers["500"] reversed %} - {% include elements/patreon-item.html %} - {% endfor %} - {% for backer in site.data.github["500"] reversed %} - {% include elements/github-item.html %} - {% endfor %} - -
-{% endif %} - -

- Homepage sponsors ($100+) -

- - - {{ table_head }} - - {% for backer in site.data.backers["100"] reversed %} - {% include elements/patreon-item.html %} - {% endfor %} - {% for backer in site.data.github["100"] reversed %} - {% include elements/github-item.html %} - {% endfor %} - -
- -

- Bulma backers ($10+) -

+{% capture hero_content %} +{% include elements/sponsor-button.html %} +{% endcapture %} - - {{ table_head }} - - {% for backer in site.data.backers["10"] reversed %} - {% include elements/patreon-item.html %} - {% endfor %} - {% for backer in site.data.github["10"] reversed %} - {% include elements/github-item.html %} - {% endfor %} - -
+{% + include components/hero.html + color="sponsor" + icon="fas fa-thumbs-up" + title=page.title + subtitle="Everyone who is supporting Bulma and Open Source" + content=hero_content +%} + +
+ + + {% include elements/backers-group.html tier="30" title="Generous backers ($30+)" %} + {% include elements/backers-group.html tier="500" title="Documentation sponsors ($500+)" %} + {% include elements/backers-group.html tier="300" title="Website sponsors ($300+)" %} + {% include elements/backers-group.html tier="100" title="Homepage sponsors ($100+)" %} + {% include elements/backers-group.html tier="10" title="Bulma backers ($10+)" %} +
diff --git a/docs/become-a-bulma-sponsor.html b/docs/become-a-bulma-sponsor.html new file mode 100644 index 000000000..50ffaffb4 --- /dev/null +++ b/docs/become-a-bulma-sponsor.html @@ -0,0 +1,80 @@ +--- +fulltitle: 'Become a Bulma sponsor' +title: 'Sponsor Bulma and Open Source via Patreon and GitHub' +layout: default +route: become-a-sponsor +--- + +{% include global/navbar.html id="Become a sponsor" %} + +{% capture hero_content %} +{% include elements/sponsor-button.html %} +{% endcapture %} + +{% + include elements/banner.html + color="sponsor" + title="Become a Bulma sponsor" +%} + +
+
+
+

+ Become a Bulma sponsor and support open source +

+
+
+
+ + + +
+
+
+ {% for tier in site.data.tiers %} +
+

${{ tier.amount }}

+

a month

+
{{ tier.message | markdownify }}
+
+ {% endfor %} +
+
+
+ +
+
+

What is the difference between Patreon and Github?

+
+
+

There is no difference in terms of rewards.

+

The main difference is that Patreon charges VAT based on your location.

+

If you already have a GitHub account, your sponsorship will be billed at the same time as your GitHub subscription.

+

In any case, choose the easiest option for you.

+
+
diff --git a/docs/blog.html b/docs/blog.html index 9d053a219..d92a295f2 100644 --- a/docs/blog.html +++ b/docs/blog.html @@ -8,54 +8,25 @@ breadcrumb: {% include global/navbar.html id="Blog" %} -
-
-
-
- {% include components/breadcrumb.html %} - -
-
-

- Blog -

-

- Stay updated about new features, bug fixes, and releases -

- - - - - Subscribe - -
+{% capture hero_content %} +{% include elements/rss-button.html %} +{% endcapture %} +{% + include components/hero.html + color="primary" + icon="fas fa-rss" + title="The **official** Bulma **blog**" + subtitle="Stay updated about new features, bug fixes, and releases" + content=hero_content +%} -
- {% include elements/carbon.html %} -
-
- -
- -
-
-
+
+
+ {% for post in site.posts %} + {% + include elements/post.html + post=post + %} + {% endfor %}
diff --git a/docs/bulma-docs.sass b/docs/bulma-docs.sass deleted file mode 100644 index e87aa2d99..000000000 --- a/docs/bulma-docs.sass +++ /dev/null @@ -1,91 +0,0 @@ -@charset "utf-8" - -$bootstrap: #6f5499 -$github: #333333 -$twitter: #55acee -$patreon: #f96854 -$patreon-blue: #052d49 -$fortyfour: #5f45bb -$amazon: #ffd863 -$bleeding-green: #ABF47C -$bleeding-red: #CA1F26 -$star: #FFD257 -$rss: #f26522 - -$mauve: #8A4D76 -$pink: #FA7C91 -$brown: #757763 -$beige-light: #D0D1CD -$beige-lighter: #EFF0EB - -$carbon-width: 300px -$carbon-height: 100px -$main-spacing: 3rem -$intro-width: 1080px -$sidebar-width: 10.5rem - -// @import "./bulma-dark" -@import "../bulma" - -%center - align-items: center - display: flex - justify-content: center - -%bd-box - background-color: $white - border-radius: $radius-large - box-shadow: 0 1.5rem 1.5rem -1.25rem rgba($black, 0.05) - display: block - -%link-before-background - &::before - +overlay - background-color: $scheme-main-bis - border-radius: $radius-large - content: "" - display: block - opacity: 0 - pointer-events: none - transform: scale(1.1) - transform-origin: center - transition-duration: $speed * 2 - transition-property: opacity, transform - &:hover - &::before - opacity: 1 - transform: scale(1) - -=selection($current-selector: false) - @if $current-selector - &::-moz-selection - @content - &::selection - @content - @else - \::-moz-selection - @content - \::selection - @content - -@import "./_sass/main" -@import "./_sass/highlight" -@import "./_sass/override" -@import "./_sass/global" -@import "./_sass/index" -@import "./_sass/header" -@import "./_sass/footer" -@import "./_sass/specific" -@import "./_sass/example" -@import "./_sass/callout" -@import "./_sass/bsa" -@import "./_sass/twitter" -@import "./_sass/expo" -@import "./_sass/love" -@import "./_sass/bootstrap" -@import "./_sass/klmn" -@import "./_sass/patreon" -@import "./_sass/sponsors" -@import "./_sass/book" -@import "./_sass/native" -@import "./_sass/focus" diff --git a/docs/bulma-docs.scss b/docs/bulma-docs.scss new file mode 100644 index 000000000..f5400be6d --- /dev/null +++ b/docs/bulma-docs.scss @@ -0,0 +1,245 @@ +@charset "utf-8"; + +$bootstrap: #6f5499; +$github: #333333; +$twitter: #55acee; +$patreon: #f96854; +$patreon-blue: #052d49; +$fortyfour: #5f45bb; +$amazon: #ffd863; +$bleeding-green: #abf47c; +$bleeding-red: #ca1f26; +$rss: #f26522; +$algolia: #3c4fe0; + +$star: #ffd257; +$purple: #b86bff; + +$mauve: #8a4d76; +$pink: #fa7c91; +$rose: #ea4aaa; +$brown: #757763; +$beige-light: #d0d1cd; +$beige-lighter: #eff0eb; +$sass: #bf4080; + +$carbon-width: 300px; +$carbon-height: 100px; +$carbon-line-height: 20px; +$carbon-min-lines: 6; +$carbon-poweredby-height: 20px; +$carbon-min-height: ($carbon-line-height * $carbon-min-lines) + + $carbon-poweredby-height; + +$main-spacing: 3rem; +$intro-width: 1080px; +$sidebar-width: 10.5rem; + +$radius: 0.375em; + +$bd-edge-width: 11.25rem; +$bd-edge-offset: 2rem; + +@import '../sass/utilities/initial-variables'; +@import '../sass/utilities/functions'; + +$custom-colors: ( + 'expo': ( + $star, + $white, + findLightColor($star), + findDarkColor($star), + ), + 'love': ( + $red, + $white, + findLightColor($red), + findDarkColor($red), + ), + 'patreon': ( + $patreon, + $white, + findLightColor($patreon), + findDarkColor($patreon), + ), + 'rss': ( + $rss, + $white, + findLightColor($rss), + findDarkColor($rss), + ), + 'bleeding': ( + $bleeding-green, + findColorInvert($bleeding-green), + findLightColor($bleeding-green), + findDarkColor($bleeding-green), + ), + 'sass': ( + $sass, + $white, + findLightColor($sass), + findDarkColor($sass), + ), + 'amazon': ( + $amazon, + findColorInvert($amazon), + findLightColor($amazon), + findDarkColor($amazon), + ), + 'sponsor': ( + $rose, + $white, + findLightColor($rose), + findDarkColor($rose), + ), + 'twitter': ( + $twitter, + $white, + findLightColor($twitter), + findDarkColor($twitter), + ), + 'videos': ( + $green, + $white, + findLightColor($green), + findDarkColor($green), + ), + 'extensions': ( + $cyan, + $white, + findLightColor($cyan), + findDarkColor($cyan), + ), + 'bootstrap': ( + $bootstrap, + $white, + findLightColor($bootstrap), + findDarkColor($bootstrap), + ), +); + +@import '../sass/utilities/derived-variables'; + +$navbar-breakpoint: $tablet; + +@import '../bulma'; + +%center { + align-items: center; + display: flex; + justify-content: center; +} + +@mixin selection($current-selector: false) { + @if $current-selector { + &::-moz-selection { + @content; + } + &::selection { + @content; + } + } @else { + ::-moz-selection { + @content; + } + ::selection { + @content; + } + } +} + +%reset { + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; + background: none; + border: none; + color: currentColor; + font-family: inherit; + font-size: 1em; + margin: 0; + padding: 0; +} + +%bd-box { + background-color: $white; + border-radius: $radius-large; + box-shadow: 0 1.5rem 1.5rem -1.25rem rgba($black, 0.05); + display: block; +} + +%link-before-background { + position: relative; + + &::before { + @include overlay; + background-color: $scheme-main-bis; + border-radius: $radius-large; + content: ''; + display: block; + opacity: 0; + pointer-events: none; + transform: scale(1.1); + transform-origin: center; + transition-duration: $speed * 2; + transition-property: opacity, transform; + } + + &:hover { + &::before { + opacity: 1; + transform: scale(1); + } + } +} + +@import './_sass/base/css-vars'; +@import './_sass/base/custom'; +@import './_sass/base/helpers'; + +@import './_sass/components/anchors'; +@import './_sass/components/options'; +@import './_sass/components/banner'; +@import './_sass/components/call'; +@import './_sass/components/carbon'; +@import './_sass/components/categories'; +@import './_sass/components/code'; +@import './_sass/components/content'; +@import './_sass/components/hero'; +@import './_sass/components/highlight'; +@import './_sass/components/klmn'; +@import './_sass/components/navbar'; +@import './_sass/components/notification'; +@import './_sass/components/pagination'; +@import './_sass/components/features'; +@import './_sass/components/links'; +@import './_sass/components/screenshots'; +@import './_sass/components/drawing'; +@import './_sass/components/variables'; +@import './_sass/components/book'; +@import './_sass/components/native'; + +@import './_sass/pages/index'; +@import './_sass/pages/docs'; +@import './_sass/pages/videos'; +@import './_sass/pages/love'; +@import './_sass/pages/expo'; +@import './_sass/pages/backers'; +@import './_sass/pages/blog'; +@import './_sass/pages/single'; +@import './_sass/pages/extensions'; +@import './_sass/pages/made-with-bulma'; +@import './_sass/pages/bootstrap'; + +@import './_sass/index/hello'; +@import './_sass/index/focus'; +@import './_sass/index/focus-animations'; +@import './_sass/index/best'; +@import './_sass/index/sponsors'; +@import './_sass/index/heading'; +@import './_sass/index/columns'; +@import './_sass/index/custom'; + +@import './_sass/global/support'; +@import './_sass/global/newsletter'; +@import './_sass/global/cc'; diff --git a/docs/bulma-start.html b/docs/bulma-start.html index 3f6703f71..0e1ef8775 100644 --- a/docs/bulma-start.html +++ b/docs/bulma-start.html @@ -1,7 +1,7 @@ --- title: 'Bulma start' fulltitle: 'Bulma start: a tiny npm package to get started with Bulma' -layout: more +layout: default route: bulma-start version: 0.0.4 download_url: https://github.com/jgthms/bulma-start/releases/download/0.0.4/bulma-start-0.0.4.zip @@ -13,154 +13,171 @@ breadcrumb: - bulma-start --- -
-
-

- bulma-start - is a tiny npm package that includes the npm - dependencies you need to - build your own website with Bulma. -

+{% include global/navbar.html id="MadeWithBulma" %} - +{% + include components/hero.html + color="success" + icon="fas fa-rocket" + title="The `bulma-start` package" + subtitle="A tiny npm package to get started with Bulma" +%} -
- - GitHub page - +
+
+
+
+

+ bulma-start + is a tiny npm package that includes the npm + dependencies you need to + build your own website with Bulma. +

- - npm page - -
-
+ -
-

- - Bulma: a Flexbox CSS framework - -

-
-
+ +
-{% include elements/anchor.html name="Install" %} +
+

+ + Bulma: a Flexbox CSS framework + +

+
+
+ + {% include elements/anchor.html name="Install" %} -
-

- Download bulma-start {{ page.version }} (.zip), rename to your project's name (i.e. my-new-bulma-site) and: -

-
+
+

+ Download bulma-start {{ page.version }} (.zip), rename to your project's name (i.e. my-new-bulma-site) and: +

+
-{% highlight bash %} cd my-new-bulma-site && npm install && npm start {% endhighlight -%} For more, visit -bulma-start README on Github. + {% highlight bash %} cd my-new-bulma-site && npm install && npm start {% endhighlight + %} For more, visit + bulma-start README on Github. -{% include elements/anchor.html name="What’s included" %} + {% include elements/anchor.html name="What’s included" %} -
-

- The npm dependencies included in package.json are: -

+
+

+ The npm dependencies included in package.json are: +

- + -

Apart from package.json, the following files are included:

+

Apart from package.json, the following files are included:

-
    -
  • - .babelrc configuration file for - Babel -
  • -
  • - .gitignore common - Git ignored files -
  • -
  • index.html this HTML5 file
  • -
  • - _sass/main.scss a basic SCSS file that - imports Bulma and explains how to - customize your styles, and compiles to - css/main.css -
  • -
  • - _javascript/main.js an ES6 JavaScript that compiles to - lib/main.js -
  • -
-
+
    +
  • + .babelrc configuration file for + Babel +
  • +
  • + .gitignore common + Git ignored files +
  • +
  • index.html this HTML5 file
  • +
  • + _sass/main.scss a basic SCSS file that + imports Bulma and explains how to + customize your styles, and compiles to + css/main.css +
  • +
  • + _javascript/main.js an ES6 JavaScript that compiles to + lib/main.js +
  • +
+
+
+ diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 35cf5a785..37fc2cba5 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -10,7 +10,7 @@ -webkit-appearance: none; align-items: center; border: 1px solid transparent; - border-radius: 4px; + border-radius: 0.375em; box-shadow: none; display: inline-flex; font-size: 1rem; @@ -93,7 +93,8 @@ fieldset[disabled] .pagination-ellipsis { } .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), .bd-side-sponsor:not(:last-child) { +.subtitle:not(:last-child), .block:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child), .bd-tabs:not(:last-child), .bd-example:not(:last-child), .bd-snippet:not(:last-child), .bd-content .highlight:not(:last-child), +.bd-content .bd-highlight-full:not(:last-child), .bd-book-cover:not(:last-child), .bd-side-sponsrs:not(:last-child) { margin-bottom: 1.5rem; } @@ -107,7 +108,7 @@ fieldset[disabled] .pagination-ellipsis { -webkit-appearance: none; background-color: rgba(10, 10, 10, 0.2); border: none; - border-radius: 290486px; + border-radius: 9999px; cursor: pointer; pointer-events: auto; display: inline-block; @@ -185,7 +186,7 @@ fieldset[disabled] .pagination-ellipsis { -webkit-animation: spinAround 500ms infinite linear; animation: spinAround 500ms infinite linear; border: 2px solid #dbdbdb; - border-radius: 290486px; + border-radius: 9999px; border-right-color: transparent; border-top-color: transparent; content: ""; @@ -211,7 +212,7 @@ fieldset[disabled] .pagination-ellipsis { .image.is-3by5 .has-ratio, .image.is-9by16 img, .image.is-9by16 .has-ratio, .image.is-1by2 img, .image.is-1by2 .has-ratio, .image.is-1by3 img, -.image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video { +.image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video, .bd-docs-overlay { bottom: 0; left: 0; position: absolute; @@ -219,6 +220,19 @@ fieldset[disabled] .pagination-ellipsis { top: 0; } +.bd-tabs-nav button, .bd-category-toggle, .bd-navbar-search-icon { + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; + background: none; + border: none; + color: currentColor; + font-family: inherit; + font-size: 1em; + margin: 0; + padding: 0; +} + /* Bulma Base */ /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */ html, @@ -351,7 +365,7 @@ body { } a { - color: #3273dc; + color: #485fc7; cursor: pointer; text-decoration: none; } @@ -469,11 +483,11 @@ table th { } 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; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7; } a.box:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7; } .button { @@ -521,12 +535,12 @@ a.box:active { } .button:focus, .button.is-focused { - border-color: #3273dc; + border-color: #485fc7; color: #363636; } .button:focus:not(:active), .button.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .button:active, .button.is-active { @@ -561,12 +575,12 @@ fieldset[disabled] .button.is-text { .button.is-ghost { background: none; border-color: transparent; - color: #3273dc; + color: #485fc7; text-decoration: none; } .button.is-ghost:hover, .button.is-ghost.is-hovered { - color: #3273dc; + color: #485fc7; text-decoration: underline; } @@ -1118,13 +1132,13 @@ fieldset[disabled] .button.is-primary.is-inverted.is-outlined { } .button.is-link { - background-color: #3273dc; + background-color: #485fc7; border-color: transparent; color: #fff; } .button.is-link:hover, .button.is-link.is-hovered { - background-color: #276cda; + background-color: #3e56c4; border-color: transparent; color: #fff; } @@ -1135,25 +1149,25 @@ fieldset[disabled] .button.is-primary.is-inverted.is-outlined { } .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); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .button.is-link:active, .button.is-link.is-active { - background-color: #2366d1; + background-color: #3a51bb; border-color: transparent; color: #fff; } .button.is-link[disabled], fieldset[disabled] .button.is-link { - background-color: #3273dc; + background-color: #485fc7; border-color: transparent; box-shadow: none; } .button.is-link.is-inverted { background-color: #fff; - color: #3273dc; + color: #485fc7; } .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { @@ -1165,7 +1179,7 @@ fieldset[disabled] .button.is-link.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: #3273dc; + color: #485fc7; } .button.is-link.is-loading::after { @@ -1174,18 +1188,18 @@ fieldset[disabled] .button.is-link.is-inverted { .button.is-link.is-outlined { background-color: transparent; - border-color: #3273dc; - color: #3273dc; + border-color: #485fc7; + color: #485fc7; } .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; + background-color: #485fc7; + border-color: #485fc7; color: #fff; } .button.is-link.is-outlined.is-loading::after { - border-color: transparent transparent #3273dc #3273dc !important; + border-color: transparent transparent #485fc7 #485fc7 !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 { @@ -1195,9 +1209,9 @@ fieldset[disabled] .button.is-link.is-inverted { .button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined { background-color: transparent; - border-color: #3273dc; + border-color: #485fc7; box-shadow: none; - color: #3273dc; + color: #485fc7; } .button.is-link.is-inverted.is-outlined { @@ -1208,11 +1222,11 @@ fieldset[disabled] .button.is-link.is-outlined { .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; + color: #485fc7; } .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; + border-color: transparent transparent #485fc7 #485fc7 !important; } .button.is-link.is-inverted.is-outlined[disabled], @@ -1224,30 +1238,30 @@ fieldset[disabled] .button.is-link.is-inverted.is-outlined { } .button.is-link.is-light { - background-color: #eef3fc; - color: #2160c4; + background-color: #eff1fa; + color: #3850b7; } .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { - background-color: #e3ecfa; + background-color: #e6e9f7; border-color: transparent; - color: #2160c4; + color: #3850b7; } .button.is-link.is-light:active, .button.is-link.is-light.is-active { - background-color: #d8e4f8; + background-color: #dce0f4; border-color: transparent; - color: #2160c4; + color: #3850b7; } .button.is-info { - background-color: #3298dc; + background-color: #3e8ed0; border-color: transparent; color: #fff; } .button.is-info:hover, .button.is-info.is-hovered { - background-color: #2793da; + background-color: #3488ce; border-color: transparent; color: #fff; } @@ -1258,25 +1272,25 @@ fieldset[disabled] .button.is-link.is-inverted.is-outlined { } .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); + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } .button.is-info:active, .button.is-info.is-active { - background-color: #238cd1; + background-color: #3082c5; border-color: transparent; color: #fff; } .button.is-info[disabled], fieldset[disabled] .button.is-info { - background-color: #3298dc; + background-color: #3e8ed0; border-color: transparent; box-shadow: none; } .button.is-info.is-inverted { background-color: #fff; - color: #3298dc; + color: #3e8ed0; } .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered { @@ -1288,7 +1302,7 @@ fieldset[disabled] .button.is-info.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: #3298dc; + color: #3e8ed0; } .button.is-info.is-loading::after { @@ -1297,18 +1311,18 @@ fieldset[disabled] .button.is-info.is-inverted { .button.is-info.is-outlined { background-color: transparent; - border-color: #3298dc; - color: #3298dc; + border-color: #3e8ed0; + color: #3e8ed0; } .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; + background-color: #3e8ed0; + border-color: #3e8ed0; color: #fff; } .button.is-info.is-outlined.is-loading::after { - border-color: transparent transparent #3298dc #3298dc !important; + border-color: transparent transparent #3e8ed0 #3e8ed0 !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 { @@ -1318,9 +1332,9 @@ fieldset[disabled] .button.is-info.is-inverted { .button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined { background-color: transparent; - border-color: #3298dc; + border-color: #3e8ed0; box-shadow: none; - color: #3298dc; + color: #3e8ed0; } .button.is-info.is-inverted.is-outlined { @@ -1331,11 +1345,11 @@ fieldset[disabled] .button.is-info.is-outlined { .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; + color: #3e8ed0; } .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; + border-color: transparent transparent #3e8ed0 #3e8ed0 !important; } .button.is-info.is-inverted.is-outlined[disabled], @@ -1347,30 +1361,30 @@ fieldset[disabled] .button.is-info.is-inverted.is-outlined { } .button.is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; + background-color: #eff5fb; + color: #296fa8; } .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered { - background-color: #e3f1fa; + background-color: #e4eff9; border-color: transparent; - color: #1d72aa; + color: #296fa8; } .button.is-info.is-light:active, .button.is-info.is-light.is-active { - background-color: #d8ebf8; + background-color: #dae9f6; border-color: transparent; - color: #1d72aa; + color: #296fa8; } .button.is-success { - background-color: #48c774; + background-color: #48c78e; border-color: transparent; color: #fff; } .button.is-success:hover, .button.is-success.is-hovered { - background-color: #3ec46d; + background-color: #3ec487; border-color: transparent; color: #fff; } @@ -1381,25 +1395,25 @@ fieldset[disabled] .button.is-info.is-inverted.is-outlined { } .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); + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } .button.is-success:active, .button.is-success.is-active { - background-color: #3abb67; + background-color: #3abb81; border-color: transparent; color: #fff; } .button.is-success[disabled], fieldset[disabled] .button.is-success { - background-color: #48c774; + background-color: #48c78e; border-color: transparent; box-shadow: none; } .button.is-success.is-inverted { background-color: #fff; - color: #48c774; + color: #48c78e; } .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered { @@ -1411,7 +1425,7 @@ fieldset[disabled] .button.is-success.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: #48c774; + color: #48c78e; } .button.is-success.is-loading::after { @@ -1420,18 +1434,18 @@ fieldset[disabled] .button.is-success.is-inverted { .button.is-success.is-outlined { background-color: transparent; - border-color: #48c774; - color: #48c774; + border-color: #48c78e; + color: #48c78e; } .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; + background-color: #48c78e; + border-color: #48c78e; color: #fff; } .button.is-success.is-outlined.is-loading::after { - border-color: transparent transparent #48c774 #48c774 !important; + border-color: transparent transparent #48c78e #48c78e !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 { @@ -1441,9 +1455,9 @@ fieldset[disabled] .button.is-success.is-inverted { .button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined { background-color: transparent; - border-color: #48c774; + border-color: #48c78e; box-shadow: none; - color: #48c774; + color: #48c78e; } .button.is-success.is-inverted.is-outlined { @@ -1454,11 +1468,11 @@ fieldset[disabled] .button.is-success.is-outlined { .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; + color: #48c78e; } .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; + border-color: transparent transparent #48c78e #48c78e !important; } .button.is-success.is-inverted.is-outlined[disabled], @@ -1470,30 +1484,30 @@ fieldset[disabled] .button.is-success.is-inverted.is-outlined { } .button.is-success.is-light { - background-color: #effaf3; - color: #257942; + background-color: #effaf5; + color: #257953; } .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered { - background-color: #e6f7ec; + background-color: #e6f7ef; border-color: transparent; - color: #257942; + color: #257953; } .button.is-success.is-light:active, .button.is-success.is-light.is-active { - background-color: #dcf4e4; + background-color: #dcf4e9; border-color: transparent; - color: #257942; + color: #257953; } .button.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .button.is-warning:hover, .button.is-warning.is-hovered { - background-color: #ffdb4a; + background-color: #ffdc7d; border-color: transparent; color: rgba(0, 0, 0, 0.7); } @@ -1504,25 +1518,25 @@ fieldset[disabled] .button.is-success.is-inverted.is-outlined { } .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); + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } .button.is-warning:active, .button.is-warning.is-active { - background-color: #ffd83d; + background-color: #ffd970; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .button.is-warning[disabled], fieldset[disabled] .button.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; border-color: transparent; box-shadow: none; } .button.is-warning.is-inverted { background-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; + color: #ffe08a; } .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered { @@ -1534,7 +1548,7 @@ fieldset[disabled] .button.is-warning.is-inverted { background-color: rgba(0, 0, 0, 0.7); border-color: transparent; box-shadow: none; - color: #ffdd57; + color: #ffe08a; } .button.is-warning.is-loading::after { @@ -1543,18 +1557,18 @@ fieldset[disabled] .button.is-warning.is-inverted { .button.is-warning.is-outlined { background-color: transparent; - border-color: #ffdd57; - color: #ffdd57; + border-color: #ffe08a; + color: #ffe08a; } .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; + background-color: #ffe08a; + border-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .button.is-warning.is-outlined.is-loading::after { - border-color: transparent transparent #ffdd57 #ffdd57 !important; + border-color: transparent transparent #ffe08a #ffe08a !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 { @@ -1564,9 +1578,9 @@ fieldset[disabled] .button.is-warning.is-inverted { .button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined { background-color: transparent; - border-color: #ffdd57; + border-color: #ffe08a; box-shadow: none; - color: #ffdd57; + color: #ffe08a; } .button.is-warning.is-inverted.is-outlined { @@ -1577,11 +1591,11 @@ fieldset[disabled] .button.is-warning.is-outlined { .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; + color: #ffe08a; } .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; + border-color: transparent transparent #ffe08a #ffe08a !important; } .button.is-warning.is-inverted.is-outlined[disabled], @@ -1593,20 +1607,20 @@ fieldset[disabled] .button.is-warning.is-inverted.is-outlined { } .button.is-warning.is-light { - background-color: #fffbeb; - color: #947600; + background-color: #fffaeb; + color: #946c00; } .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered { - background-color: #fff8de; + background-color: #fff6de; border-color: transparent; - color: #947600; + color: #946c00; } .button.is-warning.is-light:active, .button.is-warning.is-light.is-active { - background-color: #fff6d1; + background-color: #fff3d1; border-color: transparent; - color: #947600; + color: #946c00; } .button.is-danger { @@ -1732,9865 +1746,14909 @@ fieldset[disabled] .button.is-danger.is-inverted.is-outlined { color: #cc0f35; } -.button.is-small { - font-size: 0.75rem; +.button.is-expo { + background-color: #ffd257; + border-color: transparent; + color: white; } -.button.is-small:not(.is-rounded) { - border-radius: 2px; +.button.is-expo:hover, .button.is-expo.is-hovered { + background-color: #ffcf4a; + border-color: transparent; + color: white; } -.button.is-normal { - font-size: 1rem; +.button.is-expo:focus, .button.is-expo.is-focused { + border-color: transparent; + color: white; } -.button.is-medium { - font-size: 1.25rem; +.button.is-expo:focus:not(:active), .button.is-expo.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(255, 210, 87, 0.25); } -.button.is-large { - font-size: 1.5rem; +.button.is-expo:active, .button.is-expo.is-active { + background-color: #ffcb3e; + border-color: transparent; + color: white; } -.button[disabled], -fieldset[disabled] .button { - background-color: white; - border-color: #dbdbdb; +.button.is-expo[disabled], +fieldset[disabled] .button.is-expo { + background-color: #ffd257; + border-color: transparent; box-shadow: none; - opacity: 0.5; } -.button.is-fullwidth { - display: flex; - width: 100%; +.button.is-expo.is-inverted { + background-color: white; + color: #ffd257; } -.button.is-loading { - color: transparent !important; - pointer-events: none; +.button.is-expo.is-inverted:hover, .button.is-expo.is-inverted.is-hovered { + background-color: #f2f2f2; } -.button.is-loading::after { - position: absolute; - left: calc(50% - (1em / 2)); - top: calc(50% - (1em / 2)); - position: absolute !important; +.button.is-expo.is-inverted[disabled], +fieldset[disabled] .button.is-expo.is-inverted { + background-color: white; + border-color: transparent; + box-shadow: none; + color: #ffd257; } -.button.is-static { - background-color: whitesmoke; - border-color: #dbdbdb; - color: #7a7a7a; - box-shadow: none; - pointer-events: none; +.button.is-expo.is-loading::after { + border-color: transparent transparent white white !important; } -.button.is-rounded { - border-radius: 290486px; - padding-left: calc(1em + 0.25em); - padding-right: calc(1em + 0.25em); +.button.is-expo.is-outlined { + background-color: transparent; + border-color: #ffd257; + color: #ffd257; } -.buttons { - align-items: center; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; +.button.is-expo.is-outlined:hover, .button.is-expo.is-outlined.is-hovered, .button.is-expo.is-outlined:focus, .button.is-expo.is-outlined.is-focused { + background-color: #ffd257; + border-color: #ffd257; + color: white; } -.buttons .button { - margin-bottom: 0.5rem; +.button.is-expo.is-outlined.is-loading::after { + border-color: transparent transparent #ffd257 #ffd257 !important; } -.buttons .button:not(:last-child):not(.is-fullwidth) { - margin-right: 0.5rem; +.button.is-expo.is-outlined.is-loading:hover::after, .button.is-expo.is-outlined.is-loading.is-hovered::after, .button.is-expo.is-outlined.is-loading:focus::after, .button.is-expo.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent white white !important; } -.buttons:last-child { - margin-bottom: -0.5rem; +.button.is-expo.is-outlined[disabled], +fieldset[disabled] .button.is-expo.is-outlined { + background-color: transparent; + border-color: #ffd257; + box-shadow: none; + color: #ffd257; } -.buttons:not(:last-child) { - margin-bottom: 1rem; +.button.is-expo.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + color: white; } -.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { - font-size: 0.75rem; +.button.is-expo.is-inverted.is-outlined:hover, .button.is-expo.is-inverted.is-outlined.is-hovered, .button.is-expo.is-inverted.is-outlined:focus, .button.is-expo.is-inverted.is-outlined.is-focused { + background-color: white; + color: #ffd257; } -.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) { - border-radius: 2px; +.button.is-expo.is-inverted.is-outlined.is-loading:hover::after, .button.is-expo.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-expo.is-inverted.is-outlined.is-loading:focus::after, .button.is-expo.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #ffd257 #ffd257 !important; } -.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { - font-size: 1.25rem; +.button.is-expo.is-inverted.is-outlined[disabled], +fieldset[disabled] .button.is-expo.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + box-shadow: none; + color: white; } -.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { - font-size: 1.5rem; +.button.is-expo.is-light { + background-color: #fffaeb; + color: #946c00; } -.buttons.has-addons .button:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; +.button.is-expo.is-light:hover, .button.is-expo.is-light.is-hovered { + background-color: #fff6de; + border-color: transparent; + color: #946c00; } -.buttons.has-addons .button:not(:last-child) { - border-bottom-right-radius: 0; - border-top-right-radius: 0; - margin-right: -1px; +.button.is-expo.is-light:active, .button.is-expo.is-light.is-active { + background-color: #fff3d1; + border-color: transparent; + color: #946c00; } -.buttons.has-addons .button:last-child { - margin-right: 0; +.button.is-love { + background-color: #f14668; + border-color: transparent; + color: white; } -.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered { - z-index: 2; +.button.is-love:hover, .button.is-love.is-hovered { + background-color: #f03a5f; + border-color: transparent; + color: white; } -.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-love:focus, .button.is-love.is-focused { + border-color: transparent; + color: white; } -.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-love:focus:not(:active), .button.is-love.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); } -.buttons.has-addons .button.is-expanded { - flex-grow: 1; - flex-shrink: 1; +.button.is-love:active, .button.is-love.is-active { + background-color: #ef2e55; + border-color: transparent; + color: white; } -.buttons.is-centered { - justify-content: center; +.button.is-love[disabled], +fieldset[disabled] .button.is-love { + background-color: #f14668; + border-color: transparent; + box-shadow: none; } -.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) { - margin-left: 0.25rem; - margin-right: 0.25rem; +.button.is-love.is-inverted { + background-color: white; + color: #f14668; } -.buttons.is-right { - justify-content: flex-end; +.button.is-love.is-inverted:hover, .button.is-love.is-inverted.is-hovered { + background-color: #f2f2f2; } -.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) { - margin-left: 0.25rem; - margin-right: 0.25rem; +.button.is-love.is-inverted[disabled], +fieldset[disabled] .button.is-love.is-inverted { + background-color: white; + border-color: transparent; + box-shadow: none; + color: #f14668; } -.container { - flex-grow: 1; - margin: 0 auto; - position: relative; - width: auto; +.button.is-love.is-loading::after { + border-color: transparent transparent white white !important; } -.container.is-fluid { - max-width: none !important; - padding-left: 32px; - padding-right: 32px; - width: 100%; +.button.is-love.is-outlined { + background-color: transparent; + border-color: #f14668; + color: #f14668; } -@media screen and (min-width: 1024px) { - .container { - max-width: 960px; - } +.button.is-love.is-outlined:hover, .button.is-love.is-outlined.is-hovered, .button.is-love.is-outlined:focus, .button.is-love.is-outlined.is-focused { + background-color: #f14668; + border-color: #f14668; + color: white; } -@media screen and (max-width: 1215px) { - .container.is-widescreen:not(.is-max-desktop) { - max-width: 1152px; - } +.button.is-love.is-outlined.is-loading::after { + border-color: transparent transparent #f14668 #f14668 !important; } -@media screen and (max-width: 1407px) { - .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) { - max-width: 1344px; - } +.button.is-love.is-outlined.is-loading:hover::after, .button.is-love.is-outlined.is-loading.is-hovered::after, .button.is-love.is-outlined.is-loading:focus::after, .button.is-love.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent white white !important; } -@media screen and (min-width: 1216px) { - .container:not(.is-max-desktop) { - max-width: 1152px; - } +.button.is-love.is-outlined[disabled], +fieldset[disabled] .button.is-love.is-outlined { + background-color: transparent; + border-color: #f14668; + box-shadow: none; + color: #f14668; } -@media screen and (min-width: 1408px) { - .container:not(.is-max-desktop):not(.is-max-widescreen) { - max-width: 1344px; - } +.button.is-love.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + color: white; } -.content li + li { - margin-top: 0.25em; +.button.is-love.is-inverted.is-outlined:hover, .button.is-love.is-inverted.is-outlined.is-hovered, .button.is-love.is-inverted.is-outlined:focus, .button.is-love.is-inverted.is-outlined.is-focused { + background-color: white; + color: #f14668; } -.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-love.is-inverted.is-outlined.is-loading:hover::after, .button.is-love.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-love.is-inverted.is-outlined.is-loading:focus::after, .button.is-love.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #f14668 #f14668 !important; } -.content h1, -.content h2, -.content h3, -.content h4, -.content h5, -.content h6 { - color: #363636; - font-weight: 600; - line-height: 1.125; +.button.is-love.is-inverted.is-outlined[disabled], +fieldset[disabled] .button.is-love.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + box-shadow: none; + color: white; } -.content h1 { - font-size: 2em; - margin-bottom: 0.5em; +.button.is-love.is-light { + background-color: #feecf0; + color: #cc0f35; } -.content h1:not(:first-child) { - margin-top: 1em; +.button.is-love.is-light:hover, .button.is-love.is-light.is-hovered { + background-color: #fde0e6; + border-color: transparent; + color: #cc0f35; } -.content h2 { - font-size: 1.75em; - margin-bottom: 0.5714em; +.button.is-love.is-light:active, .button.is-love.is-light.is-active { + background-color: #fcd4dc; + border-color: transparent; + color: #cc0f35; } -.content h2:not(:first-child) { - margin-top: 1.1428em; +.button.is-patreon { + background-color: #f96854; + border-color: transparent; + color: white; } -.content h3 { - font-size: 1.5em; - margin-bottom: 0.6666em; +.button.is-patreon:hover, .button.is-patreon.is-hovered { + background-color: #f95d48; + border-color: transparent; + color: white; } -.content h3:not(:first-child) { - margin-top: 1.3333em; +.button.is-patreon:focus, .button.is-patreon.is-focused { + border-color: transparent; + color: white; } -.content h4 { - font-size: 1.25em; - margin-bottom: 0.8em; +.button.is-patreon:focus:not(:active), .button.is-patreon.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(249, 104, 84, 0.25); } -.content h5 { - font-size: 1.125em; - margin-bottom: 0.8888em; +.button.is-patreon:active, .button.is-patreon.is-active { + background-color: #f8523b; + border-color: transparent; + color: white; } -.content h6 { - font-size: 1em; - margin-bottom: 1em; +.button.is-patreon[disabled], +fieldset[disabled] .button.is-patreon { + background-color: #f96854; + border-color: transparent; + box-shadow: none; } -.content blockquote { - background-color: whitesmoke; - border-left: 5px solid #dbdbdb; - padding: 1.25em 1.5em; +.button.is-patreon.is-inverted { + background-color: white; + color: #f96854; } -.content ol { - list-style-position: outside; - margin-left: 2em; - margin-top: 1em; +.button.is-patreon.is-inverted:hover, .button.is-patreon.is-inverted.is-hovered { + background-color: #f2f2f2; } -.content ol:not([type]) { - list-style-type: decimal; +.button.is-patreon.is-inverted[disabled], +fieldset[disabled] .button.is-patreon.is-inverted { + background-color: white; + border-color: transparent; + box-shadow: none; + color: #f96854; } -.content ol:not([type]).is-lower-alpha { - list-style-type: lower-alpha; +.button.is-patreon.is-loading::after { + border-color: transparent transparent white white !important; } -.content ol:not([type]).is-lower-roman { - list-style-type: lower-roman; +.button.is-patreon.is-outlined { + background-color: transparent; + border-color: #f96854; + color: #f96854; } -.content ol:not([type]).is-upper-alpha { - list-style-type: upper-alpha; +.button.is-patreon.is-outlined:hover, .button.is-patreon.is-outlined.is-hovered, .button.is-patreon.is-outlined:focus, .button.is-patreon.is-outlined.is-focused { + background-color: #f96854; + border-color: #f96854; + color: white; } -.content ol:not([type]).is-upper-roman { - list-style-type: upper-roman; +.button.is-patreon.is-outlined.is-loading::after { + border-color: transparent transparent #f96854 #f96854 !important; } -.content ul { - list-style: disc outside; - margin-left: 2em; - margin-top: 1em; +.button.is-patreon.is-outlined.is-loading:hover::after, .button.is-patreon.is-outlined.is-loading.is-hovered::after, .button.is-patreon.is-outlined.is-loading:focus::after, .button.is-patreon.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent white white !important; } -.content ul ul { - list-style-type: circle; - margin-top: 0.5em; +.button.is-patreon.is-outlined[disabled], +fieldset[disabled] .button.is-patreon.is-outlined { + background-color: transparent; + border-color: #f96854; + box-shadow: none; + color: #f96854; } -.content ul ul ul { - list-style-type: square; +.button.is-patreon.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + color: white; } -.content dd { - margin-left: 2em; +.button.is-patreon.is-inverted.is-outlined:hover, .button.is-patreon.is-inverted.is-outlined.is-hovered, .button.is-patreon.is-inverted.is-outlined:focus, .button.is-patreon.is-inverted.is-outlined.is-focused { + background-color: white; + color: #f96854; } -.content figure { - margin-left: 2em; - margin-right: 2em; - text-align: center; +.button.is-patreon.is-inverted.is-outlined.is-loading:hover::after, .button.is-patreon.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-patreon.is-inverted.is-outlined.is-loading:focus::after, .button.is-patreon.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #f96854 #f96854 !important; } -.content figure:not(:first-child) { - margin-top: 2em; +.button.is-patreon.is-inverted.is-outlined[disabled], +fieldset[disabled] .button.is-patreon.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + box-shadow: none; + color: white; } -.content figure:not(:last-child) { - margin-bottom: 2em; +.button.is-patreon.is-light { + background-color: #feeeeb; + color: #c01d07; } -.content figure img { - display: inline-block; +.button.is-patreon.is-light:hover, .button.is-patreon.is-light.is-hovered { + background-color: #fee3df; + border-color: transparent; + color: #c01d07; } -.content figure figcaption { - font-style: italic; +.button.is-patreon.is-light:active, .button.is-patreon.is-light.is-active { + background-color: #fdd8d3; + border-color: transparent; + color: #c01d07; } -.content pre { - -webkit-overflow-scrolling: touch; - overflow-x: auto; - padding: 1.25em 1.5em; - white-space: pre; - word-wrap: normal; +.button.is-rss { + background-color: #f26522; + border-color: transparent; + color: white; } -.content sup, -.content sub { - font-size: 75%; +.button.is-rss:hover, .button.is-rss.is-hovered { + background-color: #f15d16; + border-color: transparent; + color: white; } -.content table { - width: 100%; +.button.is-rss:focus, .button.is-rss.is-focused { + border-color: transparent; + color: white; } -.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-rss:focus:not(:active), .button.is-rss.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(242, 101, 34, 0.25); } -.content table th { - color: #363636; +.button.is-rss:active, .button.is-rss.is-active { + background-color: #ed560e; + border-color: transparent; + color: white; } -.content table th:not([align]) { - text-align: inherit; +.button.is-rss[disabled], +fieldset[disabled] .button.is-rss { + background-color: #f26522; + border-color: transparent; + box-shadow: none; } -.content table thead td, -.content table thead th { - border-width: 0 0 2px; - color: #363636; +.button.is-rss.is-inverted { + background-color: white; + color: #f26522; } -.content table tfoot td, -.content table tfoot th { - border-width: 2px 0 0; - color: #363636; +.button.is-rss.is-inverted:hover, .button.is-rss.is-inverted.is-hovered { + background-color: #f2f2f2; } -.content table tbody tr:last-child td, -.content table tbody tr:last-child th { - border-bottom-width: 0; +.button.is-rss.is-inverted[disabled], +fieldset[disabled] .button.is-rss.is-inverted { + background-color: white; + border-color: transparent; + box-shadow: none; + color: #f26522; } -.content .tabs li + li { - margin-top: 0; +.button.is-rss.is-loading::after { + border-color: transparent transparent white white !important; } -.content.is-small { - font-size: 0.75rem; +.button.is-rss.is-outlined { + background-color: transparent; + border-color: #f26522; + color: #f26522; } -.content.is-medium { - font-size: 1.25rem; +.button.is-rss.is-outlined:hover, .button.is-rss.is-outlined.is-hovered, .button.is-rss.is-outlined:focus, .button.is-rss.is-outlined.is-focused { + background-color: #f26522; + border-color: #f26522; + color: white; } -.content.is-large { - font-size: 1.5rem; +.button.is-rss.is-outlined.is-loading::after { + border-color: transparent transparent #f26522 #f26522 !important; } -.icon { - align-items: center; - display: inline-flex; - justify-content: center; - height: 1.5rem; - width: 1.5rem; +.button.is-rss.is-outlined.is-loading:hover::after, .button.is-rss.is-outlined.is-loading.is-hovered::after, .button.is-rss.is-outlined.is-loading:focus::after, .button.is-rss.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent white white !important; } -.icon.is-small { - height: 1rem; - width: 1rem; +.button.is-rss.is-outlined[disabled], +fieldset[disabled] .button.is-rss.is-outlined { + background-color: transparent; + border-color: #f26522; + box-shadow: none; + color: #f26522; } -.icon.is-medium { - height: 2rem; - width: 2rem; +.button.is-rss.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + color: white; } -.icon.is-large { - height: 3rem; - width: 3rem; +.button.is-rss.is-inverted.is-outlined:hover, .button.is-rss.is-inverted.is-outlined.is-hovered, .button.is-rss.is-inverted.is-outlined:focus, .button.is-rss.is-inverted.is-outlined.is-focused { + background-color: white; + color: #f26522; } -.icon-text { - align-items: flex-start; - color: inherit; - display: inline-flex; - flex-wrap: wrap; - line-height: 1.5rem; - vertical-align: top; +.button.is-rss.is-inverted.is-outlined.is-loading:hover::after, .button.is-rss.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-rss.is-inverted.is-outlined.is-loading:focus::after, .button.is-rss.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #f26522 #f26522 !important; } -.icon-text .icon { - flex-grow: 0; - flex-shrink: 0; +.button.is-rss.is-inverted.is-outlined[disabled], +fieldset[disabled] .button.is-rss.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + box-shadow: none; + color: white; } -.icon-text .icon:not(:last-child) { - margin-right: 0.25em; +.button.is-rss.is-light { + background-color: #fef2ec; + color: #c1460b; } -.icon-text .icon:not(:first-child) { - margin-left: 0.25em; +.button.is-rss.is-light:hover, .button.is-rss.is-light.is-hovered { + background-color: #fde9e0; + border-color: transparent; + color: #c1460b; } -div.icon-text { - display: flex; +.button.is-rss.is-light:active, .button.is-rss.is-light.is-active { + background-color: #fce1d4; + border-color: transparent; + color: #c1460b; } -.image { - display: block; - position: relative; +.button.is-bleeding { + background-color: #abf47c; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.image img { - display: block; - height: auto; - width: 100%; +.button.is-bleeding:hover, .button.is-bleeding.is-hovered { + background-color: #a3f370; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.image img.is-rounded { - border-radius: 290486px; +.button.is-bleeding:focus, .button.is-bleeding.is-focused { + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.image.is-fullwidth { - width: 100%; +.button.is-bleeding:focus:not(:active), .button.is-bleeding.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(171, 244, 124, 0.25); } -.image.is-square img, -.image.is-square .has-ratio, .image.is-1by1 img, -.image.is-1by1 .has-ratio, .image.is-5by4 img, -.image.is-5by4 .has-ratio, .image.is-4by3 img, -.image.is-4by3 .has-ratio, .image.is-3by2 img, -.image.is-3by2 .has-ratio, .image.is-5by3 img, -.image.is-5by3 .has-ratio, .image.is-16by9 img, -.image.is-16by9 .has-ratio, .image.is-2by1 img, -.image.is-2by1 .has-ratio, .image.is-3by1 img, -.image.is-3by1 .has-ratio, .image.is-4by5 img, -.image.is-4by5 .has-ratio, .image.is-3by4 img, -.image.is-3by4 .has-ratio, .image.is-2by3 img, -.image.is-2by3 .has-ratio, .image.is-3by5 img, -.image.is-3by5 .has-ratio, .image.is-9by16 img, -.image.is-9by16 .has-ratio, .image.is-1by2 img, -.image.is-1by2 .has-ratio, .image.is-1by3 img, -.image.is-1by3 .has-ratio { - height: 100%; - width: 100%; +.button.is-bleeding:active, .button.is-bleeding.is-active { + background-color: #9cf264; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.image.is-square, .image.is-1by1 { - padding-top: 100%; +.button.is-bleeding[disabled], +fieldset[disabled] .button.is-bleeding { + background-color: #abf47c; + border-color: transparent; + box-shadow: none; } -.image.is-5by4 { - padding-top: 80%; +.button.is-bleeding.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + color: #abf47c; } -.image.is-4by3 { - padding-top: 75%; +.button.is-bleeding.is-inverted:hover, .button.is-bleeding.is-inverted.is-hovered { + background-color: rgba(0, 0, 0, 0.7); } -.image.is-3by2 { - padding-top: 66.6666%; +.button.is-bleeding.is-inverted[disabled], +fieldset[disabled] .button.is-bleeding.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + border-color: transparent; + box-shadow: none; + color: #abf47c; } -.image.is-5by3 { - padding-top: 60%; +.button.is-bleeding.is-loading::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } -.image.is-16by9 { - padding-top: 56.25%; +.button.is-bleeding.is-outlined { + background-color: transparent; + border-color: #abf47c; + color: #abf47c; } -.image.is-2by1 { - padding-top: 50%; +.button.is-bleeding.is-outlined:hover, .button.is-bleeding.is-outlined.is-hovered, .button.is-bleeding.is-outlined:focus, .button.is-bleeding.is-outlined.is-focused { + background-color: #abf47c; + border-color: #abf47c; + color: rgba(0, 0, 0, 0.7); } -.image.is-3by1 { - padding-top: 33.3333%; +.button.is-bleeding.is-outlined.is-loading::after { + border-color: transparent transparent #abf47c #abf47c !important; } -.image.is-4by5 { - padding-top: 125%; +.button.is-bleeding.is-outlined.is-loading:hover::after, .button.is-bleeding.is-outlined.is-loading.is-hovered::after, .button.is-bleeding.is-outlined.is-loading:focus::after, .button.is-bleeding.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } -.image.is-3by4 { - padding-top: 133.3333%; +.button.is-bleeding.is-outlined[disabled], +fieldset[disabled] .button.is-bleeding.is-outlined { + background-color: transparent; + border-color: #abf47c; + box-shadow: none; + color: #abf47c; } -.image.is-2by3 { - padding-top: 150%; +.button.is-bleeding.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + color: rgba(0, 0, 0, 0.7); } -.image.is-3by5 { - padding-top: 166.6666%; +.button.is-bleeding.is-inverted.is-outlined:hover, .button.is-bleeding.is-inverted.is-outlined.is-hovered, .button.is-bleeding.is-inverted.is-outlined:focus, .button.is-bleeding.is-inverted.is-outlined.is-focused { + background-color: rgba(0, 0, 0, 0.7); + color: #abf47c; } -.image.is-9by16 { - padding-top: 177.7777%; +.button.is-bleeding.is-inverted.is-outlined.is-loading:hover::after, .button.is-bleeding.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-bleeding.is-inverted.is-outlined.is-loading:focus::after, .button.is-bleeding.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #abf47c #abf47c !important; } -.image.is-1by2 { - padding-top: 200%; +.button.is-bleeding.is-inverted.is-outlined[disabled], +fieldset[disabled] .button.is-bleeding.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); } -.image.is-1by3 { - padding-top: 300%; +.button.is-bleeding.is-light { + background-color: #f3fdec; + color: #3c880b; } -.image.is-16x16 { - height: 16px; - width: 16px; +.button.is-bleeding.is-light:hover, .button.is-bleeding.is-light.is-hovered { + background-color: #ebfce0; + border-color: transparent; + color: #3c880b; } -.image.is-24x24 { - height: 24px; - width: 24px; +.button.is-bleeding.is-light:active, .button.is-bleeding.is-light.is-active { + background-color: #e4fbd5; + border-color: transparent; + color: #3c880b; } -.image.is-32x32 { - height: 32px; - width: 32px; +.button.is-sass { + background-color: #bf4080; + border-color: transparent; + color: white; } -.image.is-48x48 { - height: 48px; - width: 48px; +.button.is-sass:hover, .button.is-sass.is-hovered { + background-color: #b53d7a; + border-color: transparent; + color: white; } -.image.is-64x64 { - height: 64px; - width: 64px; +.button.is-sass:focus, .button.is-sass.is-focused { + border-color: transparent; + color: white; } -.image.is-96x96 { - height: 96px; - width: 96px; +.button.is-sass:focus:not(:active), .button.is-sass.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(191, 64, 128, 0.25); } -.image.is-128x128 { - height: 128px; - width: 128px; +.button.is-sass:active, .button.is-sass.is-active { + background-color: #ac3a73; + border-color: transparent; + color: white; } -.notification { - background-color: whitesmoke; - border-radius: 4px; - position: relative; - padding: 1.25rem 2.5rem 1.25rem 1.5rem; +.button.is-sass[disabled], +fieldset[disabled] .button.is-sass { + background-color: #bf4080; + border-color: transparent; + box-shadow: none; } -.notification a:not(.button):not(.dropdown-item) { - color: currentColor; - text-decoration: underline; +.button.is-sass.is-inverted { + background-color: white; + color: #bf4080; } -.notification strong { - color: currentColor; +.button.is-sass.is-inverted:hover, .button.is-sass.is-inverted.is-hovered { + background-color: #f2f2f2; } -.notification code, -.notification pre { - background: white; +.button.is-sass.is-inverted[disabled], +fieldset[disabled] .button.is-sass.is-inverted { + background-color: white; + border-color: transparent; + box-shadow: none; + color: #bf4080; } -.notification pre code { - background: transparent; +.button.is-sass.is-loading::after { + border-color: transparent transparent white white !important; } -.notification > .delete { - right: 0.5rem; - position: absolute; - top: 0.5rem; +.button.is-sass.is-outlined { + background-color: transparent; + border-color: #bf4080; + color: #bf4080; } -.notification .title, -.notification .subtitle, -.notification .content { - color: currentColor; +.button.is-sass.is-outlined:hover, .button.is-sass.is-outlined.is-hovered, .button.is-sass.is-outlined:focus, .button.is-sass.is-outlined.is-focused { + background-color: #bf4080; + border-color: #bf4080; + color: white; } -.notification.is-white { - background-color: white; - color: #0a0a0a; +.button.is-sass.is-outlined.is-loading::after { + border-color: transparent transparent #bf4080 #bf4080 !important; } -.notification.is-black { - background-color: #0a0a0a; - color: white; +.button.is-sass.is-outlined.is-loading:hover::after, .button.is-sass.is-outlined.is-loading.is-hovered::after, .button.is-sass.is-outlined.is-loading:focus::after, .button.is-sass.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent white white !important; } -.notification.is-light { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); +.button.is-sass.is-outlined[disabled], +fieldset[disabled] .button.is-sass.is-outlined { + background-color: transparent; + border-color: #bf4080; + box-shadow: none; + color: #bf4080; } -.notification.is-dark { - background-color: #363636; - color: #fff; +.button.is-sass.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + color: white; } -.notification.is-primary { - background-color: #00d1b2; - color: #fff; +.button.is-sass.is-inverted.is-outlined:hover, .button.is-sass.is-inverted.is-outlined.is-hovered, .button.is-sass.is-inverted.is-outlined:focus, .button.is-sass.is-inverted.is-outlined.is-focused { + background-color: white; + color: #bf4080; } -.notification.is-primary.is-light { - background-color: #ebfffc; - color: #00947e; +.button.is-sass.is-inverted.is-outlined.is-loading:hover::after, .button.is-sass.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-sass.is-inverted.is-outlined.is-loading:focus::after, .button.is-sass.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #bf4080 #bf4080 !important; } -.notification.is-link { - background-color: #3273dc; - color: #fff; +.button.is-sass.is-inverted.is-outlined[disabled], +fieldset[disabled] .button.is-sass.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + box-shadow: none; + color: white; } -.notification.is-link.is-light { - background-color: #eef3fc; - color: #2160c4; +.button.is-sass.is-light { + background-color: #faf0f5; + color: #b03b76; } -.notification.is-info { - background-color: #3298dc; - color: #fff; +.button.is-sass.is-light:hover, .button.is-sass.is-light.is-hovered { + background-color: #f7e6ee; + border-color: transparent; + color: #b03b76; } -.notification.is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; +.button.is-sass.is-light:active, .button.is-sass.is-light.is-active { + background-color: #f3dde8; + border-color: transparent; + color: #b03b76; } -.notification.is-success { - background-color: #48c774; - color: #fff; +.button.is-amazon { + background-color: #ffd863; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.notification.is-success.is-light { - background-color: #effaf3; - color: #257942; +.button.is-amazon:hover, .button.is-amazon.is-hovered { + background-color: #ffd556; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.notification.is-warning { - background-color: #ffdd57; +.button.is-amazon:focus, .button.is-amazon.is-focused { + border-color: transparent; color: rgba(0, 0, 0, 0.7); } -.notification.is-warning.is-light { - background-color: #fffbeb; - color: #947600; +.button.is-amazon:focus:not(:active), .button.is-amazon.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(255, 216, 99, 0.25); } -.notification.is-danger { - background-color: #f14668; - color: #fff; +.button.is-amazon:active, .button.is-amazon.is-active { + background-color: #ffd24a; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.notification.is-danger.is-light { - background-color: #feecf0; - color: #cc0f35; +.button.is-amazon[disabled], +fieldset[disabled] .button.is-amazon { + background-color: #ffd863; + border-color: transparent; + box-shadow: none; } -.progress { - -moz-appearance: none; - -webkit-appearance: none; - border: none; - border-radius: 290486px; - display: block; - height: 1rem; - overflow: hidden; - padding: 0; - width: 100%; +.button.is-amazon.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + color: #ffd863; } -.progress::-webkit-progress-bar { - background-color: #ededed; +.button.is-amazon.is-inverted:hover, .button.is-amazon.is-inverted.is-hovered { + background-color: rgba(0, 0, 0, 0.7); } -.progress::-webkit-progress-value { - background-color: #4a4a4a; +.button.is-amazon.is-inverted[disabled], +fieldset[disabled] .button.is-amazon.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + border-color: transparent; + box-shadow: none; + color: #ffd863; } -.progress::-moz-progress-bar { - background-color: #4a4a4a; +.button.is-amazon.is-loading::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } -.progress::-ms-fill { - background-color: #4a4a4a; - border: none; +.button.is-amazon.is-outlined { + background-color: transparent; + border-color: #ffd863; + color: #ffd863; } -.progress.is-white::-webkit-progress-value { - background-color: white; +.button.is-amazon.is-outlined:hover, .button.is-amazon.is-outlined.is-hovered, .button.is-amazon.is-outlined:focus, .button.is-amazon.is-outlined.is-focused { + background-color: #ffd863; + border-color: #ffd863; + color: rgba(0, 0, 0, 0.7); } -.progress.is-white::-moz-progress-bar { - background-color: white; +.button.is-amazon.is-outlined.is-loading::after { + border-color: transparent transparent #ffd863 #ffd863 !important; } -.progress.is-white::-ms-fill { - background-color: white; +.button.is-amazon.is-outlined.is-loading:hover::after, .button.is-amazon.is-outlined.is-loading.is-hovered::after, .button.is-amazon.is-outlined.is-loading:focus::after, .button.is-amazon.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } -.progress.is-white:indeterminate { - background-image: linear-gradient(to right, white 30%, #ededed 30%); +.button.is-amazon.is-outlined[disabled], +fieldset[disabled] .button.is-amazon.is-outlined { + background-color: transparent; + border-color: #ffd863; + box-shadow: none; + color: #ffd863; } -.progress.is-black::-webkit-progress-value { - background-color: #0a0a0a; +.button.is-amazon.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + color: rgba(0, 0, 0, 0.7); } -.progress.is-black::-moz-progress-bar { - background-color: #0a0a0a; +.button.is-amazon.is-inverted.is-outlined:hover, .button.is-amazon.is-inverted.is-outlined.is-hovered, .button.is-amazon.is-inverted.is-outlined:focus, .button.is-amazon.is-inverted.is-outlined.is-focused { + background-color: rgba(0, 0, 0, 0.7); + color: #ffd863; } -.progress.is-black::-ms-fill { - background-color: #0a0a0a; +.button.is-amazon.is-inverted.is-outlined.is-loading:hover::after, .button.is-amazon.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-amazon.is-inverted.is-outlined.is-loading:focus::after, .button.is-amazon.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #ffd863 #ffd863 !important; } -.progress.is-black:indeterminate { - background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%); +.button.is-amazon.is-inverted.is-outlined[disabled], +fieldset[disabled] .button.is-amazon.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); } -.progress.is-light::-webkit-progress-value { - background-color: whitesmoke; +.button.is-amazon.is-light { + background-color: #fffaeb; + color: #946f00; } -.progress.is-light::-moz-progress-bar { - background-color: whitesmoke; +.button.is-amazon.is-light:hover, .button.is-amazon.is-light.is-hovered { + background-color: #fff7de; + border-color: transparent; + color: #946f00; } -.progress.is-light::-ms-fill { - background-color: whitesmoke; +.button.is-amazon.is-light:active, .button.is-amazon.is-light.is-active { + background-color: #fff4d1; + border-color: transparent; + color: #946f00; } -.progress.is-light:indeterminate { - background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%); +.button.is-sponsor { + background-color: #ea4aaa; + border-color: transparent; + color: white; } -.progress.is-dark::-webkit-progress-value { - background-color: #363636; +.button.is-sponsor:hover, .button.is-sponsor.is-hovered { + background-color: #e93fa5; + border-color: transparent; + color: white; } -.progress.is-dark::-moz-progress-bar { - background-color: #363636; +.button.is-sponsor:focus, .button.is-sponsor.is-focused { + border-color: transparent; + color: white; } -.progress.is-dark::-ms-fill { - background-color: #363636; +.button.is-sponsor:focus:not(:active), .button.is-sponsor.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(234, 74, 170, 0.25); } -.progress.is-dark:indeterminate { - background-image: linear-gradient(to right, #363636 30%, #ededed 30%); +.button.is-sponsor:active, .button.is-sponsor.is-active { + background-color: #e7339f; + border-color: transparent; + color: white; } -.progress.is-primary::-webkit-progress-value { - background-color: #00d1b2; +.button.is-sponsor[disabled], +fieldset[disabled] .button.is-sponsor { + background-color: #ea4aaa; + border-color: transparent; + box-shadow: none; } -.progress.is-primary::-moz-progress-bar { - background-color: #00d1b2; +.button.is-sponsor.is-inverted { + background-color: white; + color: #ea4aaa; } -.progress.is-primary::-ms-fill { - background-color: #00d1b2; +.button.is-sponsor.is-inverted:hover, .button.is-sponsor.is-inverted.is-hovered { + background-color: #f2f2f2; } -.progress.is-primary:indeterminate { - background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%); +.button.is-sponsor.is-inverted[disabled], +fieldset[disabled] .button.is-sponsor.is-inverted { + background-color: white; + border-color: transparent; + box-shadow: none; + color: #ea4aaa; } -.progress.is-link::-webkit-progress-value { - background-color: #3273dc; +.button.is-sponsor.is-loading::after { + border-color: transparent transparent white white !important; } -.progress.is-link::-moz-progress-bar { - background-color: #3273dc; +.button.is-sponsor.is-outlined { + background-color: transparent; + border-color: #ea4aaa; + color: #ea4aaa; } -.progress.is-link::-ms-fill { - background-color: #3273dc; +.button.is-sponsor.is-outlined:hover, .button.is-sponsor.is-outlined.is-hovered, .button.is-sponsor.is-outlined:focus, .button.is-sponsor.is-outlined.is-focused { + background-color: #ea4aaa; + border-color: #ea4aaa; + color: white; } -.progress.is-link:indeterminate { - background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%); +.button.is-sponsor.is-outlined.is-loading::after { + border-color: transparent transparent #ea4aaa #ea4aaa !important; } -.progress.is-info::-webkit-progress-value { - background-color: #3298dc; +.button.is-sponsor.is-outlined.is-loading:hover::after, .button.is-sponsor.is-outlined.is-loading.is-hovered::after, .button.is-sponsor.is-outlined.is-loading:focus::after, .button.is-sponsor.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent white white !important; } -.progress.is-info::-moz-progress-bar { - background-color: #3298dc; +.button.is-sponsor.is-outlined[disabled], +fieldset[disabled] .button.is-sponsor.is-outlined { + background-color: transparent; + border-color: #ea4aaa; + box-shadow: none; + color: #ea4aaa; } -.progress.is-info::-ms-fill { - background-color: #3298dc; +.button.is-sponsor.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + color: white; } -.progress.is-info:indeterminate { - background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%); +.button.is-sponsor.is-inverted.is-outlined:hover, .button.is-sponsor.is-inverted.is-outlined.is-hovered, .button.is-sponsor.is-inverted.is-outlined:focus, .button.is-sponsor.is-inverted.is-outlined.is-focused { + background-color: white; + color: #ea4aaa; } -.progress.is-success::-webkit-progress-value { - background-color: #48c774; +.button.is-sponsor.is-inverted.is-outlined.is-loading:hover::after, .button.is-sponsor.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-sponsor.is-inverted.is-outlined.is-loading:focus::after, .button.is-sponsor.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #ea4aaa #ea4aaa !important; } -.progress.is-success::-moz-progress-bar { - background-color: #48c774; +.button.is-sponsor.is-inverted.is-outlined[disabled], +fieldset[disabled] .button.is-sponsor.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + box-shadow: none; + color: white; } -.progress.is-success::-ms-fill { - background-color: #48c774; +.button.is-sponsor.is-light { + background-color: #fdedf6; + color: #c0167c; } -.progress.is-success:indeterminate { - background-image: linear-gradient(to right, #48c774 30%, #ededed 30%); +.button.is-sponsor.is-light:hover, .button.is-sponsor.is-light.is-hovered { + background-color: #fce1f1; + border-color: transparent; + color: #c0167c; } -.progress.is-warning::-webkit-progress-value { - background-color: #ffdd57; +.button.is-sponsor.is-light:active, .button.is-sponsor.is-light.is-active { + background-color: #fad6ec; + border-color: transparent; + color: #c0167c; } -.progress.is-warning::-moz-progress-bar { - background-color: #ffdd57; +.button.is-twitter { + background-color: #55acee; + border-color: transparent; + color: white; } -.progress.is-warning::-ms-fill { - background-color: #ffdd57; +.button.is-twitter:hover, .button.is-twitter.is-hovered { + background-color: #49a6ed; + border-color: transparent; + color: white; } -.progress.is-warning:indeterminate { - background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%); +.button.is-twitter:focus, .button.is-twitter.is-focused { + border-color: transparent; + color: white; } -.progress.is-danger::-webkit-progress-value { - background-color: #f14668; +.button.is-twitter:focus:not(:active), .button.is-twitter.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(85, 172, 238, 0.25); } -.progress.is-danger::-moz-progress-bar { - background-color: #f14668; +.button.is-twitter:active, .button.is-twitter.is-active { + background-color: #3ea1ec; + border-color: transparent; + color: white; } -.progress.is-danger::-ms-fill { - background-color: #f14668; +.button.is-twitter[disabled], +fieldset[disabled] .button.is-twitter { + background-color: #55acee; + border-color: transparent; + box-shadow: none; } -.progress.is-danger:indeterminate { - background-image: linear-gradient(to right, #f14668 30%, #ededed 30%); +.button.is-twitter.is-inverted { + background-color: white; + color: #55acee; } -.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-twitter.is-inverted:hover, .button.is-twitter.is-inverted.is-hovered { + background-color: #f2f2f2; } -.progress:indeterminate::-webkit-progress-bar { - background-color: transparent; +.button.is-twitter.is-inverted[disabled], +fieldset[disabled] .button.is-twitter.is-inverted { + background-color: white; + border-color: transparent; + box-shadow: none; + color: #55acee; } -.progress:indeterminate::-moz-progress-bar { - background-color: transparent; +.button.is-twitter.is-loading::after { + border-color: transparent transparent white white !important; } -.progress:indeterminate::-ms-fill { - animation-name: none; +.button.is-twitter.is-outlined { + background-color: transparent; + border-color: #55acee; + color: #55acee; } -.progress.is-small { - height: 0.75rem; +.button.is-twitter.is-outlined:hover, .button.is-twitter.is-outlined.is-hovered, .button.is-twitter.is-outlined:focus, .button.is-twitter.is-outlined.is-focused { + background-color: #55acee; + border-color: #55acee; + color: white; } -.progress.is-medium { - height: 1.25rem; +.button.is-twitter.is-outlined.is-loading::after { + border-color: transparent transparent #55acee #55acee !important; } -.progress.is-large { - height: 1.5rem; +.button.is-twitter.is-outlined.is-loading:hover::after, .button.is-twitter.is-outlined.is-loading.is-hovered::after, .button.is-twitter.is-outlined.is-loading:focus::after, .button.is-twitter.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent white white !important; } -@-webkit-keyframes moveIndeterminate { - from { - background-position: 200% 0; - } - to { - background-position: -200% 0; - } +.button.is-twitter.is-outlined[disabled], +fieldset[disabled] .button.is-twitter.is-outlined { + background-color: transparent; + border-color: #55acee; + box-shadow: none; + color: #55acee; } -@keyframes moveIndeterminate { - from { - background-position: 200% 0; - } - to { - background-position: -200% 0; - } +.button.is-twitter.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + color: white; } -.table { +.button.is-twitter.is-inverted.is-outlined:hover, .button.is-twitter.is-inverted.is-outlined.is-hovered, .button.is-twitter.is-inverted.is-outlined:focus, .button.is-twitter.is-inverted.is-outlined.is-focused { background-color: white; - color: #363636; + color: #55acee; } -.table td, -.table th { - border: 1px solid #dbdbdb; - border-width: 0 0 1px; - padding: 0.5em 0.75em; - vertical-align: top; +.button.is-twitter.is-inverted.is-outlined.is-loading:hover::after, .button.is-twitter.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-twitter.is-inverted.is-outlined.is-loading:focus::after, .button.is-twitter.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #55acee #55acee !important; } -.table td.is-white, -.table th.is-white { - background-color: white; +.button.is-twitter.is-inverted.is-outlined[disabled], +fieldset[disabled] .button.is-twitter.is-inverted.is-outlined { + background-color: transparent; border-color: white; - color: #0a0a0a; -} - -.table td.is-black, -.table th.is-black { - background-color: #0a0a0a; - border-color: #0a0a0a; + box-shadow: none; color: white; } -.table td.is-light, -.table th.is-light { - background-color: whitesmoke; - border-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); +.button.is-twitter.is-light { + background-color: #ecf6fd; + color: #10609e; } -.table td.is-dark, -.table th.is-dark { - background-color: #363636; - border-color: #363636; - color: #fff; +.button.is-twitter.is-light:hover, .button.is-twitter.is-light.is-hovered { + background-color: #e1f0fc; + border-color: transparent; + color: #10609e; } -.table td.is-primary, -.table th.is-primary { - background-color: #00d1b2; - border-color: #00d1b2; - color: #fff; +.button.is-twitter.is-light:active, .button.is-twitter.is-light.is-active { + background-color: #d5ebfb; + border-color: transparent; + color: #10609e; } -.table td.is-link, -.table th.is-link { - background-color: #3273dc; - border-color: #3273dc; - color: #fff; +.button.is-videos { + background-color: #48c78e; + border-color: transparent; + color: white; } -.table td.is-info, -.table th.is-info { - background-color: #3298dc; - border-color: #3298dc; - color: #fff; +.button.is-videos:hover, .button.is-videos.is-hovered { + background-color: #3ec487; + border-color: transparent; + color: white; } -.table td.is-success, -.table th.is-success { - background-color: #48c774; - border-color: #48c774; - color: #fff; +.button.is-videos:focus, .button.is-videos.is-focused { + border-color: transparent; + color: white; } -.table td.is-warning, -.table th.is-warning { - background-color: #ffdd57; - border-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.button.is-videos:focus:not(:active), .button.is-videos.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } -.table td.is-danger, -.table th.is-danger { - background-color: #f14668; - border-color: #f14668; - color: #fff; +.button.is-videos:active, .button.is-videos.is-active { + background-color: #3abb81; + border-color: transparent; + color: white; } -.table td.is-narrow, -.table th.is-narrow { - white-space: nowrap; - width: 1%; +.button.is-videos[disabled], +fieldset[disabled] .button.is-videos { + background-color: #48c78e; + border-color: transparent; + box-shadow: none; } -.table td.is-selected, -.table th.is-selected { - background-color: #00d1b2; - color: #fff; +.button.is-videos.is-inverted { + background-color: white; + color: #48c78e; } -.table td.is-selected a, -.table td.is-selected strong, -.table th.is-selected a, -.table th.is-selected strong { - color: currentColor; +.button.is-videos.is-inverted:hover, .button.is-videos.is-inverted.is-hovered { + background-color: #f2f2f2; } -.table td.is-vcentered, -.table th.is-vcentered { - vertical-align: middle; +.button.is-videos.is-inverted[disabled], +fieldset[disabled] .button.is-videos.is-inverted { + background-color: white; + border-color: transparent; + box-shadow: none; + color: #48c78e; } -.table th { - color: #363636; +.button.is-videos.is-loading::after { + border-color: transparent transparent white white !important; } -.table th:not([align]) { - text-align: inherit; +.button.is-videos.is-outlined { + background-color: transparent; + border-color: #48c78e; + color: #48c78e; } -.table tr.is-selected { - background-color: #00d1b2; - color: #fff; +.button.is-videos.is-outlined:hover, .button.is-videos.is-outlined.is-hovered, .button.is-videos.is-outlined:focus, .button.is-videos.is-outlined.is-focused { + background-color: #48c78e; + border-color: #48c78e; + color: white; } -.table tr.is-selected a, -.table tr.is-selected strong { - color: currentColor; +.button.is-videos.is-outlined.is-loading::after { + border-color: transparent transparent #48c78e #48c78e !important; } -.table tr.is-selected td, -.table tr.is-selected th { - border-color: #fff; - color: currentColor; +.button.is-videos.is-outlined.is-loading:hover::after, .button.is-videos.is-outlined.is-loading.is-hovered::after, .button.is-videos.is-outlined.is-loading:focus::after, .button.is-videos.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent white white !important; } -.table thead { +.button.is-videos.is-outlined[disabled], +fieldset[disabled] .button.is-videos.is-outlined { background-color: transparent; + border-color: #48c78e; + box-shadow: none; + color: #48c78e; } -.table thead td, -.table thead th { - border-width: 0 0 2px; - color: #363636; +.button.is-videos.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + color: white; } -.table tfoot { - background-color: transparent; +.button.is-videos.is-inverted.is-outlined:hover, .button.is-videos.is-inverted.is-outlined.is-hovered, .button.is-videos.is-inverted.is-outlined:focus, .button.is-videos.is-inverted.is-outlined.is-focused { + background-color: white; + color: #48c78e; } -.table tfoot td, -.table tfoot th { - border-width: 2px 0 0; - color: #363636; +.button.is-videos.is-inverted.is-outlined.is-loading:hover::after, .button.is-videos.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-videos.is-inverted.is-outlined.is-loading:focus::after, .button.is-videos.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #48c78e #48c78e !important; } -.table tbody { +.button.is-videos.is-inverted.is-outlined[disabled], +fieldset[disabled] .button.is-videos.is-inverted.is-outlined { background-color: transparent; + border-color: white; + box-shadow: none; + color: white; } -.table tbody tr:last-child td, -.table tbody tr:last-child th { - border-bottom-width: 0; +.button.is-videos.is-light { + background-color: #effaf5; + color: #257953; } -.table.is-bordered td, -.table.is-bordered th { - border-width: 1px; +.button.is-videos.is-light:hover, .button.is-videos.is-light.is-hovered { + background-color: #e6f7ef; + border-color: transparent; + color: #257953; } -.table.is-bordered tr:last-child td, -.table.is-bordered tr:last-child th { - border-bottom-width: 1px; +.button.is-videos.is-light:active, .button.is-videos.is-light.is-active { + background-color: #dcf4e9; + border-color: transparent; + color: #257953; } -.table.is-fullwidth { - width: 100%; +.button.is-extensions { + background-color: #3e8ed0; + border-color: transparent; + color: white; } -.table.is-hoverable tbody tr:not(.is-selected):hover { - background-color: #fafafa; +.button.is-extensions:hover, .button.is-extensions.is-hovered { + background-color: #3488ce; + border-color: transparent; + color: white; } -.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover { - background-color: #fafafa; +.button.is-extensions:focus, .button.is-extensions.is-focused { + border-color: transparent; + color: white; } -.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) { - background-color: whitesmoke; +.button.is-extensions:focus:not(:active), .button.is-extensions.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } -.table.is-narrow td, -.table.is-narrow th { - padding: 0.25em 0.5em; +.button.is-extensions:active, .button.is-extensions.is-active { + background-color: #3082c5; + border-color: transparent; + color: white; } -.table.is-striped tbody tr:not(.is-selected):nth-child(even) { - background-color: #fafafa; +.button.is-extensions[disabled], +fieldset[disabled] .button.is-extensions { + background-color: #3e8ed0; + border-color: transparent; + box-shadow: none; } -.table-container { - -webkit-overflow-scrolling: touch; - overflow: auto; - overflow-y: hidden; - max-width: 100%; +.button.is-extensions.is-inverted { + background-color: white; + color: #3e8ed0; } -.tags { - align-items: center; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; +.button.is-extensions.is-inverted:hover, .button.is-extensions.is-inverted.is-hovered { + background-color: #f2f2f2; } -.tags .tag { - margin-bottom: 0.5rem; +.button.is-extensions.is-inverted[disabled], +fieldset[disabled] .button.is-extensions.is-inverted { + background-color: white; + border-color: transparent; + box-shadow: none; + color: #3e8ed0; } -.tags .tag:not(:last-child) { - margin-right: 0.5rem; +.button.is-extensions.is-loading::after { + border-color: transparent transparent white white !important; } -.tags:last-child { - margin-bottom: -0.5rem; +.button.is-extensions.is-outlined { + background-color: transparent; + border-color: #3e8ed0; + color: #3e8ed0; } -.tags:not(:last-child) { - margin-bottom: 1rem; +.button.is-extensions.is-outlined:hover, .button.is-extensions.is-outlined.is-hovered, .button.is-extensions.is-outlined:focus, .button.is-extensions.is-outlined.is-focused { + background-color: #3e8ed0; + border-color: #3e8ed0; + color: white; } -.tags.are-medium .tag:not(.is-normal):not(.is-large) { - font-size: 1rem; +.button.is-extensions.is-outlined.is-loading::after { + border-color: transparent transparent #3e8ed0 #3e8ed0 !important; } -.tags.are-large .tag:not(.is-normal):not(.is-medium) { - font-size: 1.25rem; +.button.is-extensions.is-outlined.is-loading:hover::after, .button.is-extensions.is-outlined.is-loading.is-hovered::after, .button.is-extensions.is-outlined.is-loading:focus::after, .button.is-extensions.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent white white !important; } -.tags.is-centered { - justify-content: center; +.button.is-extensions.is-outlined[disabled], +fieldset[disabled] .button.is-extensions.is-outlined { + background-color: transparent; + border-color: #3e8ed0; + box-shadow: none; + color: #3e8ed0; } -.tags.is-centered .tag { - margin-right: 0.25rem; - margin-left: 0.25rem; +.button.is-extensions.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + color: white; } -.tags.is-right { - justify-content: flex-end; +.button.is-extensions.is-inverted.is-outlined:hover, .button.is-extensions.is-inverted.is-outlined.is-hovered, .button.is-extensions.is-inverted.is-outlined:focus, .button.is-extensions.is-inverted.is-outlined.is-focused { + background-color: white; + color: #3e8ed0; } -.tags.is-right .tag:not(:first-child) { - margin-left: 0.5rem; +.button.is-extensions.is-inverted.is-outlined.is-loading:hover::after, .button.is-extensions.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-extensions.is-inverted.is-outlined.is-loading:focus::after, .button.is-extensions.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #3e8ed0 #3e8ed0 !important; } -.tags.is-right .tag:not(:last-child) { - margin-right: 0; +.button.is-extensions.is-inverted.is-outlined[disabled], +fieldset[disabled] .button.is-extensions.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + box-shadow: none; + color: white; } -.tags.has-addons .tag { - margin-right: 0; +.button.is-extensions.is-light { + background-color: #eff5fb; + color: #296fa8; } -.tags.has-addons .tag:not(:first-child) { - margin-left: 0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; +.button.is-extensions.is-light:hover, .button.is-extensions.is-light.is-hovered { + background-color: #e4eff9; + border-color: transparent; + color: #296fa8; } -.tags.has-addons .tag:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; +.button.is-extensions.is-light:active, .button.is-extensions.is-light.is-active { + background-color: #dae9f6; + border-color: transparent; + color: #296fa8; } -.tag:not(body) { - align-items: center; - background-color: whitesmoke; - 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; +.button.is-bootstrap { + background-color: #6f5499; + border-color: transparent; + color: white; } -.tag:not(body) .delete { - margin-left: 0.25rem; - margin-right: -0.375rem; +.button.is-bootstrap:hover, .button.is-bootstrap.is-hovered { + background-color: #694f91; + border-color: transparent; + color: white; } -.tag:not(body).is-white { - background-color: white; - color: #0a0a0a; +.button.is-bootstrap:focus, .button.is-bootstrap.is-focused { + border-color: transparent; + color: white; } -.tag:not(body).is-black { - background-color: #0a0a0a; +.button.is-bootstrap:focus:not(:active), .button.is-bootstrap.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(111, 84, 153, 0.25); +} + +.button.is-bootstrap:active, .button.is-bootstrap.is-active { + background-color: #634b89; + border-color: transparent; color: white; } -.tag:not(body).is-light { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); +.button.is-bootstrap[disabled], +fieldset[disabled] .button.is-bootstrap { + background-color: #6f5499; + border-color: transparent; + box-shadow: none; } -.tag:not(body).is-dark { - background-color: #363636; - color: #fff; +.button.is-bootstrap.is-inverted { + background-color: white; + color: #6f5499; } -.tag:not(body).is-primary { - background-color: #00d1b2; - color: #fff; +.button.is-bootstrap.is-inverted:hover, .button.is-bootstrap.is-inverted.is-hovered { + background-color: #f2f2f2; } -.tag:not(body).is-primary.is-light { - background-color: #ebfffc; - color: #00947e; +.button.is-bootstrap.is-inverted[disabled], +fieldset[disabled] .button.is-bootstrap.is-inverted { + background-color: white; + border-color: transparent; + box-shadow: none; + color: #6f5499; } -.tag:not(body).is-link { - background-color: #3273dc; - color: #fff; +.button.is-bootstrap.is-loading::after { + border-color: transparent transparent white white !important; } -.tag:not(body).is-link.is-light { - background-color: #eef3fc; - color: #2160c4; +.button.is-bootstrap.is-outlined { + background-color: transparent; + border-color: #6f5499; + color: #6f5499; } -.tag:not(body).is-info { - background-color: #3298dc; - color: #fff; +.button.is-bootstrap.is-outlined:hover, .button.is-bootstrap.is-outlined.is-hovered, .button.is-bootstrap.is-outlined:focus, .button.is-bootstrap.is-outlined.is-focused { + background-color: #6f5499; + border-color: #6f5499; + color: white; } -.tag:not(body).is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; +.button.is-bootstrap.is-outlined.is-loading::after { + border-color: transparent transparent #6f5499 #6f5499 !important; } -.tag:not(body).is-success { - background-color: #48c774; - color: #fff; +.button.is-bootstrap.is-outlined.is-loading:hover::after, .button.is-bootstrap.is-outlined.is-loading.is-hovered::after, .button.is-bootstrap.is-outlined.is-loading:focus::after, .button.is-bootstrap.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent white white !important; } -.tag:not(body).is-success.is-light { - background-color: #effaf3; - color: #257942; +.button.is-bootstrap.is-outlined[disabled], +fieldset[disabled] .button.is-bootstrap.is-outlined { + background-color: transparent; + border-color: #6f5499; + box-shadow: none; + color: #6f5499; } -.tag:not(body).is-warning { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.button.is-bootstrap.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + color: white; } -.tag:not(body).is-warning.is-light { - background-color: #fffbeb; - color: #947600; +.button.is-bootstrap.is-inverted.is-outlined:hover, .button.is-bootstrap.is-inverted.is-outlined.is-hovered, .button.is-bootstrap.is-inverted.is-outlined:focus, .button.is-bootstrap.is-inverted.is-outlined.is-focused { + background-color: white; + color: #6f5499; } -.tag:not(body).is-danger { - background-color: #f14668; - color: #fff; +.button.is-bootstrap.is-inverted.is-outlined.is-loading:hover::after, .button.is-bootstrap.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-bootstrap.is-inverted.is-outlined.is-loading:focus::after, .button.is-bootstrap.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #6f5499 #6f5499 !important; } -.tag:not(body).is-danger.is-light { - background-color: #feecf0; - color: #cc0f35; +.button.is-bootstrap.is-inverted.is-outlined[disabled], +fieldset[disabled] .button.is-bootstrap.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + box-shadow: none; + color: white; } -.tag:not(body).is-normal { +.button.is-bootstrap.is-light { + background-color: #f4f2f8; + color: #73579e; +} + +.button.is-bootstrap.is-light:hover, .button.is-bootstrap.is-light.is-hovered { + background-color: #edeaf3; + border-color: transparent; + color: #73579e; +} + +.button.is-bootstrap.is-light:active, .button.is-bootstrap.is-light.is-active { + background-color: #e7e1ef; + border-color: transparent; + color: #73579e; +} + +.button.is-small { font-size: 0.75rem; } -.tag:not(body).is-medium { +.button.is-small:not(.is-rounded) { + border-radius: 2px; +} + +.button.is-normal { font-size: 1rem; } -.tag:not(body).is-large { +.button.is-medium { font-size: 1.25rem; } -.tag:not(body) .icon:first-child:not(:last-child) { - margin-left: -0.375em; - margin-right: 0.1875em; +.button.is-large { + font-size: 1.5rem; } -.tag:not(body) .icon:last-child:not(:first-child) { - margin-left: 0.1875em; - margin-right: -0.375em; +.button[disabled], +fieldset[disabled] .button { + background-color: white; + border-color: #dbdbdb; + box-shadow: none; + opacity: 0.5; } -.tag:not(body) .icon:first-child:last-child { - margin-left: -0.375em; - margin-right: -0.375em; +.button.is-fullwidth { + display: flex; + width: 100%; } -.tag:not(body).is-delete { - margin-left: 1px; - padding: 0; - position: relative; - width: 2em; +.button.is-loading { + color: transparent !important; + pointer-events: none; } -.tag:not(body).is-delete::before, .tag:not(body).is-delete::after { - background-color: currentColor; - content: ""; - display: block; - left: 50%; +.button.is-loading::after { position: absolute; - top: 50%; - transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform-origin: center center; + left: calc(50% - (1em / 2)); + top: calc(50% - (1em / 2)); + position: absolute !important; } -.tag:not(body).is-delete::before { - height: 1px; - width: 50%; +.button.is-static { + background-color: whitesmoke; + border-color: #dbdbdb; + color: #7a7a7a; + box-shadow: none; + pointer-events: none; } -.tag:not(body).is-delete::after { - height: 50%; - width: 1px; +.button.is-rounded { + border-radius: 9999px; + padding-left: calc(1em + 0.25em); + padding-right: calc(1em + 0.25em); } -.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus { - background-color: #e8e8e8; +.buttons { + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; } -.tag:not(body).is-delete:active { - background-color: #dbdbdb; +.buttons .button { + margin-bottom: 0.5rem; } -.tag:not(body).is-rounded { - border-radius: 290486px; +.buttons .button:not(:last-child):not(.is-fullwidth) { + margin-right: 0.5rem; } -a.tag:hover { - text-decoration: underline; +.buttons:last-child { + margin-bottom: -0.5rem; } -.title, -.subtitle { - word-break: break-word; +.buttons:not(:last-child) { + margin-bottom: 1rem; } -.title em, -.title span, -.subtitle em, -.subtitle span { - font-weight: inherit; +.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { + font-size: 0.75rem; } -.title sub, -.subtitle sub { - font-size: 0.75em; +.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) { + border-radius: 2px; } -.title sup, -.subtitle sup { - font-size: 0.75em; +.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { + font-size: 1.25rem; } -.title .tag, -.subtitle .tag { - vertical-align: middle; +.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { + font-size: 1.5rem; } -.title { - color: #363636; - font-size: 2rem; - font-weight: 600; - line-height: 1.125; +.buttons.has-addons .button:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; } -.title strong { - color: inherit; - font-weight: inherit; +.buttons.has-addons .button:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + margin-right: -1px; } -.title + .highlight { - margin-top: -0.75rem; +.buttons.has-addons .button:last-child { + margin-right: 0; } -.title:not(.is-spaced) + .subtitle { - margin-top: -1.25rem; +.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered { + z-index: 2; } -.title.is-1 { - font-size: 3rem; +.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; } -.title.is-2 { - font-size: 2.5rem; +.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; } -.title.is-3 { - font-size: 2rem; +.buttons.has-addons .button.is-expanded { + flex-grow: 1; + flex-shrink: 1; } -.title.is-4 { - font-size: 1.5rem; +.buttons.is-centered { + justify-content: center; } -.title.is-5 { - font-size: 1.25rem; +.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; } -.title.is-6 { - font-size: 1rem; +.buttons.is-right { + justify-content: flex-end; } -.title.is-7 { - font-size: 0.75rem; +.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; } -.subtitle { - color: #4a4a4a; - font-size: 1.25rem; - font-weight: 400; - line-height: 1.25; +.container { + flex-grow: 1; + margin: 0 auto; + position: relative; + width: auto; } -.subtitle strong { - color: #363636; - font-weight: 600; +.container.is-fluid { + max-width: none !important; + padding-left: 32px; + padding-right: 32px; + width: 100%; } -.subtitle:not(.is-spaced) + .title { - margin-top: -1.25rem; +@media screen and (min-width: 1024px) { + .container { + max-width: 960px; + } } -.subtitle.is-1 { - font-size: 3rem; +@media screen and (max-width: 1215px) { + .container.is-widescreen:not(.is-max-desktop) { + max-width: 1152px; + } } -.subtitle.is-2 { - font-size: 2.5rem; +@media screen and (max-width: 1407px) { + .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) { + max-width: 1344px; + } } -.subtitle.is-3 { - font-size: 2rem; +@media screen and (min-width: 1216px) { + .container:not(.is-max-desktop) { + max-width: 1152px; + } } -.subtitle.is-4 { - font-size: 1.5rem; +@media screen and (min-width: 1408px) { + .container:not(.is-max-desktop):not(.is-max-widescreen) { + max-width: 1344px; + } } -.subtitle.is-5 { - font-size: 1.25rem; +.content li + li { + margin-top: 0.25em; } -.subtitle.is-6 { - font-size: 1rem; +.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; } -.subtitle.is-7 { - font-size: 0.75rem; +.content h1, +.content h2, +.content h3, +.content h4, +.content h5, +.content h6 { + color: #363636; + font-weight: 600; + line-height: 1.125; } -.heading { - display: block; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; +.content h1 { + font-size: 2em; + margin-bottom: 0.5em; } -.highlight { - font-weight: 400; - max-width: 100%; - overflow: hidden; - padding: 0; +.content h1:not(:first-child) { + margin-top: 1em; } -.highlight pre { - overflow: auto; - max-width: 100%; +.content h2 { + font-size: 1.75em; + margin-bottom: 0.5714em; } -.number { - align-items: center; - background-color: whitesmoke; - 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; +.content h2:not(:first-child) { + margin-top: 1.1428em; } -/* Bulma Form */ -.input, .textarea, .select select { - background-color: white; - border-color: #dbdbdb; - border-radius: 4px; - color: #363636; +.content h3 { + font-size: 1.5em; + margin-bottom: 0.6666em; } -.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder { - color: rgba(54, 54, 54, 0.3); +.content h3:not(:first-child) { + margin-top: 1.3333em; } -.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder { - color: rgba(54, 54, 54, 0.3); +.content h4 { + font-size: 1.25em; + margin-bottom: 0.8em; } -.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder { - color: rgba(54, 54, 54, 0.3); +.content h5 { + font-size: 1.125em; + margin-bottom: 0.8888em; } -.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder { - color: rgba(54, 54, 54, 0.3); +.content h6 { + font-size: 1em; + margin-bottom: 1em; } -.input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered { - border-color: #b5b5b5; +.content blockquote { + background-color: whitesmoke; + border-left: 5px solid #dbdbdb; + padding: 1.25em 1.5em; } -.input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active { - border-color: #3273dc; - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +.content ol { + list-style-position: outside; + margin-left: 2em; + margin-top: 1em; } -.input[disabled], .textarea[disabled], .select select[disabled], -fieldset[disabled] .input, -fieldset[disabled] .textarea, -fieldset[disabled] .select select, -.select fieldset[disabled] select { - background-color: whitesmoke; - border-color: whitesmoke; - box-shadow: none; - color: #7a7a7a; +.content ol:not([type]) { + list-style-type: decimal; } -.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, -.select fieldset[disabled] select::-moz-placeholder { - color: rgba(122, 122, 122, 0.3); +.content ol:not([type]).is-lower-alpha { + list-style-type: lower-alpha; } -.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, -.select fieldset[disabled] select::-webkit-input-placeholder { - color: rgba(122, 122, 122, 0.3); +.content ol:not([type]).is-lower-roman { + list-style-type: lower-roman; } -.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, -.select fieldset[disabled] select:-moz-placeholder { - color: rgba(122, 122, 122, 0.3); +.content ol:not([type]).is-upper-alpha { + list-style-type: upper-alpha; } -.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, -.select fieldset[disabled] select:-ms-input-placeholder { - color: rgba(122, 122, 122, 0.3); +.content ol:not([type]).is-upper-roman { + list-style-type: upper-roman; } -.input, .textarea { - box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05); - max-width: 100%; - width: 100%; +.content ul { + list-style: disc outside; + margin-left: 2em; + margin-top: 1em; } -.input[readonly], .textarea[readonly] { - box-shadow: none; -} - -.is-white.input, .is-white.textarea { - border-color: white; -} - -.is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); +.content ul ul { + list-style-type: circle; + margin-top: 0.5em; } -.is-black.input, .is-black.textarea { - border-color: #0a0a0a; +.content ul ul ul { + list-style-type: square; } -.is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); +.content dd { + margin-left: 2em; } -.is-light.input, .is-light.textarea { - border-color: whitesmoke; +.content figure { + margin-left: 2em; + margin-right: 2em; + text-align: center; } -.is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); +.content figure:not(:first-child) { + margin-top: 2em; } -.is-dark.input, .is-dark.textarea { - border-color: #363636; +.content figure:not(:last-child) { + margin-bottom: 2em; } -.is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); +.content figure img { + display: inline-block; } -.is-primary.input, .is-primary.textarea { - border-color: #00d1b2; +.content figure figcaption { + font-style: italic; } -.is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); +.content pre { + -webkit-overflow-scrolling: touch; + overflow-x: auto; + padding: 1.25em 1.5em; + white-space: pre; + word-wrap: normal; } -.is-link.input, .is-link.textarea { - border-color: #3273dc; +.content sup, +.content sub { + font-size: 75%; } -.is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +.content table { + width: 100%; } -.is-info.input, .is-info.textarea { - border-color: #3298dc; +.content table td, +.content table th { + border: 1px solid #dbdbdb; + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; } -.is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); +.content table th { + color: #363636; } -.is-success.input, .is-success.textarea { - border-color: #48c774; +.content table th:not([align]) { + text-align: inherit; } -.is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); +.content table thead td, +.content table thead th { + border-width: 0 0 2px; + color: #363636; } -.is-warning.input, .is-warning.textarea { - border-color: #ffdd57; +.content table tfoot td, +.content table tfoot th { + border-width: 2px 0 0; + color: #363636; } -.is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); +.content table tbody tr:last-child td, +.content table tbody tr:last-child th { + border-bottom-width: 0; } -.is-danger.input, .is-danger.textarea { - border-color: #f14668; +.content .tabs li + li { + margin-top: 0; } -.is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +.content.is-small { + font-size: 0.75rem; } -.is-small.input, .is-small.textarea { - border-radius: 2px; - font-size: 0.75rem; +.content.is-normal { + font-size: 1rem; } -.is-medium.input, .is-medium.textarea { +.content.is-medium { font-size: 1.25rem; } -.is-large.input, .is-large.textarea { +.content.is-large { font-size: 1.5rem; } -.is-fullwidth.input, .is-fullwidth.textarea { - display: block; - width: 100%; +.icon { + align-items: center; + display: inline-flex; + justify-content: center; + height: 1.5rem; + width: 1.5rem; } -.is-inline.input, .is-inline.textarea { - display: inline; - width: auto; +.icon.is-small { + height: 1rem; + width: 1rem; } -.input.is-rounded { - border-radius: 290486px; - padding-left: calc(calc(0.75em - 1px) + 0.375em); - padding-right: calc(calc(0.75em - 1px) + 0.375em); +.icon.is-medium { + height: 2rem; + width: 2rem; } -.input.is-static { - background-color: transparent; - border-color: transparent; - box-shadow: none; - padding-left: 0; - padding-right: 0; +.icon.is-large { + height: 3rem; + width: 3rem; } -.textarea { - display: block; - max-width: 100%; - min-width: 100%; - padding: calc(0.75em - 1px); - resize: vertical; +.icon-text { + align-items: flex-start; + color: inherit; + display: inline-flex; + flex-wrap: wrap; + line-height: 1.5rem; + vertical-align: top; } -.textarea:not([rows]) { - max-height: 40em; - min-height: 8em; +.icon-text .icon { + flex-grow: 0; + flex-shrink: 0; } -.textarea[rows] { - height: initial; +.icon-text .icon:not(:last-child) { + margin-right: 0.25em; } -.textarea.has-fixed-size { - resize: none; +.icon-text .icon:not(:first-child) { + margin-left: 0.25em; } -.checkbox, .radio { - cursor: pointer; - display: inline-block; - line-height: 1.25; +div.icon-text { + display: flex; +} + +.image { + display: block; position: relative; } -.checkbox input, .radio input { - cursor: pointer; +.image img { + display: block; + height: auto; + width: 100%; } -.checkbox:hover, .radio:hover { - color: #363636; +.image img.is-rounded { + border-radius: 9999px; } -.checkbox[disabled], .radio[disabled], -fieldset[disabled] .checkbox, -fieldset[disabled] .radio, -.checkbox input[disabled], -.radio input[disabled] { - color: #7a7a7a; - cursor: not-allowed; +.image.is-fullwidth { + width: 100%; } -.radio + .radio { - margin-left: 0.5em; +.image.is-square img, +.image.is-square .has-ratio, .image.is-1by1 img, +.image.is-1by1 .has-ratio, .image.is-5by4 img, +.image.is-5by4 .has-ratio, .image.is-4by3 img, +.image.is-4by3 .has-ratio, .image.is-3by2 img, +.image.is-3by2 .has-ratio, .image.is-5by3 img, +.image.is-5by3 .has-ratio, .image.is-16by9 img, +.image.is-16by9 .has-ratio, .image.is-2by1 img, +.image.is-2by1 .has-ratio, .image.is-3by1 img, +.image.is-3by1 .has-ratio, .image.is-4by5 img, +.image.is-4by5 .has-ratio, .image.is-3by4 img, +.image.is-3by4 .has-ratio, .image.is-2by3 img, +.image.is-2by3 .has-ratio, .image.is-3by5 img, +.image.is-3by5 .has-ratio, .image.is-9by16 img, +.image.is-9by16 .has-ratio, .image.is-1by2 img, +.image.is-1by2 .has-ratio, .image.is-1by3 img, +.image.is-1by3 .has-ratio { + height: 100%; + width: 100%; } -.select { - display: inline-block; - max-width: 100%; - position: relative; - vertical-align: top; +.image.is-square, .image.is-1by1 { + padding-top: 100%; } -.select:not(.is-multiple) { - height: 2.5em; +.image.is-5by4 { + padding-top: 80%; } -.select:not(.is-multiple):not(.is-loading)::after { - border-color: #3273dc; - right: 1.125em; - z-index: 4; +.image.is-4by3 { + padding-top: 75%; } -.select.is-rounded select { - border-radius: 290486px; - padding-left: 1em; +.image.is-3by2 { + padding-top: 66.6666%; } -.select select { - cursor: pointer; - display: block; - font-size: 1em; - max-width: 100%; - outline: none; +.image.is-5by3 { + padding-top: 60%; } -.select select::-ms-expand { - display: none; +.image.is-16by9 { + padding-top: 56.25%; } -.select select[disabled]:hover, -fieldset[disabled] .select select:hover { - border-color: whitesmoke; +.image.is-2by1 { + padding-top: 50%; } -.select select:not([multiple]) { - padding-right: 2.5em; +.image.is-3by1 { + padding-top: 33.3333%; } -.select select[multiple] { - height: auto; - padding: 0; +.image.is-4by5 { + padding-top: 125%; } -.select select[multiple] option { - padding: 0.5em 1em; +.image.is-3by4 { + padding-top: 133.3333%; } -.select:not(.is-multiple):not(.is-loading):hover::after { - border-color: #363636; +.image.is-2by3 { + padding-top: 150%; } -.select.is-white:not(:hover)::after { - border-color: white; +.image.is-3by5 { + padding-top: 166.6666%; } -.select.is-white select { - border-color: white; +.image.is-9by16 { + padding-top: 177.7777%; } -.select.is-white select:hover, .select.is-white select.is-hovered { - border-color: #f2f2f2; +.image.is-1by2 { + padding-top: 200%; } -.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); +.image.is-1by3 { + padding-top: 300%; } -.select.is-black:not(:hover)::after { - border-color: #0a0a0a; +.image.is-16x16 { + height: 16px; + width: 16px; } -.select.is-black select { - border-color: #0a0a0a; +.image.is-24x24 { + height: 24px; + width: 24px; } -.select.is-black select:hover, .select.is-black select.is-hovered { - border-color: black; +.image.is-32x32 { + height: 32px; + width: 32px; } -.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); +.image.is-48x48 { + height: 48px; + width: 48px; } -.select.is-light:not(:hover)::after { - border-color: whitesmoke; +.image.is-64x64 { + height: 64px; + width: 64px; } -.select.is-light select { - border-color: whitesmoke; +.image.is-96x96 { + height: 96px; + width: 96px; } -.select.is-light select:hover, .select.is-light select.is-hovered { - border-color: #e8e8e8; +.image.is-128x128 { + height: 128px; + width: 128px; } -.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); +.notification { + background-color: whitesmoke; + border-radius: 0.375em; + position: relative; + padding: 1.25rem 2.5rem 1.25rem 1.5rem; } -.select.is-dark:not(:hover)::after { - border-color: #363636; +.notification a:not(.button):not(.dropdown-item) { + color: currentColor; + text-decoration: underline; } -.select.is-dark select { - border-color: #363636; +.notification strong { + color: currentColor; } -.select.is-dark select:hover, .select.is-dark select.is-hovered { - border-color: #292929; +.notification code, +.notification pre { + background: white; } -.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); +.notification pre code { + background: transparent; } -.select.is-primary:not(:hover)::after { - border-color: #00d1b2; +.notification > .delete { + right: 0.5rem; + position: absolute; + top: 0.5rem; } -.select.is-primary select { - border-color: #00d1b2; +.notification .title, +.notification .subtitle, +.notification .content { + color: currentColor; } -.select.is-primary select:hover, .select.is-primary select.is-hovered { - border-color: #00b89c; +.notification.is-white { + background-color: white; + color: #0a0a0a; } -.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); +.notification.is-black { + background-color: #0a0a0a; + color: white; } -.select.is-link:not(:hover)::after { - border-color: #3273dc; +.notification.is-light { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); } -.select.is-link select { - border-color: #3273dc; +.notification.is-dark { + background-color: #363636; + color: #fff; } -.select.is-link select:hover, .select.is-link select.is-hovered { - border-color: #2366d1; +.notification.is-primary { + background-color: #00d1b2; + color: #fff; } -.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); +.notification.is-primary.is-light { + background-color: #ebfffc; + color: #00947e; } -.select.is-info:not(:hover)::after { - border-color: #3298dc; +.notification.is-link { + background-color: #485fc7; + color: #fff; } -.select.is-info select { - border-color: #3298dc; +.notification.is-link.is-light { + background-color: #eff1fa; + color: #3850b7; } -.select.is-info select:hover, .select.is-info select.is-hovered { - border-color: #238cd1; +.notification.is-info { + background-color: #3e8ed0; + color: #fff; } -.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); +.notification.is-info.is-light { + background-color: #eff5fb; + color: #296fa8; } -.select.is-success:not(:hover)::after { - border-color: #48c774; +.notification.is-success { + background-color: #48c78e; + color: #fff; } -.select.is-success select { - border-color: #48c774; +.notification.is-success.is-light { + background-color: #effaf5; + color: #257953; } -.select.is-success select:hover, .select.is-success select.is-hovered { - border-color: #3abb67; +.notification.is-warning { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); } -.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); +.notification.is-warning.is-light { + background-color: #fffaeb; + color: #946c00; } -.select.is-warning:not(:hover)::after { - border-color: #ffdd57; +.notification.is-danger { + background-color: #f14668; + color: #fff; } -.select.is-warning select { - border-color: #ffdd57; +.notification.is-danger.is-light { + background-color: #feecf0; + color: #cc0f35; } -.select.is-warning select:hover, .select.is-warning select.is-hovered { - border-color: #ffd83d; +.notification.is-expo { + background-color: #ffd257; + color: white; } -.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); +.notification.is-expo.is-light { + background-color: #fffaeb; + color: #946c00; } -.select.is-danger:not(:hover)::after { - border-color: #f14668; +.notification.is-love { + background-color: #f14668; + color: white; } -.select.is-danger select { - border-color: #f14668; +.notification.is-love.is-light { + background-color: #feecf0; + color: #cc0f35; } -.select.is-danger select:hover, .select.is-danger select.is-hovered { - border-color: #ef2e55; +.notification.is-patreon { + background-color: #f96854; + color: white; } -.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); +.notification.is-patreon.is-light { + background-color: #feeeeb; + color: #c01d07; } -.select.is-small { - border-radius: 2px; - font-size: 0.75rem; +.notification.is-rss { + background-color: #f26522; + color: white; } -.select.is-medium { - font-size: 1.25rem; +.notification.is-rss.is-light { + background-color: #fef2ec; + color: #c1460b; } -.select.is-large { - font-size: 1.5rem; +.notification.is-bleeding { + background-color: #abf47c; + color: rgba(0, 0, 0, 0.7); } -.select.is-disabled::after { - border-color: #7a7a7a; +.notification.is-bleeding.is-light { + background-color: #f3fdec; + color: #3c880b; } -.select.is-fullwidth { - width: 100%; +.notification.is-sass { + background-color: #bf4080; + color: white; } -.select.is-fullwidth select { - width: 100%; +.notification.is-sass.is-light { + background-color: #faf0f5; + color: #b03b76; } -.select.is-loading::after { - margin-top: 0; - position: absolute; - right: 0.625em; - top: 0.625em; - transform: none; +.notification.is-amazon { + background-color: #ffd863; + color: rgba(0, 0, 0, 0.7); } -.select.is-loading.is-small:after { - font-size: 0.75rem; +.notification.is-amazon.is-light { + background-color: #fffaeb; + color: #946f00; } -.select.is-loading.is-medium:after { - font-size: 1.25rem; +.notification.is-sponsor { + background-color: #ea4aaa; + color: white; } -.select.is-loading.is-large:after { - font-size: 1.5rem; +.notification.is-sponsor.is-light { + background-color: #fdedf6; + color: #c0167c; } -.file { - align-items: stretch; - display: flex; - justify-content: flex-start; - position: relative; +.notification.is-twitter { + background-color: #55acee; + color: white; } -.file.is-white .file-cta { - background-color: white; - border-color: transparent; - color: #0a0a0a; +.notification.is-twitter.is-light { + background-color: #ecf6fd; + color: #10609e; } -.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta { - background-color: #f9f9f9; - border-color: transparent; - color: #0a0a0a; +.notification.is-videos { + background-color: #48c78e; + color: white; } -.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; +.notification.is-videos.is-light { + background-color: #effaf5; + color: #257953; } -.file.is-white:active .file-cta, .file.is-white.is-active .file-cta { - background-color: #f2f2f2; - border-color: transparent; - color: #0a0a0a; +.notification.is-extensions { + background-color: #3e8ed0; + color: white; } -.file.is-black .file-cta { - background-color: #0a0a0a; - border-color: transparent; - color: white; +.notification.is-extensions.is-light { + background-color: #eff5fb; + color: #296fa8; } -.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta { - background-color: #040404; - border-color: transparent; +.notification.is-bootstrap { + background-color: #6f5499; color: white; } -.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: white; +.notification.is-bootstrap.is-light { + background-color: #f4f2f8; + color: #73579e; } -.file.is-black:active .file-cta, .file.is-black.is-active .file-cta { - background-color: black; - border-color: transparent; - color: white; +.progress { + -moz-appearance: none; + -webkit-appearance: none; + border: none; + border-radius: 9999px; + display: block; + height: 1rem; + overflow: hidden; + padding: 0; + width: 100%; } -.file.is-light .file-cta { - background-color: whitesmoke; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.progress::-webkit-progress-bar { + background-color: #ededed; } -.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta { - background-color: #eeeeee; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.progress::-webkit-progress-value { + background-color: #4a4a4a; } -.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); +.progress::-moz-progress-bar { + background-color: #4a4a4a; } -.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); +.progress::-ms-fill { + background-color: #4a4a4a; + border: none; } -.file.is-dark .file-cta { - background-color: #363636; - border-color: transparent; - color: #fff; +.progress.is-white::-webkit-progress-value { + background-color: white; } -.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta { - background-color: #2f2f2f; - border-color: transparent; - color: #fff; +.progress.is-white::-moz-progress-bar { + background-color: white; } -.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; +.progress.is-white::-ms-fill { + background-color: white; } -.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta { - background-color: #292929; - border-color: transparent; - color: #fff; +.progress.is-white:indeterminate { + background-image: linear-gradient(to right, white 30%, #ededed 30%); } -.file.is-primary .file-cta { - background-color: #00d1b2; - border-color: transparent; - color: #fff; +.progress.is-black::-webkit-progress-value { + background-color: #0a0a0a; } -.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta { - background-color: #00c4a7; - border-color: transparent; - color: #fff; +.progress.is-black::-moz-progress-bar { + background-color: #0a0a0a; } -.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; +.progress.is-black::-ms-fill { + background-color: #0a0a0a; } -.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta { - background-color: #00b89c; - border-color: transparent; - color: #fff; +.progress.is-black:indeterminate { + background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%); } -.file.is-link .file-cta { - background-color: #3273dc; - border-color: transparent; - color: #fff; +.progress.is-light::-webkit-progress-value { + background-color: whitesmoke; } -.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { - background-color: #276cda; - border-color: transparent; - color: #fff; +.progress.is-light::-moz-progress-bar { + background-color: whitesmoke; } -.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; +.progress.is-light::-ms-fill { + background-color: whitesmoke; } -.file.is-link:active .file-cta, .file.is-link.is-active .file-cta { - background-color: #2366d1; - border-color: transparent; - color: #fff; +.progress.is-light:indeterminate { + background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%); } -.file.is-info .file-cta { - background-color: #3298dc; - border-color: transparent; - color: #fff; +.progress.is-dark::-webkit-progress-value { + background-color: #363636; } -.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { - background-color: #2793da; - border-color: transparent; - color: #fff; +.progress.is-dark::-moz-progress-bar { + background-color: #363636; } -.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; +.progress.is-dark::-ms-fill { + background-color: #363636; } -.file.is-info:active .file-cta, .file.is-info.is-active .file-cta { - background-color: #238cd1; - border-color: transparent; - color: #fff; +.progress.is-dark:indeterminate { + background-image: linear-gradient(to right, #363636 30%, #ededed 30%); } -.file.is-success .file-cta { - background-color: #48c774; - border-color: transparent; - color: #fff; +.progress.is-primary::-webkit-progress-value { + background-color: #00d1b2; } -.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta { - background-color: #3ec46d; - border-color: transparent; - color: #fff; +.progress.is-primary::-moz-progress-bar { + background-color: #00d1b2; } -.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; +.progress.is-primary::-ms-fill { + background-color: #00d1b2; } -.file.is-success:active .file-cta, .file.is-success.is-active .file-cta { - background-color: #3abb67; - border-color: transparent; - color: #fff; +.progress.is-primary:indeterminate { + background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%); } -.file.is-warning .file-cta { - background-color: #ffdd57; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); +.progress.is-link::-webkit-progress-value { + background-color: #485fc7; } -.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); +.progress.is-link::-moz-progress-bar { + background-color: #485fc7; } -.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); +.progress.is-link::-ms-fill { + background-color: #485fc7; } -.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); +.progress.is-link:indeterminate { + background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%); } -.file.is-danger .file-cta { - background-color: #f14668; - border-color: transparent; - color: #fff; +.progress.is-info::-webkit-progress-value { + background-color: #3e8ed0; } -.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta { - background-color: #f03a5f; - border-color: transparent; - color: #fff; +.progress.is-info::-moz-progress-bar { + background-color: #3e8ed0; } -.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; +.progress.is-info::-ms-fill { + background-color: #3e8ed0; } -.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta { - background-color: #ef2e55; - border-color: transparent; - color: #fff; +.progress.is-info:indeterminate { + background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%); } -.file.is-small { - font-size: 0.75rem; +.progress.is-success::-webkit-progress-value { + background-color: #48c78e; } -.file.is-medium { - font-size: 1.25rem; +.progress.is-success::-moz-progress-bar { + background-color: #48c78e; } -.file.is-medium .file-icon .fa { - font-size: 21px; +.progress.is-success::-ms-fill { + background-color: #48c78e; } -.file.is-large { - font-size: 1.5rem; +.progress.is-success:indeterminate { + background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%); } -.file.is-large .file-icon .fa { - font-size: 28px; +.progress.is-warning::-webkit-progress-value { + background-color: #ffe08a; } -.file.has-name .file-cta { - border-bottom-right-radius: 0; - border-top-right-radius: 0; +.progress.is-warning::-moz-progress-bar { + background-color: #ffe08a; } -.file.has-name .file-name { - border-bottom-left-radius: 0; - border-top-left-radius: 0; +.progress.is-warning::-ms-fill { + background-color: #ffe08a; } -.file.has-name.is-empty .file-cta { - border-radius: 4px; +.progress.is-warning:indeterminate { + background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%); } -.file.has-name.is-empty .file-name { - display: none; +.progress.is-danger::-webkit-progress-value { + background-color: #f14668; } -.file.is-boxed .file-label { - flex-direction: column; +.progress.is-danger::-moz-progress-bar { + background-color: #f14668; } -.file.is-boxed .file-cta { - flex-direction: column; - height: auto; - padding: 1em 3em; +.progress.is-danger::-ms-fill { + background-color: #f14668; } -.file.is-boxed .file-name { - border-width: 0 1px 1px; +.progress.is-danger:indeterminate { + background-image: linear-gradient(to right, #f14668 30%, #ededed 30%); } -.file.is-boxed .file-icon { - height: 1.5em; - width: 1.5em; +.progress.is-expo::-webkit-progress-value { + background-color: #ffd257; } -.file.is-boxed .file-icon .fa { - font-size: 21px; +.progress.is-expo::-moz-progress-bar { + background-color: #ffd257; } -.file.is-boxed.is-small .file-icon .fa { - font-size: 14px; +.progress.is-expo::-ms-fill { + background-color: #ffd257; } -.file.is-boxed.is-medium .file-icon .fa { - font-size: 28px; +.progress.is-expo:indeterminate { + background-image: linear-gradient(to right, #ffd257 30%, #ededed 30%); } -.file.is-boxed.is-large .file-icon .fa { - font-size: 35px; +.progress.is-love::-webkit-progress-value { + background-color: #f14668; } -.file.is-boxed.has-name .file-cta { - border-radius: 4px 4px 0 0; +.progress.is-love::-moz-progress-bar { + background-color: #f14668; } -.file.is-boxed.has-name .file-name { - border-radius: 0 0 4px 4px; - border-width: 0 1px 1px; +.progress.is-love::-ms-fill { + background-color: #f14668; } -.file.is-centered { - justify-content: center; +.progress.is-love:indeterminate { + background-image: linear-gradient(to right, #f14668 30%, #ededed 30%); } -.file.is-fullwidth .file-label { - width: 100%; +.progress.is-patreon::-webkit-progress-value { + background-color: #f96854; } -.file.is-fullwidth .file-name { - flex-grow: 1; - max-width: none; +.progress.is-patreon::-moz-progress-bar { + background-color: #f96854; } -.file.is-right { - justify-content: flex-end; +.progress.is-patreon::-ms-fill { + background-color: #f96854; } -.file.is-right .file-cta { - border-radius: 0 4px 4px 0; +.progress.is-patreon:indeterminate { + background-image: linear-gradient(to right, #f96854 30%, #ededed 30%); } -.file.is-right .file-name { - border-radius: 4px 0 0 4px; - border-width: 1px 0 1px 1px; - order: -1; +.progress.is-rss::-webkit-progress-value { + background-color: #f26522; } -.file-label { - align-items: stretch; - display: flex; - cursor: pointer; - justify-content: flex-start; - overflow: hidden; - position: relative; +.progress.is-rss::-moz-progress-bar { + background-color: #f26522; } -.file-label:hover .file-cta { - background-color: #eeeeee; - color: #363636; +.progress.is-rss::-ms-fill { + background-color: #f26522; } -.file-label:hover .file-name { - border-color: #d5d5d5; +.progress.is-rss:indeterminate { + background-image: linear-gradient(to right, #f26522 30%, #ededed 30%); } -.file-label:active .file-cta { - background-color: #e8e8e8; - color: #363636; +.progress.is-bleeding::-webkit-progress-value { + background-color: #abf47c; } -.file-label:active .file-name { - border-color: #cfcfcf; +.progress.is-bleeding::-moz-progress-bar { + background-color: #abf47c; } -.file-input { - height: 100%; - left: 0; - opacity: 0; - outline: none; - position: absolute; - top: 0; - width: 100%; +.progress.is-bleeding::-ms-fill { + background-color: #abf47c; } -.file-cta, -.file-name { - border-color: #dbdbdb; - border-radius: 4px; - font-size: 1em; - padding-left: 1em; - padding-right: 1em; - white-space: nowrap; +.progress.is-bleeding:indeterminate { + background-image: linear-gradient(to right, #abf47c 30%, #ededed 30%); } -.file-cta { - background-color: whitesmoke; - color: #4a4a4a; +.progress.is-sass::-webkit-progress-value { + background-color: #bf4080; } -.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; +.progress.is-sass::-moz-progress-bar { + background-color: #bf4080; } -.file-icon { - align-items: center; - display: flex; - height: 1em; - justify-content: center; - margin-right: 0.5em; - width: 1em; +.progress.is-sass::-ms-fill { + background-color: #bf4080; } -.file-icon .fa { - font-size: 14px; +.progress.is-sass:indeterminate { + background-image: linear-gradient(to right, #bf4080 30%, #ededed 30%); } -.label { - color: #363636; - display: block; - font-size: 1rem; - font-weight: 700; +.progress.is-amazon::-webkit-progress-value { + background-color: #ffd863; } -.label:not(:last-child) { - margin-bottom: 0.5em; +.progress.is-amazon::-moz-progress-bar { + background-color: #ffd863; } -.label.is-small { - font-size: 0.75rem; +.progress.is-amazon::-ms-fill { + background-color: #ffd863; } -.label.is-medium { - font-size: 1.25rem; +.progress.is-amazon:indeterminate { + background-image: linear-gradient(to right, #ffd863 30%, #ededed 30%); } -.label.is-large { - font-size: 1.5rem; +.progress.is-sponsor::-webkit-progress-value { + background-color: #ea4aaa; } -.help { - display: block; - font-size: 0.75rem; - margin-top: 0.25rem; +.progress.is-sponsor::-moz-progress-bar { + background-color: #ea4aaa; } -.help.is-white { - color: white; +.progress.is-sponsor::-ms-fill { + background-color: #ea4aaa; } -.help.is-black { - color: #0a0a0a; +.progress.is-sponsor:indeterminate { + background-image: linear-gradient(to right, #ea4aaa 30%, #ededed 30%); } -.help.is-light { - color: whitesmoke; +.progress.is-twitter::-webkit-progress-value { + background-color: #55acee; } -.help.is-dark { - color: #363636; +.progress.is-twitter::-moz-progress-bar { + background-color: #55acee; } -.help.is-primary { - color: #00d1b2; +.progress.is-twitter::-ms-fill { + background-color: #55acee; } -.help.is-link { - color: #3273dc; +.progress.is-twitter:indeterminate { + background-image: linear-gradient(to right, #55acee 30%, #ededed 30%); } -.help.is-info { - color: #3298dc; +.progress.is-videos::-webkit-progress-value { + background-color: #48c78e; } -.help.is-success { - color: #48c774; +.progress.is-videos::-moz-progress-bar { + background-color: #48c78e; } -.help.is-warning { - color: #ffdd57; +.progress.is-videos::-ms-fill { + background-color: #48c78e; } -.help.is-danger { - color: #f14668; +.progress.is-videos:indeterminate { + background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%); } -.field:not(:last-child) { - margin-bottom: 0.75rem; +.progress.is-extensions::-webkit-progress-value { + background-color: #3e8ed0; } -.field.has-addons { - display: flex; - justify-content: flex-start; +.progress.is-extensions::-moz-progress-bar { + background-color: #3e8ed0; } -.field.has-addons .control:not(:last-child) { - margin-right: -1px; +.progress.is-extensions::-ms-fill { + background-color: #3e8ed0; } -.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; +.progress.is-extensions:indeterminate { + background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%); } -.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; +.progress.is-bootstrap::-webkit-progress-value { + background-color: #6f5499; } -.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; +.progress.is-bootstrap::-moz-progress-bar { + background-color: #6f5499; } -.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, -.field.has-addons .control .input:not([disabled]):hover, -.field.has-addons .control .input:not([disabled]).is-hovered, -.field.has-addons .control .select select:not([disabled]):hover, -.field.has-addons .control .select select:not([disabled]).is-hovered { - z-index: 2; +.progress.is-bootstrap::-ms-fill { + background-color: #6f5499; } -.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, -.field.has-addons .control .input:not([disabled]):focus, -.field.has-addons .control .input:not([disabled]).is-focused, -.field.has-addons .control .input:not([disabled]):active, -.field.has-addons .control .input:not([disabled]).is-active, -.field.has-addons .control .select select:not([disabled]):focus, -.field.has-addons .control .select select:not([disabled]).is-focused, -.field.has-addons .control .select select:not([disabled]):active, -.field.has-addons .control .select select:not([disabled]).is-active { - z-index: 3; +.progress.is-bootstrap:indeterminate { + background-image: linear-gradient(to right, #6f5499 30%, #ededed 30%); } -.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, -.field.has-addons .control .input:not([disabled]):focus:hover, -.field.has-addons .control .input:not([disabled]).is-focused:hover, -.field.has-addons .control .input:not([disabled]):active:hover, -.field.has-addons .control .input:not([disabled]).is-active:hover, -.field.has-addons .control .select select:not([disabled]):focus:hover, -.field.has-addons .control .select select:not([disabled]).is-focused:hover, -.field.has-addons .control .select select:not([disabled]):active:hover, -.field.has-addons .control .select select:not([disabled]).is-active:hover { - z-index: 4; +.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%; } -.field.has-addons .control.is-expanded { - flex-grow: 1; - flex-shrink: 1; +.progress:indeterminate::-webkit-progress-bar { + background-color: transparent; } -.field.has-addons.has-addons-centered { - justify-content: center; +.progress:indeterminate::-moz-progress-bar { + background-color: transparent; } -.field.has-addons.has-addons-right { - justify-content: flex-end; +.progress:indeterminate::-ms-fill { + animation-name: none; } -.field.has-addons.has-addons-fullwidth .control { - flex-grow: 1; - flex-shrink: 0; +.progress.is-small { + height: 0.75rem; } -.field.is-grouped { - display: flex; - justify-content: flex-start; +.progress.is-medium { + height: 1.25rem; } -.field.is-grouped > .control { - flex-shrink: 0; +.progress.is-large { + height: 1.5rem; } -.field.is-grouped > .control:not(:last-child) { - margin-bottom: 0; - margin-right: 0.75rem; +@-webkit-keyframes moveIndeterminate { + from { + background-position: 200% 0; + } + to { + background-position: -200% 0; + } } -.field.is-grouped > .control.is-expanded { - flex-grow: 1; - flex-shrink: 1; +@keyframes moveIndeterminate { + from { + background-position: 200% 0; + } + to { + background-position: -200% 0; + } } -.field.is-grouped.is-grouped-centered { - justify-content: center; +.table { + background-color: white; + color: #363636; } -.field.is-grouped.is-grouped-right { - justify-content: flex-end; +.table td, +.table th { + border: 1px solid #dbdbdb; + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; } -.field.is-grouped.is-grouped-multiline { - flex-wrap: wrap; +.table td.is-white, +.table th.is-white { + background-color: white; + border-color: white; + color: #0a0a0a; } -.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) { - margin-bottom: 0.75rem; +.table td.is-black, +.table th.is-black { + background-color: #0a0a0a; + border-color: #0a0a0a; + color: white; } -.field.is-grouped.is-grouped-multiline:last-child { - margin-bottom: -0.75rem; +.table td.is-light, +.table th.is-light { + background-color: whitesmoke; + border-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); } -.field.is-grouped.is-grouped-multiline:not(:last-child) { - margin-bottom: 0; +.table td.is-dark, +.table th.is-dark { + background-color: #363636; + border-color: #363636; + color: #fff; } -@media screen and (min-width: 769px), print { - .field.is-horizontal { - display: flex; - } +.table td.is-primary, +.table th.is-primary { + background-color: #00d1b2; + border-color: #00d1b2; + color: #fff; } -.field-label .label { - font-size: inherit; +.table td.is-link, +.table th.is-link { + background-color: #485fc7; + border-color: #485fc7; + color: #fff; } -@media screen and (max-width: 768px) { - .field-label { - margin-bottom: 0.5rem; - } +.table td.is-info, +.table th.is-info { + background-color: #3e8ed0; + border-color: #3e8ed0; + color: #fff; } -@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: 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; - } +.table td.is-success, +.table th.is-success { + background-color: #48c78e; + border-color: #48c78e; + color: #fff; } -.field-body .field .field { - margin-bottom: 0; +.table td.is-warning, +.table th.is-warning { + background-color: #ffe08a; + border-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); } -@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: 0.75rem; - } +.table td.is-danger, +.table th.is-danger { + background-color: #f14668; + border-color: #f14668; + color: #fff; } -.control { - box-sizing: border-box; - clear: both; - font-size: 1rem; - position: relative; - text-align: inherit; +.table td.is-expo, +.table th.is-expo { + background-color: #ffd257; + border-color: #ffd257; + color: white; } -.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; +.table td.is-love, +.table th.is-love { + background-color: #f14668; + border-color: #f14668; + color: white; } -.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: 0.75rem; +.table td.is-patreon, +.table th.is-patreon { + background-color: #f96854; + border-color: #f96854; + color: white; } -.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; +.table td.is-rss, +.table th.is-rss { + background-color: #f26522; + border-color: #f26522; + color: white; } -.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; +.table td.is-bleeding, +.table th.is-bleeding { + background-color: #abf47c; + border-color: #abf47c; + color: rgba(0, 0, 0, 0.7); } -.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; +.table td.is-sass, +.table th.is-sass { + background-color: #bf4080; + border-color: #bf4080; + color: white; } -.control.has-icons-left .input, -.control.has-icons-left .select select { - padding-left: 2.5em; +.table td.is-amazon, +.table th.is-amazon { + background-color: #ffd863; + border-color: #ffd863; + color: rgba(0, 0, 0, 0.7); } -.control.has-icons-left .icon.is-left { - left: 0; +.table td.is-sponsor, +.table th.is-sponsor { + background-color: #ea4aaa; + border-color: #ea4aaa; + color: white; } -.control.has-icons-right .input, -.control.has-icons-right .select select { - padding-right: 2.5em; +.table td.is-twitter, +.table th.is-twitter { + background-color: #55acee; + border-color: #55acee; + color: white; } -.control.has-icons-right .icon.is-right { - right: 0; +.table td.is-videos, +.table th.is-videos { + background-color: #48c78e; + border-color: #48c78e; + color: white; } -.control.is-loading::after { - position: absolute !important; - right: 0.625em; - top: 0.625em; - z-index: 4; +.table td.is-extensions, +.table th.is-extensions { + background-color: #3e8ed0; + border-color: #3e8ed0; + color: white; } -.control.is-loading.is-small:after { - font-size: 0.75rem; +.table td.is-bootstrap, +.table th.is-bootstrap { + background-color: #6f5499; + border-color: #6f5499; + color: white; } -.control.is-loading.is-medium:after { - font-size: 1.25rem; +.table td.is-narrow, +.table th.is-narrow { + white-space: nowrap; + width: 1%; } -.control.is-loading.is-large:after { - font-size: 1.5rem; +.table td.is-selected, +.table th.is-selected { + background-color: #00d1b2; + color: #fff; } -/* Bulma Components */ -.breadcrumb { - font-size: 1rem; - white-space: nowrap; +.table td.is-selected a, +.table td.is-selected strong, +.table th.is-selected a, +.table th.is-selected strong { + color: currentColor; } -.breadcrumb a { - align-items: center; - color: #3273dc; - display: flex; - justify-content: center; - padding: 0 0.75em; +.table td.is-vcentered, +.table th.is-vcentered { + vertical-align: middle; } -.breadcrumb a:hover { +.table th { color: #363636; } -.breadcrumb li { - align-items: center; - display: flex; +.table th:not([align]) { + text-align: inherit; } -.breadcrumb li:first-child a { - padding-left: 0; +.table tr.is-selected { + background-color: #00d1b2; + color: #fff; } -.breadcrumb li.is-active a { - color: #363636; - cursor: default; - pointer-events: none; +.table tr.is-selected a, +.table tr.is-selected strong { + color: currentColor; } -.breadcrumb li + li::before { - color: #b5b5b5; - content: "\0002f"; +.table tr.is-selected td, +.table tr.is-selected th { + border-color: #fff; + color: currentColor; } -.breadcrumb ul, -.breadcrumb ol { - align-items: flex-start; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; +.table thead { + background-color: transparent; } -.breadcrumb .icon:first-child { - margin-right: 0.5em; +.table thead td, +.table thead th { + border-width: 0 0 2px; + color: #363636; } -.breadcrumb .icon:last-child { - margin-left: 0.5em; +.table tfoot { + background-color: transparent; } -.breadcrumb.is-centered ol, -.breadcrumb.is-centered ul { - justify-content: center; +.table tfoot td, +.table tfoot th { + border-width: 2px 0 0; + color: #363636; } -.breadcrumb.is-right ol, -.breadcrumb.is-right ul { - justify-content: flex-end; +.table tbody { + background-color: transparent; } -.breadcrumb.is-small { - font-size: 0.75rem; +.table tbody tr:last-child td, +.table tbody tr:last-child th { + border-bottom-width: 0; } -.breadcrumb.is-medium { - font-size: 1.25rem; +.table.is-bordered td, +.table.is-bordered th { + border-width: 1px; } -.breadcrumb.is-large { - font-size: 1.5rem; +.table.is-bordered tr:last-child td, +.table.is-bordered tr:last-child th { + border-bottom-width: 1px; } -.breadcrumb.has-arrow-separator li + li::before { - content: "\02192"; +.table.is-fullwidth { + width: 100%; } -.breadcrumb.has-bullet-separator li + li::before { - content: "\02022"; +.table.is-hoverable tbody tr:not(.is-selected):hover { + background-color: #fafafa; } -.breadcrumb.has-dot-separator li + li::before { - content: "\000b7"; +.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover { + background-color: #fafafa; } -.breadcrumb.has-succeeds-separator li + li::before { - content: "\0227B"; +.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) { + background-color: whitesmoke; } -.card { - background-color: white; - 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%; - position: relative; +.table.is-narrow td, +.table.is-narrow th { + padding: 0.25em 0.5em; } -.card-header:first-child, .card-content:first-child, .card-footer:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; +.table.is-striped tbody tr:not(.is-selected):nth-child(even) { + background-color: #fafafa; } -.card-header:last-child, .card-content:last-child, .card-footer:last-child { - border-bottom-left-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; +.table-container { + -webkit-overflow-scrolling: touch; + overflow: auto; + overflow-y: hidden; + max-width: 100%; } -.card-header { - background-color: transparent; - align-items: stretch; - box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1); +.tags { + align-items: center; display: flex; + flex-wrap: wrap; + justify-content: flex-start; } -.card-header-title { - align-items: center; - color: #363636; - display: flex; - flex-grow: 1; - font-weight: 700; - padding: 0.75rem 1rem; +.tags .tag { + margin-bottom: 0.5rem; } -.card-header-title.is-centered { - justify-content: center; +.tags .tag:not(:last-child) { + margin-right: 0.5rem; } -.card-header-icon { - align-items: center; - cursor: pointer; - display: flex; - justify-content: center; - padding: 0.75rem 1rem; +.tags:last-child { + margin-bottom: -0.5rem; } -.card-image { - display: block; - position: relative; +.tags:not(:last-child) { + margin-bottom: 1rem; } -.card-image:first-child img { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; +.tags.are-medium .tag:not(.is-normal):not(.is-large) { + font-size: 1rem; } -.card-image:last-child img { - border-bottom-left-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; +.tags.are-large .tag:not(.is-normal):not(.is-medium) { + font-size: 1.25rem; } -.card-content { - background-color: transparent; - padding: 1.5rem; +.tags.is-centered { + justify-content: center; } -.card-footer { - background-color: transparent; - border-top: 1px solid #ededed; - align-items: stretch; - display: flex; +.tags.is-centered .tag { + margin-right: 0.25rem; + margin-left: 0.25rem; } -.card-footer-item { - align-items: center; - display: flex; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 0; - justify-content: center; - padding: 0.75rem; +.tags.is-right { + justify-content: flex-end; } -.card-footer-item:not(:last-child) { - border-right: 1px solid #ededed; +.tags.is-right .tag:not(:first-child) { + margin-left: 0.5rem; } -.card .media:not(:last-child) { - margin-bottom: 1.5rem; +.tags.is-right .tag:not(:last-child) { + margin-right: 0; } -.dropdown { - display: inline-flex; - position: relative; - vertical-align: top; +.tags.has-addons .tag { + margin-right: 0; } -.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu { - display: block; +.tags.has-addons .tag:not(:first-child) { + margin-left: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } -.dropdown.is-right .dropdown-menu { - left: auto; - right: 0; +.tags.has-addons .tag:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } -.dropdown.is-up .dropdown-menu { - bottom: 100%; - padding-bottom: 4px; - padding-top: initial; - top: auto; +.tag:not(body) { + align-items: center; + background-color: whitesmoke; + border-radius: 0.375em; + 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; } -.dropdown-menu { - display: none; - left: 0; - min-width: 12rem; - padding-top: 4px; - position: absolute; - top: 100%; - z-index: 20; +.tag:not(body) .delete { + margin-left: 0.25rem; + margin-right: -0.375rem; } -.dropdown-content { +.tag:not(body).is-white { background-color: white; - 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; + color: #0a0a0a; } -.dropdown-item { - color: #4a4a4a; - display: block; - font-size: 0.875rem; - line-height: 1.5; - padding: 0.375rem 1rem; - position: relative; +.tag:not(body).is-black { + background-color: #0a0a0a; + color: white; } -a.dropdown-item, -button.dropdown-item { - padding-right: 3rem; - text-align: inherit; - white-space: nowrap; - width: 100%; +.tag:not(body).is-light { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); } -a.dropdown-item:hover, -button.dropdown-item:hover { - background-color: whitesmoke; - color: #0a0a0a; +.tag:not(body).is-dark { + background-color: #363636; + color: #fff; } -a.dropdown-item.is-active, -button.dropdown-item.is-active { - background-color: #3273dc; +.tag:not(body).is-primary { + background-color: #00d1b2; color: #fff; } -.dropdown-divider { - background-color: #ededed; - border: none; - display: block; - height: 1px; - margin: 0.5rem 0; +.tag:not(body).is-primary.is-light { + background-color: #ebfffc; + color: #00947e; } -.level { - align-items: center; - justify-content: space-between; +.tag:not(body).is-link { + background-color: #485fc7; + color: #fff; } -.level code { - border-radius: 4px; +.tag:not(body).is-link.is-light { + background-color: #eff1fa; + color: #3850b7; } -.level img { - display: inline-block; - vertical-align: top; +.tag:not(body).is-info { + background-color: #3e8ed0; + color: #fff; } -.level.is-mobile { - display: flex; +.tag:not(body).is-info.is-light { + background-color: #eff5fb; + color: #296fa8; } -.level.is-mobile .level-left, -.level.is-mobile .level-right { - display: flex; +.tag:not(body).is-success { + background-color: #48c78e; + color: #fff; } -.level.is-mobile .level-left + .level-right { - margin-top: 0; +.tag:not(body).is-success.is-light { + background-color: #effaf5; + color: #257953; } -.level.is-mobile .level-item:not(:last-child) { - margin-bottom: 0; - margin-right: 0.75rem; +.tag:not(body).is-warning { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); } -.level.is-mobile .level-item:not(.is-narrow) { - flex-grow: 1; +.tag:not(body).is-warning.is-light { + background-color: #fffaeb; + color: #946c00; } -@media screen and (min-width: 769px), print { - .level { - display: flex; - } - .level > .level-item:not(.is-narrow) { - flex-grow: 1; - } +.tag:not(body).is-danger { + background-color: #f14668; + color: #fff; } -.level-item { - align-items: center; - display: flex; - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; - justify-content: center; +.tag:not(body).is-danger.is-light { + background-color: #feecf0; + color: #cc0f35; } -.level-item .title, -.level-item .subtitle { - margin-bottom: 0; +.tag:not(body).is-expo { + background-color: #ffd257; + color: white; } -@media screen and (max-width: 768px) { - .level-item:not(:last-child) { - margin-bottom: 0.75rem; - } +.tag:not(body).is-expo.is-light { + background-color: #fffaeb; + color: #946c00; } -.level-left, -.level-right { - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; +.tag:not(body).is-love { + background-color: #f14668; + color: white; } -.level-left .level-item.is-flexible, -.level-right .level-item.is-flexible { - flex-grow: 1; +.tag:not(body).is-love.is-light { + background-color: #feecf0; + color: #cc0f35; } -@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; - } +.tag:not(body).is-patreon { + background-color: #f96854; + color: white; } -.level-left { - align-items: center; - justify-content: flex-start; +.tag:not(body).is-patreon.is-light { + background-color: #feeeeb; + color: #c01d07; } -@media screen and (max-width: 768px) { - .level-left + .level-right { - margin-top: 1.5rem; - } +.tag:not(body).is-rss { + background-color: #f26522; + color: white; } -@media screen and (min-width: 769px), print { - .level-left { - display: flex; - } +.tag:not(body).is-rss.is-light { + background-color: #fef2ec; + color: #c1460b; } -.level-right { - align-items: center; - justify-content: flex-end; +.tag:not(body).is-bleeding { + background-color: #abf47c; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 769px), print { - .level-right { - display: flex; - } +.tag:not(body).is-bleeding.is-light { + background-color: #f3fdec; + color: #3c880b; } -.media { - align-items: flex-start; - display: flex; - text-align: inherit; +.tag:not(body).is-sass { + background-color: #bf4080; + color: white; } -.media .content:not(:last-child) { - margin-bottom: 0.75rem; +.tag:not(body).is-sass.is-light { + background-color: #faf0f5; + color: #b03b76; } -.media .media { - border-top: 1px solid rgba(219, 219, 219, 0.5); - display: flex; - padding-top: 0.75rem; +.tag:not(body).is-amazon { + background-color: #ffd863; + color: rgba(0, 0, 0, 0.7); } -.media .media .content:not(:last-child), -.media .media .control:not(:last-child) { - margin-bottom: 0.5rem; +.tag:not(body).is-amazon.is-light { + background-color: #fffaeb; + color: #946f00; } -.media .media .media { - padding-top: 0.5rem; +.tag:not(body).is-sponsor { + background-color: #ea4aaa; + color: white; } -.media .media .media + .media { - margin-top: 0.5rem; +.tag:not(body).is-sponsor.is-light { + background-color: #fdedf6; + color: #c0167c; } -.media + .media { - border-top: 1px solid rgba(219, 219, 219, 0.5); - margin-top: 1rem; - padding-top: 1rem; +.tag:not(body).is-twitter { + background-color: #55acee; + color: white; } -.media.is-large + .media { - margin-top: 1.5rem; - padding-top: 1.5rem; +.tag:not(body).is-twitter.is-light { + background-color: #ecf6fd; + color: #10609e; } -.media-left, -.media-right { - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; +.tag:not(body).is-videos { + background-color: #48c78e; + color: white; } -.media-left { - margin-right: 1rem; +.tag:not(body).is-videos.is-light { + background-color: #effaf5; + color: #257953; } -.media-right { - margin-left: 1rem; +.tag:not(body).is-extensions { + background-color: #3e8ed0; + color: white; } -.media-content { - flex-basis: auto; - flex-grow: 1; - flex-shrink: 1; - text-align: inherit; +.tag:not(body).is-extensions.is-light { + background-color: #eff5fb; + color: #296fa8; } -@media screen and (max-width: 768px) { - .media-content { - overflow-x: auto; - } +.tag:not(body).is-bootstrap { + background-color: #6f5499; + color: white; } -.menu { - font-size: 1rem; +.tag:not(body).is-bootstrap.is-light { + background-color: #f4f2f8; + color: #73579e; } -.menu.is-small { +.tag:not(body).is-normal { font-size: 0.75rem; } -.menu.is-medium { - font-size: 1.25rem; +.tag:not(body).is-medium { + font-size: 1rem; } -.menu.is-large { - font-size: 1.5rem; +.tag:not(body).is-large { + font-size: 1.25rem; } -.menu-list { - line-height: 1.25; +.tag:not(body) .icon:first-child:not(:last-child) { + margin-left: -0.375em; + margin-right: 0.1875em; } -.menu-list a { - border-radius: 2px; - color: #4a4a4a; - display: block; - padding: 0.5em 0.75em; +.tag:not(body) .icon:last-child:not(:first-child) { + margin-left: 0.1875em; + margin-right: -0.375em; } -.menu-list a:hover { - background-color: whitesmoke; - color: #363636; +.tag:not(body) .icon:first-child:last-child { + margin-left: -0.375em; + margin-right: -0.375em; } -.menu-list a.is-active { - background-color: #3273dc; - color: #fff; +.tag:not(body).is-delete { + margin-left: 1px; + padding: 0; + position: relative; + width: 2em; } -.menu-list li ul { - border-left: 1px solid #dbdbdb; - margin: 0.75em; - padding-left: 0.75em; +.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; } -.menu-label { - color: #7a7a7a; - font-size: 0.75em; - letter-spacing: 0.1em; - text-transform: uppercase; +.tag:not(body).is-delete::before { + height: 1px; + width: 50%; } -.menu-label:not(:first-child) { - margin-top: 1em; +.tag:not(body).is-delete::after { + height: 50%; + width: 1px; } -.menu-label:not(:last-child) { - margin-bottom: 1em; +.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus { + background-color: #e8e8e8; } -.message { - background-color: whitesmoke; - border-radius: 4px; - font-size: 1rem; +.tag:not(body).is-delete:active { + background-color: #dbdbdb; } -.message strong { - color: currentColor; +.tag:not(body).is-rounded { + border-radius: 9999px; } -.message a:not(.button):not(.tag):not(.dropdown-item) { - color: currentColor; +a.tag:hover { text-decoration: underline; } -.message.is-small { - font-size: 0.75rem; -} - -.message.is-medium { - font-size: 1.25rem; +.title, +.subtitle { + word-break: break-word; } -.message.is-large { - font-size: 1.5rem; +.title em, +.title span, +.subtitle em, +.subtitle span { + font-weight: inherit; } -.message.is-white { - background-color: white; +.title sub, +.subtitle sub { + font-size: 0.75em; } -.message.is-white .message-header { - background-color: white; - color: #0a0a0a; +.title sup, +.subtitle sup { + font-size: 0.75em; } -.message.is-white .message-body { - border-color: white; +.title .tag, +.subtitle .tag { + vertical-align: middle; } -.message.is-black { - background-color: #fafafa; +.title { + color: #363636; + font-size: 2rem; + font-weight: 600; + line-height: 1.125; } -.message.is-black .message-header { - background-color: #0a0a0a; - color: white; +.title strong { + color: inherit; + font-weight: inherit; } -.message.is-black .message-body { - border-color: #0a0a0a; +.title:not(.is-spaced) + .subtitle { + margin-top: -1.25rem; } -.message.is-light { - background-color: #fafafa; +.title.is-1 { + font-size: 3rem; } -.message.is-light .message-header { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); +.title.is-2 { + font-size: 2.5rem; } -.message.is-light .message-body { - border-color: whitesmoke; +.title.is-3 { + font-size: 2rem; } -.message.is-dark { - background-color: #fafafa; +.title.is-4 { + font-size: 1.5rem; } -.message.is-dark .message-header { - background-color: #363636; - color: #fff; +.title.is-5 { + font-size: 1.25rem; } -.message.is-dark .message-body { - border-color: #363636; +.title.is-6 { + font-size: 1rem; } -.message.is-primary { - background-color: #ebfffc; +.title.is-7 { + font-size: 0.75rem; } -.message.is-primary .message-header { - background-color: #00d1b2; - color: #fff; +.subtitle { + color: #4a4a4a; + font-size: 1.25rem; + font-weight: 400; + line-height: 1.25; } -.message.is-primary .message-body { - border-color: #00d1b2; - color: #00947e; +.subtitle strong { + color: #363636; + font-weight: 600; } -.message.is-link { - background-color: #eef3fc; +.subtitle:not(.is-spaced) + .title { + margin-top: -1.25rem; } -.message.is-link .message-header { - background-color: #3273dc; - color: #fff; +.subtitle.is-1 { + font-size: 3rem; } -.message.is-link .message-body { - border-color: #3273dc; - color: #2160c4; +.subtitle.is-2 { + font-size: 2.5rem; } -.message.is-info { - background-color: #eef6fc; +.subtitle.is-3 { + font-size: 2rem; } -.message.is-info .message-header { - background-color: #3298dc; - color: #fff; +.subtitle.is-4 { + font-size: 1.5rem; } -.message.is-info .message-body { - border-color: #3298dc; - color: #1d72aa; +.subtitle.is-5 { + font-size: 1.25rem; } -.message.is-success { - background-color: #effaf3; +.subtitle.is-6 { + font-size: 1rem; } -.message.is-success .message-header { - background-color: #48c774; - color: #fff; +.subtitle.is-7 { + font-size: 0.75rem; } -.message.is-success .message-body { - border-color: #48c774; - color: #257942; -} +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} -.message.is-warning { - background-color: #fffbeb; +.number { + align-items: center; + background-color: whitesmoke; + border-radius: 9999px; + display: inline-flex; + font-size: 1.25rem; + height: 2em; + justify-content: center; + margin-right: 1.5rem; + min-width: 2.5em; + padding: 0.25rem 0.5rem; + text-align: center; + vertical-align: top; } -.message.is-warning .message-header { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +/* Bulma Form */ +.input, .textarea, .select select { + background-color: white; + border-color: #dbdbdb; + border-radius: 0.375em; + color: #363636; } -.message.is-warning .message-body { - border-color: #ffdd57; - color: #947600; +.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder { + color: rgba(54, 54, 54, 0.3); } -.message.is-danger { - background-color: #feecf0; +.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder { + color: rgba(54, 54, 54, 0.3); } -.message.is-danger .message-header { - background-color: #f14668; - color: #fff; +.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder { + color: rgba(54, 54, 54, 0.3); } -.message.is-danger .message-body { - border-color: #f14668; - color: #cc0f35; +.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder { + color: rgba(54, 54, 54, 0.3); } -.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; +.input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered { + border-color: #b5b5b5; } -.message-header .delete { - flex-grow: 0; - flex-shrink: 0; - margin-left: 0.75em; +.input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active { + border-color: #485fc7; + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } -.message-header + .message-body { - border-width: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; +.input[disabled], .textarea[disabled], .select select[disabled], +fieldset[disabled] .input, +fieldset[disabled] .textarea, +fieldset[disabled] .select select, +.select fieldset[disabled] select { + background-color: whitesmoke; + border-color: whitesmoke; + box-shadow: none; + color: #7a7a7a; } -.message-body { - border-color: #dbdbdb; - border-radius: 4px; - border-style: solid; - border-width: 0 0 0 4px; - color: #4a4a4a; - padding: 1.25em 1.5em; +.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, +.select fieldset[disabled] select::-moz-placeholder { + color: rgba(122, 122, 122, 0.3); } -.message-body code, -.message-body pre { - background-color: white; +.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, +.select fieldset[disabled] select::-webkit-input-placeholder { + color: rgba(122, 122, 122, 0.3); } -.message-body pre code { - background-color: transparent; +.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, +.select fieldset[disabled] select:-moz-placeholder { + color: rgba(122, 122, 122, 0.3); } -.modal { - align-items: center; - display: none; - flex-direction: column; - justify-content: center; - overflow: hidden; - position: fixed; - z-index: 40; +.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, +.select fieldset[disabled] select:-ms-input-placeholder { + color: rgba(122, 122, 122, 0.3); } -.modal.is-active { - display: flex; +.input, .textarea { + box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05); + max-width: 100%; + width: 100%; } -.modal-background { - background-color: rgba(10, 10, 10, 0.86); +.input[readonly], .textarea[readonly] { + box-shadow: none; } -.modal-content, -.modal-card { - margin: 0 20px; - max-height: calc(100vh - 160px); - overflow: auto; - position: relative; - width: 100%; +.is-white.input, .is-white.textarea { + border-color: white; } -@media screen and (min-width: 769px) { - .modal-content, - .modal-card { - margin: 0 auto; - max-height: calc(100vh - 40px); - width: 640px; - } +.is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); } -.modal-close { - background: none; - height: 40px; - position: fixed; - right: 20px; - top: 20px; - width: 40px; +.is-black.input, .is-black.textarea { + border-color: #0a0a0a; } -.modal-card { - display: flex; - flex-direction: column; - max-height: calc(100vh - 40px); - overflow: hidden; - -ms-overflow-y: visible; +.is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); } -.modal-card-head, -.modal-card-foot { - align-items: center; - background-color: whitesmoke; - display: flex; - flex-shrink: 0; - justify-content: flex-start; - padding: 20px; - position: relative; +.is-light.input, .is-light.textarea { + border-color: whitesmoke; } -.modal-card-head { - border-bottom: 1px solid #dbdbdb; - border-top-left-radius: 6px; - border-top-right-radius: 6px; +.is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); } -.modal-card-title { - color: #363636; - flex-grow: 1; - flex-shrink: 0; - font-size: 1.5rem; - line-height: 1; +.is-dark.input, .is-dark.textarea { + border-color: #363636; } -.modal-card-foot { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-top: 1px solid #dbdbdb; +.is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); } -.modal-card-foot .button:not(:last-child) { - margin-right: 0.5em; +.is-primary.input, .is-primary.textarea { + border-color: #00d1b2; } -.modal-card-body { - -webkit-overflow-scrolling: touch; - background-color: white; - flex-grow: 1; - flex-shrink: 1; - overflow: auto; - padding: 20px; +.is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); } -.navbar { - background-color: white; - min-height: 3.25rem; - position: relative; - z-index: 30; +.is-link.input, .is-link.textarea { + border-color: #485fc7; } -.navbar.is-white { - background-color: white; - color: #0a0a0a; +.is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } -.navbar.is-white .navbar-brand > .navbar-item, -.navbar.is-white .navbar-brand .navbar-link { - color: #0a0a0a; +.is-info.input, .is-info.textarea { + border-color: #3e8ed0; } -.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, -.navbar.is-white .navbar-brand .navbar-link:focus, -.navbar.is-white .navbar-brand .navbar-link:hover, -.navbar.is-white .navbar-brand .navbar-link.is-active { - background-color: #f2f2f2; - color: #0a0a0a; +.is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } -.navbar.is-white .navbar-brand .navbar-link::after { - border-color: #0a0a0a; +.is-success.input, .is-success.textarea { + border-color: #48c78e; } -.navbar.is-white .navbar-burger { - color: #0a0a0a; +.is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } -@media screen and (min-width: 1024px) { - .navbar.is-white .navbar-start > .navbar-item, - .navbar.is-white .navbar-start .navbar-link, - .navbar.is-white .navbar-end > .navbar-item, - .navbar.is-white .navbar-end .navbar-link { - color: #0a0a0a; - } - .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, - .navbar.is-white .navbar-start .navbar-link:focus, - .navbar.is-white .navbar-start .navbar-link:hover, - .navbar.is-white .navbar-start .navbar-link.is-active, - .navbar.is-white .navbar-end > a.navbar-item:focus, - .navbar.is-white .navbar-end > a.navbar-item:hover, - .navbar.is-white .navbar-end > a.navbar-item.is-active, - .navbar.is-white .navbar-end .navbar-link:focus, - .navbar.is-white .navbar-end .navbar-link:hover, - .navbar.is-white .navbar-end .navbar-link.is-active { - 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: white; - color: #0a0a0a; - } +.is-warning.input, .is-warning.textarea { + border-color: #ffe08a; } -.navbar.is-black { - background-color: #0a0a0a; - color: white; +.is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } -.navbar.is-black .navbar-brand > .navbar-item, -.navbar.is-black .navbar-brand .navbar-link { - color: white; +.is-danger.input, .is-danger.textarea { + border-color: #f14668; } -.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, -.navbar.is-black .navbar-brand .navbar-link:focus, -.navbar.is-black .navbar-brand .navbar-link:hover, -.navbar.is-black .navbar-brand .navbar-link.is-active { - background-color: black; - color: white; +.is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); } -.navbar.is-black .navbar-brand .navbar-link::after { - border-color: white; +.is-expo.input, .is-expo.textarea { + border-color: #ffd257; } -.navbar.is-black .navbar-burger { - color: white; +.is-expo.input:focus, .is-expo.textarea:focus, .is-expo.is-focused.input, .is-expo.is-focused.textarea, .is-expo.input:active, .is-expo.textarea:active, .is-expo.is-active.input, .is-expo.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(255, 210, 87, 0.25); } -@media screen and (min-width: 1024px) { - .navbar.is-black .navbar-start > .navbar-item, - .navbar.is-black .navbar-start .navbar-link, - .navbar.is-black .navbar-end > .navbar-item, - .navbar.is-black .navbar-end .navbar-link { - color: white; - } - .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, - .navbar.is-black .navbar-start .navbar-link:focus, - .navbar.is-black .navbar-start .navbar-link:hover, - .navbar.is-black .navbar-start .navbar-link.is-active, - .navbar.is-black .navbar-end > a.navbar-item:focus, - .navbar.is-black .navbar-end > a.navbar-item:hover, - .navbar.is-black .navbar-end > a.navbar-item.is-active, - .navbar.is-black .navbar-end .navbar-link:focus, - .navbar.is-black .navbar-end .navbar-link:hover, - .navbar.is-black .navbar-end .navbar-link.is-active { - background-color: black; - color: white; - } - .navbar.is-black .navbar-start .navbar-link::after, - .navbar.is-black .navbar-end .navbar-link::after { - border-color: white; - } - .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: black; - color: white; - } - .navbar.is-black .navbar-dropdown a.navbar-item.is-active { - background-color: #0a0a0a; - color: white; - } +.is-love.input, .is-love.textarea { + border-color: #f14668; } -.navbar.is-light { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); +.is-love.input:focus, .is-love.textarea:focus, .is-love.is-focused.input, .is-love.is-focused.textarea, .is-love.input:active, .is-love.textarea:active, .is-love.is-active.input, .is-love.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); } -.navbar.is-light .navbar-brand > .navbar-item, -.navbar.is-light .navbar-brand .navbar-link { - color: rgba(0, 0, 0, 0.7); +.is-patreon.input, .is-patreon.textarea { + border-color: #f96854; } -.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, -.navbar.is-light .navbar-brand .navbar-link:focus, -.navbar.is-light .navbar-brand .navbar-link:hover, -.navbar.is-light .navbar-brand .navbar-link.is-active { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); +.is-patreon.input:focus, .is-patreon.textarea:focus, .is-patreon.is-focused.input, .is-patreon.is-focused.textarea, .is-patreon.input:active, .is-patreon.textarea:active, .is-patreon.is-active.input, .is-patreon.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(249, 104, 84, 0.25); } -.navbar.is-light .navbar-brand .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); +.is-rss.input, .is-rss.textarea { + border-color: #f26522; } -.navbar.is-light .navbar-burger { - color: rgba(0, 0, 0, 0.7); +.is-rss.input:focus, .is-rss.textarea:focus, .is-rss.is-focused.input, .is-rss.is-focused.textarea, .is-rss.input:active, .is-rss.textarea:active, .is-rss.is-active.input, .is-rss.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(242, 101, 34, 0.25); } -@media screen and (min-width: 1024px) { - .navbar.is-light .navbar-start > .navbar-item, - .navbar.is-light .navbar-start .navbar-link, - .navbar.is-light .navbar-end > .navbar-item, - .navbar.is-light .navbar-end .navbar-link { - color: rgba(0, 0, 0, 0.7); - } - .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, - .navbar.is-light .navbar-start .navbar-link:focus, - .navbar.is-light .navbar-start .navbar-link:hover, - .navbar.is-light .navbar-start .navbar-link.is-active, - .navbar.is-light .navbar-end > a.navbar-item:focus, - .navbar.is-light .navbar-end > a.navbar-item:hover, - .navbar.is-light .navbar-end > a.navbar-item.is-active, - .navbar.is-light .navbar-end .navbar-link:focus, - .navbar.is-light .navbar-end .navbar-link:hover, - .navbar.is-light .navbar-end .navbar-link.is-active { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); - } - .navbar.is-light .navbar-start .navbar-link::after, - .navbar.is-light .navbar-end .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); - } - .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); - } - .navbar.is-light .navbar-dropdown a.navbar-item.is-active { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); - } +.is-bleeding.input, .is-bleeding.textarea { + border-color: #abf47c; } -.navbar.is-dark { - background-color: #363636; - color: #fff; +.is-bleeding.input:focus, .is-bleeding.textarea:focus, .is-bleeding.is-focused.input, .is-bleeding.is-focused.textarea, .is-bleeding.input:active, .is-bleeding.textarea:active, .is-bleeding.is-active.input, .is-bleeding.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(171, 244, 124, 0.25); } -.navbar.is-dark .navbar-brand > .navbar-item, -.navbar.is-dark .navbar-brand .navbar-link { - color: #fff; +.is-sass.input, .is-sass.textarea { + border-color: #bf4080; } -.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, -.navbar.is-dark .navbar-brand .navbar-link:focus, -.navbar.is-dark .navbar-brand .navbar-link:hover, -.navbar.is-dark .navbar-brand .navbar-link.is-active { - background-color: #292929; - color: #fff; +.is-sass.input:focus, .is-sass.textarea:focus, .is-sass.is-focused.input, .is-sass.is-focused.textarea, .is-sass.input:active, .is-sass.textarea:active, .is-sass.is-active.input, .is-sass.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(191, 64, 128, 0.25); } -.navbar.is-dark .navbar-brand .navbar-link::after { - border-color: #fff; +.is-amazon.input, .is-amazon.textarea { + border-color: #ffd863; } -.navbar.is-dark .navbar-burger { - color: #fff; +.is-amazon.input:focus, .is-amazon.textarea:focus, .is-amazon.is-focused.input, .is-amazon.is-focused.textarea, .is-amazon.input:active, .is-amazon.textarea:active, .is-amazon.is-active.input, .is-amazon.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(255, 216, 99, 0.25); } -@media screen and (min-width: 1024px) { - .navbar.is-dark .navbar-start > .navbar-item, - .navbar.is-dark .navbar-start .navbar-link, - .navbar.is-dark .navbar-end > .navbar-item, - .navbar.is-dark .navbar-end .navbar-link { - color: #fff; - } - .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, - .navbar.is-dark .navbar-start .navbar-link:focus, - .navbar.is-dark .navbar-start .navbar-link:hover, - .navbar.is-dark .navbar-start .navbar-link.is-active, - .navbar.is-dark .navbar-end > a.navbar-item:focus, - .navbar.is-dark .navbar-end > a.navbar-item:hover, - .navbar.is-dark .navbar-end > a.navbar-item.is-active, - .navbar.is-dark .navbar-end .navbar-link:focus, - .navbar.is-dark .navbar-end .navbar-link:hover, - .navbar.is-dark .navbar-end .navbar-link.is-active { - 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; - } +.is-sponsor.input, .is-sponsor.textarea { + border-color: #ea4aaa; } -.navbar.is-primary { - background-color: #00d1b2; - color: #fff; +.is-sponsor.input:focus, .is-sponsor.textarea:focus, .is-sponsor.is-focused.input, .is-sponsor.is-focused.textarea, .is-sponsor.input:active, .is-sponsor.textarea:active, .is-sponsor.is-active.input, .is-sponsor.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(234, 74, 170, 0.25); } -.navbar.is-primary .navbar-brand > .navbar-item, -.navbar.is-primary .navbar-brand .navbar-link { - color: #fff; +.is-twitter.input, .is-twitter.textarea { + border-color: #55acee; } -.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, -.navbar.is-primary .navbar-brand .navbar-link:focus, -.navbar.is-primary .navbar-brand .navbar-link:hover, -.navbar.is-primary .navbar-brand .navbar-link.is-active { - background-color: #00b89c; - color: #fff; +.is-twitter.input:focus, .is-twitter.textarea:focus, .is-twitter.is-focused.input, .is-twitter.is-focused.textarea, .is-twitter.input:active, .is-twitter.textarea:active, .is-twitter.is-active.input, .is-twitter.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(85, 172, 238, 0.25); } -.navbar.is-primary .navbar-brand .navbar-link::after { - border-color: #fff; +.is-videos.input, .is-videos.textarea { + border-color: #48c78e; } -.navbar.is-primary .navbar-burger { - color: #fff; +.is-videos.input:focus, .is-videos.textarea:focus, .is-videos.is-focused.input, .is-videos.is-focused.textarea, .is-videos.input:active, .is-videos.textarea:active, .is-videos.is-active.input, .is-videos.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } -@media screen and (min-width: 1024px) { - .navbar.is-primary .navbar-start > .navbar-item, - .navbar.is-primary .navbar-start .navbar-link, - .navbar.is-primary .navbar-end > .navbar-item, - .navbar.is-primary .navbar-end .navbar-link { - color: #fff; - } - .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, - .navbar.is-primary .navbar-start .navbar-link:focus, - .navbar.is-primary .navbar-start .navbar-link:hover, - .navbar.is-primary .navbar-start .navbar-link.is-active, - .navbar.is-primary .navbar-end > a.navbar-item:focus, - .navbar.is-primary .navbar-end > a.navbar-item:hover, - .navbar.is-primary .navbar-end > a.navbar-item.is-active, - .navbar.is-primary .navbar-end .navbar-link:focus, - .navbar.is-primary .navbar-end .navbar-link:hover, - .navbar.is-primary .navbar-end .navbar-link.is-active { - 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; - } +.is-extensions.input, .is-extensions.textarea { + border-color: #3e8ed0; } -.navbar.is-link { - background-color: #3273dc; - color: #fff; +.is-extensions.input:focus, .is-extensions.textarea:focus, .is-extensions.is-focused.input, .is-extensions.is-focused.textarea, .is-extensions.input:active, .is-extensions.textarea:active, .is-extensions.is-active.input, .is-extensions.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } -.navbar.is-link .navbar-brand > .navbar-item, -.navbar.is-link .navbar-brand .navbar-link { - color: #fff; +.is-bootstrap.input, .is-bootstrap.textarea { + border-color: #6f5499; } -.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, -.navbar.is-link .navbar-brand .navbar-link:focus, -.navbar.is-link .navbar-brand .navbar-link:hover, -.navbar.is-link .navbar-brand .navbar-link.is-active { - background-color: #2366d1; - color: #fff; +.is-bootstrap.input:focus, .is-bootstrap.textarea:focus, .is-bootstrap.is-focused.input, .is-bootstrap.is-focused.textarea, .is-bootstrap.input:active, .is-bootstrap.textarea:active, .is-bootstrap.is-active.input, .is-bootstrap.is-active.textarea { + box-shadow: 0 0 0 0.125em rgba(111, 84, 153, 0.25); } -.navbar.is-link .navbar-brand .navbar-link::after { - border-color: #fff; +.is-small.input, .is-small.textarea { + border-radius: 2px; + font-size: 0.75rem; } -.navbar.is-link .navbar-burger { - color: #fff; +.is-medium.input, .is-medium.textarea { + font-size: 1.25rem; } -@media screen and (min-width: 1024px) { - .navbar.is-link .navbar-start > .navbar-item, - .navbar.is-link .navbar-start .navbar-link, - .navbar.is-link .navbar-end > .navbar-item, - .navbar.is-link .navbar-end .navbar-link { - color: #fff; - } - .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, - .navbar.is-link .navbar-start .navbar-link:focus, - .navbar.is-link .navbar-start .navbar-link:hover, - .navbar.is-link .navbar-start .navbar-link.is-active, - .navbar.is-link .navbar-end > a.navbar-item:focus, - .navbar.is-link .navbar-end > a.navbar-item:hover, - .navbar.is-link .navbar-end > a.navbar-item.is-active, - .navbar.is-link .navbar-end .navbar-link:focus, - .navbar.is-link .navbar-end .navbar-link:hover, - .navbar.is-link .navbar-end .navbar-link.is-active { - 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; - } +.is-large.input, .is-large.textarea { + font-size: 1.5rem; } -.navbar.is-info { - background-color: #3298dc; - color: #fff; +.is-fullwidth.input, .is-fullwidth.textarea { + display: block; + width: 100%; } -.navbar.is-info .navbar-brand > .navbar-item, -.navbar.is-info .navbar-brand .navbar-link { - color: #fff; +.is-inline.input, .is-inline.textarea { + display: inline; + width: auto; } -.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, -.navbar.is-info .navbar-brand .navbar-link:focus, -.navbar.is-info .navbar-brand .navbar-link:hover, -.navbar.is-info .navbar-brand .navbar-link.is-active { - background-color: #238cd1; - color: #fff; +.input.is-rounded { + border-radius: 9999px; + padding-left: calc(calc(0.75em - 1px) + 0.375em); + padding-right: calc(calc(0.75em - 1px) + 0.375em); } -.navbar.is-info .navbar-brand .navbar-link::after { - border-color: #fff; +.input.is-static { + background-color: transparent; + border-color: transparent; + box-shadow: none; + padding-left: 0; + padding-right: 0; } -.navbar.is-info .navbar-burger { - color: #fff; +.textarea { + display: block; + max-width: 100%; + min-width: 100%; + padding: calc(0.75em - 1px); + resize: vertical; } -@media screen and (min-width: 1024px) { - .navbar.is-info .navbar-start > .navbar-item, - .navbar.is-info .navbar-start .navbar-link, - .navbar.is-info .navbar-end > .navbar-item, - .navbar.is-info .navbar-end .navbar-link { - color: #fff; - } - .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, - .navbar.is-info .navbar-start .navbar-link:focus, - .navbar.is-info .navbar-start .navbar-link:hover, - .navbar.is-info .navbar-start .navbar-link.is-active, - .navbar.is-info .navbar-end > a.navbar-item:focus, - .navbar.is-info .navbar-end > a.navbar-item:hover, - .navbar.is-info .navbar-end > a.navbar-item.is-active, - .navbar.is-info .navbar-end .navbar-link:focus, - .navbar.is-info .navbar-end .navbar-link:hover, - .navbar.is-info .navbar-end .navbar-link.is-active { - 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; - } +.textarea:not([rows]) { + max-height: 40em; + min-height: 8em; } -.navbar.is-success { - background-color: #48c774; - color: #fff; +.textarea[rows] { + height: initial; } -.navbar.is-success .navbar-brand > .navbar-item, -.navbar.is-success .navbar-brand .navbar-link { - color: #fff; +.textarea.has-fixed-size { + resize: none; } -.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, -.navbar.is-success .navbar-brand .navbar-link:focus, -.navbar.is-success .navbar-brand .navbar-link:hover, -.navbar.is-success .navbar-brand .navbar-link.is-active { - background-color: #3abb67; - color: #fff; +.checkbox, .radio { + cursor: pointer; + display: inline-block; + line-height: 1.25; + position: relative; } -.navbar.is-success .navbar-brand .navbar-link::after { - border-color: #fff; +.checkbox input, .radio input { + cursor: pointer; } -.navbar.is-success .navbar-burger { - color: #fff; +.checkbox:hover, .radio:hover { + color: #363636; } -@media screen and (min-width: 1024px) { - .navbar.is-success .navbar-start > .navbar-item, - .navbar.is-success .navbar-start .navbar-link, - .navbar.is-success .navbar-end > .navbar-item, - .navbar.is-success .navbar-end .navbar-link { - color: #fff; - } - .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, - .navbar.is-success .navbar-start .navbar-link:focus, - .navbar.is-success .navbar-start .navbar-link:hover, - .navbar.is-success .navbar-start .navbar-link.is-active, - .navbar.is-success .navbar-end > a.navbar-item:focus, - .navbar.is-success .navbar-end > a.navbar-item:hover, - .navbar.is-success .navbar-end > a.navbar-item.is-active, - .navbar.is-success .navbar-end .navbar-link:focus, - .navbar.is-success .navbar-end .navbar-link:hover, - .navbar.is-success .navbar-end .navbar-link.is-active { - 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; - } +.checkbox[disabled], .radio[disabled], +fieldset[disabled] .checkbox, +fieldset[disabled] .radio, +.checkbox input[disabled], +.radio input[disabled] { + color: #7a7a7a; + cursor: not-allowed; } -.navbar.is-warning { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.radio + .radio { + margin-left: 0.5em; } -.navbar.is-warning .navbar-brand > .navbar-item, -.navbar.is-warning .navbar-brand .navbar-link { - color: rgba(0, 0, 0, 0.7); +.select { + display: inline-block; + max-width: 100%; + position: relative; + vertical-align: top; } -.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, -.navbar.is-warning .navbar-brand .navbar-link:focus, -.navbar.is-warning .navbar-brand .navbar-link:hover, -.navbar.is-warning .navbar-brand .navbar-link.is-active { - background-color: #ffd83d; - color: rgba(0, 0, 0, 0.7); +.select:not(.is-multiple) { + height: 2.5em; } -.navbar.is-warning .navbar-brand .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); +.select:not(.is-multiple):not(.is-loading)::after { + border-color: #485fc7; + right: 1.125em; + z-index: 4; } -.navbar.is-warning .navbar-burger { - color: rgba(0, 0, 0, 0.7); +.select.is-rounded select { + border-radius: 9999px; + padding-left: 1em; } -@media screen and (min-width: 1024px) { - .navbar.is-warning .navbar-start > .navbar-item, - .navbar.is-warning .navbar-start .navbar-link, - .navbar.is-warning .navbar-end > .navbar-item, - .navbar.is-warning .navbar-end .navbar-link { - color: rgba(0, 0, 0, 0.7); - } - .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, - .navbar.is-warning .navbar-start .navbar-link:focus, - .navbar.is-warning .navbar-start .navbar-link:hover, - .navbar.is-warning .navbar-start .navbar-link.is-active, - .navbar.is-warning .navbar-end > a.navbar-item:focus, - .navbar.is-warning .navbar-end > a.navbar-item:hover, - .navbar.is-warning .navbar-end > a.navbar-item.is-active, - .navbar.is-warning .navbar-end .navbar-link:focus, - .navbar.is-warning .navbar-end .navbar-link:hover, - .navbar.is-warning .navbar-end .navbar-link.is-active { - background-color: #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); - } +.select select { + cursor: pointer; + display: block; + font-size: 1em; + max-width: 100%; + outline: none; } -.navbar.is-danger { - background-color: #f14668; - color: #fff; +.select select::-ms-expand { + display: none; } -.navbar.is-danger .navbar-brand > .navbar-item, -.navbar.is-danger .navbar-brand .navbar-link { - color: #fff; +.select select[disabled]:hover, +fieldset[disabled] .select select:hover { + border-color: whitesmoke; } -.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, -.navbar.is-danger .navbar-brand .navbar-link:focus, -.navbar.is-danger .navbar-brand .navbar-link:hover, -.navbar.is-danger .navbar-brand .navbar-link.is-active { - background-color: #ef2e55; - color: #fff; +.select select:not([multiple]) { + padding-right: 2.5em; } -.navbar.is-danger .navbar-brand .navbar-link::after { - border-color: #fff; +.select select[multiple] { + height: auto; + padding: 0; } -.navbar.is-danger .navbar-burger { - color: #fff; +.select select[multiple] option { + padding: 0.5em 1em; } -@media screen and (min-width: 1024px) { - .navbar.is-danger .navbar-start > .navbar-item, - .navbar.is-danger .navbar-start .navbar-link, - .navbar.is-danger .navbar-end > .navbar-item, - .navbar.is-danger .navbar-end .navbar-link { - color: #fff; - } - .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, - .navbar.is-danger .navbar-start .navbar-link:focus, - .navbar.is-danger .navbar-start .navbar-link:hover, - .navbar.is-danger .navbar-start .navbar-link.is-active, - .navbar.is-danger .navbar-end > a.navbar-item:focus, - .navbar.is-danger .navbar-end > a.navbar-item:hover, - .navbar.is-danger .navbar-end > a.navbar-item.is-active, - .navbar.is-danger .navbar-end .navbar-link:focus, - .navbar.is-danger .navbar-end .navbar-link:hover, - .navbar.is-danger .navbar-end .navbar-link.is-active { - 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; - } +.select:not(.is-multiple):not(.is-loading):hover::after { + border-color: #363636; } -.navbar > .container { - align-items: stretch; - display: flex; - min-height: 3.25rem; - width: 100%; +.select.is-white:not(:hover)::after { + border-color: white; } -.navbar.has-shadow { - box-shadow: 0 2px 0 0 whitesmoke; +.select.is-white select { + border-color: white; } -.navbar.is-fixed-bottom, .navbar.is-fixed-top { - left: 0; - position: fixed; - right: 0; - z-index: 30; +.select.is-white select:hover, .select.is-white select.is-hovered { + border-color: #f2f2f2; } -.navbar.is-fixed-bottom { - bottom: 0; +.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); } -.navbar.is-fixed-bottom.has-shadow { - box-shadow: 0 -2px 0 0 whitesmoke; +.select.is-black:not(:hover)::after { + border-color: #0a0a0a; } -.navbar.is-fixed-top { - top: 0; +.select.is-black select { + border-color: #0a0a0a; } -html.has-navbar-fixed-top, -body.has-navbar-fixed-top { - padding-top: 3.25rem; +.select.is-black select:hover, .select.is-black select.is-hovered { + border-color: black; } -html.has-navbar-fixed-bottom, -body.has-navbar-fixed-bottom { - padding-bottom: 3.25rem; +.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); } -.navbar-brand, -.navbar-tabs { - align-items: stretch; - display: flex; - flex-shrink: 0; - min-height: 3.25rem; +.select.is-light:not(:hover)::after { + border-color: whitesmoke; } -.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover { - background-color: transparent; +.select.is-light select { + border-color: whitesmoke; } -.navbar-tabs { - -webkit-overflow-scrolling: touch; - max-width: 100vw; - overflow-x: auto; - overflow-y: hidden; +.select.is-light select:hover, .select.is-light select.is-hovered { + border-color: #e8e8e8; } -.navbar-burger { - color: #4a4a4a; - cursor: pointer; - display: block; - height: 3.25rem; - position: relative; - width: 3.25rem; - margin-left: auto; +.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); } -.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; +.select.is-dark:not(:hover)::after { + border-color: #363636; } -.navbar-burger span:nth-child(1) { - top: calc(50% - 6px); +.select.is-dark select { + border-color: #363636; } -.navbar-burger span:nth-child(2) { - top: calc(50% - 1px); +.select.is-dark select:hover, .select.is-dark select.is-hovered { + border-color: #292929; } -.navbar-burger span:nth-child(3) { - top: calc(50% + 4px); +.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); } -.navbar-burger:hover { - background-color: rgba(0, 0, 0, 0.05); +.select.is-primary:not(:hover)::after { + border-color: #00d1b2; } -.navbar-burger.is-active span:nth-child(1) { - transform: translateY(5px) rotate(45deg); +.select.is-primary select { + border-color: #00d1b2; } -.navbar-burger.is-active span:nth-child(2) { - opacity: 0; +.select.is-primary select:hover, .select.is-primary select.is-hovered { + border-color: #00b89c; } -.navbar-burger.is-active span:nth-child(3) { - transform: translateY(-5px) rotate(-45deg); +.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); } -.navbar-menu { - display: none; +.select.is-link:not(:hover)::after { + border-color: #485fc7; } -.navbar-item, -.navbar-link { - color: #4a4a4a; - display: block; - line-height: 1.5; - padding: 0.5rem 0.75rem; - position: relative; +.select.is-link select { + border-color: #485fc7; } -.navbar-item .icon:only-child, -.navbar-link .icon:only-child { - margin-left: -0.25rem; - margin-right: -0.25rem; +.select.is-link select:hover, .select.is-link select.is-hovered { + border-color: #3a51bb; } -a.navbar-item, -.navbar-link { - cursor: pointer; +.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(72, 95, 199, 0.25); } -a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, -.navbar-link:focus, -.navbar-link:focus-within, -.navbar-link:hover, -.navbar-link.is-active { - background-color: #fafafa; - color: #3273dc; +.select.is-info:not(:hover)::after { + border-color: #3e8ed0; } -.navbar-item { - flex-grow: 0; - flex-shrink: 0; +.select.is-info select { + border-color: #3e8ed0; } -.navbar-item img { - max-height: 1.75rem; +.select.is-info select:hover, .select.is-info select.is-hovered { + border-color: #3082c5; } -.navbar-item.has-dropdown { - padding: 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(62, 142, 208, 0.25); } -.navbar-item.is-expanded { - flex-grow: 1; - flex-shrink: 1; +.select.is-success:not(:hover)::after { + border-color: #48c78e; } -.navbar-item.is-tab { - border-bottom: 1px solid transparent; - min-height: 3.25rem; - padding-bottom: calc(0.5rem - 1px); +.select.is-success select { + border-color: #48c78e; } -.navbar-item.is-tab:focus, .navbar-item.is-tab:hover { - background-color: transparent; - border-bottom-color: #3273dc; +.select.is-success select:hover, .select.is-success select.is-hovered { + border-color: #3abb81; } -.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); +.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, 142, 0.25); } -.navbar-content { - flex-grow: 1; - flex-shrink: 1; +.select.is-warning:not(:hover)::after { + border-color: #ffe08a; } -.navbar-link:not(.is-arrowless) { - padding-right: 2.5em; +.select.is-warning select { + border-color: #ffe08a; } -.navbar-link:not(.is-arrowless)::after { - border-color: #3273dc; - margin-top: -0.375em; - right: 1.125em; +.select.is-warning select:hover, .select.is-warning select.is-hovered { + border-color: #ffd970; } -.navbar-dropdown { - font-size: 0.875rem; - padding-bottom: 0.5rem; - padding-top: 0.5rem; +.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, 224, 138, 0.25); } -.navbar-dropdown .navbar-item { - padding-left: 1.5rem; - padding-right: 1.5rem; +.select.is-danger:not(:hover)::after { + border-color: #f14668; } -.navbar-divider { - background-color: whitesmoke; - border: none; - display: none; - height: 2px; - margin: 0.5rem 0; +.select.is-danger select { + border-color: #f14668; } -@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: white; - 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; - } +.select.is-danger select:hover, .select.is-danger select.is-hovered { + border-color: #ef2e55; } -@media screen and (min-width: 1024px) { - .navbar, - .navbar-menu, - .navbar-start, - .navbar-end { - align-items: stretch; - display: flex; - } - .navbar { - min-height: 3.25rem; - } - .navbar.is-spaced { - padding: 1rem 2rem; - } - .navbar.is-spaced .navbar-start, - .navbar.is-spaced .navbar-end { - align-items: center; - } - .navbar.is-spaced a.navbar-item, - .navbar.is-spaced .navbar-link { - border-radius: 4px; - } - .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active, - .navbar.is-transparent .navbar-link:focus, - .navbar.is-transparent .navbar-link:hover, - .navbar.is-transparent .navbar-link.is-active { - 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: whitesmoke; - color: #0a0a0a; - } - .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { - background-color: whitesmoke; - 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-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed { - opacity: 1; - pointer-events: auto; - transform: translateY(0); - } - .navbar-menu { - flex-grow: 1; - flex-shrink: 0; - } - .navbar-start { - justify-content: flex-start; - margin-right: auto; - } - .navbar-end { - justify-content: flex-end; - margin-left: auto; - } - .navbar-dropdown { - background-color: white; - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-top: 2px solid #dbdbdb; - box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1); - display: none; - font-size: 0.875rem; - left: 0; - min-width: 100%; - position: absolute; - top: 100%; - z-index: 20; - } - .navbar-dropdown .navbar-item { - padding: 0.375rem 1rem; - white-space: nowrap; - } - .navbar-dropdown a.navbar-item { - padding-right: 3rem; - } - .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover { - background-color: whitesmoke; - color: #0a0a0a; - } - .navbar-dropdown a.navbar-item.is-active { - background-color: whitesmoke; - 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-left: -0.75rem; - } - .navbar > .container .navbar-menu, - .container > .navbar .navbar-menu { - margin-right: -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; - } +.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); } -.hero.is-fullheight-with-navbar { - min-height: calc(100vh - 3.25rem); +.select.is-expo:not(:hover)::after { + border-color: #ffd257; } -.pagination { - font-size: 1rem; - margin: -0.25rem; +.select.is-expo select { + border-color: #ffd257; } -.pagination.is-small { - font-size: 0.75rem; +.select.is-expo select:hover, .select.is-expo select.is-hovered { + border-color: #ffcb3e; } -.pagination.is-medium { - font-size: 1.25rem; +.select.is-expo select:focus, .select.is-expo select.is-focused, .select.is-expo select:active, .select.is-expo select.is-active { + box-shadow: 0 0 0 0.125em rgba(255, 210, 87, 0.25); } -.pagination.is-large { - font-size: 1.5rem; +.select.is-love:not(:hover)::after { + border-color: #f14668; } -.pagination.is-rounded .pagination-previous, -.pagination.is-rounded .pagination-next { - padding-left: 1em; - padding-right: 1em; - border-radius: 290486px; +.select.is-love select { + border-color: #f14668; } -.pagination.is-rounded .pagination-link { - border-radius: 290486px; +.select.is-love select:hover, .select.is-love select.is-hovered { + border-color: #ef2e55; } -.pagination, -.pagination-list { - align-items: center; - display: flex; - justify-content: center; - text-align: center; +.select.is-love select:focus, .select.is-love select.is-focused, .select.is-love select:active, .select.is-love select.is-active { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); } -.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; +.select.is-patreon:not(:hover)::after { + border-color: #f96854; } -.pagination-previous, -.pagination-next, -.pagination-link { - border-color: #dbdbdb; - color: #363636; - min-width: 2.5em; +.select.is-patreon select { + border-color: #f96854; } -.pagination-previous:hover, -.pagination-next:hover, -.pagination-link:hover { - border-color: #b5b5b5; - color: #363636; +.select.is-patreon select:hover, .select.is-patreon select.is-hovered { + border-color: #f8523b; } -.pagination-previous:focus, -.pagination-next:focus, -.pagination-link:focus { - border-color: #3273dc; +.select.is-patreon select:focus, .select.is-patreon select.is-focused, .select.is-patreon select:active, .select.is-patreon select.is-active { + box-shadow: 0 0 0 0.125em rgba(249, 104, 84, 0.25); } -.pagination-previous:active, -.pagination-next:active, -.pagination-link:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); +.select.is-rss:not(:hover)::after { + border-color: #f26522; } -.pagination-previous[disabled], -.pagination-next[disabled], -.pagination-link[disabled] { - background-color: #dbdbdb; - border-color: #dbdbdb; - box-shadow: none; - color: #7a7a7a; - opacity: 0.5; +.select.is-rss select { + border-color: #f26522; } -.pagination-previous, -.pagination-next { - padding-left: 0.75em; - padding-right: 0.75em; - white-space: nowrap; +.select.is-rss select:hover, .select.is-rss select.is-hovered { + border-color: #ed560e; } -.pagination-link.is-current { - background-color: #3273dc; - border-color: #3273dc; - color: #fff; -} - -.pagination-ellipsis { - color: #b5b5b5; - pointer-events: none; -} - -.pagination-list { - flex-wrap: wrap; +.select.is-rss select:focus, .select.is-rss select.is-focused, .select.is-rss select:active, .select.is-rss select.is-active { + box-shadow: 0 0 0 0.125em rgba(242, 101, 34, 0.25); } -.pagination-list li { - list-style: none; +.select.is-bleeding:not(:hover)::after { + border-color: #abf47c; } -@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; - } +.select.is-bleeding select { + border-color: #abf47c; } -@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; - } +.select.is-bleeding select:hover, .select.is-bleeding select.is-hovered { + border-color: #9cf264; } -.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; +.select.is-bleeding select:focus, .select.is-bleeding select.is-focused, .select.is-bleeding select:active, .select.is-bleeding select.is-active { + box-shadow: 0 0 0 0.125em rgba(171, 244, 124, 0.25); } -.panel:not(:last-child) { - margin-bottom: 1.5rem; +.select.is-sass:not(:hover)::after { + border-color: #bf4080; } -.panel.is-white .panel-heading { - background-color: white; - color: #0a0a0a; +.select.is-sass select { + border-color: #bf4080; } -.panel.is-white .panel-tabs a.is-active { - border-bottom-color: white; +.select.is-sass select:hover, .select.is-sass select.is-hovered { + border-color: #ac3a73; } -.panel.is-white .panel-block.is-active .panel-icon { - color: white; +.select.is-sass select:focus, .select.is-sass select.is-focused, .select.is-sass select:active, .select.is-sass select.is-active { + box-shadow: 0 0 0 0.125em rgba(191, 64, 128, 0.25); } -.panel.is-black .panel-heading { - background-color: #0a0a0a; - color: white; +.select.is-amazon:not(:hover)::after { + border-color: #ffd863; } -.panel.is-black .panel-tabs a.is-active { - border-bottom-color: #0a0a0a; +.select.is-amazon select { + border-color: #ffd863; } -.panel.is-black .panel-block.is-active .panel-icon { - color: #0a0a0a; +.select.is-amazon select:hover, .select.is-amazon select.is-hovered { + border-color: #ffd24a; } -.panel.is-light .panel-heading { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); +.select.is-amazon select:focus, .select.is-amazon select.is-focused, .select.is-amazon select:active, .select.is-amazon select.is-active { + box-shadow: 0 0 0 0.125em rgba(255, 216, 99, 0.25); } -.panel.is-light .panel-tabs a.is-active { - border-bottom-color: whitesmoke; +.select.is-sponsor:not(:hover)::after { + border-color: #ea4aaa; } -.panel.is-light .panel-block.is-active .panel-icon { - color: whitesmoke; +.select.is-sponsor select { + border-color: #ea4aaa; } -.panel.is-dark .panel-heading { - background-color: #363636; - color: #fff; +.select.is-sponsor select:hover, .select.is-sponsor select.is-hovered { + border-color: #e7339f; } -.panel.is-dark .panel-tabs a.is-active { - border-bottom-color: #363636; +.select.is-sponsor select:focus, .select.is-sponsor select.is-focused, .select.is-sponsor select:active, .select.is-sponsor select.is-active { + box-shadow: 0 0 0 0.125em rgba(234, 74, 170, 0.25); } -.panel.is-dark .panel-block.is-active .panel-icon { - color: #363636; +.select.is-twitter:not(:hover)::after { + border-color: #55acee; } -.panel.is-primary .panel-heading { - background-color: #00d1b2; - color: #fff; +.select.is-twitter select { + border-color: #55acee; } -.panel.is-primary .panel-tabs a.is-active { - border-bottom-color: #00d1b2; +.select.is-twitter select:hover, .select.is-twitter select.is-hovered { + border-color: #3ea1ec; } -.panel.is-primary .panel-block.is-active .panel-icon { - color: #00d1b2; +.select.is-twitter select:focus, .select.is-twitter select.is-focused, .select.is-twitter select:active, .select.is-twitter select.is-active { + box-shadow: 0 0 0 0.125em rgba(85, 172, 238, 0.25); } -.panel.is-link .panel-heading { - background-color: #3273dc; - color: #fff; +.select.is-videos:not(:hover)::after { + border-color: #48c78e; } -.panel.is-link .panel-tabs a.is-active { - border-bottom-color: #3273dc; +.select.is-videos select { + border-color: #48c78e; } -.panel.is-link .panel-block.is-active .panel-icon { - color: #3273dc; +.select.is-videos select:hover, .select.is-videos select.is-hovered { + border-color: #3abb81; } -.panel.is-info .panel-heading { - background-color: #3298dc; - color: #fff; +.select.is-videos select:focus, .select.is-videos select.is-focused, .select.is-videos select:active, .select.is-videos select.is-active { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } -.panel.is-info .panel-tabs a.is-active { - border-bottom-color: #3298dc; +.select.is-extensions:not(:hover)::after { + border-color: #3e8ed0; } -.panel.is-info .panel-block.is-active .panel-icon { - color: #3298dc; +.select.is-extensions select { + border-color: #3e8ed0; } -.panel.is-success .panel-heading { - background-color: #48c774; - color: #fff; +.select.is-extensions select:hover, .select.is-extensions select.is-hovered { + border-color: #3082c5; } -.panel.is-success .panel-tabs a.is-active { - border-bottom-color: #48c774; +.select.is-extensions select:focus, .select.is-extensions select.is-focused, .select.is-extensions select:active, .select.is-extensions select.is-active { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } -.panel.is-success .panel-block.is-active .panel-icon { - color: #48c774; +.select.is-bootstrap:not(:hover)::after { + border-color: #6f5499; } -.panel.is-warning .panel-heading { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.select.is-bootstrap select { + border-color: #6f5499; } -.panel.is-warning .panel-tabs a.is-active { - border-bottom-color: #ffdd57; +.select.is-bootstrap select:hover, .select.is-bootstrap select.is-hovered { + border-color: #634b89; } -.panel.is-warning .panel-block.is-active .panel-icon { - color: #ffdd57; +.select.is-bootstrap select:focus, .select.is-bootstrap select.is-focused, .select.is-bootstrap select:active, .select.is-bootstrap select.is-active { + box-shadow: 0 0 0 0.125em rgba(111, 84, 153, 0.25); } -.panel.is-danger .panel-heading { - background-color: #f14668; - color: #fff; +.select.is-small { + border-radius: 2px; + font-size: 0.75rem; } -.panel.is-danger .panel-tabs a.is-active { - border-bottom-color: #f14668; +.select.is-medium { + font-size: 1.25rem; } -.panel.is-danger .panel-block.is-active .panel-icon { - color: #f14668; +.select.is-large { + font-size: 1.5rem; } -.panel-tabs:not(:last-child), -.panel-block:not(:last-child) { - border-bottom: 1px solid #ededed; +.select.is-disabled::after { + border-color: #7a7a7a; } -.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; +.select.is-fullwidth { + width: 100%; } -.panel-tabs { - align-items: flex-end; - display: flex; - font-size: 0.875em; - justify-content: center; +.select.is-fullwidth select { + width: 100%; } -.panel-tabs a { - border-bottom: 1px solid #dbdbdb; - margin-bottom: -1px; - padding: 0.5em; +.select.is-loading::after { + margin-top: 0; + position: absolute; + right: 0.625em; + top: 0.625em; + transform: none; } -.panel-tabs a.is-active { - border-bottom-color: #4a4a4a; - color: #363636; +.select.is-loading.is-small:after { + font-size: 0.75rem; } -.panel-list a { - color: #4a4a4a; +.select.is-loading.is-medium:after { + font-size: 1.25rem; } -.panel-list a:hover { - color: #3273dc; +.select.is-loading.is-large:after { + font-size: 1.5rem; } -.panel-block { - align-items: center; - color: #363636; +.file { + align-items: stretch; display: flex; justify-content: flex-start; - padding: 0.5em 0.75em; + position: relative; } -.panel-block input[type="checkbox"] { - margin-right: 0.75em; +.file.is-white .file-cta { + background-color: white; + border-color: transparent; + color: #0a0a0a; } -.panel-block > .control { - flex-grow: 1; - flex-shrink: 1; - width: 100%; +.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta { + background-color: #f9f9f9; + border-color: transparent; + color: #0a0a0a; } -.panel-block.is-wrapped { - flex-wrap: wrap; +.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; } -.panel-block.is-active { - border-left-color: #3273dc; - color: #363636; +.file.is-white:active .file-cta, .file.is-white.is-active .file-cta { + background-color: #f2f2f2; + border-color: transparent; + color: #0a0a0a; } -.panel-block.is-active .panel-icon { - color: #3273dc; +.file.is-black .file-cta { + background-color: #0a0a0a; + border-color: transparent; + color: white; } -.panel-block:last-child { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; +.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta { + background-color: #040404; + border-color: transparent; + color: white; } -a.panel-block, -label.panel-block { - cursor: pointer; +.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: white; } -a.panel-block:hover, -label.panel-block:hover { - background-color: whitesmoke; +.file.is-black:active .file-cta, .file.is-black.is-active .file-cta { + background-color: black; + border-color: transparent; + color: white; } -.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; +.file.is-light .file-cta { + background-color: whitesmoke; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.panel-icon .fa { - font-size: inherit; - line-height: inherit; +.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta { + background-color: #eeeeee; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.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; +.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); } -.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; +.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); } -.tabs a:hover { - border-bottom-color: #363636; - color: #363636; +.file.is-dark .file-cta { + background-color: #363636; + border-color: transparent; + color: #fff; } -.tabs li { - display: block; +.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta { + background-color: #2f2f2f; + border-color: transparent; + color: #fff; } -.tabs li.is-active a { - border-bottom-color: #3273dc; - color: #3273dc; +.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; } -.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; +.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta { + background-color: #292929; + border-color: transparent; + color: #fff; } -.tabs ul.is-left { - padding-right: 0.75em; +.file.is-primary .file-cta { + background-color: #00d1b2; + border-color: transparent; + color: #fff; } -.tabs ul.is-center { - flex: none; - justify-content: center; - padding-left: 0.75em; - padding-right: 0.75em; +.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta { + background-color: #00c4a7; + border-color: transparent; + color: #fff; } -.tabs ul.is-right { - justify-content: flex-end; - padding-left: 0.75em; +.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; } -.tabs .icon:first-child { - margin-right: 0.5em; +.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta { + background-color: #00b89c; + border-color: transparent; + color: #fff; } -.tabs .icon:last-child { - margin-left: 0.5em; +.file.is-link .file-cta { + background-color: #485fc7; + border-color: transparent; + color: #fff; } -.tabs.is-centered ul { - justify-content: center; +.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { + background-color: #3e56c4; + border-color: transparent; + color: #fff; } -.tabs.is-right ul { - 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(72, 95, 199, 0.25); + color: #fff; } -.tabs.is-boxed a { - border: 1px solid transparent; - border-radius: 4px 4px 0 0; +.file.is-link:active .file-cta, .file.is-link.is-active .file-cta { + background-color: #3a51bb; + border-color: transparent; + color: #fff; } -.tabs.is-boxed a:hover { - background-color: whitesmoke; - border-bottom-color: #dbdbdb; +.file.is-info .file-cta { + background-color: #3e8ed0; + border-color: transparent; + color: #fff; } -.tabs.is-boxed li.is-active a { - background-color: white; - border-color: #dbdbdb; - border-bottom-color: transparent !important; +.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { + background-color: #3488ce; + border-color: transparent; + color: #fff; } -.tabs.is-fullwidth li { - flex-grow: 1; - flex-shrink: 0; +.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25); + color: #fff; } -.tabs.is-toggle a { - border-color: #dbdbdb; - border-style: solid; - border-width: 1px; - margin-bottom: 0; - position: relative; +.file.is-info:active .file-cta, .file.is-info.is-active .file-cta { + background-color: #3082c5; + border-color: transparent; + color: #fff; } -.tabs.is-toggle a:hover { - background-color: whitesmoke; - border-color: #b5b5b5; - z-index: 2; +.file.is-success .file-cta { + background-color: #48c78e; + border-color: transparent; + color: #fff; } -.tabs.is-toggle li + li { - margin-left: -1px; +.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta { + background-color: #3ec487; + border-color: transparent; + color: #fff; } -.tabs.is-toggle li:first-child a { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; +.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, 142, 0.25); + color: #fff; } -.tabs.is-toggle li:last-child a { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; +.file.is-success:active .file-cta, .file.is-success.is-active .file-cta { + background-color: #3abb81; + border-color: transparent; + color: #fff; } -.tabs.is-toggle li.is-active a { - background-color: #3273dc; - border-color: #3273dc; - color: #fff; - z-index: 1; +.file.is-warning .file-cta { + background-color: #ffe08a; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.tabs.is-toggle ul { - border-bottom: none; +.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta { + background-color: #ffdc7d; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.tabs.is-toggle.is-toggle-rounded li:first-child a { - border-bottom-left-radius: 290486px; - border-top-left-radius: 290486px; - padding-left: 1.25em; +.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25); + color: rgba(0, 0, 0, 0.7); } -.tabs.is-toggle.is-toggle-rounded li:last-child a { - border-bottom-right-radius: 290486px; - border-top-right-radius: 290486px; - padding-right: 1.25em; +.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta { + background-color: #ffd970; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.tabs.is-small { - font-size: 0.75rem; +.file.is-danger .file-cta { + background-color: #f14668; + border-color: transparent; + color: #fff; } -.tabs.is-medium { - font-size: 1.25rem; +.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta { + background-color: #f03a5f; + border-color: transparent; + color: #fff; } -.tabs.is-large { - font-size: 1.5rem; +.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; } -/* Bulma Grid */ -.column { - display: block; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 1; - padding: 0.75rem; +.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta { + background-color: #ef2e55; + border-color: transparent; + color: #fff; } -.columns.is-mobile > .column.is-narrow { - flex: none; - width: unset; +.file.is-expo .file-cta { + background-color: #ffd257; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-full { - flex: none; - width: 100%; +.file.is-expo:hover .file-cta, .file.is-expo.is-hovered .file-cta { + background-color: #ffcf4a; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-three-quarters { - flex: none; - width: 75%; +.file.is-expo:focus .file-cta, .file.is-expo.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(255, 210, 87, 0.25); + color: white; } -.columns.is-mobile > .column.is-two-thirds { - flex: none; - width: 66.6666%; +.file.is-expo:active .file-cta, .file.is-expo.is-active .file-cta { + background-color: #ffcb3e; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-half { - flex: none; - width: 50%; +.file.is-love .file-cta { + background-color: #f14668; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-one-third { - flex: none; - width: 33.3333%; +.file.is-love:hover .file-cta, .file.is-love.is-hovered .file-cta { + background-color: #f03a5f; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-one-quarter { - flex: none; - width: 25%; +.file.is-love:focus .file-cta, .file.is-love.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25); + color: white; } -.columns.is-mobile > .column.is-one-fifth { - flex: none; - width: 20%; +.file.is-love:active .file-cta, .file.is-love.is-active .file-cta { + background-color: #ef2e55; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-two-fifths { - flex: none; - width: 40%; +.file.is-patreon .file-cta { + background-color: #f96854; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-three-fifths { - flex: none; - width: 60%; +.file.is-patreon:hover .file-cta, .file.is-patreon.is-hovered .file-cta { + background-color: #f95d48; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-four-fifths { - flex: none; - width: 80%; +.file.is-patreon:focus .file-cta, .file.is-patreon.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(249, 104, 84, 0.25); + color: white; } -.columns.is-mobile > .column.is-offset-three-quarters { - margin-left: 75%; +.file.is-patreon:active .file-cta, .file.is-patreon.is-active .file-cta { + background-color: #f8523b; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-offset-two-thirds { - margin-left: 66.6666%; +.file.is-rss .file-cta { + background-color: #f26522; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-offset-half { - margin-left: 50%; +.file.is-rss:hover .file-cta, .file.is-rss.is-hovered .file-cta { + background-color: #f15d16; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-offset-one-third { - margin-left: 33.3333%; +.file.is-rss:focus .file-cta, .file.is-rss.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(242, 101, 34, 0.25); + color: white; } -.columns.is-mobile > .column.is-offset-one-quarter { - margin-left: 25%; +.file.is-rss:active .file-cta, .file.is-rss.is-active .file-cta { + background-color: #ed560e; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-offset-one-fifth { - margin-left: 20%; +.file.is-bleeding .file-cta { + background-color: #abf47c; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.columns.is-mobile > .column.is-offset-two-fifths { - margin-left: 40%; +.file.is-bleeding:hover .file-cta, .file.is-bleeding.is-hovered .file-cta { + background-color: #a3f370; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.columns.is-mobile > .column.is-offset-three-fifths { - margin-left: 60%; +.file.is-bleeding:focus .file-cta, .file.is-bleeding.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(171, 244, 124, 0.25); + color: rgba(0, 0, 0, 0.7); } -.columns.is-mobile > .column.is-offset-four-fifths { - margin-left: 80%; +.file.is-bleeding:active .file-cta, .file.is-bleeding.is-active .file-cta { + background-color: #9cf264; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.columns.is-mobile > .column.is-0 { - flex: none; - width: 0%; +.file.is-sass .file-cta { + background-color: #bf4080; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-offset-0 { - margin-left: 0%; +.file.is-sass:hover .file-cta, .file.is-sass.is-hovered .file-cta { + background-color: #b53d7a; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-1 { - flex: none; - width: 8.33333%; +.file.is-sass:focus .file-cta, .file.is-sass.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(191, 64, 128, 0.25); + color: white; } -.columns.is-mobile > .column.is-offset-1 { - margin-left: 8.33333%; +.file.is-sass:active .file-cta, .file.is-sass.is-active .file-cta { + background-color: #ac3a73; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-2 { - flex: none; - width: 16.66667%; +.file.is-amazon .file-cta { + background-color: #ffd863; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.columns.is-mobile > .column.is-offset-2 { - margin-left: 16.66667%; +.file.is-amazon:hover .file-cta, .file.is-amazon.is-hovered .file-cta { + background-color: #ffd556; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.columns.is-mobile > .column.is-3 { - flex: none; - width: 25%; +.file.is-amazon:focus .file-cta, .file.is-amazon.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(255, 216, 99, 0.25); + color: rgba(0, 0, 0, 0.7); } -.columns.is-mobile > .column.is-offset-3 { - margin-left: 25%; +.file.is-amazon:active .file-cta, .file.is-amazon.is-active .file-cta { + background-color: #ffd24a; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); } -.columns.is-mobile > .column.is-4 { - flex: none; - width: 33.33333%; +.file.is-sponsor .file-cta { + background-color: #ea4aaa; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-offset-4 { - margin-left: 33.33333%; +.file.is-sponsor:hover .file-cta, .file.is-sponsor.is-hovered .file-cta { + background-color: #e93fa5; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-5 { - flex: none; - width: 41.66667%; +.file.is-sponsor:focus .file-cta, .file.is-sponsor.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(234, 74, 170, 0.25); + color: white; } -.columns.is-mobile > .column.is-offset-5 { - margin-left: 41.66667%; +.file.is-sponsor:active .file-cta, .file.is-sponsor.is-active .file-cta { + background-color: #e7339f; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-6 { - flex: none; - width: 50%; +.file.is-twitter .file-cta { + background-color: #55acee; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-offset-6 { - margin-left: 50%; +.file.is-twitter:hover .file-cta, .file.is-twitter.is-hovered .file-cta { + background-color: #49a6ed; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-7 { - flex: none; - width: 58.33333%; +.file.is-twitter:focus .file-cta, .file.is-twitter.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(85, 172, 238, 0.25); + color: white; } -.columns.is-mobile > .column.is-offset-7 { - margin-left: 58.33333%; +.file.is-twitter:active .file-cta, .file.is-twitter.is-active .file-cta { + background-color: #3ea1ec; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-8 { - flex: none; - width: 66.66667%; +.file.is-videos .file-cta { + background-color: #48c78e; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-offset-8 { - margin-left: 66.66667%; +.file.is-videos:hover .file-cta, .file.is-videos.is-hovered .file-cta { + background-color: #3ec487; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-9 { - flex: none; - width: 75%; +.file.is-videos:focus .file-cta, .file.is-videos.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25); + color: white; } -.columns.is-mobile > .column.is-offset-9 { - margin-left: 75%; +.file.is-videos:active .file-cta, .file.is-videos.is-active .file-cta { + background-color: #3abb81; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-10 { - flex: none; - width: 83.33333%; +.file.is-extensions .file-cta { + background-color: #3e8ed0; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-offset-10 { - margin-left: 83.33333%; +.file.is-extensions:hover .file-cta, .file.is-extensions.is-hovered .file-cta { + background-color: #3488ce; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-11 { - flex: none; - width: 91.66667%; +.file.is-extensions:focus .file-cta, .file.is-extensions.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25); + color: white; } -.columns.is-mobile > .column.is-offset-11 { - margin-left: 91.66667%; +.file.is-extensions:active .file-cta, .file.is-extensions.is-active .file-cta { + background-color: #3082c5; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-12 { - flex: none; - width: 100%; +.file.is-bootstrap .file-cta { + background-color: #6f5499; + border-color: transparent; + color: white; } -.columns.is-mobile > .column.is-offset-12 { - margin-left: 100%; +.file.is-bootstrap:hover .file-cta, .file.is-bootstrap.is-hovered .file-cta { + background-color: #694f91; + border-color: transparent; + color: white; } -@media screen and (max-width: 768px) { - .column.is-narrow-mobile { - flex: none; - width: unset; - } - .column.is-full-mobile { - flex: none; - width: 100%; - } - .column.is-three-quarters-mobile { - flex: none; - width: 75%; - } - .column.is-two-thirds-mobile { - flex: none; - width: 66.6666%; - } - .column.is-half-mobile { - flex: none; - width: 50%; - } - .column.is-one-third-mobile { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-mobile { - flex: none; - width: 25%; - } - .column.is-one-fifth-mobile { - flex: none; - width: 20%; - } - .column.is-two-fifths-mobile { - flex: none; - width: 40%; - } - .column.is-three-fifths-mobile { - flex: none; - width: 60%; - } - .column.is-four-fifths-mobile { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-mobile { - margin-left: 75%; - } - .column.is-offset-two-thirds-mobile { - margin-left: 66.6666%; - } - .column.is-offset-half-mobile { - margin-left: 50%; - } - .column.is-offset-one-third-mobile { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-mobile { - margin-left: 25%; - } - .column.is-offset-one-fifth-mobile { - margin-left: 20%; - } - .column.is-offset-two-fifths-mobile { - margin-left: 40%; - } - .column.is-offset-three-fifths-mobile { - margin-left: 60%; - } - .column.is-offset-four-fifths-mobile { - margin-left: 80%; - } - .column.is-0-mobile { - flex: none; - width: 0%; - } - .column.is-offset-0-mobile { - margin-left: 0%; - } - .column.is-1-mobile { - flex: none; - width: 8.33333%; - } - .column.is-offset-1-mobile { - margin-left: 8.33333%; - } - .column.is-2-mobile { - flex: none; - width: 16.66667%; - } - .column.is-offset-2-mobile { - margin-left: 16.66667%; - } - .column.is-3-mobile { - flex: none; - width: 25%; - } - .column.is-offset-3-mobile { - margin-left: 25%; - } - .column.is-4-mobile { - flex: none; - width: 33.33333%; - } - .column.is-offset-4-mobile { - margin-left: 33.33333%; - } - .column.is-5-mobile { - flex: none; - width: 41.66667%; - } - .column.is-offset-5-mobile { - margin-left: 41.66667%; - } - .column.is-6-mobile { - flex: none; - width: 50%; - } - .column.is-offset-6-mobile { - margin-left: 50%; - } - .column.is-7-mobile { - flex: none; - width: 58.33333%; - } - .column.is-offset-7-mobile { - margin-left: 58.33333%; - } - .column.is-8-mobile { - flex: none; - width: 66.66667%; - } - .column.is-offset-8-mobile { - margin-left: 66.66667%; - } - .column.is-9-mobile { - flex: none; - width: 75%; - } - .column.is-offset-9-mobile { - margin-left: 75%; - } - .column.is-10-mobile { - flex: none; - width: 83.33333%; - } - .column.is-offset-10-mobile { - margin-left: 83.33333%; - } - .column.is-11-mobile { - flex: none; - width: 91.66667%; - } - .column.is-offset-11-mobile { - margin-left: 91.66667%; - } - .column.is-12-mobile { - flex: none; - width: 100%; - } - .column.is-offset-12-mobile { - margin-left: 100%; - } +.file.is-bootstrap:focus .file-cta, .file.is-bootstrap.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(111, 84, 153, 0.25); + color: white; } -@media screen and (min-width: 769px), print { - .column.is-narrow, .column.is-narrow-tablet { - flex: none; - width: unset; - } - .column.is-full, .column.is-full-tablet { - flex: none; - width: 100%; - } - .column.is-three-quarters, .column.is-three-quarters-tablet { - flex: none; - width: 75%; - } - .column.is-two-thirds, .column.is-two-thirds-tablet { - flex: none; - width: 66.6666%; - } - .column.is-half, .column.is-half-tablet { - flex: none; - width: 50%; - } - .column.is-one-third, .column.is-one-third-tablet { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter, .column.is-one-quarter-tablet { - flex: none; - width: 25%; - } - .column.is-one-fifth, .column.is-one-fifth-tablet { - flex: none; - width: 20%; - } - .column.is-two-fifths, .column.is-two-fifths-tablet { - flex: none; - width: 40%; - } - .column.is-three-fifths, .column.is-three-fifths-tablet { - flex: none; - width: 60%; - } - .column.is-four-fifths, .column.is-four-fifths-tablet { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { - margin-left: 75%; - } - .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { - margin-left: 66.6666%; - } - .column.is-offset-half, .column.is-offset-half-tablet { - margin-left: 50%; - } - .column.is-offset-one-third, .column.is-offset-one-third-tablet { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { - margin-left: 25%; - } - .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet { - margin-left: 20%; - } - .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet { - margin-left: 40%; - } - .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet { - margin-left: 60%; - } - .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet { - margin-left: 80%; - } - .column.is-0, .column.is-0-tablet { - flex: none; - width: 0%; - } - .column.is-offset-0, .column.is-offset-0-tablet { - margin-left: 0%; - } - .column.is-1, .column.is-1-tablet { - flex: none; - width: 8.33333%; - } - .column.is-offset-1, .column.is-offset-1-tablet { - margin-left: 8.33333%; - } - .column.is-2, .column.is-2-tablet { - flex: none; - width: 16.66667%; - } - .column.is-offset-2, .column.is-offset-2-tablet { - margin-left: 16.66667%; - } - .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.33333%; - } - .column.is-offset-4, .column.is-offset-4-tablet { - margin-left: 33.33333%; - } - .column.is-5, .column.is-5-tablet { - flex: none; - width: 41.66667%; - } - .column.is-offset-5, .column.is-offset-5-tablet { - margin-left: 41.66667%; - } - .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.33333%; - } - .column.is-offset-7, .column.is-offset-7-tablet { - margin-left: 58.33333%; - } - .column.is-8, .column.is-8-tablet { - flex: none; - width: 66.66667%; - } - .column.is-offset-8, .column.is-offset-8-tablet { - margin-left: 66.66667%; - } - .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.33333%; - } - .column.is-offset-10, .column.is-offset-10-tablet { - margin-left: 83.33333%; - } - .column.is-11, .column.is-11-tablet { - flex: none; - width: 91.66667%; - } - .column.is-offset-11, .column.is-offset-11-tablet { - margin-left: 91.66667%; - } - .column.is-12, .column.is-12-tablet { - flex: none; - width: 100%; - } - .column.is-offset-12, .column.is-offset-12-tablet { - margin-left: 100%; - } +.file.is-bootstrap:active .file-cta, .file.is-bootstrap.is-active .file-cta { + background-color: #634b89; + border-color: transparent; + color: white; } -@media screen and (max-width: 1023px) { - .column.is-narrow-touch { - flex: none; - width: unset; - } - .column.is-full-touch { - flex: none; - width: 100%; - } - .column.is-three-quarters-touch { +.file.is-small { + font-size: 0.75rem; +} + +.file.is-normal { + font-size: 1rem; +} + +.file.is-medium { + font-size: 1.25rem; +} + +.file.is-medium .file-icon .fa { + font-size: 21px; +} + +.file.is-large { + font-size: 1.5rem; +} + +.file.is-large .file-icon .fa { + font-size: 28px; +} + +.file.has-name .file-cta { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.file.has-name .file-name { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.file.has-name.is-empty .file-cta { + border-radius: 0.375em; +} + +.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: 0.375em 0.375em 0 0; +} + +.file.is-boxed.has-name .file-name { + border-radius: 0 0 0.375em 0.375em; + 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 0.375em 0.375em 0; +} + +.file.is-right .file-name { + border-radius: 0.375em 0 0 0.375em; + 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: #eeeeee; + 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: 0.375em; + font-size: 1em; + padding-left: 1em; + padding-right: 1em; + white-space: nowrap; +} + +.file-cta { + background-color: whitesmoke; + 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: 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: white; +} + +.help.is-black { + color: #0a0a0a; +} + +.help.is-light { + color: whitesmoke; +} + +.help.is-dark { + color: #363636; +} + +.help.is-primary { + color: #00d1b2; +} + +.help.is-link { + color: #485fc7; +} + +.help.is-info { + color: #3e8ed0; +} + +.help.is-success { + color: #48c78e; +} + +.help.is-warning { + color: #ffe08a; +} + +.help.is-danger { + color: #f14668; +} + +.help.is-expo { + color: #ffd257; +} + +.help.is-love { + color: #f14668; +} + +.help.is-patreon { + color: #f96854; +} + +.help.is-rss { + color: #f26522; +} + +.help.is-bleeding { + color: #abf47c; +} + +.help.is-sass { + color: #bf4080; +} + +.help.is-amazon { + color: #ffd863; +} + +.help.is-sponsor { + color: #ea4aaa; +} + +.help.is-twitter { + color: #55acee; +} + +.help.is-videos { + color: #48c78e; +} + +.help.is-extensions { + color: #3e8ed0; +} + +.help.is-bootstrap { + color: #6f5499; +} + +.field:not(:last-child) { + margin-bottom: 0.75rem; +} + +.field.has-addons { + display: flex; + justify-content: flex-start; +} + +.field.has-addons .control:not(:last-child) { + margin-right: -1px; +} + +.field.has-addons .control:not(:first-child):not(:last-child) .button, +.field.has-addons .control:not(:first-child):not(:last-child) .input, +.field.has-addons .control:not(:first-child):not(:last-child) .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]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, +.field.has-addons .control .input:not([disabled]):hover, +.field.has-addons .control .input:not([disabled]).is-hovered, +.field.has-addons .control .select select:not([disabled]):hover, +.field.has-addons .control .select select:not([disabled]).is-hovered { + z-index: 2; +} + +.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, +.field.has-addons .control .input:not([disabled]):focus, +.field.has-addons .control .input:not([disabled]).is-focused, +.field.has-addons .control .input:not([disabled]):active, +.field.has-addons .control .input:not([disabled]).is-active, +.field.has-addons .control .select select:not([disabled]):focus, +.field.has-addons .control .select select:not([disabled]).is-focused, +.field.has-addons .control .select select:not([disabled]):active, +.field.has-addons .control .select select:not([disabled]).is-active { + z-index: 3; +} + +.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, +.field.has-addons .control .input:not([disabled]):focus:hover, +.field.has-addons .control .input:not([disabled]).is-focused:hover, +.field.has-addons .control .input:not([disabled]):active:hover, +.field.has-addons .control .input:not([disabled]).is-active:hover, +.field.has-addons .control .select select:not([disabled]):focus:hover, +.field.has-addons .control .select select:not([disabled]).is-focused:hover, +.field.has-addons .control .select select:not([disabled]):active:hover, +.field.has-addons .control .select select:not([disabled]).is-active:hover { + z-index: 4; +} + +.field.has-addons .control.is-expanded { + flex-grow: 1; + flex-shrink: 1; +} + +.field.has-addons.has-addons-centered { + justify-content: center; +} + +.field.has-addons.has-addons-right { + justify-content: flex-end; +} + +.field.has-addons.has-addons-fullwidth .control { + flex-grow: 1; + flex-shrink: 0; +} + +.field.is-grouped { + 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: 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-right: 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-right: 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-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: 0.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: 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: #485fc7; + 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-left: 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-right: 0.5em; +} + +.breadcrumb .icon:last-child { + margin-left: 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: white; + 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%; + position: relative; +} + +.card-header:first-child, .card-content:first-child, .card-footer:first-child { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.card-header:last-child, .card-content:last-child, .card-footer:last-child { + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} + +.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-image:first-child img { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.card-image:last-child img { + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} + +.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-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: white; + border-radius: 0.375em; + 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-right: 3rem; + text-align: inherit; + white-space: nowrap; + width: 100%; +} + +a.dropdown-item:hover, +button.dropdown-item:hover { + background-color: whitesmoke; + color: #0a0a0a; +} + +a.dropdown-item.is-active, +button.dropdown-item.is-active { + background-color: #485fc7; + 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: 0.375em; +} + +.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: 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-right: 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-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: 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: whitesmoke; + color: #363636; +} + +.menu-list a.is-active { + background-color: #485fc7; + color: #fff; +} + +.menu-list li ul { + border-left: 1px solid #dbdbdb; + margin: 0.75em; + padding-left: 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: whitesmoke; + border-radius: 0.375em; + 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: white; +} + +.message.is-white .message-header { + background-color: white; + color: #0a0a0a; +} + +.message.is-white .message-body { + border-color: white; +} + +.message.is-black { + background-color: #fafafa; +} + +.message.is-black .message-header { + background-color: #0a0a0a; + color: white; +} + +.message.is-black .message-body { + border-color: #0a0a0a; +} + +.message.is-light { + background-color: #fafafa; +} + +.message.is-light .message-header { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); +} + +.message.is-light .message-body { + border-color: whitesmoke; +} + +.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: #eff1fa; +} + +.message.is-link .message-header { + background-color: #485fc7; + color: #fff; +} + +.message.is-link .message-body { + border-color: #485fc7; + color: #3850b7; +} + +.message.is-info { + background-color: #eff5fb; +} + +.message.is-info .message-header { + background-color: #3e8ed0; + color: #fff; +} + +.message.is-info .message-body { + border-color: #3e8ed0; + color: #296fa8; +} + +.message.is-success { + background-color: #effaf5; +} + +.message.is-success .message-header { + background-color: #48c78e; + color: #fff; +} + +.message.is-success .message-body { + border-color: #48c78e; + color: #257953; +} + +.message.is-warning { + background-color: #fffaeb; +} + +.message.is-warning .message-header { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); +} + +.message.is-warning .message-body { + border-color: #ffe08a; + color: #946c00; +} + +.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.is-expo { + background-color: #fffaeb; +} + +.message.is-expo .message-header { + background-color: #ffd257; + color: white; +} + +.message.is-expo .message-body { + border-color: #ffd257; + color: #946c00; +} + +.message.is-love { + background-color: #feecf0; +} + +.message.is-love .message-header { + background-color: #f14668; + color: white; +} + +.message.is-love .message-body { + border-color: #f14668; + color: #cc0f35; +} + +.message.is-patreon { + background-color: #feeeeb; +} + +.message.is-patreon .message-header { + background-color: #f96854; + color: white; +} + +.message.is-patreon .message-body { + border-color: #f96854; + color: #c01d07; +} + +.message.is-rss { + background-color: #fef2ec; +} + +.message.is-rss .message-header { + background-color: #f26522; + color: white; +} + +.message.is-rss .message-body { + border-color: #f26522; + color: #c1460b; +} + +.message.is-bleeding { + background-color: #f3fdec; +} + +.message.is-bleeding .message-header { + background-color: #abf47c; + color: rgba(0, 0, 0, 0.7); +} + +.message.is-bleeding .message-body { + border-color: #abf47c; + color: #3c880b; +} + +.message.is-sass { + background-color: #faf0f5; +} + +.message.is-sass .message-header { + background-color: #bf4080; + color: white; +} + +.message.is-sass .message-body { + border-color: #bf4080; + color: #b03b76; +} + +.message.is-amazon { + background-color: #fffaeb; +} + +.message.is-amazon .message-header { + background-color: #ffd863; + color: rgba(0, 0, 0, 0.7); +} + +.message.is-amazon .message-body { + border-color: #ffd863; + color: #946f00; +} + +.message.is-sponsor { + background-color: #fdedf6; +} + +.message.is-sponsor .message-header { + background-color: #ea4aaa; + color: white; +} + +.message.is-sponsor .message-body { + border-color: #ea4aaa; + color: #c0167c; +} + +.message.is-twitter { + background-color: #ecf6fd; +} + +.message.is-twitter .message-header { + background-color: #55acee; + color: white; +} + +.message.is-twitter .message-body { + border-color: #55acee; + color: #10609e; +} + +.message.is-videos { + background-color: #effaf5; +} + +.message.is-videos .message-header { + background-color: #48c78e; + color: white; +} + +.message.is-videos .message-body { + border-color: #48c78e; + color: #257953; +} + +.message.is-extensions { + background-color: #eff5fb; +} + +.message.is-extensions .message-header { + background-color: #3e8ed0; + color: white; +} + +.message.is-extensions .message-body { + border-color: #3e8ed0; + color: #296fa8; +} + +.message.is-bootstrap { + background-color: #f4f2f8; +} + +.message.is-bootstrap .message-header { + background-color: #6f5499; + color: white; +} + +.message.is-bootstrap .message-body { + border-color: #6f5499; + color: #73579e; +} + +.message-header { + align-items: center; + background-color: #4a4a4a; + border-radius: 0.375em 0.375em 0 0; + color: #fff; + display: flex; + font-weight: 700; + justify-content: space-between; + line-height: 1.25; + padding: 0.75em 1em; + position: relative; +} + +.message-header .delete { + flex-grow: 0; + flex-shrink: 0; + margin-left: 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: 0.375em; + border-style: solid; + border-width: 0 0 0 4px; + color: #4a4a4a; + padding: 1.25em 1.5em; +} + +.message-body code, +.message-body pre { + background-color: white; +} + +.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; + right: 20px; + top: 20px; + width: 40px; +} + +.modal-card { + display: flex; + flex-direction: column; + max-height: calc(100vh - 40px); + overflow: hidden; + -ms-overflow-y: visible; +} + +.modal-card-head, +.modal-card-foot { + align-items: center; + background-color: whitesmoke; + 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: 0.5em; +} + +.modal-card-body { + -webkit-overflow-scrolling: touch; + background-color: white; + flex-grow: 1; + flex-shrink: 1; + overflow: auto; + padding: 20px; +} + +.navbar { + background-color: white; + min-height: 3.25rem; + position: relative; + z-index: 30; +} + +.navbar.is-white { + background-color: white; + color: #0a0a0a; +} + +.navbar.is-white .navbar-brand > .navbar-item, +.navbar.is-white .navbar-brand .navbar-link { + color: #0a0a0a; +} + +.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, +.navbar.is-white .navbar-brand .navbar-link:focus, +.navbar.is-white .navbar-brand .navbar-link:hover, +.navbar.is-white .navbar-brand .navbar-link.is-active { + background-color: #f2f2f2; + color: #0a0a0a; +} + +.navbar.is-white .navbar-brand .navbar-link::after { + border-color: #0a0a0a; +} + +.navbar.is-white .navbar-burger { + color: #0a0a0a; +} + +@media screen and (min-width: 769px) { + .navbar.is-white .navbar-start > .navbar-item, + .navbar.is-white .navbar-start .navbar-link, + .navbar.is-white .navbar-end > .navbar-item, + .navbar.is-white .navbar-end .navbar-link { + color: #0a0a0a; + } + .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, + .navbar.is-white .navbar-start .navbar-link:focus, + .navbar.is-white .navbar-start .navbar-link:hover, + .navbar.is-white .navbar-start .navbar-link.is-active, + .navbar.is-white .navbar-end > a.navbar-item:focus, + .navbar.is-white .navbar-end > a.navbar-item:hover, + .navbar.is-white .navbar-end > a.navbar-item.is-active, + .navbar.is-white .navbar-end .navbar-link:focus, + .navbar.is-white .navbar-end .navbar-link:hover, + .navbar.is-white .navbar-end .navbar-link.is-active { + background-color: #f2f2f2; + color: #0a0a0a; + } + .navbar.is-white .navbar-start .navbar-link::after, + .navbar.is-white .navbar-end .navbar-link::after { + border-color: #0a0a0a; + } + .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #f2f2f2; + color: #0a0a0a; + } + .navbar.is-white .navbar-dropdown a.navbar-item.is-active { + background-color: white; + color: #0a0a0a; + } +} + +.navbar.is-black { + background-color: #0a0a0a; + color: white; +} + +.navbar.is-black .navbar-brand > .navbar-item, +.navbar.is-black .navbar-brand .navbar-link { + color: white; +} + +.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, +.navbar.is-black .navbar-brand .navbar-link:focus, +.navbar.is-black .navbar-brand .navbar-link:hover, +.navbar.is-black .navbar-brand .navbar-link.is-active { + background-color: black; + color: white; +} + +.navbar.is-black .navbar-brand .navbar-link::after { + border-color: white; +} + +.navbar.is-black .navbar-burger { + color: white; +} + +@media screen and (min-width: 769px) { + .navbar.is-black .navbar-start > .navbar-item, + .navbar.is-black .navbar-start .navbar-link, + .navbar.is-black .navbar-end > .navbar-item, + .navbar.is-black .navbar-end .navbar-link { + color: white; + } + .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, + .navbar.is-black .navbar-start .navbar-link:focus, + .navbar.is-black .navbar-start .navbar-link:hover, + .navbar.is-black .navbar-start .navbar-link.is-active, + .navbar.is-black .navbar-end > a.navbar-item:focus, + .navbar.is-black .navbar-end > a.navbar-item:hover, + .navbar.is-black .navbar-end > a.navbar-item.is-active, + .navbar.is-black .navbar-end .navbar-link:focus, + .navbar.is-black .navbar-end .navbar-link:hover, + .navbar.is-black .navbar-end .navbar-link.is-active { + background-color: black; + color: white; + } + .navbar.is-black .navbar-start .navbar-link::after, + .navbar.is-black .navbar-end .navbar-link::after { + border-color: white; + } + .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: black; + color: white; + } + .navbar.is-black .navbar-dropdown a.navbar-item.is-active { + background-color: #0a0a0a; + color: white; + } +} + +.navbar.is-light { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-light .navbar-brand > .navbar-item, +.navbar.is-light .navbar-brand .navbar-link { + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, +.navbar.is-light .navbar-brand .navbar-link:focus, +.navbar.is-light .navbar-brand .navbar-link:hover, +.navbar.is-light .navbar-brand .navbar-link.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-light .navbar-brand .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-light .navbar-burger { + color: rgba(0, 0, 0, 0.7); +} + +@media screen and (min-width: 769px) { + .navbar.is-light .navbar-start > .navbar-item, + .navbar.is-light .navbar-start .navbar-link, + .navbar.is-light .navbar-end > .navbar-item, + .navbar.is-light .navbar-end .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, + .navbar.is-light .navbar-start .navbar-link:focus, + .navbar.is-light .navbar-start .navbar-link:hover, + .navbar.is-light .navbar-start .navbar-link.is-active, + .navbar.is-light .navbar-end > a.navbar-item:focus, + .navbar.is-light .navbar-end > a.navbar-item:hover, + .navbar.is-light .navbar-end > a.navbar-item.is-active, + .navbar.is-light .navbar-end .navbar-link:focus, + .navbar.is-light .navbar-end .navbar-link:hover, + .navbar.is-light .navbar-end .navbar-link.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + .navbar.is-light .navbar-start .navbar-link::after, + .navbar.is-light .navbar-end .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); + } + .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + .navbar.is-light .navbar-dropdown a.navbar-item.is-active { + background-color: whitesmoke; + 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 > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, +.navbar.is-dark .navbar-brand .navbar-link:focus, +.navbar.is-dark .navbar-brand .navbar-link:hover, +.navbar.is-dark .navbar-brand .navbar-link.is-active { + 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: 769px) { + .navbar.is-dark .navbar-start > .navbar-item, + .navbar.is-dark .navbar-start .navbar-link, + .navbar.is-dark .navbar-end > .navbar-item, + .navbar.is-dark .navbar-end .navbar-link { + color: #fff; + } + .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, + .navbar.is-dark .navbar-start .navbar-link:focus, + .navbar.is-dark .navbar-start .navbar-link:hover, + .navbar.is-dark .navbar-start .navbar-link.is-active, + .navbar.is-dark .navbar-end > a.navbar-item:focus, + .navbar.is-dark .navbar-end > a.navbar-item:hover, + .navbar.is-dark .navbar-end > a.navbar-item.is-active, + .navbar.is-dark .navbar-end .navbar-link:focus, + .navbar.is-dark .navbar-end .navbar-link:hover, + .navbar.is-dark .navbar-end .navbar-link.is-active { + 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 > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, +.navbar.is-primary .navbar-brand .navbar-link:focus, +.navbar.is-primary .navbar-brand .navbar-link:hover, +.navbar.is-primary .navbar-brand .navbar-link.is-active { + 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: 769px) { + .navbar.is-primary .navbar-start > .navbar-item, + .navbar.is-primary .navbar-start .navbar-link, + .navbar.is-primary .navbar-end > .navbar-item, + .navbar.is-primary .navbar-end .navbar-link { + color: #fff; + } + .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, + .navbar.is-primary .navbar-start .navbar-link:focus, + .navbar.is-primary .navbar-start .navbar-link:hover, + .navbar.is-primary .navbar-start .navbar-link.is-active, + .navbar.is-primary .navbar-end > a.navbar-item:focus, + .navbar.is-primary .navbar-end > a.navbar-item:hover, + .navbar.is-primary .navbar-end > a.navbar-item.is-active, + .navbar.is-primary .navbar-end .navbar-link:focus, + .navbar.is-primary .navbar-end .navbar-link:hover, + .navbar.is-primary .navbar-end .navbar-link.is-active { + 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: #485fc7; + color: #fff; +} + +.navbar.is-link .navbar-brand > .navbar-item, +.navbar.is-link .navbar-brand .navbar-link { + color: #fff; +} + +.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, +.navbar.is-link .navbar-brand .navbar-link:focus, +.navbar.is-link .navbar-brand .navbar-link:hover, +.navbar.is-link .navbar-brand .navbar-link.is-active { + background-color: #3a51bb; + 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: 769px) { + .navbar.is-link .navbar-start > .navbar-item, + .navbar.is-link .navbar-start .navbar-link, + .navbar.is-link .navbar-end > .navbar-item, + .navbar.is-link .navbar-end .navbar-link { + color: #fff; + } + .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, + .navbar.is-link .navbar-start .navbar-link:focus, + .navbar.is-link .navbar-start .navbar-link:hover, + .navbar.is-link .navbar-start .navbar-link.is-active, + .navbar.is-link .navbar-end > a.navbar-item:focus, + .navbar.is-link .navbar-end > a.navbar-item:hover, + .navbar.is-link .navbar-end > a.navbar-item.is-active, + .navbar.is-link .navbar-end .navbar-link:focus, + .navbar.is-link .navbar-end .navbar-link:hover, + .navbar.is-link .navbar-end .navbar-link.is-active { + background-color: #3a51bb; + 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: #3a51bb; + color: #fff; + } + .navbar.is-link .navbar-dropdown a.navbar-item.is-active { + background-color: #485fc7; + color: #fff; + } +} + +.navbar.is-info { + background-color: #3e8ed0; + color: #fff; +} + +.navbar.is-info .navbar-brand > .navbar-item, +.navbar.is-info .navbar-brand .navbar-link { + color: #fff; +} + +.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, +.navbar.is-info .navbar-brand .navbar-link:focus, +.navbar.is-info .navbar-brand .navbar-link:hover, +.navbar.is-info .navbar-brand .navbar-link.is-active { + background-color: #3082c5; + 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: 769px) { + .navbar.is-info .navbar-start > .navbar-item, + .navbar.is-info .navbar-start .navbar-link, + .navbar.is-info .navbar-end > .navbar-item, + .navbar.is-info .navbar-end .navbar-link { + color: #fff; + } + .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, + .navbar.is-info .navbar-start .navbar-link:focus, + .navbar.is-info .navbar-start .navbar-link:hover, + .navbar.is-info .navbar-start .navbar-link.is-active, + .navbar.is-info .navbar-end > a.navbar-item:focus, + .navbar.is-info .navbar-end > a.navbar-item:hover, + .navbar.is-info .navbar-end > a.navbar-item.is-active, + .navbar.is-info .navbar-end .navbar-link:focus, + .navbar.is-info .navbar-end .navbar-link:hover, + .navbar.is-info .navbar-end .navbar-link.is-active { + background-color: #3082c5; + 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: #3082c5; + color: #fff; + } + .navbar.is-info .navbar-dropdown a.navbar-item.is-active { + background-color: #3e8ed0; + color: #fff; + } +} + +.navbar.is-success { + background-color: #48c78e; + color: #fff; +} + +.navbar.is-success .navbar-brand > .navbar-item, +.navbar.is-success .navbar-brand .navbar-link { + color: #fff; +} + +.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, +.navbar.is-success .navbar-brand .navbar-link:focus, +.navbar.is-success .navbar-brand .navbar-link:hover, +.navbar.is-success .navbar-brand .navbar-link.is-active { + background-color: #3abb81; + 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: 769px) { + .navbar.is-success .navbar-start > .navbar-item, + .navbar.is-success .navbar-start .navbar-link, + .navbar.is-success .navbar-end > .navbar-item, + .navbar.is-success .navbar-end .navbar-link { + color: #fff; + } + .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, + .navbar.is-success .navbar-start .navbar-link:focus, + .navbar.is-success .navbar-start .navbar-link:hover, + .navbar.is-success .navbar-start .navbar-link.is-active, + .navbar.is-success .navbar-end > a.navbar-item:focus, + .navbar.is-success .navbar-end > a.navbar-item:hover, + .navbar.is-success .navbar-end > a.navbar-item.is-active, + .navbar.is-success .navbar-end .navbar-link:focus, + .navbar.is-success .navbar-end .navbar-link:hover, + .navbar.is-success .navbar-end .navbar-link.is-active { + background-color: #3abb81; + 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: #3abb81; + color: #fff; + } + .navbar.is-success .navbar-dropdown a.navbar-item.is-active { + background-color: #48c78e; + color: #fff; + } +} + +.navbar.is-warning { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-warning .navbar-brand > .navbar-item, +.navbar.is-warning .navbar-brand .navbar-link { + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, +.navbar.is-warning .navbar-brand .navbar-link:focus, +.navbar.is-warning .navbar-brand .navbar-link:hover, +.navbar.is-warning .navbar-brand .navbar-link.is-active { + background-color: #ffd970; + 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: 769px) { + .navbar.is-warning .navbar-start > .navbar-item, + .navbar.is-warning .navbar-start .navbar-link, + .navbar.is-warning .navbar-end > .navbar-item, + .navbar.is-warning .navbar-end .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, + .navbar.is-warning .navbar-start .navbar-link:focus, + .navbar.is-warning .navbar-start .navbar-link:hover, + .navbar.is-warning .navbar-start .navbar-link.is-active, + .navbar.is-warning .navbar-end > a.navbar-item:focus, + .navbar.is-warning .navbar-end > a.navbar-item:hover, + .navbar.is-warning .navbar-end > a.navbar-item.is-active, + .navbar.is-warning .navbar-end .navbar-link:focus, + .navbar.is-warning .navbar-end .navbar-link:hover, + .navbar.is-warning .navbar-end .navbar-link.is-active { + background-color: #ffd970; + 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: #ffd970; + color: rgba(0, 0, 0, 0.7); + } + .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { + background-color: #ffe08a; + 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 > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, +.navbar.is-danger .navbar-brand .navbar-link:focus, +.navbar.is-danger .navbar-brand .navbar-link:hover, +.navbar.is-danger .navbar-brand .navbar-link.is-active { + background-color: #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: 769px) { + .navbar.is-danger .navbar-start > .navbar-item, + .navbar.is-danger .navbar-start .navbar-link, + .navbar.is-danger .navbar-end > .navbar-item, + .navbar.is-danger .navbar-end .navbar-link { + color: #fff; + } + .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, + .navbar.is-danger .navbar-start .navbar-link:focus, + .navbar.is-danger .navbar-start .navbar-link:hover, + .navbar.is-danger .navbar-start .navbar-link.is-active, + .navbar.is-danger .navbar-end > a.navbar-item:focus, + .navbar.is-danger .navbar-end > a.navbar-item:hover, + .navbar.is-danger .navbar-end > a.navbar-item.is-active, + .navbar.is-danger .navbar-end .navbar-link:focus, + .navbar.is-danger .navbar-end .navbar-link:hover, + .navbar.is-danger .navbar-end .navbar-link.is-active { + background-color: #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.is-expo { + background-color: #ffd257; + color: white; +} + +.navbar.is-expo .navbar-brand > .navbar-item, +.navbar.is-expo .navbar-brand .navbar-link { + color: white; +} + +.navbar.is-expo .navbar-brand > a.navbar-item:focus, .navbar.is-expo .navbar-brand > a.navbar-item:hover, .navbar.is-expo .navbar-brand > a.navbar-item.is-active, +.navbar.is-expo .navbar-brand .navbar-link:focus, +.navbar.is-expo .navbar-brand .navbar-link:hover, +.navbar.is-expo .navbar-brand .navbar-link.is-active { + background-color: #ffcb3e; + color: white; +} + +.navbar.is-expo .navbar-brand .navbar-link::after { + border-color: white; +} + +.navbar.is-expo .navbar-burger { + color: white; +} + +@media screen and (min-width: 769px) { + .navbar.is-expo .navbar-start > .navbar-item, + .navbar.is-expo .navbar-start .navbar-link, + .navbar.is-expo .navbar-end > .navbar-item, + .navbar.is-expo .navbar-end .navbar-link { + color: white; + } + .navbar.is-expo .navbar-start > a.navbar-item:focus, .navbar.is-expo .navbar-start > a.navbar-item:hover, .navbar.is-expo .navbar-start > a.navbar-item.is-active, + .navbar.is-expo .navbar-start .navbar-link:focus, + .navbar.is-expo .navbar-start .navbar-link:hover, + .navbar.is-expo .navbar-start .navbar-link.is-active, + .navbar.is-expo .navbar-end > a.navbar-item:focus, + .navbar.is-expo .navbar-end > a.navbar-item:hover, + .navbar.is-expo .navbar-end > a.navbar-item.is-active, + .navbar.is-expo .navbar-end .navbar-link:focus, + .navbar.is-expo .navbar-end .navbar-link:hover, + .navbar.is-expo .navbar-end .navbar-link.is-active { + background-color: #ffcb3e; + color: white; + } + .navbar.is-expo .navbar-start .navbar-link::after, + .navbar.is-expo .navbar-end .navbar-link::after { + border-color: white; + } + .navbar.is-expo .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-expo .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-expo .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ffcb3e; + color: white; + } + .navbar.is-expo .navbar-dropdown a.navbar-item.is-active { + background-color: #ffd257; + color: white; + } +} + +.navbar.is-love { + background-color: #f14668; + color: white; +} + +.navbar.is-love .navbar-brand > .navbar-item, +.navbar.is-love .navbar-brand .navbar-link { + color: white; +} + +.navbar.is-love .navbar-brand > a.navbar-item:focus, .navbar.is-love .navbar-brand > a.navbar-item:hover, .navbar.is-love .navbar-brand > a.navbar-item.is-active, +.navbar.is-love .navbar-brand .navbar-link:focus, +.navbar.is-love .navbar-brand .navbar-link:hover, +.navbar.is-love .navbar-brand .navbar-link.is-active { + background-color: #ef2e55; + color: white; +} + +.navbar.is-love .navbar-brand .navbar-link::after { + border-color: white; +} + +.navbar.is-love .navbar-burger { + color: white; +} + +@media screen and (min-width: 769px) { + .navbar.is-love .navbar-start > .navbar-item, + .navbar.is-love .navbar-start .navbar-link, + .navbar.is-love .navbar-end > .navbar-item, + .navbar.is-love .navbar-end .navbar-link { + color: white; + } + .navbar.is-love .navbar-start > a.navbar-item:focus, .navbar.is-love .navbar-start > a.navbar-item:hover, .navbar.is-love .navbar-start > a.navbar-item.is-active, + .navbar.is-love .navbar-start .navbar-link:focus, + .navbar.is-love .navbar-start .navbar-link:hover, + .navbar.is-love .navbar-start .navbar-link.is-active, + .navbar.is-love .navbar-end > a.navbar-item:focus, + .navbar.is-love .navbar-end > a.navbar-item:hover, + .navbar.is-love .navbar-end > a.navbar-item.is-active, + .navbar.is-love .navbar-end .navbar-link:focus, + .navbar.is-love .navbar-end .navbar-link:hover, + .navbar.is-love .navbar-end .navbar-link.is-active { + background-color: #ef2e55; + color: white; + } + .navbar.is-love .navbar-start .navbar-link::after, + .navbar.is-love .navbar-end .navbar-link::after { + border-color: white; + } + .navbar.is-love .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-love .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-love .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ef2e55; + color: white; + } + .navbar.is-love .navbar-dropdown a.navbar-item.is-active { + background-color: #f14668; + color: white; + } +} + +.navbar.is-patreon { + background-color: #f96854; + color: white; +} + +.navbar.is-patreon .navbar-brand > .navbar-item, +.navbar.is-patreon .navbar-brand .navbar-link { + color: white; +} + +.navbar.is-patreon .navbar-brand > a.navbar-item:focus, .navbar.is-patreon .navbar-brand > a.navbar-item:hover, .navbar.is-patreon .navbar-brand > a.navbar-item.is-active, +.navbar.is-patreon .navbar-brand .navbar-link:focus, +.navbar.is-patreon .navbar-brand .navbar-link:hover, +.navbar.is-patreon .navbar-brand .navbar-link.is-active { + background-color: #f8523b; + color: white; +} + +.navbar.is-patreon .navbar-brand .navbar-link::after { + border-color: white; +} + +.navbar.is-patreon .navbar-burger { + color: white; +} + +@media screen and (min-width: 769px) { + .navbar.is-patreon .navbar-start > .navbar-item, + .navbar.is-patreon .navbar-start .navbar-link, + .navbar.is-patreon .navbar-end > .navbar-item, + .navbar.is-patreon .navbar-end .navbar-link { + color: white; + } + .navbar.is-patreon .navbar-start > a.navbar-item:focus, .navbar.is-patreon .navbar-start > a.navbar-item:hover, .navbar.is-patreon .navbar-start > a.navbar-item.is-active, + .navbar.is-patreon .navbar-start .navbar-link:focus, + .navbar.is-patreon .navbar-start .navbar-link:hover, + .navbar.is-patreon .navbar-start .navbar-link.is-active, + .navbar.is-patreon .navbar-end > a.navbar-item:focus, + .navbar.is-patreon .navbar-end > a.navbar-item:hover, + .navbar.is-patreon .navbar-end > a.navbar-item.is-active, + .navbar.is-patreon .navbar-end .navbar-link:focus, + .navbar.is-patreon .navbar-end .navbar-link:hover, + .navbar.is-patreon .navbar-end .navbar-link.is-active { + background-color: #f8523b; + color: white; + } + .navbar.is-patreon .navbar-start .navbar-link::after, + .navbar.is-patreon .navbar-end .navbar-link::after { + border-color: white; + } + .navbar.is-patreon .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-patreon .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-patreon .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #f8523b; + color: white; + } + .navbar.is-patreon .navbar-dropdown a.navbar-item.is-active { + background-color: #f96854; + color: white; + } +} + +.navbar.is-rss { + background-color: #f26522; + color: white; +} + +.navbar.is-rss .navbar-brand > .navbar-item, +.navbar.is-rss .navbar-brand .navbar-link { + color: white; +} + +.navbar.is-rss .navbar-brand > a.navbar-item:focus, .navbar.is-rss .navbar-brand > a.navbar-item:hover, .navbar.is-rss .navbar-brand > a.navbar-item.is-active, +.navbar.is-rss .navbar-brand .navbar-link:focus, +.navbar.is-rss .navbar-brand .navbar-link:hover, +.navbar.is-rss .navbar-brand .navbar-link.is-active { + background-color: #ed560e; + color: white; +} + +.navbar.is-rss .navbar-brand .navbar-link::after { + border-color: white; +} + +.navbar.is-rss .navbar-burger { + color: white; +} + +@media screen and (min-width: 769px) { + .navbar.is-rss .navbar-start > .navbar-item, + .navbar.is-rss .navbar-start .navbar-link, + .navbar.is-rss .navbar-end > .navbar-item, + .navbar.is-rss .navbar-end .navbar-link { + color: white; + } + .navbar.is-rss .navbar-start > a.navbar-item:focus, .navbar.is-rss .navbar-start > a.navbar-item:hover, .navbar.is-rss .navbar-start > a.navbar-item.is-active, + .navbar.is-rss .navbar-start .navbar-link:focus, + .navbar.is-rss .navbar-start .navbar-link:hover, + .navbar.is-rss .navbar-start .navbar-link.is-active, + .navbar.is-rss .navbar-end > a.navbar-item:focus, + .navbar.is-rss .navbar-end > a.navbar-item:hover, + .navbar.is-rss .navbar-end > a.navbar-item.is-active, + .navbar.is-rss .navbar-end .navbar-link:focus, + .navbar.is-rss .navbar-end .navbar-link:hover, + .navbar.is-rss .navbar-end .navbar-link.is-active { + background-color: #ed560e; + color: white; + } + .navbar.is-rss .navbar-start .navbar-link::after, + .navbar.is-rss .navbar-end .navbar-link::after { + border-color: white; + } + .navbar.is-rss .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-rss .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-rss .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ed560e; + color: white; + } + .navbar.is-rss .navbar-dropdown a.navbar-item.is-active { + background-color: #f26522; + color: white; + } +} + +.navbar.is-bleeding { + background-color: #abf47c; + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-bleeding .navbar-brand > .navbar-item, +.navbar.is-bleeding .navbar-brand .navbar-link { + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-bleeding .navbar-brand > a.navbar-item:focus, .navbar.is-bleeding .navbar-brand > a.navbar-item:hover, .navbar.is-bleeding .navbar-brand > a.navbar-item.is-active, +.navbar.is-bleeding .navbar-brand .navbar-link:focus, +.navbar.is-bleeding .navbar-brand .navbar-link:hover, +.navbar.is-bleeding .navbar-brand .navbar-link.is-active { + background-color: #9cf264; + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-bleeding .navbar-brand .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-bleeding .navbar-burger { + color: rgba(0, 0, 0, 0.7); +} + +@media screen and (min-width: 769px) { + .navbar.is-bleeding .navbar-start > .navbar-item, + .navbar.is-bleeding .navbar-start .navbar-link, + .navbar.is-bleeding .navbar-end > .navbar-item, + .navbar.is-bleeding .navbar-end .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + .navbar.is-bleeding .navbar-start > a.navbar-item:focus, .navbar.is-bleeding .navbar-start > a.navbar-item:hover, .navbar.is-bleeding .navbar-start > a.navbar-item.is-active, + .navbar.is-bleeding .navbar-start .navbar-link:focus, + .navbar.is-bleeding .navbar-start .navbar-link:hover, + .navbar.is-bleeding .navbar-start .navbar-link.is-active, + .navbar.is-bleeding .navbar-end > a.navbar-item:focus, + .navbar.is-bleeding .navbar-end > a.navbar-item:hover, + .navbar.is-bleeding .navbar-end > a.navbar-item.is-active, + .navbar.is-bleeding .navbar-end .navbar-link:focus, + .navbar.is-bleeding .navbar-end .navbar-link:hover, + .navbar.is-bleeding .navbar-end .navbar-link.is-active { + background-color: #9cf264; + color: rgba(0, 0, 0, 0.7); + } + .navbar.is-bleeding .navbar-start .navbar-link::after, + .navbar.is-bleeding .navbar-end .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); + } + .navbar.is-bleeding .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-bleeding .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-bleeding .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #9cf264; + color: rgba(0, 0, 0, 0.7); + } + .navbar.is-bleeding .navbar-dropdown a.navbar-item.is-active { + background-color: #abf47c; + color: rgba(0, 0, 0, 0.7); + } +} + +.navbar.is-sass { + background-color: #bf4080; + color: white; +} + +.navbar.is-sass .navbar-brand > .navbar-item, +.navbar.is-sass .navbar-brand .navbar-link { + color: white; +} + +.navbar.is-sass .navbar-brand > a.navbar-item:focus, .navbar.is-sass .navbar-brand > a.navbar-item:hover, .navbar.is-sass .navbar-brand > a.navbar-item.is-active, +.navbar.is-sass .navbar-brand .navbar-link:focus, +.navbar.is-sass .navbar-brand .navbar-link:hover, +.navbar.is-sass .navbar-brand .navbar-link.is-active { + background-color: #ac3a73; + color: white; +} + +.navbar.is-sass .navbar-brand .navbar-link::after { + border-color: white; +} + +.navbar.is-sass .navbar-burger { + color: white; +} + +@media screen and (min-width: 769px) { + .navbar.is-sass .navbar-start > .navbar-item, + .navbar.is-sass .navbar-start .navbar-link, + .navbar.is-sass .navbar-end > .navbar-item, + .navbar.is-sass .navbar-end .navbar-link { + color: white; + } + .navbar.is-sass .navbar-start > a.navbar-item:focus, .navbar.is-sass .navbar-start > a.navbar-item:hover, .navbar.is-sass .navbar-start > a.navbar-item.is-active, + .navbar.is-sass .navbar-start .navbar-link:focus, + .navbar.is-sass .navbar-start .navbar-link:hover, + .navbar.is-sass .navbar-start .navbar-link.is-active, + .navbar.is-sass .navbar-end > a.navbar-item:focus, + .navbar.is-sass .navbar-end > a.navbar-item:hover, + .navbar.is-sass .navbar-end > a.navbar-item.is-active, + .navbar.is-sass .navbar-end .navbar-link:focus, + .navbar.is-sass .navbar-end .navbar-link:hover, + .navbar.is-sass .navbar-end .navbar-link.is-active { + background-color: #ac3a73; + color: white; + } + .navbar.is-sass .navbar-start .navbar-link::after, + .navbar.is-sass .navbar-end .navbar-link::after { + border-color: white; + } + .navbar.is-sass .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-sass .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-sass .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ac3a73; + color: white; + } + .navbar.is-sass .navbar-dropdown a.navbar-item.is-active { + background-color: #bf4080; + color: white; + } +} + +.navbar.is-amazon { + background-color: #ffd863; + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-amazon .navbar-brand > .navbar-item, +.navbar.is-amazon .navbar-brand .navbar-link { + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-amazon .navbar-brand > a.navbar-item:focus, .navbar.is-amazon .navbar-brand > a.navbar-item:hover, .navbar.is-amazon .navbar-brand > a.navbar-item.is-active, +.navbar.is-amazon .navbar-brand .navbar-link:focus, +.navbar.is-amazon .navbar-brand .navbar-link:hover, +.navbar.is-amazon .navbar-brand .navbar-link.is-active { + background-color: #ffd24a; + color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-amazon .navbar-brand .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); +} + +.navbar.is-amazon .navbar-burger { + color: rgba(0, 0, 0, 0.7); +} + +@media screen and (min-width: 769px) { + .navbar.is-amazon .navbar-start > .navbar-item, + .navbar.is-amazon .navbar-start .navbar-link, + .navbar.is-amazon .navbar-end > .navbar-item, + .navbar.is-amazon .navbar-end .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + .navbar.is-amazon .navbar-start > a.navbar-item:focus, .navbar.is-amazon .navbar-start > a.navbar-item:hover, .navbar.is-amazon .navbar-start > a.navbar-item.is-active, + .navbar.is-amazon .navbar-start .navbar-link:focus, + .navbar.is-amazon .navbar-start .navbar-link:hover, + .navbar.is-amazon .navbar-start .navbar-link.is-active, + .navbar.is-amazon .navbar-end > a.navbar-item:focus, + .navbar.is-amazon .navbar-end > a.navbar-item:hover, + .navbar.is-amazon .navbar-end > a.navbar-item.is-active, + .navbar.is-amazon .navbar-end .navbar-link:focus, + .navbar.is-amazon .navbar-end .navbar-link:hover, + .navbar.is-amazon .navbar-end .navbar-link.is-active { + background-color: #ffd24a; + color: rgba(0, 0, 0, 0.7); + } + .navbar.is-amazon .navbar-start .navbar-link::after, + .navbar.is-amazon .navbar-end .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); + } + .navbar.is-amazon .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-amazon .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-amazon .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ffd24a; + color: rgba(0, 0, 0, 0.7); + } + .navbar.is-amazon .navbar-dropdown a.navbar-item.is-active { + background-color: #ffd863; + color: rgba(0, 0, 0, 0.7); + } +} + +.navbar.is-sponsor { + background-color: #ea4aaa; + color: white; +} + +.navbar.is-sponsor .navbar-brand > .navbar-item, +.navbar.is-sponsor .navbar-brand .navbar-link { + color: white; +} + +.navbar.is-sponsor .navbar-brand > a.navbar-item:focus, .navbar.is-sponsor .navbar-brand > a.navbar-item:hover, .navbar.is-sponsor .navbar-brand > a.navbar-item.is-active, +.navbar.is-sponsor .navbar-brand .navbar-link:focus, +.navbar.is-sponsor .navbar-brand .navbar-link:hover, +.navbar.is-sponsor .navbar-brand .navbar-link.is-active { + background-color: #e7339f; + color: white; +} + +.navbar.is-sponsor .navbar-brand .navbar-link::after { + border-color: white; +} + +.navbar.is-sponsor .navbar-burger { + color: white; +} + +@media screen and (min-width: 769px) { + .navbar.is-sponsor .navbar-start > .navbar-item, + .navbar.is-sponsor .navbar-start .navbar-link, + .navbar.is-sponsor .navbar-end > .navbar-item, + .navbar.is-sponsor .navbar-end .navbar-link { + color: white; + } + .navbar.is-sponsor .navbar-start > a.navbar-item:focus, .navbar.is-sponsor .navbar-start > a.navbar-item:hover, .navbar.is-sponsor .navbar-start > a.navbar-item.is-active, + .navbar.is-sponsor .navbar-start .navbar-link:focus, + .navbar.is-sponsor .navbar-start .navbar-link:hover, + .navbar.is-sponsor .navbar-start .navbar-link.is-active, + .navbar.is-sponsor .navbar-end > a.navbar-item:focus, + .navbar.is-sponsor .navbar-end > a.navbar-item:hover, + .navbar.is-sponsor .navbar-end > a.navbar-item.is-active, + .navbar.is-sponsor .navbar-end .navbar-link:focus, + .navbar.is-sponsor .navbar-end .navbar-link:hover, + .navbar.is-sponsor .navbar-end .navbar-link.is-active { + background-color: #e7339f; + color: white; + } + .navbar.is-sponsor .navbar-start .navbar-link::after, + .navbar.is-sponsor .navbar-end .navbar-link::after { + border-color: white; + } + .navbar.is-sponsor .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-sponsor .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-sponsor .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #e7339f; + color: white; + } + .navbar.is-sponsor .navbar-dropdown a.navbar-item.is-active { + background-color: #ea4aaa; + color: white; + } +} + +.navbar.is-twitter { + background-color: #55acee; + color: white; +} + +.navbar.is-twitter .navbar-brand > .navbar-item, +.navbar.is-twitter .navbar-brand .navbar-link { + color: white; +} + +.navbar.is-twitter .navbar-brand > a.navbar-item:focus, .navbar.is-twitter .navbar-brand > a.navbar-item:hover, .navbar.is-twitter .navbar-brand > a.navbar-item.is-active, +.navbar.is-twitter .navbar-brand .navbar-link:focus, +.navbar.is-twitter .navbar-brand .navbar-link:hover, +.navbar.is-twitter .navbar-brand .navbar-link.is-active { + background-color: #3ea1ec; + color: white; +} + +.navbar.is-twitter .navbar-brand .navbar-link::after { + border-color: white; +} + +.navbar.is-twitter .navbar-burger { + color: white; +} + +@media screen and (min-width: 769px) { + .navbar.is-twitter .navbar-start > .navbar-item, + .navbar.is-twitter .navbar-start .navbar-link, + .navbar.is-twitter .navbar-end > .navbar-item, + .navbar.is-twitter .navbar-end .navbar-link { + color: white; + } + .navbar.is-twitter .navbar-start > a.navbar-item:focus, .navbar.is-twitter .navbar-start > a.navbar-item:hover, .navbar.is-twitter .navbar-start > a.navbar-item.is-active, + .navbar.is-twitter .navbar-start .navbar-link:focus, + .navbar.is-twitter .navbar-start .navbar-link:hover, + .navbar.is-twitter .navbar-start .navbar-link.is-active, + .navbar.is-twitter .navbar-end > a.navbar-item:focus, + .navbar.is-twitter .navbar-end > a.navbar-item:hover, + .navbar.is-twitter .navbar-end > a.navbar-item.is-active, + .navbar.is-twitter .navbar-end .navbar-link:focus, + .navbar.is-twitter .navbar-end .navbar-link:hover, + .navbar.is-twitter .navbar-end .navbar-link.is-active { + background-color: #3ea1ec; + color: white; + } + .navbar.is-twitter .navbar-start .navbar-link::after, + .navbar.is-twitter .navbar-end .navbar-link::after { + border-color: white; + } + .navbar.is-twitter .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-twitter .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-twitter .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #3ea1ec; + color: white; + } + .navbar.is-twitter .navbar-dropdown a.navbar-item.is-active { + background-color: #55acee; + color: white; + } +} + +.navbar.is-videos { + background-color: #48c78e; + color: white; +} + +.navbar.is-videos .navbar-brand > .navbar-item, +.navbar.is-videos .navbar-brand .navbar-link { + color: white; +} + +.navbar.is-videos .navbar-brand > a.navbar-item:focus, .navbar.is-videos .navbar-brand > a.navbar-item:hover, .navbar.is-videos .navbar-brand > a.navbar-item.is-active, +.navbar.is-videos .navbar-brand .navbar-link:focus, +.navbar.is-videos .navbar-brand .navbar-link:hover, +.navbar.is-videos .navbar-brand .navbar-link.is-active { + background-color: #3abb81; + color: white; +} + +.navbar.is-videos .navbar-brand .navbar-link::after { + border-color: white; +} + +.navbar.is-videos .navbar-burger { + color: white; +} + +@media screen and (min-width: 769px) { + .navbar.is-videos .navbar-start > .navbar-item, + .navbar.is-videos .navbar-start .navbar-link, + .navbar.is-videos .navbar-end > .navbar-item, + .navbar.is-videos .navbar-end .navbar-link { + color: white; + } + .navbar.is-videos .navbar-start > a.navbar-item:focus, .navbar.is-videos .navbar-start > a.navbar-item:hover, .navbar.is-videos .navbar-start > a.navbar-item.is-active, + .navbar.is-videos .navbar-start .navbar-link:focus, + .navbar.is-videos .navbar-start .navbar-link:hover, + .navbar.is-videos .navbar-start .navbar-link.is-active, + .navbar.is-videos .navbar-end > a.navbar-item:focus, + .navbar.is-videos .navbar-end > a.navbar-item:hover, + .navbar.is-videos .navbar-end > a.navbar-item.is-active, + .navbar.is-videos .navbar-end .navbar-link:focus, + .navbar.is-videos .navbar-end .navbar-link:hover, + .navbar.is-videos .navbar-end .navbar-link.is-active { + background-color: #3abb81; + color: white; + } + .navbar.is-videos .navbar-start .navbar-link::after, + .navbar.is-videos .navbar-end .navbar-link::after { + border-color: white; + } + .navbar.is-videos .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-videos .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-videos .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #3abb81; + color: white; + } + .navbar.is-videos .navbar-dropdown a.navbar-item.is-active { + background-color: #48c78e; + color: white; + } +} + +.navbar.is-extensions { + background-color: #3e8ed0; + color: white; +} + +.navbar.is-extensions .navbar-brand > .navbar-item, +.navbar.is-extensions .navbar-brand .navbar-link { + color: white; +} + +.navbar.is-extensions .navbar-brand > a.navbar-item:focus, .navbar.is-extensions .navbar-brand > a.navbar-item:hover, .navbar.is-extensions .navbar-brand > a.navbar-item.is-active, +.navbar.is-extensions .navbar-brand .navbar-link:focus, +.navbar.is-extensions .navbar-brand .navbar-link:hover, +.navbar.is-extensions .navbar-brand .navbar-link.is-active { + background-color: #3082c5; + color: white; +} + +.navbar.is-extensions .navbar-brand .navbar-link::after { + border-color: white; +} + +.navbar.is-extensions .navbar-burger { + color: white; +} + +@media screen and (min-width: 769px) { + .navbar.is-extensions .navbar-start > .navbar-item, + .navbar.is-extensions .navbar-start .navbar-link, + .navbar.is-extensions .navbar-end > .navbar-item, + .navbar.is-extensions .navbar-end .navbar-link { + color: white; + } + .navbar.is-extensions .navbar-start > a.navbar-item:focus, .navbar.is-extensions .navbar-start > a.navbar-item:hover, .navbar.is-extensions .navbar-start > a.navbar-item.is-active, + .navbar.is-extensions .navbar-start .navbar-link:focus, + .navbar.is-extensions .navbar-start .navbar-link:hover, + .navbar.is-extensions .navbar-start .navbar-link.is-active, + .navbar.is-extensions .navbar-end > a.navbar-item:focus, + .navbar.is-extensions .navbar-end > a.navbar-item:hover, + .navbar.is-extensions .navbar-end > a.navbar-item.is-active, + .navbar.is-extensions .navbar-end .navbar-link:focus, + .navbar.is-extensions .navbar-end .navbar-link:hover, + .navbar.is-extensions .navbar-end .navbar-link.is-active { + background-color: #3082c5; + color: white; + } + .navbar.is-extensions .navbar-start .navbar-link::after, + .navbar.is-extensions .navbar-end .navbar-link::after { + border-color: white; + } + .navbar.is-extensions .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-extensions .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-extensions .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #3082c5; + color: white; + } + .navbar.is-extensions .navbar-dropdown a.navbar-item.is-active { + background-color: #3e8ed0; + color: white; + } +} + +.navbar.is-bootstrap { + background-color: #6f5499; + color: white; +} + +.navbar.is-bootstrap .navbar-brand > .navbar-item, +.navbar.is-bootstrap .navbar-brand .navbar-link { + color: white; +} + +.navbar.is-bootstrap .navbar-brand > a.navbar-item:focus, .navbar.is-bootstrap .navbar-brand > a.navbar-item:hover, .navbar.is-bootstrap .navbar-brand > a.navbar-item.is-active, +.navbar.is-bootstrap .navbar-brand .navbar-link:focus, +.navbar.is-bootstrap .navbar-brand .navbar-link:hover, +.navbar.is-bootstrap .navbar-brand .navbar-link.is-active { + background-color: #634b89; + color: white; +} + +.navbar.is-bootstrap .navbar-brand .navbar-link::after { + border-color: white; +} + +.navbar.is-bootstrap .navbar-burger { + color: white; +} + +@media screen and (min-width: 769px) { + .navbar.is-bootstrap .navbar-start > .navbar-item, + .navbar.is-bootstrap .navbar-start .navbar-link, + .navbar.is-bootstrap .navbar-end > .navbar-item, + .navbar.is-bootstrap .navbar-end .navbar-link { + color: white; + } + .navbar.is-bootstrap .navbar-start > a.navbar-item:focus, .navbar.is-bootstrap .navbar-start > a.navbar-item:hover, .navbar.is-bootstrap .navbar-start > a.navbar-item.is-active, + .navbar.is-bootstrap .navbar-start .navbar-link:focus, + .navbar.is-bootstrap .navbar-start .navbar-link:hover, + .navbar.is-bootstrap .navbar-start .navbar-link.is-active, + .navbar.is-bootstrap .navbar-end > a.navbar-item:focus, + .navbar.is-bootstrap .navbar-end > a.navbar-item:hover, + .navbar.is-bootstrap .navbar-end > a.navbar-item.is-active, + .navbar.is-bootstrap .navbar-end .navbar-link:focus, + .navbar.is-bootstrap .navbar-end .navbar-link:hover, + .navbar.is-bootstrap .navbar-end .navbar-link.is-active { + background-color: #634b89; + color: white; + } + .navbar.is-bootstrap .navbar-start .navbar-link::after, + .navbar.is-bootstrap .navbar-end .navbar-link::after { + border-color: white; + } + .navbar.is-bootstrap .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-bootstrap .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-bootstrap .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #634b89; + color: white; + } + .navbar.is-bootstrap .navbar-dropdown a.navbar-item.is-active { + background-color: #6f5499; + color: white; + } +} + +.navbar > .container { + align-items: stretch; + display: flex; + min-height: 3.25rem; + width: 100%; +} + +.navbar.has-shadow { + box-shadow: 0 2px 0 0 whitesmoke; +} + +.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 whitesmoke; +} + +.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-left: auto; +} + +.navbar-burger span { + background-color: currentColor; + display: block; + height: 1px; + left: calc(50% - 8px); + position: absolute; + transform-origin: center; + transition-duration: 86ms; + transition-property: background-color, opacity, transform; + transition-timing-function: ease-out; + width: 16px; +} + +.navbar-burger span:nth-child(1) { + top: calc(50% - 6px); +} + +.navbar-burger span:nth-child(2) { + top: calc(50% - 1px); +} + +.navbar-burger span:nth-child(3) { + top: calc(50% + 4px); +} + +.navbar-burger:hover { + background-color: rgba(0, 0, 0, 0.05); +} + +.navbar-burger.is-active span:nth-child(1) { + transform: translateY(5px) rotate(45deg); +} + +.navbar-burger.is-active span:nth-child(2) { + opacity: 0; +} + +.navbar-burger.is-active span:nth-child(3) { + transform: translateY(-5px) rotate(-45deg); +} + +.navbar-menu { + display: none; +} + +.navbar-item, +.navbar-link { + color: #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, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, +.navbar-link:focus, +.navbar-link:focus-within, +.navbar-link:hover, +.navbar-link.is-active { + background-color: #fafafa; + color: #485fc7; +} + +.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: #485fc7; +} + +.navbar-item.is-tab.is-active { + background-color: transparent; + border-bottom-color: #485fc7; + border-bottom-style: solid; + border-bottom-width: 3px; + color: #485fc7; + padding-bottom: calc(0.5rem - 3px); +} + +.navbar-content { + flex-grow: 1; + flex-shrink: 1; +} + +.navbar-link:not(.is-arrowless) { + padding-right: 2.5em; +} + +.navbar-link:not(.is-arrowless)::after { + border-color: #485fc7; + margin-top: -0.375em; + right: 1.125em; +} + +.navbar-dropdown { + font-size: 0.875rem; + padding-bottom: 0.5rem; + padding-top: 0.5rem; +} + +.navbar-dropdown .navbar-item { + padding-left: 1.5rem; + padding-right: 1.5rem; +} + +.navbar-divider { + background-color: whitesmoke; + border: none; + display: none; + height: 2px; + margin: 0.5rem 0; +} + +@media screen and (max-width: 768px) { + .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: white; + 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: 769px) { + .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: 0.375em; + } + .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active, + .navbar.is-transparent .navbar-link:focus, + .navbar.is-transparent .navbar-link:hover, + .navbar.is-transparent .navbar-link.is-active { + background-color: transparent !important; + } + .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link { + background-color: transparent !important; + } + .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover { + background-color: whitesmoke; + color: #0a0a0a; + } + .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { + background-color: whitesmoke; + color: #485fc7; + } + .navbar-burger { + display: none; + } + .navbar-item, + .navbar-link { + align-items: center; + display: flex; + } + .navbar-item.has-dropdown { + align-items: stretch; + } + .navbar-item.has-dropdown-up .navbar-link::after { + transform: rotate(135deg) translate(0.25em, -0.25em); + } + .navbar-item.has-dropdown-up .navbar-dropdown { + border-bottom: 2px solid #dbdbdb; + border-radius: 6px 6px 0 0; + border-top: none; + bottom: 100%; + box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1); + top: auto; + } + .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown { + display: block; + } + .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed { + opacity: 1; + pointer-events: auto; + transform: translateY(0); + } + .navbar-menu { + flex-grow: 1; + flex-shrink: 0; + } + .navbar-start { + justify-content: flex-start; + margin-right: auto; + } + .navbar-end { + justify-content: flex-end; + margin-left: auto; + } + .navbar-dropdown { + background-color: white; + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 2px solid #dbdbdb; + box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1); + display: none; + font-size: 0.875rem; + left: 0; + min-width: 100%; + position: absolute; + top: 100%; + z-index: 20; + } + .navbar-dropdown .navbar-item { + padding: 0.375rem 1rem; + white-space: nowrap; + } + .navbar-dropdown a.navbar-item { + padding-right: 3rem; + } + .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover { + background-color: whitesmoke; + color: #0a0a0a; + } + .navbar-dropdown a.navbar-item.is-active { + background-color: whitesmoke; + color: #485fc7; + } + .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { + border-radius: 6px; + border-top: none; + box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); + display: block; + opacity: 0; + pointer-events: none; + top: calc(100% + (-4px)); + transform: translateY(-5px); + transition-duration: 86ms; + transition-property: opacity, transform; + } + .navbar-dropdown.is-right { + left: auto; + right: 0; + } + .navbar-divider { + display: block; + } + .navbar > .container .navbar-brand, + .container > .navbar .navbar-brand { + margin-left: -0.75rem; + } + .navbar > .container .navbar-menu, + .container > .navbar .navbar-menu { + margin-right: -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: 9999px; +} + +.pagination.is-rounded .pagination-link { + border-radius: 9999px; +} + +.pagination, +.pagination-list { + align-items: center; + display: flex; + justify-content: center; + text-align: center; +} + +.pagination-previous, +.pagination-next, +.pagination-link, +.pagination-ellipsis { + font-size: 1em; + justify-content: center; + margin: 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: #485fc7; +} + +.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: #485fc7; + border-color: #485fc7; + color: #fff; +} + +.pagination-ellipsis { + color: #b5b5b5; + pointer-events: none; +} + +.pagination-list { + flex-wrap: wrap; +} + +.pagination-list li { + list-style: none; +} + +@media screen and (max-width: 768px) { + .pagination { + flex-wrap: wrap; + } + .pagination-previous, + .pagination-next { + flex-grow: 1; + flex-shrink: 1; + } + .pagination-list li { + flex-grow: 1; + flex-shrink: 1; + } +} + +@media screen and (min-width: 769px), print { + .pagination-list { + flex-grow: 1; + flex-shrink: 1; + justify-content: flex-start; + order: 1; + } + .pagination-previous { + 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: white; + color: #0a0a0a; +} + +.panel.is-white .panel-tabs a.is-active { + border-bottom-color: white; +} + +.panel.is-white .panel-block.is-active .panel-icon { + color: white; +} + +.panel.is-black .panel-heading { + background-color: #0a0a0a; + color: white; +} + +.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: whitesmoke; + color: rgba(0, 0, 0, 0.7); +} + +.panel.is-light .panel-tabs a.is-active { + border-bottom-color: whitesmoke; +} + +.panel.is-light .panel-block.is-active .panel-icon { + color: whitesmoke; +} + +.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: #485fc7; + color: #fff; +} + +.panel.is-link .panel-tabs a.is-active { + border-bottom-color: #485fc7; +} + +.panel.is-link .panel-block.is-active .panel-icon { + color: #485fc7; +} + +.panel.is-info .panel-heading { + background-color: #3e8ed0; + color: #fff; +} + +.panel.is-info .panel-tabs a.is-active { + border-bottom-color: #3e8ed0; +} + +.panel.is-info .panel-block.is-active .panel-icon { + color: #3e8ed0; +} + +.panel.is-success .panel-heading { + background-color: #48c78e; + color: #fff; +} + +.panel.is-success .panel-tabs a.is-active { + border-bottom-color: #48c78e; +} + +.panel.is-success .panel-block.is-active .panel-icon { + color: #48c78e; +} + +.panel.is-warning .panel-heading { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); +} + +.panel.is-warning .panel-tabs a.is-active { + border-bottom-color: #ffe08a; +} + +.panel.is-warning .panel-block.is-active .panel-icon { + color: #ffe08a; +} + +.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.is-expo .panel-heading { + background-color: #ffd257; + color: white; +} + +.panel.is-expo .panel-tabs a.is-active { + border-bottom-color: #ffd257; +} + +.panel.is-expo .panel-block.is-active .panel-icon { + color: #ffd257; +} + +.panel.is-love .panel-heading { + background-color: #f14668; + color: white; +} + +.panel.is-love .panel-tabs a.is-active { + border-bottom-color: #f14668; +} + +.panel.is-love .panel-block.is-active .panel-icon { + color: #f14668; +} + +.panel.is-patreon .panel-heading { + background-color: #f96854; + color: white; +} + +.panel.is-patreon .panel-tabs a.is-active { + border-bottom-color: #f96854; +} + +.panel.is-patreon .panel-block.is-active .panel-icon { + color: #f96854; +} + +.panel.is-rss .panel-heading { + background-color: #f26522; + color: white; +} + +.panel.is-rss .panel-tabs a.is-active { + border-bottom-color: #f26522; +} + +.panel.is-rss .panel-block.is-active .panel-icon { + color: #f26522; +} + +.panel.is-bleeding .panel-heading { + background-color: #abf47c; + color: rgba(0, 0, 0, 0.7); +} + +.panel.is-bleeding .panel-tabs a.is-active { + border-bottom-color: #abf47c; +} + +.panel.is-bleeding .panel-block.is-active .panel-icon { + color: #abf47c; +} + +.panel.is-sass .panel-heading { + background-color: #bf4080; + color: white; +} + +.panel.is-sass .panel-tabs a.is-active { + border-bottom-color: #bf4080; +} + +.panel.is-sass .panel-block.is-active .panel-icon { + color: #bf4080; +} + +.panel.is-amazon .panel-heading { + background-color: #ffd863; + color: rgba(0, 0, 0, 0.7); +} + +.panel.is-amazon .panel-tabs a.is-active { + border-bottom-color: #ffd863; +} + +.panel.is-amazon .panel-block.is-active .panel-icon { + color: #ffd863; +} + +.panel.is-sponsor .panel-heading { + background-color: #ea4aaa; + color: white; +} + +.panel.is-sponsor .panel-tabs a.is-active { + border-bottom-color: #ea4aaa; +} + +.panel.is-sponsor .panel-block.is-active .panel-icon { + color: #ea4aaa; +} + +.panel.is-twitter .panel-heading { + background-color: #55acee; + color: white; +} + +.panel.is-twitter .panel-tabs a.is-active { + border-bottom-color: #55acee; +} + +.panel.is-twitter .panel-block.is-active .panel-icon { + color: #55acee; +} + +.panel.is-videos .panel-heading { + background-color: #48c78e; + color: white; +} + +.panel.is-videos .panel-tabs a.is-active { + border-bottom-color: #48c78e; +} + +.panel.is-videos .panel-block.is-active .panel-icon { + color: #48c78e; +} + +.panel.is-extensions .panel-heading { + background-color: #3e8ed0; + color: white; +} + +.panel.is-extensions .panel-tabs a.is-active { + border-bottom-color: #3e8ed0; +} + +.panel.is-extensions .panel-block.is-active .panel-icon { + color: #3e8ed0; +} + +.panel.is-bootstrap .panel-heading { + background-color: #6f5499; + color: white; +} + +.panel.is-bootstrap .panel-tabs a.is-active { + border-bottom-color: #6f5499; +} + +.panel.is-bootstrap .panel-block.is-active .panel-icon { + color: #6f5499; +} + +.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: #485fc7; +} + +.panel-block { + align-items: center; + color: #363636; + display: flex; + justify-content: flex-start; + padding: 0.5em 0.75em; +} + +.panel-block input[type="checkbox"] { + margin-right: 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: #485fc7; + color: #363636; +} + +.panel-block.is-active .panel-icon { + color: #485fc7; +} + +.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: whitesmoke; +} + +.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; +} + +.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: #485fc7; + color: #485fc7; +} + +.tabs ul { + align-items: center; + border-bottom-color: #dbdbdb; + border-bottom-style: solid; + border-bottom-width: 1px; + display: flex; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; +} + +.tabs ul.is-left { + padding-right: 0.75em; +} + +.tabs ul.is-center { + flex: none; + justify-content: center; + padding-left: 0.75em; + padding-right: 0.75em; +} + +.tabs ul.is-right { + justify-content: flex-end; + padding-left: 0.75em; +} + +.tabs .icon:first-child { + margin-right: 0.5em; +} + +.tabs .icon:last-child { + margin-left: 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.375em 0.375em 0 0; +} + +.tabs.is-boxed a:hover { + background-color: whitesmoke; + border-bottom-color: #dbdbdb; +} + +.tabs.is-boxed li.is-active a { + background-color: white; + 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: whitesmoke; + 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: 0.375em; + border-bottom-left-radius: 0.375em; +} + +.tabs.is-toggle li:last-child a { + border-top-right-radius: 0.375em; + border-bottom-right-radius: 0.375em; +} + +.tabs.is-toggle li.is-active a { + background-color: #485fc7; + border-color: #485fc7; + color: #fff; + z-index: 1; +} + +.tabs.is-toggle ul { + border-bottom: none; +} + +.tabs.is-toggle.is-toggle-rounded li:first-child a { + border-bottom-left-radius: 9999px; + border-top-left-radius: 9999px; + padding-left: 1.25em; +} + +.tabs.is-toggle.is-toggle-rounded li:last-child a { + border-bottom-right-radius: 9999px; + border-top-right-radius: 9999px; + padding-right: 1.25em; +} + +.tabs.is-small { + 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; + width: unset; +} + +.columns.is-mobile > .column.is-full { + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-three-quarters { + flex: none; + width: 75%; +} + +.columns.is-mobile > .column.is-two-thirds { + flex: none; + width: 66.6666%; +} + +.columns.is-mobile > .column.is-half { + flex: none; + width: 50%; +} + +.columns.is-mobile > .column.is-one-third { + flex: none; + width: 33.3333%; +} + +.columns.is-mobile > .column.is-one-quarter { + flex: none; + width: 25%; +} + +.columns.is-mobile > .column.is-one-fifth { + flex: none; + width: 20%; +} + +.columns.is-mobile > .column.is-two-fifths { + flex: none; + width: 40%; +} + +.columns.is-mobile > .column.is-three-fifths { + flex: none; + width: 60%; +} + +.columns.is-mobile > .column.is-four-fifths { + flex: none; + width: 80%; +} + +.columns.is-mobile > .column.is-offset-three-quarters { + margin-left: 75%; +} + +.columns.is-mobile > .column.is-offset-two-thirds { + margin-left: 66.6666%; +} + +.columns.is-mobile > .column.is-offset-half { + margin-left: 50%; +} + +.columns.is-mobile > .column.is-offset-one-third { + margin-left: 33.3333%; +} + +.columns.is-mobile > .column.is-offset-one-quarter { + margin-left: 25%; +} + +.columns.is-mobile > .column.is-offset-one-fifth { + margin-left: 20%; +} + +.columns.is-mobile > .column.is-offset-two-fifths { + margin-left: 40%; +} + +.columns.is-mobile > .column.is-offset-three-fifths { + margin-left: 60%; +} + +.columns.is-mobile > .column.is-offset-four-fifths { + margin-left: 80%; +} + +.columns.is-mobile > .column.is-0 { + flex: none; + width: 0%; +} + +.columns.is-mobile > .column.is-offset-0 { + margin-left: 0%; +} + +.columns.is-mobile > .column.is-1 { + flex: none; + width: 8.33333%; +} + +.columns.is-mobile > .column.is-offset-1 { + margin-left: 8.33333%; +} + +.columns.is-mobile > .column.is-2 { + flex: none; + width: 16.66667%; +} + +.columns.is-mobile > .column.is-offset-2 { + margin-left: 16.66667%; +} + +.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.33333%; +} + +.columns.is-mobile > .column.is-offset-4 { + margin-left: 33.33333%; +} + +.columns.is-mobile > .column.is-5 { + flex: none; + width: 41.66667%; +} + +.columns.is-mobile > .column.is-offset-5 { + margin-left: 41.66667%; +} + +.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.33333%; +} + +.columns.is-mobile > .column.is-offset-7 { + margin-left: 58.33333%; +} + +.columns.is-mobile > .column.is-8 { + flex: none; + width: 66.66667%; +} + +.columns.is-mobile > .column.is-offset-8 { + margin-left: 66.66667%; +} + +.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.33333%; +} + +.columns.is-mobile > .column.is-offset-10 { + margin-left: 83.33333%; +} + +.columns.is-mobile > .column.is-11 { + flex: none; + width: 91.66667%; +} + +.columns.is-mobile > .column.is-offset-11 { + margin-left: 91.66667%; +} + +.columns.is-mobile > .column.is-12 { + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-offset-12 { + margin-left: 100%; +} + +@media screen and (max-width: 768px) { + .column.is-narrow-mobile { + flex: none; + width: unset; + } + .column.is-full-mobile { + flex: none; + width: 100%; + } + .column.is-three-quarters-mobile { + flex: none; + width: 75%; + } + .column.is-two-thirds-mobile { + flex: none; + width: 66.6666%; + } + .column.is-half-mobile { + flex: none; + width: 50%; + } + .column.is-one-third-mobile { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-mobile { + flex: none; + width: 25%; + } + .column.is-one-fifth-mobile { + flex: none; + width: 20%; + } + .column.is-two-fifths-mobile { + flex: none; + width: 40%; + } + .column.is-three-fifths-mobile { + flex: none; + width: 60%; + } + .column.is-four-fifths-mobile { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-mobile { + margin-left: 75%; + } + .column.is-offset-two-thirds-mobile { + margin-left: 66.6666%; + } + .column.is-offset-half-mobile { + margin-left: 50%; + } + .column.is-offset-one-third-mobile { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-mobile { + margin-left: 25%; + } + .column.is-offset-one-fifth-mobile { + margin-left: 20%; + } + .column.is-offset-two-fifths-mobile { + margin-left: 40%; + } + .column.is-offset-three-fifths-mobile { + margin-left: 60%; + } + .column.is-offset-four-fifths-mobile { + margin-left: 80%; + } + .column.is-0-mobile { + flex: none; + width: 0%; + } + .column.is-offset-0-mobile { + margin-left: 0%; + } + .column.is-1-mobile { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-mobile { + margin-left: 8.33333%; + } + .column.is-2-mobile { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-mobile { + margin-left: 16.66667%; + } + .column.is-3-mobile { + flex: none; + width: 25%; + } + .column.is-offset-3-mobile { + margin-left: 25%; + } + .column.is-4-mobile { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-mobile { + margin-left: 33.33333%; + } + .column.is-5-mobile { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-mobile { + margin-left: 41.66667%; + } + .column.is-6-mobile { + flex: none; + width: 50%; + } + .column.is-offset-6-mobile { + margin-left: 50%; + } + .column.is-7-mobile { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-mobile { + margin-left: 58.33333%; + } + .column.is-8-mobile { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-mobile { + margin-left: 66.66667%; + } + .column.is-9-mobile { + flex: none; + width: 75%; + } + .column.is-offset-9-mobile { + margin-left: 75%; + } + .column.is-10-mobile { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-mobile { + margin-left: 83.33333%; + } + .column.is-11-mobile { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-mobile { + margin-left: 91.66667%; + } + .column.is-12-mobile { + flex: none; + width: 100%; + } + .column.is-offset-12-mobile { + margin-left: 100%; + } +} + +@media screen and (min-width: 769px), print { + .column.is-narrow, .column.is-narrow-tablet { + flex: none; + width: unset; + } + .column.is-full, .column.is-full-tablet { + flex: none; + width: 100%; + } + .column.is-three-quarters, .column.is-three-quarters-tablet { + flex: none; + width: 75%; + } + .column.is-two-thirds, .column.is-two-thirds-tablet { + flex: none; + width: 66.6666%; + } + .column.is-half, .column.is-half-tablet { + flex: none; + width: 50%; + } + .column.is-one-third, .column.is-one-third-tablet { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter, .column.is-one-quarter-tablet { + flex: none; + width: 25%; + } + .column.is-one-fifth, .column.is-one-fifth-tablet { + flex: none; + width: 20%; + } + .column.is-two-fifths, .column.is-two-fifths-tablet { + flex: none; + width: 40%; + } + .column.is-three-fifths, .column.is-three-fifths-tablet { + flex: none; + width: 60%; + } + .column.is-four-fifths, .column.is-four-fifths-tablet { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { + margin-left: 75%; + } + .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { + margin-left: 66.6666%; + } + .column.is-offset-half, .column.is-offset-half-tablet { + margin-left: 50%; + } + .column.is-offset-one-third, .column.is-offset-one-third-tablet { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { + margin-left: 25%; + } + .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet { + margin-left: 20%; + } + .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet { + margin-left: 40%; + } + .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet { + margin-left: 60%; + } + .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet { + margin-left: 80%; + } + .column.is-0, .column.is-0-tablet { + flex: none; + width: 0%; + } + .column.is-offset-0, .column.is-offset-0-tablet { + margin-left: 0%; + } + .column.is-1, .column.is-1-tablet { + flex: none; + width: 8.33333%; + } + .column.is-offset-1, .column.is-offset-1-tablet { + margin-left: 8.33333%; + } + .column.is-2, .column.is-2-tablet { + flex: none; + width: 16.66667%; + } + .column.is-offset-2, .column.is-offset-2-tablet { + margin-left: 16.66667%; + } + .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.33333%; + } + .column.is-offset-4, .column.is-offset-4-tablet { + margin-left: 33.33333%; + } + .column.is-5, .column.is-5-tablet { + flex: none; + width: 41.66667%; + } + .column.is-offset-5, .column.is-offset-5-tablet { + margin-left: 41.66667%; + } + .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.33333%; + } + .column.is-offset-7, .column.is-offset-7-tablet { + margin-left: 58.33333%; + } + .column.is-8, .column.is-8-tablet { + flex: none; + width: 66.66667%; + } + .column.is-offset-8, .column.is-offset-8-tablet { + margin-left: 66.66667%; + } + .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.33333%; + } + .column.is-offset-10, .column.is-offset-10-tablet { + margin-left: 83.33333%; + } + .column.is-11, .column.is-11-tablet { + flex: none; + width: 91.66667%; + } + .column.is-offset-11, .column.is-offset-11-tablet { + margin-left: 91.66667%; + } + .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; + width: unset; + } + .column.is-full-touch { + flex: none; + width: 100%; + } + .column.is-three-quarters-touch { + flex: none; + width: 75%; + } + .column.is-two-thirds-touch { + flex: none; + width: 66.6666%; + } + .column.is-half-touch { + flex: none; + width: 50%; + } + .column.is-one-third-touch { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-touch { + flex: none; + width: 25%; + } + .column.is-one-fifth-touch { + flex: none; + width: 20%; + } + .column.is-two-fifths-touch { + flex: none; + width: 40%; + } + .column.is-three-fifths-touch { + flex: none; + width: 60%; + } + .column.is-four-fifths-touch { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-touch { + margin-left: 75%; + } + .column.is-offset-two-thirds-touch { + margin-left: 66.6666%; + } + .column.is-offset-half-touch { + margin-left: 50%; + } + .column.is-offset-one-third-touch { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-touch { + margin-left: 25%; + } + .column.is-offset-one-fifth-touch { + margin-left: 20%; + } + .column.is-offset-two-fifths-touch { + margin-left: 40%; + } + .column.is-offset-three-fifths-touch { + margin-left: 60%; + } + .column.is-offset-four-fifths-touch { + margin-left: 80%; + } + .column.is-0-touch { + flex: none; + width: 0%; + } + .column.is-offset-0-touch { + margin-left: 0%; + } + .column.is-1-touch { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-touch { + margin-left: 8.33333%; + } + .column.is-2-touch { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-touch { + margin-left: 16.66667%; + } + .column.is-3-touch { + flex: none; + width: 25%; + } + .column.is-offset-3-touch { + margin-left: 25%; + } + .column.is-4-touch { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-touch { + margin-left: 33.33333%; + } + .column.is-5-touch { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-touch { + margin-left: 41.66667%; + } + .column.is-6-touch { + flex: none; + width: 50%; + } + .column.is-offset-6-touch { + margin-left: 50%; + } + .column.is-7-touch { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-touch { + margin-left: 58.33333%; + } + .column.is-8-touch { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-touch { + margin-left: 66.66667%; + } + .column.is-9-touch { + flex: none; + width: 75%; + } + .column.is-offset-9-touch { + margin-left: 75%; + } + .column.is-10-touch { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-touch { + margin-left: 83.33333%; + } + .column.is-11-touch { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-touch { + margin-left: 91.66667%; + } + .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; + width: unset; + } + .column.is-full-desktop { + flex: none; + width: 100%; + } + .column.is-three-quarters-desktop { + flex: none; + width: 75%; + } + .column.is-two-thirds-desktop { + flex: none; + width: 66.6666%; + } + .column.is-half-desktop { + flex: none; + width: 50%; + } + .column.is-one-third-desktop { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-desktop { + flex: none; + width: 25%; + } + .column.is-one-fifth-desktop { + flex: none; + width: 20%; + } + .column.is-two-fifths-desktop { + flex: none; + width: 40%; + } + .column.is-three-fifths-desktop { + flex: none; + width: 60%; + } + .column.is-four-fifths-desktop { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-desktop { + margin-left: 75%; + } + .column.is-offset-two-thirds-desktop { + margin-left: 66.6666%; + } + .column.is-offset-half-desktop { + margin-left: 50%; + } + .column.is-offset-one-third-desktop { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-desktop { + margin-left: 25%; + } + .column.is-offset-one-fifth-desktop { + margin-left: 20%; + } + .column.is-offset-two-fifths-desktop { + margin-left: 40%; + } + .column.is-offset-three-fifths-desktop { + margin-left: 60%; + } + .column.is-offset-four-fifths-desktop { + margin-left: 80%; + } + .column.is-0-desktop { + flex: none; + width: 0%; + } + .column.is-offset-0-desktop { + margin-left: 0%; + } + .column.is-1-desktop { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-desktop { + margin-left: 8.33333%; + } + .column.is-2-desktop { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-desktop { + margin-left: 16.66667%; + } + .column.is-3-desktop { + flex: none; + width: 25%; + } + .column.is-offset-3-desktop { + margin-left: 25%; + } + .column.is-4-desktop { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-desktop { + margin-left: 33.33333%; + } + .column.is-5-desktop { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-desktop { + margin-left: 41.66667%; + } + .column.is-6-desktop { + flex: none; + width: 50%; + } + .column.is-offset-6-desktop { + margin-left: 50%; + } + .column.is-7-desktop { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-desktop { + margin-left: 58.33333%; + } + .column.is-8-desktop { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-desktop { + margin-left: 66.66667%; + } + .column.is-9-desktop { + flex: none; + width: 75%; + } + .column.is-offset-9-desktop { + margin-left: 75%; + } + .column.is-10-desktop { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-desktop { + margin-left: 83.33333%; + } + .column.is-11-desktop { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-desktop { + margin-left: 91.66667%; + } + .column.is-12-desktop { + flex: none; + width: 100%; + } + .column.is-offset-12-desktop { + margin-left: 100%; + } +} + +@media screen and (min-width: 1216px) { + .column.is-narrow-widescreen { + flex: none; + width: unset; + } + .column.is-full-widescreen { + flex: none; + width: 100%; + } + .column.is-three-quarters-widescreen { + flex: none; + width: 75%; + } + .column.is-two-thirds-widescreen { + flex: none; + width: 66.6666%; + } + .column.is-half-widescreen { + flex: none; + width: 50%; + } + .column.is-one-third-widescreen { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-widescreen { + flex: none; + width: 25%; + } + .column.is-one-fifth-widescreen { + flex: none; + width: 20%; + } + .column.is-two-fifths-widescreen { + flex: none; + width: 40%; + } + .column.is-three-fifths-widescreen { + flex: none; + width: 60%; + } + .column.is-four-fifths-widescreen { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-widescreen { + margin-left: 75%; + } + .column.is-offset-two-thirds-widescreen { + margin-left: 66.6666%; + } + .column.is-offset-half-widescreen { + margin-left: 50%; + } + .column.is-offset-one-third-widescreen { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-widescreen { + margin-left: 25%; + } + .column.is-offset-one-fifth-widescreen { + margin-left: 20%; + } + .column.is-offset-two-fifths-widescreen { + margin-left: 40%; + } + .column.is-offset-three-fifths-widescreen { + margin-left: 60%; + } + .column.is-offset-four-fifths-widescreen { + margin-left: 80%; + } + .column.is-0-widescreen { + flex: none; + width: 0%; + } + .column.is-offset-0-widescreen { + margin-left: 0%; + } + .column.is-1-widescreen { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-widescreen { + margin-left: 8.33333%; + } + .column.is-2-widescreen { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-widescreen { + margin-left: 16.66667%; + } + .column.is-3-widescreen { + flex: none; + width: 25%; + } + .column.is-offset-3-widescreen { + margin-left: 25%; + } + .column.is-4-widescreen { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-widescreen { + margin-left: 33.33333%; + } + .column.is-5-widescreen { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-widescreen { + margin-left: 41.66667%; + } + .column.is-6-widescreen { + flex: none; + width: 50%; + } + .column.is-offset-6-widescreen { + margin-left: 50%; + } + .column.is-7-widescreen { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-widescreen { + margin-left: 58.33333%; + } + .column.is-8-widescreen { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-widescreen { + margin-left: 66.66667%; + } + .column.is-9-widescreen { + flex: none; + width: 75%; + } + .column.is-offset-9-widescreen { + margin-left: 75%; + } + .column.is-10-widescreen { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-widescreen { + margin-left: 83.33333%; + } + .column.is-11-widescreen { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-widescreen { + margin-left: 91.66667%; + } + .column.is-12-widescreen { + flex: none; + width: 100%; + } + .column.is-offset-12-widescreen { + margin-left: 100%; + } +} + +@media screen and (min-width: 1408px) { + .column.is-narrow-fullhd { + flex: none; + width: unset; + } + .column.is-full-fullhd { + flex: none; + width: 100%; + } + .column.is-three-quarters-fullhd { + flex: none; + width: 75%; + } + .column.is-two-thirds-fullhd { + flex: none; + width: 66.6666%; + } + .column.is-half-fullhd { + flex: none; + width: 50%; + } + .column.is-one-third-fullhd { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-fullhd { + flex: none; + width: 25%; + } + .column.is-one-fifth-fullhd { + flex: none; + width: 20%; + } + .column.is-two-fifths-fullhd { + flex: none; + width: 40%; + } + .column.is-three-fifths-fullhd { + flex: none; + width: 60%; + } + .column.is-four-fifths-fullhd { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-fullhd { + margin-left: 75%; + } + .column.is-offset-two-thirds-fullhd { + margin-left: 66.6666%; + } + .column.is-offset-half-fullhd { + margin-left: 50%; + } + .column.is-offset-one-third-fullhd { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-fullhd { + margin-left: 25%; + } + .column.is-offset-one-fifth-fullhd { + margin-left: 20%; + } + .column.is-offset-two-fifths-fullhd { + margin-left: 40%; + } + .column.is-offset-three-fifths-fullhd { + margin-left: 60%; + } + .column.is-offset-four-fifths-fullhd { + margin-left: 80%; + } + .column.is-0-fullhd { + flex: none; + width: 0%; + } + .column.is-offset-0-fullhd { + margin-left: 0%; + } + .column.is-1-fullhd { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-fullhd { + margin-left: 8.33333%; + } + .column.is-2-fullhd { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-fullhd { + margin-left: 16.66667%; + } + .column.is-3-fullhd { + flex: none; + width: 25%; + } + .column.is-offset-3-fullhd { + margin-left: 25%; + } + .column.is-4-fullhd { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-fullhd { + margin-left: 33.33333%; + } + .column.is-5-fullhd { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-fullhd { + margin-left: 41.66667%; + } + .column.is-6-fullhd { + flex: none; + width: 50%; + } + .column.is-offset-6-fullhd { + margin-left: 50%; + } + .column.is-7-fullhd { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-fullhd { + margin-left: 58.33333%; + } + .column.is-8-fullhd { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-fullhd { + margin-left: 66.66667%; + } + .column.is-9-fullhd { flex: none; width: 75%; } - .column.is-two-thirds-touch { - flex: none; - width: 66.6666%; + .column.is-offset-9-fullhd { + margin-left: 75%; + } + .column.is-10-fullhd { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-fullhd { + margin-left: 83.33333%; + } + .column.is-11-fullhd { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-fullhd { + margin-left: 91.66667%; + } + .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; } - .column.is-half-touch { - flex: none; - width: 50%; +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-7-tablet { + --columnGap: 1.75rem; } - .column.is-one-third-touch { - flex: none; - width: 33.3333%; +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-7-tablet-only { + --columnGap: 1.75rem; } - .column.is-one-quarter-touch { - flex: none; - width: 25%; +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-7-touch { + --columnGap: 1.75rem; } - .column.is-one-fifth-touch { - flex: none; - width: 20%; +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-7-desktop { + --columnGap: 1.75rem; } - .column.is-two-fifths-touch { - flex: none; - width: 40%; +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-7-desktop-only { + --columnGap: 1.75rem; } - .column.is-three-fifths-touch { - flex: none; - width: 60%; +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-7-widescreen { + --columnGap: 1.75rem; } - .column.is-four-fifths-touch { - flex: none; - width: 80%; +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-7-widescreen-only { + --columnGap: 1.75rem; } - .column.is-offset-three-quarters-touch { - margin-left: 75%; +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-7-fullhd { + --columnGap: 1.75rem; } - .column.is-offset-two-thirds-touch { - margin-left: 66.6666%; +} + +.columns.is-variable.is-8 { + --columnGap: 2rem; +} + +@media screen and (max-width: 768px) { + .columns.is-variable.is-8-mobile { + --columnGap: 2rem; } - .column.is-offset-half-touch { - margin-left: 50%; +} + +@media screen and (min-width: 769px), print { + .columns.is-variable.is-8-tablet { + --columnGap: 2rem; } - .column.is-offset-one-third-touch { - margin-left: 33.3333%; +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-8-tablet-only { + --columnGap: 2rem; } - .column.is-offset-one-quarter-touch { - margin-left: 25%; +} + +@media screen and (max-width: 1023px) { + .columns.is-variable.is-8-touch { + --columnGap: 2rem; } - .column.is-offset-one-fifth-touch { - margin-left: 20%; +} + +@media screen and (min-width: 1024px) { + .columns.is-variable.is-8-desktop { + --columnGap: 2rem; } - .column.is-offset-two-fifths-touch { - margin-left: 40%; +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-8-desktop-only { + --columnGap: 2rem; } - .column.is-offset-three-fifths-touch { - margin-left: 60%; +} + +@media screen and (min-width: 1216px) { + .columns.is-variable.is-8-widescreen { + --columnGap: 2rem; } - .column.is-offset-four-fifths-touch { - margin-left: 80%; +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-8-widescreen-only { + --columnGap: 2rem; } - .column.is-0-touch { - flex: none; - width: 0%; +} + +@media screen and (min-width: 1408px) { + .columns.is-variable.is-8-fullhd { + --columnGap: 2rem; } - .column.is-offset-0-touch { - margin-left: 0%; +} + +.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; } - .column.is-1-touch { + .tile.is-1 { flex: none; width: 8.33333%; } - .column.is-offset-1-touch { - margin-left: 8.33333%; - } - .column.is-2-touch { + .tile.is-2 { flex: none; width: 16.66667%; } - .column.is-offset-2-touch { - margin-left: 16.66667%; - } - .column.is-3-touch { + .tile.is-3 { flex: none; width: 25%; } - .column.is-offset-3-touch { - margin-left: 25%; - } - .column.is-4-touch { + .tile.is-4 { flex: none; width: 33.33333%; } - .column.is-offset-4-touch { - margin-left: 33.33333%; - } - .column.is-5-touch { + .tile.is-5 { flex: none; width: 41.66667%; } - .column.is-offset-5-touch { - margin-left: 41.66667%; - } - .column.is-6-touch { + .tile.is-6 { flex: none; width: 50%; } - .column.is-offset-6-touch { - margin-left: 50%; - } - .column.is-7-touch { + .tile.is-7 { flex: none; width: 58.33333%; } - .column.is-offset-7-touch { - margin-left: 58.33333%; - } - .column.is-8-touch { + .tile.is-8 { flex: none; width: 66.66667%; } - .column.is-offset-8-touch { - margin-left: 66.66667%; - } - .column.is-9-touch { + .tile.is-9 { flex: none; width: 75%; } - .column.is-offset-9-touch { - margin-left: 75%; - } - .column.is-10-touch { + .tile.is-10 { flex: none; width: 83.33333%; } - .column.is-offset-10-touch { - margin-left: 83.33333%; - } - .column.is-11-touch { + .tile.is-11 { flex: none; width: 91.66667%; } - .column.is-offset-11-touch { - margin-left: 91.66667%; - } - .column.is-12-touch { + .tile.is-12 { flex: none; width: 100%; } - .column.is-offset-12-touch { - margin-left: 100%; - } } -@media screen and (min-width: 1024px) { - .column.is-narrow-desktop { - flex: none; - width: unset; - } - .column.is-full-desktop { - flex: none; - width: 100%; - } - .column.is-three-quarters-desktop { - flex: none; - width: 75%; - } - .column.is-two-thirds-desktop { - flex: none; - width: 66.6666%; - } - .column.is-half-desktop { - flex: none; - width: 50%; - } - .column.is-one-third-desktop { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-desktop { - flex: none; - width: 25%; - } - .column.is-one-fifth-desktop { - flex: none; - width: 20%; - } - .column.is-two-fifths-desktop { - flex: none; - width: 40%; - } - .column.is-three-fifths-desktop { - flex: none; - width: 60%; - } - .column.is-four-fifths-desktop { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-desktop { - margin-left: 75%; - } - .column.is-offset-two-thirds-desktop { - margin-left: 66.6666%; - } - .column.is-offset-half-desktop { - margin-left: 50%; - } - .column.is-offset-one-third-desktop { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-desktop { - margin-left: 25%; - } - .column.is-offset-one-fifth-desktop { - margin-left: 20%; - } - .column.is-offset-two-fifths-desktop { - margin-left: 40%; - } - .column.is-offset-three-fifths-desktop { - margin-left: 60%; - } - .column.is-offset-four-fifths-desktop { - margin-left: 80%; - } - .column.is-0-desktop { - flex: none; - width: 0%; - } - .column.is-offset-0-desktop { - margin-left: 0%; - } - .column.is-1-desktop { - flex: none; - width: 8.33333%; - } - .column.is-offset-1-desktop { - margin-left: 8.33333%; - } - .column.is-2-desktop { - flex: none; - width: 16.66667%; - } - .column.is-offset-2-desktop { - margin-left: 16.66667%; - } - .column.is-3-desktop { - flex: none; - width: 25%; - } - .column.is-offset-3-desktop { - margin-left: 25%; - } - .column.is-4-desktop { - flex: none; - width: 33.33333%; - } - .column.is-offset-4-desktop { - margin-left: 33.33333%; - } - .column.is-5-desktop { - flex: none; - width: 41.66667%; - } - .column.is-offset-5-desktop { - margin-left: 41.66667%; - } - .column.is-6-desktop { - flex: none; - width: 50%; - } - .column.is-offset-6-desktop { - margin-left: 50%; - } - .column.is-7-desktop { - flex: none; - width: 58.33333%; - } - .column.is-offset-7-desktop { - margin-left: 58.33333%; - } - .column.is-8-desktop { - flex: none; - width: 66.66667%; - } - .column.is-offset-8-desktop { - margin-left: 66.66667%; - } - .column.is-9-desktop { - flex: none; - width: 75%; - } - .column.is-offset-9-desktop { - margin-left: 75%; - } - .column.is-10-desktop { - flex: none; - width: 83.33333%; - } - .column.is-offset-10-desktop { - margin-left: 83.33333%; - } - .column.is-11-desktop { - flex: none; - width: 91.66667%; - } - .column.is-offset-11-desktop { - margin-left: 91.66667%; - } - .column.is-12-desktop { - flex: none; - width: 100%; - } - .column.is-offset-12-desktop { - margin-left: 100%; - } +/* Bulma Helpers */ +.has-text-white { + color: white !important; +} + +a.has-text-white:hover, a.has-text-white:focus { + color: #e6e6e6 !important; +} + +.has-background-white { + background-color: white !important; +} + +.has-text-black { + color: #0a0a0a !important; +} + +a.has-text-black:hover, a.has-text-black:focus { + color: black !important; +} + +.has-background-black { + background-color: #0a0a0a !important; +} + +.has-text-light { + color: whitesmoke !important; +} + +a.has-text-light:hover, a.has-text-light:focus { + color: #dbdbdb !important; +} + +.has-background-light { + background-color: whitesmoke !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: #485fc7 !important; +} + +a.has-text-link:hover, a.has-text-link:focus { + color: #3449a8 !important; +} + +.has-background-link { + background-color: #485fc7 !important; +} + +.has-text-link-light { + color: #eff1fa !important; +} + +a.has-text-link-light:hover, a.has-text-link-light:focus { + color: #c8cfee !important; +} + +.has-background-link-light { + background-color: #eff1fa !important; +} + +.has-text-link-dark { + color: #3850b7 !important; +} + +a.has-text-link-dark:hover, a.has-text-link-dark:focus { + color: #576dcb !important; +} + +.has-background-link-dark { + background-color: #3850b7 !important; +} + +.has-text-info { + color: #3e8ed0 !important; +} + +a.has-text-info:hover, a.has-text-info:focus { + color: #2b74b1 !important; +} + +.has-background-info { + background-color: #3e8ed0 !important; +} + +.has-text-info-light { + color: #eff5fb !important; +} + +a.has-text-info-light:hover, a.has-text-info-light:focus { + color: #c6ddf1 !important; +} + +.has-background-info-light { + background-color: #eff5fb !important; +} + +.has-text-info-dark { + color: #296fa8 !important; +} + +a.has-text-info-dark:hover, a.has-text-info-dark:focus { + color: #368ace !important; +} + +.has-background-info-dark { + background-color: #296fa8 !important; +} + +.has-text-success { + color: #48c78e !important; +} + +a.has-text-success:hover, a.has-text-success:focus { + color: #34a873 !important; +} + +.has-background-success { + background-color: #48c78e !important; +} + +.has-text-success-light { + color: #effaf5 !important; +} + +a.has-text-success-light:hover, a.has-text-success-light:focus { + color: #c8eedd !important; +} + +.has-background-success-light { + background-color: #effaf5 !important; +} + +.has-text-success-dark { + color: #257953 !important; +} + +a.has-text-success-dark:hover, a.has-text-success-dark:focus { + color: #31a06e !important; +} + +.has-background-success-dark { + background-color: #257953 !important; +} + +.has-text-warning { + color: #ffe08a !important; +} + +a.has-text-warning:hover, a.has-text-warning:focus { + color: #ffd257 !important; +} + +.has-background-warning { + background-color: #ffe08a !important; +} + +.has-text-warning-light { + color: #fffaeb !important; +} + +a.has-text-warning-light:hover, a.has-text-warning-light:focus { + color: #ffecb8 !important; +} + +.has-background-warning-light { + background-color: #fffaeb !important; +} + +.has-text-warning-dark { + color: #946c00 !important; +} + +a.has-text-warning-dark:hover, a.has-text-warning-dark:focus { + color: #c79200 !important; +} + +.has-background-warning-dark { + background-color: #946c00 !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-expo { + color: #ffd257 !important; +} + +a.has-text-expo:hover, a.has-text-expo:focus { + color: #ffc424 !important; +} + +.has-background-expo { + background-color: #ffd257 !important; +} + +.has-text-expo-light { + color: #fffaeb !important; +} + +a.has-text-expo-light:hover, a.has-text-expo-light:focus { + color: #ffecb8 !important; +} + +.has-background-expo-light { + background-color: #fffaeb !important; +} + +.has-text-expo-dark { + color: #946c00 !important; +} + +a.has-text-expo-dark:hover, a.has-text-expo-dark:focus { + color: #c79200 !important; +} + +.has-background-expo-dark { + background-color: #946c00 !important; +} + +.has-text-love { + color: #f14668 !important; +} + +a.has-text-love:hover, a.has-text-love:focus { + color: #ee1742 !important; +} + +.has-background-love { + background-color: #f14668 !important; +} + +.has-text-love-light { + color: #feecf0 !important; +} + +a.has-text-love-light:hover, a.has-text-love-light:focus { + color: #fabdc9 !important; +} + +.has-background-love-light { + background-color: #feecf0 !important; +} + +.has-text-love-dark { + color: #cc0f35 !important; +} + +a.has-text-love-dark:hover, a.has-text-love-dark:focus { + color: #ee2049 !important; +} + +.has-background-love-dark { + background-color: #cc0f35 !important; +} + +.has-text-patreon { + color: #f96854 !important; +} + +a.has-text-patreon:hover, a.has-text-patreon:focus { + color: #f73c23 !important; +} + +.has-background-patreon { + background-color: #f96854 !important; +} + +.has-text-patreon-light { + color: #feeeeb !important; +} + +a.has-text-patreon-light:hover, a.has-text-patreon-light:focus { + color: #fdc2ba !important; +} + +.has-background-patreon-light { + background-color: #feeeeb !important; +} + +.has-text-patreon-dark { + color: #c01d07 !important; +} + +a.has-text-patreon-dark:hover, a.has-text-patreon-dark:focus { + color: #f12508 !important; +} + +.has-background-patreon-dark { + background-color: #c01d07 !important; +} + +.has-text-rss { + color: #f26522 !important; +} + +a.has-text-rss:hover, a.has-text-rss:focus { + color: #d54d0d !important; +} + +.has-background-rss { + background-color: #f26522 !important; +} + +.has-text-rss-light { + color: #fef2ec !important; +} + +a.has-text-rss-light:hover, a.has-text-rss-light:focus { + color: #fbd0bc !important; +} + +.has-background-rss-light { + background-color: #fef2ec !important; +} + +.has-text-rss-dark { + color: #c1460b !important; +} + +a.has-text-rss-dark:hover, a.has-text-rss-dark:focus { + color: #f1570e !important; +} + +.has-background-rss-dark { + background-color: #c1460b !important; +} + +.has-text-bleeding { + color: #abf47c !important; +} + +a.has-text-bleeding:hover, a.has-text-bleeding:focus { + color: #8df04d !important; +} + +.has-background-bleeding { + background-color: #abf47c !important; +} + +.has-text-bleeding-light { + color: #f3fdec !important; +} + +a.has-text-bleeding-light:hover, a.has-text-bleeding-light:focus { + color: #d5f9bd !important; +} + +.has-background-bleeding-light { + background-color: #f3fdec !important; +} + +.has-text-bleeding-dark { + color: #3c880b !important; +} + +a.has-text-bleeding-dark:hover, a.has-text-bleeding-dark:focus { + color: #51b70f !important; +} + +.has-background-bleeding-dark { + background-color: #3c880b !important; +} + +.has-text-sass { + color: #bf4080 !important; +} + +a.has-text-sass:hover, a.has-text-sass:focus { + color: #993366 !important; +} + +.has-background-sass { + background-color: #bf4080 !important; +} + +.has-text-sass-light { + color: #faf0f5 !important; +} + +a.has-text-sass-light:hover, a.has-text-sass-light:focus { + color: #edcadb !important; +} + +.has-background-sass-light { + background-color: #faf0f5 !important; +} + +.has-text-sass-dark { + color: #b03b76 !important; +} + +a.has-text-sass-dark:hover, a.has-text-sass-dark:focus { + color: #c7578f !important; +} + +.has-background-sass-dark { + background-color: #b03b76 !important; +} + +.has-text-amazon { + color: #ffd863 !important; +} + +a.has-text-amazon:hover, a.has-text-amazon:focus { + color: #ffcb30 !important; +} + +.has-background-amazon { + background-color: #ffd863 !important; +} + +.has-text-amazon-light { + color: #fffaeb !important; +} + +a.has-text-amazon-light:hover, a.has-text-amazon-light:focus { + color: #ffedb8 !important; +} + +.has-background-amazon-light { + background-color: #fffaeb !important; } -@media screen and (min-width: 1216px) { - .column.is-narrow-widescreen { - flex: none; - width: unset; - } - .column.is-full-widescreen { - flex: none; - width: 100%; - } - .column.is-three-quarters-widescreen { - flex: none; - width: 75%; - } - .column.is-two-thirds-widescreen { - flex: none; - width: 66.6666%; - } - .column.is-half-widescreen { - flex: none; - width: 50%; - } - .column.is-one-third-widescreen { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-widescreen { - flex: none; - width: 25%; - } - .column.is-one-fifth-widescreen { - flex: none; - width: 20%; - } - .column.is-two-fifths-widescreen { - flex: none; - width: 40%; - } - .column.is-three-fifths-widescreen { - flex: none; - width: 60%; - } - .column.is-four-fifths-widescreen { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-widescreen { - margin-left: 75%; - } - .column.is-offset-two-thirds-widescreen { - margin-left: 66.6666%; - } - .column.is-offset-half-widescreen { - margin-left: 50%; - } - .column.is-offset-one-third-widescreen { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-widescreen { - margin-left: 25%; - } - .column.is-offset-one-fifth-widescreen { - margin-left: 20%; - } - .column.is-offset-two-fifths-widescreen { - margin-left: 40%; - } - .column.is-offset-three-fifths-widescreen { - margin-left: 60%; - } - .column.is-offset-four-fifths-widescreen { - margin-left: 80%; - } - .column.is-0-widescreen { - flex: none; - width: 0%; - } - .column.is-offset-0-widescreen { - margin-left: 0%; - } - .column.is-1-widescreen { - flex: none; - width: 8.33333%; - } - .column.is-offset-1-widescreen { - margin-left: 8.33333%; - } - .column.is-2-widescreen { - flex: none; - width: 16.66667%; - } - .column.is-offset-2-widescreen { - margin-left: 16.66667%; - } - .column.is-3-widescreen { - flex: none; - width: 25%; - } - .column.is-offset-3-widescreen { - margin-left: 25%; - } - .column.is-4-widescreen { - flex: none; - width: 33.33333%; - } - .column.is-offset-4-widescreen { - margin-left: 33.33333%; - } - .column.is-5-widescreen { - flex: none; - width: 41.66667%; - } - .column.is-offset-5-widescreen { - margin-left: 41.66667%; - } - .column.is-6-widescreen { - flex: none; - width: 50%; - } - .column.is-offset-6-widescreen { - margin-left: 50%; - } - .column.is-7-widescreen { - flex: none; - width: 58.33333%; - } - .column.is-offset-7-widescreen { - margin-left: 58.33333%; - } - .column.is-8-widescreen { - flex: none; - width: 66.66667%; - } - .column.is-offset-8-widescreen { - margin-left: 66.66667%; - } - .column.is-9-widescreen { - flex: none; - width: 75%; - } - .column.is-offset-9-widescreen { - margin-left: 75%; - } - .column.is-10-widescreen { - flex: none; - width: 83.33333%; - } - .column.is-offset-10-widescreen { - margin-left: 83.33333%; - } - .column.is-11-widescreen { - flex: none; - width: 91.66667%; - } - .column.is-offset-11-widescreen { - margin-left: 91.66667%; - } - .column.is-12-widescreen { - flex: none; - width: 100%; - } - .column.is-offset-12-widescreen { - margin-left: 100%; - } +.has-text-amazon-dark { + color: #946f00 !important; +} + +a.has-text-amazon-dark:hover, a.has-text-amazon-dark:focus { + color: #c79500 !important; +} + +.has-background-amazon-dark { + background-color: #946f00 !important; +} + +.has-text-sponsor { + color: #ea4aaa !important; +} + +a.has-text-sponsor:hover, a.has-text-sponsor:focus { + color: #e51c95 !important; +} + +.has-background-sponsor { + background-color: #ea4aaa !important; +} + +.has-text-sponsor-light { + color: #fdedf6 !important; +} + +a.has-text-sponsor-light:hover, a.has-text-sponsor-light:focus { + color: #f8bfe1 !important; +} + +.has-background-sponsor-light { + background-color: #fdedf6 !important; +} + +.has-text-sponsor-dark { + color: #c0167c !important; +} + +a.has-text-sponsor-dark:hover, a.has-text-sponsor-dark:focus { + color: #e62498 !important; +} + +.has-background-sponsor-dark { + background-color: #c0167c !important; +} + +.has-text-twitter { + color: #55acee !important; +} + +a.has-text-twitter:hover, a.has-text-twitter:focus { + color: #2795e9 !important; +} + +.has-background-twitter { + background-color: #55acee !important; +} + +.has-text-twitter-light { + color: #ecf6fd !important; +} + +a.has-text-twitter-light:hover, a.has-text-twitter-light:focus { + color: #bedff9 !important; +} + +.has-background-twitter-light { + background-color: #ecf6fd !important; +} + +.has-text-twitter-dark { + color: #10609e !important; +} + +a.has-text-twitter-dark:hover, a.has-text-twitter-dark:focus { + color: #147dcc !important; +} + +.has-background-twitter-dark { + background-color: #10609e !important; +} + +.has-text-videos { + color: #48c78e !important; +} + +a.has-text-videos:hover, a.has-text-videos:focus { + color: #34a873 !important; +} + +.has-background-videos { + background-color: #48c78e !important; +} + +.has-text-videos-light { + color: #effaf5 !important; +} + +a.has-text-videos-light:hover, a.has-text-videos-light:focus { + color: #c8eedd !important; +} + +.has-background-videos-light { + background-color: #effaf5 !important; +} + +.has-text-videos-dark { + color: #257953 !important; +} + +a.has-text-videos-dark:hover, a.has-text-videos-dark:focus { + color: #31a06e !important; +} + +.has-background-videos-dark { + background-color: #257953 !important; +} + +.has-text-extensions { + color: #3e8ed0 !important; +} + +a.has-text-extensions:hover, a.has-text-extensions:focus { + color: #2b74b1 !important; +} + +.has-background-extensions { + background-color: #3e8ed0 !important; +} + +.has-text-extensions-light { + color: #eff5fb !important; +} + +a.has-text-extensions-light:hover, a.has-text-extensions-light:focus { + color: #c6ddf1 !important; +} + +.has-background-extensions-light { + background-color: #eff5fb !important; +} + +.has-text-extensions-dark { + color: #296fa8 !important; +} + +a.has-text-extensions-dark:hover, a.has-text-extensions-dark:focus { + color: #368ace !important; +} + +.has-background-extensions-dark { + background-color: #296fa8 !important; +} + +.has-text-bootstrap { + color: #6f5499 !important; +} + +a.has-text-bootstrap:hover, a.has-text-bootstrap:focus { + color: #574278 !important; +} + +.has-background-bootstrap { + background-color: #6f5499 !important; +} + +.has-text-bootstrap-light { + color: #f4f2f8 !important; +} + +a.has-text-bootstrap-light:hover, a.has-text-bootstrap-light:focus { + color: #d9d1e6 !important; +} + +.has-background-bootstrap-light { + background-color: #f4f2f8 !important; +} + +.has-text-bootstrap-dark { + color: #73579e !important; +} + +a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus { + color: #8d75b3 !important; } -@media screen and (min-width: 1408px) { - .column.is-narrow-fullhd { - flex: none; - width: unset; - } - .column.is-full-fullhd { - flex: none; - width: 100%; - } - .column.is-three-quarters-fullhd { - flex: none; - width: 75%; - } - .column.is-two-thirds-fullhd { - flex: none; - width: 66.6666%; - } - .column.is-half-fullhd { - flex: none; - width: 50%; - } - .column.is-one-third-fullhd { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-fullhd { - flex: none; - width: 25%; - } - .column.is-one-fifth-fullhd { - flex: none; - width: 20%; - } - .column.is-two-fifths-fullhd { - flex: none; - width: 40%; - } - .column.is-three-fifths-fullhd { - flex: none; - width: 60%; - } - .column.is-four-fifths-fullhd { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-fullhd { - margin-left: 75%; - } - .column.is-offset-two-thirds-fullhd { - margin-left: 66.6666%; - } - .column.is-offset-half-fullhd { - margin-left: 50%; - } - .column.is-offset-one-third-fullhd { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-fullhd { - margin-left: 25%; - } - .column.is-offset-one-fifth-fullhd { - margin-left: 20%; - } - .column.is-offset-two-fifths-fullhd { - margin-left: 40%; - } - .column.is-offset-three-fifths-fullhd { - margin-left: 60%; - } - .column.is-offset-four-fifths-fullhd { - margin-left: 80%; - } - .column.is-0-fullhd { - flex: none; - width: 0%; - } - .column.is-offset-0-fullhd { - margin-left: 0%; - } - .column.is-1-fullhd { - flex: none; - width: 8.33333%; - } - .column.is-offset-1-fullhd { - margin-left: 8.33333%; - } - .column.is-2-fullhd { - flex: none; - width: 16.66667%; - } - .column.is-offset-2-fullhd { - margin-left: 16.66667%; - } - .column.is-3-fullhd { - flex: none; - width: 25%; - } - .column.is-offset-3-fullhd { - margin-left: 25%; - } - .column.is-4-fullhd { - flex: none; - width: 33.33333%; - } - .column.is-offset-4-fullhd { - margin-left: 33.33333%; - } - .column.is-5-fullhd { - flex: none; - width: 41.66667%; - } - .column.is-offset-5-fullhd { - margin-left: 41.66667%; - } - .column.is-6-fullhd { - flex: none; - width: 50%; - } - .column.is-offset-6-fullhd { - margin-left: 50%; - } - .column.is-7-fullhd { - flex: none; - width: 58.33333%; - } - .column.is-offset-7-fullhd { - margin-left: 58.33333%; - } - .column.is-8-fullhd { - flex: none; - width: 66.66667%; - } - .column.is-offset-8-fullhd { - margin-left: 66.66667%; - } - .column.is-9-fullhd { - flex: none; - width: 75%; - } - .column.is-offset-9-fullhd { - margin-left: 75%; - } - .column.is-10-fullhd { - flex: none; - width: 83.33333%; - } - .column.is-offset-10-fullhd { - margin-left: 83.33333%; - } - .column.is-11-fullhd { - flex: none; - width: 91.66667%; - } - .column.is-offset-11-fullhd { - margin-left: 91.66667%; - } - .column.is-12-fullhd { - flex: none; - width: 100%; - } - .column.is-offset-12-fullhd { - margin-left: 100%; - } +.has-background-bootstrap-dark { + background-color: #73579e !important; } -.columns { - margin-left: -0.75rem; - margin-right: -0.75rem; - margin-top: -0.75rem; +.has-text-black-bis { + color: #121212 !important; } -.columns:last-child { - margin-bottom: -0.75rem; +.has-background-black-bis { + background-color: #121212 !important; } -.columns:not(:last-child) { - margin-bottom: calc(1.5rem - 0.75rem); +.has-text-black-ter { + color: #242424 !important; } -.columns.is-centered { - justify-content: center; +.has-background-black-ter { + background-color: #242424 !important; } -.columns.is-gapless { - margin-left: 0; - margin-right: 0; - margin-top: 0; +.has-text-grey-darker { + color: #363636 !important; } -.columns.is-gapless > .column { - margin: 0; - padding: 0 !important; +.has-background-grey-darker { + background-color: #363636 !important; } -.columns.is-gapless:not(:last-child) { - margin-bottom: 1.5rem; +.has-text-grey-dark { + color: #4a4a4a !important; } -.columns.is-gapless:last-child { - margin-bottom: 0; +.has-background-grey-dark { + background-color: #4a4a4a !important; } -.columns.is-mobile { - display: flex; +.has-text-grey { + color: #7a7a7a !important; } -.columns.is-multiline { - flex-wrap: wrap; +.has-background-grey { + background-color: #7a7a7a !important; } -.columns.is-vcentered { - align-items: center; +.has-text-grey-light { + color: #b5b5b5 !important; } -@media screen and (min-width: 769px), print { - .columns:not(.is-desktop) { - display: flex; - } +.has-background-grey-light { + background-color: #b5b5b5 !important; } -@media screen and (min-width: 1024px) { - .columns.is-desktop { - display: flex; - } +.has-text-grey-lighter { + color: #dbdbdb !important; } -.columns.is-variable { - --columnGap: 0.75rem; - margin-left: calc(-1 * var(--columnGap)); - margin-right: calc(-1 * var(--columnGap)); +.has-background-grey-lighter { + background-color: #dbdbdb !important; } -.columns.is-variable > .column { - padding-left: var(--columnGap); - padding-right: var(--columnGap); +.has-text-white-ter { + color: whitesmoke !important; } -.columns.is-variable.is-0 { - --columnGap: 0rem; +.has-background-white-ter { + background-color: whitesmoke !important; } -@media screen and (max-width: 768px) { - .columns.is-variable.is-0-mobile { - --columnGap: 0rem; - } +.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; } -@media screen and (min-width: 769px), print { - .columns.is-variable.is-0-tablet { - --columnGap: 0rem; - } +.is-flex-direction-column { + flex-direction: column !important; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-0-tablet-only { - --columnGap: 0rem; - } +.is-flex-direction-column-reverse { + flex-direction: column-reverse !important; } -@media screen and (max-width: 1023px) { - .columns.is-variable.is-0-touch { - --columnGap: 0rem; - } +.is-flex-wrap-nowrap { + flex-wrap: nowrap !important; } -@media screen and (min-width: 1024px) { - .columns.is-variable.is-0-desktop { - --columnGap: 0rem; - } +.is-flex-wrap-wrap { + flex-wrap: wrap !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-0-desktop-only { - --columnGap: 0rem; - } +.is-flex-wrap-wrap-reverse { + flex-wrap: wrap-reverse !important; } -@media screen and (min-width: 1216px) { - .columns.is-variable.is-0-widescreen { - --columnGap: 0rem; - } +.is-justify-content-flex-start { + justify-content: flex-start !important; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-0-widescreen-only { - --columnGap: 0rem; - } +.is-justify-content-flex-end { + justify-content: flex-end !important; } -@media screen and (min-width: 1408px) { - .columns.is-variable.is-0-fullhd { - --columnGap: 0rem; - } +.is-justify-content-center { + justify-content: center !important; } -.columns.is-variable.is-1 { - --columnGap: 0.25rem; +.is-justify-content-space-between { + justify-content: space-between !important; } -@media screen and (max-width: 768px) { - .columns.is-variable.is-1-mobile { - --columnGap: 0.25rem; - } +.is-justify-content-space-around { + justify-content: space-around !important; } -@media screen and (min-width: 769px), print { - .columns.is-variable.is-1-tablet { - --columnGap: 0.25rem; - } +.is-justify-content-space-evenly { + justify-content: space-evenly !important; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-1-tablet-only { - --columnGap: 0.25rem; - } +.is-justify-content-start { + justify-content: start !important; } -@media screen and (max-width: 1023px) { - .columns.is-variable.is-1-touch { - --columnGap: 0.25rem; - } +.is-justify-content-end { + justify-content: end !important; } -@media screen and (min-width: 1024px) { - .columns.is-variable.is-1-desktop { - --columnGap: 0.25rem; - } +.is-justify-content-left { + justify-content: left !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-1-desktop-only { - --columnGap: 0.25rem; - } +.is-justify-content-right { + justify-content: right !important; } -@media screen and (min-width: 1216px) { - .columns.is-variable.is-1-widescreen { - --columnGap: 0.25rem; - } +.is-align-content-flex-start { + align-content: flex-start !important; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-1-widescreen-only { - --columnGap: 0.25rem; - } +.is-align-content-flex-end { + align-content: flex-end !important; } -@media screen and (min-width: 1408px) { - .columns.is-variable.is-1-fullhd { - --columnGap: 0.25rem; - } +.is-align-content-center { + align-content: center !important; } -.columns.is-variable.is-2 { - --columnGap: 0.5rem; +.is-align-content-space-between { + align-content: space-between !important; } -@media screen and (max-width: 768px) { - .columns.is-variable.is-2-mobile { - --columnGap: 0.5rem; - } +.is-align-content-space-around { + align-content: space-around !important; } -@media screen and (min-width: 769px), print { - .columns.is-variable.is-2-tablet { - --columnGap: 0.5rem; - } +.is-align-content-space-evenly { + align-content: space-evenly !important; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-2-tablet-only { - --columnGap: 0.5rem; - } +.is-align-content-stretch { + align-content: stretch !important; } -@media screen and (max-width: 1023px) { - .columns.is-variable.is-2-touch { - --columnGap: 0.5rem; - } +.is-align-content-start { + align-content: start !important; } -@media screen and (min-width: 1024px) { - .columns.is-variable.is-2-desktop { - --columnGap: 0.5rem; - } +.is-align-content-end { + align-content: end !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-2-desktop-only { - --columnGap: 0.5rem; - } +.is-align-content-baseline { + align-content: baseline !important; } -@media screen and (min-width: 1216px) { - .columns.is-variable.is-2-widescreen { - --columnGap: 0.5rem; - } +.is-align-items-stretch { + align-items: stretch !important; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-2-widescreen-only { - --columnGap: 0.5rem; - } +.is-align-items-flex-start { + align-items: flex-start !important; } -@media screen and (min-width: 1408px) { - .columns.is-variable.is-2-fullhd { - --columnGap: 0.5rem; - } +.is-align-items-flex-end { + align-items: flex-end !important; } -.columns.is-variable.is-3 { - --columnGap: 0.75rem; +.is-align-items-center { + align-items: center !important; } -@media screen and (max-width: 768px) { - .columns.is-variable.is-3-mobile { - --columnGap: 0.75rem; - } +.is-align-items-baseline { + align-items: baseline !important; } -@media screen and (min-width: 769px), print { - .columns.is-variable.is-3-tablet { - --columnGap: 0.75rem; - } +.is-align-items-start { + align-items: start !important; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-3-tablet-only { - --columnGap: 0.75rem; - } +.is-align-items-end { + align-items: end !important; } -@media screen and (max-width: 1023px) { - .columns.is-variable.is-3-touch { - --columnGap: 0.75rem; - } +.is-align-items-self-start { + align-items: self-start !important; } -@media screen and (min-width: 1024px) { - .columns.is-variable.is-3-desktop { - --columnGap: 0.75rem; - } +.is-align-items-self-end { + align-items: self-end !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-3-desktop-only { - --columnGap: 0.75rem; - } +.is-align-self-auto { + align-self: auto !important; } -@media screen and (min-width: 1216px) { - .columns.is-variable.is-3-widescreen { - --columnGap: 0.75rem; - } +.is-align-self-flex-start { + align-self: flex-start !important; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-3-widescreen-only { - --columnGap: 0.75rem; - } +.is-align-self-flex-end { + align-self: flex-end !important; } -@media screen and (min-width: 1408px) { - .columns.is-variable.is-3-fullhd { - --columnGap: 0.75rem; - } +.is-align-self-center { + align-self: center !important; } -.columns.is-variable.is-4 { - --columnGap: 1rem; +.is-align-self-baseline { + align-self: baseline !important; } -@media screen and (max-width: 768px) { - .columns.is-variable.is-4-mobile { - --columnGap: 1rem; - } +.is-align-self-stretch { + align-self: stretch !important; } -@media screen and (min-width: 769px), print { - .columns.is-variable.is-4-tablet { - --columnGap: 1rem; - } +.is-flex-grow-0 { + flex-grow: 0 !important; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-4-tablet-only { - --columnGap: 1rem; - } +.is-flex-grow-1 { + flex-grow: 1 !important; } -@media screen and (max-width: 1023px) { - .columns.is-variable.is-4-touch { - --columnGap: 1rem; - } +.is-flex-grow-2 { + flex-grow: 2 !important; } -@media screen and (min-width: 1024px) { - .columns.is-variable.is-4-desktop { - --columnGap: 1rem; - } +.is-flex-grow-3 { + flex-grow: 3 !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-4-desktop-only { - --columnGap: 1rem; - } +.is-flex-grow-4 { + flex-grow: 4 !important; } -@media screen and (min-width: 1216px) { - .columns.is-variable.is-4-widescreen { - --columnGap: 1rem; - } +.is-flex-grow-5 { + flex-grow: 5 !important; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-4-widescreen-only { - --columnGap: 1rem; - } +.is-flex-shrink-0 { + flex-shrink: 0 !important; } -@media screen and (min-width: 1408px) { - .columns.is-variable.is-4-fullhd { - --columnGap: 1rem; - } +.is-flex-shrink-1 { + flex-shrink: 1 !important; } -.columns.is-variable.is-5 { - --columnGap: 1.25rem; +.is-flex-shrink-2 { + flex-shrink: 2 !important; } -@media screen and (max-width: 768px) { - .columns.is-variable.is-5-mobile { - --columnGap: 1.25rem; - } +.is-flex-shrink-3 { + flex-shrink: 3 !important; } -@media screen and (min-width: 769px), print { - .columns.is-variable.is-5-tablet { - --columnGap: 1.25rem; - } +.is-flex-shrink-4 { + flex-shrink: 4 !important; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-5-tablet-only { - --columnGap: 1.25rem; - } +.is-flex-shrink-5 { + flex-shrink: 5 !important; } -@media screen and (max-width: 1023px) { - .columns.is-variable.is-5-touch { - --columnGap: 1.25rem; - } +.is-clearfix::after { + clear: both; + content: " "; + display: table; } -@media screen and (min-width: 1024px) { - .columns.is-variable.is-5-desktop { - --columnGap: 1.25rem; - } +.is-pulled-left { + float: left !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-5-desktop-only { - --columnGap: 1.25rem; - } +.is-pulled-right { + float: right !important; } -@media screen and (min-width: 1216px) { - .columns.is-variable.is-5-widescreen { - --columnGap: 1.25rem; - } +.is-radiusless { + border-radius: 0 !important; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-5-widescreen-only { - --columnGap: 1.25rem; - } +.is-shadowless { + box-shadow: none !important; } -@media screen and (min-width: 1408px) { - .columns.is-variable.is-5-fullhd { - --columnGap: 1.25rem; - } +.is-clickable { + cursor: pointer !important; + pointer-events: all !important; } -.columns.is-variable.is-6 { - --columnGap: 1.5rem; +.is-clipped { + overflow: hidden !important; } -@media screen and (max-width: 768px) { - .columns.is-variable.is-6-mobile { - --columnGap: 1.5rem; - } +.is-relative { + position: relative !important; } -@media screen and (min-width: 769px), print { - .columns.is-variable.is-6-tablet { - --columnGap: 1.5rem; - } +.is-marginless { + margin: 0 !important; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-6-tablet-only { - --columnGap: 1.5rem; - } +.is-paddingless { + padding: 0 !important; } -@media screen and (max-width: 1023px) { - .columns.is-variable.is-6-touch { - --columnGap: 1.5rem; - } +.m-0 { + margin: 0 !important; } -@media screen and (min-width: 1024px) { - .columns.is-variable.is-6-desktop { - --columnGap: 1.5rem; - } +.mt-0 { + margin-top: 0 !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-6-desktop-only { - --columnGap: 1.5rem; - } +.mr-0 { + margin-right: 0 !important; } -@media screen and (min-width: 1216px) { - .columns.is-variable.is-6-widescreen { - --columnGap: 1.5rem; - } +.mb-0 { + margin-bottom: 0 !important; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-6-widescreen-only { - --columnGap: 1.5rem; - } +.ml-0 { + margin-left: 0 !important; } -@media screen and (min-width: 1408px) { - .columns.is-variable.is-6-fullhd { - --columnGap: 1.5rem; - } +.mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; } -.columns.is-variable.is-7 { - --columnGap: 1.75rem; +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } -@media screen and (max-width: 768px) { - .columns.is-variable.is-7-mobile { - --columnGap: 1.75rem; - } +.m-1 { + margin: 0.25rem !important; } -@media screen and (min-width: 769px), print { - .columns.is-variable.is-7-tablet { - --columnGap: 1.75rem; - } +.mt-1 { + margin-top: 0.25rem !important; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-7-tablet-only { - --columnGap: 1.75rem; - } +.mr-1 { + margin-right: 0.25rem !important; } -@media screen and (max-width: 1023px) { - .columns.is-variable.is-7-touch { - --columnGap: 1.75rem; - } +.mb-1 { + margin-bottom: 0.25rem !important; } -@media screen and (min-width: 1024px) { - .columns.is-variable.is-7-desktop { - --columnGap: 1.75rem; - } +.ml-1 { + margin-left: 0.25rem !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-7-desktop-only { - --columnGap: 1.75rem; - } +.mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; } -@media screen and (min-width: 1216px) { - .columns.is-variable.is-7-widescreen { - --columnGap: 1.75rem; - } +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-7-widescreen-only { - --columnGap: 1.75rem; - } +.m-2 { + margin: 0.5rem !important; } -@media screen and (min-width: 1408px) { - .columns.is-variable.is-7-fullhd { - --columnGap: 1.75rem; - } +.mt-2 { + margin-top: 0.5rem !important; } -.columns.is-variable.is-8 { - --columnGap: 2rem; +.mr-2 { + margin-right: 0.5rem !important; } -@media screen and (max-width: 768px) { - .columns.is-variable.is-8-mobile { - --columnGap: 2rem; - } +.mb-2 { + margin-bottom: 0.5rem !important; } -@media screen and (min-width: 769px), print { - .columns.is-variable.is-8-tablet { - --columnGap: 2rem; - } +.ml-2 { + margin-left: 0.5rem !important; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-8-tablet-only { - --columnGap: 2rem; - } +.mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; } -@media screen and (max-width: 1023px) { - .columns.is-variable.is-8-touch { - --columnGap: 2rem; - } +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } -@media screen and (min-width: 1024px) { - .columns.is-variable.is-8-desktop { - --columnGap: 2rem; - } +.m-3 { + margin: 0.75rem !important; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-8-desktop-only { - --columnGap: 2rem; - } +.mt-3 { + margin-top: 0.75rem !important; } -@media screen and (min-width: 1216px) { - .columns.is-variable.is-8-widescreen { - --columnGap: 2rem; - } +.mr-3 { + margin-right: 0.75rem !important; +} + +.mb-3 { + margin-bottom: 0.75rem !important; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-8-widescreen-only { - --columnGap: 2rem; - } +.ml-3 { + margin-left: 0.75rem !important; } -@media screen and (min-width: 1408px) { - .columns.is-variable.is-8-fullhd { - --columnGap: 2rem; - } +.mx-3 { + margin-left: 0.75rem !important; + margin-right: 0.75rem !important; } -.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; +.my-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; } -.tile.is-ancestor { - margin-left: -0.75rem; - margin-right: -0.75rem; - margin-top: -0.75rem; +.m-4 { + margin: 1rem !important; } -.tile.is-ancestor:last-child { - margin-bottom: -0.75rem; +.mt-4 { + margin-top: 1rem !important; } -.tile.is-ancestor:not(:last-child) { - margin-bottom: 0.75rem; +.mr-4 { + margin-right: 1rem !important; } -.tile.is-child { - margin: 0 !important; +.mb-4 { + margin-bottom: 1rem !important; } -.tile.is-parent { - padding: 0.75rem; +.ml-4 { + margin-left: 1rem !important; } -.tile.is-vertical { - flex-direction: column; +.mx-4 { + margin-left: 1rem !important; + margin-right: 1rem !important; } -.tile.is-vertical > .tile.is-child:not(:last-child) { - margin-bottom: 1.5rem !important; +.my-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } -@media screen and (min-width: 769px), print { - .tile:not(.is-child) { - display: flex; - } - .tile.is-1 { - flex: none; - width: 8.33333%; - } - .tile.is-2 { - flex: none; - width: 16.66667%; - } - .tile.is-3 { - flex: none; - width: 25%; - } - .tile.is-4 { - flex: none; - width: 33.33333%; - } - .tile.is-5 { - flex: none; - width: 41.66667%; - } - .tile.is-6 { - flex: none; - width: 50%; - } - .tile.is-7 { - flex: none; - width: 58.33333%; - } - .tile.is-8 { - flex: none; - width: 66.66667%; - } - .tile.is-9 { - flex: none; - width: 75%; - } - .tile.is-10 { - flex: none; - width: 83.33333%; - } - .tile.is-11 { - flex: none; - width: 91.66667%; - } - .tile.is-12 { - flex: none; - width: 100%; - } +.m-5 { + margin: 1.5rem !important; } -/* Bulma Helpers */ -.has-text-white { - color: white !important; +.mt-5 { + margin-top: 1.5rem !important; } -a.has-text-white:hover, a.has-text-white:focus { - color: #e6e6e6 !important; +.mr-5 { + margin-right: 1.5rem !important; } -.has-background-white { - background-color: white !important; +.mb-5 { + margin-bottom: 1.5rem !important; } -.has-text-black { - color: #0a0a0a !important; +.ml-5 { + margin-left: 1.5rem !important; } -a.has-text-black:hover, a.has-text-black:focus { - color: black !important; +.mx-5 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; } -.has-background-black { - background-color: #0a0a0a !important; +.my-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } -.has-text-light { - color: whitesmoke !important; +.m-6 { + margin: 3rem !important; } -a.has-text-light:hover, a.has-text-light:focus { - color: #dbdbdb !important; +.mt-6 { + margin-top: 3rem !important; } -.has-background-light { - background-color: whitesmoke !important; +.mr-6 { + margin-right: 3rem !important; } -.has-text-dark { - color: #363636 !important; +.mb-6 { + margin-bottom: 3rem !important; } -a.has-text-dark:hover, a.has-text-dark:focus { - color: #1c1c1c !important; +.ml-6 { + margin-left: 3rem !important; } -.has-background-dark { - background-color: #363636 !important; +.mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; } -.has-text-primary { - color: #00d1b2 !important; +.my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } -a.has-text-primary:hover, a.has-text-primary:focus { - color: #009e86 !important; +.p-0 { + padding: 0 !important; } -.has-background-primary { - background-color: #00d1b2 !important; +.pt-0 { + padding-top: 0 !important; } -.has-text-primary-light { - color: #ebfffc !important; +.pr-0 { + padding-right: 0 !important; } -a.has-text-primary-light:hover, a.has-text-primary-light:focus { - color: #b8fff4 !important; +.pb-0 { + padding-bottom: 0 !important; } -.has-background-primary-light { - background-color: #ebfffc !important; +.pl-0 { + padding-left: 0 !important; } -.has-text-primary-dark { - color: #00947e !important; +.px-0 { + padding-left: 0 !important; + padding-right: 0 !important; } -a.has-text-primary-dark:hover, a.has-text-primary-dark:focus { - color: #00c7a9 !important; +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } -.has-background-primary-dark { - background-color: #00947e !important; +.p-1 { + padding: 0.25rem !important; } -.has-text-link { - color: #3273dc !important; +.pt-1 { + padding-top: 0.25rem !important; } -a.has-text-link:hover, a.has-text-link:focus { - color: #205bbc !important; +.pr-1 { + padding-right: 0.25rem !important; } -.has-background-link { - background-color: #3273dc !important; +.pb-1 { + padding-bottom: 0.25rem !important; } -.has-text-link-light { - color: #eef3fc !important; +.pl-1 { + padding-left: 0.25rem !important; } -a.has-text-link-light:hover, a.has-text-link-light:focus { - color: #c2d5f5 !important; +.px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; } -.has-background-link-light { - background-color: #eef3fc !important; +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } -.has-text-link-dark { - color: #2160c4 !important; +.p-2 { + padding: 0.5rem !important; } -a.has-text-link-dark:hover, a.has-text-link-dark:focus { - color: #3b79de !important; +.pt-2 { + padding-top: 0.5rem !important; } -.has-background-link-dark { - background-color: #2160c4 !important; +.pr-2 { + padding-right: 0.5rem !important; } -.has-text-info { - color: #3298dc !important; +.pb-2 { + padding-bottom: 0.5rem !important; } -a.has-text-info:hover, a.has-text-info:focus { - color: #207dbc !important; +.pl-2 { + padding-left: 0.5rem !important; } -.has-background-info { - background-color: #3298dc !important; +.px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; } -.has-text-info-light { - color: #eef6fc !important; +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } -a.has-text-info-light:hover, a.has-text-info-light:focus { - color: #c2e0f5 !important; +.p-3 { + padding: 0.75rem !important; } -.has-background-info-light { - background-color: #eef6fc !important; +.pt-3 { + padding-top: 0.75rem !important; } -.has-text-info-dark { - color: #1d72aa !important; +.pr-3 { + padding-right: 0.75rem !important; } -a.has-text-info-dark:hover, a.has-text-info-dark:focus { - color: #248fd6 !important; +.pb-3 { + padding-bottom: 0.75rem !important; } -.has-background-info-dark { - background-color: #1d72aa !important; +.pl-3 { + padding-left: 0.75rem !important; } -.has-text-success { - color: #48c774 !important; +.px-3 { + padding-left: 0.75rem !important; + padding-right: 0.75rem !important; } -a.has-text-success:hover, a.has-text-success:focus { - color: #34a85c !important; +.py-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; } -.has-background-success { - background-color: #48c774 !important; +.p-4 { + padding: 1rem !important; } -.has-text-success-light { - color: #effaf3 !important; +.pt-4 { + padding-top: 1rem !important; } -a.has-text-success-light:hover, a.has-text-success-light:focus { - color: #c8eed6 !important; +.pr-4 { + padding-right: 1rem !important; } -.has-background-success-light { - background-color: #effaf3 !important; +.pb-4 { + padding-bottom: 1rem !important; } -.has-text-success-dark { - color: #257942 !important; +.pl-4 { + padding-left: 1rem !important; } -a.has-text-success-dark:hover, a.has-text-success-dark:focus { - color: #31a058 !important; +.px-4 { + padding-left: 1rem !important; + padding-right: 1rem !important; } -.has-background-success-dark { - background-color: #257942 !important; +.py-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } -.has-text-warning { - color: #ffdd57 !important; +.p-5 { + padding: 1.5rem !important; } -a.has-text-warning:hover, a.has-text-warning:focus { - color: #ffd324 !important; +.pt-5 { + padding-top: 1.5rem !important; } -.has-background-warning { - background-color: #ffdd57 !important; +.pr-5 { + padding-right: 1.5rem !important; } -.has-text-warning-light { - color: #fffbeb !important; +.pb-5 { + padding-bottom: 1.5rem !important; } -a.has-text-warning-light:hover, a.has-text-warning-light:focus { - color: #fff1b8 !important; +.pl-5 { + padding-left: 1.5rem !important; } -.has-background-warning-light { - background-color: #fffbeb !important; +.px-5 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; } -.has-text-warning-dark { - color: #947600 !important; +.py-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } -a.has-text-warning-dark:hover, a.has-text-warning-dark:focus { - color: #c79f00 !important; +.p-6 { + padding: 3rem !important; } -.has-background-warning-dark { - background-color: #947600 !important; +.pt-6 { + padding-top: 3rem !important; } -.has-text-danger { - color: #f14668 !important; +.pr-6 { + padding-right: 3rem !important; } -a.has-text-danger:hover, a.has-text-danger:focus { - color: #ee1742 !important; +.pb-6 { + padding-bottom: 3rem !important; } -.has-background-danger { - background-color: #f14668 !important; +.pl-6 { + padding-left: 3rem !important; } -.has-text-danger-light { - color: #feecf0 !important; +.px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; } -a.has-text-danger-light:hover, a.has-text-danger-light:focus { - color: #fabdc9 !important; +.py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } -.has-background-danger-light { - background-color: #feecf0 !important; +.is-size-1 { + font-size: 3rem !important; } -.has-text-danger-dark { - color: #cc0f35 !important; +.is-size-2 { + font-size: 2.5rem !important; } -a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { - color: #ee2049 !important; +.is-size-3 { + font-size: 2rem !important; } -.has-background-danger-dark { - background-color: #cc0f35 !important; +.is-size-4 { + font-size: 1.5rem !important; } -.has-text-black-bis { - color: #121212 !important; +.is-size-5 { + font-size: 1.25rem !important; } -.has-background-black-bis { - background-color: #121212 !important; +.is-size-6 { + font-size: 1rem !important; } -.has-text-black-ter { - color: #242424 !important; +.is-size-7 { + font-size: 0.75rem !important; } -.has-background-black-ter { - background-color: #242424 !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; + } } -.has-text-grey-darker { - color: #363636 !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; + } } -.has-background-grey-darker { - background-color: #363636 !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; + } } -.has-text-grey-dark { - color: #4a4a4a !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; + } } -.has-background-grey-dark { - background-color: #4a4a4a !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; + } } -.has-text-grey { - color: #7a7a7a !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-background-grey { - background-color: #7a7a7a !important; +.has-text-centered { + text-align: center !important; } -.has-text-grey-light { - color: #b5b5b5 !important; +.has-text-justified { + text-align: justify !important; } -.has-background-grey-light { - background-color: #b5b5b5 !important; +.has-text-left { + text-align: left !important; } -.has-text-grey-lighter { - color: #dbdbdb !important; +.has-text-right { + text-align: right !important; } -.has-background-grey-lighter { - background-color: #dbdbdb !important; +@media screen and (max-width: 768px) { + .has-text-centered-mobile { + text-align: center !important; + } } -.has-text-white-ter { - color: whitesmoke !important; +@media screen and (min-width: 769px), print { + .has-text-centered-tablet { + text-align: center !important; + } } -.has-background-white-ter { - background-color: whitesmoke !important; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-centered-tablet-only { + text-align: center !important; + } } -.has-text-white-bis { - color: #fafafa !important; +@media screen and (max-width: 1023px) { + .has-text-centered-touch { + text-align: center !important; + } } -.has-background-white-bis { - background-color: #fafafa !important; +@media screen and (min-width: 1024px) { + .has-text-centered-desktop { + text-align: center !important; + } } -.is-flex-direction-row { - flex-direction: row !important; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-centered-desktop-only { + text-align: center !important; + } } -.is-flex-direction-row-reverse { - flex-direction: row-reverse !important; +@media screen and (min-width: 1216px) { + .has-text-centered-widescreen { + text-align: center !important; + } } -.is-flex-direction-column { - flex-direction: column !important; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-centered-widescreen-only { + text-align: center !important; + } } -.is-flex-direction-column-reverse { - flex-direction: column-reverse !important; +@media screen and (min-width: 1408px) { + .has-text-centered-fullhd { + text-align: center !important; + } } -.is-flex-wrap-nowrap { - flex-wrap: nowrap !important; +@media screen and (max-width: 768px) { + .has-text-justified-mobile { + text-align: justify !important; + } } -.is-flex-wrap-wrap { - flex-wrap: wrap !important; +@media screen and (min-width: 769px), print { + .has-text-justified-tablet { + text-align: justify !important; + } } -.is-flex-wrap-wrap-reverse { - flex-wrap: wrap-reverse !important; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-justified-tablet-only { + text-align: justify !important; + } } -.is-justify-content-flex-start { - justify-content: flex-start !important; +@media screen and (max-width: 1023px) { + .has-text-justified-touch { + text-align: justify !important; + } } -.is-justify-content-flex-end { - justify-content: flex-end !important; +@media screen and (min-width: 1024px) { + .has-text-justified-desktop { + text-align: justify !important; + } } -.is-justify-content-center { - justify-content: center !important; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-justified-desktop-only { + text-align: justify !important; + } } -.is-justify-content-space-between { - justify-content: space-between !important; +@media screen and (min-width: 1216px) { + .has-text-justified-widescreen { + text-align: justify !important; + } } -.is-justify-content-space-around { - justify-content: space-around !important; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-justified-widescreen-only { + text-align: justify !important; + } } -.is-justify-content-space-evenly { - justify-content: space-evenly !important; +@media screen and (min-width: 1408px) { + .has-text-justified-fullhd { + text-align: justify !important; + } } -.is-justify-content-start { - justify-content: start !important; +@media screen and (max-width: 768px) { + .has-text-left-mobile { + text-align: left !important; + } } -.is-justify-content-end { - justify-content: end !important; +@media screen and (min-width: 769px), print { + .has-text-left-tablet { + text-align: left !important; + } } -.is-justify-content-left { - justify-content: left !important; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-left-tablet-only { + text-align: left !important; + } } -.is-justify-content-right { - justify-content: right !important; +@media screen and (max-width: 1023px) { + .has-text-left-touch { + text-align: left !important; + } } -.is-align-content-flex-start { - align-content: flex-start !important; +@media screen and (min-width: 1024px) { + .has-text-left-desktop { + text-align: left !important; + } } -.is-align-content-flex-end { - align-content: flex-end !important; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-left-desktop-only { + text-align: left !important; + } } -.is-align-content-center { - align-content: center !important; +@media screen and (min-width: 1216px) { + .has-text-left-widescreen { + text-align: left !important; + } } -.is-align-content-space-between { - align-content: space-between !important; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-left-widescreen-only { + text-align: left !important; + } } -.is-align-content-space-around { - align-content: space-around !important; +@media screen and (min-width: 1408px) { + .has-text-left-fullhd { + text-align: left !important; + } } -.is-align-content-space-evenly { - align-content: space-evenly !important; +@media screen and (max-width: 768px) { + .has-text-right-mobile { + text-align: right !important; + } } -.is-align-content-stretch { - align-content: stretch !important; +@media screen and (min-width: 769px), print { + .has-text-right-tablet { + text-align: right !important; + } } -.is-align-content-start { - align-content: start !important; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-right-tablet-only { + text-align: right !important; + } } -.is-align-content-end { - align-content: end !important; +@media screen and (max-width: 1023px) { + .has-text-right-touch { + text-align: right !important; + } } -.is-align-content-baseline { - align-content: baseline !important; +@media screen and (min-width: 1024px) { + .has-text-right-desktop { + text-align: right !important; + } } -.is-align-items-stretch { - align-items: stretch !important; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-right-desktop-only { + text-align: right !important; + } } -.is-align-items-flex-start { - align-items: flex-start !important; +@media screen and (min-width: 1216px) { + .has-text-right-widescreen { + text-align: right !important; + } } -.is-align-items-flex-end { - align-items: flex-end !important; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-right-widescreen-only { + text-align: right !important; + } } -.is-align-items-center { - align-items: center !important; +@media screen and (min-width: 1408px) { + .has-text-right-fullhd { + text-align: right !important; + } } -.is-align-items-baseline { - align-items: baseline !important; +.is-capitalized { + text-transform: capitalize !important; } -.is-align-items-start { - align-items: start !important; +.is-lowercase { + text-transform: lowercase !important; } -.is-align-items-end { - align-items: end !important; +.is-uppercase { + text-transform: uppercase !important; } -.is-align-items-self-start { - align-items: self-start !important; +.is-italic { + font-style: italic !important; } -.is-align-items-self-end { - align-items: self-end !important; +.has-text-weight-light { + font-weight: 300 !important; } -.is-align-self-auto { - align-self: auto !important; +.has-text-weight-normal { + font-weight: 400 !important; } -.is-align-self-flex-start { - align-self: flex-start !important; +.has-text-weight-medium { + font-weight: 500 !important; } -.is-align-self-flex-end { - align-self: flex-end !important; +.has-text-weight-semibold { + font-weight: 600 !important; } -.is-align-self-center { - align-self: center !important; +.has-text-weight-bold { + font-weight: 700 !important; } -.is-align-self-baseline { - align-self: baseline !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-align-self-stretch { - align-self: stretch !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-flex-grow-0 { - flex-grow: 0 !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-flex-grow-1 { - flex-grow: 1 !important; +.is-family-monospace { + font-family: monospace !important; } -.is-flex-grow-2 { - flex-grow: 2 !important; +.is-family-code { + font-family: monospace !important; } -.is-flex-grow-3 { - flex-grow: 3 !important; +.is-block { + display: block !important; } -.is-flex-grow-4 { - flex-grow: 4 !important; +@media screen and (max-width: 768px) { + .is-block-mobile { + display: block !important; + } } -.is-flex-grow-5 { - flex-grow: 5 !important; +@media screen and (min-width: 769px), print { + .is-block-tablet { + display: block !important; + } } -.is-flex-shrink-0 { - flex-shrink: 0 !important; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-block-tablet-only { + display: block !important; + } } -.is-flex-shrink-1 { - flex-shrink: 1 !important; +@media screen and (max-width: 1023px) { + .is-block-touch { + display: block !important; + } } -.is-flex-shrink-2 { - flex-shrink: 2 !important; +@media screen and (min-width: 1024px) { + .is-block-desktop { + display: block !important; + } } -.is-flex-shrink-3 { - flex-shrink: 3 !important; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-block-desktop-only { + display: block !important; + } } -.is-flex-shrink-4 { - flex-shrink: 4 !important; +@media screen and (min-width: 1216px) { + .is-block-widescreen { + display: block !important; + } } -.is-flex-shrink-5 { - flex-shrink: 5 !important; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-block-widescreen-only { + display: block !important; + } } -.is-clearfix::after { - clear: both; - content: " "; - display: table; +@media screen and (min-width: 1408px) { + .is-block-fullhd { + display: block !important; + } } -.is-pulled-left { - float: left !important; +.is-flex { + display: flex !important; } -.is-pulled-right { - float: right !important; +@media screen and (max-width: 768px) { + .is-flex-mobile { + display: flex !important; + } } -.is-radiusless { - border-radius: 0 !important; +@media screen and (min-width: 769px), print { + .is-flex-tablet { + display: flex !important; + } } -.is-shadowless { - box-shadow: none !important; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-flex-tablet-only { + display: flex !important; + } } -.is-clickable { - cursor: pointer !important; - pointer-events: all !important; +@media screen and (max-width: 1023px) { + .is-flex-touch { + display: flex !important; + } } -.is-clipped { - overflow: hidden !important; +@media screen and (min-width: 1024px) { + .is-flex-desktop { + display: flex !important; + } } -.is-relative { - position: relative !important; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-flex-desktop-only { + display: flex !important; + } } -.is-marginless { - margin: 0 !important; +@media screen and (min-width: 1216px) { + .is-flex-widescreen { + display: flex !important; + } } -.is-paddingless { - padding: 0 !important; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-flex-widescreen-only { + display: flex !important; + } } -.m-0 { - margin: 0 !important; +@media screen and (min-width: 1408px) { + .is-flex-fullhd { + display: flex !important; + } } -.mt-0 { - margin-top: 0 !important; +.is-inline { + display: inline !important; } -.mr-0 { - margin-right: 0 !important; +@media screen and (max-width: 768px) { + .is-inline-mobile { + display: inline !important; + } } -.mb-0 { - margin-bottom: 0 !important; +@media screen and (min-width: 769px), print { + .is-inline-tablet { + display: inline !important; + } } -.ml-0 { - margin-left: 0 !important; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-inline-tablet-only { + display: inline !important; + } } -.mx-0 { - margin-left: 0 !important; - margin-right: 0 !important; +@media screen and (max-width: 1023px) { + .is-inline-touch { + display: inline !important; + } } -.my-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; +@media screen and (min-width: 1024px) { + .is-inline-desktop { + display: inline !important; + } } -.m-1 { - margin: 0.25rem !important; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-desktop-only { + display: inline !important; + } } -.mt-1 { - margin-top: 0.25rem !important; +@media screen and (min-width: 1216px) { + .is-inline-widescreen { + display: inline !important; + } } -.mr-1 { - margin-right: 0.25rem !important; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-widescreen-only { + display: inline !important; + } } -.mb-1 { - margin-bottom: 0.25rem !important; +@media screen and (min-width: 1408px) { + .is-inline-fullhd { + display: inline !important; + } } -.ml-1 { - margin-left: 0.25rem !important; +.is-inline-block { + display: inline-block !important; } -.mx-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; +@media screen and (max-width: 768px) { + .is-inline-block-mobile { + display: inline-block !important; + } } -.my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; +@media screen and (min-width: 769px), print { + .is-inline-block-tablet { + display: inline-block !important; + } } -.m-2 { - margin: 0.5rem !important; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-inline-block-tablet-only { + display: inline-block !important; + } } -.mt-2 { - margin-top: 0.5rem !important; +@media screen and (max-width: 1023px) { + .is-inline-block-touch { + display: inline-block !important; + } } -.mr-2 { - margin-right: 0.5rem !important; +@media screen and (min-width: 1024px) { + .is-inline-block-desktop { + display: inline-block !important; + } } -.mb-2 { - margin-bottom: 0.5rem !important; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-block-desktop-only { + display: inline-block !important; + } } -.ml-2 { - margin-left: 0.5rem !important; +@media screen and (min-width: 1216px) { + .is-inline-block-widescreen { + display: inline-block !important; + } } -.mx-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-block-widescreen-only { + display: inline-block !important; + } } -.my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; +@media screen and (min-width: 1408px) { + .is-inline-block-fullhd { + display: inline-block !important; + } } -.m-3 { - margin: 0.75rem !important; +.is-inline-flex { + display: inline-flex !important; } -.mt-3 { - margin-top: 0.75rem !important; +@media screen and (max-width: 768px) { + .is-inline-flex-mobile { + display: inline-flex !important; + } } -.mr-3 { - margin-right: 0.75rem !important; +@media screen and (min-width: 769px), print { + .is-inline-flex-tablet { + display: inline-flex !important; + } } -.mb-3 { - margin-bottom: 0.75rem !important; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-inline-flex-tablet-only { + display: inline-flex !important; + } } -.ml-3 { - margin-left: 0.75rem !important; +@media screen and (max-width: 1023px) { + .is-inline-flex-touch { + display: inline-flex !important; + } } -.mx-3 { - margin-left: 0.75rem !important; - margin-right: 0.75rem !important; +@media screen and (min-width: 1024px) { + .is-inline-flex-desktop { + display: inline-flex !important; + } } -.my-3 { - margin-top: 0.75rem !important; - margin-bottom: 0.75rem !important; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-flex-desktop-only { + display: inline-flex !important; + } } -.m-4 { - margin: 1rem !important; +@media screen and (min-width: 1216px) { + .is-inline-flex-widescreen { + display: inline-flex !important; + } } -.mt-4 { - margin-top: 1rem !important; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-flex-widescreen-only { + display: inline-flex !important; + } } -.mr-4 { - margin-right: 1rem !important; +@media screen and (min-width: 1408px) { + .is-inline-flex-fullhd { + display: inline-flex !important; + } } -.mb-4 { - margin-bottom: 1rem !important; +.is-hidden { + display: none !important; } -.ml-4 { - margin-left: 1rem !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; } -.mx-4 { - margin-left: 1rem !important; - margin-right: 1rem !important; +@media screen and (max-width: 768px) { + .is-hidden-mobile { + display: none !important; + } } -.my-4 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; +@media screen and (min-width: 769px), print { + .is-hidden-tablet { + display: none !important; + } } -.m-5 { - margin: 1.5rem !important; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-hidden-tablet-only { + display: none !important; + } } -.mt-5 { - margin-top: 1.5rem !important; +@media screen and (max-width: 1023px) { + .is-hidden-touch { + display: none !important; + } } -.mr-5 { - margin-right: 1.5rem !important; +@media screen and (min-width: 1024px) { + .is-hidden-desktop { + display: none !important; + } } -.mb-5 { - margin-bottom: 1.5rem !important; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-hidden-desktop-only { + display: none !important; + } } -.ml-5 { - margin-left: 1.5rem !important; +@media screen and (min-width: 1216px) { + .is-hidden-widescreen { + display: none !important; + } } -.mx-5 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-hidden-widescreen-only { + display: none !important; + } } -.my-5 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; +@media screen and (min-width: 1408px) { + .is-hidden-fullhd { + display: none !important; + } } -.m-6 { - margin: 3rem !important; +.is-invisible { + visibility: hidden !important; } -.mt-6 { - margin-top: 3rem !important; +@media screen and (max-width: 768px) { + .is-invisible-mobile { + visibility: hidden !important; + } } -.mr-6 { - margin-right: 3rem !important; +@media screen and (min-width: 769px), print { + .is-invisible-tablet { + visibility: hidden !important; + } } -.mb-6 { - margin-bottom: 3rem !important; +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-invisible-tablet-only { + visibility: hidden !important; + } } -.ml-6 { - margin-left: 3rem !important; +@media screen and (max-width: 1023px) { + .is-invisible-touch { + visibility: hidden !important; + } } -.mx-6 { - margin-left: 3rem !important; - margin-right: 3rem !important; +@media screen and (min-width: 1024px) { + .is-invisible-desktop { + visibility: hidden !important; + } } -.my-6 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-invisible-desktop-only { + visibility: hidden !important; + } } -.p-0 { - padding: 0 !important; +@media screen and (min-width: 1216px) { + .is-invisible-widescreen { + visibility: hidden !important; + } } -.pt-0 { - padding-top: 0 !important; +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-invisible-widescreen-only { + visibility: hidden !important; + } } -.pr-0 { - padding-right: 0 !important; +@media screen and (min-width: 1408px) { + .is-invisible-fullhd { + visibility: hidden !important; + } } -.pb-0 { - padding-bottom: 0 !important; +/* Bulma Layout */ +.hero { + align-items: stretch; + display: flex; + flex-direction: column; + justify-content: space-between; } -.pl-0 { - padding-left: 0 !important; +.hero .navbar { + background: none; } -.px-0 { - padding-left: 0 !important; - padding-right: 0 !important; +.hero .tabs ul { + border-bottom: none; } -.py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; +.hero.is-white { + background-color: white; + color: #0a0a0a; } -.p-1 { - padding: 0.25rem !important; +.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-white strong { + color: inherit; } -.pt-1 { - padding-top: 0.25rem !important; +.hero.is-white .title { + color: #0a0a0a; } -.pr-1 { - padding-right: 0.25rem !important; +.hero.is-white .subtitle { + color: rgba(10, 10, 10, 0.9); } -.pb-1 { - padding-bottom: 0.25rem !important; +.hero.is-white .subtitle a:not(.button), +.hero.is-white .subtitle strong { + color: #0a0a0a; } -.pl-1 { - padding-left: 0.25rem !important; +@media screen and (max-width: 1023px) { + .hero.is-white .navbar-menu { + background-color: white; + } } -.px-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; +.hero.is-white .navbar-item, +.hero.is-white .navbar-link { + color: rgba(10, 10, 10, 0.7); } -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; +.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active, +.hero.is-white .navbar-link:hover, +.hero.is-white .navbar-link.is-active { + background-color: #f2f2f2; + color: #0a0a0a; } -.p-2 { - padding: 0.5rem !important; +.hero.is-white .tabs a { + color: #0a0a0a; + opacity: 0.9; } -.pt-2 { - padding-top: 0.5rem !important; +.hero.is-white .tabs a:hover { + opacity: 1; } -.pr-2 { - padding-right: 0.5rem !important; +.hero.is-white .tabs li.is-active a { + opacity: 1; } -.pb-2 { - padding-bottom: 0.5rem !important; +.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { + color: #0a0a0a; } -.pl-2 { - padding-left: 0.5rem !important; +.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); } -.px-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; +.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: white; } -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; +.hero.is-white.is-bold { + background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); } -.p-3 { - padding: 0.75rem !important; +@media screen and (max-width: 768px) { + .hero.is-white.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); + } } -.pt-3 { - padding-top: 0.75rem !important; +.hero.is-black { + background-color: #0a0a0a; + color: white; } -.pr-3 { - padding-right: 0.75rem !important; +.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-black strong { + color: inherit; } -.pb-3 { - padding-bottom: 0.75rem !important; +.hero.is-black .title { + color: white; } -.pl-3 { - padding-left: 0.75rem !important; +.hero.is-black .subtitle { + color: rgba(255, 255, 255, 0.9); } -.px-3 { - padding-left: 0.75rem !important; - padding-right: 0.75rem !important; +.hero.is-black .subtitle a:not(.button), +.hero.is-black .subtitle strong { + color: white; } -.py-3 { - padding-top: 0.75rem !important; - padding-bottom: 0.75rem !important; +@media screen and (max-width: 1023px) { + .hero.is-black .navbar-menu { + background-color: #0a0a0a; + } } -.p-4 { - padding: 1rem !important; +.hero.is-black .navbar-item, +.hero.is-black .navbar-link { + color: rgba(255, 255, 255, 0.7); } -.pt-4 { - padding-top: 1rem !important; +.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active, +.hero.is-black .navbar-link:hover, +.hero.is-black .navbar-link.is-active { + background-color: black; + color: white; } -.pr-4 { - padding-right: 1rem !important; +.hero.is-black .tabs a { + color: white; + opacity: 0.9; } -.pb-4 { - padding-bottom: 1rem !important; +.hero.is-black .tabs a:hover { + opacity: 1; } -.pl-4 { - padding-left: 1rem !important; +.hero.is-black .tabs li.is-active a { + opacity: 1; } -.px-4 { - padding-left: 1rem !important; - padding-right: 1rem !important; +.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { + color: white; } -.py-4 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; +.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); } -.p-5 { - padding: 1.5rem !important; +.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: white; + border-color: white; + color: #0a0a0a; } -.pt-5 { - padding-top: 1.5rem !important; +.hero.is-black.is-bold { + background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } -.pr-5 { - padding-right: 1.5rem !important; +@media screen and (max-width: 768px) { + .hero.is-black.is-bold .navbar-menu { + background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); + } } -.pb-5 { - padding-bottom: 1.5rem !important; +.hero.is-light { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); } -.pl-5 { - padding-left: 1.5rem !important; +.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-light strong { + color: inherit; } -.px-5 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; +.hero.is-light .title { + color: rgba(0, 0, 0, 0.7); } -.py-5 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; +.hero.is-light .subtitle { + color: rgba(0, 0, 0, 0.9); } -.p-6 { - padding: 3rem !important; +.hero.is-light .subtitle a:not(.button), +.hero.is-light .subtitle strong { + color: rgba(0, 0, 0, 0.7); } -.pt-6 { - padding-top: 3rem !important; +@media screen and (max-width: 1023px) { + .hero.is-light .navbar-menu { + background-color: whitesmoke; + } } -.pr-6 { - padding-right: 3rem !important; +.hero.is-light .navbar-item, +.hero.is-light .navbar-link { + color: rgba(0, 0, 0, 0.7); } -.pb-6 { - padding-bottom: 3rem !important; +.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active, +.hero.is-light .navbar-link:hover, +.hero.is-light .navbar-link.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); } -.pl-6 { - padding-left: 3rem !important; +.hero.is-light .tabs a { + color: rgba(0, 0, 0, 0.7); + opacity: 0.9; } -.px-6 { - padding-left: 3rem !important; - padding-right: 3rem !important; +.hero.is-light .tabs a:hover { + opacity: 1; } -.py-6 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; +.hero.is-light .tabs li.is-active a { + opacity: 1; } -.is-size-1 { - font-size: 3rem !important; +.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { + color: rgba(0, 0, 0, 0.7); } -.is-size-2 { - font-size: 2.5rem !important; +.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); } -.is-size-3 { - font-size: 2rem !important; +.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(0, 0, 0, 0.7); + color: whitesmoke; } -.is-size-4 { - font-size: 1.5rem !important; +.hero.is-light.is-bold { + background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } -.is-size-5 { - font-size: 1.25rem !important; +@media screen and (max-width: 768px) { + .hero.is-light.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); + } } -.is-size-6 { - font-size: 1rem !important; +.hero.is-dark { + background-color: #363636; + color: #fff; } -.is-size-7 { - font-size: 0.75rem !important; +.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-dark strong { + color: inherit; } - -@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; - } + +.hero.is-dark .title { + color: #fff; } -@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; - } +.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) { - .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; + .hero.is-dark .navbar-menu { + background-color: #363636; } } -@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; - } +.hero.is-dark .navbar-item, +.hero.is-dark .navbar-link { + color: rgba(255, 255, 255, 0.7); } -@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; - } +.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active, +.hero.is-dark .navbar-link:hover, +.hero.is-dark .navbar-link.is-active { + background-color: #292929; + color: #fff; } -@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; - } +.hero.is-dark .tabs a { + color: #fff; + opacity: 0.9; } -.has-text-centered { - text-align: center !important; +.hero.is-dark .tabs a:hover { + opacity: 1; } -.has-text-justified { - text-align: justify !important; +.hero.is-dark .tabs li.is-active a { + opacity: 1; } -.has-text-left { - text-align: left !important; +.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { + color: #fff; } -.has-text-right { - text-align: right !important; +.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-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, #1f191a 0%, #363636 71%, #46403f 100%); } @media screen and (max-width: 768px) { - .has-text-centered-mobile { - text-align: center !important; + .hero.is-dark.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } } -@media screen and (min-width: 769px), print { - .has-text-centered-tablet { - text-align: center !important; - } +.hero.is-primary { + background-color: #00d1b2; + color: #fff; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-centered-tablet-only { - text-align: center !important; - } +.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) { - .has-text-centered-touch { - text-align: center !important; + .hero.is-primary .navbar-menu { + background-color: #00d1b2; } } -@media screen and (min-width: 1024px) { - .has-text-centered-desktop { - text-align: center !important; - } +.hero.is-primary .navbar-item, +.hero.is-primary .navbar-link { + color: rgba(255, 255, 255, 0.7); } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-centered-desktop-only { - text-align: center !important; - } +.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, +.hero.is-primary .navbar-link:hover, +.hero.is-primary .navbar-link.is-active { + background-color: #00b89c; + color: #fff; } -@media screen and (min-width: 1216px) { - .has-text-centered-widescreen { - text-align: center !important; - } +.hero.is-primary .tabs a { + color: #fff; + opacity: 0.9; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-centered-widescreen-only { - text-align: center !important; - } +.hero.is-primary .tabs a:hover { + opacity: 1; } -@media screen and (min-width: 1408px) { - .has-text-centered-fullhd { - text-align: center !important; - } +.hero.is-primary .tabs li.is-active a { + opacity: 1; } -@media screen and (max-width: 768px) { - .has-text-justified-mobile { - text-align: justify !important; - } +.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a { + color: #fff; } -@media screen and (min-width: 769px), print { - .has-text-justified-tablet { - text-align: justify !important; - } +.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-justified-tablet-only { - text-align: justify !important; - } +.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; } -@media screen and (max-width: 1023px) { - .has-text-justified-touch { - text-align: justify !important; - } +.hero.is-primary.is-bold { + background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); } -@media screen and (min-width: 1024px) { - .has-text-justified-desktop { - text-align: justify !important; +@media screen and (max-width: 768px) { + .hero.is-primary.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); } } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-justified-desktop-only { - text-align: justify !important; - } +.hero.is-link { + background-color: #485fc7; + color: #fff; } -@media screen and (min-width: 1216px) { - .has-text-justified-widescreen { - text-align: justify !important; - } +.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-link strong { + color: inherit; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-justified-widescreen-only { - text-align: justify !important; - } +.hero.is-link .title { + color: #fff; } -@media screen and (min-width: 1408px) { - .has-text-justified-fullhd { - text-align: justify !important; - } +.hero.is-link .subtitle { + color: rgba(255, 255, 255, 0.9); } -@media screen and (max-width: 768px) { - .has-text-left-mobile { - text-align: left !important; - } +.hero.is-link .subtitle a:not(.button), +.hero.is-link .subtitle strong { + color: #fff; } -@media screen and (min-width: 769px), print { - .has-text-left-tablet { - text-align: left !important; +@media screen and (max-width: 1023px) { + .hero.is-link .navbar-menu { + background-color: #485fc7; } } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-left-tablet-only { - text-align: left !important; - } +.hero.is-link .navbar-item, +.hero.is-link .navbar-link { + color: rgba(255, 255, 255, 0.7); } -@media screen and (max-width: 1023px) { - .has-text-left-touch { - text-align: left !important; - } +.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, +.hero.is-link .navbar-link:hover, +.hero.is-link .navbar-link.is-active { + background-color: #3a51bb; + color: #fff; } -@media screen and (min-width: 1024px) { - .has-text-left-desktop { - text-align: left !important; - } +.hero.is-link .tabs a { + color: #fff; + opacity: 0.9; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-left-desktop-only { - text-align: left !important; - } +.hero.is-link .tabs a:hover { + opacity: 1; } -@media screen and (min-width: 1216px) { - .has-text-left-widescreen { - text-align: left !important; - } +.hero.is-link .tabs li.is-active a { + opacity: 1; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-left-widescreen-only { - text-align: left !important; - } +.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a { + color: #fff; } -@media screen and (min-width: 1408px) { - .has-text-left-fullhd { - text-align: left !important; - } +.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); } -@media screen and (max-width: 768px) { - .has-text-right-mobile { - text-align: right !important; - } +.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: #485fc7; } -@media screen and (min-width: 769px), print { - .has-text-right-tablet { - text-align: right !important; - } +.hero.is-link.is-bold { + background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-right-tablet-only { - text-align: right !important; +@media screen and (max-width: 768px) { + .hero.is-link.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); } } -@media screen and (max-width: 1023px) { - .has-text-right-touch { - text-align: right !important; - } +.hero.is-info { + background-color: #3e8ed0; + color: #fff; } -@media screen and (min-width: 1024px) { - .has-text-right-desktop { - text-align: right !important; - } +.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-info strong { + color: inherit; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-right-desktop-only { - text-align: right !important; - } +.hero.is-info .title { + color: #fff; } -@media screen and (min-width: 1216px) { - .has-text-right-widescreen { - text-align: right !important; - } +.hero.is-info .subtitle { + color: rgba(255, 255, 255, 0.9); } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-right-widescreen-only { - text-align: right !important; - } +.hero.is-info .subtitle a:not(.button), +.hero.is-info .subtitle strong { + color: #fff; } -@media screen and (min-width: 1408px) { - .has-text-right-fullhd { - text-align: right !important; +@media screen and (max-width: 1023px) { + .hero.is-info .navbar-menu { + background-color: #3e8ed0; } } -.is-capitalized { - text-transform: capitalize !important; +.hero.is-info .navbar-item, +.hero.is-info .navbar-link { + color: rgba(255, 255, 255, 0.7); } -.is-lowercase { - text-transform: lowercase !important; +.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, +.hero.is-info .navbar-link:hover, +.hero.is-info .navbar-link.is-active { + background-color: #3082c5; + color: #fff; } -.is-uppercase { - text-transform: uppercase !important; +.hero.is-info .tabs a { + color: #fff; + opacity: 0.9; } -.is-italic { - font-style: italic !important; +.hero.is-info .tabs a:hover { + opacity: 1; } -.has-text-weight-light { - font-weight: 300 !important; +.hero.is-info .tabs li.is-active a { + opacity: 1; } -.has-text-weight-normal { - font-weight: 400 !important; +.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a { + color: #fff; } -.has-text-weight-medium { - font-weight: 500 !important; +.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); } -.has-text-weight-semibold { - font-weight: 600 !important; +.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: #3e8ed0; } -.has-text-weight-bold { - font-weight: 700 !important; +.hero.is-info.is-bold { + background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); } -.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; +@media screen and (max-width: 768px) { + .hero.is-info.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); + } } -.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; +.hero.is-success { + background-color: #48c78e; + color: #fff; } -.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; +.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-success strong { + color: inherit; } -.is-family-monospace { - font-family: monospace !important; +.hero.is-success .title { + color: #fff; } -.is-family-code { - font-family: monospace !important; +.hero.is-success .subtitle { + color: rgba(255, 255, 255, 0.9); } -.is-block { - display: block !important; +.hero.is-success .subtitle a:not(.button), +.hero.is-success .subtitle strong { + color: #fff; } -@media screen and (max-width: 768px) { - .is-block-mobile { - display: block !important; +@media screen and (max-width: 1023px) { + .hero.is-success .navbar-menu { + background-color: #48c78e; } } -@media screen and (min-width: 769px), print { - .is-block-tablet { - display: block !important; - } +.hero.is-success .navbar-item, +.hero.is-success .navbar-link { + color: rgba(255, 255, 255, 0.7); } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-block-tablet-only { - display: block !important; - } +.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, +.hero.is-success .navbar-link:hover, +.hero.is-success .navbar-link.is-active { + background-color: #3abb81; + color: #fff; } -@media screen and (max-width: 1023px) { - .is-block-touch { - display: block !important; - } +.hero.is-success .tabs a { + color: #fff; + opacity: 0.9; } -@media screen and (min-width: 1024px) { - .is-block-desktop { - display: block !important; - } +.hero.is-success .tabs a:hover { + opacity: 1; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-block-desktop-only { - display: block !important; - } +.hero.is-success .tabs li.is-active a { + opacity: 1; } -@media screen and (min-width: 1216px) { - .is-block-widescreen { - display: block !important; - } +.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a { + color: #fff; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-block-widescreen-only { - display: block !important; - } +.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); } -@media screen and (min-width: 1408px) { - .is-block-fullhd { - display: block !important; - } +.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: #48c78e; } -.is-flex { - display: flex !important; +.hero.is-success.is-bold { + background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%); } @media screen and (max-width: 768px) { - .is-flex-mobile { - display: flex !important; + .hero.is-success.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%); } } -@media screen and (min-width: 769px), print { - .is-flex-tablet { - display: flex !important; - } +.hero.is-warning { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-flex-tablet-only { - display: flex !important; - } +.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-warning strong { + color: inherit; } -@media screen and (max-width: 1023px) { - .is-flex-touch { - display: flex !important; - } +.hero.is-warning .title { + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1024px) { - .is-flex-desktop { - display: flex !important; - } +.hero.is-warning .subtitle { + color: rgba(0, 0, 0, 0.9); } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-flex-desktop-only { - display: flex !important; - } +.hero.is-warning .subtitle a:not(.button), +.hero.is-warning .subtitle strong { + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1216px) { - .is-flex-widescreen { - display: flex !important; +@media screen and (max-width: 1023px) { + .hero.is-warning .navbar-menu { + background-color: #ffe08a; } } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-flex-widescreen-only { - display: flex !important; - } +.hero.is-warning .navbar-item, +.hero.is-warning .navbar-link { + color: rgba(0, 0, 0, 0.7); } -@media screen and (min-width: 1408px) { - .is-flex-fullhd { - display: flex !important; - } +.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, +.hero.is-warning .navbar-link:hover, +.hero.is-warning .navbar-link.is-active { + background-color: #ffd970; + color: rgba(0, 0, 0, 0.7); } -.is-inline { - display: inline !important; +.hero.is-warning .tabs a { + color: rgba(0, 0, 0, 0.7); + opacity: 0.9; } -@media screen and (max-width: 768px) { - .is-inline-mobile { - display: inline !important; - } +.hero.is-warning .tabs a:hover { + opacity: 1; } -@media screen and (min-width: 769px), print { - .is-inline-tablet { - display: inline !important; - } +.hero.is-warning .tabs li.is-active a { + opacity: 1; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-tablet-only { - display: inline !important; - } +.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { + color: rgba(0, 0, 0, 0.7); } -@media screen and (max-width: 1023px) { - .is-inline-touch { - display: inline !important; - } +.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); } -@media screen and (min-width: 1024px) { - .is-inline-desktop { - display: inline !important; - } +.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(0, 0, 0, 0.7); + color: #ffe08a; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-desktop-only { - display: inline !important; - } +.hero.is-warning.is-bold { + background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); } -@media screen and (min-width: 1216px) { - .is-inline-widescreen { - display: inline !important; +@media screen and (max-width: 768px) { + .hero.is-warning.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); } } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-widescreen-only { - display: inline !important; - } +.hero.is-danger { + background-color: #f14668; + color: #fff; } -@media screen and (min-width: 1408px) { - .is-inline-fullhd { - display: inline !important; - } +.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-danger strong { + color: inherit; } -.is-inline-block { - display: inline-block !important; +.hero.is-danger .title { + color: #fff; } -@media screen and (max-width: 768px) { - .is-inline-block-mobile { - display: inline-block !important; - } +.hero.is-danger .subtitle { + color: rgba(255, 255, 255, 0.9); } -@media screen and (min-width: 769px), print { - .is-inline-block-tablet { - display: inline-block !important; - } +.hero.is-danger .subtitle a:not(.button), +.hero.is-danger .subtitle strong { + color: #fff; } -@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) { + .hero.is-danger .navbar-menu { + background-color: #f14668; } } -@media screen and (max-width: 1023px) { - .is-inline-block-touch { - display: inline-block !important; - } +.hero.is-danger .navbar-item, +.hero.is-danger .navbar-link { + color: rgba(255, 255, 255, 0.7); } -@media screen and (min-width: 1024px) { - .is-inline-block-desktop { - display: inline-block !important; - } +.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active, +.hero.is-danger .navbar-link:hover, +.hero.is-danger .navbar-link.is-active { + background-color: #ef2e55; + color: #fff; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-block-desktop-only { - display: inline-block !important; - } +.hero.is-danger .tabs a { + color: #fff; + opacity: 0.9; } -@media screen and (min-width: 1216px) { - .is-inline-block-widescreen { - display: inline-block !important; - } +.hero.is-danger .tabs a:hover { + opacity: 1; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-block-widescreen-only { - display: inline-block !important; - } +.hero.is-danger .tabs li.is-active a { + opacity: 1; } -@media screen and (min-width: 1408px) { - .is-inline-block-fullhd { - display: inline-block !important; - } +.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a { + color: #fff; } -.is-inline-flex { - display: inline-flex !important; +.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); } -@media screen and (max-width: 768px) { - .is-inline-flex-mobile { - display: inline-flex !important; - } +.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; } -@media screen and (min-width: 769px), print { - .is-inline-flex-tablet { - display: inline-flex !important; - } +.hero.is-danger.is-bold { + background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-flex-tablet-only { - display: inline-flex !important; +@media screen and (max-width: 768px) { + .hero.is-danger.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); } } -@media screen and (max-width: 1023px) { - .is-inline-flex-touch { - display: inline-flex !important; - } +.hero.is-expo { + background-color: #ffd257; + color: white; } -@media screen and (min-width: 1024px) { - .is-inline-flex-desktop { - display: inline-flex !important; - } +.hero.is-expo a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-expo strong { + color: inherit; } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-flex-desktop-only { - display: inline-flex !important; - } +.hero.is-expo .title { + color: white; } -@media screen and (min-width: 1216px) { - .is-inline-flex-widescreen { - display: inline-flex !important; - } +.hero.is-expo .subtitle { + color: rgba(255, 255, 255, 0.9); } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-flex-widescreen-only { - display: inline-flex !important; - } +.hero.is-expo .subtitle a:not(.button), +.hero.is-expo .subtitle strong { + color: white; } -@media screen and (min-width: 1408px) { - .is-inline-flex-fullhd { - display: inline-flex !important; +@media screen and (max-width: 1023px) { + .hero.is-expo .navbar-menu { + background-color: #ffd257; } } -.is-hidden { - display: none !important; +.hero.is-expo .navbar-item, +.hero.is-expo .navbar-link { + color: rgba(255, 255, 255, 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; +.hero.is-expo a.navbar-item:hover, .hero.is-expo a.navbar-item.is-active, +.hero.is-expo .navbar-link:hover, +.hero.is-expo .navbar-link.is-active { + background-color: #ffcb3e; + color: white; } -@media screen and (max-width: 768px) { - .is-hidden-mobile { - display: none !important; - } +.hero.is-expo .tabs a { + color: white; + opacity: 0.9; } -@media screen and (min-width: 769px), print { - .is-hidden-tablet { - display: none !important; - } +.hero.is-expo .tabs a:hover { + opacity: 1; } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-hidden-tablet-only { - display: none !important; - } +.hero.is-expo .tabs li.is-active a { + opacity: 1; } -@media screen and (max-width: 1023px) { - .is-hidden-touch { - display: none !important; - } +.hero.is-expo .tabs.is-boxed a, .hero.is-expo .tabs.is-toggle a { + color: white; } -@media screen and (min-width: 1024px) { - .is-hidden-desktop { - display: none !important; - } +.hero.is-expo .tabs.is-boxed a:hover, .hero.is-expo .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-hidden-desktop-only { - display: none !important; - } +.hero.is-expo .tabs.is-boxed li.is-active a, .hero.is-expo .tabs.is-boxed li.is-active a:hover, .hero.is-expo .tabs.is-toggle li.is-active a, .hero.is-expo .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #ffd257; } -@media screen and (min-width: 1216px) { - .is-hidden-widescreen { - display: none !important; - } +.hero.is-expo.is-bold { + background-image: linear-gradient(141deg, #ffa024 0%, #ffd257 71%, #fff171 100%); } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-hidden-widescreen-only { - display: none !important; +@media screen and (max-width: 768px) { + .hero.is-expo.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #ffa024 0%, #ffd257 71%, #fff171 100%); } } -@media screen and (min-width: 1408px) { - .is-hidden-fullhd { - display: none !important; - } +.hero.is-love { + background-color: #f14668; + color: white; } -.is-invisible { - visibility: hidden !important; +.hero.is-love a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-love strong { + color: inherit; } -@media screen and (max-width: 768px) { - .is-invisible-mobile { - visibility: hidden !important; - } +.hero.is-love .title { + color: white; } -@media screen and (min-width: 769px), print { - .is-invisible-tablet { - visibility: hidden !important; - } +.hero.is-love .subtitle { + color: rgba(255, 255, 255, 0.9); } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-invisible-tablet-only { - visibility: hidden !important; - } +.hero.is-love .subtitle a:not(.button), +.hero.is-love .subtitle strong { + color: white; } @media screen and (max-width: 1023px) { - .is-invisible-touch { - visibility: hidden !important; + .hero.is-love .navbar-menu { + background-color: #f14668; } } -@media screen and (min-width: 1024px) { - .is-invisible-desktop { - visibility: hidden !important; - } +.hero.is-love .navbar-item, +.hero.is-love .navbar-link { + color: rgba(255, 255, 255, 0.7); } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-invisible-desktop-only { - visibility: hidden !important; - } +.hero.is-love a.navbar-item:hover, .hero.is-love a.navbar-item.is-active, +.hero.is-love .navbar-link:hover, +.hero.is-love .navbar-link.is-active { + background-color: #ef2e55; + color: white; } -@media screen and (min-width: 1216px) { - .is-invisible-widescreen { - visibility: hidden !important; - } +.hero.is-love .tabs a { + color: white; + opacity: 0.9; } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-invisible-widescreen-only { - visibility: hidden !important; - } +.hero.is-love .tabs a:hover { + opacity: 1; } -@media screen and (min-width: 1408px) { - .is-invisible-fullhd { - visibility: hidden !important; - } +.hero.is-love .tabs li.is-active a { + opacity: 1; } -/* Bulma Layout */ -.hero { - align-items: stretch; - display: flex; - flex-direction: column; - justify-content: space-between; +.hero.is-love .tabs.is-boxed a, .hero.is-love .tabs.is-toggle a { + color: white; } -.hero .navbar { - background: none; +.hero.is-love .tabs.is-boxed a:hover, .hero.is-love .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); } -.hero .tabs ul { - border-bottom: none; +.hero.is-love .tabs.is-boxed li.is-active a, .hero.is-love .tabs.is-boxed li.is-active a:hover, .hero.is-love .tabs.is-toggle li.is-active a, .hero.is-love .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #f14668; } -.hero.is-white { - background-color: white; - color: #0a0a0a; +.hero.is-love.is-bold { + background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); } -.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-white strong { +@media screen and (max-width: 768px) { + .hero.is-love.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); + } +} + +.hero.is-patreon { + background-color: #f96854; + color: white; +} + +.hero.is-patreon a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-patreon strong { color: inherit; } -.hero.is-white .title { - color: #0a0a0a; +.hero.is-patreon .title { + color: white; } -.hero.is-white .subtitle { - color: rgba(10, 10, 10, 0.9); +.hero.is-patreon .subtitle { + color: rgba(255, 255, 255, 0.9); } -.hero.is-white .subtitle a:not(.button), -.hero.is-white .subtitle strong { - color: #0a0a0a; +.hero.is-patreon .subtitle a:not(.button), +.hero.is-patreon .subtitle strong { + color: white; } @media screen and (max-width: 1023px) { - .hero.is-white .navbar-menu { - background-color: white; + .hero.is-patreon .navbar-menu { + background-color: #f96854; } } -.hero.is-white .navbar-item, -.hero.is-white .navbar-link { - color: rgba(10, 10, 10, 0.7); +.hero.is-patreon .navbar-item, +.hero.is-patreon .navbar-link { + color: rgba(255, 255, 255, 0.7); } -.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active, -.hero.is-white .navbar-link:hover, -.hero.is-white .navbar-link.is-active { - background-color: #f2f2f2; - color: #0a0a0a; +.hero.is-patreon a.navbar-item:hover, .hero.is-patreon a.navbar-item.is-active, +.hero.is-patreon .navbar-link:hover, +.hero.is-patreon .navbar-link.is-active { + background-color: #f8523b; + color: white; } -.hero.is-white .tabs a { - color: #0a0a0a; +.hero.is-patreon .tabs a { + color: white; opacity: 0.9; } -.hero.is-white .tabs a:hover { +.hero.is-patreon .tabs a:hover { opacity: 1; } -.hero.is-white .tabs li.is-active a { +.hero.is-patreon .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-patreon .tabs.is-boxed a, .hero.is-patreon .tabs.is-toggle a { + color: white; } -.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { +.hero.is-patreon .tabs.is-boxed a:hover, .hero.is-patreon .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); } -.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { - background-color: #0a0a0a; - border-color: #0a0a0a; - color: white; +.hero.is-patreon .tabs.is-boxed li.is-active a, .hero.is-patreon .tabs.is-boxed li.is-active a:hover, .hero.is-patreon .tabs.is-toggle li.is-active a, .hero.is-patreon .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #f96854; } -.hero.is-white.is-bold { - background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); +.hero.is-patreon.is-bold { + background-image: linear-gradient(141deg, #ff1b25 0%, #f96854 71%, #fe9469 100%); } @media screen and (max-width: 768px) { - .hero.is-white.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); + .hero.is-patreon.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #ff1b25 0%, #f96854 71%, #fe9469 100%); } } -.hero.is-black { - background-color: #0a0a0a; +.hero.is-rss { + background-color: #f26522; color: white; } -.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-black strong { +.hero.is-rss a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-rss strong { color: inherit; } -.hero.is-black .title { +.hero.is-rss .title { color: white; } -.hero.is-black .subtitle { +.hero.is-rss .subtitle { color: rgba(255, 255, 255, 0.9); } -.hero.is-black .subtitle a:not(.button), -.hero.is-black .subtitle strong { +.hero.is-rss .subtitle a:not(.button), +.hero.is-rss .subtitle strong { color: white; } @media screen and (max-width: 1023px) { - .hero.is-black .navbar-menu { - background-color: #0a0a0a; + .hero.is-rss .navbar-menu { + background-color: #f26522; } } -.hero.is-black .navbar-item, -.hero.is-black .navbar-link { +.hero.is-rss .navbar-item, +.hero.is-rss .navbar-link { color: rgba(255, 255, 255, 0.7); } -.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active, -.hero.is-black .navbar-link:hover, -.hero.is-black .navbar-link.is-active { - background-color: black; +.hero.is-rss a.navbar-item:hover, .hero.is-rss a.navbar-item.is-active, +.hero.is-rss .navbar-link:hover, +.hero.is-rss .navbar-link.is-active { + background-color: #ed560e; color: white; } -.hero.is-black .tabs a { +.hero.is-rss .tabs a { color: white; opacity: 0.9; } -.hero.is-black .tabs a:hover { +.hero.is-rss .tabs a:hover { opacity: 1; } -.hero.is-black .tabs li.is-active a { +.hero.is-rss .tabs li.is-active a { opacity: 1; } -.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { +.hero.is-rss .tabs.is-boxed a, .hero.is-rss .tabs.is-toggle a { color: white; } -.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { +.hero.is-rss .tabs.is-boxed a:hover, .hero.is-rss .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); } -.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { +.hero.is-rss .tabs.is-boxed li.is-active a, .hero.is-rss .tabs.is-boxed li.is-active a:hover, .hero.is-rss .tabs.is-toggle li.is-active a, .hero.is-rss .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #0a0a0a; + color: #f26522; } -.hero.is-black.is-bold { - background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); +.hero.is-rss.is-bold { + background-image: linear-gradient(141deg, #e02401 0%, #f26522 71%, #f99535 100%); } @media screen and (max-width: 768px) { - .hero.is-black.is-bold .navbar-menu { - background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); + .hero.is-rss.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #e02401 0%, #f26522 71%, #f99535 100%); } } -.hero.is-light { - background-color: whitesmoke; +.hero.is-bleeding { + background-color: #abf47c; 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 { +.hero.is-bleeding a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-bleeding strong { color: inherit; } -.hero.is-light .title { +.hero.is-bleeding .title { color: rgba(0, 0, 0, 0.7); } -.hero.is-light .subtitle { +.hero.is-bleeding .subtitle { color: rgba(0, 0, 0, 0.9); } -.hero.is-light .subtitle a:not(.button), -.hero.is-light .subtitle strong { +.hero.is-bleeding .subtitle a:not(.button), +.hero.is-bleeding .subtitle strong { color: rgba(0, 0, 0, 0.7); } @media screen and (max-width: 1023px) { - .hero.is-light .navbar-menu { - background-color: whitesmoke; + .hero.is-bleeding .navbar-menu { + background-color: #abf47c; } } -.hero.is-light .navbar-item, -.hero.is-light .navbar-link { +.hero.is-bleeding .navbar-item, +.hero.is-bleeding .navbar-link { color: rgba(0, 0, 0, 0.7); } -.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active, -.hero.is-light .navbar-link:hover, -.hero.is-light .navbar-link.is-active { - background-color: #e8e8e8; +.hero.is-bleeding a.navbar-item:hover, .hero.is-bleeding a.navbar-item.is-active, +.hero.is-bleeding .navbar-link:hover, +.hero.is-bleeding .navbar-link.is-active { + background-color: #9cf264; color: rgba(0, 0, 0, 0.7); } -.hero.is-light .tabs a { +.hero.is-bleeding .tabs a { color: rgba(0, 0, 0, 0.7); opacity: 0.9; } -.hero.is-light .tabs a:hover { +.hero.is-bleeding .tabs a:hover { opacity: 1; } -.hero.is-light .tabs li.is-active a { +.hero.is-bleeding .tabs li.is-active a { opacity: 1; } -.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { +.hero.is-bleeding .tabs.is-boxed a, .hero.is-bleeding .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 { +.hero.is-bleeding .tabs.is-boxed a:hover, .hero.is-bleeding .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); } -.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { +.hero.is-bleeding .tabs.is-boxed li.is-active a, .hero.is-bleeding .tabs.is-boxed li.is-active a:hover, .hero.is-bleeding .tabs.is-toggle li.is-active a, .hero.is-bleeding .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: whitesmoke; + color: #abf47c; } -.hero.is-light.is-bold { - background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); +.hero.is-bleeding.is-bold { + background-image: linear-gradient(141deg, #a9fa43 0%, #abf47c 71%, #a8f991 100%); } @media screen and (max-width: 768px) { - .hero.is-light.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); + .hero.is-bleeding.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #a9fa43 0%, #abf47c 71%, #a8f991 100%); } } -.hero.is-dark { - background-color: #363636; - color: #fff; +.hero.is-sass { + background-color: #bf4080; + color: white; } -.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-dark strong { +.hero.is-sass a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-sass strong { color: inherit; } -.hero.is-dark .title { - color: #fff; +.hero.is-sass .title { + color: white; } -.hero.is-dark .subtitle { +.hero.is-sass .subtitle { color: rgba(255, 255, 255, 0.9); } -.hero.is-dark .subtitle a:not(.button), -.hero.is-dark .subtitle strong { - color: #fff; +.hero.is-sass .subtitle a:not(.button), +.hero.is-sass .subtitle strong { + color: white; } @media screen and (max-width: 1023px) { - .hero.is-dark .navbar-menu { - background-color: #363636; + .hero.is-sass .navbar-menu { + background-color: #bf4080; } } -.hero.is-dark .navbar-item, -.hero.is-dark .navbar-link { +.hero.is-sass .navbar-item, +.hero.is-sass .navbar-link { color: rgba(255, 255, 255, 0.7); } -.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active, -.hero.is-dark .navbar-link:hover, -.hero.is-dark .navbar-link.is-active { - background-color: #292929; - color: #fff; +.hero.is-sass a.navbar-item:hover, .hero.is-sass a.navbar-item.is-active, +.hero.is-sass .navbar-link:hover, +.hero.is-sass .navbar-link.is-active { + background-color: #ac3a73; + color: white; } -.hero.is-dark .tabs a { - color: #fff; +.hero.is-sass .tabs a { + color: white; opacity: 0.9; } -.hero.is-dark .tabs a:hover { +.hero.is-sass .tabs a:hover { opacity: 1; } -.hero.is-dark .tabs li.is-active a { +.hero.is-sass .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-sass .tabs.is-boxed a, .hero.is-sass .tabs.is-toggle a { + color: white; } -.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { +.hero.is-sass .tabs.is-boxed a:hover, .hero.is-sass .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-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-sass .tabs.is-boxed li.is-active a, .hero.is-sass .tabs.is-boxed li.is-active a:hover, .hero.is-sass .tabs.is-toggle li.is-active a, .hero.is-sass .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #bf4080; } -.hero.is-dark.is-bold { - background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); +.hero.is-sass.is-bold { + background-image: linear-gradient(141deg, #a3297b 0%, #bf4080 71%, #cb4d78 100%); } @media screen and (max-width: 768px) { - .hero.is-dark.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); + .hero.is-sass.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #a3297b 0%, #bf4080 71%, #cb4d78 100%); } } -.hero.is-primary { - background-color: #00d1b2; - color: #fff; +.hero.is-amazon { + background-color: #ffd863; + color: rgba(0, 0, 0, 0.7); } -.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-primary strong { +.hero.is-amazon a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-amazon strong { color: inherit; } -.hero.is-primary .title { - color: #fff; +.hero.is-amazon .title { + color: rgba(0, 0, 0, 0.7); } -.hero.is-primary .subtitle { - color: rgba(255, 255, 255, 0.9); +.hero.is-amazon .subtitle { + color: rgba(0, 0, 0, 0.9); } -.hero.is-primary .subtitle a:not(.button), -.hero.is-primary .subtitle strong { - color: #fff; +.hero.is-amazon .subtitle a:not(.button), +.hero.is-amazon .subtitle strong { + color: rgba(0, 0, 0, 0.7); } @media screen and (max-width: 1023px) { - .hero.is-primary .navbar-menu { - background-color: #00d1b2; + .hero.is-amazon .navbar-menu { + background-color: #ffd863; } } -.hero.is-primary .navbar-item, -.hero.is-primary .navbar-link { - color: rgba(255, 255, 255, 0.7); +.hero.is-amazon .navbar-item, +.hero.is-amazon .navbar-link { + color: rgba(0, 0, 0, 0.7); } -.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, -.hero.is-primary .navbar-link:hover, -.hero.is-primary .navbar-link.is-active { - background-color: #00b89c; - color: #fff; +.hero.is-amazon a.navbar-item:hover, .hero.is-amazon a.navbar-item.is-active, +.hero.is-amazon .navbar-link:hover, +.hero.is-amazon .navbar-link.is-active { + background-color: #ffd24a; + color: rgba(0, 0, 0, 0.7); } -.hero.is-primary .tabs a { - color: #fff; +.hero.is-amazon .tabs a { + color: rgba(0, 0, 0, 0.7); opacity: 0.9; } -.hero.is-primary .tabs a:hover { +.hero.is-amazon .tabs a:hover { opacity: 1; } -.hero.is-primary .tabs li.is-active a { +.hero.is-amazon .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-amazon .tabs.is-boxed a, .hero.is-amazon .tabs.is-toggle a { + color: rgba(0, 0, 0, 0.7); } -.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { +.hero.is-amazon .tabs.is-boxed a:hover, .hero.is-amazon .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-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-amazon .tabs.is-boxed li.is-active a, .hero.is-amazon .tabs.is-boxed li.is-active a:hover, .hero.is-amazon .tabs.is-toggle li.is-active a, .hero.is-amazon .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: #ffd863; } -.hero.is-primary.is-bold { - background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); +.hero.is-amazon.is-bold { + background-image: linear-gradient(141deg, #ffa930 0%, #ffd863 71%, #fff47d 100%); } @media screen and (max-width: 768px) { - .hero.is-primary.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); + .hero.is-amazon.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #ffa930 0%, #ffd863 71%, #fff47d 100%); } } -.hero.is-link { - background-color: #3273dc; - color: #fff; +.hero.is-sponsor { + background-color: #ea4aaa; + color: white; } -.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-link strong { +.hero.is-sponsor a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-sponsor strong { color: inherit; } -.hero.is-link .title { - color: #fff; +.hero.is-sponsor .title { + color: white; } -.hero.is-link .subtitle { +.hero.is-sponsor .subtitle { color: rgba(255, 255, 255, 0.9); } -.hero.is-link .subtitle a:not(.button), -.hero.is-link .subtitle strong { - color: #fff; +.hero.is-sponsor .subtitle a:not(.button), +.hero.is-sponsor .subtitle strong { + color: white; } @media screen and (max-width: 1023px) { - .hero.is-link .navbar-menu { - background-color: #3273dc; + .hero.is-sponsor .navbar-menu { + background-color: #ea4aaa; } } -.hero.is-link .navbar-item, -.hero.is-link .navbar-link { +.hero.is-sponsor .navbar-item, +.hero.is-sponsor .navbar-link { color: rgba(255, 255, 255, 0.7); } -.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, -.hero.is-link .navbar-link:hover, -.hero.is-link .navbar-link.is-active { - background-color: #2366d1; - color: #fff; +.hero.is-sponsor a.navbar-item:hover, .hero.is-sponsor a.navbar-item.is-active, +.hero.is-sponsor .navbar-link:hover, +.hero.is-sponsor .navbar-link.is-active { + background-color: #e7339f; + color: white; } -.hero.is-link .tabs a { - color: #fff; +.hero.is-sponsor .tabs a { + color: white; opacity: 0.9; } -.hero.is-link .tabs a:hover { +.hero.is-sponsor .tabs a:hover { opacity: 1; } -.hero.is-link .tabs li.is-active a { +.hero.is-sponsor .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-sponsor .tabs.is-boxed a, .hero.is-sponsor .tabs.is-toggle a { + color: white; } -.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover { +.hero.is-sponsor .tabs.is-boxed a:hover, .hero.is-sponsor .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); } -.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #3273dc; +.hero.is-sponsor .tabs.is-boxed li.is-active a, .hero.is-sponsor .tabs.is-boxed li.is-active a:hover, .hero.is-sponsor .tabs.is-toggle li.is-active a, .hero.is-sponsor .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #ea4aaa; } -.hero.is-link.is-bold { - background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); +.hero.is-sponsor.is-bold { + background-image: linear-gradient(141deg, #f110bd 0%, #ea4aaa 71%, #f15c9d 100%); } @media screen and (max-width: 768px) { - .hero.is-link.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); + .hero.is-sponsor.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #f110bd 0%, #ea4aaa 71%, #f15c9d 100%); } } -.hero.is-info { - background-color: #3298dc; - color: #fff; +.hero.is-twitter { + background-color: #55acee; + color: white; } -.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-info strong { +.hero.is-twitter a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-twitter strong { color: inherit; } -.hero.is-info .title { - color: #fff; +.hero.is-twitter .title { + color: white; } -.hero.is-info .subtitle { +.hero.is-twitter .subtitle { color: rgba(255, 255, 255, 0.9); } -.hero.is-info .subtitle a:not(.button), -.hero.is-info .subtitle strong { - color: #fff; +.hero.is-twitter .subtitle a:not(.button), +.hero.is-twitter .subtitle strong { + color: white; } @media screen and (max-width: 1023px) { - .hero.is-info .navbar-menu { - background-color: #3298dc; + .hero.is-twitter .navbar-menu { + background-color: #55acee; } } -.hero.is-info .navbar-item, -.hero.is-info .navbar-link { +.hero.is-twitter .navbar-item, +.hero.is-twitter .navbar-link { color: rgba(255, 255, 255, 0.7); } -.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, -.hero.is-info .navbar-link:hover, -.hero.is-info .navbar-link.is-active { - background-color: #238cd1; - color: #fff; +.hero.is-twitter a.navbar-item:hover, .hero.is-twitter a.navbar-item.is-active, +.hero.is-twitter .navbar-link:hover, +.hero.is-twitter .navbar-link.is-active { + background-color: #3ea1ec; + color: white; } -.hero.is-info .tabs a { - color: #fff; +.hero.is-twitter .tabs a { + color: white; opacity: 0.9; } -.hero.is-info .tabs a:hover { +.hero.is-twitter .tabs a:hover { opacity: 1; } -.hero.is-info .tabs li.is-active a { +.hero.is-twitter .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-twitter .tabs.is-boxed a, .hero.is-twitter .tabs.is-toggle a { + color: white; } -.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { +.hero.is-twitter .tabs.is-boxed a:hover, .hero.is-twitter .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); } -.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #3298dc; +.hero.is-twitter .tabs.is-boxed li.is-active a, .hero.is-twitter .tabs.is-boxed li.is-active a:hover, .hero.is-twitter .tabs.is-toggle li.is-active a, .hero.is-twitter .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #55acee; } -.hero.is-info.is-bold { - background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%); +.hero.is-twitter.is-bold { + background-image: linear-gradient(141deg, #1bbbf5 0%, #55acee 71%, #68a1f4 100%); } @media screen and (max-width: 768px) { - .hero.is-info.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%); + .hero.is-twitter.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #1bbbf5 0%, #55acee 71%, #68a1f4 100%); } } -.hero.is-success { - background-color: #48c774; - color: #fff; +.hero.is-videos { + background-color: #48c78e; + color: white; } -.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-success strong { +.hero.is-videos a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-videos strong { color: inherit; } -.hero.is-success .title { - color: #fff; +.hero.is-videos .title { + color: white; } -.hero.is-success .subtitle { +.hero.is-videos .subtitle { color: rgba(255, 255, 255, 0.9); } -.hero.is-success .subtitle a:not(.button), -.hero.is-success .subtitle strong { - color: #fff; +.hero.is-videos .subtitle a:not(.button), +.hero.is-videos .subtitle strong { + color: white; } @media screen and (max-width: 1023px) { - .hero.is-success .navbar-menu { - background-color: #48c774; + .hero.is-videos .navbar-menu { + background-color: #48c78e; } } -.hero.is-success .navbar-item, -.hero.is-success .navbar-link { +.hero.is-videos .navbar-item, +.hero.is-videos .navbar-link { color: rgba(255, 255, 255, 0.7); } -.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, -.hero.is-success .navbar-link:hover, -.hero.is-success .navbar-link.is-active { - background-color: #3abb67; - color: #fff; +.hero.is-videos a.navbar-item:hover, .hero.is-videos a.navbar-item.is-active, +.hero.is-videos .navbar-link:hover, +.hero.is-videos .navbar-link.is-active { + background-color: #3abb81; + color: white; } -.hero.is-success .tabs a { - color: #fff; +.hero.is-videos .tabs a { + color: white; opacity: 0.9; } -.hero.is-success .tabs a:hover { +.hero.is-videos .tabs a:hover { opacity: 1; } -.hero.is-success .tabs li.is-active a { +.hero.is-videos .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-videos .tabs.is-boxed a, .hero.is-videos .tabs.is-toggle a { + color: white; } -.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { +.hero.is-videos .tabs.is-boxed a:hover, .hero.is-videos .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); } -.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #48c774; +.hero.is-videos .tabs.is-boxed li.is-active a, .hero.is-videos .tabs.is-boxed li.is-active a:hover, .hero.is-videos .tabs.is-toggle li.is-active a, .hero.is-videos .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #48c78e; } -.hero.is-success.is-bold { - background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%); +.hero.is-videos.is-bold { + background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 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-videos.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%); } } -.hero.is-warning { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.hero.is-extensions { + background-color: #3e8ed0; + color: white; } -.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-warning strong { +.hero.is-extensions a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-extensions strong { color: inherit; } -.hero.is-warning .title { - color: rgba(0, 0, 0, 0.7); +.hero.is-extensions .title { + color: white; } -.hero.is-warning .subtitle { - color: rgba(0, 0, 0, 0.9); +.hero.is-extensions .subtitle { + color: rgba(255, 255, 255, 0.9); } -.hero.is-warning .subtitle a:not(.button), -.hero.is-warning .subtitle strong { - color: rgba(0, 0, 0, 0.7); +.hero.is-extensions .subtitle a:not(.button), +.hero.is-extensions .subtitle strong { + color: white; } @media screen and (max-width: 1023px) { - .hero.is-warning .navbar-menu { - background-color: #ffdd57; + .hero.is-extensions .navbar-menu { + background-color: #3e8ed0; } } -.hero.is-warning .navbar-item, -.hero.is-warning .navbar-link { - color: rgba(0, 0, 0, 0.7); +.hero.is-extensions .navbar-item, +.hero.is-extensions .navbar-link { + color: rgba(255, 255, 255, 0.7); } -.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, -.hero.is-warning .navbar-link:hover, -.hero.is-warning .navbar-link.is-active { - background-color: #ffd83d; - color: rgba(0, 0, 0, 0.7); +.hero.is-extensions a.navbar-item:hover, .hero.is-extensions a.navbar-item.is-active, +.hero.is-extensions .navbar-link:hover, +.hero.is-extensions .navbar-link.is-active { + background-color: #3082c5; + color: white; } -.hero.is-warning .tabs a { - color: rgba(0, 0, 0, 0.7); +.hero.is-extensions .tabs a { + color: white; opacity: 0.9; } -.hero.is-warning .tabs a:hover { +.hero.is-extensions .tabs a:hover { opacity: 1; } -.hero.is-warning .tabs li.is-active a { +.hero.is-extensions .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-extensions .tabs.is-boxed a, .hero.is-extensions .tabs.is-toggle a { + color: white; } -.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { +.hero.is-extensions .tabs.is-boxed a:hover, .hero.is-extensions .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); } -.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { - background-color: rgba(0, 0, 0, 0.7); - border-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; +.hero.is-extensions .tabs.is-boxed li.is-active a, .hero.is-extensions .tabs.is-boxed li.is-active a:hover, .hero.is-extensions .tabs.is-toggle li.is-active a, .hero.is-extensions .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #3e8ed0; } -.hero.is-warning.is-bold { - background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); +.hero.is-extensions.is-bold { + background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); } @media screen and (max-width: 768px) { - .hero.is-warning.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); + .hero.is-extensions.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); } } -.hero.is-danger { - background-color: #f14668; - color: #fff; +.hero.is-bootstrap { + background-color: #6f5499; + color: white; } -.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-danger strong { +.hero.is-bootstrap a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-bootstrap strong { color: inherit; } -.hero.is-danger .title { - color: #fff; +.hero.is-bootstrap .title { + color: white; } -.hero.is-danger .subtitle { +.hero.is-bootstrap .subtitle { color: rgba(255, 255, 255, 0.9); } -.hero.is-danger .subtitle a:not(.button), -.hero.is-danger .subtitle strong { - color: #fff; +.hero.is-bootstrap .subtitle a:not(.button), +.hero.is-bootstrap .subtitle strong { + color: white; } @media screen and (max-width: 1023px) { - .hero.is-danger .navbar-menu { - background-color: #f14668; + .hero.is-bootstrap .navbar-menu { + background-color: #6f5499; } } -.hero.is-danger .navbar-item, -.hero.is-danger .navbar-link { +.hero.is-bootstrap .navbar-item, +.hero.is-bootstrap .navbar-link { color: rgba(255, 255, 255, 0.7); } -.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active, -.hero.is-danger .navbar-link:hover, -.hero.is-danger .navbar-link.is-active { - background-color: #ef2e55; - color: #fff; +.hero.is-bootstrap a.navbar-item:hover, .hero.is-bootstrap a.navbar-item.is-active, +.hero.is-bootstrap .navbar-link:hover, +.hero.is-bootstrap .navbar-link.is-active { + background-color: #634b89; + color: white; } -.hero.is-danger .tabs a { - color: #fff; +.hero.is-bootstrap .tabs a { + color: white; opacity: 0.9; } -.hero.is-danger .tabs a:hover { +.hero.is-bootstrap .tabs a:hover { opacity: 1; } -.hero.is-danger .tabs li.is-active a { +.hero.is-bootstrap .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-bootstrap .tabs.is-boxed a, .hero.is-bootstrap .tabs.is-toggle a { + color: white; } -.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { +.hero.is-bootstrap .tabs.is-boxed a:hover, .hero.is-bootstrap .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); } -.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #f14668; +.hero.is-bootstrap .tabs.is-boxed li.is-active a, .hero.is-bootstrap .tabs.is-boxed li.is-active a:hover, .hero.is-bootstrap .tabs.is-toggle li.is-active a, .hero.is-bootstrap .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #6f5499; } -.hero.is-danger.is-bold { - background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); +.hero.is-bootstrap.is-bold { + background-image: linear-gradient(141deg, #493981 0%, #6f5499 71%, #8859ad 100%); } @media screen and (max-width: 768px) { - .hero.is-danger.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); + .hero.is-bootstrap.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #493981 0%, #6f5499 71%, #8859ad 100%); } } @@ -11600,13 +16658,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { @media screen and (min-width: 769px), print { .hero.is-medium .hero-body { - padding: 9rem 1.5rem; + padding: 9rem 4.5rem; } } @media screen and (min-width: 769px), print { .hero.is-large .hero-body { - padding: 18rem 1.5rem; + padding: 18rem 6rem; } } @@ -11686,16 +16744,25 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { padding: 3rem 1.5rem; } +@media screen and (min-width: 769px), print { + .hero-body { + padding: 3rem 3rem; + } +} + .section { padding: 3rem 1.5rem; } @media screen and (min-width: 1024px) { + .section { + padding: 3rem 3rem; + } .section.is-medium { - padding: 9rem 1.5rem; + padding: 9rem 4.5rem; } .section.is-large { - padding: 18rem 1.5rem; + padding: 18rem 6rem; } } @@ -11704,20 +16771,37 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { padding: 3rem 1.5rem 6rem; } -.bd-columns-tool, .bd-footer-sponsor a, .bd-footer-donation-action, .bd-footer-star-figure, .bd-sponsor-item, .bd-minis-title, .bd-minis-link, .bd-mini { +.bd-option-or p, .bd-snippet-preview.bd-is-mwb, .bd-book-cover, .bd-side-sponsor, .bd-backers-platform, .bd-backers-platform .bd-backers-platform-logo, .bd-backers-heading, .bd-single-carbon, .bd-single-image, .bd-snippet-mwb, .bd-partner-sponsor, .bd-columns-tool, .bd-footer-sponsor, .bd-footer-donation-action, .bd-footer-star-figure { align-items: center; display: flex; justify-content: center; } -.bd-footer-support, .bd-footer-star, .bd-book-content { +.bd-tabs-nav button, .bd-category-toggle, .bd-navbar-search-icon { + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; + background: none; + border: none; + color: currentColor; + font-family: inherit; + font-size: 1em; + margin: 0; + padding: 0; +} + +.bd-footer-support, .bd-footer-star { background-color: white; border-radius: 6px; box-shadow: 0 1.5rem 1.5rem -1.25rem rgba(10, 10, 10, 0.05); display: block; } -.bd-focus-item::before, .bd-sponsor-item::before { +.bd-focus-item, .bd-partner-sponsor { + position: relative; +} + +.bd-focus-item::before, .bd-partner-sponsor::before { bottom: 0; left: 0; position: absolute; @@ -11725,7 +16809,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { top: 0; background-color: #fafafa; border-radius: 6px; - content: ""; + content: ''; display: block; opacity: 0; pointer-events: none; @@ -11735,4707 +16819,5470 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { transition-property: opacity, transform; } -.bd-focus-item:hover::before, .bd-sponsor-item:hover::before { +.bd-focus-item:hover::before, .bd-partner-sponsor:hover::before { opacity: 1; transform: scale(1); } -.bd-main { - overflow: hidden; - position: relative; +:root { + --white: white; + --white-invert: #0a0a0a; + --black: #0a0a0a; + --black-invert: white; + --light: whitesmoke; + --light-invert: rgba(0, 0, 0, 0.7); + --dark: #363636; + --dark-invert: #fff; + --primary: #00d1b2; + --primary-invert: #fff; + --primary-light: #ebfffc; + --primary-dark: #00947e; + --link: #485fc7; + --link-invert: #fff; + --link-light: #eff1fa; + --link-dark: #3850b7; + --info: #3e8ed0; + --info-invert: #fff; + --info-light: #eff5fb; + --info-dark: #296fa8; + --success: #48c78e; + --success-invert: #fff; + --success-light: #effaf5; + --success-dark: #257953; + --warning: #ffe08a; + --warning-invert: rgba(0, 0, 0, 0.7); + --warning-light: #fffaeb; + --warning-dark: #946c00; + --danger: #f14668; + --danger-invert: #fff; + --danger-light: #feecf0; + --danger-dark: #cc0f35; + --expo: #ffd257; + --expo-invert: white; + --expo-light: #fffaeb; + --expo-dark: #946c00; + --love: #f14668; + --love-invert: white; + --love-light: #feecf0; + --love-dark: #cc0f35; + --patreon: #f96854; + --patreon-invert: white; + --patreon-light: #feeeeb; + --patreon-dark: #c01d07; + --rss: #f26522; + --rss-invert: white; + --rss-light: #fef2ec; + --rss-dark: #c1460b; + --bleeding: #abf47c; + --bleeding-invert: rgba(0, 0, 0, 0.7); + --bleeding-light: #f3fdec; + --bleeding-dark: #3c880b; + --sass: #bf4080; + --sass-invert: white; + --sass-light: #faf0f5; + --sass-dark: #b03b76; + --amazon: #ffd863; + --amazon-invert: rgba(0, 0, 0, 0.7); + --amazon-light: #fffaeb; + --amazon-dark: #946f00; + --sponsor: #ea4aaa; + --sponsor-invert: white; + --sponsor-light: #fdedf6; + --sponsor-dark: #c0167c; + --twitter: #55acee; + --twitter-invert: white; + --twitter-light: #ecf6fd; + --twitter-dark: #10609e; + --videos: #48c78e; + --videos-invert: white; + --videos-light: #effaf5; + --videos-dark: #257953; + --extensions: #3e8ed0; + --extensions-invert: white; + --extensions-light: #eff5fb; + --extensions-dark: #296fa8; + --bootstrap: #6f5499; + --bootstrap-invert: white; + --bootstrap-light: #f4f2f8; + --bootstrap-dark: #73579e; + --bootstrap: #6f5499; + --github: #333333; + --twitter: #55acee; + --patreon: #f96854; + --patreon-blue: #052d49; + --fortyfour: #5f45bb; + --amazon: #ffd863; + --bleeding-green: #abf47c; + --bleeding-red: #ca1f26; + --rss: #f26522; + --search: #00d1b2; + --search-light: #ebfffc; + --search-dark: #00947e; + --html5: #e44d26; + --html5-invert: #ebebeb; + --hl-green: #37e7ac; + --hl-cyan: #51fbde; + --hl-blue: #00b2ff; + --hl-purple: #9a89b4; + --hl-lavender: #9b6dff; + --hl-pink: #ff5cd3; + --hl-rose: #ff6b9d; + --hl-orange: #ff9970; + --hl-yellow: #fed604; + --hl-gray-01: #d9e0e8; + --hl-gray-02: #808182; + --hl-gray-09: #1f2330; + --hl-color: var(--hl-orange); + --hl-background: var(--hl-gray-09); + --container-width: calc(100vw - 3rem); + --container-width-desktop: 960px; + --container-width-widescreen: 1152px; + --container-width-fullhd: 1344px; } -.bd-figure { - align-items: center; - border: 2px solid whitesmoke; - border-radius: 4px; - display: flex; - flex-direction: column; - text-align: center; +@media screen and (min-width: 1024px) { + :root { + --container-width: var(--container-width-desktop); + } } -.bd-figure:not(:last-child) { - margin-bottom: 1.5rem; +@media screen and (min-width: 1216px) { + :root { + --container-width: var(--container-width-widescreen); + } } -.bd-figure img { - margin: 1em; +@media screen and (min-width: 1408px) { + :root { + --container-width: var(--container-width-fullhd); + } } -.bd-figure figcaption { - align-self: stretch; - background-color: whitesmoke; +.bd-fat-button { + font-size: 1.25em; + font-weight: 600; + height: auto; + padding: 0.75em 1.25em; +} + +.bd-fat-button.is-bleeding small, .bd-fat-button.is-amazon small { + display: block; + font-size: 0.625em; + font-weight: 400; + opacity: 0.7; +} + +.bd-fat-button.is-bleeding .icon, .bd-fat-button.is-amazon .icon { + margin-right: 0.5em; +} + +.bd-fat-button.is-amazon img { + margin-bottom: -11px; +} + +.has-text-bootstrap { + color: var(--bootstrap) !important; +} + +.has-text-github { + color: var(--github) !important; +} + +.has-text-twitter { + color: var(--twitter) !important; +} + +.has-text-patreon { + color: var(--patreon) !important; +} + +.has-text-patreon-blue { + color: var(--patreon-blue) !important; +} + +.has-text-fortyfour { + color: var(--fortyfour) !important; +} + +.has-text-amazon { + color: var(--amazon) !important; +} + +.has-text-bleeding-green { + color: var(--bleeding-green) !important; +} + +.has-text-bleeding-red { + color: var(--bleeding-red) !important; +} + +.has-text-rss { + color: var(--rss) !important; +} + +.has-text-videos { + color: var(--videos) !important; +} + +.has-text-expo { + color: var(--expo) !important; +} + +.has-text-love { + color: var(--love) !important; +} + +.has-text-backers { + color: var(--backers) !important; +} + +.has-text-sponsors { + color: var(--sponsors) !important; +} + +.has-text-blog { + color: var(--blog) !important; +} + +.has-text-extensions { + color: var(--extensions) !important; +} + +.has-text-algolia { + color: var(--algolia) !important; +} + +.bd-anchors { + padding: var(--docs-side-padding); + position: -webkit-sticky; + position: sticky; + top: 0; +} + +.bd-anchors.bd-is-empty { + display: none; +} + +.bd-anchors-title { color: #7a7a7a; - font-size: 0.75rem; - padding: 1em; + font-size: 0.75em; + opacity: 0.5; } -.bd-lead { - position: relative; +.bd-anchors-list { + padding: 0.25em 0 0.75em; } -.bd-breadcrumb { +.bd-anchors-list li { + align-items: flex-start; display: flex; - justify-content: space-between; - margin-bottom: 3rem; + font-size: 0.875em; } -.bd-breadcrumb .breadcrumb:not(:last-child) { - margin-bottom: 0; +.bd-anchors-list li.is-past a:not(:hover) { + background-color: #ededed; + color: #7a7a7a; } -.bd-prev-next { - align-items: flex-start; - color: #b5b5b5; - display: none; - flex-grow: 0; - flex-shrink: 0; - margin-left: 0.5rem; +.bd-anchors-list li.is-current a { + background-color: var(--primary); + color: var(--primary-invert); +} + +.bd-anchors-list a:hover { + background-color: var(--primary-invert); + color: var(--primary); +} + +.bd-options { + display: grid; +} + +.bd-option .media-content { + overflow-x: visible; +} + +.bd-option-or { + display: flex; + justify-content: center; + position: relative; text-align: center; } -.bd-prev-next a, -.bd-prev-next span { - border-radius: 4px; - width: 1.5rem; +.bd-option-or::before { + background-color: whitesmoke; + content: ''; + position: absolute; } -.bd-prev-next a:hover { +.bd-option-or p { background-color: whitesmoke; + border-radius: 9999px; + font-size: 0.75em; + font-weight: 600; + height: 3.5rem; + position: relative; + text-transform: uppercase; + width: 3.5rem; } -.bd-prev-next-bis { +.bd-option-item { border-top: 2px solid whitesmoke; - display: flex; - justify-content: space-between; - margin-top: 3rem; + margin-top: 1.5rem; + padding-top: 1.5rem; } -.bd-prev-next-bis a { - margin-top: 1.5rem; +.bd-option-item .bd-fat-button.is-pulled-right { + font-size: 0.75em; + pointer-events: none; } -.bd-prev-next-bis-previous { - margin-right: auto; +.bd-option-item .bd-fat-button.is-primary { + font-size: 1em; } -.bd-prev-next-bis-next { - margin-left: auto; +.bd-option-item .highlight pre { + white-space: pre-wrap; + white-space: break-spaces; } -.bd-header { - margin-bottom: 3rem; +@media screen and (max-width: 1215px) { + .bd-options { + grid-template-columns: 1fr; + } + .bd-option-or { + margin: 1.5rem 0; + } + .bd-option-or::before { + height: 2px; + left: 0; + right: 0; + top: calc(50% - 1px); + } +} + +@media screen and (min-width: 1216px) { + .bd-options { + grid-template-columns: calc(50% - 4rem) 8rem calc(50% - 4rem); + } + .bd-option-or::before { + bottom: 0; + left: calc(50% - 1px); + top: 0; + width: 2px; + } +} + +.bd-tabs-nav { + display: flex; } -.bd-header .subtitle { +.bd-tabs-nav button { + background-color: whitesmoke; + border-radius: 0.375em 0.375em 0 0; color: #7a7a7a; + cursor: pointer; + flex-shrink: 0; + font-family: monospace; + font-size: 0.75em; + padding: 0.5em 0.75em; } -.bd-header .subtitle strong { - color: currentColor; +.bd-tabs-nav button:not(.bd-is-active):hover { + color: var(--hl-background); } -.bd-header #meta { - margin-top: -0.5rem; +.bd-tabs-nav button.bd-is-active { + background-color: var(--hl-background); + color: var(--hl-color); } -.bd-tabs { - margin-bottom: 3rem; +.bd-tabs-nav button:not(:last-child) { + margin-right: 1em; } -@media screen and (max-width: 768px) { - .bd-tabs { - margin-left: -1.5rem; - margin-right: -1.5rem; - } - .bd-tabs .tabs ul { - flex-wrap: nowrap; - } +.bd-tabs-item { + display: none; +} + +.bd-tabs-item .highlight { + border-top-left-radius: 0; +} + +.bd-tabs-item.bd-is-active { + display: block; +} + +.bd-banner { + --background-color: #ebfffc; + --color: #00947e; + background-color: var(--background-color); + color: var(--color); + padding: 0.5em; +} + +.bd-banner.bd-is-bleeding { + --background-color: var(--bleeding-light); + --color: var(--bleeding-dark); +} + +.bd-banner.bd-is-sponsor { + --background-color: var(--sponsor-light); + --color: var(--sponsor); +} + +.bd-banner-body { + align-items: center; + display: flex; + min-height: 2.5rem; +} + +.bd-banner-title { + display: flex; + margin-right: auto; +} + +.bd-banner-title a { + color: inherit; +} + +.bd-banner-title a:hover { + text-decoration: underline; +} + +.bd-banner-title strong { + color: inherit; + font-weight: 600; } @media screen and (min-width: 769px), print { - .bd-tabs .tabs { - overflow: visible; + .bd-banner-title { + font-size: 1.125rem; } - .bd-tabs .tabs ul, - .bd-tabs .tabs a { - border-bottom-color: whitesmoke; - border-bottom-width: 2px; +} + +@media screen and (min-width: 1024px) { + .bd-banner { + padding: 0.5rem 2rem; } - .bd-tabs .tabs a { - margin-bottom: -2px; +} + +@media screen and (min-width: 1216px) { + .bd-banner { + padding: 0.5rem 4rem; } - .bd-tabs .tabs li:not(.is-active) a:hover { - border-bottom-color: #dbdbdb; +} + +.bd-call { + --background-color: var(--primary-light); + --color: var(--primary-dark); + --color-dark: var(--primary-dark); + --margin: 1.5rem; + --spacing: 1em; + align-items: center; + display: flex; + font-size: var(--font-size); + justify-content: center; + margin: var(--margin); +} + +.bd-call.bd-is-twitter { + --background-color: var(--twitter-light); + --color: var(--twitter); + --color-dark: var(--twitter-dark); +} + +.bd-call.bd-is-extensions { + --background-color: var(--extensions-light); + --color: var(--extensions); + --color-dark: var(--extensions-dark); +} + +.bd-call-body { + align-items: center; + background-color: var(--background-color); + border-radius: 6px; + color: var(--color); + justify-content: center; + margin-left: auto; + margin-right: auto; + max-width: var(--container-width); + padding: var(--spacing); +} + +.bd-call-body strong { + color: var(--color-dark); + font-weight: 600; +} + +.bd-call-text { + margin-left: var(--spacing); + margin-right: calc(2 * var(--spacing)); +} + +.bd-call-button .button { + font-size: 1em; +} + +@media screen and (max-width: 768px) { + .bd-call-body { + text-align: center; } - .bd-tabs .tabs ul { - flex-wrap: wrap; - max-width: 100%; + .bd-call-text { + margin-bottom: var(--spacing); } } -.bd-content hr:first-child { - display: none; +@media screen and (min-width: 769px), print { + .bd-call-body { + display: flex; + } } - -.bd-content hr:first-child + .bd-anchor-title { - padding-top: 0; + +@media screen and (min-width: 1024px) { + .bd-call { + --margin: 3rem; + } } -.bd-content hr:first-child + .bd-anchor-title .bd-anchor-link { - top: 0; +@media screen and (min-width: 1216px) { + .bd-call { + --font-size: 1.125rem; + --margin: 3rem; + } } -.bd-side, -.bd-side-background { - background-color: #fafafa; +#carboncontainer { + align-items: center; + display: flex; + justify-content: center; + max-width: 300px; + min-height: 140px; + min-width: 280px; } -.bd-side { +#carbon { + border-radius: 0.125em; + flex-grow: 1; + min-height: 100px; + padding: 0; position: relative; } -.bd-side-background { - bottom: 0; - left: 50%; - position: absolute; - right: 0; - top: 0; +#carbon:hover { + background-color: rgba(0, 0, 0, 0.02); + box-shadow: 0 0 0 0.75rem rgba(0, 0, 0, 0.02); } -.bd-category-list, .bd-anchors-list { - font-size: 0.875rem; +@media screen and (min-width: 769px), print { + #carbon { + width: 300px; + } } -.bd-category-list li:not(:last-child), .bd-anchors-list li:not(:last-child) { - margin-bottom: 0.5em; +#carbonads { + font-size: 14px; + text-align: left; } -.bd-category-list li.is-past a, .bd-anchors-list li.is-past a { - color: #b5b5b5; +#carbonads a, +#carbonads span { + display: block; } -.bd-category-list li.is-current a, .bd-anchors-list li.is-current a { - color: #3273dc; +#carbonads .carbon-wrap { + min-height: 100px; + position: relative; } -.bd-category-list a, .bd-anchors-list a { - color: #7a7a7a; +#carbonads .carbon-wrap:hover .carbon-img::after { + background-color: rgba(0, 0, 0, 0.05); + content: ''; + display: block; + height: 100px; + left: 0; + position: absolute; + right: 1rem; + top: 0; } -.bd-category-list a:hover, .bd-anchors-list a:hover { - color: #3273dc; +#carbonads .carbon-img { + bottom: 0; + float: left; + left: 0; + min-height: 100px; + padding: 0; + position: absolute; + top: 0; + width: calc(130px + 1rem); } -.bd-category a:hover { - color: #3273dc; +#carbonads .carbon-img img { + display: block; + height: 100px; + width: 130px; } -.bd-category:not(:last-child) { - margin-bottom: 0.5rem; +#carbonads .carbon-img:hover + .carbon-text { + color: #485fc7; } -.bd-category.is-active .bd-category-toggle .icon { - transform: rotate(180deg); +#carbonads .carbon-img:active { + opacity: 0.8; } -.bd-category.is-active .bd-category-list { +#carbonads .carbon-text { display: block; + color: #363636; + line-height: 20px; + min-height: 100px; + padding: 0 0 20px calc(130px + 1rem); } -.bd-category-header { - position: relative; +#carbonads .carbon-text:hover { + color: #485fc7; } -.bd-category-toggle { +#carbonads .carbon-poweredby { bottom: 0; - left: 0; + color: #b5b5b5; + display: inline; + font-size: 0.75rem; + line-height: 20px; position: absolute; right: 0; - top: 0; - align-items: center; - color: #b5b5b5; - display: flex; - justify-content: flex-end; } -.bd-category-toggle .icon { - font-size: 0.75rem; - transform-origin: center; +#carbonads .carbon-poweredby:hover { + text-decoration: underline; +} + +.bd-anchors-list a, .bd-category-name, .bd-category-list li a { + --highlight-background-color: var(--primary); + --highlight-color: var(--primary-invert); + align-items: center; + border-radius: 0.375em; + color: #363636; + cursor: pointer; + display: flex; + line-height: var(--height); + padding: 0.375em 0.75em; transition-duration: 86ms; - transition-property: transform; + transition-property: background-color, color; } -.tag.bd-mini-tag { - border-radius: 2px !important; - font-family: Verdana, sans-serif; - font-size: 0.5rem; - font-weight: bold; - height: 2.25em; - vertical-align: text-bottom; +.bd-anchors-list a:hover, .bd-category-name:hover, .bd-category-list li a:hover { + background-color: var(--primary-invert); + color: var(--primary); } -.bd-category-name { - color: #363636; - position: relative; +.bd-anchors-list a.bd-is-focused, .bd-is-focused.bd-category-name, .bd-category-list li a.bd-is-focused { + box-shadow: inset 0 0 0 2px #fafafa, 0 0 0 2px var(--primary); } -.bd-category-name.is-active { - color: #3273dc; +.bd-highlight { + background-color: var(--highlight-background-color); + border-radius: 2px; + box-shadow: 0 0 0 2px var(--highlight-background-color); + color: var(--highlight-color); } -.bd-category-name .bd-mini-tag { - margin-left: 0.5em; +.bd-categories { + --height: 1.25; + padding: var(--docs-side-padding); + position: -webkit-sticky; + position: sticky; + top: 0; } -.bd-category-list { +.bd-categories.bd-has-query .bd-category:not(.bd-has-match) { display: none; - padding: 0.5rem; } -.bd-anchors-reference { - height: 1px; +.bd-categories.bd-has-query .bd-category-list { + display: block; } -.bd-anchors { +.bd-categories.bd-has-query .bd-category-list a:not(.bd-is-match) { display: none; - max-width: 10.5rem; - padding-top: calc(1.5rem - 1px); } -@media screen and (min-width: 769px), print { - .bd-anchors.is-active { - display: block; - } - .bd-anchors.is-pinned { - position: fixed; - top: 0; - } +.bd-categories.bd-has-query.bd-has-no-results .bd-category-group { + display: none; } -.bd-anchors-title { - color: #b5b5b5; - font-size: 0.875rem; - font-weight: 600; - margin-bottom: 0.5rem; +.bd-categories.bd-has-query.bd-has-no-results .bd-categories-no-results { + display: block; } -.bd-anchors-list li:last-child { - margin-top: 1em; +.bd-category.is-current .bd-category-name { + --highlight-background-color: var(--primary-dark); + --highlight-color: var(--primary-light); + background-color: var(--primary-light); + color: var(--primary-dark); } -.bd-anchors-list a { - color: #363636; +.bd-category.is-current .bd-category-name.is-active { + background-color: var(--primary); + color: var(--primary-invert); } -@media screen and (max-width: 1023px) { - .bd-lead, - .bd-side { - padding: 1.5rem; - } - .bd-header-carbon { - margin-top: 1.5rem; - } +.bd-category.is-current .bd-category-list { + display: block; } -@media screen and (max-width: 1023px) { - .bd-side-background { - display: none; - } +.bd-category.is-open .bd-category-list { + display: block; } -@media screen and (min-width: 1024px) { - .bd-duo { - display: flex; - } - .bd-lead { - background-color: white; - overflow: hidden; - flex-grow: 1; - flex-shrink: 1; - } - .bd-prev-next { - display: flex; - } - .bd-side { - flex: 0 0 calc(10.5rem + 1.5rem); - } +.bd-category-group { + color: #b5b5b5; + font-size: 0.625em; + font-weight: 600; + letter-spacing: 0.2em; + margin-bottom: calc(var(--docs-side-padding) / 2); + margin-top: var(--docs-side-padding); + text-transform: uppercase; } -@media screen and (min-width: 1024px) { - .bd-main { - padding: 0 3rem; - } - .bd-lead { - margin-left: -3rem; - padding: 3rem; - } - .bd-lead:last-child { - margin-right: -3rem; - } - .bd-header { - align-items: center; - display: flex; - min-height: 140px; - } - .bd-header-titles { - flex-grow: 1; - flex-shrink: 1; - } - .bd-header-carbon { - flex-grow: 0; - flex-shrink: 0; - margin: -15px 0 -15px 6rem; - width: 300px; - } - .bd-side { - padding: 3rem 0 3rem 1.5rem; - } +.bd-category-header { + position: relative; } -@media screen and (min-width: 1216px) { - .bd-header-carbon { - margin-left: 9rem; - } +.bd-category-name { + font-weight: 600; } -@media screen and (min-width: 1408px) { - .bd-header-carbon { - margin-left: 12rem; - } +.bd-category-toggle { + border-radius: 0.375em; + color: var(--primary); + cursor: pointer; + display: none; + height: calc(1em * var(--height)); + margin-left: auto; + position: absolute; + right: 0.5em; + top: 0.5em; + width: calc(1em * var(--height)); } -.highlight { - background-color: whitesmoke; - border-radius: 6px; - color: #586e75; +.bd-category-toggle:hover { + background-color: var(--primary); + color: var(--primary-invert); } -.highlight pre { - background-color: transparent; - font-size: 0.875em; - line-height: 1.375; +.bd-category-list { + display: none; + padding: 0.25em 0.75em 0.75em; } -.highlight .c { - color: #93a1a1; +.bd-category-list li { + align-items: flex-start; + display: flex; + font-size: 0.875em; } -.highlight .err, -.highlight .g { - color: #586e75; +.bd-category-list li.is-current a { + --highlight-background-color: var(--primary-invert); + --highlight-color: var(--primary-dark); + background-color: var(--primary); + color: var(--primary-invert); } -.highlight .k { - color: #859900; +.bd-categories-no-results { + display: none; } -.highlight .l, -.highlight .n { - color: #586e75; +.bd-categories-no-results .bd-key { + margin-left: 0.5em; } -.highlight .o { - color: #859900; +.bd-categories-filter { + margin-bottom: 1em; + position: relative; } -.highlight .x { - color: #cb4b16; +.bd-categories-filter .input:focus { + border-color: #00d1b2; + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); } -.highlight .p { - color: #586e75; +.bd-categories-filter .bd-key { + position: absolute; + right: 6px; + top: 4px; } -.highlight .cm { - color: #93a1a1; +.bd-key { + align-items: center; + background: rgba(0, 0, 0, 0.1); + border-radius: 0.25em; + color: rgba(0, 0, 0, 0.5); + display: none; + font-family: monospace; + font-size: 0.625rem; + height: 2em; + justify-content: center; + min-width: 2em; + padding: 0 0.25em; + pointer-events: none; + text-align: center; + z-index: 2; } -.highlight .cp { - color: #859900; +.bd-copy, +.bd-show { + background-color: var(--hl-color); + border: none; + border-radius: 0.5em !important; + color: var(--hl-background); + font-size: 1em; + font-weight: 600; } -.highlight .c1 { - color: #93a1a1; +.bd-copy:focus, +.bd-show:focus { + box-shadow: none !important; } -.highlight .cs { - color: #859900; +.bd-copy { + opacity: 0; + position: absolute; + right: calc(1.25em - 0.5em - 1px); + top: calc(1.25em - 0.5em - 1px); } -.highlight .gd { - color: #2aa198; +.highlight:hover .bd-copy { + opacity: 1; } -.highlight .ge { - color: #586e75; - font-style: italic; +.bd-show { + bottom: -1.25em; + height: 2.5em; + left: calc(50% - 4.5em); + padding: 0; + position: absolute; + width: 9em; + z-index: 1; } -.highlight .gr { - color: #dc322f; +.bd-snippet { + --snippet-spacing: 1.5rem; + font-size: 1rem; + grid-gap: calc(2 * var(--snippet-spacing)); + position: relative; } -.highlight .gh { - color: #cb4b16; +.bd-snippet-title { + display: flex; } -.highlight .gi { - color: #859900; +.bd-snippet-tag { + align-items: center; + background: var(--hl-color); + border-radius: 0.5em; + color: var(--hl-background); + display: inline-flex; + flex-grow: 0; + flex-shrink: 0; + font-size: 0.5em; + font-weight: 600; + height: 1.5rem; + padding: 0 1em; + vertical-align: top; } -.highlight .go, -.highlight .gp { - color: #586e75; +.bd-snippet-tag.bd-is-html { + background: var(--hl-background); + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + color: var(--hl-color); } -.highlight .gs { - color: #586e75; - font-weight: bold; +.bd-snippet-preview, +.bd-snippet-code { + position: relative; } -.highlight .gu { - color: #cb4b16; +.bd-snippet-preview { + padding-bottom: var(--snippet-spacing); + padding-top: var(--snippet-spacing); } -.highlight .gt { - color: #586e75; +.bd-snippet-preview img { + vertical-align: top; } -.highlight .kc { - color: #cb4b16; +.bd-snippet-code { + font-size: 0.875em; } -.highlight .kd { - color: #268bd2; +.bd-snippet-code .highlight { + border-top-left-radius: 0; + font-size: 1em; } -.highlight .kn, -.highlight .kp { - color: #859900; +.bd-snippet-code.bd-is-hovering::before { + background: var(--hl-color); + color: var(--hl-background); } -.highlight .kr { - color: #268bd2; +.bd-snippet.bd-is-fullwidth { + box-shadow: inset 0 0 0 1px red; + margin-left: calc(-1 * var(--docs-outer)); + margin-right: calc(-1 * var(--docs-outer)); } -.highlight .kt { - color: #dc322f; +.bd-snippet.bd-is-fullwidth .bd-snippet-title { + margin-left: var(--docs-outer); } -.highlight .ld { - color: #586e75; +.bd-snippet.bd-is-clipped .bd-snippet-code { + overflow: auto; } -.highlight .m, -.highlight .s { - color: #2aa198; +.bd-snippet-code.bd-is-more .highlight:not(:last-child) { + margin-bottom: 2.5rem; } -.highlight .na { - color: #B58900; +.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight { + height: calc(8 * var(--snippet-spacing)); + overflow: hidden; } -.highlight .nb { - color: #586e75; +.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight pre { + overflow: hidden; } -.highlight .nc { - color: #268bd2; +.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight .bd-show { + display: flex; } -.highlight .no { - color: #cb4b16; +.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight::before { + background: linear-gradient(0deg, var(--hl-background), transparent); + bottom: 0; + content: ''; + display: block; + left: 0; + position: absolute; + right: 0; + top: 0; } -.highlight .nd { - color: #268bd2; +@media screen and (min-width: 769px), print { + .bd-snippet.bd-is-vertical { + align-items: flex-start; + display: grid; + grid-template-columns: calc(50% - var(--snippet-spacing)) calc( 50% - var(--snippet-spacing)); + } + .bd-snippet.bd-is-size-1-2 { + grid-template-columns: calc(33% - var(--snippet-spacing)) calc( 67% - var(--snippet-spacing)); + } + .bd-snippet-preview { + padding-bottom: var(--snippet-spacing); + } } -.highlight .ni, -.highlight .ne { - color: #cb4b16; +.bd-content hr:first-child { + display: none; } -.highlight .nf { - color: #268bd2; +.bd-content hr:first-child + .bd-anchor-title { + padding-top: 0; } -.highlight .nl, -.highlight .nn, -.highlight .nx, -.highlight .py { - color: #586e75; +.bd-content hr:first-child + .bd-anchor-title .bd-anchor-link { + top: 0; } -.highlight .nt, -.highlight .nv { - color: #268bd2; +.bd-anchor-title { + --spacing: 3em; + position: relative; } -.highlight .ow { - color: #859900; +.bd-anchor-title:not(:first-child) { + margin-top: 3rem; } -.highlight .w { - color: #586e75; +.bd-anchor-title.title { + font-size: 1.5em; } -.highlight .mf, -.highlight .mh, -.highlight .mi, -.highlight .mo { - color: #2aa198; +@media screen and (max-width: 1215px) { + .bd-anchor-title { + padding-left: 1em; + } } -.highlight .sb { - color: #93a1a1; +.bd-anchor-link { + position: absolute; + right: calc(100% + 1rem); + top: 0; } -.highlight .sc { - color: #2aa198; +@media screen and (max-width: 1215px) { + .bd-anchor-link { + left: 0; + right: auto; + } } -.highlight .sd { - color: #586e75; +.bd-icon-size .icon { + background-color: #ffe08a; } -.highlight .s2 { - color: #2aa198; +@media screen and (min-width: 1216px) { + .bd-content { + font-size: 1.125rem; + } } -.highlight .se { - color: #cb4b16; +@media screen and (min-width: 1800px) { + .bd-content { + font-size: 1.25rem; + } } -.highlight .sh { - color: #586e75; +.bd-hero { + --color: #7a7a7a; + --color-strong: #363636; + --icon-dimensions: 1.125em; + --icon-spacing: 0.25em; + background-color: var(--background-color); } -.highlight .si, -.highlight .sx { - color: #2aa198; +.bd-hero.bd-is-basic .title { + font-weight: 600; } -.highlight .sr { - color: #dc322f; +.bd-hero.bd-is-primary { + --background-color: var(--primary-light); + --color-strong: var(--primary-dark); + --color-icon: var(--primary); } -.highlight .s1, -.highlight .ss { - color: #2aa198; +.bd-hero.bd-is-bleeding { + --background-color: var(--bleeding-light); + --color-strong: var(--bleeding-dark); + --color-icon: var(--bleeding); } -.highlight .bp, -.highlight .vc, -.highlight .vg, -.highlight .vi { - color: #268bd2; +.bd-hero.bd-is-link { + --background-color: var(--link-light); + --color-strong: var(--link-dark); + --color-icon: var(--link); } -.highlight .il { - color: #2aa198; +.bd-hero.bd-is-love { + --background-color: var(--love-light); + --color-strong: var(--love); + --color-icon: var(--love); } -.content .highlight { - margin-left: 0; - margin-right: 0; - text-align: left; +.bd-hero.bd-is-expo { + --background-color: var(--expo-light); + --color-strong: var(--expo-dark); + --color-icon: var(--expo); } -.content .highlight:not(:first-child) { - margin-top: 1em; +.bd-hero.bd-is-sponsor { + --background-color: var(--sponsor-light); + --color-strong: var(--sponsor-dark); + --color: var(--sponsor); + --color-icon: var(--sponsor); } -.content .highlight:not(:last-child) { - margin-bottom: 1em; +.bd-hero.bd-is-videos { + --background-color: var(--videos-light); + --color-strong: var(--videos-dark); + --color: var(--videos); + --color-icon: var(--videos); } -.content li .highlight { - margin-top: 0.5em; +.bd-hero.bd-is-extensions { + --background-color: var(--extensions-light); + --color-strong: var(--extensions-dark); + --color: var(--extensions); + --color-icon: var(--extensions); } -.content .bd-spaced li + li { - margin-top: 1em; +.bd-hero.bd-is-success { + --background-color: var(--success-light); + --color-strong: var(--success-dark); + --color: var(--success); + --color-icon: var(--success); } -.content .highlighter-rouge:not(:last-child) { - margin-bottom: 1.5rem; +.bd-hero.bd-is-bootstrap { + --background-color: var(--bootstrap-light); + --color-strong: var(--bootstrap-dark); + --color: var(--bootstrap); + --color-icon: var(--bootstrap); } -body.page-grid .column > .notification { - padding-left: 0; - padding-right: 0; - text-align: center; +.bd-hero-body { + align-items: center; + display: grid; + grid-gap: 1.5rem; + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } -a.navbar-item > .icon:not(:last-child) { - margin-left: -0.25em; - margin-right: 0.25em; +.bd-hero-heading .title { + color: var(--color-strong); + display: flex; + font-weight: 400; + position: relative; } -@media screen and (min-width: 769px), print { - .header-item .button + .button { - margin-left: 0.75rem; - } +.bd-hero-heading .title a { + color: currentColor; + font-weight: 600; } -svg { - max-height: 100%; - max-width: 100%; +.bd-hero-heading .title a:hover { + text-decoration: underline; } -.bd-notice { - background-color: #00d1b2; - color: #fff; - padding: 1em; - text-align: center; +.bd-hero-heading .title code { + background: none; + padding: 0; } -.bd-notice-body { - align-items: center; - display: flex; - justify-content: center; +.bd-hero-heading .title strong { + font-weight: 600; } -.bd-notice-body a, -.bd-notice-body strong { - color: currentColor; +.bd-hero-heading .title .icon { + color: var(--color-icon); + height: var(--icon-dimensions); + flex-grow: 0; + flex-shrink: 0; + margin-right: var(--icon-spacing); + width: var(--icon-dimensions); } -.bd-notice-body a { - border-bottom: 1px solid rgba(255, 255, 255, 0.5); - padding-bottom: 2px; +.bd-hero-heading .subtitle { + color: var(--color); } -.bd-notice-body a:hover { - border-bottom-color: white; +.bd-hero-heading .subtitle strong { + color: currentColor; } -.bd-notice-body span { - margin: 0 0.25em; - opacity: 0.5; +@media screen and (min-width: 672px) { + .bd-hero-carbon { + justify-self: flex-end; + } } -@media screen and (max-width: 768px) { - .bd-notice { - font-size: 0.75rem; - } - .bd-notice-body { - flex-wrap: wrap; +@media screen and (min-width: 1024px) { + .bd-hero { + --icon-spacing: 0.5em; } - .bd-notice-body p:first-child { - width: 100%; + .bd-hero .hero-body { + padding: 6rem; } -} - -@media screen and (min-width: 769px), print { - .bd-notice-body p:first-child { - margin-right: 1em; + .bd-hero-heading .title .icon { + margin-left: calc(-1 * (var(--icon-dimensions) + var(--icon-spacing))); + margin-right: var(--icon-spacing); } } -.bd-github-button { - background-color: #ea4aaa; - border-color: #ea4aaa !important; - color: #fff; - font-size: 0.875rem; - height: auto; - padding: calc(0.5em - 1px) 1em; +.highlight { + background-color: var(--hl-gray-09); + border-radius: 6px; + color: var(--hl-gray-01); + font-size: 0.75em; position: relative; } -.bd-github-button strong { - font-weight: 600; - margin-top: -2px; +.highlight.bd-is-hovering { + box-shadow: inset 0 0 0 2px var(--hl-orange); } -.bd-github-button .icon { - color: inherit; +.highlight pre { + background-color: transparent; + color: currentColor; + font-size: 1em; + line-height: 1.375; + margin: 0 !important; + padding: 1.25em 1.5em; + white-space: pre; + word-break: break-word; } -.bd-github-button .tag { - font-size: 0.5rem; - font-style: normal; - margin: -1px -8px 0 7px; +.highlight .c { + color: var(--hl-gray-01); } -.bd-github-button:hover, .bd-github-button:focus { - background-color: #e7339f; +.highlight .err, +.highlight .g { + color: var(--hl-gray-02); } -.bd-github-button:active { - background-color: #e51c95; +.highlight .k { + color: var(--hl-cyan); } -.bd-github-button:hover, .bd-github-button:focus, .bd-github-button:active { - color: #fff; +.highlight .l, +.highlight .n { + color: var(--hl-gray-02); } -.bd-patreon-button { - display: inline-block; - position: relative; - vertical-align: top; +.highlight .o { + color: var(--hl-cyan); } -.bd-patreon-button img { - border-radius: 4px; - display: block; - max-height: none !important; +.highlight .x { + color: var(--hl-pink); } -.bd-patreon-button:hover::after { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - background-color: rgba(0, 0, 0, 0.05); - border-radius: 4px; - content: ""; - display: block; +.highlight .p { + color: var(--hl-gray-02); } -#carboncontainer { - align-items: center; - display: flex; - justify-content: center; - margin-left: auto; - margin-right: auto; - max-width: 300px; - min-height: 120px; - min-width: 280px; +.highlight .cm { + color: var(--hl-gray-01); } -#carbon { - flex-grow: 1; - min-height: 100px; - padding: 0; - position: relative; +.highlight .cp { + color: var(--hl-cyan); } -#carbon:hover { - background-color: white; - box-shadow: 0 0 0 0.75rem white; +.highlight .c1 { + color: var(--hl-gray-02); } -@media screen and (min-width: 769px), print { - #carbon { - width: 300px; - } +.highlight .cs { + color: var(--hl-cyan); } -#carbonads { - font-size: 14px; - text-align: left; +.highlight .gd { + color: var(--hl-green); } -#carbonads a, -#carbonads span { - display: block; +.highlight .ge { + color: var(--hl-gray-02); + font-style: italic; } -#carbonads .carbon-wrap { - min-height: 100px; - position: relative; +.highlight .gr { + color: var(--hl-orange); } -#carbonads .carbon-wrap:hover .carbon-img::after { - background-color: rgba(0, 0, 0, 0.05); - content: ""; - display: block; - height: 100px; - left: 0; - position: absolute; - right: 1rem; - top: 0; +.highlight .gh { + color: var(--hl-pink); } -#carbonads .carbon-img { - bottom: 0; - float: left; - left: 0; - min-height: 100px; - padding: 0; - position: absolute; - top: 0; - width: calc(130px + 1rem); +.highlight .gi { + color: var(--hl-cyan); +} + +.highlight .go, +.highlight .gp { + color: var(--hl-gray-02); } -#carbonads .carbon-img img { - display: block; - height: 100px; - width: 130px; +.highlight .gs { + color: var(--hl-gray-02); + font-weight: bold; } -#carbonads .carbon-img:hover + .carbon-text { - color: #3273dc; +.highlight .gu { + color: var(--hl-pink); } -#carbonads .carbon-img:active { - opacity: 0.8; +.highlight .gt { + color: var(--hl-gray-02); } -#carbonads .carbon-text { - display: block; - color: #363636; - line-height: 20px; - min-height: 100px; - padding: 0 0 20px calc(130px + 1rem); +.highlight .kc { + color: var(--hl-pink); } -#carbonads .carbon-text:hover { - color: #3273dc; +.highlight .kd { + color: var(--hl-blue); } -#carbonads .carbon-poweredby { - bottom: 0; - color: #b5b5b5; - display: inline; - font-size: 0.75rem; - line-height: 20px; - position: absolute; - right: 0; +.highlight .kn, +.highlight .kp { + color: var(--hl-cyan); } -#carbonads .carbon-poweredby:hover { - text-decoration: underline; +.highlight .kr { + color: var(--hl-blue); } -@media screen and (max-width: 1407px) { - .bd-navbar-icon { - display: none; - } +.highlight .kt { + color: var(--hl-orange); } -@media screen and (max-width: 1215px) { - .bd-navbar .bd-navbar-item-backers { - display: none; - } +.highlight .ld { + color: var(--hl-gray-02); } -@media screen and (min-width: 1216px) { - #moreDropdown .navbar-item:first-child, - #moreDropdown .navbar-divider:nth-child(2) { - display: none; - } +.highlight .m, +.highlight .s { + color: var(--hl-green); } -@media screen and (max-width: 768px) { - .bd-index-buttons { - margin-top: 3rem; - } +.highlight .na { + color: var(--hl-yellow); } -@media screen and (min-width: 769px), print { - .bd-index-buttons { - margin-top: 6rem; - } +.highlight .nb { + color: var(--hl-orange); } -.bd-index-header { - text-align: center; +.highlight .nc { + color: var(--hl-yellow); } -.bd-index-header a, -.bd-index-header strong { - transition-duration: 86ms; - transition-property: color; +.highlight .no { + color: var(--hl-pink); } -.bd-index-header a { - color: currentColor; +.highlight .nd { + color: var(--hl-blue); } -.bd-index-header a:hover { - color: #3273dc; +.highlight .ni, +.highlight .ne { + color: var(--hl-pink); } -.bd-index-header a:hover strong { - color: #3273dc; +.highlight .nf { + color: var(--hl-blue); } -.bd-index-header strong { - font-weight: 600; +.highlight .nl, +.highlight .nn, +.highlight .nx, +.highlight .py { + color: var(--hl-rose); } -.bd-index-header .title strong { - color: #00d1b2; +.highlight .nt, +.highlight .nv { + color: var(--hl-blue); } -.bd-index-header .subtitle { - color: #b5b5b5 !important; +.highlight .ow { + color: var(--hl-cyan); } -.bd-index-header .subtitle strong { - color: currentColor; +.highlight .w { + color: var(--hl-gray-02); } -.bd-index-header:not(:last-child) { - margin-bottom: 3rem; +.highlight .mf, +.highlight .mh, +.highlight .mi, +.highlight .mo { + color: var(--hl-green); } -.bd-index-header.bd-is-left { - text-align: left; +.highlight .sb { + color: var(--hl-gray-01); } -.bd-index-js-tweet .bd-tw { - margin-left: auto; - margin-right: auto; +.highlight .sc { + color: var(--hl-green); } -.bd-index-custom-tweet .bd-tw { - margin-left: auto; - margin-right: auto; +.highlight .sd { + color: var(--hl-gray-02); } -.bd-index-custom-title { - color: #b5b5b5; +.highlight .s2 { + color: var(--hl-green); } -.bd-index-custom-example { - padding: 1rem; +.highlight .se { + color: var(--hl-pink); } -.bd-index-custom-example .subtitle { - margin-bottom: 0.5rem; +.highlight .sh { + color: var(--hl-gray-02); } -.bd-index-custom.bd-is-after { - color: #757763; - font-family: "Nunito", serif; - margin-top: 0.5rem; +.highlight .si, +.highlight .sx { + color: var(--hl-yellow); } -.bd-index-custom.bd-is-after a { - color: #FA7C91; +.highlight .sr { + color: var(--hl-orange); } -.bd-index-custom.bd-is-after a:hover { - color: #363636; +.highlight .s1, +.highlight .ss { + color: var(--hl-green); } -.bd-index-custom.bd-is-after .subtitle { - color: #757763; +.highlight .bp, +.highlight .vc, +.highlight .vg, +.highlight .vi { + color: var(--hl-blue); } -.bd-index-custom.bd-is-after .input, -.bd-index-custom.bd-is-after .select select { - background-color: #EFF0EB; - border-color: transparent; - border-width: 2px; - box-shadow: none; - font-family: "Nunito", serif; +.highlight .il { + color: var(--hl-green); } -.bd-index-custom.bd-is-after .input:hover, -.bd-index-custom.bd-is-after .select select:hover { - border-color: #D0D1CD; +.content .highlight { + margin-left: 0; + margin-right: 0; + text-align: left; } -.bd-index-custom.bd-is-after .input:focus, -.bd-index-custom.bd-is-after .select select:focus { - border-color: #FA7C91; - box-shadow: 0 0 0 0.125em rgba(250, 124, 145, 0.25); +.content .highlight:not(:first-child) { + margin-top: 1em; } -.bd-index-custom.bd-is-after .select:not(.is-multiple):not(:hover)::after { - border-color: #FA7C91; +.content .highlight:not(:last-child) { + margin-bottom: 1em; } -.bd-index-custom.bd-is-after .button.is-primary { - background-color: #8A4D76; - color: white; +.content li .highlight { + margin-top: 0.5em; } -.bd-index-custom.bd-is-after .button.is-primary:hover { - background-color: #82486f; +.bd-klmn { + margin-bottom: 1.5rem; } -.bd-index-custom.bd-is-after .button.is-primary:active { - background-color: #7a4468; +.bd-klmn-gaps { + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; + margin-bottom: 1.25rem; } -.bd-index-custom.bd-is-after .button.is-link { - background-color: #FA7C91; - color: white; +.bd-klmn-label { + margin: 0.25rem auto 0.25rem 0; } -.bd-index-custom.bd-is-after .button.is-link:hover { - background-color: #fa7087; +.bd-klmn-value, +.bd-klmn-gap { + background-color: var(--hl-gray-09); + border-radius: 0.375em; + color: var(--hl-orange); + font-family: monospace; + font-size: 0.75rem; + margin: 0.25rem 0 0.25rem 0.5rem; + padding: 0.375em 0.75em; + text-align: center; + vertical-align: middle !important; + white-space: nowrap; } -.bd-index-custom.bd-is-after .button.is-link:active { - background-color: #f9637c; +.bd-klmn-value.bd-is-selected, +.bd-klmn-gap.bd-is-selected { + background-color: var(--hl-orange); + color: var(--hl-gray-09); } -.bd-index-custom.bd-is-after ::-moz-selection { - background-color: #FA7C91; - color: white; +.bd-klmn-value { + background-color: var(--hl-orange); + color: var(--hl-gray-09); + font-size: 1rem; } -.bd-index-custom.bd-is-after ::selection { - background-color: #FA7C91; - color: white; +.bd-klmn-columns:last-child .bd-notification { + font-size: 0.75rem; + white-space: nowrap; } -.bd-index-fullscreen .tabs a { - color: #b5b5b5 !important; +.bd-navbar .navbar-brand img { + height: 28px; + max-height: 2em; + width: 112px; } -#grid .notification { - padding-left: 0; - padding-right: 0; +.bd-navbar .navbar-start { + flex-grow: 1; } -.bd-columns-tools { - margin-top: 3rem; +.bd-navbar .navbar-item, +.bd-navbar .navbar-link { + padding: 0.5em 0.75em; } -.bd-columns-tool.bd-is-try .buttons { +.bd-navbar .button.is-sponsor.is-light { + color: var(--sponsor); +} + +.bd-navbar .bd-navbar-search-icon { justify-content: center; + padding: 0; + width: 3.25rem; } -.bd-columns-tool.bd-is-try .button strong { - font-weight: 600; +.bd-navbar .navbar-item.has-dropdown { + padding: 0; } -#markup { - width: 100%; +.bd-navbar .navbar-burger { + margin-left: 0; } -#markup .highlight pre { - max-height: none; +.bd-navbar-item { + transition-duration: 86ms; + transition-property: background-color, box-shadow, color; } -#message { - display: none; - margin-top: 3rem; +.bd-navbar-item > .icon { + margin-left: -0.25em; + margin-right: 0.25em; } -@media screen and (max-width: 768px) { - .bd-columns-tool.bd-is-markup { - margin-top: 3rem; - } +.bd-navbar-item:hover, .bd-navbar-item.is-active { + border-radius: 0.375em; + color: var(--color-dark) !important; } -@media screen and (min-width: 769px), print { - .bd-columns-tools { - align-items: flex-start; - display: flex; - } - .bd-columns-tool { - width: 50%; - } - .bd-columns-tool.bd-is-try { - padding-top: 60px; - } +.bd-navbar-item:hover:not(.is-active) { + background-color: var(--color-light) !important; } -.bd-focus { - margin: 6rem auto 0; - max-width: 1080px; +.bd-navbar-item.is-active { + background-color: transparent !important; + box-shadow: inset 0 0 0 2px var(--color-light) !important; } -.bd-focus-item { - border-radius: 6px; - padding-top: 1.25rem; - position: relative; +.bd-navbar-item.bd-navbar-item-documentation { + --color-light: var(--primary-light); + --color-dark: var(--primary-dark); } -.bd-focus-item .title a, -.bd-focus-item .subtitle { - transition-duration: 172ms; - transition-property: color; +.bd-navbar-item.bd-navbar-item-videos { + --color-light: var(--videos-light); + --color-dark: var(--videos-dark); } -.bd-focus-item .title { - position: relative; - transition-duration: 172ms; - transition-property: color; +.bd-navbar-item.bd-navbar-item-expo { + --color-light: var(--expo-light); + --color-dark: var(--expo-dark); } -.bd-focus-item .subtitle { - color: #b5b5b5; - position: relative; +.bd-navbar-item.bd-navbar-item-love { + --color-light: var(--love-light); + --color-dark: var(--love-dark); } -.bd-focus-item .subtitle strong { - color: currentColor; +.bd-navbar-item.bd-navbar-item-backers { + --color-light: var(--patreon-light); + --color-dark: var(--patreon-dark); } -.bd-focus-item .subtitle .subtitle { - color: #4a4a4a; +.bd-navbar-item.bd-navbar-item-bulma-book { + --color-light: var(--bleeding-light); + --color-dark: var(--bleeding-dark); } -.bd-focus-item:nth-child(1):hover .title { - color: #ff470f; +.bd-navbar-item.bd-navbar-item-blog { + --color-light: var(--rss-light); + --color-dark: var(--rss-dark); } -.bd-focus-item:nth-child(2):hover .title { - color: #48c774; +.bd-navbar-item.bd-navbar-item-extensions { + --color-light: var(--extensions-light); + --color-dark: var(--extensions-dark); } -.bd-focus-item:nth-child(3):hover .title { - color: #3273dc; +.bd-navbar-item.bd-navbar-item-bulma-start { + --color-light: var(--success-light); + --color-dark: var(--success-dark); } -.bd-focus-item:nth-child(4):hover .title { - color: #0a0a0a; +.bd-navbar-item.bd-navbar-item-made-with-bulma { + --color-light: var(--expo-light); + --color-dark: var(--expo-dark); } -.bd-focus-icon { - position: relative; +.bd-navbar-ellipsis { + align-items: center; + border-radius: 0.375em; + color: #485fc7; + height: 2.25em; + justify-content: center; + padding: 0 !important; + width: 2.25em; } -.bd-focus-mobile { - color: #b86bff; - margin-right: -20px; +.bd-navbar-ellipsis::after { + display: none !important; } -.bd-focus-tablet { - color: #f14668; +.bd-navbar-search-icon { + color: var(--search); + cursor: pointer; + margin-left: auto; } -.bd-focus-desktop { - color: #ff470f; - position: relative; - top: 2px; +.bd-navbar-search-icon:hover { + background-color: rgba(0, 0, 0, 0.05); } -.bd-focus-cubes { - position: relative; - height: 3rem; - margin: 0 auto; - top: -0.5rem; - width: 3rem; +.bd-search { + /* Category (eg. Downloads) */ + /* Title (eg. Bootstrap CDN) */ + /* Description description (eg. Bootstrap currently works...) */ + /* Highlighted text */ } -.bd-focus-cube { - color: #48c774; - position: absolute; +.bd-search .algolia-autocomplete, +.bd-search .control { + display: flex; + flex-grow: 1; + flex-shrink: 1; + width: 100%; } -.bd-focus-cube-1 { - left: 0; - top: 0; +.bd-search .control > .icon.is-left { + color: var(--search) !important; } -.bd-focus-cube-2 { - left: -1rem; - top: 23px; +.bd-search .input { + background-color: whitesmoke; + border-color: transparent; + box-shadow: none; } -.bd-focus-cube-3 { - left: 1rem; - top: 23px; +.bd-search .input:hover { + background-color: #fafafa; + border-color: #dbdbdb; + box-shadow: 0 0 0 1px #dbdbdb; } -.bd-focus-css3 { - color: #3273dc; +.bd-search .input:focus { + background-color: transparent; + border-color: var(--search); + box-shadow: 0 0 0 1px var(--search); } -.bd-focus-github { - color: #333333; +.bd-search .input:focus ~ .icon { + color: var(--search) !important; } -.intro-content { - margin-left: auto; - margin-right: auto; - max-width: 640px; +.bd-search .algolia-docsearch-suggestion--category-header { + color: var(--search-dark); + border-bottom-color: #dbdbdb; } -.intro-title { - font-weight: 400; - line-height: 1.375; +.bd-search .algolia-docsearch-suggestion--subcategory-column { + color: #7a7a7a; } -.intro-title strong { - font-weight: 600; +.bd-search .algolia-docsearch-suggestion--title { + color: #363636; } -.intro-ghbtns { - margin-bottom: 16px; - min-height: 30px; +.bd-search .algolia-docsearch-suggestion--text { + color: #4a4a4a; } -.intro-ghbtns iframe, -.intro-ghbtns a, -.intro-ghbtns img { - height: 30px; +.bd-search .algolia-docsearch-suggestion--highlight { + background-color: var(--search-light); + color: var(--search-dark); } -.intro-ghbtns a { - display: inline-block; - min-width: 100px; - vertical-align: top; +.bd-search .algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple, +.bd-search .algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content { + background-color: var(--search-light); } -.intro-ghbtns img { - display: block; +.bd-search .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight, +.bd-search .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight, +.bd-search .algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight { + box-shadow: inset 0 -2px 0 0 var(--search); } -.intro-npm { - background: #242424; - border-radius: 4px; - color: white; - display: flex; - font-size: 15px; - justify-content: space-between; - line-height: 20px; - padding: 15px 25px; - position: relative; +.bd-navbar-mobile-sponsor-icon { + display: none !important; } -.intro-npm code { - font-size: inherit; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; +.bd-navbar-start.bd-is-original .bd-navbar-item-more:not(.bd-is-visible) { + display: none; } -.intro-npm .intro-npm-copy { - border-radius: 4px; - color: #ffdd57; - cursor: pointer; - margin: -2px -7px -3px; - padding: 2px 7px 3px; +.bd-navbar-start.bd-is-original .bd-navbar-dropdown .navbar-item.bd-is-hidden, +.bd-navbar-start.bd-is-original .bd-navbar-dropdown .navbar-item.bd-is-hidden + .navbar-divider { + display: none; } -.intro-npm .intro-npm-copy:hover { - background-color: #ffdd57; - color: #242424; +.bd-navbar.bd-is-clone { + bottom: 0; + pointer-events: none; + position: fixed; + visibility: hidden; + z-index: -1; } -.intro-npm .intro-npm-copy.is-success, .intro-npm .intro-npm-copy.is-error { - color: white; - pointer-events: none; - text-decoration: none; +@media screen and (min-width: 450px) and (max-width: 768px) { + .bd-navbar-mobile-sponsor-icon { + display: flex !important; + } } -.intro-npm .intro-npm-copy.is-success { - background-color: #48c774; +@media screen and (max-width: 768px) { + .bd-navbar .navbar-start > .bd-navbar-item:not(.has-dropdown) { + display: flex; + } + .bd-navbar .navbar-end { + display: none; + } + .bd-navbar-item .navbar-link:not(.is-arrowless) { + display: none; + } + .bd-navbar-item-more { + display: none !important; + } } -.intro-npm .intro-npm-copy.is-error { - background-color: #f14668; +@media screen and (min-width: 769px) { + .bd-navbar .navbar-menu, + .bd-navbar .navbar-start, + .bd-navbar .navbar-end { + align-items: center; + } + .bd-navbar-mobile-icon { + display: none; + } + .bd-navbar-dropdown { + left: auto; + right: 0; + width: 16rem; + z-index: 200; + } + .bd-navbar-dropdown .navbar-item { + white-space: normal; + } } -.intro-npm ::-moz-selection { - background: #ffdd57; - color: #242424; +@media screen and (max-width: 1023px) { + .bd-search { + background-color: white; + box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.05); + display: none; + left: 0; + padding: 1rem; + position: fixed; + right: 0; + top: 3.25rem; + z-index: 100; + } + .bd-search.bd-is-visible { + display: block; + } + .bd-search .algolia-autocomplete .ds-dropdown-menu { + left: 0px !important; + min-width: 0px; + right: auto; + } } -.intro-npm ::selection { - background: #ffdd57; - color: #242424; +@media screen and (min-width: 1024px) { + .bd-navbar { + padding: 1rem 2rem; + } + .bd-navbar .navbar-brand .navbar-item:first-child { + margin-left: -0.75em; + } + .bd-navbar .navbar-menu { + flex-shrink: 1; + } + .bd-navbar .navbar-start { + flex-shrink: 1; + } + .bd-navbar-search-icon { + display: none; + } + .bd-search { + align-items: center; + display: flex; + width: 16rem; + } } -.intro-buttons { - margin-top: 1.5rem; +@media screen and (min-width: 1216px) { + .bd-navbar { + font-size: 1.125rem; + padding: 2rem 4rem; + } + .bd-navbar .navbar-brand img { + height: 36px; + width: 144px; + } + .bd-navbar-dropdown { + left: 0; + right: auto; + } } -.intro-buttons .button { - padding-left: 1.375em; - padding-right: 1.375em; +@media screen and (min-width: 1408px) { + .bd-search { + width: 16rem; + } } -.intro-video { - background-color: white; - margin-left: auto; - margin-right: auto; - max-width: 640px; +.bd-notification { + background-color: whitesmoke; + border-radius: 0.375em; + color: #7a7a7a; + font-weight: 600; + padding: 1.25rem 0; position: relative; + text-align: center; } -.intro-video.has-loaded .intro-spinner { - display: none; +.bd-notification .title, +.bd-notification .subtitle, +.bd-notification .content, +.bd-notification strong { + color: currentColor; } -.intro-video.has-loaded .intro-iframe { - opacity: 1; +.bd-notification code, +.bd-notification pre { + background-color: rgba(10, 10, 10, 0.2); + border-radius: 0.375em; + color: white; } -@-webkit-keyframes introSpinner { - from { - opacity: 0; - transform: scale(1.14); - } - to { - opacity: 1; - transform: scale(1); - } +.bd-notification pre code { + background-color: transparent; } -@keyframes introSpinner { - from { - opacity: 0; - transform: scale(1.14); - } - to { - opacity: 1; - transform: scale(1); - } +.bd-notification.is-white { + background-color: white; + color: #0a0a0a; } -.intro-spinner, -.intro-shadow { - -webkit-animation-duration: 500ms; - animation-duration: 500ms; - animation-easing-function: ease-out; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - transform-origin: center; +.bd-notification.is-black { + background-color: #0a0a0a; + color: white; } -.intro-spinner { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - -webkit-animation-name: introSpinner; - animation-name: introSpinner; +.bd-notification.is-light { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); } -.intro-spinner::before { - -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; - border-bottom-color: #00d1b2; - border-left-color: #00d1b2; - height: 1.5em; - left: calc(50% - 0.75em); - position: absolute; - top: calc(50% - 0.75em); - width: 1.5em; +.bd-notification.is-dark { + background-color: #363636; + color: #fff; } -@-webkit-keyframes introShadow { - from { - opacity: 0; - transform: scale(0.86); - } - to { - opacity: 1; - transform: scale(1); - } +.bd-notification.is-primary { + background-color: #00d1b2; + color: #fff; } -@keyframes introShadow { - from { - opacity: 0; - transform: scale(0.86); - } - to { - opacity: 1; - transform: scale(1); - } +.bd-notification.is-link { + background-color: #485fc7; + color: #fff; } -.intro-shadow { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - background-color: #776e70; - background-position: center center; - background-repeat: no-repeat; - background-size: cover; - box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2); - -webkit-animation-name: introShadow; - animation-name: introShadow; +.bd-notification.is-info { + background-color: #3e8ed0; + color: #fff; } -.intro-iframe { - opacity: 0; - padding-top: 56.25%; - position: relative; - transition-duration: 500ms; - transition-property: opacity; +.bd-notification.is-success { + background-color: #48c78e; + color: #fff; } -.intro-iframe iframe { - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; +.bd-notification.is-warning { + background-color: #ffe08a; + color: rgba(0, 0, 0, 0.7); } -.intro-author { - color: #7a7a7a; - font-size: 0.75rem; - margin-top: 40px; - text-align: center; +.bd-notification.is-danger { + background-color: #f14668; + color: #fff; } -.intro-author a { - color: #363636; +.bd-notification.is-expo { + background-color: #ffd257; + color: white; } -.intro-author a:hover { - text-decoration: underline; +.bd-notification.is-love { + background-color: #f14668; + color: white; } -.intro-author span { - opacity: 0.5; - transition: 100ms opacity; +.bd-notification.is-patreon { + background-color: #f96854; + color: white; } -.intro-author span:hover { - opacity: 1; +.bd-notification.is-rss { + background-color: #f26522; + color: white; } -.intro-carbon { - margin-top: 1.5rem; +.bd-notification.is-bleeding { + background-color: #abf47c; + color: rgba(0, 0, 0, 0.7); } -@media screen and (max-width: 768px) { - .intro-buttons .button { - display: flex; - width: 100%; - } - .intro-buttons .button.is-light { - margin-top: 0.5rem; - } +.bd-notification.is-sass { + background-color: #bf4080; + color: white; } -@media screen and (min-width: 769px), print { - .intro-title { - font-size: 2.25rem; - } - .intro-buttons { - align-items: center; - display: flex; - justify-content: space-between; - } +.bd-notification.is-amazon { + background-color: #ffd863; + color: rgba(0, 0, 0, 0.7); } -@media screen and (max-width: 1023px) { - .intro-column.is-video { - margin-top: 3rem; - } +.bd-notification.is-sponsor { + background-color: #ea4aaa; + color: white; } -@media screen and (min-width: 1024px) { - .intro-columns { - display: flex; - justify-content: center; - } - .intro-column { - width: calc(50% - 1.5rem); - } - .intro-column.is-content { - margin-right: 1.5rem; - } - .intro-column.is-video { - margin-left: 1.5rem; - } - .intro-content { - max-width: 440px; - } - .intro-title { - margin-top: -11px; - } - .intro-title:not(:last-child) { - margin-bottom: 10px; - } +.bd-notification.is-twitter { + background-color: #55acee; + color: white; } -#github { - color: #333333; - border-color: #333333; +.bd-notification.is-videos { + background-color: #48c78e; + color: white; } -#github:hover { - background: #333333; - border-color: #333333; +.bd-notification.is-extensions { + background-color: #3e8ed0; color: white; } -.bd-tw-button { - background-color: #55acee; +.bd-notification.is-bootstrap { + background-color: #6f5499; color: white; - border-color: transparent !important; } -.bd-tw-button:hover { - background-color: #49a6ed; - color: white; +.bd-pagination { + padding: 0 3rem; } -.bd-tw-button:active, .bd-tw-button:focus { - background-color: #3ea1ec; - color: white; +.bd-pagination-links, +.bd-pagination-body { + display: flex; + flex-wrap: wrap; } -#moreDropdown .navbar-item { - padding-left: 3em; - position: relative; +.bd-pagination-body { + margin-left: auto; + margin-right: auto; + max-width: var(--container-width-desktop); } -#moreDropdown .icon { - left: 1rem; - position: absolute; - text-align: center; - top: 0.375rem; - width: 1em; +.bd-docs-pagination .button span { + line-height: 1.25; + text-align: left; } -#moreDropdownBootstrap .icon { - color: #6f5499; +.bd-docs-pagination .button em { + display: block; + font-size: 0.75em; + font-style: normal; + font-weight: 400; + opacity: 0.5; + text-transform: capitalize; } -#moreDropdownPatreon .icon { - color: #f96854; +.bd-docs-pagination .bd-pagination-prev span { + margin-left: 1em; + text-align: left; } -@media screen and (min-width: 1024px) { - #blogDropdown { - width: 17rem; - } - #blogDropdown .navbar-item { - white-space: normal; - } - #moreDropdown { - width: 14rem; - } - #moreDropdown .navbar-item { - padding-right: 1rem; - white-space: normal; - } - #moreDropdown .navbar-item .level { - flex-grow: 1; - } +.bd-docs-pagination .bd-pagination-next { + margin-left: auto; } -.bd-footer-title { - color: #363636; - font-size: 1.25rem; - line-height: 1.25; - margin-bottom: 0.5rem; - transition-duration: 86ms; - transition-property: color; +.bd-docs-pagination .bd-pagination-next span { + margin-right: 1em; } -.bd-footer-title strong { - font-weight: 600; +.bd-features { + padding: var(--docs-side-padding); + padding-bottom: 0; } -.bd-footer-subtitle { - color: #b5b5b5; - margin-top: -0.5rem; - transition-duration: 86ms; - transition-property: color; +.bd-features-title { + color: #7a7a7a; + font-size: 0.75em; + opacity: 0.5; } -.bd-footer-iframe { - display: flex; - flex-wrap: wrap; - margin-bottom: -10px; - min-height: 30px; +.bd-features-list { + padding: 0.25em 0 0; } -.bd-footer-iframe iframe { - height: 30px; - margin-bottom: 10px; +.bd-features-list li { + display: flex; + font-size: 0.875em; + justify-content: space-between; } -.bd-footer-iframe .fb-like { - margin-left: 10px; +.bd-feature-label { + color: #7a7a7a; } -.bd-footer-iframe.is-github iframe { - width: 100%; +.bd-feature-no { + color: #7a7a7a; } -.bd-footer-tsp { - color: #b5b5b5; - margin-top: 1.5rem; +.bd-feature-yes { + color: var(--primary); + font-weight: 700; } -.bd-footer-support, .bd-footer-star { - text-align: center; +.bd-links { + display: grid; + grid-gap: 0; + grid-template-columns: repeat(auto-fill, minmax(20em, 1fr)); } -.bd-footer-support .bd-footer-title, .bd-footer-star .bd-footer-title { - font-size: 1.5rem; +.bd-link { + border-radius: 6px; + color: #7a7a7a; + display: flex; + font-size: 1.25em; + padding: 1em; } -.bd-footer-support { - border-top: 2px solid whitesmoke; - box-shadow: none; - padding: 3rem; +.bd-link:hover { + background-color: var(--primary-light); + color: var(--primary-dark); } -.bd-footer-support .bd-footer-title { - margin-bottom: 1.5rem; +.bd-link-icon { + color: var(--primary); + flex-grow: 0; + flex-shrink: 0; + height: 1.5em; + margin-right: 0.5em; + width: 1.5em; } -.bd-footer-donations { - justify-content: center; +.bd-link-title { + color: #363636; + display: block; + font-weight: 600; + line-height: 1.5; } -.bd-footer-donation { - flex: none; +.bd-link-subtitle { + font-size: 0.75em; } -.bd-footer-donation-items { - display: flex; - flex-wrap: wrap; - justify-content: center; +.bd-screenshots { + display: grid; + grid-gap: 1.5rem; + grid-template-columns: 1fr; } -.bd-footer-donation-items .bd-footer-sponsor { - width: 12rem; +.bd-screenshots .bd-screenshot { + position: relative; } -.bd-footer-sponsor a { - height: 70px; +.bd-screenshots .bd-screenshot:hover { + box-shadow: 0 1em 1em rgba(0, 0, 0, 0.1); + transform: translateY(-0.5em); } @media screen and (min-width: 769px), print { - .bd-footer-donation { - padding: 0.75rem 1.5rem; + .bd-screenshots { + grid-template-columns: repeat(auto-fill, minmax(336px, 1fr)); + margin: 0 auto; + max-width: var(--container-width); } } -.bd-footer-donation-title { - color: #b5b5b5; - margin-bottom: 0.5rem; +.bd-has-drawing { + position: relative; } -.bd-footer-donation-title strong { - color: currentColor; +.bd-drawing { + display: none; + pointer-events: none; + position: absolute; } -.bd-footer-donation-action { - height: 70px; +.bd-drawing.bd-is-try-it-out { + bottom: 100%; + right: 100%; } -.bd-footer-donation-action .bd-github-button { - margin-right: 0.5rem; +.bd-drawing.bd-is-love-letters { + bottom: 110%; + right: 10%; } -.bd-footer-donation-action .bd-github-button, -.bd-footer-donation-action .bd-patreon-button { - flex-shrink: 0; +.bd-drawing.bd-is-crazy { + right: 100%; + top: 110%; } -.bd-footer-donation-action .paypal-form { - height: 30px; +.bd-drawing.bd-is-customize { + right: -10%; + top: 105%; } -.bd-footer-donation-action .paypal-form img { - display: block; +.bd-drawing.bd-is-opinion-free { + right: 100%; + top: 110%; } -.bd-footer-stars { - margin-top: 2.5rem; +.bd-drawing.bd-is-join-us { + bottom: 80%; + left: 100%; +} + +.bd-drawing.bd-is-spam-free { + bottom: 100%; + right: 95%; } @media screen and (min-width: 769px), print { - .bd-footer-stars { - align-items: stretch; - display: flex; - justify-content: space-between; + .bd-drawing { + display: inline; } } -.bd-footer-star { - transition-duration: 86ms; - transition-property: box-shadow, transform; - will-change: box-shadow, transform; +.bd-vars { + --bd-var-name-width: 100%; + --bd-var-computed-type-width: 50%; + --bd-var-type-width: 50%; + --bd-var-computed-value-width: 50%; + --bd-var-value-width: 50%; + background-color: var(--hl-background); + border-radius: 6px; + color: var(--hl-color); + padding: 3.25em; + padding-top: 2em; } -@media screen and (max-width: 768px) { - .bd-footer-star:not(:last-child) { - margin-bottom: 1.5rem; - } +.bd-vars .bd-anchor-title { + color: white; } -@media screen and (min-width: 769px), print { - .bd-footer-star { - width: calc(33.3333% - 2rem); - } +.bd-var { + display: flex; + flex-wrap: wrap; + font-family: monospace; + font-size: 0.75em; + line-height: 1.375; } -.bd-footer-star:hover { - box-shadow: 0 3rem 3rem -1.25rem rgba(10, 10, 10, 0.1); - transform: translateY(-0.5rem); +.bd-var .highlight { + background: none; + font-size: 1em; + overflow: visible; } -.bd-footer-star:hover .bd-footer-title, -.bd-footer-star:hover .bd-footer-subtitle { - color: #3273dc; +.bd-var .highlight pre { + overflow: visible; + padding: 0; + white-space: pre-wrap; + white-space: break-spaces; } -.bd-footer-star.bd-is-expo, .bd-footer-star.bd-is-love { - padding-bottom: 156px; +.bd-var .bd-copy { + font-size: 0.5em !important; + right: 0; + top: 0; } -.bd-footer-star.bd-is-expo .bd-footer-title, .bd-footer-star.bd-is-love .bd-footer-title { - align-items: center; - display: flex; - justify-content: center; +.bd-var.bd-is-body { + border-radius: 0.375em; } -.bd-footer-star.bd-is-expo .bd-footer-title .icon, .bd-footer-star.bd-is-love .bd-footer-title .icon { - margin-right: 0.25em; +.bd-var.bd-is-body:hover { + background-color: rgba(255, 255, 255, 0.1); } -.bd-footer-star.bd-is-expo { - background-image: url("/images/footer/expo-examples.png"); - background-repeat: repeat-x; - background-position: bottom center; - background-size: 352px 156px; +.bd-var.bd-is-head { + border-bottom: 2px solid rgba(255, 255, 255, 0.1); + border-radius: 0; + margin-bottom: 0.5em; + padding-bottom: 0.5em; } -.bd-footer-star.bd-is-love { - background-image: url("/images/footer/love.png"); - background-repeat: no-repeat; - background-position: bottom center; - background-size: 440px 180px; +.bd-var.bd-is-head .bd-var-name, .bd-var.bd-is-head .bd-var-type, .bd-var.bd-is-head .bd-var-value, .bd-var.bd-is-head .bd-var-computed-value, .bd-var.bd-is-head .bd-var-computed-type { + color: var(--hl-gray-02) !important; } -.bd-footer-star-header { - padding: 1.5rem; +.bd-var-name { + color: var(--hl-gray-01); + width: var(--bd-var-name-width); } -.bd-footer-star-figure { - height: 156px; - margin-top: -1rem; +.bd-var-type { + color: var(--bd-var-type-color, var(--hl-gray-02)); + width: var(--bd-var-type-width); } -.bd-footer-links { - margin-top: 6rem; - padding-bottom: 6rem; +.bd-var-value { + color: var(--hl-green); + width: var(--bd-var-value-width); } -.bd-footer-links a { - color: currentColor; +.bd-var-computed-value { + color: var(--hl-yellow); + width: var(--bd-var-computed-value-width); } -.bd-footer-links a:hover { - color: #3273dc; +.bd-var-computed-type { + color: var(--bd-var-type-color, var(--hl-purple)); + width: var(--bd-var-computed-type-width); } -.bd-footer-link-title { - color: #363636; - font-size: 1.25rem; - font-weight: 600; +.bd-var .bd-is-boolean { + --bd-var-type-color: var(--hl-lavender); } -.bd-footer-link-title:not(:first-child) { - margin-top: 1.5em; +.bd-var .bd-is-color { + --bd-var-type-color: var(--hl-orange); } -.bd-footer-link { - margin-top: 0.5rem; +.bd-var .bd-is-compound { + --bd-var-type-color: var(--hl-lavender); } -.bd-footer-link.bd-is-more { - font-size: 0.875rem; +.bd-var .bd-is-font-weight { + --bd-var-type-color: var(--hl-lavender); } -.bd-footer-link.bd-is-more a:not(:hover) { - color: #b5b5b5; +.bd-var .bd-is-function { + --bd-var-type-color: var(--hl-pink); } -.bd-footer-link.bd-has-subtitle a { - align-items: center; - display: flex; - justify-content: space-between; +.bd-var .bd-is-size { + --bd-var-type-color: var(--hl-pink); } -.bd-footer-link.bd-has-subtitle a strong { - flex-grow: 1; - flex-shrink: 1; - font-weight: unset; +.bd-var .bd-is-shadow { + --bd-var-type-color: var(--hl-lavender); } -.bd-footer-link.bd-has-subtitle a em { - display: block; - font-size: 0.875rem; - font-style: normal; +.bd-var .bd-is-string { + --bd-var-type-color: var(--hl-yellow); } -.bd-footer-link.bd-has-subtitle a:not(:hover) em { - color: #b5b5b5; +.bd-var .bd-is-variable { + --bd-var-type-color: var(--hl-green); } -@media screen and (max-width: 768px) { - .bd-footer-link.bd-has-subtitle a { - flex-wrap: wrap; - margin-top: 1rem; +@media screen and (max-width: 1023px) { + .bd-var-name, .bd-var-type, .bd-var-value, .bd-var-computed-value, .bd-var-computed-type { + padding: 0 1em; } - .bd-footer-link.bd-has-subtitle a em { - width: 100%; + .bd-vars { + padding: 1em; + } + .bd-var { + padding: 0.5em 0; } } -@media screen and (min-width: 769px), print { - .bd-footer-link.bd-has-subtitle a em { - margin-left: 1rem; - text-align: right; +@media screen and (min-width: 1024px) { + .bd-var-name, .bd-var-type, .bd-var-value, .bd-var-computed-value, .bd-var-computed-type { + padding: 0.25em 1em; + } + .bd-var.bd-is-head .bd-var-name { + padding-left: 0; + } + .bd-var.bd-is-head .bd-var-computed-type { + padding-left: 2em; + padding-right: 0; + } + .bd-var.bd-is-body { + margin-left: -1em; + margin-right: -1em; + } + .bd-vars { + --bd-var-name-width: 40%; + --bd-var-computed-type-width: 10%; + --bd-var-type-width: 10%; + --bd-var-computed-value-width: 20%; + --bd-var-value-width: 20%; } } -.bd-footer-link-icon { - flex-grow: 0; - flex-shrink: 0; - margin-right: 0.5em; +.bd-book-cover { + position: relative; text-align: center; - width: 1em; } -.bd-spacing-table:hover { - color: #dbdbdb; +.bd-book-cover a { + box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1); + display: inline-block; + transition-duration: 172ms; + transition-property: box-shadow, transform; + vertical-align: top; } -.bd-spacing-table:hover code { - background: none; - color: #dbdbdb; +.bd-book-cover a:hover { + box-shadow: 0 1em 2em rgba(0, 0, 0, 0.1); + transform: translateY(-0.5em); } -.bd-spacing-table .bd-current-row { - background-color: whitesmoke; +.bd-book-cover img { + display: block; } -.bd-spacing-table .bd-current-row:first-child { - background-color: #feecf0; - color: #363636; +.native-js { + border-radius: 1.5em; + display: none; + font-size: 1rem; + margin: var(--newsletter-border-size); + margin-top: 0; + opacity: 0; + position: relative; + visibility: hidden; } -.bd-spacing-table .bd-current-row:first-child code { - background-color: #f14668; - color: #fff; +.native-js::before { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + background-color: #000; + bottom: 0; + content: ''; + display: block; + left: 0; + opacity: 0.02; + pointer-events: none; + right: 0; + top: 0; } -.bd-spacing-table .bd-current-row.bd-current-column { - background-color: #ebfffc; - color: #363636; +.native-show { + display: block; + opacity: 1; + visibility: visible; } -.bd-spacing-table .bd-current-row.bd-current-column code { - background-color: #00d1b2; - color: #fff; +.native-flex { + align-items: center; + display: flex; + justify-content: center; + padding: 2em; + position: relative; + text-decoration: none; } -.bd-spacing-table .bd-current-column { - background-color: whitesmoke; +.native-flex:hover .native-cta { + box-shadow: 0 1rem 2rem 0 rgba(10, 10, 10, 0.1); + transform: translateY(-0.25rem); } -.bd-spacing-table .bd-current-value { - background-color: #feecf0; +.native-img { + border-radius: 3px; + flex-grow: 0; + flex-shrink: 0; + height: 50px; + width: 125px; } -.bd-spacing-table .bd-current-value code { - background-color: #f14668; - color: #fff; +.native-details { + flex-grow: 1; + flex-shrink: 1; } -::-moz-selection { - background-color: #00d1b2; - color: #fff; +.native-main { + align-items: center; + flex-grow: 0; + flex-shrink: 1; + max-width: 640px; } -::selection { - background-color: #00d1b2; - color: #fff; +.native-company { + display: block; + font-size: 0.625em; + letter-spacing: 2px; + margin-bottom: 4px; + text-transform: uppercase; } -.bd-post-container { - margin: 0 auto; - max-width: 56rem; +.native-desc { + display: block; } -.bd-post-fullwidth { - text-align: center; +.native-cta { + border: none; + box-shadow: 0 0.5rem 1rem 0 rgba(10, 10, 10, 0.2); + flex-grow: 0; + flex-shrink: 0; + font-weight: 600; + height: auto; + padding: 0.5em 1em; + transition-duration: 172ms; + transition-property: box-shadow, transform; + will-change: box-shadow, transform; } -@media screen and (min-width: 60rem) { - .bd-post-fullwidth { - margin-left: calc(28rem - 50vw); - margin-right: calc(28rem - 50vw); +@media screen and (max-width: 599px) { + .native-flex { + display: block; + text-align: center; + } + .native-main { + margin-bottom: 2em; + } + .native-details { + margin: 1em; + } +} + +@media screen and (min-width: 600px) { + .native-flex { + display: flex; + padding: 4em; + text-align: left; + } + .native-main { + display: flex; + margin-right: 2em; + } + .native-details { + margin-left: 2em; + } +} + +@media screen and (min-width: 1216px) { + .native-js { + font-size: 1.25rem; } } -.bd-post .table { +:root { + --bd-index-vertical: 1.5rem; + --bd-index-gap: 3rem; +} + +.bd-index-section { + --bd-section-vertical: 1.5rem; + --bd-section-horizontal: 1.5rem; + --bd-section-h: 171deg; + background-image: linear-gradient(180deg, hsla(var(--bd-section-h), 100%, 67%, 0.1), transparent var(--bd-index-vertical)); + background-repeat: repeat-x; +} + +.bd-index-section .bd-tw { + margin-left: auto; + margin-right: auto; + max-width: 28em; +} + +.bd-index-content { font-size: 1rem; } -.bd-post .bd-anchor-title { - margin-top: 0 !important; +.bd-index-content strong { + font-weight: 600; } -.bd-has-drawing { +.bd-index-content .title { + color: #363636; + font-size: 2em; + font-weight: 400; position: relative; } -.bd-drawing { - display: none; - pointer-events: none; +.bd-index-content .title .icon { + height: 1.125em; position: absolute; + right: calc(100% + 1.5rem); + top: 0; + width: 1.125em; } -.bd-drawing.bd-is-try-it-out { - bottom: 100%; - right: 100%; +.bd-index-content .title a { + font-weight: 600; } -.bd-drawing.bd-is-love-letters { - bottom: 110%; - right: 10%; +.bd-index-content .subtitle strong { + color: inherit; } -.bd-drawing.bd-is-crazy { - left: -10%; - top: 110%; +.bd-index-content .icon-text strong { + color: inherit; } -.bd-drawing.bd-is-customize { - right: -10%; - top: 105%; +.bd-index-content .highlight { + margin-bottom: 1em; } -.bd-drawing.bd-is-opinion-free { - right: 100%; - top: 110%; +@media screen and (max-width: 768px) { + .bd-index-section { + padding: 3rem 1.5rem; + } + .bd-index-section .bd-tws { + padding-left: 0; + padding-right: 0; + } +} + +@media screen and (min-width: 769px), print { + :root { + --bd-index-vertical: 3rem; + } + .bd-index-section { + padding-bottom: var(--bd-index-vertical); + padding-top: var(--bd-index-vertical); + } +} + +@media screen and (min-width: 1024px) { + .bd-index-content { + font-size: 1.125rem; + } +} + +@media screen and (min-width: 1216px) { + :root { + --bd-index-vertical: 6rem; + } + .bd-index-content { + font-size: 1.25rem; + max-width: 23em; + } +} + +@media screen and (min-width: 1408px) { + :root { + --bd-index-vertical: 9rem; + } + .bd-index-content { + font-size: 1.5rem; + } +} + +.bd-docs { + --docs-outer: 1.5rem; + --docs-inner: 1.5rem; + --docs-side-padding: 1rem; + border-top: 2px solid whitesmoke; + position: relative; } -.bd-drawing.bd-is-join-us { - bottom: 80%; - left: 100%; +.bd-docs .bd-hero { + margin-top: 0; } -.bd-drawing.bd-is-spam-free { - bottom: 100%; - right: 90%; +.bd-docs-nav, .bd-docs-side { + background-color: #fafafa; + width: 11.25rem; + z-index: 3; } -@media screen and (min-width: 769px), print { - .bd-drawing { - display: inline; - } +.bd-docs-toggles { + border-top: 2px solid whitesmoke; + display: flex; + justify-content: space-between; + padding: 0.5rem 0.75rem; } -.bd-links { - counter-reset: bd-links; +.bd-docs-overlay { + background-color: black; + display: none; + opacity: 0; + pointer-events: none; + transition-duration: 200ms; + transition-property: opacity; + z-index: 2; } -.bd-link { - border-radius: 6px; - color: #7a7a7a; - display: block; - font-size: 1.25rem; - padding: 1rem 3rem 1.5rem 5rem; - position: relative; - transition-duration: 86ms; - transition-property: background-color, color; +.bd-docs-main { + padding-bottom: var(--docs-outer); + padding-left: var(--docs-outer); + padding-right: var(--docs-outer); } -.bd-link strong { - font-weight: 600; +.bd-docs-main .bd-hero .hero-body { + padding-left: 0; + padding-right: 0; } -.bd-link:hover { - background-color: #fafafa; +.bd-docs-body { + border-top: 2px solid whitesmoke; + padding-top: var(--docs-inner); } -.bd-link-surtitle { - float: right; - font-size: 0.75em; - margin-bottom: 1em; - margin-left: 2em; - opacity: 0.5; - padding-top: 0.25em; +.bd-docs-pagination { + border-top: 2px solid whitesmoke; + margin-top: var(--docs-inner); + padding-top: var(--docs-inner); } -.bd-link-name { - line-height: 1.25; - margin-bottom: 0.25em; - position: relative; +.bd-docs-typo { + margin-top: var(--docs-inner); } -.bd-link-figure { - position: absolute; - right: calc(100% + 0.75em); +.bd-side-sponsrs { + display: none; text-align: center; - top: 0; - min-width: 1.5em; -} - -.bd-link-counter { - color: #3273dc; - display: block; - counter-increment: bd-links; - font-weight: 400; } -.bd-link-counter::before { - content: counter(bd-links); +.bd-side-sponsor-label { + color: #7a7a7a; + font-size: 0.75em; } -.bd-link-icon { - display: block; - font-size: 2rem; - width: 1.5em; +.bd-side-sponsor { + height: 4rem; } -.bd-link-more { - font-size: 0.75em; - opacity: 0.5; +.bd-docs-content .bd-example.is-fullwidth, +.bd-docs-content .section.is-fullwidth { + margin-left: calc(-1 * var(--docs-outer)); + margin-right: calc(-1 * var(--docs-outer)); } @media screen and (max-width: 768px) { - .bd-links { - margin-left: -1.5rem; - margin-right: -1.5rem; + .bd-docs-nav, .bd-docs-side { + background-color: white; + bottom: 0; + position: absolute; + top: 0; + transition-duration: 200ms; + transition-property: transform; + } + .bd-docs-overlay { + display: block; + } + .bd-docs { + border-top: none; + overflow: hidden; + } + .bd-docs.bd-showing-overlay .bd-docs-overlay { + opacity: 0.8; + pointer-events: auto; + } + .bd-docs-nav { + left: -11.25rem; + } + .bd-docs-nav.bd-is-shown { + transform: translateX(100%); } - .bd-link { - border-radius: 0; - padding-right: 1.5rem; + .bd-docs-side { + right: -11.25rem; + } + .bd-docs-side.bd-is-shown { + transform: translateX(-100%); } } -@media screen and (min-width: 1024px) { - .bd-links { +@media screen and (min-width: 769px), print { + .bd-docs { + --docs-outer: 3rem; + --docs-inner: 3rem; + display: grid; + grid-template-columns: 11.25rem 1fr 11.25rem; + } + .bd-docs-main { + overflow: hidden; + } + .bd-docs-toggles { + display: none; + } + .bd-docs.bd-is-fullwidth { + display: block; + } + .bd-docs.bd-is-fullwidth .bd-docs-nav, .bd-docs.bd-is-fullwidth .bd-docs-side { + bottom: 0; + position: absolute; + top: 0; + } + .bd-docs.bd-is-fullwidth .bd-is-stickied.bd-docs-nav, .bd-docs.bd-is-fullwidth .bd-is-stickied.bd-docs-side { + position: fixed; + } + .bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover), .bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) { + background: none; + overflow: hidden; + padding-left: 0; + padding-right: 0; + } + .bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover) .bd-categories, .bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-categories { + padding-left: 0; + padding-right: 0; + } + .bd-docs.bd-is-fullwidth .bd-docs-nav { + left: 0; + } + .bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover) { + left: -9.25rem; + } + .bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover) .bd-categories-filter, + .bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover) .bd-categories-no-results { + visibility: hidden; + } + .bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover) .bd-category-list { + padding-left: 0; + padding-right: 0; + } + .bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover) .bd-category a { + position: relative; + text-indent: -9999px; + width: 100%; + } + .bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover) .bd-category a::after { + align-items: center; + bottom: 0; + content: '•'; display: flex; - flex-wrap: wrap; + justify-content: center; + position: absolute; + right: 0; + text-align: center; + text-indent: 0; + top: 0; + width: 2rem; } - .bd-link { - width: 50%; + .bd-docs.bd-is-fullwidth .bd-docs-side { + right: 0; + } + .bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) { + right: -9.25rem; + } + .bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-features, + .bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-anchors { + padding-left: 0; + padding-right: calc(2 * var(--docs-side-padding)); + } + .bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-features-title, + .bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-feature, + .bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-anchors-title, + .bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-anchors-list li { + position: relative; + transform: translateX(2rem); + width: 100%; + } + .bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-features-title::after, + .bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-feature::after, + .bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-anchors-title::after, + .bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-anchors-list li::after { + align-items: center; + bottom: 0; + content: '•'; + display: flex; + justify-content: center; + position: absolute; + right: 100%; + text-align: center; + top: 0; + width: 2rem; } } -.bd-link-name { - color: #363636; - font-size: 1.5rem; - font-weight: 600; +@media screen and (max-width: 1023px) { + .bd-docs-pagination .bd-fat-button { + font-size: 1rem; + } } -.bd-docs { - display: flex; - flex-wrap: wrap; +@media screen and (min-width: 1024px) { + .bd-docs { + --docs-outer: 6rem; + --docs-inner: 3rem; + } +} + +.bd-video { + --spacing: 1.5rem; + display: grid; + grid-template-columns: 1fr; + padding: var(--spacing); +} + +.bd-video:not(:last-child) { + border-bottom: 2px solid var(--videos-light); } -.bd-doc { - margin: 0 3rem 1.5rem 0; +.bd-video-figure img, +.bd-video-figure video { + max-width: 100%; + vertical-align: top; } @media screen and (max-width: 768px) { - .bd-doc { - min-width: calc(50% - 3rem); + .bd-video { + grid-gap: var(--spacing); } } @media screen and (min-width: 769px), print { - .bd-doc { - min-width: calc(33.3333% - 3rem); + .bd-video { + --spacing: 3rem; + grid-template-columns: 1fr 24em 4em calc(var(--container-width) - 28em) 1fr; + } + .bd-video-info { + grid-column: 2; + } + .bd-video-figure { + grid-column: 4 / span 2; + } + .bd-video-figure img { + max-width: 1440px; + } + .bd-video-figure video { + max-width: 1280px; } } -.bd-doc-title { - color: #363636; +@media screen and (min-width: 1024px) { + .bd-video { + --spacing: 4.5rem; + } } -.bd-doc-title a { - color: currentColor; +.bd-tws { + --tws-spacing: 1.5rem; + --column-min-width: 100%; + padding-left: var(--tws-spacing); + padding-right: var(--tws-spacing); } -.bd-doc-title a:hover { - color: #3273dc; +@media screen and (min-width: 769px), print { + .bd-tws { + --column-min-width: 24em; + } } -.bd-doc-title:not(:last-child) { - margin-bottom: 0.75rem; +@media screen and (min-width: 1216px) { + .bd-tws { + font-size: 1.125rem; + } } -.bd-boxes { - display: flex; - flex-wrap: wrap; - justify-content: space-between; +.bd-tws-list { + display: grid; + grid-gap: var(--tws-spacing); + grid-template-columns: repeat(auto-fit, minmax(var(--column-min-width), 1fr)); } -.bd-box { - border: 4px solid whitesmoke; - border-radius: 4px; +.bd-tw { + background-color: #fafafa; + border-radius: 6px; + flex-shrink: 0; + font-size: 1em; + padding: 1.25em; + text-align: left; } -.bd-box-header { - text-align: center; +.bd-tw.bd-is-white { + background-color: white; } -.bd-typo { - text-align: center; +.bd-tw > .mb-4 { + float: right; + font-size: 0.75em; } -.bd-typo:not(:first-child) { - margin-top: 3rem; +.bd-tw-header { + align-items: stretch; + display: flex; + justify-content: flex-start; } -.bd-has-text-rss { - color: #f26522; +.bd-tw-author { + align-items: center; + display: flex; + line-height: 1.2; } -.has-text-star { - color: #FFD257; +.bd-tw-author:hover .bd-tw-fullname { + text-decoration: underline; } -.bd-special-shadow { - background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); - height: 8px; - left: 0; - opacity: 0; - position: absolute; - right: 0; - top: 100%; - transform: scaleY(0); - transform-origin: center top; +.bd-tw-avatar { + flex-shrink: 0; + height: 2.25em; + margin-right: 0.5em; + width: 2.25em; } -@media screen and (max-width: 1023px) { - .bd-is-clipped-touch { - overflow: hidden !important; - } +.bd-tw-avatar img { + border-radius: 9999px; + display: block; + height: 2.25em; + width: 2.25em; } -#images tr td:nth-child(2) { - width: 320px; +.bd-tw-fullname { + color: #363636; + display: block; + font-size: 1em; + font-weight: 700; } -.bd-color { - border-radius: 2px; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.1); - display: inline-block; - float: left; - height: 24px; - margin-right: 8px; - width: 24px; +.bd-tw-username { + color: #7a7a7a; + display: block; + font-size: 0.875em; } -.button.bd-is-rss { - background-color: #f26522; - border-color: transparent; - color: #fff; +.bd-tw-content { + color: #363636; + font-size: 1em; + line-height: 1.4; + margin-top: 1em; } -.button.bd-is-rss:hover { - background-color: #ed560e; +.bd-tw-content a { + color: #485fc7; +} + +.bd-tw-content a:hover { + text-decoration: underline; } -.button.bd-is-rss:active { - background-color: #d54d0d; +.bd-tw-date { + font-size: 0.875em; + line-height: 1.4; + margin-top: 0.25em; } -.bd-view-all-versions { +.bd-tw-date a { color: #7a7a7a; } -.bd-view-all-versions:hover { +.bd-tw-date a:hover { text-decoration: underline; } -.bd-feature-title { - color: #7a7a7a; +.bd-tw-actions { + align-items: center; + display: flex; + margin-top: 0.5em; } -.bd-feature-title a { - border-bottom: 1px solid transparent; - color: #363636; +.bd-tw-action { + margin-right: 1.25em; } -.bd-feature-title a:hover { - border-bottom-color: #00d1b2; +.bd-tw-action-link { + align-items: center; + color: #7a7a7a; + display: flex; + height: 1.25em; + min-width: 1.25em; } -.bd-anchor-title { - padding-top: 1.5rem; - position: relative; +.bd-tw-icon { + background-size: contain; + height: 1.25em; + width: 1.25em; +} + +.bd-tw-action-stat { + color: currentColor; + font-size: 0.875em; + margin-left: 0.5em; + margin-top: 1px; +} + +.bd-tw-action.is-reply .bd-tw-icon { + background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M14.046%202.242l-4.148-.01h-.002c-4.374%200-7.8%203.427-7.8%207.802%200%204.098%203.186%207.206%207.465%207.37v3.828c0%20.108.045.286.12.403.143.225.385.347.633.347.138%200%20.277-.038.402-.118.264-.168%206.473-4.14%208.088-5.506%201.902-1.61%203.04-3.97%203.043-6.312v-.017c-.006-4.368-3.43-7.788-7.8-7.79zm3.787%2012.972c-1.134.96-4.862%203.405-6.772%204.643V16.67c0-.414-.334-.75-.75-.75h-.395c-3.66%200-6.318-2.476-6.318-5.886%200-3.534%202.768-6.302%206.3-6.302l4.147.01h.002c3.532%200%206.3%202.766%206.302%206.296-.003%201.91-.942%203.844-2.514%205.176z%22%2F%3E%3C%2Fsvg%3E); } -@media screen and (max-width: 1215px) { - .bd-anchor-title { - padding-left: 2rem; - } +.bd-tw-action.is-reply .bd-tw-action-link:hover { + color: var(--info); } -.bd-anchor-link { - position: absolute; - right: calc(100% + 1rem); - top: 1.5rem; +.bd-tw-action.is-reply .bd-tw-action-link:hover .bd-tw-icon { + background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%231DA1F2%22%20d%3D%22M14.046%202.242l-4.148-.01h-.002c-4.374%200-7.8%203.427-7.8%207.802%200%204.098%203.186%207.206%207.465%207.37v3.828c0%20.108.045.286.12.403.143.225.385.347.633.347.138%200%20.277-.038.402-.118.264-.168%206.473-4.14%208.088-5.506%201.902-1.61%203.04-3.97%203.043-6.312v-.017c-.006-4.368-3.43-7.788-7.8-7.79zm3.787%2012.972c-1.134.96-4.862%203.405-6.772%204.643V16.67c0-.414-.334-.75-.75-.75h-.395c-3.66%200-6.318-2.476-6.318-5.886%200-3.534%202.768-6.302%206.3-6.302l4.147.01h.002c3.532%200%206.3%202.766%206.302%206.296-.003%201.91-.942%203.844-2.514%205.176z%22%2F%3E%3C%2Fsvg%3E); } -@media screen and (max-width: 1215px) { - .bd-anchor-link { - left: 0; - right: auto; - } +.bd-tw-action.is-retweet .bd-tw-icon { + background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M23.77%2015.67c-.292-.293-.767-.293-1.06%200l-2.22%202.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414%200-.75.336-.75.75s.336.75.75.75h5.85c1.24%200%202.25%201.01%202.25%202.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06%200s-.294.768%200%201.06l3.5%203.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767%200-1.06zm-10.66%203.28H7.26c-1.24%200-2.25-1.01-2.25-2.25V6.46l2.22%202.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768%200-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06%200l-3.5%203.5c-.294.292-.294.767%200%201.06s.767.293%201.06%200l2.22-2.22V16.7c0%202.068%201.683%203.75%203.75%203.75h5.85c.414%200%20.75-.336.75-.75s-.337-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E); } -.has-text-orange { - color: #ff470f !important; +.bd-tw-action.is-retweet .bd-tw-action-link:hover { + color: var(--success); } -.has-text-purple { - color: #b86bff !important; +.bd-tw-action.is-retweet .bd-tw-action-link:hover .bd-tw-icon { + background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2317BF63%22%20d%3D%22M23.77%2015.67c-.292-.293-.767-.293-1.06%200l-2.22%202.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414%200-.75.336-.75.75s.336.75.75.75h5.85c1.24%200%202.25%201.01%202.25%202.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06%200s-.294.768%200%201.06l3.5%203.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767%200-1.06zm-10.66%203.28H7.26c-1.24%200-2.25-1.01-2.25-2.25V6.46l2.22%202.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768%200-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06%200l-3.5%203.5c-.294.292-.294.767%200%201.06s.767.293%201.06%200l2.22-2.22V16.7c0%202.068%201.683%203.75%203.75%203.75h5.85c.414%200%20.75-.336.75-.75s-.337-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E); } -.has-text-bootstrap { - color: #6f5499 !important; +.bd-tw-action.is-heart .bd-tw-icon { + background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E); } -.has-text-patreon { - color: #f96854 !important; +.bd-tw-action.is-heart .bd-tw-action-link:hover { + color: var(--danger); } -.bd-emoji { - margin-right: 0.5em; - margin-top: 2px; +.bd-tw-action.is-heart .bd-tw-action-link:hover .bd-tw-icon { + background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23E0245E%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E); } -.bd-emoji-bis { - font-size: 1.25em; - vertical-align: middle; +.bd-websites { + --gap: 0px; + --width: 672px; + --spacing: 1.5rem; + display: grid; + grid-gap: var(--gap); + grid-template-columns: 1fr; + margin-left: auto; + margin-right: auto; + max-width: calc( calc(2 * calc(var(--width) + var(--spacing)) + calc(3 * var(--gap)))); + padding-left: var(--spacing); + padding-right: var(--spacing); } -.bd-notification { - background-color: whitesmoke; - border-radius: 4px; - color: #7a7a7a; - font-weight: 600; - padding: 1.25rem 0; +.bd-website { + display: block; + margin-left: auto; + margin-right: auto; + max-width: calc(2 * var(--width)); + padding-bottom: var(--spacing); position: relative; text-align: center; + overflow: hidden; + position: relative; } -.bd-notification .title, -.bd-notification .subtitle, -.bd-notification .content, -.bd-notification strong { - color: currentColor; +.bd-website:hover { + background-color: var(--expo-light); } -.bd-notification code, -.bd-notification pre { - background-color: rgba(10, 10, 10, 0.2); - border-radius: 4px; - color: white; +.bd-website:hover .title { + color: var(--expo-dark); } -.bd-notification pre code { - background-color: transparent; +.bd-website:hover .bd-website-date { + color: #363636; } -.bd-notification.is-white { - background-color: white; - color: #0a0a0a; +.bd-website:hover .bd-website-shadow { + opacity: 0; } -.bd-notification.is-black { - background-color: #0a0a0a; - color: white; +.bd-website:hover .bd-website-overlay { + background-color: rgba(10, 10, 10, 0.1); } -.bd-notification.is-light { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); +.bd-website.bd-is-highlighted { + grid-column: span 2; } -.bd-notification.is-dark { - background-color: #363636; - color: #fff; +.bd-website-date { + color: #7a7a7a; } -.bd-notification.is-primary { - background-color: #00d1b2; - color: #fff; +.bd-website-image { + align-items: center; + display: flex; + justify-content: center; + margin-bottom: var(--spacing); + position: relative; } -.bd-notification.is-link { - background-color: #3273dc; - color: #fff; +.bd-website-image img { + border-radius: 0.375em; } -.bd-notification.is-info { - background-color: #3298dc; - color: #fff; +.bd-website-image .b-lazy { + opacity: 0; + transition: opacity 500ms ease-out; } -.bd-notification.is-success { - background-color: #48c774; - color: #fff; +.bd-website-image .b-loaded { + opacity: 1; } -.bd-notification.is-warning { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.bd-website-shadow { + border: 1px solid rgba(0, 0, 0, 0.04); + transition: opacity 200ms ease-out; } -.bd-notification.is-danger { - background-color: #f14668; - color: #fff; +.bd-website-overlay { + background-color: transparent; + border-radius: 0.375em; + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04); + transition: background-color 200ms ease-out; } -.bd-icon-size .icon { - background-color: #ffdd57; +@media screen and (min-width: 769px), print { + .bd-websites { + --spacing: 3rem; + grid-template-columns: repeat(auto-fill, minmax(var(--width), 1fr)); + } } -.bd-mwb-table td { - vertical-align: middle; +.bd-backers { + --spacing: 1.5rem; + padding-bottom: var(--spacing); + padding-top: var(--spacing); } -.bd-mwb-table td img { - vertical-align: middle; +.bd-backers-platforms { + --spacing: 1.5rem; + padding: var(--spacing); + text-align: center; } -.bd-example, -.bd-structure, -.bd-snippet { - border: 2px solid whitesmoke; - position: relative; +.bd-backers-platform .bd-backers-platform-logo { + border-radius: 6px; + padding: var(--spacing); + transition-duration: 172ms; + transition-property: box-shadow; } -.bd-example::before, -.bd-structure::before, -.bd-snippet::before { - background: #ffdd57; - border-radius: 2px 2px 0 0; - bottom: 100%; - color: rgba(0, 0, 0, 0.7); - content: "Example"; - display: inline-block; - font-size: 7px; - font-weight: bold; - left: -1px; - letter-spacing: 1px; - margin-left: -1px; - padding: 3px 5px; - position: absolute; - text-transform: uppercase; - vertical-align: top; +.bd-backers-platform .bd-backers-platform-logo:hover { + box-shadow: 0 0 0 2px var(--color); } -@media screen and (min-width: 769px), print { - .bd-example.is-fullwidth, - .bd-structure.is-fullwidth, - .bd-snippet.is-fullwidth { - border-left: none; - border-right: none; - padding: 0; - } +.bd-backers-platform.bd-is-patreon { + --color: var(--patreon); + grid-column: 2; } -.bd-example, -.bd-structure { - padding: 1.5rem; +.bd-backers-platform.bd-is-github { + --color: var(--github); + grid-column: 3; } -.bd-example:not(:first-child), -.bd-structure:not(:first-child) { - margin-top: 2rem; +.bd-backers-platform .bd-fat-button { + margin-top: 1em; } -.bd-example:not(:last-child), -.bd-structure:not(:last-child) { - margin-bottom: 1.5rem; +.bd-backers-heading h2 { + background-color: var(--sponsor-light); + border-radius: 6px; + color: var(--sponsor); + font-size: 1em; + font-weight: 600; + padding: 0.5em 1em; } -.bd-example.bd-is-clipped { - border-top-right-radius: 6px; +.bd-backers-group { + padding: var(--spacing); + text-align: center; } -.bd-example + .highlight { - border: 1px solid #ffdd57; - border-radius: 0 0 4px 4px; - border-top: none; - margin-top: -1.5rem; +.bd-backers-list { + display: grid; + grid-gap: 1em; } -.bd-example + .highlight:not(:last-child) { - margin-bottom: 1.5rem; +.bd-backers-list.bd-is-patreon { + grid-column: 2; } -.bd-snippet { - margin-top: 2rem; - position: relative; +.bd-backers-list.bd-is-patreon .icon-text { + color: #7a7a7a; + font-size: 0.75em; } -.bd-snippet:not(:last-child) { - margin-bottom: 1.5rem; +.bd-backers-list.bd-is-patreon .icon-text.bd-is-twitter { + color: var(--twitter); } -.bd-snippet::before { - content: "Snippet"; - align-items: stretch; - display: flex; +.bd-backers-list.bd-is-github { + grid-column: 3; } -.bd-snippet-preview { - padding: 1.5rem; +.bd-tier { + align-items: center; + border-bottom: 2px solid #fafafa; + display: grid; + grid-gap: 1em; + padding: 1em; } -.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight { - height: 2em; - overflow: hidden; +.bd-tier-amount { + color: #363636; + font-size: 1.5em; + font-weight: 600; } -.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight pre { - overflow: hidden; +.bd-tier-frequency { + color: #7a7a7a; } -.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight .bd-show { - display: flex; +.bd-tiers-info { + --spacing: 1.5em; + background-color: #fafafa; + color: #7a7a7a; + grid-gap: var(--spacing); + grid-template-columns: 1fr 1fr; + padding: var(--spacing); } -.bd-snippet.bd-is-horizontal { - border-radius: 6px; - border-top-left-radius: 0; +.bd-tiers-info strong { + color: currentColor; } -.bd-snippet.bd-is-horizontal .bd-snippet-code .highlight { - border-top-left-radius: 0; - border-top-right-radius: 0; +.bd-tiers-info p:not(:last-child) { + margin-bottom: 0.25em; } -.bd-snippet.bd-is-horizontal .bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight pre { - padding-top: 0.325rem; +.bd-tiers-info-question { + justify-self: flex-end; + max-width: 15em; } -.bd-snippet.bd-is-clipped .bd-snippet-code { - overflow: auto; +.bd-tiers-info-answer { + max-width: 25em; } -.bd-snippet.bd-is-fullwidth { - border-radius: 0; - border-width: 1px 0; +@media screen and (max-width: 768px) { + .bd-backers-platform.bd-is-github { + margin-top: 3rem; + } } -@media screen and (min-width: 1024px) { - .bd-snippet.bd-is-vertical { - align-items: stretch; - border-radius: 6px; - border-top-left-radius: 0; - display: flex; - justify-content: center; - } - .bd-snippet.bd-is-vertical .bd-snippet-preview, - .bd-snippet.bd-is-vertical .bd-snippet-code { - width: 50%; - } - .bd-snippet.bd-is-vertical .bd-snippet-code, - .bd-snippet.bd-is-vertical .bd-snippet-code .highlight, - .bd-snippet.bd-is-vertical .bd-snippet-code .highlight pre { - align-items: stretch; - border-radius: 0 6px 6px 0; - display: flex; - flex-direction: column; - } - .bd-snippet.bd-is-vertical .bd-snippet-code .highlight, - .bd-snippet.bd-is-vertical .bd-snippet-code .highlight pre, - .bd-snippet.bd-is-vertical .bd-snippet-code .highlight .language-html { - flex-grow: 1; - } - .bd-snippet.bd-is-vertical .bd-snippet-code .highlight pre { - white-space: pre; - } - .bd-snippet.bd-is-vertical.bd-is-one-fifth .bd-snippet-preview { - align-items: center; - display: flex; - justify-content: center; - width: calc(128px + 3rem); +@media screen and (min-width: 769px), print { + .bd-backers-platforms, .bd-backers-group { + display: grid; + grid-template-columns: 1fr calc(var(--container-width) / 2) calc(var(--container-width) / 2) 1fr; } - .bd-snippet.bd-is-vertical.bd-is-one-fifth .bd-snippet-code { - width: calc(100% - 128px - 3rem); + .bd-backers { + background-image: linear-gradient(90deg, transparent calc(50% - 2px), var(--sponsor-light) calc(50%), transparent calc(50% + 2px)); } - .bd-snippet.bd-is-vertical.bd-is-two-fifths .bd-snippet-preview { - align-items: center; - display: flex; - justify-content: center; - width: calc(256px + 3rem); + .bd-tier { + grid-template-columns: 10em 8em 1fr; } - .bd-snippet.bd-is-vertical.bd-is-two-fifths .bd-snippet-code { - width: calc(100% - 256px - 3rem); + .bd-tier-amount { + text-align: right; } - .bd-snippet.bd-is-vertical.bd-is-one-third .bd-snippet-preview { - width: 33.3333%; + .bd-tiers-info { + display: grid; } - .bd-snippet.bd-is-vertical.bd-is-one-third .bd-snippet-code { - width: 66.6666%; + .bd-tiers-info-question { + text-align: right; } } -.highlight.bd-is-hovering { - border-radius: 2px; - box-shadow: 0 0 0 2px #ffdd57; -} - -.highlight pre { - max-height: 320px; - margin-bottom: 0 !important; -} - -.highlight-full:not(:last-child), -#navbarJsExample:not(:last-child) { - margin-bottom: 1.5rem; -} - -.highlight-full .highlight pre, -#navbarJsExample .highlight pre { - max-height: none; +@media screen and (min-width: 1024px) { + .bd-backers, + .bd-tiers { + font-size: 1.125rem; + } + .bd-tiers-info { + --spacing: 3em; + } } -.bd-structure { - border-color: #f14668; - border-radius: 4px; - padding: 1.5rem; +@media screen and (min-width: 1216px) { + .bd-backers, + .bd-tiers { + font-size: 1.25rem; + } } -.bd-structure::before { - background: #f14668; - color: #fff; - content: "Structure"; +.bd-posts { + --font-size-base: 1rem; + --font-size-large: 1.25rem; + --featured-font-size-base: 1.125rem; + --featured-font-size-large: 1.5rem; + --padding: 1.5rem; + margin-top: 2px; } -.bd-structure-item { +.bd-post { + font-size: var(--font-size-base); position: relative; } -.bd-structure-item::before { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - background: rgba(10, 10, 10, 0.7); - background: whitesmoke; - border: 1px solid #dbdbdb; - content: ""; - display: block; - z-index: 1; +.bd-post.is-featured { + --font-size-base: var(--featured-font-size-base); + --font-size-large: var(--featured-font-size-large); } -.bd-structure-item::after { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - align-items: center; - content: attr(title); - display: flex; - font-family: monospace; - font-size: 11px; - justify-content: center; - padding: 3px 5px; +.bd-post:hover { z-index: 2; } -.bd-structure-item.bd-is-structure-container { - padding: 1.5rem 0.75rem 0.75rem; +.bd-post:not(:last-child) .bd-post-link { + border-bottom: 2px solid #ededed; } -.bd-structure-item.bd-is-structure-container::after { - align-items: flex-start; - justify-content: flex-start; - padding: 0.5rem 0.75rem; +.bd-post-link { + align-items: center; + display: block; + padding-bottom: calc(2 * var(--padding)); + padding-left: var(--padding); + padding-right: var(--padding); + padding-top: calc(2 * var(--padding)); + position: relative; + transition-duration: 172ms; + transition-property: background-color, border-bottom-color, box-shadow; } -.highlight { - position: relative; +.bd-post-link .icon { + color: var(--color); + flex-shrink: 0; + flex-grow: 0; + font-size: var(--font-size-large); + height: 1.125em; + margin-right: 1em; + width: 1.125em; } -.highlight .bd-copy, -.highlight .bd-expand { - background: none; - border: none; - color: #4a4a4a; - cursor: pointer; - font-size: 0.625rem; - outline: none; - padding-bottom: 0; - padding-top: 0; - position: absolute; - right: 0.25rem; - top: 0.25rem; +.bd-post-link:hover { + background-color: #fafafa; + border-bottom-color: transparent; + border-radius: 0.375em; + box-shadow: 0 0 0 2px #fafafa; } -.highlight .bd-copy:hover, -.highlight .bd-expand:hover { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.bd-post-link:hover::after { + opacity: 0; } -.highlight .bd-copy:focus, .highlight .bd-copy:active, -.highlight .bd-expand:focus, -.highlight .bd-expand:active { - box-shadow: none; +.bd-post-link:hover .title { + color: #485fc7; } -.highlight .bd-expand { - right: 45px; +.bd-post-body { + display: flex; } -.highlight .bd-show { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - align-items: center; - background-color: rgba(245, 245, 245, 0.7); - border: none; - color: rgba(0, 0, 0, 0.5); - cursor: pointer; - display: none; - font-size: 0.75rem; - justify-content: center; - width: 100%; +.bd-post-content code { + background: none; + padding: 0; } -.highlight .bd-show strong { - color: currentColor; - font-weight: 600; +.bd-post-content .title { + font-size: var(--font-size-large); + transition-duration: 172ms; + transition-property: color; } -.highlight .bd-show:hover { - background-color: rgba(255, 221, 87, 0.8); - color: rgba(0, 0, 0, 0.7); +.bd-post-content .subtitle { + font-size: var(--font-size-base); + color: #7a7a7a; } -@media screen and (min-width: 769px), print { - .highlight pre { - white-space: pre-wrap; +.bd-post-image img { + border-radius: 0.375em; +} + +.bd-post-screenshot img { + max-height: 100%; + width: auto; +} + +@media screen and (max-width: 768px) { + .bd-post-image, + .bd-post-screenshot { + margin-top: var(--padding); } } @media screen and (min-width: 769px), print { - .section:not(.is-fullwidth) > .bd-example:not(.is-fullwidth) { - margin-left: 1.5rem; - margin-right: 1.5rem; + .bd-posts { + --font-size-base: 1.125rem; + --font-size-large: 1.5rem; + --featured-font-size-base: 1.25rem; + --featured-font-size-large: 2rem; + --second-column-width: ((2 * 1.5rem * 1.125) + 1.5rem); + display: grid; + grid-template-columns: 1fr 4.3125rem var(--container-width) 4.3125rem 1fr; + } + .bd-post { + grid-column: 2 / span 3; + } + .bd-post-link { + display: flex; } - .section:not(.is-fullwidth) > .bd-example:not(.is-fullwidth) + .highlight { - margin-left: 1.5rem; - margin-right: 1.5rem; + .bd-post-body { + flex-grow: 1; + flex-shrink: 1; + } + .bd-post-content { + max-width: 30em; + } + .bd-post-image { + flex-grow: 0; + flex-shrink: 0; + height: 240px; + margin-left: var(--padding); + width: 400px; + } + .bd-post-screenshot { + align-items: center; + display: flex; + flex-grow: 1; + flex-shrink: 1; + height: 240px; + justify-content: center; + margin-left: var(--padding); + width: 70%; } } -.section.is-fullwidth { - padding: 0 !important; -} - -.section.is-fullwidth .bd-snippet { - border-left: none; - border-radius: 0; - border-right: none; +.bd-single-header { + --font-size-title: 2rem; + --font-size-subtitle: 1.25rem; + --font-size-date: 1rem; + --margin: 3rem; + --padding: 3rem; + margin-bottom: var(--margin); + margin-top: var(--margin); + padding-left: var(--padding); + padding-right: var(--padding); + text-align: center; } -.section.is-fullwidth .bd-example { - border-left: none; - border-radius: 0; - border-right: none; +.bd-single-header code { + background: none; padding: 0; } -.section.is-fullwidth .bd-example + .highlight { - border-left: none; - border-radius: 0; - border-right: none; +.bd-single-header .title { + font-size: var(--font-size-title); + margin-left: auto; + margin-right: auto; + max-width: 16em; } -.bd-callout { - background-color: whitesmoke; - border-radius: 4px; - padding: 1.25rem 2.5rem 1.25rem 1.5rem; - position: relative; +.bd-single-header .subtitle { + color: #7a7a7a; + font-size: var(--font-size-subtitle); } -.bd-callout:not(:last-child) { - margin-bottom: 1.5rem; +.bd-single-header .subtitle.is-date { + font-size: var(--font-size-date); + opacity: 0.5; } -.bd-callout.is-white { - background-color: white; - color: #0a0a0a; +.bd-single-carbon { + margin-bottom: 3rem; + margin-top: 3rem; } -.bd-callout.is-black { - background-color: #0a0a0a; - color: white; +.bd-single-body { + padding: 0 3rem; } -.bd-callout.is-light { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); +.bd-single-content hr { + margin: 3rem 0; } -.bd-callout.is-dark { - background-color: #363636; - color: #fff; +.bd-single-content .table { + font-size: 1rem; } -.bd-callout.is-primary { - background-color: #00d1b2; - color: #fff; +.bd-single-hr:not(:first-child) { + margin-top: 3rem; } -.bd-callout.is-link { - background-color: #3273dc; - color: #fff; +.bd-single-hr:not(:last-child) { + margin-bottom: 3rem; } -.bd-callout.is-info { - background-color: #3298dc; - color: #fff; +.bd-single-image { + margin-bottom: 3rem; } -.bd-callout.is-success { - background-color: #48c774; - color: #fff; +.bd-single-image div { + flex-grow: 1; + max-width: 1600px; + min-height: 1px; } -.bd-callout.is-warning { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); +.bd-single-image figure { + background: whitesmoke; + padding-top: 56.25%; + position: relative; } -.bd-callout.is-danger { - background-color: #f14668; - color: #fff; +.bd-single-image img { + left: 0; + height: 100%; + position: absolute; + top: 0; + width: 100%; } -.bsa { - padding: 2rem; +@media screen and (max-width: 1023px) { + .bd-single-body.bd-is-last { + padding-bottom: 3rem; + } } -.bsa-cpc { - min-height: 1px; +@media screen and (min-width: 769px), print { + .bd-single-image { + padding-left: 3rem; + padding-right: 3rem; + } + .bd-single-image img { + border-radius: 6px; + } + .bd-single-content { + font-size: 1.125rem; + } } -#_default_ .default-ad { - background-color: rgba(0, 0, 0, 0.3); - border-radius: 2px; - color: white; - display: inline-block; - font-size: 10px; - font-weight: bold; - padding: 0 4px; - text-transform: uppercase; - vertical-align: top; +@media screen and (min-width: 1024px) { + .bd-single-header { + --font-size-title: 2.5rem; + --font-size-subtitle: 1.5rem; + --font-size-date: 1.25rem; + --margin: 4.5rem; + --padding: 4.5rem; + } + .bd-single-body.bd-is-last { + padding-bottom: 4.5rem; + } } -#_default_ > a { - background-color: white; - border-radius: 6px; - box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); - color: #4a4a4a; - display: block; - line-height: 1.375; - margin-top: 15px; - min-height: 70px; - padding: 15px; - padding-left: 70px; - position: relative; +@media screen and (min-width: 1216px) { + .bd-single-header { + --font-size-title: 3rem; + --font-size-subtitle: 2rem; + --font-size-date: 1.5rem; + --margin: 6rem; + --padding: 6rem; + } + .bd-single-content { + font-size: 1.25rem; + } + .bd-single-body.bd-is-last { + padding-bottom: 6rem; + } } -#_default_ > a:hover, #_default_ > a:focus { - box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; +@media screen and (min-width: 1408px) { + .bd-single-header { + --margin: 9rem; + } + .bd-single-content { + font-size: 1.5rem; + } + .bd-single-body.bd-is-last { + padding-bottom: 9rem; + } } -#_default_ > a:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; +.bd-post-fullwidth { + text-align: center; } -#_default_ > a span { - display: block; +@media screen and (min-width: 60rem) { + .bd-post-fullwidth { + margin-left: calc(28rem - 50vw); + margin-right: calc(28rem - 50vw); + } } -#_default_ > a .default-image { +.bd-extension { + border-bottom: 2px solid #fafafa; display: block; - left: 15px; - height: 40px; - position: absolute; - top: 15px; - width: 40px; + padding: 1.5rem; } -#_default_ > a .default-image img { - display: block; - height: 40px; - width: 40px; +.bd-extension .subtitle { + color: #7a7a7a; } -#_default_ > a .default-title { - color: #363636; - display: inline; - font-weight: 700; +.bd-extension:hover { + background-color: #fafafa; } -#_default_ > a .default-title::after { - content: " — "; +.bd-extension:hover .title { + color: #485fc7; } -#_default_ > a .default-description { - display: inline; +.bd-extension:hover .subtitle { + color: #363636; } @media screen and (min-width: 769px), print { - .bsa .columns { - min-height: 120px; - } - #_default_ { - display: flex; - justify-content: center; - position: relative; - } - #_default_ .default-ad { - left: 100%; - margin-left: 2rem; - position: absolute; - top: 0; - } - #_default_ > a { - margin: 0; - width: calc(50% - 1rem); + .bd-extension { + padding: 3rem 0; } - #_default_ > a:not(:nth-child(2)) { - margin-left: 2rem; - } -} - -.bd-tws-home { - background-color: #fafafa; -} - -.bd-tw { - background-color: #fafafa; - border-radius: 6px; - color: #697882; - flex-shrink: 0; - font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif; - font-size: 16px; - max-width: 420px; - padding: 20px; - text-align: left; } -.bd-tw.bd-is-white { - background-color: white; +.bd-mwb { + padding: 1.5rem; } -.bd-tw-header { - align-items: stretch; - display: flex; - justify-content: flex-start; +.bd-mwb-table td { + vertical-align: middle; } -.bd-tw-author { - align-items: center; - color: #363636; - display: flex; - line-height: 1.2; +.bd-mwb-table td img { + vertical-align: middle; } -.bd-tw-author:hover { - color: #2b7bb9; +@media screen and (min-width: 769px), print { + .bd-mwb { + font-size: 1.125rem; + padding: 3rem; + } } -.bd-tw-avatar { - flex-shrink: 0; - height: 36px; - margin-right: 9px; - width: 36px; +@media screen and (min-width: 1024px) { + .bd-mwb { + font-size: 1.25rem; + } } -.bd-tw-avatar img { - border-radius: 290486px; - display: block; - height: 36px; - width: 36px; +.bd-snippet-preview.bd-is-mwb { + align-items: stretch; + padding-top: 0; } -.bd-tw-fullname { - color: #363636; - display: block; - font-size: 16px; - font-weight: 700; +.bd-snippet-code.bd-is-mwb .highlight { + border-top-left-radius: 0.375em; } -.bd-tw-username { - color: #697882; - display: block; - font-size: 14px; +.bd-snippet-mwb { + border-radius: 0.375em; + flex-grow: 1; + height: 10.5rem; } -.bd-tw-content { - color: #363636; - font-size: 16px; - line-height: 1.4; - margin-top: 14px; +.bd-bootstrap-table { + margin: 3em 0; } -.bd-tw-content a { - color: #2b7bb9; +.bd-pros-heading { + padding: 0 2em; + text-align: center; } -.bd-tw-content .Emoji { - height: 1.25em; - padding: 0 .05em 0 .1em; - vertical-align: -.2em; - width: 1.25em; +.bd-pros-icon { + margin-bottom: 3em; + text-align: center; } -.bd-tw-date { - font-size: 14px; - line-height: 1.4; - margin-top: 3.2px; +.bd-pros-icon svg { + height: 3em; + width: auto; } -.bd-tw-date a { - color: #697882; +.bd-pros-list { + margin: 0 auto; + max-width: 540px; } -.bd-tw-date a:hover { - color: #2b7bb9; +.bd-pro .icon { + font-size: 1.25em; + height: 1.125em; + position: relative; + top: -1px; + width: 1.125em; } -.Tweet-actions { - align-items: center; - display: flex; - margin-top: 8.4px; +.bd-pro .title { + font-size: 1.25em; + margin-bottom: 0.5em; } -.Tweet-action { - margin-right: 1.25rem; +.bd-pro + .bd-pro { + margin-top: 2em; + padding-top: 2em; } -.TweetAction { - align-items: center; - display: flex; - height: 24px; - min-width: 24px; +.bd-pro-content p:not(:last-child) { + margin-bottom: 0.5em; } -.TweetAction:hover .Icon--replyEdge { - background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%231DA1F2%22%20d%3D%22M14.046%202.242l-4.148-.01h-.002c-4.374%200-7.8%203.427-7.8%207.802%200%204.098%203.186%207.206%207.465%207.37v3.828c0%20.108.045.286.12.403.143.225.385.347.633.347.138%200%20.277-.038.402-.118.264-.168%206.473-4.14%208.088-5.506%201.902-1.61%203.04-3.97%203.043-6.312v-.017c-.006-4.368-3.43-7.788-7.8-7.79zm3.787%2012.972c-1.134.96-4.862%203.405-6.772%204.643V16.67c0-.414-.334-.75-.75-.75h-.395c-3.66%200-6.318-2.476-6.318-5.886%200-3.534%202.768-6.302%206.3-6.302l4.147.01h.002c3.532%200%206.3%202.766%206.302%206.296-.003%201.91-.942%203.844-2.514%205.176z%22%2F%3E%3C%2Fsvg%3E); +.bd-pro.bd-is-bulma .icon { + color: #00d1b2; } -.TweetAction:hover .Icon--retweetEdge { - background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2317BF63%22%20d%3D%22M23.77%2015.67c-.292-.293-.767-.293-1.06%200l-2.22%202.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414%200-.75.336-.75.75s.336.75.75.75h5.85c1.24%200%202.25%201.01%202.25%202.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06%200s-.294.768%200%201.06l3.5%203.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767%200-1.06zm-10.66%203.28H7.26c-1.24%200-2.25-1.01-2.25-2.25V6.46l2.22%202.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768%200-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06%200l-3.5%203.5c-.294.292-.294.767%200%201.06s.767.293%201.06%200l2.22-2.22V16.7c0%202.068%201.683%203.75%203.75%203.75h5.85c.414%200%20.75-.336.75-.75s-.337-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E); +.bd-pro.bd-is-bootstrap .icon { + color: #6f5499; } -.TweetAction:hover .Icon--heartEdge { - background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23E0245E%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E); +.bd-bootstrap-comparison { + margin: 0 auto; + max-width: 42em; } -.Tweet-action--retweet:hover .TweetAction-stat { - color: #17BF63; +.bd-bootstrap-comparison .table { + color: #f14668; } -.Tweet-action--heart:hover .TweetAction-stat { - color: #E0245E; +.bd-bootstrap-comparison .table thead th, +.bd-bootstrap-comparison .table tfoot th { + font-size: 1.5em; + text-align: center; } -.TweetAction-icon { - background-size: contain; - height: 20px; - width: 20px; +.bd-bootstrap-comparison .table thead svg, +.bd-bootstrap-comparison .table tfoot svg { + height: 1.5em; + margin-right: 1em; + position: relative; + top: 0.25em; + width: auto; } -.TweetAction-stat { - color: #697882; - font-size: 14px; - margin-left: 5px; - margin-top: 1px; +.bd-bootstrap-comparison .table tbody th { + font-size: 1.25em; + text-align: center; } -.Icon--replyEdge { - background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M14.046%202.242l-4.148-.01h-.002c-4.374%200-7.8%203.427-7.8%207.802%200%204.098%203.186%207.206%207.465%207.37v3.828c0%20.108.045.286.12.403.143.225.385.347.633.347.138%200%20.277-.038.402-.118.264-.168%206.473-4.14%208.088-5.506%201.902-1.61%203.04-3.97%203.043-6.312v-.017c-.006-4.368-3.43-7.788-7.8-7.79zm3.787%2012.972c-1.134.96-4.862%203.405-6.772%204.643V16.67c0-.414-.334-.75-.75-.75h-.395c-3.66%200-6.318-2.476-6.318-5.886%200-3.534%202.768-6.302%206.3-6.302l4.147.01h.002c3.532%200%206.3%202.766%206.302%206.296-.003%201.91-.942%203.844-2.514%205.176z%22%2F%3E%3C%2Fsvg%3E); +.bd-bootstrap-comparison .table tbody td { + font-family: monospace; + width: 50%; } -.Icon--retweetEdge { - background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M23.77%2015.67c-.292-.293-.767-.293-1.06%200l-2.22%202.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414%200-.75.336-.75.75s.336.75.75.75h5.85c1.24%200%202.25%201.01%202.25%202.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06%200s-.294.768%200%201.06l3.5%203.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767%200-1.06zm-10.66%203.28H7.26c-1.24%200-2.25-1.01-2.25-2.25V6.46l2.22%202.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768%200-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06%200l-3.5%203.5c-.294.292-.294.767%200%201.06s.767.293%201.06%200l2.22-2.22V16.7c0%202.068%201.683%203.75%203.75%203.75h5.85c.414%200%20.75-.336.75-.75s-.337-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E); +.bd-bootstrap-comparison .table tbody a { + color: currentColor; } -.Icon--heartEdge { - background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E); +.bd-bootstrap-comparison .table tbody a:hover { + text-decoration: underline; } -@media screen and (max-width: 768px) { - .bd-tws-home { - padding: 1.5rem; - } - .bd-tws-home .bd-tw:not(:last-child) { - margin-bottom: 1.5rem; - } +.bd-bootstrap-comparison .table .bd-is-empty { + background-color: whitesmoke; + color: #7a7a7a; } -@media screen and (min-width: 769px), print { - .bd-tws-home { - padding: 3rem; - } - .bd-tws-home .bd-tw + .bd-tw { - margin-top: 1.5rem; - } +.bd-bootstrap-comparison .table .bd-is-unique { + background-color: rgba(72, 199, 142, 0.25); + color: #363636; + font-weight: 700; } -@media screen and (max-width: 1023px) { - .bd-tws-love .bd-tw:not(:last-child) { - margin-bottom: 1.5rem; - } +.bd-bootstrap-comparison-header { + margin-bottom: 3em; } @media screen and (min-width: 1024px) { - .bd-tws-home { - min-height: 595px; - } - .bd-tws-love { - display: flex; - flex-wrap: wrap; - margin: -0.75rem; - } - .bd-tws-love .bd-tw { - margin: 0.75rem; - width: calc(33.3333% - 1.5rem); + .bd-bootstrap-table { + font-size: 1.125rem; } } @media screen and (min-width: 1216px) { - .bd-tws-home { - min-height: 653px; - } -} - -@media screen and (min-width: 1408px) { - .bd-tws-home { - min-height: 632px; + .bd-bootstrap-table { + font-size: 1.25rem; } } -.twitter-tweet:not(.twitter-tweet-rendered) { - background-color: white; - border: 1px solid #e1e8ed; - border-radius: 5px; - color: #697882; - font-size: 14px; - padding: 20px 20px 11.6px; -} - -.twitter-tweet:not(.twitter-tweet-rendered) a { - color: currentColor; +.bd-hello-body { + display: grid; + grid-gap: var(--bd-index-gap); } -.twitter-tweet:not(.twitter-tweet-rendered) a:hover { - text-decoration: underline; +.bd-hello-ghbtns { + margin-bottom: 1em; + min-height: 30px; } -.twitter-tweet:not(.twitter-tweet-rendered) p { - color: #363636; - font-size: 16px; - margin-bottom: 3.2px; +.bd-hello-ghbtns iframe, +.bd-hello-ghbtns a, +.bd-hello-ghbtns img { + height: 30px; } -.twitter-tweet:not(.twitter-tweet-rendered) p a { - color: #2b7bb9; +.bd-hello-ghbtns a { + display: inline-block; + min-width: 100px; + vertical-align: top; } -.twitter-tweet-rendered { - border: none; - border-radius: 0; - margin: 0 !important; - padding: 0 !important; +.bd-hello-ghbtns img { + display: block; } -.bd-expo { - background-color: white; - padding: 1.5rem; +.bd-hello-buttons .bd-fat-button { + font-size: 1.125em; } -.bd-website { - display: block; - position: relative; +.bd-hello-media { text-align: center; } -.bd-website:last-child { - margin-bottom: 0; +.bd-hello-video { + padding-top: 56.25%; + position: relative; } -.bd-website-image { - align-items: center; - display: flex; - justify-content: center; - margin-bottom: 1.5rem; - position: relative; +.bd-hello-video > div { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; } -.bd-website-image:hover .bd-website-shadow { - opacity: 0; +.bd-hello-shadow { + background-size: cover; } -.bd-website-image:hover .bd-website-overlay { - opacity: 0.25; +.bd-hello-iframe { + border-radius: 0.75em; } -.bd-website-image .b-lazy { - opacity: 0; - transition: opacity 500ms ease-out; +.bd-hello-iframe iframe { + height: 100%; + width: 100%; } -.bd-website-image .b-loaded { - opacity: 1; +.bd-hello-author { + color: #7a7a7a; + margin-top: 1em; + opacity: 0.5; } -.bd-website-shadow { - border: 1px solid rgba(0, 0, 0, 0.04); - transition: opacity 200ms ease-out; +.bd-hello-author a { + color: currentColor; } -.bd-website-overlay { - background-color: #0a0a0a; - opacity: 0; - transition: opacity 200ms ease-out; +.bd-hello-author a:hover { + text-decoration: underline; } @media screen and (max-width: 768px) { - .bd-website:not(:last-child) { - margin-bottom: 1.5rem; + .bd-hello { + grid-gap: var(--bd-index-vertical); + padding: var(--bd-index-vertical); + } + .bd-hello-content .title br { + display: none; + } + .bd-hello-buttons .button { + margin-right: 0 !important; + width: 100%; } } @media screen and (min-width: 769px), print { - .bd-expo { - padding-bottom: 3rem; - padding-top: 3rem; + .bd-hello { + align-items: center; + padding-bottom: var(--bd-index-vertical); + padding-top: var(--bd-index-vertical); } - .bd-websites { - display: flex; - flex-wrap: wrap; - justify-content: space-between; + .bd-hello-body { + align-items: center; + grid-gap: 0; + grid-template-columns: var(--bd-index-gap) 1fr calc( calc(var(--container-width) - var(--bd-index-gap)) / 2) var(--bd-index-gap) calc( calc(var(--container-width) - var(--bd-index-gap)) / 2) 1fr var(--bd-index-gap); } - .bd-website { - margin-bottom: 3rem; - width: calc(50% - 3rem); + .bd-hello-content { + grid-column: 3 / span 1; } - .bd-website.bd-is-highlighted { - width: 100%; + .bd-hello-buttons { + display: grid; + grid-gap: 1.5rem; + grid-template-columns: 1fr 1fr; + margin-bottom: 0 !important; } - .bd-website-image { - margin-bottom: 3rem; + .bd-hello-buttons .button { + margin: 0 !important; + padding-left: 0 !important; + padding-right: 0 !important; + } + .bd-hello-media { + grid-column: 5 / span 2; + } + .bd-hello-sponsors { + grid-column: 4 / span 4; } } -.bd-testimonials { - background-color: whitesmoke; -} - -.bd-testimonial { - align-items: flex-start; - display: flex; - justify-content: center; -} - -.bd-testimonial-tweet { - background-color: white; +.bd-focus { + padding: 1.5rem; } -.bd-more-loves { +.bd-focus-item { align-items: center; + border-radius: 6px; display: flex; - justify-content: center; - margin-top: 1.5rem; - text-align: center; + padding: 1.5rem; + position: relative; } -.bd-more-loves .button { - height: auto; - padding: 0.75em 1.5em; +.bd-focus-item .title a, +.bd-focus-item .subtitle { + transition-duration: 172ms; + transition-property: color; } -.bd-more-loves .button span { - transform-origin: center center; - transition: transform 86ms ease-out; +.bd-focus-item .title { + position: relative; + transition-duration: 172ms; + transition-property: color; } -.bd-more-loves .button:hover span { - transform: scale(1.04); +.bd-focus-item .subtitle { + color: #7a7a7a; + position: relative; } -@media screen and (max-width: 768px) { - .bd-testimonials { - padding: 1.5rem; - } - .bd-testimonial { - margin-bottom: 1.5rem; - } +.bd-focus-item .subtitle strong { + color: currentColor; } -@media screen and (min-width: 769px), print { - .bd-testimonials { - padding: 3rem; - } - .bd-testimonial + .bd-testimonial { - margin-top: 1.5rem; - } +.bd-focus-item .subtitle .subtitle { + color: #4a4a4a; } -@media screen and (min-width: 1024px) { - .bd-testimonials { - min-height: 595px; - } +.bd-focus-item:nth-child(1):hover .title { + color: #ff470f; } -@media screen and (min-width: 1216px) { - .bd-testimonials { - min-height: 653px; - } +.bd-focus-item:nth-child(2):hover .title { + color: #48c78e; } -@media screen and (min-width: 1408px) { - .bd-testimonials { - min-height: 632px; - } +.bd-focus-item:nth-child(3):hover .title { + color: #485fc7; } -.bd-rainbow { - -webkit-animation: rainbow 8s ease infinite; - animation: rainbow 8s ease infinite; - background-image: linear-gradient(124deg, #ff470f, #f14668, #b86bff, #3273dc); - background-size: 800% 800%; +.bd-focus-item:nth-child(4):hover .title { + color: #0a0a0a; } -.hero.bd-is-love .title, -.hero.bd-is-love .subtitle { - color: white; +.bd-focus-graph { + align-items: center; + display: flex; + height: 3rem; + justify-content: center; + margin-right: 1.5rem; + width: 3rem; } -@-webkit-keyframes rainbow { - 0% { - background-position: 1% 80%; - } - 50% { - background-position: 99% 20%; - } - 100% { - background-position: 1% 80%; - } +.bd-focus-icon { + align-items: center; + display: flex; + flex-grow: 1; + justify-content: center; + position: relative; } -@keyframes rainbow { - 0% { - background-position: 1% 80%; - } - 50% { - background-position: 99% 20%; - } - 100% { - background-position: 1% 80%; - } +.bd-focus-device { + --device-y: 4px; + --device-x: 2px; + --device-sm-deg: 14deg; + --device-md-deg: -21deg; + --device-lg-deg: -86deg; + --device-deg: var(--device-sm-deg); + --device-sm-height: 24px; + --device-sm-width: 16px; + --device-md-height: 32px; + --device-md-width: 24px; + --device-lg-height: 40px; + --device-lg-width: 48px; + -webkit-animation: bdDeviceBounce 3.5s infinite; + animation: bdDeviceBounce 3.5s infinite; + border: 0 solid hsl(var(--device-deg), 100%, 53%); + border-width: var(--device-y) var(--device-x); + border-radius: 0.375em; + display: block; + height: var(--device-height); + position: relative; + width: var(--device-width); } -.bd-hug { - align-items: flex-start; - display: flex; - justify-content: center; +.bd-focus-cubes { + position: relative; + height: 3rem; + top: -0.5rem; + width: 3rem; } -@media screen and (max-width: 768px) { - .bd-hug { - margin: 1.5rem; - } - .bd-embrace { - text-align: center; - } - .bd-embrace:not(:first-child) { - margin-top: 1.5rem; - } - .bd-embrace:not(:last-child) { - margin-bottom: 1.5rem; - } - .bd-embrace-button { - margin-top: 0.75rem; - } +.bd-focus-cube { + color: #48c78e; + position: absolute; } -@media screen and (min-width: 769px), print { - .bd-embrace { - align-items: center; - display: flex; - justify-content: center; - } - .bd-embrace:not(:first-child) { - margin-top: 3rem; - } - .bd-embrace:not(:last-child) { - margin-bottom: 3rem; - } - .bd-embrace-button { - margin-left: 1.5rem; - } - .bd-hugs { - display: flex; - flex-wrap: wrap; - padding-bottom: 3rem; - } - .bd-hug { - margin-top: 1.5rem; - width: calc(33.3333% - 1rem); - } - .bd-hug:nth-child(1), .bd-hug:nth-child(2), .bd-hug:nth-child(3) { - margin-top: 0; - } - .bd-hug:nth-child(3n-1), .bd-hug:nth-child(3n) { - margin-left: 1.5rem; - } +.bd-focus-cube-1 { + left: 0; + top: 0; +} + +.bd-focus-cube-2 { + left: -1rem; + top: 23px; } -.bd-shoutout { - background-color: whitesmoke; - padding: 2rem; - text-align: center; +.bd-focus-cube-3 { + left: 1rem; + top: 23px; } -.bd-shoutout:not(:last-child) { - margin-bottom: 3rem; +.bd-focus-css3 { + color: #485fc7; } -.bd-shoutout-text.title { - opacity: 0.8; +.bd-focus-github { + color: #333333; } -.bd-shoutout-text.subtitle { - opacity: 0.5; +@-webkit-keyframes bdDeviceBounce { + 0% { + --device-deg: var(--device-sm-deg); + height: var(--device-sm-height); + width: var(--device-sm-width); + } + 28% { + --device-deg: var(--device-sm-deg); + height: var(--device-sm-height); + width: var(--device-sm-width); + } + 33% { + --device-deg: var(--device-md-deg); + height: var(--device-md-height); + width: var(--device-md-width); + } + 62% { + --device-deg: var(--device-md-deg); + height: var(--device-md-height); + width: var(--device-md-width); + } + 67% { + --device-deg: var(--device-lg-deg); + height: var(--device-lg-height); + width: var(--device-lg-width); + } + 95% { + --device-deg: var(--device-lg-deg); + height: var(--device-lg-height); + width: var(--device-lg-width); + } + 100% { + --device-deg: var(--device-sm-deg); + height: var(--device-sm-height); + width: var(--device-sm-width); + } } -.bd-shoutout-button { - margin-top: -0.75rem; +@keyframes bdDeviceBounce { + 0% { + --device-deg: var(--device-sm-deg); + height: var(--device-sm-height); + width: var(--device-sm-width); + } + 28% { + --device-deg: var(--device-sm-deg); + height: var(--device-sm-height); + width: var(--device-sm-width); + } + 33% { + --device-deg: var(--device-md-deg); + height: var(--device-md-height); + width: var(--device-md-width); + } + 62% { + --device-deg: var(--device-md-deg); + height: var(--device-md-height); + width: var(--device-md-width); + } + 67% { + --device-deg: var(--device-lg-deg); + height: var(--device-lg-height); + width: var(--device-lg-width); + } + 95% { + --device-deg: var(--device-lg-deg); + height: var(--device-lg-height); + width: var(--device-lg-width); + } + 100% { + --device-deg: var(--device-sm-deg); + height: var(--device-sm-height); + width: var(--device-sm-width); + } } -.bd-bootstrap-table { - margin: 3rem 0; +@-webkit-keyframes bdGrow { + from { + transform: scale(0); + } + to { + transform: scale(1); + } } -.bd-pros-heading { - padding: 0 2rem; - text-align: center; +@keyframes bdGrow { + from { + transform: scale(0); + } + to { + transform: scale(1); + } } -.bd-pros-icon { - margin-bottom: 3rem; - text-align: center; +@-webkit-keyframes bdSlideDown { + from { + opacity: 0; + transform: translateY(-1rem); + } + to { + opacity: 1; + transform: translateY(0); + } } -.bd-pros-icon svg { - height: 3rem; - width: auto; +@keyframes bdSlideDown { + from { + opacity: 0; + transform: translateY(-1rem); + } + to { + opacity: 1; + transform: translateY(0); + } } -.bd-pros-list { - margin: 0 auto; - max-width: 540px; +@-webkit-keyframes bdSlideUp { + from { + opacity: 0; + transform: translateY(1rem); + } + to { + opacity: 1; + transform: translateY(0); + } } -.bd-pro .icon { - position: relative; - top: -1px; +@keyframes bdSlideUp { + from { + opacity: 0; + transform: translateY(1rem); + } + to { + opacity: 1; + transform: translateY(0); + } } -.bd-pro .title { - margin-bottom: 0.5rem; +.bd-focus-item .title, .bd-focus-item .subtitle, .bd-focus-mobile, .bd-focus-tablet, .bd-focus-desktop, .bd-focus-cube-1, .bd-focus-cube-2, .bd-focus-cube-3, .bd-focus-css3, .bd-focus-github { + -webkit-animation-duration: 500ms; + animation-duration: 500ms; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + -webkit-animation-timing-function: cubic-bezier(0.14, 0.71, 0.29, 0.86); + animation-timing-function: cubic-bezier(0.14, 0.71, 0.29, 0.86); + transform-origin: center center; } -.bd-pro + .pro { - margin-top: 2rem; - padding-top: 2rem; +.bd-focus-item .title { + -webkit-animation-name: bdSlideDown; + animation-name: bdSlideDown; } -.bd-pro-content p:not(:last-child) { - margin-bottom: 0.5rem; +.bd-focus-item .subtitle { + -webkit-animation-name: bdSlideUp; + animation-name: bdSlideUp; } -.bd-pro.bd-is-bulma .icon { - color: #00d1b2; +.bd-focus-item:nth-child(1) .title { + -webkit-animation-delay: 0; + animation-delay: 0; } -.bd-pro.bd-is-bootstrap .icon { - color: #6f5499; +.bd-focus-item:nth-child(1) .subtitle { + -webkit-animation-delay: 125ms; + animation-delay: 125ms; } -.bd-bootstrap-comparison { - margin: 0 auto; - max-width: 42rem; +.bd-focus-item:nth-child(2) .title { + -webkit-animation-delay: 500ms; + animation-delay: 500ms; } -.bd-bootstrap-comparison .table { - color: #f14668; +.bd-focus-item:nth-child(2) .subtitle { + -webkit-animation-delay: 625ms; + animation-delay: 625ms; } -.bd-bootstrap-comparison .table thead th, -.bd-bootstrap-comparison .table tfoot th { - font-size: 1.5rem; - text-align: center; +.bd-focus-item:nth-child(3) .title { + -webkit-animation-delay: 1000ms; + animation-delay: 1000ms; } -.bd-bootstrap-comparison .table thead svg, -.bd-bootstrap-comparison .table tfoot svg { - height: 1.5rem; - margin-right: 1rem; - position: relative; - top: 0.25rem; - width: auto; +.bd-focus-item:nth-child(3) .subtitle { + -webkit-animation-delay: 1125ms; + animation-delay: 1125ms; } -.bd-bootstrap-comparison .table tbody th { - font-size: 1.25rem; - text-align: center; +.bd-focus-item:nth-child(4) .title { + -webkit-animation-delay: 1500ms; + animation-delay: 1500ms; } -.bd-bootstrap-comparison .table tbody td { - font-family: monospace; - width: 50%; +.bd-focus-item:nth-child(4) .subtitle { + -webkit-animation-delay: 1625ms; + animation-delay: 1625ms; } -.bd-bootstrap-comparison .table tbody a { - color: currentColor; +.bd-focus-mobile, .bd-focus-tablet, .bd-focus-desktop { + -webkit-animation-name: bdGrow; + animation-name: bdGrow; + transform-origin: bottom center; } -.bd-bootstrap-comparison .table tbody a:hover { - text-decoration: underline; +.bd-focus-mobile { + -webkit-animation-delay: 0; + animation-delay: 0; } -.bd-bootstrap-comparison .table .bd-is-empty { - background-color: whitesmoke; - color: #7a7a7a; +.bd-focus-tablet { + -webkit-animation-delay: 250ms; + animation-delay: 250ms; } -.bd-bootstrap-comparison .table .bd-is-unique { - background-color: rgba(72, 199, 116, 0.25); - color: #363636; - font-weight: 700; +.bd-focus-desktop { + -webkit-animation-delay: 500ms; + animation-delay: 500ms; } -.bd-bootstrap-comparison-header { - margin-bottom: 3rem; +@-webkit-keyframes bdCube1 { + 0% { + transform: translate3d(0, -50px, 0); + opacity: 0; + } + 25%, + 100% { + transform: translate3d(0, 0, 0); + opacity: 1; + } } -.bd-klmn { - margin-bottom: 1.5rem; +@keyframes bdCube1 { + 0% { + transform: translate3d(0, -50px, 0); + opacity: 0; + } + 25%, + 100% { + transform: translate3d(0, 0, 0); + opacity: 1; + } } -.bd-klmn-gaps { - align-items: center; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; - margin-bottom: 1.25rem; +@-webkit-keyframes bdCube2 { + 0% { + transform: translate3d(-40px, 30px, 0); + opacity: 0; + } + 25%, + 100% { + transform: translate3d(0, 0, 0); + opacity: 1; + } } -.bd-klmn-label { - margin: 0.25rem auto 0.25rem 0; +@keyframes bdCube2 { + 0% { + transform: translate3d(-40px, 30px, 0); + opacity: 0; + } + 25%, + 100% { + transform: translate3d(0, 0, 0); + opacity: 1; + } } -.bd-klmn-gap { - background-color: whitesmoke; - border-radius: 4px; - color: #f14668; - font-family: monospace; - font-size: 0.75rem; - margin: 0.25rem 0 0.25rem 0.5rem; - padding: 0.375em 0.75em; - text-align: center; - vertical-align: middle !important; - white-space: nowrap; +@-webkit-keyframes bdCube3 { + 0% { + transform: translate3d(40px, 30px, 0); + opacity: 0; + } + 25%, + 100% { + transform: translate3d(0, 0, 0); + opacity: 1; + } } -.bd-klmn-gap.bd-is-selected { - background-color: #48c774; - color: white; +@keyframes bdCube3 { + 0% { + transform: translate3d(40px, 30px, 0); + opacity: 0; + } + 25%, + 100% { + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.bd-focus-cube-1, .bd-focus-cube-2, .bd-focus-cube-3 { + -webkit-animation-direction: alternate; + animation-direction: alternate; + -webkit-animation-duration: 2000ms; + animation-duration: 2000ms; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +.bd-focus-cube-1 { + -webkit-animation-delay: 500ms; + animation-delay: 500ms; + -webkit-animation-name: bdCube1; + animation-name: bdCube1; } -.bd-klmn-columns:last-child .bd-notification { - font-size: 0.75rem; - white-space: nowrap; +.bd-focus-cube-2 { + -webkit-animation-name: bdCube2; + animation-name: bdCube2; + -webkit-animation-delay: 750ms; + animation-delay: 750ms; } -.bd-side-sponsrs { - margin-top: 3rem; - text-align: center; +.bd-focus-cube-3 { + -webkit-animation-name: bdCube3; + animation-name: bdCube3; + -webkit-animation-delay: 1000ms; + animation-delay: 1000ms; } -.bd-side-sponsor-label, -.bd-banner-label { - color: #b5b5b5; - font-size: 0.75rem; - margin-bottom: 0.75rem; +@-webkit-keyframes bdFadeIn { + from { + opacity: 0; + } + to { + opacity: 1; + } } -.bd-side-sponsor { - align-items: center; - display: flex; - height: 30px; - justify-content: center; - vertical-align: top; +@keyframes bdFadeIn { + from { + opacity: 0; + } + to { + opacity: 1; + } } -.bd-side-sponsor img { - display: block; - max-height: 100%; - width: auto; +@-webkit-keyframes bdSlowIn { + from { + opacity: 0; + transform: scale(0.9); + } + to { + opacity: 1; + transform: scale(1); + } } -.bd-banner { - border-radius: 6px; - display: block; - margin-top: 3rem; - padding-bottom: 1.5rem; - position: relative; - text-align: center; - transition-duration: 86ms; - transition-property: border-color, color; +@keyframes bdSlowIn { + from { + opacity: 0; + transform: scale(0.9); + } + to { + opacity: 1; + transform: scale(1); + } } -.bd-banner strong { - color: currentColor; +@-webkit-keyframes bdScaleIn { + from { + opacity: 0; + transform: scale(0); + } + to { + opacity: 1; + transform: scale(1); + } } -.bd-banner .tag { - margin-bottom: 0.25em; +@keyframes bdScaleIn { + from { + opacity: 0; + transform: scale(0); + } + to { + opacity: 1; + transform: scale(1); + } } -.bd-banner.is-patreon { - background-color: #052d49; - color: white; +.bd-focus-css3 { + -webkit-animation-delay: 1000ms; + animation-delay: 1000ms; + -webkit-animation-name: bdScaleIn; + animation-name: bdScaleIn; } -.bd-banner .button { - transform-origin: center; - transition-duration: 86ms; - transition-property: transform; +.bd-focus-github { + -webkit-animation-delay: 1500ms; + animation-delay: 1500ms; + -webkit-animation-duration: 1500ms; + animation-duration: 1500ms; + -webkit-animation-name: bdJellyPop; + animation-name: bdJellyPop; } -.bd-banner:hover { - border-color: #3273dc; - color: #3273dc; +@-webkit-keyframes bdJellyPop { + 0% { + opacity: 0; + transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 3.4% { + opacity: 1; + transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 4.7% { + transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 6.81% { + transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 9.41% { + transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 10.21% { + transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 13.61% { + transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 14.11% { + transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 17.52% { + transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 18.72% { + transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 21.32% { + transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 24.32% { + transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 25.23% { + transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 29.03% { + transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 29.93% { + transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 35.54% { + transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 36.74% { + transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 41.04% { + transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 44.44% { + transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 52.15% { + transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 59.86% { + transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 63.26% { + transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 75.28% { + transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 85.49% { + transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 90.69% { + transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 100% { + opacity: 1; + transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } } -.bd-banner:hover .bd-banner-title { - color: currentColor; +@keyframes bdJellyPop { + 0% { + opacity: 0; + transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 3.4% { + opacity: 1; + transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 4.7% { + transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 6.81% { + transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 9.41% { + transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 10.21% { + transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 13.61% { + transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 14.11% { + transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 17.52% { + transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 18.72% { + transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 21.32% { + transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 24.32% { + transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 25.23% { + transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 29.03% { + transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 29.93% { + transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 35.54% { + transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 36.74% { + transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 41.04% { + transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 44.44% { + transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 52.15% { + transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 59.86% { + transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 63.26% { + transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 75.28% { + transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 85.49% { + transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 90.69% { + transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } + 100% { + opacity: 1; + transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + } } -.bd-banner:hover .button { - transform: scale(1.05); +.bd-best { + height: calc(386px + 3rem); + padding: 1.5rem 0; + overflow: hidden; + position: relative; } -.bd-banner-background { - bottom: 0; +.bd-best-list { + align-items: stretch; + -webkit-animation-duration: 93.6s; + animation-duration: 93.6s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; + display: flex; left: 0; position: absolute; - right: 0; - top: 0; - background-image: url("/images/fortyfour-background.jpg"); - background-position: center center; - background-size: cover; - opacity: 0.5; + top: 1.5rem; + -webkit-animation-name: bdBestCarousel; + animation-name: bdBestCarousel; } -.bd-banner-title { - color: #363636; - font-size: 1.25em; - font-weight: 600; - line-height: 1.25; - margin-bottom: 0.25em; +.bd-best-list:hover { + -webkit-animation-play-state: paused; + animation-play-state: paused; } -.bd-banner-text { - display: none; - font-size: 0.875em; - line-height: 1.25; - margin-bottom: 0.5rem; - position: relative; +.bd-best-item { + flex-grow: 0; + flex-shrink: 0; + margin-right: 16px; + transition-duration: 172ms; + transition-property: box-shadow, transform; + width: 504px; } -.bd-banner-image { - height: 176px; - margin-bottom: 1rem; - margin-top: 1rem; +.bd-best-item.bd-is-medium { + font-size: 1.125em; } -.bd-banner-image img { - display: inline-block; - vertical-align: top; +.bd-best-item.bd-is-large { + font-size: 1.25em; } -.bd-banner-button { - display: inline-block; - flex-shrink: 0; - height: 34px; - position: relative; - width: 145px; +.bd-best-item.bd-is-huge { + font-size: 1.5em; } -.bd-banner-button img { - max-height: 100%; +.bd-best-item:hover { + box-shadow: 0 1em 1em rgba(0, 0, 0, 0.1); + transform: translateY(-0.5em); } -.hero.bd-is-patreon { - background-color: #f96854; +.bd-screenshot { + align-self: flex-start; + display: block; + transition-duration: 172ms; + transition-property: box-shadow, transform; } -.bd-sponsors { - align-items: center; - display: flex; +.bd-screenshot, +.bd-screenshot img { + border-radius: 6px; } -.bd-sponsors a { - align-items: center; - display: flex; - justify-content: center; - margin-right: 3rem; - width: 150px; +.bd-screenshot img { + display: inline-block; + height: auto; + vertical-align: top; + width: auto; } -.bd-partnrs-list { - margin: -3rem 0 3rem; +@-webkit-keyframes bdBestCarousel { + 100% { + transform: translateX(calc(-100% + 3120px)); + } } -.bd-partner-sponsors { - align-items: center; - display: flex; - flex-wrap: wrap; - justify-content: space-between; - justify-content: space-around; - justify-content: center; - margin: 0 auto; +@keyframes bdBestCarousel { + 100% { + transform: translateX(calc(-100% + 3120px)); + } } -.bd-partner-sponsor { - align-items: stretch; - display: flex; - flex-direction: column; - justify-content: center; - margin: 0.25rem 1rem; - min-height: 80px; - text-align: center; +.bd-sponsors { + --bd-sponsors-spacing: 1.5rem; } -.bd-partner-sponsor.is-text { - color: #7a7a7a; - line-height: 1.25; +.bd-sponsors-body { + display: grid; + grid-gap: var(--bd-index-gap); } -.bd-partner-sponsor.is-text .bd-sponsor-item { - display: inline; +@media screen and (max-width: 768px) { + .bd-sponsors { + grid-gap: var(--bd-sponsors-spacing); + padding: var(--bd-sponsors-spacing); + } } -.bd-partner-sponsor.is-text .bd-sponsor-item:before { - display: none; +.bd-partner-sponsors { + --sponsor-width: 11rem; + display: grid; + grid-gap: 0; + grid-template-columns: repeat(auto-fill, minmax(var(--sponsor-width), 1fr)); + overflow: hidden; } -.bd-sponsor-item { - flex-grow: 1; - position: relative; +.bd-partner-sponsor { + padding: 1.5rem 0.75rem; } -.bd-sponsor-item strong, -.bd-sponsor-item img { +.bd-partner-sponsor strong, +.bd-partner-sponsor img { position: relative; } -.bd-partnrs { - background-color: #fafafa; +@media screen and (max-width: 1023px) { + .bd-sponsors { + padding: var(--bd-index-vertical); + } + .bd-partner-sponsors { + margin-left: -1.5rem; + margin-right: -1.5rem; + } } -.bd-partnrs #carbonads .carbon-text { - padding-bottom: 0; +@media screen and (min-width: 1024px) { + .bd-sponsors { + padding-bottom: var(--bd-index-vertical); + padding-top: var(--bd-index-vertical); + } + .bd-sponsors-body { + align-items: center; + grid-gap: 0; + grid-template-columns: var(--bd-index-gap) 1fr calc( calc(var(--container-width) - var(--bd-index-gap)) / 2) var(--bd-index-gap) calc( calc(var(--container-width) - var(--bd-index-gap)) / 2) 1fr var(--bd-index-gap); + } + .bd-sponsors-content { + font-size: 1.125rem; + grid-column: 3 / span 1; + } + .bd-sponsors-list { + grid-column: 4 / span 4; + } } -.bd-partnrs #carbonads .carbon-poweredby { - display: none; +@media screen and (min-width: 1216px) { + .bd-sponsors { + --bd-sponsors-spacing: 6rem; + } + .bd-sponsors-content { + font-size: 1.25rem; + } + .bd-partner-sponsors { + --sponsor-width: 12rem; + } } -.bd-partner-title, .bd-minis-title { - color: #b5b5b5; - font-size: 0.875rem; - margin-bottom: 1rem; +@media screen and (min-width: 1408px) { + .bd-sponsors { + --bd-sponsors-spacing: 9rem; + } + .bd-sponsors-content { + font-size: 1.5rem; + } } -.bd-minis { - margin-top: 1rem; - text-align: center; +.bd-heading > .icon { + font-size: 2rem; + height: 1.125em; + width: 1.125em; } -.bd-minis-link { - color: #7a7a7a; +.bd-heading .title, +.bd-heading .subtitle { + font-weight: 400; } -.bd-minis-link .icon { - margin-right: 0.25em; +.bd-heading .title strong, +.bd-heading .subtitle strong { + color: inherit; + font-weight: 600; } -.bd-minis-link strong { +.bd-heading .title small, +.bd-heading .subtitle small { color: #7a7a7a; - margin-left: 0.25em; + display: block; + font-size: 0.75em; } -.bd-minis-list { - align-items: center; - display: flex; - justify-content: space-between; - margin: -1rem; +.bd-heading .subtitle { + color: #7a7a7a; } -.bd-mini { - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); - margin: 1rem; +.bd-heading .bd-fat-button { + font-weight: 400; } -.bd-mini img { - display: block; +.bd-heading .bd-fat-button strong { + font-weight: 600; } @media screen and (max-width: 768px) { - .bd-minis-list { - flex-direction: column; + .bd-heading { + margin-bottom: var(--bd-index-vertical); + } + .bd-heading .icon { + float: left; + margin-right: 0.75rem; + } + .bd-heading .subtitle { + margin: 0.75rem 0 !important; + } + .bd-heading form { + margin-top: 1.5rem; } } @media screen and (min-width: 769px), print { - .bd-partnrs-list { - align-items: flex-start; - display: flex; - margin-left: auto; - margin-right: auto; + .bd-heading { + align-items: center; + display: grid; + grid-gap: 0; + grid-template-columns: 1fr 4rem calc(var(--container-width) / 3) calc(var(--container-width) / 3) calc(var(--container-width) / 3) 4rem 1fr; + margin-bottom: calc(var(--bd-index-vertical) / 2); } - .bd-partner.bd-is-sponsor { - flex-grow: 1; - flex-shrink: 1; + .bd-heading > .icon { + grid-column: 2; } - .bd-partner.bd-is-carbon { - flex-grow: 0; - flex-shrink: 0; - margin-left: 1rem; - width: 300px; + .bd-heading .title { + grid-column: 3; + max-width: 9em; + } + .bd-heading .subtitle { + grid-column: 4; + max-width: 10em; } - .bd-partner-sponsor { - width: 12rem; + .bd-heading .button { + grid-column: 5 / span 1; + justify-self: flex-end; } } -@media screen and (min-width: 1216px) { - .bd-partner.bd-is-carbon { - margin-left: 3rem; - } - .bd-partner-sponsors { - min-height: 120px; - } +#grid .notification { + padding-left: 0; + padding-right: 0; } -@-webkit-keyframes fadeIn { - from { - opacity: 0; - } - to { - opacity: 1; - } +.bd-columns-tools { + margin-top: 3rem; } -@keyframes fadeIn { - from { - opacity: 0; - } - to { - opacity: 1; - } +.bd-columns-tool .highlight { + font-size: 0.875em; } -@-webkit-keyframes zoomIn { - from { - transform: scale(0.8); - } - to { - transform: scale(1); +.bd-columns-tool.bd-is-try .buttons { + justify-content: center; +} + +.bd-columns-tool.bd-is-try .button strong { + font-weight: 600; +} + +#markup { + width: 100%; +} + +#markup .highlight pre { + max-height: none; +} + +#message { + display: none; + margin-top: 3rem; +} + +@media screen and (max-width: 768px) { + .bd-columns-tool.bd-is-markup { + margin-top: 3rem; } } -@keyframes zoomIn { - from { - transform: scale(0.8); +@media screen and (min-width: 769px), print { + .bd-columns-tools { + align-items: flex-start; + display: flex; } - to { - transform: scale(1); + .bd-columns-tool { + width: 50%; + } + .bd-columns-tool.bd-is-try { + padding-top: 60px; } } -.bd-book-banner { - background-color: #00d1b2; - position: relative; +.bd-index-custom-title { + color: #b5b5b5; } -.bd-book-pattern, -.bd-book-modal-column.bd-is-cover { - background-image: url("/images/hab/lightpaperfibers_@2X.png"); - background-repeat: repeat; - background-size: 250px 150px; +.bd-index-custom-example { + padding: 1rem; } -.bd-book-pattern::before, -.bd-book-modal-column.bd-is-cover::before { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - background-color: rgba(255, 237, 215, 0.1); - content: ""; - display: block; +.bd-index-custom-example .subtitle { + margin-bottom: 0.5rem; } -.bd-book-pattern { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; +.bd-index-custom.bd-is-after { + color: #757763; + font-family: 'Nunito', serif; + margin-top: 0.5rem; } -.bd-book-header { - position: relative; +.bd-index-custom.bd-is-after a { + color: #fa7c91; } -.bd-book-cover { - padding-top: 0.75rem; - position: relative; - text-align: center; +.bd-index-custom.bd-is-after a:hover { + color: #363636; } -.bd-book-cover a { - display: inline-block; - vertical-align: top; +.bd-index-custom.bd-is-after .subtitle { + color: #757763; } -.bd-book-cover img { - display: block; +.bd-index-custom.bd-is-after .input, +.bd-index-custom.bd-is-after .select select { + background-color: #eff0eb; + border-color: transparent; + border-width: 2px; + box-shadow: none; + font-family: 'Nunito', serif; } -.bd-book-content { - box-shadow: 0 3rem 3rem -1rem rgba(10, 10, 10, 0.2); - max-width: 520px; - padding: 3rem; +.bd-index-custom.bd-is-after .input:hover, +.bd-index-custom.bd-is-after .select select:hover { + border-color: #d0d1cd; } -.bd-book-description { - max-width: 340px; +.bd-index-custom.bd-is-after .input:focus, +.bd-index-custom.bd-is-after .select select:focus { + border-color: #fa7c91; + box-shadow: 0 0 0 0.125em rgba(250, 124, 145, 0.25); } -.bd-book-tags { - margin-bottom: 1.5rem; +.bd-index-custom.bd-is-after .select:not(.is-multiple):not(:hover)::after { + border-color: #fa7c91; } -.bd-book-tags .tags .tag { - margin-right: 1px; +.bd-index-custom.bd-is-after .button.is-primary { + background-color: #8a4d76; + color: white; } -.bd-book-buttons .button { - height: auto; - padding-bottom: calc(1em - 1px); - padding-top: calc(0.5em - 1px); +.bd-index-custom.bd-is-after .button.is-primary:hover { + background-color: #82486f; } -.bd-book-buttons .button > span { - font-size: 0.875em; +.bd-index-custom.bd-is-after .button.is-primary:active { + background-color: #7a4468; } -.bd-book-buttons .button > span > em { - display: block; - font-size: 0.5em; - font-style: normal; - line-height: 1em; - margin-bottom: 0.5em; - opacity: 0.5; +.bd-index-custom.bd-is-after .button.is-link { + background-color: #fa7c91; + color: white; } -.bd-book-buttons .button img { - display: block; - max-height: 24px; +.bd-index-custom.bd-is-after .button.is-link:hover { + background-color: #fa7087; } -.bd-book-buttons .button.bd-is-bleeding { - background-color: #ABF47C; - border-color: transparent; +.bd-index-custom.bd-is-after .button.is-link:active { + background-color: #f9637c; } -.bd-book-buttons .button.bd-is-bleeding:hover { - background-color: #9cf264; +.bd-index-custom.bd-is-after ::-moz-selection { + background-color: #fa7c91; + color: white; } -.bd-book-buttons .button.bd-is-amazon { - background-color: #ffd863; - border-color: transparent; +.bd-index-custom.bd-is-after ::selection { + background-color: #fa7c91; + color: white; } -.bd-book-buttons .button.bd-is-amazon:hover { - background-color: #ffd24a; +.bd-footer-title { + color: #7a7a7a; + font-size: 1.25rem; + line-height: 1.25; + margin-bottom: 0.5rem; + transition-duration: 86ms; + transition-property: color; } -.bd-book-buttons .button.bd-is-amazon img { - margin-bottom: -11px; +.bd-footer-title strong { + color: currentColor; + font-weight: 600; } -.bd-book-columns { - align-items: center; - display: flex; - justify-content: center; - margin-left: auto; - margin-right: auto; - max-width: 1080px; +.bd-footer-subtitle { + color: #b5b5b5; + margin-top: -0.5rem; + transition-duration: 86ms; + transition-property: color; } -.bd-book-modal-background { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - background-color: rgba(10, 10, 10, 0.86); +.bd-footer-iframe { + display: flex; + flex-wrap: wrap; + margin-bottom: -10px; + min-height: 30px; } -.bd-book-modal .bd-book-modal-background, -.bd-book-modal .modal-content { - -webkit-animation-duration: 250ms; - animation-duration: 250ms; - animation-easing-function: ease-out; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; +.bd-footer-iframe iframe { + height: 30px; + margin-bottom: 10px; } -.bd-book-modal .bd-book-modal-background { - -webkit-animation-name: fadeIn; - animation-name: fadeIn; +.bd-footer-iframe .fb-like { + margin-left: 10px; } -.bd-book-modal .modal-content { - -webkit-animation-name: zoomIn; - animation-name: zoomIn; - transform-origin: center; +.bd-footer-iframe.is-github iframe { + width: 100%; } -.bd-book-modal-cover { - padding: 2rem; - position: relative; +.bd-footer-tsp { + color: #b5b5b5; + margin-top: 1.5rem; } -.bd-book-modal-columns { - align-items: stretch; - display: flex; - justify-content: center; +.bd-footer-support, .bd-footer-star { + text-align: center; } -@media screen and (max-width: 768px) { - .bd-book-columns { - flex-direction: column; - } - .bd-book-buttons .button { - width: 100%; - } - .bd-book-buttons .button:not(:last-child) { - margin-right: 0; - margin-bottom: 1rem; - } - .bd-book-modal .bd-book-content { - padding: 2rem; - } - .bd-book-modal-column.bd-is-cover { - display: none; - } +.bd-footer-support .bd-footer-title, .bd-footer-star .bd-footer-title { + font-size: 1.5rem; } -@media screen and (min-width: 769px), print { - .bd-book-columns { - justify-content: space-around; - } - .bd-book-header .tag { - position: absolute; - right: calc(100% + 1.25rem); - top: 0.5rem; - } - .bd-book-buttons .button { - width: calc(50% - 0.5rem); - } - .bd-book-modal .modal-content { - width: 960px; - } - .bd-book-inline-cover { - display: none; - } - .bd-book-modal-column { - background-color: white; - position: relative; - } - .bd-book-modal-column.bd-is-cover { - align-items: center; - display: flex; - justify-content: center; - padding: 2rem; - } - .bd-book-modal-column.bd-is-content .bd-book-content { - box-shadow: none; - } +.bd-footer-support { + background-color: #fafafa; + box-shadow: none; + padding: 3rem; } -.native-js { - display: none; - font-size: 1rem; - opacity: 0; - position: relative; - visibility: hidden; +.bd-footer-support .bd-footer-title { + margin-bottom: 1.5rem; } -.native-js::before { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - background-color: #000; - bottom: 0; - content: ""; - display: block; - left: 0; - opacity: 0.02; - pointer-events: none; - right: 0; - top: 0; +.bd-footer-donations { + justify-content: center; } -.native-show { - display: block; - opacity: 1; - visibility: visible; +.bd-footer-donation { + flex: none; } -.native-flex { - align-items: center; +.bd-footer-donation-items { display: flex; + flex-wrap: wrap; justify-content: center; - padding: 2em; - position: relative; - text-decoration: none; } -.native-flex:hover .native-cta { - box-shadow: 0 1rem 2rem 0 rgba(10, 10, 10, 0.1); - transform: translateY(-0.25rem); -} - -.native-img { - border-radius: 3px; - flex-grow: 0; - flex-shrink: 0; - height: 50px; - width: 125px; +.bd-footer-donation-items .bd-footer-sponsor { + width: 12rem; } -.native-details { - flex-grow: 1; - flex-shrink: 1; +.bd-footer-sponsor { + height: 70px; } -.native-main { - align-items: center; - flex-grow: 0; - flex-shrink: 1; - max-width: 640px; +@media screen and (min-width: 769px), print { + .bd-footer-donation { + padding: 0.75rem 1.5rem; + } } -.native-company { - display: block; - font-size: 0.625em; - letter-spacing: 2px; - margin-bottom: 4px; - text-transform: uppercase; +@media screen and (min-width: 1024px) { + .bd-footer-support { + padding-bottom: 6rem; + padding-top: 6rem; + } } -.native-desc { - display: block; +.bd-footer-donation-title { + color: #b5b5b5; + margin-bottom: 0.5rem; } -.native-cta { - border: none; - box-shadow: 0 0.5rem 1rem 0 rgba(10, 10, 10, 0.2); - flex-grow: 0; - flex-shrink: 0; - font-weight: 600; - height: auto; - padding: 0.5em 1em; - transition-duration: 172ms; - transition-property: box-shadow, transform; - will-change: box-shadow, transform; +.bd-footer-donation-title strong { + color: currentColor; } -@media screen and (max-width: 599px) { - .native-flex { - display: block; - text-align: center; - } - .native-main { - margin-bottom: 2em; - } - .native-details { - margin: 1em; - } +.bd-footer-donation-action { + height: 70px; } -@media screen and (min-width: 600px) { - .native-flex { - display: flex; - padding: 4em; - text-align: left; - } - .native-main { - display: flex; - margin-right: 2em; - } - .native-details { - margin-left: 2em; - } +.bd-footer-donation-action .bd-github-button { + margin-right: 0.5rem; } -@media screen and (min-width: 1216px) { - .native-js { - font-size: 1.25rem; - } +.bd-footer-donation-action .bd-github-button, +.bd-footer-donation-action .bd-patreon-button { + flex-shrink: 0; } -@-webkit-keyframes bdGrow { - from { - transform: scale(0); - } - to { - transform: scale(1); - } +.bd-footer-donation-action .paypal-form { + height: 30px; } -@keyframes bdGrow { - from { - transform: scale(0); - } - to { - transform: scale(1); - } +.bd-footer-donation-action .paypal-form img { + display: block; } -@-webkit-keyframes bdSlideDown { - from { - opacity: 0; - transform: translateY(-1rem); - } - to { - opacity: 1; - transform: translateY(0); - } +.bd-footer-stars { + margin-top: 2.5rem; } -@keyframes bdSlideDown { - from { - opacity: 0; - transform: translateY(-1rem); - } - to { - opacity: 1; - transform: translateY(0); +@media screen and (min-width: 769px), print { + .bd-footer-stars { + align-items: stretch; + display: flex; + justify-content: space-between; } } -@-webkit-keyframes bdSlideUp { - from { - opacity: 0; - transform: translateY(1rem); - } - to { - opacity: 1; - transform: translateY(0); - } +.bd-footer-star { + transition-duration: 86ms; + transition-property: box-shadow, transform; + will-change: box-shadow, transform; } -@keyframes bdSlideUp { - from { - opacity: 0; - transform: translateY(1rem); - } - to { - opacity: 1; - transform: translateY(0); +@media screen and (max-width: 768px) { + .bd-footer-star:not(:last-child) { + margin-bottom: 1.5rem; } } -.intro-title, .intro-ghbtns, -.intro-author, .intro-npm, .intro-buttons .button, .bd-focus-item .title, .bd-focus-item .subtitle, .bd-focus-mobile, .bd-focus-tablet, .bd-focus-desktop, .bd-focus-cube-1, .bd-focus-cube-2, .bd-focus-cube-3, .bd-focus-css3, .bd-focus-github { - -webkit-animation-duration: 500ms; - animation-duration: 500ms; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - -webkit-animation-timing-function: cubic-bezier(0.14, 0.71, 0.29, 0.86); - animation-timing-function: cubic-bezier(0.14, 0.71, 0.29, 0.86); - transform-origin: center center; -} - -.intro-title { - -webkit-animation-name: bdSlideDown; - animation-name: bdSlideDown; +@media screen and (min-width: 769px), print { + .bd-footer-star { + width: calc(33.3333% - 2rem); + } } -.intro-ghbtns, -.intro-author { - -webkit-animation-delay: 1s; - animation-delay: 1s; - -webkit-animation-duration: 1000ms; - animation-duration: 1000ms; - -webkit-animation-name: bdFadeIn; - animation-name: bdFadeIn; +.bd-footer-star:hover { + box-shadow: 0 3rem 3rem -1.25rem rgba(10, 10, 10, 0.1); + transform: translateY(-0.5rem); } -.intro-npm { - -webkit-animation-delay: 250ms; - animation-delay: 250ms; - -webkit-animation-name: bdSlowIn; - animation-name: bdSlowIn; +.bd-footer-star:hover .bd-footer-title, +.bd-footer-star:hover .bd-footer-subtitle { + color: #485fc7; } -.intro-buttons .button { - -webkit-animation-name: bdSlowIn; - animation-name: bdSlowIn; +.bd-footer-star.bd-is-expo, .bd-footer-star.bd-is-love { + padding-bottom: 156px; } -.intro-buttons .button:first-child { - -webkit-animation-delay: 500ms; - animation-delay: 500ms; +.bd-footer-star.bd-is-expo .bd-footer-title, .bd-footer-star.bd-is-love .bd-footer-title { + align-items: center; + display: flex; + justify-content: center; } -.intro-buttons .button:last-child { - -webkit-animation-delay: 750ms; - animation-delay: 750ms; +.bd-footer-star.bd-is-expo .bd-footer-title .icon, .bd-footer-star.bd-is-love .bd-footer-title .icon { + margin-right: 0.25em; } -.bd-focus-item .title { - -webkit-animation-name: bdSlideDown; - animation-name: bdSlideDown; +.bd-footer-star.bd-is-expo { + background-image: url("/images/footer/expo-examples.png"); + background-repeat: repeat-x; + background-position: bottom center; + background-size: 352px 156px; } -.bd-focus-item .subtitle { - -webkit-animation-name: bdSlideUp; - animation-name: bdSlideUp; +.bd-footer-star.bd-is-love { + background-image: url("/images/footer/love.png"); + background-repeat: no-repeat; + background-position: bottom center; + background-size: 440px 180px; } -.bd-focus-item:nth-child(1) .title { - -webkit-animation-delay: 1s; - animation-delay: 1s; +.bd-footer-star-header { + padding: 1.5rem; } -.bd-focus-item:nth-child(1) .subtitle { - -webkit-animation-delay: 1.125s; - animation-delay: 1.125s; +.bd-footer-star-figure { + height: 156px; + margin-top: -1rem; } -.bd-focus-item:nth-child(2) .title { - -webkit-animation-delay: 1.5s; - animation-delay: 1.5s; +.bd-footer-links { + margin-top: 6rem; + padding-bottom: 6rem; } -.bd-focus-item:nth-child(2) .subtitle { - -webkit-animation-delay: 1.625s; - animation-delay: 1.625s; +.bd-footer-links a { + color: currentColor; } -.bd-focus-item:nth-child(3) .title { - -webkit-animation-delay: 2s; - animation-delay: 2s; +.bd-footer-links a:hover { + color: #485fc7; } -.bd-focus-item:nth-child(3) .subtitle { - -webkit-animation-delay: 2.125s; - animation-delay: 2.125s; +.bd-footer-link-title { + color: #363636; + font-size: 1.25rem; + font-weight: 600; } -.bd-focus-item:nth-child(4) .title { - -webkit-animation-delay: 2.5s; - animation-delay: 2.5s; +.bd-footer-link-title:not(:first-child) { + margin-top: 1.5em; } -.bd-focus-item:nth-child(4) .subtitle { - -webkit-animation-delay: 2.625s; - animation-delay: 2.625s; +.bd-footer-link { + margin-top: 0.5rem; } -.bd-focus-mobile, .bd-focus-tablet, .bd-focus-desktop { - -webkit-animation-name: bdGrow; - animation-name: bdGrow; - transform-origin: bottom center; +.bd-footer-link.bd-is-more { + font-size: 0.875rem; } -.bd-focus-mobile { - -webkit-animation-delay: 1s; - animation-delay: 1s; +.bd-footer-link.bd-is-more a:not(:hover) { + color: #b5b5b5; } -.bd-focus-tablet { - -webkit-animation-delay: 1.25s; - animation-delay: 1.25s; +.bd-footer-link.bd-has-subtitle a { + align-items: center; + display: flex; + justify-content: space-between; } -.bd-focus-desktop { - -webkit-animation-delay: 1.5s; - animation-delay: 1.5s; +.bd-footer-link.bd-has-subtitle a strong { + flex-grow: 1; + flex-shrink: 1; + font-weight: unset; } -@-webkit-keyframes bdCube1 { - 0% { - transform: translate3d(0, -50px, 0); - opacity: 0; - } - 25%, 100% { - transform: translate3d(0, 0, 0); - opacity: 1; - } +.bd-footer-link.bd-has-subtitle a em { + display: block; + font-size: 0.875rem; + font-style: normal; } -@keyframes bdCube1 { - 0% { - transform: translate3d(0, -50px, 0); - opacity: 0; - } - 25%, 100% { - transform: translate3d(0, 0, 0); - opacity: 1; - } +.bd-footer-link.bd-has-subtitle a:not(:hover) em { + color: #b5b5b5; } -@-webkit-keyframes bdCube2 { - 0% { - transform: translate3d(-40px, 30px, 0); - opacity: 0; +@media screen and (max-width: 768px) { + .bd-footer-link.bd-has-subtitle a { + flex-wrap: wrap; + margin-top: 1rem; } - 25%, 100% { - transform: translate3d(0, 0, 0); - opacity: 1; + .bd-footer-link.bd-has-subtitle a em { + width: 100%; } } -@keyframes bdCube2 { - 0% { - transform: translate3d(-40px, 30px, 0); - opacity: 0; - } - 25%, 100% { - transform: translate3d(0, 0, 0); - opacity: 1; +@media screen and (min-width: 769px), print { + .bd-footer-link.bd-has-subtitle a em { + margin-left: 1rem; + text-align: right; } } -@-webkit-keyframes bdCube3 { - 0% { - transform: translate3d(40px, 30px, 0); - opacity: 0; - } - 25%, 100% { - transform: translate3d(0, 0, 0); - opacity: 1; - } +.bd-footer-link-icon { + flex-grow: 0; + flex-shrink: 0; + margin-right: 0.5em; + text-align: center; + width: 1em; } -@keyframes bdCube3 { - 0% { - transform: translate3d(40px, 30px, 0); - opacity: 0; - } - 25%, 100% { - transform: translate3d(0, 0, 0); - opacity: 1; - } +:root { + --newsletter-strip-size: 16px; + --newsletter-border-size: 1.5rem; } -.bd-focus-cube-1, .bd-focus-cube-2, .bd-focus-cube-3 { - -webkit-animation-direction: alternate; - animation-direction: alternate; - -webkit-animation-duration: 2000ms; - animation-duration: 2000ms; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; +#newsletter { + background: #fafafa; + padding: var(--newsletter-border-size); + padding-top: 0; } -.bd-focus-cube-1 { - -webkit-animation-delay: 1.5s; - animation-delay: 1.5s; - -webkit-animation-name: bdCube1; - animation-name: bdCube1; +#newsletter .bd-drawing { + display: none; } -.bd-focus-cube-2 { - -webkit-animation-name: bdCube2; - animation-name: bdCube2; - -webkit-animation-delay: 1.75s; - animation-delay: 1.75s; +.bd-newsletter-heading > .icon { + font-size: 2rem; + height: 1.125em; + width: 1.125em; } -.bd-focus-cube-3 { - -webkit-animation-name: bdCube3; - animation-name: bdCube3; - -webkit-animation-delay: 2s; - animation-delay: 2s; +.bd-newsletter-heading .title, +.bd-newsletter-heading .subtitle { + font-weight: 400; } -@-webkit-keyframes bdFadeIn { - from { - opacity: 0; - } - to { - opacity: 1; - } +.bd-newsletter-heading .title strong, +.bd-newsletter-heading .subtitle strong { + color: inherit; + font-weight: 600; } -@keyframes bdFadeIn { - from { - opacity: 0; - } - to { - opacity: 1; - } +.bd-newsletter-heading .title small, +.bd-newsletter-heading .subtitle small { + color: #7a7a7a; + display: block; + font-size: 0.75em; } -@-webkit-keyframes bdSlowIn { - from { - opacity: 0; - transform: scale(0.9); - } - to { - opacity: 1; - transform: scale(1); - } +.bd-newsletter-heading .subtitle { + color: #7a7a7a; } -@keyframes bdSlowIn { - from { - opacity: 0; - transform: scale(0.9); - } - to { - opacity: 1; - transform: scale(1); - } +.bd-newsletter-heading .bd-fat-button { + font-weight: 400; } -@-webkit-keyframes bdScaleIn { - from { - opacity: 0; - transform: scale(0); - } - to { - opacity: 1; - transform: scale(1); - } +.bd-newsletter-heading .bd-fat-button strong { + font-weight: 600; } -@keyframes bdScaleIn { - from { - opacity: 0; - transform: scale(0); - } - to { - opacity: 1; - transform: scale(1); - } +.bd-newsletter-fields { + display: grid; + grid-gap: 0.75rem; + grid-template-columns: minmax(20em, 1fr) auto; } -.bd-focus-css3 { - -webkit-animation-delay: 2s; - animation-delay: 2s; - -webkit-animation-name: bdScaleIn; - animation-name: bdScaleIn; +.bd-newsletter-box { + background-color: white; + background-image: url("/images/hab/newsletter-strip.png"); + background-repeat: repeat-x; + background-size: 96px var(--newsletter-strip-size); + border-radius: 1.5em; + box-shadow: 0 0 0 1px whitesmoke; } -.bd-focus-github { - -webkit-animation-delay: 2.5s; - animation-delay: 2.5s; - -webkit-animation-duration: 1500ms; - animation-duration: 1500ms; - -webkit-animation-name: bdJellyPop; - animation-name: bdJellyPop; +.bd-newsletter-box .icon { + align-self: flex-start; } -@-webkit-keyframes bdJellyPop { - 0% { - opacity: 0; - transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 3.4% { - opacity: 1; - transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 4.7% { - transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 6.81% { - transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 9.41% { - transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 10.21% { - transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 13.61% { - transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 14.11% { - transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 17.52% { - transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 18.72% { - transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 21.32% { - transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 24.32% { - transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 25.23% { - transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 29.03% { - transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 29.93% { - transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 35.54% { - transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 36.74% { - transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 41.04% { - transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 44.44% { - transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 52.15% { - transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 59.86% { - transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 63.26% { - transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 75.28% { - transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 85.49% { - transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 90.69% { - transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 100% { - opacity: 1; - transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } +.bd-newsletter-box form .input:not(:focus):not(:hover) { + border-color: #dbdbdb; } -@keyframes bdJellyPop { - 0% { - opacity: 0; - transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 3.4% { - opacity: 1; - transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 4.7% { - transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 6.81% { - transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 9.41% { - transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 10.21% { - transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 13.61% { - transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); - } - 14.11% { - transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); +@media screen and (max-width: 768px) { + .bd-newsletter-box { + padding-top: calc(1.5rem + var(--newsletter-strip-size)); } - 17.52% { - transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + .bd-newsletter-fields { + grid-template-columns: repeat(auto-fill, minmax(14em, 1fr)); } - 18.72% { - transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); +} + +@media screen and (max-width: 1023px) { + .bd-newsletter-heading { + margin-bottom: var(--bd-index-vertical); } - 21.32% { - transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + .bd-newsletter-heading .icon { + float: left; + margin-right: 0.75rem; } - 24.32% { - transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + .bd-newsletter-heading .subtitle { + margin: 0.75rem 0 !important; } - 25.23% { - transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + .bd-newsletter-heading form { + margin-top: 1.5rem; } - 29.03% { - transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); +} + +@media screen and (min-width: 769px), print { + .bd-newsletter-box { + padding-top: calc(var(--bd-index-vertical) + var(--newsletter-strip-size)); } - 29.93% { - transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); +} + +@media screen and (min-width: 1024px) { + .bd-newsletter-heading { + display: grid; + grid-template-columns: 3rem 3rem 1fr 1fr 3rem 3rem; } - 35.54% { - transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + .bd-newsletter-heading > .icon { + grid-column: 2; } - 36.74% { - transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + .bd-newsletter-heading .title { + grid-column: 3; + max-width: 9em; } - 41.04% { - transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + .bd-newsletter-heading .subtitle { + grid-column: 4; + max-width: 10em; } - 44.44% { - transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + .bd-newsletter-heading form { + grid-column: 4; } - 52.15% { - transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); +} + +@media screen and (min-width: 1216px) { + :root { + --newsletter-border-size: 5.625rem; } - 59.86% { - transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + #newsletter .bd-drawing { + display: block; } - 63.26% { - transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + .bd-newsletter-heading { + grid-template-columns: 4.5rem 4.5rem 1fr 1fr 4.5rem 4.5rem; } - 75.28% { - transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); + .bd-newsletter-box { + box-shadow: 0 1em 2em rgba(0, 0, 0, 0.05); } - 85.49% { - transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); +} + +@media screen and (min-width: 1780px) { + .bd-newsletter-heading { + grid-template-columns: minmax(3rem, 1fr) 4.5rem calc(var(--container-width) / 2) calc(var(--container-width) / 2) 4.5rem minmax(3rem, 1fr); } - 90.69% { - transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); +} + +.cpck-window { + background-color: white; + box-shadow: 0 0 1em rgba(0, 0, 0, 0.1); + padding: 1em 1.5em; + position: fixed; + z-index: 10; +} + +.cpck-invisible { + display: none !important; +} + +.cpck-link { + border-bottom: 1px solid #485fc7; + padding-bottom: 2px; +} + +.cpck-link:hover { + border-bottom-width: 2px; +} + +.cpck-link:active { + background-color: #eff1fa; +} + +.cpck-compliance { + margin-top: 1em; +} + +.cpck-btn { + border: 2px solid #48c78e; + border-radius: 0.375em; + color: #48c78e; + display: inline-block; + font-weight: 700; + padding: 0.5em 1em; + vertical-align: top; +} + +.cpck-btn span { + margin-left: -0.125em; + margin-right: 0.5em; +} + +.cpck-btn:hover { + background-color: #effaf5; + color: #257953; +} + +.cpck-btn:active, .cpck-btn:focus { + background-color: #dcf4e9; + border-color: #257953; + color: #1f6546; + outline: none; +} + +@media screen and (max-width: 768px) { + .cpck-window { + bottom: 0; + left: 0; + right: 0; } - 100% { - opacity: 1; - transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); +} + +@media screen and (min-width: 769px), print { + .cpck-window { + border-radius: 0.375em; + bottom: 1em; + right: 1em; + width: 20rem; } } diff --git a/docs/css/bulma-docs.min.css b/docs/css/bulma-docs.min.css index d5d4f0705..8004b2024 100644 --- a/docs/css/bulma-docs.min.css +++ b/docs/css/bulma-docs.min.css @@ -1 +1 @@ -@charset "UTF-8";/*! bulma.io v0.9.2 | MIT License | github.com/jgthms/bulma */.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:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.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 fieldset[disabled] select,.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}.breadcrumb,.button,.file,.is-unselectable,.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}.bd-side-sponsor:not(:last-child),.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{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.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}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */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%;-ms-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}@-webkit-keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.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-ghost{background:0 0;border-color:transparent;color:#3273dc;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#3273dc;text-decoration:underline}.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{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{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){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.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}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{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:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#b5b5b5}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#3273dc;box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.input[disabled],.select fieldset[disabled] select,.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 fieldset[disabled] select::-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 fieldset[disabled] select::-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 fieldset[disabled] select:-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 fieldset[disabled] select:-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-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.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-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.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-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.is-primary.input,.is-primary.textarea{border-color:#00d1b2}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.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-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.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-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.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-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.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-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.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-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{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%;position:relative}.card-content:first-child,.card-footer:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-content:last-child,.card-footer:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.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-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color: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}.pagination-list li{list-style:none}@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;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-left:16.66667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-left:33.33333%}.column.is-5-mobile{flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-left:41.66667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-left:58.33333%}.column.is-8-mobile{flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-left:66.66667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-left:83.33333%}.column.is-11-mobile{flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-left:91.66667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}.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.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}.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.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}.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.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}.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;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{flex:none;width:8.33333%}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{flex:none;width:16.66667%}.column.is-offset-2-touch{margin-left:16.66667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333%}.column.is-offset-4-touch{margin-left:33.33333%}.column.is-5-touch{flex:none;width:41.66667%}.column.is-offset-5-touch{margin-left:41.66667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333%}.column.is-offset-7-touch{margin-left:58.33333%}.column.is-8-touch{flex:none;width:66.66667%}.column.is-offset-8-touch{margin-left:66.66667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333%}.column.is-offset-10-touch{margin-left:83.33333%}.column.is-11-touch{flex:none;width:91.66667%}.column.is-offset-11-touch{margin-left:91.66667%}.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;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-left:16.66667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-left:33.33333%}.column.is-5-desktop{flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-left:41.66667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-left:58.33333%}.column.is-8-desktop{flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-left:66.66667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-left:83.33333%}.column.is-11-desktop{flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-left:91.66667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-left:16.66667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-left:33.33333%}.column.is-5-widescreen{flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-left:41.66667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-left:58.33333%}.column.is-8-widescreen{flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-left:66.66667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-left:83.33333%}.column.is-11-widescreen{flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-left:91.66667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-left:16.66667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-left:33.33333%}.column.is-5-fullhd{flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-left:41.66667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-left:58.33333%}.column.is-8-fullhd{flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-left:66.66667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-left:83.33333%}.column.is-11-fullhd{flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-left:91.66667%}.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.33333%}.tile.is-2{flex:none;width:16.66667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333%}.tile.is-5{flex:none;width:41.66667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333%}.tile.is-8{flex:none;width:66.66667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333%}.tile.is-11{flex:none;width:91.66667%}.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;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5{margin-left:1.5rem!important}.mx-5{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6{margin-left:3rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.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,#e6e6e6 0,#fff 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e6e6 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,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}}.hero.is-dark{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,#1f191a 0,#363636 71%,#46403f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0,#363636 71%,#46403f 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%,#00e7eb 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e7eb 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,#1577c6 0,#3273dc 71%,#4366e5 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1577c6 0,#3273dc 71%,#4366e5 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,#159dc6 0,#3298dc 71%,#4389e5 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#159dc6 0,#3298dc 71%,#4389e5 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,#ffaf24 0,#ffdd57 71%,#fffa70 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffaf24 0,#ffdd57 71%,#fffa70 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,#fa0a62 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding:9rem 1.5rem}}@media screen and (min-width:769px),print{.hero.is-large .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}.bd-columns-tool,.bd-footer-donation-action,.bd-footer-sponsor a,.bd-footer-star-figure,.bd-mini,.bd-minis-link,.bd-minis-title,.bd-sponsor-item{align-items:center;display:flex;justify-content:center}.bd-book-content,.bd-footer-star,.bd-footer-support{background-color:#fff;border-radius:6px;box-shadow:0 1.5rem 1.5rem -1.25rem rgba(10,10,10,.05);display:block}.bd-focus-item::before,.bd-sponsor-item::before{bottom:0;left:0;position:absolute;right:0;top:0;background-color:#fafafa;border-radius:6px;content:"";display:block;opacity:0;pointer-events:none;transform:scale(1.1);transform-origin:center;transition-duration:172ms;transition-property:opacity,transform}.bd-focus-item:hover::before,.bd-sponsor-item:hover::before{opacity:1;transform:scale(1)}.bd-main{overflow:hidden;position:relative}.bd-figure{align-items:center;border:2px solid #f5f5f5;border-radius:4px;display:flex;flex-direction:column;text-align:center}.bd-figure:not(:last-child){margin-bottom:1.5rem}.bd-figure img{margin:1em}.bd-figure figcaption{align-self:stretch;background-color:#f5f5f5;color:#7a7a7a;font-size:.75rem;padding:1em}.bd-lead{position:relative}.bd-breadcrumb{display:flex;justify-content:space-between;margin-bottom:3rem}.bd-breadcrumb .breadcrumb:not(:last-child){margin-bottom:0}.bd-prev-next{align-items:flex-start;color:#b5b5b5;display:none;flex-grow:0;flex-shrink:0;margin-left:.5rem;text-align:center}.bd-prev-next a,.bd-prev-next span{border-radius:4px;width:1.5rem}.bd-prev-next a:hover{background-color:#f5f5f5}.bd-prev-next-bis{border-top:2px solid #f5f5f5;display:flex;justify-content:space-between;margin-top:3rem}.bd-prev-next-bis a{margin-top:1.5rem}.bd-prev-next-bis-previous{margin-right:auto}.bd-prev-next-bis-next{margin-left:auto}.bd-header{margin-bottom:3rem}.bd-header .subtitle{color:#7a7a7a}.bd-header .subtitle strong{color:currentColor}.bd-header #meta{margin-top:-.5rem}.bd-tabs{margin-bottom:3rem}@media screen and (max-width:768px){.bd-tabs{margin-left:-1.5rem;margin-right:-1.5rem}.bd-tabs .tabs ul{flex-wrap:nowrap}}@media screen and (min-width:769px),print{.bd-tabs .tabs{overflow:visible}.bd-tabs .tabs a,.bd-tabs .tabs ul{border-bottom-color:#f5f5f5;border-bottom-width:2px}.bd-tabs .tabs a{margin-bottom:-2px}.bd-tabs .tabs li:not(.is-active) a:hover{border-bottom-color:#dbdbdb}.bd-tabs .tabs ul{flex-wrap:wrap;max-width:100%}}.bd-content hr:first-child{display:none}.bd-content hr:first-child+.bd-anchor-title{padding-top:0}.bd-content hr:first-child+.bd-anchor-title .bd-anchor-link{top:0}.bd-side,.bd-side-background{background-color:#fafafa}.bd-side{position:relative}.bd-side-background{bottom:0;left:50%;position:absolute;right:0;top:0}.bd-anchors-list,.bd-category-list{font-size:.875rem}.bd-anchors-list li:not(:last-child),.bd-category-list li:not(:last-child){margin-bottom:.5em}.bd-anchors-list li.is-past a,.bd-category-list li.is-past a{color:#b5b5b5}.bd-anchors-list li.is-current a,.bd-category-list li.is-current a{color:#3273dc}.bd-anchors-list a,.bd-category-list a{color:#7a7a7a}.bd-anchors-list a:hover,.bd-category-list a:hover{color:#3273dc}.bd-category a:hover{color:#3273dc}.bd-category:not(:last-child){margin-bottom:.5rem}.bd-category.is-active .bd-category-toggle .icon{transform:rotate(180deg)}.bd-category.is-active .bd-category-list{display:block}.bd-category-header{position:relative}.bd-category-toggle{bottom:0;left:0;position:absolute;right:0;top:0;align-items:center;color:#b5b5b5;display:flex;justify-content:flex-end}.bd-category-toggle .icon{font-size:.75rem;transform-origin:center;transition-duration:86ms;transition-property:transform}.tag.bd-mini-tag{border-radius:2px!important;font-family:Verdana,sans-serif;font-size:.5rem;font-weight:700;height:2.25em;vertical-align:text-bottom}.bd-category-name{color:#363636;position:relative}.bd-category-name.is-active{color:#3273dc}.bd-category-name .bd-mini-tag{margin-left:.5em}.bd-category-list{display:none;padding:.5rem}.bd-anchors-reference{height:1px}.bd-anchors{display:none;max-width:10.5rem;padding-top:calc(1.5rem - 1px)}@media screen and (min-width:769px),print{.bd-anchors.is-active{display:block}.bd-anchors.is-pinned{position:fixed;top:0}}.bd-anchors-title{color:#b5b5b5;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.bd-anchors-list li:last-child{margin-top:1em}.bd-anchors-list a{color:#363636}@media screen and (max-width:1023px){.bd-lead,.bd-side{padding:1.5rem}.bd-header-carbon{margin-top:1.5rem}}@media screen and (max-width:1023px){.bd-side-background{display:none}}@media screen and (min-width:1024px){.bd-duo{display:flex}.bd-lead{background-color:#fff;overflow:hidden;flex-grow:1;flex-shrink:1}.bd-prev-next{display:flex}.bd-side{flex:0 0 calc(10.5rem + 1.5rem)}}@media screen and (min-width:1024px){.bd-main{padding:0 3rem}.bd-lead{margin-left:-3rem;padding:3rem}.bd-lead:last-child{margin-right:-3rem}.bd-header{align-items:center;display:flex;min-height:140px}.bd-header-titles{flex-grow:1;flex-shrink:1}.bd-header-carbon{flex-grow:0;flex-shrink:0;margin:-15px 0 -15px 6rem;width:300px}.bd-side{padding:3rem 0 3rem 1.5rem}}@media screen and (min-width:1216px){.bd-header-carbon{margin-left:9rem}}@media screen and (min-width:1408px){.bd-header-carbon{margin-left:12rem}}.highlight{background-color:#f5f5f5;border-radius:6px;color:#586e75}.highlight pre{background-color:transparent;font-size:.875em;line-height:1.375}.highlight .c{color:#93a1a1}.highlight .err,.highlight .g{color:#586e75}.highlight .k{color:#859900}.highlight .l,.highlight .n{color:#586e75}.highlight .o{color:#859900}.highlight .x{color:#cb4b16}.highlight .p{color:#586e75}.highlight .cm{color:#93a1a1}.highlight .cp{color:#859900}.highlight .c1{color:#93a1a1}.highlight .cs{color:#859900}.highlight .gd{color:#2aa198}.highlight .ge{color:#586e75;font-style:italic}.highlight .gr{color:#dc322f}.highlight .gh{color:#cb4b16}.highlight .gi{color:#859900}.highlight .go,.highlight .gp{color:#586e75}.highlight .gs{color:#586e75;font-weight:700}.highlight .gu{color:#cb4b16}.highlight .gt{color:#586e75}.highlight .kc{color:#cb4b16}.highlight .kd{color:#268bd2}.highlight .kn,.highlight .kp{color:#859900}.highlight .kr{color:#268bd2}.highlight .kt{color:#dc322f}.highlight .ld{color:#586e75}.highlight .m,.highlight .s{color:#2aa198}.highlight .na{color:#b58900}.highlight .nb{color:#586e75}.highlight .nc{color:#268bd2}.highlight .no{color:#cb4b16}.highlight .nd{color:#268bd2}.highlight .ne,.highlight .ni{color:#cb4b16}.highlight .nf{color:#268bd2}.highlight .nl,.highlight .nn,.highlight .nx,.highlight .py{color:#586e75}.highlight .nt,.highlight .nv{color:#268bd2}.highlight .ow{color:#859900}.highlight .w{color:#586e75}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2aa198}.highlight .sb{color:#93a1a1}.highlight .sc{color:#2aa198}.highlight .sd{color:#586e75}.highlight .s2{color:#2aa198}.highlight .se{color:#cb4b16}.highlight .sh{color:#586e75}.highlight .si,.highlight .sx{color:#2aa198}.highlight .sr{color:#dc322f}.highlight .s1,.highlight .ss{color:#2aa198}.highlight .bp,.highlight .vc,.highlight .vg,.highlight .vi{color:#268bd2}.highlight .il{color:#2aa198}.content .highlight{margin-left:0;margin-right:0;text-align:left}.content .highlight:not(:first-child){margin-top:1em}.content .highlight:not(:last-child){margin-bottom:1em}.content li .highlight{margin-top:.5em}.content .bd-spaced li+li{margin-top:1em}.content .highlighter-rouge:not(:last-child){margin-bottom:1.5rem}body.page-grid .column>.notification{padding-left:0;padding-right:0;text-align:center}a.navbar-item>.icon:not(:last-child){margin-left:-.25em;margin-right:.25em}@media screen and (min-width:769px),print{.header-item .button+.button{margin-left:.75rem}}svg{max-height:100%;max-width:100%}.bd-notice{background-color:#00d1b2;color:#fff;padding:1em;text-align:center}.bd-notice-body{align-items:center;display:flex;justify-content:center}.bd-notice-body a,.bd-notice-body strong{color:currentColor}.bd-notice-body a{border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:2px}.bd-notice-body a:hover{border-bottom-color:#fff}.bd-notice-body span{margin:0 .25em;opacity:.5}@media screen and (max-width:768px){.bd-notice{font-size:.75rem}.bd-notice-body{flex-wrap:wrap}.bd-notice-body p:first-child{width:100%}}@media screen and (min-width:769px),print{.bd-notice-body p:first-child{margin-right:1em}}.bd-github-button{background-color:#ea4aaa;border-color:#ea4aaa!important;color:#fff;font-size:.875rem;height:auto;padding:calc(.5em - 1px) 1em;position:relative}.bd-github-button strong{font-weight:600;margin-top:-2px}.bd-github-button .icon{color:inherit}.bd-github-button .tag{font-size:.5rem;font-style:normal;margin:-1px -8px 0 7px}.bd-github-button:focus,.bd-github-button:hover{background-color:#e7339f}.bd-github-button:active{background-color:#e51c95}.bd-github-button:active,.bd-github-button:focus,.bd-github-button:hover{color:#fff}.bd-patreon-button{display:inline-block;position:relative;vertical-align:top}.bd-patreon-button img{border-radius:4px;display:block;max-height:none!important}.bd-patreon-button:hover::after{bottom:0;left:0;position:absolute;right:0;top:0;background-color:rgba(0,0,0,.05);border-radius:4px;content:"";display:block}#carboncontainer{align-items:center;display:flex;justify-content:center;margin-left:auto;margin-right:auto;max-width:300px;min-height:120px;min-width:280px}#carbon{flex-grow:1;min-height:100px;padding:0;position:relative}#carbon:hover{background-color:#fff;box-shadow:0 0 0 .75rem #fff}@media screen and (min-width:769px),print{#carbon{width:300px}}#carbonads{font-size:14px;text-align:left}#carbonads a,#carbonads span{display:block}#carbonads .carbon-wrap{min-height:100px;position:relative}#carbonads .carbon-wrap:hover .carbon-img::after{background-color:rgba(0,0,0,.05);content:"";display:block;height:100px;left:0;position:absolute;right:1rem;top:0}#carbonads .carbon-img{bottom:0;float:left;left:0;min-height:100px;padding:0;position:absolute;top:0;width:calc(130px + 1rem)}#carbonads .carbon-img img{display:block;height:100px;width:130px}#carbonads .carbon-img:hover+.carbon-text{color:#3273dc}#carbonads .carbon-img:active{opacity:.8}#carbonads .carbon-text{display:block;color:#363636;line-height:20px;min-height:100px;padding:0 0 20px calc(130px + 1rem)}#carbonads .carbon-text:hover{color:#3273dc}#carbonads .carbon-poweredby{bottom:0;color:#b5b5b5;display:inline;font-size:.75rem;line-height:20px;position:absolute;right:0}#carbonads .carbon-poweredby:hover{text-decoration:underline}@media screen and (max-width:1407px){.bd-navbar-icon{display:none}}@media screen and (max-width:1215px){.bd-navbar .bd-navbar-item-backers{display:none}}@media screen and (min-width:1216px){#moreDropdown .navbar-divider:nth-child(2),#moreDropdown .navbar-item:first-child{display:none}}@media screen and (max-width:768px){.bd-index-buttons{margin-top:3rem}}@media screen and (min-width:769px),print{.bd-index-buttons{margin-top:6rem}}.bd-index-header{text-align:center}.bd-index-header a,.bd-index-header strong{transition-duration:86ms;transition-property:color}.bd-index-header a{color:currentColor}.bd-index-header a:hover{color:#3273dc}.bd-index-header a:hover strong{color:#3273dc}.bd-index-header strong{font-weight:600}.bd-index-header .title strong{color:#00d1b2}.bd-index-header .subtitle{color:#b5b5b5!important}.bd-index-header .subtitle strong{color:currentColor}.bd-index-header:not(:last-child){margin-bottom:3rem}.bd-index-header.bd-is-left{text-align:left}.bd-index-js-tweet .bd-tw{margin-left:auto;margin-right:auto}.bd-index-custom-tweet .bd-tw{margin-left:auto;margin-right:auto}.bd-index-custom-title{color:#b5b5b5}.bd-index-custom-example{padding:1rem}.bd-index-custom-example .subtitle{margin-bottom:.5rem}.bd-index-custom.bd-is-after{color:#757763;font-family:Nunito,serif;margin-top:.5rem}.bd-index-custom.bd-is-after a{color:#fa7c91}.bd-index-custom.bd-is-after a:hover{color:#363636}.bd-index-custom.bd-is-after .subtitle{color:#757763}.bd-index-custom.bd-is-after .input,.bd-index-custom.bd-is-after .select select{background-color:#eff0eb;border-color:transparent;border-width:2px;box-shadow:none;font-family:Nunito,serif}.bd-index-custom.bd-is-after .input:hover,.bd-index-custom.bd-is-after .select select:hover{border-color:#d0d1cd}.bd-index-custom.bd-is-after .input:focus,.bd-index-custom.bd-is-after .select select:focus{border-color:#fa7c91;box-shadow:0 0 0 .125em rgba(250,124,145,.25)}.bd-index-custom.bd-is-after .select:not(.is-multiple):not(:hover)::after{border-color:#fa7c91}.bd-index-custom.bd-is-after .button.is-primary{background-color:#8a4d76;color:#fff}.bd-index-custom.bd-is-after .button.is-primary:hover{background-color:#82486f}.bd-index-custom.bd-is-after .button.is-primary:active{background-color:#7a4468}.bd-index-custom.bd-is-after .button.is-link{background-color:#fa7c91;color:#fff}.bd-index-custom.bd-is-after .button.is-link:hover{background-color:#fa7087}.bd-index-custom.bd-is-after .button.is-link:active{background-color:#f9637c}.bd-index-custom.bd-is-after ::-moz-selection{background-color:#fa7c91;color:#fff}.bd-index-custom.bd-is-after ::selection{background-color:#fa7c91;color:#fff}.bd-index-fullscreen .tabs a{color:#b5b5b5!important}#grid .notification{padding-left:0;padding-right:0}.bd-columns-tools{margin-top:3rem}.bd-columns-tool.bd-is-try .buttons{justify-content:center}.bd-columns-tool.bd-is-try .button strong{font-weight:600}#markup{width:100%}#markup .highlight pre{max-height:none}#message{display:none;margin-top:3rem}@media screen and (max-width:768px){.bd-columns-tool.bd-is-markup{margin-top:3rem}}@media screen and (min-width:769px),print{.bd-columns-tools{align-items:flex-start;display:flex}.bd-columns-tool{width:50%}.bd-columns-tool.bd-is-try{padding-top:60px}}.bd-focus{margin:6rem auto 0;max-width:1080px}.bd-focus-item{border-radius:6px;padding-top:1.25rem;position:relative}.bd-focus-item .subtitle,.bd-focus-item .title a{transition-duration:172ms;transition-property:color}.bd-focus-item .title{position:relative;transition-duration:172ms;transition-property:color}.bd-focus-item .subtitle{color:#b5b5b5;position:relative}.bd-focus-item .subtitle strong{color:currentColor}.bd-focus-item .subtitle .subtitle{color:#4a4a4a}.bd-focus-item:nth-child(1):hover .title{color:#ff470f}.bd-focus-item:nth-child(2):hover .title{color:#48c774}.bd-focus-item:nth-child(3):hover .title{color:#3273dc}.bd-focus-item:nth-child(4):hover .title{color:#0a0a0a}.bd-focus-icon{position:relative}.bd-focus-mobile{color:#b86bff;margin-right:-20px}.bd-focus-tablet{color:#f14668}.bd-focus-desktop{color:#ff470f;position:relative;top:2px}.bd-focus-cubes{position:relative;height:3rem;margin:0 auto;top:-.5rem;width:3rem}.bd-focus-cube{color:#48c774;position:absolute}.bd-focus-cube-1{left:0;top:0}.bd-focus-cube-2{left:-1rem;top:23px}.bd-focus-cube-3{left:1rem;top:23px}.bd-focus-css3{color:#3273dc}.bd-focus-github{color:#333}.intro-content{margin-left:auto;margin-right:auto;max-width:640px}.intro-title{font-weight:400;line-height:1.375}.intro-title strong{font-weight:600}.intro-ghbtns{margin-bottom:16px;min-height:30px}.intro-ghbtns a,.intro-ghbtns iframe,.intro-ghbtns img{height:30px}.intro-ghbtns a{display:inline-block;min-width:100px;vertical-align:top}.intro-ghbtns img{display:block}.intro-npm{background:#242424;border-radius:4px;color:#fff;display:flex;font-size:15px;justify-content:space-between;line-height:20px;padding:15px 25px;position:relative}.intro-npm code{font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.intro-npm .intro-npm-copy{border-radius:4px;color:#ffdd57;cursor:pointer;margin:-2px -7px -3px;padding:2px 7px 3px}.intro-npm .intro-npm-copy:hover{background-color:#ffdd57;color:#242424}.intro-npm .intro-npm-copy.is-error,.intro-npm .intro-npm-copy.is-success{color:#fff;pointer-events:none;text-decoration:none}.intro-npm .intro-npm-copy.is-success{background-color:#48c774}.intro-npm .intro-npm-copy.is-error{background-color:#f14668}.intro-npm ::-moz-selection{background:#ffdd57;color:#242424}.intro-npm ::selection{background:#ffdd57;color:#242424}.intro-buttons{margin-top:1.5rem}.intro-buttons .button{padding-left:1.375em;padding-right:1.375em}.intro-video{background-color:#fff;margin-left:auto;margin-right:auto;max-width:640px;position:relative}.intro-video.has-loaded .intro-spinner{display:none}.intro-video.has-loaded .intro-iframe{opacity:1}@-webkit-keyframes introSpinner{from{opacity:0;transform:scale(1.14)}to{opacity:1;transform:scale(1)}}@keyframes introSpinner{from{opacity:0;transform:scale(1.14)}to{opacity:1;transform:scale(1)}}.intro-shadow,.intro-spinner{-webkit-animation-duration:.5s;animation-duration:.5s;animation-easing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;transform-origin:center}.intro-spinner{bottom:0;left:0;position:absolute;right:0;top:0;-webkit-animation-name:introSpinner;animation-name:introSpinner}.intro-spinner::before{-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;border-bottom-color:#00d1b2;border-left-color:#00d1b2;height:1.5em;left:calc(50% - .75em);position:absolute;top:calc(50% - .75em);width:1.5em}@-webkit-keyframes introShadow{from{opacity:0;transform:scale(.86)}to{opacity:1;transform:scale(1)}}@keyframes introShadow{from{opacity:0;transform:scale(.86)}to{opacity:1;transform:scale(1)}}.intro-shadow{bottom:0;left:0;position:absolute;right:0;top:0;background-color:#776e70;background-position:center center;background-repeat:no-repeat;background-size:cover;box-shadow:0 1.5rem 3rem rgba(0,0,0,.2);-webkit-animation-name:introShadow;animation-name:introShadow}.intro-iframe{opacity:0;padding-top:56.25%;position:relative;transition-duration:.5s;transition-property:opacity}.intro-iframe iframe{height:100%;left:0;position:absolute;top:0;width:100%}.intro-author{color:#7a7a7a;font-size:.75rem;margin-top:40px;text-align:center}.intro-author a{color:#363636}.intro-author a:hover{text-decoration:underline}.intro-author span{opacity:.5;transition:.1s opacity}.intro-author span:hover{opacity:1}.intro-carbon{margin-top:1.5rem}@media screen and (max-width:768px){.intro-buttons .button{display:flex;width:100%}.intro-buttons .button.is-light{margin-top:.5rem}}@media screen and (min-width:769px),print{.intro-title{font-size:2.25rem}.intro-buttons{align-items:center;display:flex;justify-content:space-between}}@media screen and (max-width:1023px){.intro-column.is-video{margin-top:3rem}}@media screen and (min-width:1024px){.intro-columns{display:flex;justify-content:center}.intro-column{width:calc(50% - 1.5rem)}.intro-column.is-content{margin-right:1.5rem}.intro-column.is-video{margin-left:1.5rem}.intro-content{max-width:440px}.intro-title{margin-top:-11px}.intro-title:not(:last-child){margin-bottom:10px}}#github{color:#333;border-color:#333}#github:hover{background:#333;border-color:#333;color:#fff}.bd-tw-button{background-color:#55acee;color:#fff;border-color:transparent!important}.bd-tw-button:hover{background-color:#49a6ed;color:#fff}.bd-tw-button:active,.bd-tw-button:focus{background-color:#3ea1ec;color:#fff}#moreDropdown .navbar-item{padding-left:3em;position:relative}#moreDropdown .icon{left:1rem;position:absolute;text-align:center;top:.375rem;width:1em}#moreDropdownBootstrap .icon{color:#6f5499}#moreDropdownPatreon .icon{color:#f96854}@media screen and (min-width:1024px){#blogDropdown{width:17rem}#blogDropdown .navbar-item{white-space:normal}#moreDropdown{width:14rem}#moreDropdown .navbar-item{padding-right:1rem;white-space:normal}#moreDropdown .navbar-item .level{flex-grow:1}}.bd-footer-title{color:#363636;font-size:1.25rem;line-height:1.25;margin-bottom:.5rem;transition-duration:86ms;transition-property:color}.bd-footer-title strong{font-weight:600}.bd-footer-subtitle{color:#b5b5b5;margin-top:-.5rem;transition-duration:86ms;transition-property:color}.bd-footer-iframe{display:flex;flex-wrap:wrap;margin-bottom:-10px;min-height:30px}.bd-footer-iframe iframe{height:30px;margin-bottom:10px}.bd-footer-iframe .fb-like{margin-left:10px}.bd-footer-iframe.is-github iframe{width:100%}.bd-footer-tsp{color:#b5b5b5;margin-top:1.5rem}.bd-footer-star,.bd-footer-support{text-align:center}.bd-footer-star .bd-footer-title,.bd-footer-support .bd-footer-title{font-size:1.5rem}.bd-footer-support{border-top:2px solid #f5f5f5;box-shadow:none;padding:3rem}.bd-footer-support .bd-footer-title{margin-bottom:1.5rem}.bd-footer-donations{justify-content:center}.bd-footer-donation{flex:none}.bd-footer-donation-items{display:flex;flex-wrap:wrap;justify-content:center}.bd-footer-donation-items .bd-footer-sponsor{width:12rem}.bd-footer-sponsor a{height:70px}@media screen and (min-width:769px),print{.bd-footer-donation{padding:.75rem 1.5rem}}.bd-footer-donation-title{color:#b5b5b5;margin-bottom:.5rem}.bd-footer-donation-title strong{color:currentColor}.bd-footer-donation-action{height:70px}.bd-footer-donation-action .bd-github-button{margin-right:.5rem}.bd-footer-donation-action .bd-github-button,.bd-footer-donation-action .bd-patreon-button{flex-shrink:0}.bd-footer-donation-action .paypal-form{height:30px}.bd-footer-donation-action .paypal-form img{display:block}.bd-footer-stars{margin-top:2.5rem}@media screen and (min-width:769px),print{.bd-footer-stars{align-items:stretch;display:flex;justify-content:space-between}}.bd-footer-star{transition-duration:86ms;transition-property:box-shadow,transform;will-change:box-shadow,transform}@media screen and (max-width:768px){.bd-footer-star:not(:last-child){margin-bottom:1.5rem}}@media screen and (min-width:769px),print{.bd-footer-star{width:calc(33.3333% - 2rem)}}.bd-footer-star:hover{box-shadow:0 3rem 3rem -1.25rem rgba(10,10,10,.1);transform:translateY(-.5rem)}.bd-footer-star:hover .bd-footer-subtitle,.bd-footer-star:hover .bd-footer-title{color:#3273dc}.bd-footer-star.bd-is-expo,.bd-footer-star.bd-is-love{padding-bottom:156px}.bd-footer-star.bd-is-expo .bd-footer-title,.bd-footer-star.bd-is-love .bd-footer-title{align-items:center;display:flex;justify-content:center}.bd-footer-star.bd-is-expo .bd-footer-title .icon,.bd-footer-star.bd-is-love .bd-footer-title .icon{margin-right:.25em}.bd-footer-star.bd-is-expo{background-image:url(/images/footer/expo-examples.png);background-repeat:repeat-x;background-position:bottom center;background-size:352px 156px}.bd-footer-star.bd-is-love{background-image:url(/images/footer/love.png);background-repeat:no-repeat;background-position:bottom center;background-size:440px 180px}.bd-footer-star-header{padding:1.5rem}.bd-footer-star-figure{height:156px;margin-top:-1rem}.bd-footer-links{margin-top:6rem;padding-bottom:6rem}.bd-footer-links a{color:currentColor}.bd-footer-links a:hover{color:#3273dc}.bd-footer-link-title{color:#363636;font-size:1.25rem;font-weight:600}.bd-footer-link-title:not(:first-child){margin-top:1.5em}.bd-footer-link{margin-top:.5rem}.bd-footer-link.bd-is-more{font-size:.875rem}.bd-footer-link.bd-is-more a:not(:hover){color:#b5b5b5}.bd-footer-link.bd-has-subtitle a{align-items:center;display:flex;justify-content:space-between}.bd-footer-link.bd-has-subtitle a strong{flex-grow:1;flex-shrink:1;font-weight:unset}.bd-footer-link.bd-has-subtitle a em{display:block;font-size:.875rem;font-style:normal}.bd-footer-link.bd-has-subtitle a:not(:hover) em{color:#b5b5b5}@media screen and (max-width:768px){.bd-footer-link.bd-has-subtitle a{flex-wrap:wrap;margin-top:1rem}.bd-footer-link.bd-has-subtitle a em{width:100%}}@media screen and (min-width:769px),print{.bd-footer-link.bd-has-subtitle a em{margin-left:1rem;text-align:right}}.bd-footer-link-icon{flex-grow:0;flex-shrink:0;margin-right:.5em;text-align:center;width:1em}.bd-spacing-table:hover{color:#dbdbdb}.bd-spacing-table:hover code{background:0 0;color:#dbdbdb}.bd-spacing-table .bd-current-row{background-color:#f5f5f5}.bd-spacing-table .bd-current-row:first-child{background-color:#feecf0;color:#363636}.bd-spacing-table .bd-current-row:first-child code{background-color:#f14668;color:#fff}.bd-spacing-table .bd-current-row.bd-current-column{background-color:#ebfffc;color:#363636}.bd-spacing-table .bd-current-row.bd-current-column code{background-color:#00d1b2;color:#fff}.bd-spacing-table .bd-current-column{background-color:#f5f5f5}.bd-spacing-table .bd-current-value{background-color:#feecf0}.bd-spacing-table .bd-current-value code{background-color:#f14668;color:#fff}::-moz-selection{background-color:#00d1b2;color:#fff}::selection{background-color:#00d1b2;color:#fff}.bd-post-container{margin:0 auto;max-width:56rem}.bd-post-fullwidth{text-align:center}@media screen and (min-width:60rem){.bd-post-fullwidth{margin-left:calc(28rem - 50vw);margin-right:calc(28rem - 50vw)}}.bd-post .table{font-size:1rem}.bd-post .bd-anchor-title{margin-top:0!important}.bd-has-drawing{position:relative}.bd-drawing{display:none;pointer-events:none;position:absolute}.bd-drawing.bd-is-try-it-out{bottom:100%;right:100%}.bd-drawing.bd-is-love-letters{bottom:110%;right:10%}.bd-drawing.bd-is-crazy{left:-10%;top:110%}.bd-drawing.bd-is-customize{right:-10%;top:105%}.bd-drawing.bd-is-opinion-free{right:100%;top:110%}.bd-drawing.bd-is-join-us{bottom:80%;left:100%}.bd-drawing.bd-is-spam-free{bottom:100%;right:90%}@media screen and (min-width:769px),print{.bd-drawing{display:inline}}.bd-links{counter-reset:bd-links}.bd-link{border-radius:6px;color:#7a7a7a;display:block;font-size:1.25rem;padding:1rem 3rem 1.5rem 5rem;position:relative;transition-duration:86ms;transition-property:background-color,color}.bd-link strong{font-weight:600}.bd-link:hover{background-color:#fafafa}.bd-link-surtitle{float:right;font-size:.75em;margin-bottom:1em;margin-left:2em;opacity:.5;padding-top:.25em}.bd-link-name{line-height:1.25;margin-bottom:.25em;position:relative}.bd-link-figure{position:absolute;right:calc(100% + .75em);text-align:center;top:0;min-width:1.5em}.bd-link-counter{color:#3273dc;display:block;counter-increment:bd-links;font-weight:400}.bd-link-counter::before{content:counter(bd-links)}.bd-link-icon{display:block;font-size:2rem;width:1.5em}.bd-link-more{font-size:.75em;opacity:.5}@media screen and (max-width:768px){.bd-links{margin-left:-1.5rem;margin-right:-1.5rem}.bd-link{border-radius:0;padding-right:1.5rem}}@media screen and (min-width:1024px){.bd-links{display:flex;flex-wrap:wrap}.bd-link{width:50%}}.bd-link-name{color:#363636;font-size:1.5rem;font-weight:600}.bd-docs{display:flex;flex-wrap:wrap}.bd-doc{margin:0 3rem 1.5rem 0}@media screen and (max-width:768px){.bd-doc{min-width:calc(50% - 3rem)}}@media screen and (min-width:769px),print{.bd-doc{min-width:calc(33.3333% - 3rem)}}.bd-doc-title{color:#363636}.bd-doc-title a{color:currentColor}.bd-doc-title a:hover{color:#3273dc}.bd-doc-title:not(:last-child){margin-bottom:.75rem}.bd-boxes{display:flex;flex-wrap:wrap;justify-content:space-between}.bd-box{border:4px solid #f5f5f5;border-radius:4px}.bd-box-header{text-align:center}.bd-typo{text-align:center}.bd-typo:not(:first-child){margin-top:3rem}.bd-has-text-rss{color:#f26522}.has-text-star{color:#ffd257}.bd-special-shadow{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,0));height:8px;left:0;opacity:0;position:absolute;right:0;top:100%;transform:scaleY(0);transform-origin:center top}@media screen and (max-width:1023px){.bd-is-clipped-touch{overflow:hidden!important}}#images tr td:nth-child(2){width:320px}.bd-color{border-radius:2px;box-shadow:0 2px 3px 0 rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.1);display:inline-block;float:left;height:24px;margin-right:8px;width:24px}.button.bd-is-rss{background-color:#f26522;border-color:transparent;color:#fff}.button.bd-is-rss:hover{background-color:#ed560e}.button.bd-is-rss:active{background-color:#d54d0d}.bd-view-all-versions{color:#7a7a7a}.bd-view-all-versions:hover{text-decoration:underline}.bd-feature-title{color:#7a7a7a}.bd-feature-title a{border-bottom:1px solid transparent;color:#363636}.bd-feature-title a:hover{border-bottom-color:#00d1b2}.bd-anchor-title{padding-top:1.5rem;position:relative}@media screen and (max-width:1215px){.bd-anchor-title{padding-left:2rem}}.bd-anchor-link{position:absolute;right:calc(100% + 1rem);top:1.5rem}@media screen and (max-width:1215px){.bd-anchor-link{left:0;right:auto}}.has-text-orange{color:#ff470f!important}.has-text-purple{color:#b86bff!important}.has-text-bootstrap{color:#6f5499!important}.has-text-patreon{color:#f96854!important}.bd-emoji{margin-right:.5em;margin-top:2px}.bd-emoji-bis{font-size:1.25em;vertical-align:middle}.bd-notification{background-color:#f5f5f5;border-radius:4px;color:#7a7a7a;font-weight:600;padding:1.25rem 0;position:relative;text-align:center}.bd-notification .content,.bd-notification .subtitle,.bd-notification .title,.bd-notification strong{color:currentColor}.bd-notification code,.bd-notification pre{background-color:rgba(10,10,10,.2);border-radius:4px;color:#fff}.bd-notification pre code{background-color:transparent}.bd-notification.is-white{background-color:#fff;color:#0a0a0a}.bd-notification.is-black{background-color:#0a0a0a;color:#fff}.bd-notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.bd-notification.is-dark{background-color:#363636;color:#fff}.bd-notification.is-primary{background-color:#00d1b2;color:#fff}.bd-notification.is-link{background-color:#3273dc;color:#fff}.bd-notification.is-info{background-color:#3298dc;color:#fff}.bd-notification.is-success{background-color:#48c774;color:#fff}.bd-notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.bd-notification.is-danger{background-color:#f14668;color:#fff}.bd-icon-size .icon{background-color:#ffdd57}.bd-mwb-table td{vertical-align:middle}.bd-mwb-table td img{vertical-align:middle}.bd-example,.bd-snippet,.bd-structure{border:2px solid #f5f5f5;position:relative}.bd-example::before,.bd-snippet::before,.bd-structure::before{background:#ffdd57;border-radius:2px 2px 0 0;bottom:100%;color:rgba(0,0,0,.7);content:"Example";display:inline-block;font-size:7px;font-weight:700;left:-1px;letter-spacing:1px;margin-left:-1px;padding:3px 5px;position:absolute;text-transform:uppercase;vertical-align:top}@media screen and (min-width:769px),print{.bd-example.is-fullwidth,.bd-snippet.is-fullwidth,.bd-structure.is-fullwidth{border-left:none;border-right:none;padding:0}}.bd-example,.bd-structure{padding:1.5rem}.bd-example:not(:first-child),.bd-structure:not(:first-child){margin-top:2rem}.bd-example:not(:last-child),.bd-structure:not(:last-child){margin-bottom:1.5rem}.bd-example.bd-is-clipped{border-top-right-radius:6px}.bd-example+.highlight{border:1px solid #ffdd57;border-radius:0 0 4px 4px;border-top:none;margin-top:-1.5rem}.bd-example+.highlight:not(:last-child){margin-bottom:1.5rem}.bd-snippet{margin-top:2rem;position:relative}.bd-snippet:not(:last-child){margin-bottom:1.5rem}.bd-snippet::before{content:"Snippet";align-items:stretch;display:flex}.bd-snippet-preview{padding:1.5rem}.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight{height:2em;overflow:hidden}.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight pre{overflow:hidden}.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight .bd-show{display:flex}.bd-snippet.bd-is-horizontal{border-radius:6px;border-top-left-radius:0}.bd-snippet.bd-is-horizontal .bd-snippet-code .highlight{border-top-left-radius:0;border-top-right-radius:0}.bd-snippet.bd-is-horizontal .bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight pre{padding-top:.325rem}.bd-snippet.bd-is-clipped .bd-snippet-code{overflow:auto}.bd-snippet.bd-is-fullwidth{border-radius:0;border-width:1px 0}@media screen and (min-width:1024px){.bd-snippet.bd-is-vertical{align-items:stretch;border-radius:6px;border-top-left-radius:0;display:flex;justify-content:center}.bd-snippet.bd-is-vertical .bd-snippet-code,.bd-snippet.bd-is-vertical .bd-snippet-preview{width:50%}.bd-snippet.bd-is-vertical .bd-snippet-code,.bd-snippet.bd-is-vertical .bd-snippet-code .highlight,.bd-snippet.bd-is-vertical .bd-snippet-code .highlight pre{align-items:stretch;border-radius:0 6px 6px 0;display:flex;flex-direction:column}.bd-snippet.bd-is-vertical .bd-snippet-code .highlight,.bd-snippet.bd-is-vertical .bd-snippet-code .highlight .language-html,.bd-snippet.bd-is-vertical .bd-snippet-code .highlight pre{flex-grow:1}.bd-snippet.bd-is-vertical .bd-snippet-code .highlight pre{white-space:pre}.bd-snippet.bd-is-vertical.bd-is-one-fifth .bd-snippet-preview{align-items:center;display:flex;justify-content:center;width:calc(128px + 3rem)}.bd-snippet.bd-is-vertical.bd-is-one-fifth .bd-snippet-code{width:calc(100% - 128px - 3rem)}.bd-snippet.bd-is-vertical.bd-is-two-fifths .bd-snippet-preview{align-items:center;display:flex;justify-content:center;width:calc(256px + 3rem)}.bd-snippet.bd-is-vertical.bd-is-two-fifths .bd-snippet-code{width:calc(100% - 256px - 3rem)}.bd-snippet.bd-is-vertical.bd-is-one-third .bd-snippet-preview{width:33.3333%}.bd-snippet.bd-is-vertical.bd-is-one-third .bd-snippet-code{width:66.6666%}}.highlight.bd-is-hovering{border-radius:2px;box-shadow:0 0 0 2px #ffdd57}.highlight pre{max-height:320px;margin-bottom:0!important}#navbarJsExample:not(:last-child),.highlight-full:not(:last-child){margin-bottom:1.5rem}#navbarJsExample .highlight pre,.highlight-full .highlight pre{max-height:none}.bd-structure{border-color:#f14668;border-radius:4px;padding:1.5rem}.bd-structure::before{background:#f14668;color:#fff;content:"Structure"}.bd-structure-item{position:relative}.bd-structure-item::before{bottom:0;left:0;position:absolute;right:0;top:0;background:rgba(10,10,10,.7);background:#f5f5f5;border:1px solid #dbdbdb;content:"";display:block;z-index:1}.bd-structure-item::after{bottom:0;left:0;position:absolute;right:0;top:0;align-items:center;content:attr(title);display:flex;font-family:monospace;font-size:11px;justify-content:center;padding:3px 5px;z-index:2}.bd-structure-item.bd-is-structure-container{padding:1.5rem .75rem .75rem}.bd-structure-item.bd-is-structure-container::after{align-items:flex-start;justify-content:flex-start;padding:.5rem .75rem}.highlight{position:relative}.highlight .bd-copy,.highlight .bd-expand{background:0 0;border:none;color:#4a4a4a;cursor:pointer;font-size:.625rem;outline:0;padding-bottom:0;padding-top:0;position:absolute;right:.25rem;top:.25rem}.highlight .bd-copy:hover,.highlight .bd-expand:hover{background-color:#ffdd57;color:rgba(0,0,0,.7)}.highlight .bd-copy:active,.highlight .bd-copy:focus,.highlight .bd-expand:active,.highlight .bd-expand:focus{box-shadow:none}.highlight .bd-expand{right:45px}.highlight .bd-show{bottom:0;left:0;position:absolute;right:0;top:0;align-items:center;background-color:rgba(245,245,245,.7);border:none;color:rgba(0,0,0,.5);cursor:pointer;display:none;font-size:.75rem;justify-content:center;width:100%}.highlight .bd-show strong{color:currentColor;font-weight:600}.highlight .bd-show:hover{background-color:rgba(255,221,87,.8);color:rgba(0,0,0,.7)}@media screen and (min-width:769px),print{.highlight pre{white-space:pre-wrap}}@media screen and (min-width:769px),print{.section:not(.is-fullwidth)>.bd-example:not(.is-fullwidth){margin-left:1.5rem;margin-right:1.5rem}.section:not(.is-fullwidth)>.bd-example:not(.is-fullwidth)+.highlight{margin-left:1.5rem;margin-right:1.5rem}}.section.is-fullwidth{padding:0!important}.section.is-fullwidth .bd-snippet{border-left:none;border-radius:0;border-right:none}.section.is-fullwidth .bd-example{border-left:none;border-radius:0;border-right:none;padding:0}.section.is-fullwidth .bd-example+.highlight{border-left:none;border-radius:0;border-right:none}.bd-callout{background-color:#f5f5f5;border-radius:4px;padding:1.25rem 2.5rem 1.25rem 1.5rem;position:relative}.bd-callout:not(:last-child){margin-bottom:1.5rem}.bd-callout.is-white{background-color:#fff;color:#0a0a0a}.bd-callout.is-black{background-color:#0a0a0a;color:#fff}.bd-callout.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.bd-callout.is-dark{background-color:#363636;color:#fff}.bd-callout.is-primary{background-color:#00d1b2;color:#fff}.bd-callout.is-link{background-color:#3273dc;color:#fff}.bd-callout.is-info{background-color:#3298dc;color:#fff}.bd-callout.is-success{background-color:#48c774;color:#fff}.bd-callout.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.bd-callout.is-danger{background-color:#f14668;color:#fff}.bsa{padding:2rem}.bsa-cpc{min-height:1px}#_default_ .default-ad{background-color:rgba(0,0,0,.3);border-radius:2px;color:#fff;display:inline-block;font-size:10px;font-weight:700;padding:0 4px;text-transform:uppercase;vertical-align:top}#_default_>a{background-color:#fff;border-radius:6px;box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);color:#4a4a4a;display:block;line-height:1.375;margin-top:15px;min-height:70px;padding:15px;padding-left:70px;position:relative}#_default_>a:focus,#_default_>a:hover{box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px #3273dc}#_default_>a:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #3273dc}#_default_>a span{display:block}#_default_>a .default-image{display:block;left:15px;height:40px;position:absolute;top:15px;width:40px}#_default_>a .default-image img{display:block;height:40px;width:40px}#_default_>a .default-title{color:#363636;display:inline;font-weight:700}#_default_>a .default-title::after{content:" — "}#_default_>a .default-description{display:inline}@media screen and (min-width:769px),print{.bsa .columns{min-height:120px}#_default_{display:flex;justify-content:center;position:relative}#_default_ .default-ad{left:100%;margin-left:2rem;position:absolute;top:0}#_default_>a{margin:0;width:calc(50% - 1rem)}#_default_>a:not(:nth-child(2)){margin-left:2rem}}.bd-tws-home{background-color:#fafafa}.bd-tw{background-color:#fafafa;border-radius:6px;color:#697882;flex-shrink:0;font-family:Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;font-size:16px;max-width:420px;padding:20px;text-align:left}.bd-tw.bd-is-white{background-color:#fff}.bd-tw-header{align-items:stretch;display:flex;justify-content:flex-start}.bd-tw-author{align-items:center;color:#363636;display:flex;line-height:1.2}.bd-tw-author:hover{color:#2b7bb9}.bd-tw-avatar{flex-shrink:0;height:36px;margin-right:9px;width:36px}.bd-tw-avatar img{border-radius:290486px;display:block;height:36px;width:36px}.bd-tw-fullname{color:#363636;display:block;font-size:16px;font-weight:700}.bd-tw-username{color:#697882;display:block;font-size:14px}.bd-tw-content{color:#363636;font-size:16px;line-height:1.4;margin-top:14px}.bd-tw-content a{color:#2b7bb9}.bd-tw-content .Emoji{height:1.25em;padding:0 .05em 0 .1em;vertical-align:-.2em;width:1.25em}.bd-tw-date{font-size:14px;line-height:1.4;margin-top:3.2px}.bd-tw-date a{color:#697882}.bd-tw-date a:hover{color:#2b7bb9}.Tweet-actions{align-items:center;display:flex;margin-top:8.4px}.Tweet-action{margin-right:1.25rem}.TweetAction{align-items:center;display:flex;height:24px;min-width:24px}.TweetAction:hover .Icon--replyEdge{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%231DA1F2%22%20d%3D%22M14.046%202.242l-4.148-.01h-.002c-4.374%200-7.8%203.427-7.8%207.802%200%204.098%203.186%207.206%207.465%207.37v3.828c0%20.108.045.286.12.403.143.225.385.347.633.347.138%200%20.277-.038.402-.118.264-.168%206.473-4.14%208.088-5.506%201.902-1.61%203.04-3.97%203.043-6.312v-.017c-.006-4.368-3.43-7.788-7.8-7.79zm3.787%2012.972c-1.134.96-4.862%203.405-6.772%204.643V16.67c0-.414-.334-.75-.75-.75h-.395c-3.66%200-6.318-2.476-6.318-5.886%200-3.534%202.768-6.302%206.3-6.302l4.147.01h.002c3.532%200%206.3%202.766%206.302%206.296-.003%201.91-.942%203.844-2.514%205.176z%22%2F%3E%3C%2Fsvg%3E)}.TweetAction:hover .Icon--retweetEdge{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2317BF63%22%20d%3D%22M23.77%2015.67c-.292-.293-.767-.293-1.06%200l-2.22%202.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414%200-.75.336-.75.75s.336.75.75.75h5.85c1.24%200%202.25%201.01%202.25%202.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06%200s-.294.768%200%201.06l3.5%203.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767%200-1.06zm-10.66%203.28H7.26c-1.24%200-2.25-1.01-2.25-2.25V6.46l2.22%202.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768%200-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06%200l-3.5%203.5c-.294.292-.294.767%200%201.06s.767.293%201.06%200l2.22-2.22V16.7c0%202.068%201.683%203.75%203.75%203.75h5.85c.414%200%20.75-.336.75-.75s-.337-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E)}.TweetAction:hover .Icon--heartEdge{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23E0245E%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E)}.Tweet-action--retweet:hover .TweetAction-stat{color:#17bf63}.Tweet-action--heart:hover .TweetAction-stat{color:#e0245e}.TweetAction-icon{background-size:contain;height:20px;width:20px}.TweetAction-stat{color:#697882;font-size:14px;margin-left:5px;margin-top:1px}.Icon--replyEdge{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M14.046%202.242l-4.148-.01h-.002c-4.374%200-7.8%203.427-7.8%207.802%200%204.098%203.186%207.206%207.465%207.37v3.828c0%20.108.045.286.12.403.143.225.385.347.633.347.138%200%20.277-.038.402-.118.264-.168%206.473-4.14%208.088-5.506%201.902-1.61%203.04-3.97%203.043-6.312v-.017c-.006-4.368-3.43-7.788-7.8-7.79zm3.787%2012.972c-1.134.96-4.862%203.405-6.772%204.643V16.67c0-.414-.334-.75-.75-.75h-.395c-3.66%200-6.318-2.476-6.318-5.886%200-3.534%202.768-6.302%206.3-6.302l4.147.01h.002c3.532%200%206.3%202.766%206.302%206.296-.003%201.91-.942%203.844-2.514%205.176z%22%2F%3E%3C%2Fsvg%3E)}.Icon--retweetEdge{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M23.77%2015.67c-.292-.293-.767-.293-1.06%200l-2.22%202.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414%200-.75.336-.75.75s.336.75.75.75h5.85c1.24%200%202.25%201.01%202.25%202.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06%200s-.294.768%200%201.06l3.5%203.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767%200-1.06zm-10.66%203.28H7.26c-1.24%200-2.25-1.01-2.25-2.25V6.46l2.22%202.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768%200-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06%200l-3.5%203.5c-.294.292-.294.767%200%201.06s.767.293%201.06%200l2.22-2.22V16.7c0%202.068%201.683%203.75%203.75%203.75h5.85c.414%200%20.75-.336.75-.75s-.337-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E)}.Icon--heartEdge{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E)}@media screen and (max-width:768px){.bd-tws-home{padding:1.5rem}.bd-tws-home .bd-tw:not(:last-child){margin-bottom:1.5rem}}@media screen and (min-width:769px),print{.bd-tws-home{padding:3rem}.bd-tws-home .bd-tw+.bd-tw{margin-top:1.5rem}}@media screen and (max-width:1023px){.bd-tws-love .bd-tw:not(:last-child){margin-bottom:1.5rem}}@media screen and (min-width:1024px){.bd-tws-home{min-height:595px}.bd-tws-love{display:flex;flex-wrap:wrap;margin:-.75rem}.bd-tws-love .bd-tw{margin:.75rem;width:calc(33.3333% - 1.5rem)}}@media screen and (min-width:1216px){.bd-tws-home{min-height:653px}}@media screen and (min-width:1408px){.bd-tws-home{min-height:632px}}.twitter-tweet:not(.twitter-tweet-rendered){background-color:#fff;border:1px solid #e1e8ed;border-radius:5px;color:#697882;font-size:14px;padding:20px 20px 11.6px}.twitter-tweet:not(.twitter-tweet-rendered) a{color:currentColor}.twitter-tweet:not(.twitter-tweet-rendered) a:hover{text-decoration:underline}.twitter-tweet:not(.twitter-tweet-rendered) p{color:#363636;font-size:16px;margin-bottom:3.2px}.twitter-tweet:not(.twitter-tweet-rendered) p a{color:#2b7bb9}.twitter-tweet-rendered{border:none;border-radius:0;margin:0!important;padding:0!important}.bd-expo{background-color:#fff;padding:1.5rem}.bd-website{display:block;position:relative;text-align:center}.bd-website:last-child{margin-bottom:0}.bd-website-image{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem;position:relative}.bd-website-image:hover .bd-website-shadow{opacity:0}.bd-website-image:hover .bd-website-overlay{opacity:.25}.bd-website-image .b-lazy{opacity:0;transition:opacity .5s ease-out}.bd-website-image .b-loaded{opacity:1}.bd-website-shadow{border:1px solid rgba(0,0,0,.04);transition:opacity .2s ease-out}.bd-website-overlay{background-color:#0a0a0a;opacity:0;transition:opacity .2s ease-out}@media screen and (max-width:768px){.bd-website:not(:last-child){margin-bottom:1.5rem}}@media screen and (min-width:769px),print{.bd-expo{padding-bottom:3rem;padding-top:3rem}.bd-websites{display:flex;flex-wrap:wrap;justify-content:space-between}.bd-website{margin-bottom:3rem;width:calc(50% - 3rem)}.bd-website.bd-is-highlighted{width:100%}.bd-website-image{margin-bottom:3rem}}.bd-testimonials{background-color:#f5f5f5}.bd-testimonial{align-items:flex-start;display:flex;justify-content:center}.bd-testimonial-tweet{background-color:#fff}.bd-more-loves{align-items:center;display:flex;justify-content:center;margin-top:1.5rem;text-align:center}.bd-more-loves .button{height:auto;padding:.75em 1.5em}.bd-more-loves .button span{transform-origin:center center;transition:transform 86ms ease-out}.bd-more-loves .button:hover span{transform:scale(1.04)}@media screen and (max-width:768px){.bd-testimonials{padding:1.5rem}.bd-testimonial{margin-bottom:1.5rem}}@media screen and (min-width:769px),print{.bd-testimonials{padding:3rem}.bd-testimonial+.bd-testimonial{margin-top:1.5rem}}@media screen and (min-width:1024px){.bd-testimonials{min-height:595px}}@media screen and (min-width:1216px){.bd-testimonials{min-height:653px}}@media screen and (min-width:1408px){.bd-testimonials{min-height:632px}}.bd-rainbow{-webkit-animation:rainbow 8s ease infinite;animation:rainbow 8s ease infinite;background-image:linear-gradient(124deg,#ff470f,#f14668,#b86bff,#3273dc);background-size:800% 800%}.hero.bd-is-love .subtitle,.hero.bd-is-love .title{color:#fff}@-webkit-keyframes rainbow{0%{background-position:1% 80%}50%{background-position:99% 20%}100%{background-position:1% 80%}}@keyframes rainbow{0%{background-position:1% 80%}50%{background-position:99% 20%}100%{background-position:1% 80%}}.bd-hug{align-items:flex-start;display:flex;justify-content:center}@media screen and (max-width:768px){.bd-hug{margin:1.5rem}.bd-embrace{text-align:center}.bd-embrace:not(:first-child){margin-top:1.5rem}.bd-embrace:not(:last-child){margin-bottom:1.5rem}.bd-embrace-button{margin-top:.75rem}}@media screen and (min-width:769px),print{.bd-embrace{align-items:center;display:flex;justify-content:center}.bd-embrace:not(:first-child){margin-top:3rem}.bd-embrace:not(:last-child){margin-bottom:3rem}.bd-embrace-button{margin-left:1.5rem}.bd-hugs{display:flex;flex-wrap:wrap;padding-bottom:3rem}.bd-hug{margin-top:1.5rem;width:calc(33.3333% - 1rem)}.bd-hug:nth-child(1),.bd-hug:nth-child(2),.bd-hug:nth-child(3){margin-top:0}.bd-hug:nth-child(3n),.bd-hug:nth-child(3n-1){margin-left:1.5rem}}.bd-shoutout{background-color:#f5f5f5;padding:2rem;text-align:center}.bd-shoutout:not(:last-child){margin-bottom:3rem}.bd-shoutout-text.title{opacity:.8}.bd-shoutout-text.subtitle{opacity:.5}.bd-shoutout-button{margin-top:-.75rem}.bd-bootstrap-table{margin:3rem 0}.bd-pros-heading{padding:0 2rem;text-align:center}.bd-pros-icon{margin-bottom:3rem;text-align:center}.bd-pros-icon svg{height:3rem;width:auto}.bd-pros-list{margin:0 auto;max-width:540px}.bd-pro .icon{position:relative;top:-1px}.bd-pro .title{margin-bottom:.5rem}.bd-pro+.pro{margin-top:2rem;padding-top:2rem}.bd-pro-content p:not(:last-child){margin-bottom:.5rem}.bd-pro.bd-is-bulma .icon{color:#00d1b2}.bd-pro.bd-is-bootstrap .icon{color:#6f5499}.bd-bootstrap-comparison{margin:0 auto;max-width:42rem}.bd-bootstrap-comparison .table{color:#f14668}.bd-bootstrap-comparison .table tfoot th,.bd-bootstrap-comparison .table thead th{font-size:1.5rem;text-align:center}.bd-bootstrap-comparison .table tfoot svg,.bd-bootstrap-comparison .table thead svg{height:1.5rem;margin-right:1rem;position:relative;top:.25rem;width:auto}.bd-bootstrap-comparison .table tbody th{font-size:1.25rem;text-align:center}.bd-bootstrap-comparison .table tbody td{font-family:monospace;width:50%}.bd-bootstrap-comparison .table tbody a{color:currentColor}.bd-bootstrap-comparison .table tbody a:hover{text-decoration:underline}.bd-bootstrap-comparison .table .bd-is-empty{background-color:#f5f5f5;color:#7a7a7a}.bd-bootstrap-comparison .table .bd-is-unique{background-color:rgba(72,199,116,.25);color:#363636;font-weight:700}.bd-bootstrap-comparison-header{margin-bottom:3rem}.bd-klmn{margin-bottom:1.5rem}.bd-klmn-gaps{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:1.25rem}.bd-klmn-label{margin:.25rem auto .25rem 0}.bd-klmn-gap{background-color:#f5f5f5;border-radius:4px;color:#f14668;font-family:monospace;font-size:.75rem;margin:.25rem 0 .25rem .5rem;padding:.375em .75em;text-align:center;vertical-align:middle!important;white-space:nowrap}.bd-klmn-gap.bd-is-selected{background-color:#48c774;color:#fff}.bd-klmn-columns:last-child .bd-notification{font-size:.75rem;white-space:nowrap}.bd-side-sponsrs{margin-top:3rem;text-align:center}.bd-banner-label,.bd-side-sponsor-label{color:#b5b5b5;font-size:.75rem;margin-bottom:.75rem}.bd-side-sponsor{align-items:center;display:flex;height:30px;justify-content:center;vertical-align:top}.bd-side-sponsor img{display:block;max-height:100%;width:auto}.bd-banner{border-radius:6px;display:block;margin-top:3rem;padding-bottom:1.5rem;position:relative;text-align:center;transition-duration:86ms;transition-property:border-color,color}.bd-banner strong{color:currentColor}.bd-banner .tag{margin-bottom:.25em}.bd-banner.is-patreon{background-color:#052d49;color:#fff}.bd-banner .button{transform-origin:center;transition-duration:86ms;transition-property:transform}.bd-banner:hover{border-color:#3273dc;color:#3273dc}.bd-banner:hover .bd-banner-title{color:currentColor}.bd-banner:hover .button{transform:scale(1.05)}.bd-banner-background{bottom:0;left:0;position:absolute;right:0;top:0;background-image:url(/images/fortyfour-background.jpg);background-position:center center;background-size:cover;opacity:.5}.bd-banner-title{color:#363636;font-size:1.25em;font-weight:600;line-height:1.25;margin-bottom:.25em}.bd-banner-text{display:none;font-size:.875em;line-height:1.25;margin-bottom:.5rem;position:relative}.bd-banner-image{height:176px;margin-bottom:1rem;margin-top:1rem}.bd-banner-image img{display:inline-block;vertical-align:top}.bd-banner-button{display:inline-block;flex-shrink:0;height:34px;position:relative;width:145px}.bd-banner-button img{max-height:100%}.hero.bd-is-patreon{background-color:#f96854}.bd-sponsors{align-items:center;display:flex}.bd-sponsors a{align-items:center;display:flex;justify-content:center;margin-right:3rem;width:150px}.bd-partnrs-list{margin:-3rem 0 3rem}.bd-partner-sponsors{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;justify-content:space-around;justify-content:center;margin:0 auto}.bd-partner-sponsor{align-items:stretch;display:flex;flex-direction:column;justify-content:center;margin:.25rem 1rem;min-height:80px;text-align:center}.bd-partner-sponsor.is-text{color:#7a7a7a;line-height:1.25}.bd-partner-sponsor.is-text .bd-sponsor-item{display:inline}.bd-partner-sponsor.is-text .bd-sponsor-item:before{display:none}.bd-sponsor-item{flex-grow:1;position:relative}.bd-sponsor-item img,.bd-sponsor-item strong{position:relative}.bd-partnrs{background-color:#fafafa}.bd-partnrs #carbonads .carbon-text{padding-bottom:0}.bd-partnrs #carbonads .carbon-poweredby{display:none}.bd-minis-title,.bd-partner-title{color:#b5b5b5;font-size:.875rem;margin-bottom:1rem}.bd-minis{margin-top:1rem;text-align:center}.bd-minis-link{color:#7a7a7a}.bd-minis-link .icon{margin-right:.25em}.bd-minis-link strong{color:#7a7a7a;margin-left:.25em}.bd-minis-list{align-items:center;display:flex;justify-content:space-between;margin:-1rem}.bd-mini{box-shadow:0 5px 10px rgba(0,0,0,.1);margin:1rem}.bd-mini img{display:block}@media screen and (max-width:768px){.bd-minis-list{flex-direction:column}}@media screen and (min-width:769px),print{.bd-partnrs-list{align-items:flex-start;display:flex;margin-left:auto;margin-right:auto}.bd-partner.bd-is-sponsor{flex-grow:1;flex-shrink:1}.bd-partner.bd-is-carbon{flex-grow:0;flex-shrink:0;margin-left:1rem;width:300px}.bd-partner-sponsor{width:12rem}}@media screen and (min-width:1216px){.bd-partner.bd-is-carbon{margin-left:3rem}.bd-partner-sponsors{min-height:120px}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes zoomIn{from{transform:scale(.8)}to{transform:scale(1)}}@keyframes zoomIn{from{transform:scale(.8)}to{transform:scale(1)}}.bd-book-banner{background-color:#00d1b2;position:relative}.bd-book-modal-column.bd-is-cover,.bd-book-pattern{background-image:url(/images/hab/lightpaperfibers_@2X.png);background-repeat:repeat;background-size:250px 150px}.bd-book-modal-column.bd-is-cover::before,.bd-book-pattern::before{bottom:0;left:0;position:absolute;right:0;top:0;background-color:rgba(255,237,215,.1);content:"";display:block}.bd-book-pattern{bottom:0;left:0;position:absolute;right:0;top:0}.bd-book-header{position:relative}.bd-book-cover{padding-top:.75rem;position:relative;text-align:center}.bd-book-cover a{display:inline-block;vertical-align:top}.bd-book-cover img{display:block}.bd-book-content{box-shadow:0 3rem 3rem -1rem rgba(10,10,10,.2);max-width:520px;padding:3rem}.bd-book-description{max-width:340px}.bd-book-tags{margin-bottom:1.5rem}.bd-book-tags .tags .tag{margin-right:1px}.bd-book-buttons .button{height:auto;padding-bottom:calc(1em - 1px);padding-top:calc(.5em - 1px)}.bd-book-buttons .button>span{font-size:.875em}.bd-book-buttons .button>span>em{display:block;font-size:.5em;font-style:normal;line-height:1em;margin-bottom:.5em;opacity:.5}.bd-book-buttons .button img{display:block;max-height:24px}.bd-book-buttons .button.bd-is-bleeding{background-color:#abf47c;border-color:transparent}.bd-book-buttons .button.bd-is-bleeding:hover{background-color:#9cf264}.bd-book-buttons .button.bd-is-amazon{background-color:#ffd863;border-color:transparent}.bd-book-buttons .button.bd-is-amazon:hover{background-color:#ffd24a}.bd-book-buttons .button.bd-is-amazon img{margin-bottom:-11px}.bd-book-columns{align-items:center;display:flex;justify-content:center;margin-left:auto;margin-right:auto;max-width:1080px}.bd-book-modal-background{bottom:0;left:0;position:absolute;right:0;top:0;background-color:rgba(10,10,10,.86)}.bd-book-modal .bd-book-modal-background,.bd-book-modal .modal-content{-webkit-animation-duration:250ms;animation-duration:250ms;animation-easing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bd-book-modal .bd-book-modal-background{-webkit-animation-name:fadeIn;animation-name:fadeIn}.bd-book-modal .modal-content{-webkit-animation-name:zoomIn;animation-name:zoomIn;transform-origin:center}.bd-book-modal-cover{padding:2rem;position:relative}.bd-book-modal-columns{align-items:stretch;display:flex;justify-content:center}@media screen and (max-width:768px){.bd-book-columns{flex-direction:column}.bd-book-buttons .button{width:100%}.bd-book-buttons .button:not(:last-child){margin-right:0;margin-bottom:1rem}.bd-book-modal .bd-book-content{padding:2rem}.bd-book-modal-column.bd-is-cover{display:none}}@media screen and (min-width:769px),print{.bd-book-columns{justify-content:space-around}.bd-book-header .tag{position:absolute;right:calc(100% + 1.25rem);top:.5rem}.bd-book-buttons .button{width:calc(50% - .5rem)}.bd-book-modal .modal-content{width:960px}.bd-book-inline-cover{display:none}.bd-book-modal-column{background-color:#fff;position:relative}.bd-book-modal-column.bd-is-cover{align-items:center;display:flex;justify-content:center;padding:2rem}.bd-book-modal-column.bd-is-content .bd-book-content{box-shadow:none}}.native-js{display:none;font-size:1rem;opacity:0;position:relative;visibility:hidden}.native-js::before{bottom:0;left:0;position:absolute;right:0;top:0;background-color:#000;bottom:0;content:"";display:block;left:0;opacity:.02;pointer-events:none;right:0;top:0}.native-show{display:block;opacity:1;visibility:visible}.native-flex{align-items:center;display:flex;justify-content:center;padding:2em;position:relative;text-decoration:none}.native-flex:hover .native-cta{box-shadow:0 1rem 2rem 0 rgba(10,10,10,.1);transform:translateY(-.25rem)}.native-img{border-radius:3px;flex-grow:0;flex-shrink:0;height:50px;width:125px}.native-details{flex-grow:1;flex-shrink:1}.native-main{align-items:center;flex-grow:0;flex-shrink:1;max-width:640px}.native-company{display:block;font-size:.625em;letter-spacing:2px;margin-bottom:4px;text-transform:uppercase}.native-desc{display:block}.native-cta{border:none;box-shadow:0 .5rem 1rem 0 rgba(10,10,10,.2);flex-grow:0;flex-shrink:0;font-weight:600;height:auto;padding:.5em 1em;transition-duration:172ms;transition-property:box-shadow,transform;will-change:box-shadow,transform}@media screen and (max-width:599px){.native-flex{display:block;text-align:center}.native-main{margin-bottom:2em}.native-details{margin:1em}}@media screen and (min-width:600px){.native-flex{display:flex;padding:4em;text-align:left}.native-main{display:flex;margin-right:2em}.native-details{margin-left:2em}}@media screen and (min-width:1216px){.native-js{font-size:1.25rem}}@-webkit-keyframes bdGrow{from{transform:scale(0)}to{transform:scale(1)}}@keyframes bdGrow{from{transform:scale(0)}to{transform:scale(1)}}@-webkit-keyframes bdSlideDown{from{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}@keyframes bdSlideDown{from{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes bdSlideUp{from{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes bdSlideUp{from{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.bd-focus-css3,.bd-focus-cube-1,.bd-focus-cube-2,.bd-focus-cube-3,.bd-focus-desktop,.bd-focus-github,.bd-focus-item .subtitle,.bd-focus-item .title,.bd-focus-mobile,.bd-focus-tablet,.intro-author,.intro-buttons .button,.intro-ghbtns,.intro-npm,.intro-title{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(.14,.71,.29,.86);animation-timing-function:cubic-bezier(.14,.71,.29,.86);transform-origin:center center}.intro-title{-webkit-animation-name:bdSlideDown;animation-name:bdSlideDown}.intro-author,.intro-ghbtns{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:bdFadeIn;animation-name:bdFadeIn}.intro-npm{-webkit-animation-delay:250ms;animation-delay:250ms;-webkit-animation-name:bdSlowIn;animation-name:bdSlowIn}.intro-buttons .button{-webkit-animation-name:bdSlowIn;animation-name:bdSlowIn}.intro-buttons .button:first-child{-webkit-animation-delay:.5s;animation-delay:.5s}.intro-buttons .button:last-child{-webkit-animation-delay:750ms;animation-delay:750ms}.bd-focus-item .title{-webkit-animation-name:bdSlideDown;animation-name:bdSlideDown}.bd-focus-item .subtitle{-webkit-animation-name:bdSlideUp;animation-name:bdSlideUp}.bd-focus-item:nth-child(1) .title{-webkit-animation-delay:1s;animation-delay:1s}.bd-focus-item:nth-child(1) .subtitle{-webkit-animation-delay:1.125s;animation-delay:1.125s}.bd-focus-item:nth-child(2) .title{-webkit-animation-delay:1.5s;animation-delay:1.5s}.bd-focus-item:nth-child(2) .subtitle{-webkit-animation-delay:1.625s;animation-delay:1.625s}.bd-focus-item:nth-child(3) .title{-webkit-animation-delay:2s;animation-delay:2s}.bd-focus-item:nth-child(3) .subtitle{-webkit-animation-delay:2.125s;animation-delay:2.125s}.bd-focus-item:nth-child(4) .title{-webkit-animation-delay:2.5s;animation-delay:2.5s}.bd-focus-item:nth-child(4) .subtitle{-webkit-animation-delay:2.625s;animation-delay:2.625s}.bd-focus-desktop,.bd-focus-mobile,.bd-focus-tablet{-webkit-animation-name:bdGrow;animation-name:bdGrow;transform-origin:bottom center}.bd-focus-mobile{-webkit-animation-delay:1s;animation-delay:1s}.bd-focus-tablet{-webkit-animation-delay:1.25s;animation-delay:1.25s}.bd-focus-desktop{-webkit-animation-delay:1.5s;animation-delay:1.5s}@-webkit-keyframes bdCube1{0%{transform:translate3d(0,-50px,0);opacity:0}100%,25%{transform:translate3d(0,0,0);opacity:1}}@keyframes bdCube1{0%{transform:translate3d(0,-50px,0);opacity:0}100%,25%{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes bdCube2{0%{transform:translate3d(-40px,30px,0);opacity:0}100%,25%{transform:translate3d(0,0,0);opacity:1}}@keyframes bdCube2{0%{transform:translate3d(-40px,30px,0);opacity:0}100%,25%{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes bdCube3{0%{transform:translate3d(40px,30px,0);opacity:0}100%,25%{transform:translate3d(0,0,0);opacity:1}}@keyframes bdCube3{0%{transform:translate3d(40px,30px,0);opacity:0}100%,25%{transform:translate3d(0,0,0);opacity:1}}.bd-focus-cube-1,.bd-focus-cube-2,.bd-focus-cube-3{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.bd-focus-cube-1{-webkit-animation-delay:1.5s;animation-delay:1.5s;-webkit-animation-name:bdCube1;animation-name:bdCube1}.bd-focus-cube-2{-webkit-animation-name:bdCube2;animation-name:bdCube2;-webkit-animation-delay:1.75s;animation-delay:1.75s}.bd-focus-cube-3{-webkit-animation-name:bdCube3;animation-name:bdCube3;-webkit-animation-delay:2s;animation-delay:2s}@-webkit-keyframes bdFadeIn{from{opacity:0}to{opacity:1}}@keyframes bdFadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes bdSlowIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes bdSlowIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes bdScaleIn{from{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes bdScaleIn{from{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.bd-focus-css3{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-name:bdScaleIn;animation-name:bdScaleIn}.bd-focus-github{-webkit-animation-delay:2.5s;animation-delay:2.5s;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-name:bdJellyPop;animation-name:bdJellyPop}@-webkit-keyframes bdJellyPop{0%{opacity:0;transform:matrix3d(.1,0,0,0,0,.1,0,0,0,0,1,0,0,0,0,1)}3.4%{opacity:1;transform:matrix3d(.384,0,0,0,0,.466,0,0,0,0,1,0,0,0,0,1)}4.7%{transform:matrix3d(.505,0,0,0,0,.639,0,0,0,0,1,0,0,0,0,1)}6.81%{transform:matrix3d(.693,0,0,0,0,.904,0,0,0,0,1,0,0,0,0,1)}9.41%{transform:matrix3d(.895,0,0,0,0,1.151,0,0,0,0,1,0,0,0,0,1)}10.21%{transform:matrix3d(.947,0,0,0,0,1.204,0,0,0,0,1,0,0,0,0,1)}13.61%{transform:matrix3d(1.111,0,0,0,0,1.299,0,0,0,0,1,0,0,0,0,1)}14.11%{transform:matrix3d(1.127,0,0,0,0,1.298,0,0,0,0,1,0,0,0,0,1)}17.52%{transform:matrix3d(1.187,0,0,0,0,1.216,0,0,0,0,1,0,0,0,0,1)}18.72%{transform:matrix3d(1.191,0,0,0,0,1.169,0,0,0,0,1,0,0,0,0,1)}21.32%{transform:matrix3d(1.177,0,0,0,0,1.062,0,0,0,0,1,0,0,0,0,1)}24.32%{transform:matrix3d(1.135,0,0,0,0,.964,0,0,0,0,1,0,0,0,0,1)}25.23%{transform:matrix3d(1.121,0,0,0,0,.944,0,0,0,0,1,0,0,0,0,1)}29.03%{transform:matrix3d(1.057,0,0,0,0,.907,0,0,0,0,1,0,0,0,0,1)}29.93%{transform:matrix3d(1.043,0,0,0,0,.909,0,0,0,0,1,0,0,0,0,1)}35.54%{transform:matrix3d(.981,0,0,0,0,.966,0,0,0,0,1,0,0,0,0,1)}36.74%{transform:matrix3d(.974,0,0,0,0,.981,0,0,0,0,1,0,0,0,0,1)}41.04%{transform:matrix3d(.965,0,0,0,0,1.02,0,0,0,0,1,0,0,0,0,1)}44.44%{transform:matrix3d(.969,0,0,0,0,1.029,0,0,0,0,1,0,0,0,0,1)}52.15%{transform:matrix3d(.992,0,0,0,0,1.006,0,0,0,0,1,0,0,0,0,1)}59.86%{transform:matrix3d(1.005,0,0,0,0,.991,0,0,0,0,1,0,0,0,0,1)}63.26%{transform:matrix3d(1.007,0,0,0,0,.993,0,0,0,0,1,0,0,0,0,1)}75.28%{transform:matrix3d(1.001,0,0,0,0,1.003,0,0,0,0,1,0,0,0,0,1)}85.49%{transform:matrix3d(.999,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}90.69%{transform:matrix3d(.999,0,0,0,0,.999,0,0,0,0,1,0,0,0,0,1)}100%{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes bdJellyPop{0%{opacity:0;transform:matrix3d(.1,0,0,0,0,.1,0,0,0,0,1,0,0,0,0,1)}3.4%{opacity:1;transform:matrix3d(.384,0,0,0,0,.466,0,0,0,0,1,0,0,0,0,1)}4.7%{transform:matrix3d(.505,0,0,0,0,.639,0,0,0,0,1,0,0,0,0,1)}6.81%{transform:matrix3d(.693,0,0,0,0,.904,0,0,0,0,1,0,0,0,0,1)}9.41%{transform:matrix3d(.895,0,0,0,0,1.151,0,0,0,0,1,0,0,0,0,1)}10.21%{transform:matrix3d(.947,0,0,0,0,1.204,0,0,0,0,1,0,0,0,0,1)}13.61%{transform:matrix3d(1.111,0,0,0,0,1.299,0,0,0,0,1,0,0,0,0,1)}14.11%{transform:matrix3d(1.127,0,0,0,0,1.298,0,0,0,0,1,0,0,0,0,1)}17.52%{transform:matrix3d(1.187,0,0,0,0,1.216,0,0,0,0,1,0,0,0,0,1)}18.72%{transform:matrix3d(1.191,0,0,0,0,1.169,0,0,0,0,1,0,0,0,0,1)}21.32%{transform:matrix3d(1.177,0,0,0,0,1.062,0,0,0,0,1,0,0,0,0,1)}24.32%{transform:matrix3d(1.135,0,0,0,0,.964,0,0,0,0,1,0,0,0,0,1)}25.23%{transform:matrix3d(1.121,0,0,0,0,.944,0,0,0,0,1,0,0,0,0,1)}29.03%{transform:matrix3d(1.057,0,0,0,0,.907,0,0,0,0,1,0,0,0,0,1)}29.93%{transform:matrix3d(1.043,0,0,0,0,.909,0,0,0,0,1,0,0,0,0,1)}35.54%{transform:matrix3d(.981,0,0,0,0,.966,0,0,0,0,1,0,0,0,0,1)}36.74%{transform:matrix3d(.974,0,0,0,0,.981,0,0,0,0,1,0,0,0,0,1)}41.04%{transform:matrix3d(.965,0,0,0,0,1.02,0,0,0,0,1,0,0,0,0,1)}44.44%{transform:matrix3d(.969,0,0,0,0,1.029,0,0,0,0,1,0,0,0,0,1)}52.15%{transform:matrix3d(.992,0,0,0,0,1.006,0,0,0,0,1,0,0,0,0,1)}59.86%{transform:matrix3d(1.005,0,0,0,0,.991,0,0,0,0,1,0,0,0,0,1)}63.26%{transform:matrix3d(1.007,0,0,0,0,.993,0,0,0,0,1,0,0,0,0,1)}75.28%{transform:matrix3d(1.001,0,0,0,0,1.003,0,0,0,0,1,0,0,0,0,1)}85.49%{transform:matrix3d(.999,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}90.69%{transform:matrix3d(.999,0,0,0,0,.999,0,0,0,0,1,0,0,0,0,1)}100%{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}} \ No newline at end of file +@charset "UTF-8";/*! bulma.io v0.9.2 | MIT License | github.com/jgthms/bulma */.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:.375em;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:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.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 fieldset[disabled] select,.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}.breadcrumb,.button,.file,.is-unselectable,.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}.bd-book-cover:not(:last-child),.bd-content .bd-highlight-full:not(:last-child),.bd-content .highlight:not(:last-child),.bd-example:not(:last-child),.bd-side-sponsrs:not(:last-child),.bd-snippet:not(:last-child),.bd-tabs:not(:last-child),.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content: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{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline: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:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.bd-docs-overlay,.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}.bd-category-toggle,.bd-navbar-search-icon,.bd-tabs-nav button{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */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%;-ms-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:#485fc7;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}@-webkit-keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.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 #485fc7}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #485fc7}.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:#485fc7;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,95,199,.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-ghost{background:0 0;border-color:transparent;color:#485fc7;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#485fc7;text-decoration:underline}.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:#485fc7;border-color:transparent;color:#fff}.button.is-link.is-hovered,.button.is-link:hover{background-color:#3e56c4;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(72,95,199,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#3a51bb;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#485fc7;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#485fc7}.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:#485fc7}.button.is-link.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:transparent;border-color:#485fc7;color:#485fc7}.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:#485fc7;border-color:#485fc7;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #485fc7 #485fc7!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:#485fc7;box-shadow:none;color:#485fc7}.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:#485fc7}.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 #485fc7 #485fc7!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:#eff1fa;color:#3850b7}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#e6e9f7;border-color:transparent;color:#3850b7}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#dce0f4;border-color:transparent;color:#3850b7}.button.is-info{background-color:#3e8ed0;border-color:transparent;color:#fff}.button.is-info.is-hovered,.button.is-info:hover{background-color:#3488ce;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(62,142,208,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#3082c5;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3e8ed0;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3e8ed0}.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:#3e8ed0}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;color:#3e8ed0}.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:#3e8ed0;border-color:#3e8ed0;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3e8ed0 #3e8ed0!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:#3e8ed0;box-shadow:none;color:#3e8ed0}.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:#3e8ed0}.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 #3e8ed0 #3e8ed0!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:#eff5fb;color:#296fa8}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#e4eff9;border-color:transparent;color:#296fa8}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#dae9f6;border-color:transparent;color:#296fa8}.button.is-success{background-color:#48c78e;border-color:transparent;color:#fff}.button.is-success.is-hovered,.button.is-success:hover{background-color:#3ec487;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,142,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#3abb81;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#48c78e;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#48c78e}.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:#48c78e}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:transparent;border-color:#48c78e;color:#48c78e}.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:#48c78e;border-color:#48c78e;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #48c78e #48c78e!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:#48c78e;box-shadow:none;color:#48c78e}.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:#48c78e}.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 #48c78e #48c78e!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:#effaf5;color:#257953}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#e6f7ef;border-color:transparent;color:#257953}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#dcf4e9;border-color:transparent;color:#257953}.button.is-warning{background-color:#ffe08a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdc7d;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,224,138,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd970;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffe08a;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);color:#ffe08a}.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:#ffe08a}.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:#ffe08a;color:#ffe08a}.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:#ffe08a;border-color:#ffe08a;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffe08a #ffe08a!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:#ffe08a;box-shadow:none;color:#ffe08a}.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:#ffe08a}.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 #ffe08a #ffe08a!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:#fffaeb;color:#946c00}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#fff6de;border-color:transparent;color:#946c00}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#fff3d1;border-color:transparent;color:#946c00}.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-expo{background-color:#ffd257;border-color:transparent;color:#fff}.button.is-expo.is-hovered,.button.is-expo:hover{background-color:#ffcf4a;border-color:transparent;color:#fff}.button.is-expo.is-focused,.button.is-expo:focus{border-color:transparent;color:#fff}.button.is-expo.is-focused:not(:active),.button.is-expo:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,210,87,.25)}.button.is-expo.is-active,.button.is-expo:active{background-color:#ffcb3e;border-color:transparent;color:#fff}.button.is-expo[disabled],fieldset[disabled] .button.is-expo{background-color:#ffd257;border-color:transparent;box-shadow:none}.button.is-expo.is-inverted{background-color:#fff;color:#ffd257}.button.is-expo.is-inverted.is-hovered,.button.is-expo.is-inverted:hover{background-color:#f2f2f2}.button.is-expo.is-inverted[disabled],fieldset[disabled] .button.is-expo.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#ffd257}.button.is-expo.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-expo.is-outlined{background-color:transparent;border-color:#ffd257;color:#ffd257}.button.is-expo.is-outlined.is-focused,.button.is-expo.is-outlined.is-hovered,.button.is-expo.is-outlined:focus,.button.is-expo.is-outlined:hover{background-color:#ffd257;border-color:#ffd257;color:#fff}.button.is-expo.is-outlined.is-loading::after{border-color:transparent transparent #ffd257 #ffd257!important}.button.is-expo.is-outlined.is-loading.is-focused::after,.button.is-expo.is-outlined.is-loading.is-hovered::after,.button.is-expo.is-outlined.is-loading:focus::after,.button.is-expo.is-outlined.is-loading:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-expo.is-outlined[disabled],fieldset[disabled] .button.is-expo.is-outlined{background-color:transparent;border-color:#ffd257;box-shadow:none;color:#ffd257}.button.is-expo.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-expo.is-inverted.is-outlined.is-focused,.button.is-expo.is-inverted.is-outlined.is-hovered,.button.is-expo.is-inverted.is-outlined:focus,.button.is-expo.is-inverted.is-outlined:hover{background-color:#fff;color:#ffd257}.button.is-expo.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-expo.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-expo.is-inverted.is-outlined.is-loading:focus::after,.button.is-expo.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #ffd257 #ffd257!important}.button.is-expo.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-expo.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-expo.is-light{background-color:#fffaeb;color:#946c00}.button.is-expo.is-light.is-hovered,.button.is-expo.is-light:hover{background-color:#fff6de;border-color:transparent;color:#946c00}.button.is-expo.is-light.is-active,.button.is-expo.is-light:active{background-color:#fff3d1;border-color:transparent;color:#946c00}.button.is-love{background-color:#f14668;border-color:transparent;color:#fff}.button.is-love.is-hovered,.button.is-love:hover{background-color:#f03a5f;border-color:transparent;color:#fff}.button.is-love.is-focused,.button.is-love:focus{border-color:transparent;color:#fff}.button.is-love.is-focused:not(:active),.button.is-love:focus:not(:active){box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.button.is-love.is-active,.button.is-love:active{background-color:#ef2e55;border-color:transparent;color:#fff}.button.is-love[disabled],fieldset[disabled] .button.is-love{background-color:#f14668;border-color:transparent;box-shadow:none}.button.is-love.is-inverted{background-color:#fff;color:#f14668}.button.is-love.is-inverted.is-hovered,.button.is-love.is-inverted:hover{background-color:#f2f2f2}.button.is-love.is-inverted[disabled],fieldset[disabled] .button.is-love.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f14668}.button.is-love.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-love.is-outlined{background-color:transparent;border-color:#f14668;color:#f14668}.button.is-love.is-outlined.is-focused,.button.is-love.is-outlined.is-hovered,.button.is-love.is-outlined:focus,.button.is-love.is-outlined:hover{background-color:#f14668;border-color:#f14668;color:#fff}.button.is-love.is-outlined.is-loading::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-love.is-outlined.is-loading.is-focused::after,.button.is-love.is-outlined.is-loading.is-hovered::after,.button.is-love.is-outlined.is-loading:focus::after,.button.is-love.is-outlined.is-loading:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-love.is-outlined[disabled],fieldset[disabled] .button.is-love.is-outlined{background-color:transparent;border-color:#f14668;box-shadow:none;color:#f14668}.button.is-love.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-love.is-inverted.is-outlined.is-focused,.button.is-love.is-inverted.is-outlined.is-hovered,.button.is-love.is-inverted.is-outlined:focus,.button.is-love.is-inverted.is-outlined:hover{background-color:#fff;color:#f14668}.button.is-love.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-love.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-love.is-inverted.is-outlined.is-loading:focus::after,.button.is-love.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-love.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-love.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-love.is-light{background-color:#feecf0;color:#cc0f35}.button.is-love.is-light.is-hovered,.button.is-love.is-light:hover{background-color:#fde0e6;border-color:transparent;color:#cc0f35}.button.is-love.is-light.is-active,.button.is-love.is-light:active{background-color:#fcd4dc;border-color:transparent;color:#cc0f35}.button.is-patreon{background-color:#f96854;border-color:transparent;color:#fff}.button.is-patreon.is-hovered,.button.is-patreon:hover{background-color:#f95d48;border-color:transparent;color:#fff}.button.is-patreon.is-focused,.button.is-patreon:focus{border-color:transparent;color:#fff}.button.is-patreon.is-focused:not(:active),.button.is-patreon:focus:not(:active){box-shadow:0 0 0 .125em rgba(249,104,84,.25)}.button.is-patreon.is-active,.button.is-patreon:active{background-color:#f8523b;border-color:transparent;color:#fff}.button.is-patreon[disabled],fieldset[disabled] .button.is-patreon{background-color:#f96854;border-color:transparent;box-shadow:none}.button.is-patreon.is-inverted{background-color:#fff;color:#f96854}.button.is-patreon.is-inverted.is-hovered,.button.is-patreon.is-inverted:hover{background-color:#f2f2f2}.button.is-patreon.is-inverted[disabled],fieldset[disabled] .button.is-patreon.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f96854}.button.is-patreon.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-patreon.is-outlined{background-color:transparent;border-color:#f96854;color:#f96854}.button.is-patreon.is-outlined.is-focused,.button.is-patreon.is-outlined.is-hovered,.button.is-patreon.is-outlined:focus,.button.is-patreon.is-outlined:hover{background-color:#f96854;border-color:#f96854;color:#fff}.button.is-patreon.is-outlined.is-loading::after{border-color:transparent transparent #f96854 #f96854!important}.button.is-patreon.is-outlined.is-loading.is-focused::after,.button.is-patreon.is-outlined.is-loading.is-hovered::after,.button.is-patreon.is-outlined.is-loading:focus::after,.button.is-patreon.is-outlined.is-loading:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-patreon.is-outlined[disabled],fieldset[disabled] .button.is-patreon.is-outlined{background-color:transparent;border-color:#f96854;box-shadow:none;color:#f96854}.button.is-patreon.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-patreon.is-inverted.is-outlined.is-focused,.button.is-patreon.is-inverted.is-outlined.is-hovered,.button.is-patreon.is-inverted.is-outlined:focus,.button.is-patreon.is-inverted.is-outlined:hover{background-color:#fff;color:#f96854}.button.is-patreon.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-patreon.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-patreon.is-inverted.is-outlined.is-loading:focus::after,.button.is-patreon.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #f96854 #f96854!important}.button.is-patreon.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-patreon.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-patreon.is-light{background-color:#feeeeb;color:#c01d07}.button.is-patreon.is-light.is-hovered,.button.is-patreon.is-light:hover{background-color:#fee3df;border-color:transparent;color:#c01d07}.button.is-patreon.is-light.is-active,.button.is-patreon.is-light:active{background-color:#fdd8d3;border-color:transparent;color:#c01d07}.button.is-rss{background-color:#f26522;border-color:transparent;color:#fff}.button.is-rss.is-hovered,.button.is-rss:hover{background-color:#f15d16;border-color:transparent;color:#fff}.button.is-rss.is-focused,.button.is-rss:focus{border-color:transparent;color:#fff}.button.is-rss.is-focused:not(:active),.button.is-rss:focus:not(:active){box-shadow:0 0 0 .125em rgba(242,101,34,.25)}.button.is-rss.is-active,.button.is-rss:active{background-color:#ed560e;border-color:transparent;color:#fff}.button.is-rss[disabled],fieldset[disabled] .button.is-rss{background-color:#f26522;border-color:transparent;box-shadow:none}.button.is-rss.is-inverted{background-color:#fff;color:#f26522}.button.is-rss.is-inverted.is-hovered,.button.is-rss.is-inverted:hover{background-color:#f2f2f2}.button.is-rss.is-inverted[disabled],fieldset[disabled] .button.is-rss.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f26522}.button.is-rss.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-rss.is-outlined{background-color:transparent;border-color:#f26522;color:#f26522}.button.is-rss.is-outlined.is-focused,.button.is-rss.is-outlined.is-hovered,.button.is-rss.is-outlined:focus,.button.is-rss.is-outlined:hover{background-color:#f26522;border-color:#f26522;color:#fff}.button.is-rss.is-outlined.is-loading::after{border-color:transparent transparent #f26522 #f26522!important}.button.is-rss.is-outlined.is-loading.is-focused::after,.button.is-rss.is-outlined.is-loading.is-hovered::after,.button.is-rss.is-outlined.is-loading:focus::after,.button.is-rss.is-outlined.is-loading:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-rss.is-outlined[disabled],fieldset[disabled] .button.is-rss.is-outlined{background-color:transparent;border-color:#f26522;box-shadow:none;color:#f26522}.button.is-rss.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-rss.is-inverted.is-outlined.is-focused,.button.is-rss.is-inverted.is-outlined.is-hovered,.button.is-rss.is-inverted.is-outlined:focus,.button.is-rss.is-inverted.is-outlined:hover{background-color:#fff;color:#f26522}.button.is-rss.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-rss.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-rss.is-inverted.is-outlined.is-loading:focus::after,.button.is-rss.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #f26522 #f26522!important}.button.is-rss.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-rss.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-rss.is-light{background-color:#fef2ec;color:#c1460b}.button.is-rss.is-light.is-hovered,.button.is-rss.is-light:hover{background-color:#fde9e0;border-color:transparent;color:#c1460b}.button.is-rss.is-light.is-active,.button.is-rss.is-light:active{background-color:#fce1d4;border-color:transparent;color:#c1460b}.button.is-bleeding{background-color:#abf47c;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-bleeding.is-hovered,.button.is-bleeding:hover{background-color:#a3f370;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-bleeding.is-focused,.button.is-bleeding:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-bleeding.is-focused:not(:active),.button.is-bleeding:focus:not(:active){box-shadow:0 0 0 .125em rgba(171,244,124,.25)}.button.is-bleeding.is-active,.button.is-bleeding:active{background-color:#9cf264;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-bleeding[disabled],fieldset[disabled] .button.is-bleeding{background-color:#abf47c;border-color:transparent;box-shadow:none}.button.is-bleeding.is-inverted{background-color:rgba(0,0,0,.7);color:#abf47c}.button.is-bleeding.is-inverted.is-hovered,.button.is-bleeding.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-bleeding.is-inverted[disabled],fieldset[disabled] .button.is-bleeding.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#abf47c}.button.is-bleeding.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-bleeding.is-outlined{background-color:transparent;border-color:#abf47c;color:#abf47c}.button.is-bleeding.is-outlined.is-focused,.button.is-bleeding.is-outlined.is-hovered,.button.is-bleeding.is-outlined:focus,.button.is-bleeding.is-outlined:hover{background-color:#abf47c;border-color:#abf47c;color:rgba(0,0,0,.7)}.button.is-bleeding.is-outlined.is-loading::after{border-color:transparent transparent #abf47c #abf47c!important}.button.is-bleeding.is-outlined.is-loading.is-focused::after,.button.is-bleeding.is-outlined.is-loading.is-hovered::after,.button.is-bleeding.is-outlined.is-loading:focus::after,.button.is-bleeding.is-outlined.is-loading:hover::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-bleeding.is-outlined[disabled],fieldset[disabled] .button.is-bleeding.is-outlined{background-color:transparent;border-color:#abf47c;box-shadow:none;color:#abf47c}.button.is-bleeding.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-bleeding.is-inverted.is-outlined.is-focused,.button.is-bleeding.is-inverted.is-outlined.is-hovered,.button.is-bleeding.is-inverted.is-outlined:focus,.button.is-bleeding.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#abf47c}.button.is-bleeding.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-bleeding.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-bleeding.is-inverted.is-outlined.is-loading:focus::after,.button.is-bleeding.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #abf47c #abf47c!important}.button.is-bleeding.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-bleeding.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-bleeding.is-light{background-color:#f3fdec;color:#3c880b}.button.is-bleeding.is-light.is-hovered,.button.is-bleeding.is-light:hover{background-color:#ebfce0;border-color:transparent;color:#3c880b}.button.is-bleeding.is-light.is-active,.button.is-bleeding.is-light:active{background-color:#e4fbd5;border-color:transparent;color:#3c880b}.button.is-sass{background-color:#bf4080;border-color:transparent;color:#fff}.button.is-sass.is-hovered,.button.is-sass:hover{background-color:#b53d7a;border-color:transparent;color:#fff}.button.is-sass.is-focused,.button.is-sass:focus{border-color:transparent;color:#fff}.button.is-sass.is-focused:not(:active),.button.is-sass:focus:not(:active){box-shadow:0 0 0 .125em rgba(191,64,128,.25)}.button.is-sass.is-active,.button.is-sass:active{background-color:#ac3a73;border-color:transparent;color:#fff}.button.is-sass[disabled],fieldset[disabled] .button.is-sass{background-color:#bf4080;border-color:transparent;box-shadow:none}.button.is-sass.is-inverted{background-color:#fff;color:#bf4080}.button.is-sass.is-inverted.is-hovered,.button.is-sass.is-inverted:hover{background-color:#f2f2f2}.button.is-sass.is-inverted[disabled],fieldset[disabled] .button.is-sass.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#bf4080}.button.is-sass.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-sass.is-outlined{background-color:transparent;border-color:#bf4080;color:#bf4080}.button.is-sass.is-outlined.is-focused,.button.is-sass.is-outlined.is-hovered,.button.is-sass.is-outlined:focus,.button.is-sass.is-outlined:hover{background-color:#bf4080;border-color:#bf4080;color:#fff}.button.is-sass.is-outlined.is-loading::after{border-color:transparent transparent #bf4080 #bf4080!important}.button.is-sass.is-outlined.is-loading.is-focused::after,.button.is-sass.is-outlined.is-loading.is-hovered::after,.button.is-sass.is-outlined.is-loading:focus::after,.button.is-sass.is-outlined.is-loading:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-sass.is-outlined[disabled],fieldset[disabled] .button.is-sass.is-outlined{background-color:transparent;border-color:#bf4080;box-shadow:none;color:#bf4080}.button.is-sass.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-sass.is-inverted.is-outlined.is-focused,.button.is-sass.is-inverted.is-outlined.is-hovered,.button.is-sass.is-inverted.is-outlined:focus,.button.is-sass.is-inverted.is-outlined:hover{background-color:#fff;color:#bf4080}.button.is-sass.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-sass.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-sass.is-inverted.is-outlined.is-loading:focus::after,.button.is-sass.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #bf4080 #bf4080!important}.button.is-sass.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-sass.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-sass.is-light{background-color:#faf0f5;color:#b03b76}.button.is-sass.is-light.is-hovered,.button.is-sass.is-light:hover{background-color:#f7e6ee;border-color:transparent;color:#b03b76}.button.is-sass.is-light.is-active,.button.is-sass.is-light:active{background-color:#f3dde8;border-color:transparent;color:#b03b76}.button.is-amazon{background-color:#ffd863;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-amazon.is-hovered,.button.is-amazon:hover{background-color:#ffd556;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-amazon.is-focused,.button.is-amazon:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-amazon.is-focused:not(:active),.button.is-amazon:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,216,99,.25)}.button.is-amazon.is-active,.button.is-amazon:active{background-color:#ffd24a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-amazon[disabled],fieldset[disabled] .button.is-amazon{background-color:#ffd863;border-color:transparent;box-shadow:none}.button.is-amazon.is-inverted{background-color:rgba(0,0,0,.7);color:#ffd863}.button.is-amazon.is-inverted.is-hovered,.button.is-amazon.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-amazon.is-inverted[disabled],fieldset[disabled] .button.is-amazon.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffd863}.button.is-amazon.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-amazon.is-outlined{background-color:transparent;border-color:#ffd863;color:#ffd863}.button.is-amazon.is-outlined.is-focused,.button.is-amazon.is-outlined.is-hovered,.button.is-amazon.is-outlined:focus,.button.is-amazon.is-outlined:hover{background-color:#ffd863;border-color:#ffd863;color:rgba(0,0,0,.7)}.button.is-amazon.is-outlined.is-loading::after{border-color:transparent transparent #ffd863 #ffd863!important}.button.is-amazon.is-outlined.is-loading.is-focused::after,.button.is-amazon.is-outlined.is-loading.is-hovered::after,.button.is-amazon.is-outlined.is-loading:focus::after,.button.is-amazon.is-outlined.is-loading:hover::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-amazon.is-outlined[disabled],fieldset[disabled] .button.is-amazon.is-outlined{background-color:transparent;border-color:#ffd863;box-shadow:none;color:#ffd863}.button.is-amazon.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-amazon.is-inverted.is-outlined.is-focused,.button.is-amazon.is-inverted.is-outlined.is-hovered,.button.is-amazon.is-inverted.is-outlined:focus,.button.is-amazon.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#ffd863}.button.is-amazon.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-amazon.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-amazon.is-inverted.is-outlined.is-loading:focus::after,.button.is-amazon.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #ffd863 #ffd863!important}.button.is-amazon.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-amazon.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-amazon.is-light{background-color:#fffaeb;color:#946f00}.button.is-amazon.is-light.is-hovered,.button.is-amazon.is-light:hover{background-color:#fff7de;border-color:transparent;color:#946f00}.button.is-amazon.is-light.is-active,.button.is-amazon.is-light:active{background-color:#fff4d1;border-color:transparent;color:#946f00}.button.is-sponsor{background-color:#ea4aaa;border-color:transparent;color:#fff}.button.is-sponsor.is-hovered,.button.is-sponsor:hover{background-color:#e93fa5;border-color:transparent;color:#fff}.button.is-sponsor.is-focused,.button.is-sponsor:focus{border-color:transparent;color:#fff}.button.is-sponsor.is-focused:not(:active),.button.is-sponsor:focus:not(:active){box-shadow:0 0 0 .125em rgba(234,74,170,.25)}.button.is-sponsor.is-active,.button.is-sponsor:active{background-color:#e7339f;border-color:transparent;color:#fff}.button.is-sponsor[disabled],fieldset[disabled] .button.is-sponsor{background-color:#ea4aaa;border-color:transparent;box-shadow:none}.button.is-sponsor.is-inverted{background-color:#fff;color:#ea4aaa}.button.is-sponsor.is-inverted.is-hovered,.button.is-sponsor.is-inverted:hover{background-color:#f2f2f2}.button.is-sponsor.is-inverted[disabled],fieldset[disabled] .button.is-sponsor.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#ea4aaa}.button.is-sponsor.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-sponsor.is-outlined{background-color:transparent;border-color:#ea4aaa;color:#ea4aaa}.button.is-sponsor.is-outlined.is-focused,.button.is-sponsor.is-outlined.is-hovered,.button.is-sponsor.is-outlined:focus,.button.is-sponsor.is-outlined:hover{background-color:#ea4aaa;border-color:#ea4aaa;color:#fff}.button.is-sponsor.is-outlined.is-loading::after{border-color:transparent transparent #ea4aaa #ea4aaa!important}.button.is-sponsor.is-outlined.is-loading.is-focused::after,.button.is-sponsor.is-outlined.is-loading.is-hovered::after,.button.is-sponsor.is-outlined.is-loading:focus::after,.button.is-sponsor.is-outlined.is-loading:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-sponsor.is-outlined[disabled],fieldset[disabled] .button.is-sponsor.is-outlined{background-color:transparent;border-color:#ea4aaa;box-shadow:none;color:#ea4aaa}.button.is-sponsor.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-sponsor.is-inverted.is-outlined.is-focused,.button.is-sponsor.is-inverted.is-outlined.is-hovered,.button.is-sponsor.is-inverted.is-outlined:focus,.button.is-sponsor.is-inverted.is-outlined:hover{background-color:#fff;color:#ea4aaa}.button.is-sponsor.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-sponsor.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-sponsor.is-inverted.is-outlined.is-loading:focus::after,.button.is-sponsor.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #ea4aaa #ea4aaa!important}.button.is-sponsor.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-sponsor.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-sponsor.is-light{background-color:#fdedf6;color:#c0167c}.button.is-sponsor.is-light.is-hovered,.button.is-sponsor.is-light:hover{background-color:#fce1f1;border-color:transparent;color:#c0167c}.button.is-sponsor.is-light.is-active,.button.is-sponsor.is-light:active{background-color:#fad6ec;border-color:transparent;color:#c0167c}.button.is-twitter{background-color:#55acee;border-color:transparent;color:#fff}.button.is-twitter.is-hovered,.button.is-twitter:hover{background-color:#49a6ed;border-color:transparent;color:#fff}.button.is-twitter.is-focused,.button.is-twitter:focus{border-color:transparent;color:#fff}.button.is-twitter.is-focused:not(:active),.button.is-twitter:focus:not(:active){box-shadow:0 0 0 .125em rgba(85,172,238,.25)}.button.is-twitter.is-active,.button.is-twitter:active{background-color:#3ea1ec;border-color:transparent;color:#fff}.button.is-twitter[disabled],fieldset[disabled] .button.is-twitter{background-color:#55acee;border-color:transparent;box-shadow:none}.button.is-twitter.is-inverted{background-color:#fff;color:#55acee}.button.is-twitter.is-inverted.is-hovered,.button.is-twitter.is-inverted:hover{background-color:#f2f2f2}.button.is-twitter.is-inverted[disabled],fieldset[disabled] .button.is-twitter.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#55acee}.button.is-twitter.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-twitter.is-outlined{background-color:transparent;border-color:#55acee;color:#55acee}.button.is-twitter.is-outlined.is-focused,.button.is-twitter.is-outlined.is-hovered,.button.is-twitter.is-outlined:focus,.button.is-twitter.is-outlined:hover{background-color:#55acee;border-color:#55acee;color:#fff}.button.is-twitter.is-outlined.is-loading::after{border-color:transparent transparent #55acee #55acee!important}.button.is-twitter.is-outlined.is-loading.is-focused::after,.button.is-twitter.is-outlined.is-loading.is-hovered::after,.button.is-twitter.is-outlined.is-loading:focus::after,.button.is-twitter.is-outlined.is-loading:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-twitter.is-outlined[disabled],fieldset[disabled] .button.is-twitter.is-outlined{background-color:transparent;border-color:#55acee;box-shadow:none;color:#55acee}.button.is-twitter.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-twitter.is-inverted.is-outlined.is-focused,.button.is-twitter.is-inverted.is-outlined.is-hovered,.button.is-twitter.is-inverted.is-outlined:focus,.button.is-twitter.is-inverted.is-outlined:hover{background-color:#fff;color:#55acee}.button.is-twitter.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-twitter.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-twitter.is-inverted.is-outlined.is-loading:focus::after,.button.is-twitter.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #55acee #55acee!important}.button.is-twitter.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-twitter.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-twitter.is-light{background-color:#ecf6fd;color:#10609e}.button.is-twitter.is-light.is-hovered,.button.is-twitter.is-light:hover{background-color:#e1f0fc;border-color:transparent;color:#10609e}.button.is-twitter.is-light.is-active,.button.is-twitter.is-light:active{background-color:#d5ebfb;border-color:transparent;color:#10609e}.button.is-videos{background-color:#48c78e;border-color:transparent;color:#fff}.button.is-videos.is-hovered,.button.is-videos:hover{background-color:#3ec487;border-color:transparent;color:#fff}.button.is-videos.is-focused,.button.is-videos:focus{border-color:transparent;color:#fff}.button.is-videos.is-focused:not(:active),.button.is-videos:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.button.is-videos.is-active,.button.is-videos:active{background-color:#3abb81;border-color:transparent;color:#fff}.button.is-videos[disabled],fieldset[disabled] .button.is-videos{background-color:#48c78e;border-color:transparent;box-shadow:none}.button.is-videos.is-inverted{background-color:#fff;color:#48c78e}.button.is-videos.is-inverted.is-hovered,.button.is-videos.is-inverted:hover{background-color:#f2f2f2}.button.is-videos.is-inverted[disabled],fieldset[disabled] .button.is-videos.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#48c78e}.button.is-videos.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-videos.is-outlined{background-color:transparent;border-color:#48c78e;color:#48c78e}.button.is-videos.is-outlined.is-focused,.button.is-videos.is-outlined.is-hovered,.button.is-videos.is-outlined:focus,.button.is-videos.is-outlined:hover{background-color:#48c78e;border-color:#48c78e;color:#fff}.button.is-videos.is-outlined.is-loading::after{border-color:transparent transparent #48c78e #48c78e!important}.button.is-videos.is-outlined.is-loading.is-focused::after,.button.is-videos.is-outlined.is-loading.is-hovered::after,.button.is-videos.is-outlined.is-loading:focus::after,.button.is-videos.is-outlined.is-loading:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-videos.is-outlined[disabled],fieldset[disabled] .button.is-videos.is-outlined{background-color:transparent;border-color:#48c78e;box-shadow:none;color:#48c78e}.button.is-videos.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-videos.is-inverted.is-outlined.is-focused,.button.is-videos.is-inverted.is-outlined.is-hovered,.button.is-videos.is-inverted.is-outlined:focus,.button.is-videos.is-inverted.is-outlined:hover{background-color:#fff;color:#48c78e}.button.is-videos.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-videos.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-videos.is-inverted.is-outlined.is-loading:focus::after,.button.is-videos.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #48c78e #48c78e!important}.button.is-videos.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-videos.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-videos.is-light{background-color:#effaf5;color:#257953}.button.is-videos.is-light.is-hovered,.button.is-videos.is-light:hover{background-color:#e6f7ef;border-color:transparent;color:#257953}.button.is-videos.is-light.is-active,.button.is-videos.is-light:active{background-color:#dcf4e9;border-color:transparent;color:#257953}.button.is-extensions{background-color:#3e8ed0;border-color:transparent;color:#fff}.button.is-extensions.is-hovered,.button.is-extensions:hover{background-color:#3488ce;border-color:transparent;color:#fff}.button.is-extensions.is-focused,.button.is-extensions:focus{border-color:transparent;color:#fff}.button.is-extensions.is-focused:not(:active),.button.is-extensions:focus:not(:active){box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.button.is-extensions.is-active,.button.is-extensions:active{background-color:#3082c5;border-color:transparent;color:#fff}.button.is-extensions[disabled],fieldset[disabled] .button.is-extensions{background-color:#3e8ed0;border-color:transparent;box-shadow:none}.button.is-extensions.is-inverted{background-color:#fff;color:#3e8ed0}.button.is-extensions.is-inverted.is-hovered,.button.is-extensions.is-inverted:hover{background-color:#f2f2f2}.button.is-extensions.is-inverted[disabled],fieldset[disabled] .button.is-extensions.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3e8ed0}.button.is-extensions.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-extensions.is-outlined{background-color:transparent;border-color:#3e8ed0;color:#3e8ed0}.button.is-extensions.is-outlined.is-focused,.button.is-extensions.is-outlined.is-hovered,.button.is-extensions.is-outlined:focus,.button.is-extensions.is-outlined:hover{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}.button.is-extensions.is-outlined.is-loading::after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-extensions.is-outlined.is-loading.is-focused::after,.button.is-extensions.is-outlined.is-loading.is-hovered::after,.button.is-extensions.is-outlined.is-loading:focus::after,.button.is-extensions.is-outlined.is-loading:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-extensions.is-outlined[disabled],fieldset[disabled] .button.is-extensions.is-outlined{background-color:transparent;border-color:#3e8ed0;box-shadow:none;color:#3e8ed0}.button.is-extensions.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-extensions.is-inverted.is-outlined.is-focused,.button.is-extensions.is-inverted.is-outlined.is-hovered,.button.is-extensions.is-inverted.is-outlined:focus,.button.is-extensions.is-inverted.is-outlined:hover{background-color:#fff;color:#3e8ed0}.button.is-extensions.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-extensions.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-extensions.is-inverted.is-outlined.is-loading:focus::after,.button.is-extensions.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-extensions.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-extensions.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-extensions.is-light{background-color:#eff5fb;color:#296fa8}.button.is-extensions.is-light.is-hovered,.button.is-extensions.is-light:hover{background-color:#e4eff9;border-color:transparent;color:#296fa8}.button.is-extensions.is-light.is-active,.button.is-extensions.is-light:active{background-color:#dae9f6;border-color:transparent;color:#296fa8}.button.is-bootstrap{background-color:#6f5499;border-color:transparent;color:#fff}.button.is-bootstrap.is-hovered,.button.is-bootstrap:hover{background-color:#694f91;border-color:transparent;color:#fff}.button.is-bootstrap.is-focused,.button.is-bootstrap:focus{border-color:transparent;color:#fff}.button.is-bootstrap.is-focused:not(:active),.button.is-bootstrap:focus:not(:active){box-shadow:0 0 0 .125em rgba(111,84,153,.25)}.button.is-bootstrap.is-active,.button.is-bootstrap:active{background-color:#634b89;border-color:transparent;color:#fff}.button.is-bootstrap[disabled],fieldset[disabled] .button.is-bootstrap{background-color:#6f5499;border-color:transparent;box-shadow:none}.button.is-bootstrap.is-inverted{background-color:#fff;color:#6f5499}.button.is-bootstrap.is-inverted.is-hovered,.button.is-bootstrap.is-inverted:hover{background-color:#f2f2f2}.button.is-bootstrap.is-inverted[disabled],fieldset[disabled] .button.is-bootstrap.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#6f5499}.button.is-bootstrap.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-bootstrap.is-outlined{background-color:transparent;border-color:#6f5499;color:#6f5499}.button.is-bootstrap.is-outlined.is-focused,.button.is-bootstrap.is-outlined.is-hovered,.button.is-bootstrap.is-outlined:focus,.button.is-bootstrap.is-outlined:hover{background-color:#6f5499;border-color:#6f5499;color:#fff}.button.is-bootstrap.is-outlined.is-loading::after{border-color:transparent transparent #6f5499 #6f5499!important}.button.is-bootstrap.is-outlined.is-loading.is-focused::after,.button.is-bootstrap.is-outlined.is-loading.is-hovered::after,.button.is-bootstrap.is-outlined.is-loading:focus::after,.button.is-bootstrap.is-outlined.is-loading:hover::after{border-color:transparent transparent #fff #fff!important}.button.is-bootstrap.is-outlined[disabled],fieldset[disabled] .button.is-bootstrap.is-outlined{background-color:transparent;border-color:#6f5499;box-shadow:none;color:#6f5499}.button.is-bootstrap.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-bootstrap.is-inverted.is-outlined.is-focused,.button.is-bootstrap.is-inverted.is-outlined.is-hovered,.button.is-bootstrap.is-inverted.is-outlined:focus,.button.is-bootstrap.is-inverted.is-outlined:hover{background-color:#fff;color:#6f5499}.button.is-bootstrap.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-bootstrap.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-bootstrap.is-inverted.is-outlined.is-loading:focus::after,.button.is-bootstrap.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #6f5499 #6f5499!important}.button.is-bootstrap.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-bootstrap.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-bootstrap.is-light{background-color:#f4f2f8;color:#73579e}.button.is-bootstrap.is-light.is-hovered,.button.is-bootstrap.is-light:hover{background-color:#edeaf3;border-color:transparent;color:#73579e}.button.is-bootstrap.is-light.is-active,.button.is-bootstrap.is-light:active{background-color:#e7e1ef;border-color:transparent;color:#73579e}.button.is-small{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{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:9999px;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){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.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-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.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:.375em;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:#485fc7;color:#fff}.notification.is-link.is-light{background-color:#eff1fa;color:#3850b7}.notification.is-info{background-color:#3e8ed0;color:#fff}.notification.is-info.is-light{background-color:#eff5fb;color:#296fa8}.notification.is-success{background-color:#48c78e;color:#fff}.notification.is-success.is-light{background-color:#effaf5;color:#257953}.notification.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.notification.is-warning.is-light{background-color:#fffaeb;color:#946c00}.notification.is-danger{background-color:#f14668;color:#fff}.notification.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.notification.is-expo{background-color:#ffd257;color:#fff}.notification.is-expo.is-light{background-color:#fffaeb;color:#946c00}.notification.is-love{background-color:#f14668;color:#fff}.notification.is-love.is-light{background-color:#feecf0;color:#cc0f35}.notification.is-patreon{background-color:#f96854;color:#fff}.notification.is-patreon.is-light{background-color:#feeeeb;color:#c01d07}.notification.is-rss{background-color:#f26522;color:#fff}.notification.is-rss.is-light{background-color:#fef2ec;color:#c1460b}.notification.is-bleeding{background-color:#abf47c;color:rgba(0,0,0,.7)}.notification.is-bleeding.is-light{background-color:#f3fdec;color:#3c880b}.notification.is-sass{background-color:#bf4080;color:#fff}.notification.is-sass.is-light{background-color:#faf0f5;color:#b03b76}.notification.is-amazon{background-color:#ffd863;color:rgba(0,0,0,.7)}.notification.is-amazon.is-light{background-color:#fffaeb;color:#946f00}.notification.is-sponsor{background-color:#ea4aaa;color:#fff}.notification.is-sponsor.is-light{background-color:#fdedf6;color:#c0167c}.notification.is-twitter{background-color:#55acee;color:#fff}.notification.is-twitter.is-light{background-color:#ecf6fd;color:#10609e}.notification.is-videos{background-color:#48c78e;color:#fff}.notification.is-videos.is-light{background-color:#effaf5;color:#257953}.notification.is-extensions{background-color:#3e8ed0;color:#fff}.notification.is-extensions.is-light{background-color:#eff5fb;color:#296fa8}.notification.is-bootstrap{background-color:#6f5499;color:#fff}.notification.is-bootstrap.is-light{background-color:#f4f2f8;color:#73579e}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#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:#485fc7}.progress.is-link::-moz-progress-bar{background-color:#485fc7}.progress.is-link::-ms-fill{background-color:#485fc7}.progress.is-link:indeterminate{background-image:linear-gradient(to right,#485fc7 30%,#ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#3e8ed0}.progress.is-info::-moz-progress-bar{background-color:#3e8ed0}.progress.is-info::-ms-fill{background-color:#3e8ed0}.progress.is-info:indeterminate{background-image:linear-gradient(to right,#3e8ed0 30%,#ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#48c78e}.progress.is-success::-moz-progress-bar{background-color:#48c78e}.progress.is-success::-ms-fill{background-color:#48c78e}.progress.is-success:indeterminate{background-image:linear-gradient(to right,#48c78e 30%,#ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffe08a}.progress.is-warning::-moz-progress-bar{background-color:#ffe08a}.progress.is-warning::-ms-fill{background-color:#ffe08a}.progress.is-warning:indeterminate{background-image:linear-gradient(to right,#ffe08a 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.is-expo::-webkit-progress-value{background-color:#ffd257}.progress.is-expo::-moz-progress-bar{background-color:#ffd257}.progress.is-expo::-ms-fill{background-color:#ffd257}.progress.is-expo:indeterminate{background-image:linear-gradient(to right,#ffd257 30%,#ededed 30%)}.progress.is-love::-webkit-progress-value{background-color:#f14668}.progress.is-love::-moz-progress-bar{background-color:#f14668}.progress.is-love::-ms-fill{background-color:#f14668}.progress.is-love:indeterminate{background-image:linear-gradient(to right,#f14668 30%,#ededed 30%)}.progress.is-patreon::-webkit-progress-value{background-color:#f96854}.progress.is-patreon::-moz-progress-bar{background-color:#f96854}.progress.is-patreon::-ms-fill{background-color:#f96854}.progress.is-patreon:indeterminate{background-image:linear-gradient(to right,#f96854 30%,#ededed 30%)}.progress.is-rss::-webkit-progress-value{background-color:#f26522}.progress.is-rss::-moz-progress-bar{background-color:#f26522}.progress.is-rss::-ms-fill{background-color:#f26522}.progress.is-rss:indeterminate{background-image:linear-gradient(to right,#f26522 30%,#ededed 30%)}.progress.is-bleeding::-webkit-progress-value{background-color:#abf47c}.progress.is-bleeding::-moz-progress-bar{background-color:#abf47c}.progress.is-bleeding::-ms-fill{background-color:#abf47c}.progress.is-bleeding:indeterminate{background-image:linear-gradient(to right,#abf47c 30%,#ededed 30%)}.progress.is-sass::-webkit-progress-value{background-color:#bf4080}.progress.is-sass::-moz-progress-bar{background-color:#bf4080}.progress.is-sass::-ms-fill{background-color:#bf4080}.progress.is-sass:indeterminate{background-image:linear-gradient(to right,#bf4080 30%,#ededed 30%)}.progress.is-amazon::-webkit-progress-value{background-color:#ffd863}.progress.is-amazon::-moz-progress-bar{background-color:#ffd863}.progress.is-amazon::-ms-fill{background-color:#ffd863}.progress.is-amazon:indeterminate{background-image:linear-gradient(to right,#ffd863 30%,#ededed 30%)}.progress.is-sponsor::-webkit-progress-value{background-color:#ea4aaa}.progress.is-sponsor::-moz-progress-bar{background-color:#ea4aaa}.progress.is-sponsor::-ms-fill{background-color:#ea4aaa}.progress.is-sponsor:indeterminate{background-image:linear-gradient(to right,#ea4aaa 30%,#ededed 30%)}.progress.is-twitter::-webkit-progress-value{background-color:#55acee}.progress.is-twitter::-moz-progress-bar{background-color:#55acee}.progress.is-twitter::-ms-fill{background-color:#55acee}.progress.is-twitter:indeterminate{background-image:linear-gradient(to right,#55acee 30%,#ededed 30%)}.progress.is-videos::-webkit-progress-value{background-color:#48c78e}.progress.is-videos::-moz-progress-bar{background-color:#48c78e}.progress.is-videos::-ms-fill{background-color:#48c78e}.progress.is-videos:indeterminate{background-image:linear-gradient(to right,#48c78e 30%,#ededed 30%)}.progress.is-extensions::-webkit-progress-value{background-color:#3e8ed0}.progress.is-extensions::-moz-progress-bar{background-color:#3e8ed0}.progress.is-extensions::-ms-fill{background-color:#3e8ed0}.progress.is-extensions:indeterminate{background-image:linear-gradient(to right,#3e8ed0 30%,#ededed 30%)}.progress.is-bootstrap::-webkit-progress-value{background-color:#6f5499}.progress.is-bootstrap::-moz-progress-bar{background-color:#6f5499}.progress.is-bootstrap::-ms-fill{background-color:#6f5499}.progress.is-bootstrap:indeterminate{background-image:linear-gradient(to right,#6f5499 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:#485fc7;border-color:#485fc7;color:#fff}.table td.is-info,.table th.is-info{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}.table td.is-success,.table th.is-success{background-color:#48c78e;border-color:#48c78e;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffe08a;border-color:#ffe08a;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-expo,.table th.is-expo{background-color:#ffd257;border-color:#ffd257;color:#fff}.table td.is-love,.table th.is-love{background-color:#f14668;border-color:#f14668;color:#fff}.table td.is-patreon,.table th.is-patreon{background-color:#f96854;border-color:#f96854;color:#fff}.table td.is-rss,.table th.is-rss{background-color:#f26522;border-color:#f26522;color:#fff}.table td.is-bleeding,.table th.is-bleeding{background-color:#abf47c;border-color:#abf47c;color:rgba(0,0,0,.7)}.table td.is-sass,.table th.is-sass{background-color:#bf4080;border-color:#bf4080;color:#fff}.table td.is-amazon,.table th.is-amazon{background-color:#ffd863;border-color:#ffd863;color:rgba(0,0,0,.7)}.table td.is-sponsor,.table th.is-sponsor{background-color:#ea4aaa;border-color:#ea4aaa;color:#fff}.table td.is-twitter,.table th.is-twitter{background-color:#55acee;border-color:#55acee;color:#fff}.table td.is-videos,.table th.is-videos{background-color:#48c78e;border-color:#48c78e;color:#fff}.table td.is-extensions,.table th.is-extensions{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}.table td.is-bootstrap,.table th.is-bootstrap{background-color:#6f5499;border-color:#6f5499;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:.375em;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:#485fc7;color:#fff}.tag:not(body).is-link.is-light{background-color:#eff1fa;color:#3850b7}.tag:not(body).is-info{background-color:#3e8ed0;color:#fff}.tag:not(body).is-info.is-light{background-color:#eff5fb;color:#296fa8}.tag:not(body).is-success{background-color:#48c78e;color:#fff}.tag:not(body).is-success.is-light{background-color:#effaf5;color:#257953}.tag:not(body).is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.tag:not(body).is-warning.is-light{background-color:#fffaeb;color:#946c00}.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-expo{background-color:#ffd257;color:#fff}.tag:not(body).is-expo.is-light{background-color:#fffaeb;color:#946c00}.tag:not(body).is-love{background-color:#f14668;color:#fff}.tag:not(body).is-love.is-light{background-color:#feecf0;color:#cc0f35}.tag:not(body).is-patreon{background-color:#f96854;color:#fff}.tag:not(body).is-patreon.is-light{background-color:#feeeeb;color:#c01d07}.tag:not(body).is-rss{background-color:#f26522;color:#fff}.tag:not(body).is-rss.is-light{background-color:#fef2ec;color:#c1460b}.tag:not(body).is-bleeding{background-color:#abf47c;color:rgba(0,0,0,.7)}.tag:not(body).is-bleeding.is-light{background-color:#f3fdec;color:#3c880b}.tag:not(body).is-sass{background-color:#bf4080;color:#fff}.tag:not(body).is-sass.is-light{background-color:#faf0f5;color:#b03b76}.tag:not(body).is-amazon{background-color:#ffd863;color:rgba(0,0,0,.7)}.tag:not(body).is-amazon.is-light{background-color:#fffaeb;color:#946f00}.tag:not(body).is-sponsor{background-color:#ea4aaa;color:#fff}.tag:not(body).is-sponsor.is-light{background-color:#fdedf6;color:#c0167c}.tag:not(body).is-twitter{background-color:#55acee;color:#fff}.tag:not(body).is-twitter.is-light{background-color:#ecf6fd;color:#10609e}.tag:not(body).is-videos{background-color:#48c78e;color:#fff}.tag:not(body).is-videos.is-light{background-color:#effaf5;color:#257953}.tag:not(body).is-extensions{background-color:#3e8ed0;color:#fff}.tag:not(body).is-extensions.is-light{background-color:#eff5fb;color:#296fa8}.tag:not(body).is-bootstrap{background-color:#6f5499;color:#fff}.tag:not(body).is-bootstrap.is-light{background-color:#f4f2f8;color:#73579e}.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:9999px}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: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}.number{align-items:center;background-color:#f5f5f5;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.input,.select select,.textarea{background-color:#fff;border-color:#dbdbdb;border-radius:.375em;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:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#b5b5b5}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#485fc7;box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.input[disabled],.select fieldset[disabled] select,.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 fieldset[disabled] select::-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 fieldset[disabled] select::-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 fieldset[disabled] select:-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 fieldset[disabled] select:-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-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.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-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.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-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.is-primary.input,.is-primary.textarea{border-color:#00d1b2}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.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:#485fc7}.is-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.textarea:active,.is-link.textarea:focus{box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.is-info.input,.is-info.textarea{border-color:#3e8ed0}.is-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.textarea:active,.is-info.textarea:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.is-success.input,.is-success.textarea{border-color:#48c78e}.is-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.textarea:active,.is-success.textarea:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.is-warning.input,.is-warning.textarea{border-color:#ffe08a}.is-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.textarea:active,.is-warning.textarea:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.is-danger.input,.is-danger.textarea{border-color:#f14668}.is-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.is-expo.input,.is-expo.textarea{border-color:#ffd257}.is-expo.input:active,.is-expo.input:focus,.is-expo.is-active.input,.is-expo.is-active.textarea,.is-expo.is-focused.input,.is-expo.is-focused.textarea,.is-expo.textarea:active,.is-expo.textarea:focus{box-shadow:0 0 0 .125em rgba(255,210,87,.25)}.is-love.input,.is-love.textarea{border-color:#f14668}.is-love.input:active,.is-love.input:focus,.is-love.is-active.input,.is-love.is-active.textarea,.is-love.is-focused.input,.is-love.is-focused.textarea,.is-love.textarea:active,.is-love.textarea:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.is-patreon.input,.is-patreon.textarea{border-color:#f96854}.is-patreon.input:active,.is-patreon.input:focus,.is-patreon.is-active.input,.is-patreon.is-active.textarea,.is-patreon.is-focused.input,.is-patreon.is-focused.textarea,.is-patreon.textarea:active,.is-patreon.textarea:focus{box-shadow:0 0 0 .125em rgba(249,104,84,.25)}.is-rss.input,.is-rss.textarea{border-color:#f26522}.is-rss.input:active,.is-rss.input:focus,.is-rss.is-active.input,.is-rss.is-active.textarea,.is-rss.is-focused.input,.is-rss.is-focused.textarea,.is-rss.textarea:active,.is-rss.textarea:focus{box-shadow:0 0 0 .125em rgba(242,101,34,.25)}.is-bleeding.input,.is-bleeding.textarea{border-color:#abf47c}.is-bleeding.input:active,.is-bleeding.input:focus,.is-bleeding.is-active.input,.is-bleeding.is-active.textarea,.is-bleeding.is-focused.input,.is-bleeding.is-focused.textarea,.is-bleeding.textarea:active,.is-bleeding.textarea:focus{box-shadow:0 0 0 .125em rgba(171,244,124,.25)}.is-sass.input,.is-sass.textarea{border-color:#bf4080}.is-sass.input:active,.is-sass.input:focus,.is-sass.is-active.input,.is-sass.is-active.textarea,.is-sass.is-focused.input,.is-sass.is-focused.textarea,.is-sass.textarea:active,.is-sass.textarea:focus{box-shadow:0 0 0 .125em rgba(191,64,128,.25)}.is-amazon.input,.is-amazon.textarea{border-color:#ffd863}.is-amazon.input:active,.is-amazon.input:focus,.is-amazon.is-active.input,.is-amazon.is-active.textarea,.is-amazon.is-focused.input,.is-amazon.is-focused.textarea,.is-amazon.textarea:active,.is-amazon.textarea:focus{box-shadow:0 0 0 .125em rgba(255,216,99,.25)}.is-sponsor.input,.is-sponsor.textarea{border-color:#ea4aaa}.is-sponsor.input:active,.is-sponsor.input:focus,.is-sponsor.is-active.input,.is-sponsor.is-active.textarea,.is-sponsor.is-focused.input,.is-sponsor.is-focused.textarea,.is-sponsor.textarea:active,.is-sponsor.textarea:focus{box-shadow:0 0 0 .125em rgba(234,74,170,.25)}.is-twitter.input,.is-twitter.textarea{border-color:#55acee}.is-twitter.input:active,.is-twitter.input:focus,.is-twitter.is-active.input,.is-twitter.is-active.textarea,.is-twitter.is-focused.input,.is-twitter.is-focused.textarea,.is-twitter.textarea:active,.is-twitter.textarea:focus{box-shadow:0 0 0 .125em rgba(85,172,238,.25)}.is-videos.input,.is-videos.textarea{border-color:#48c78e}.is-videos.input:active,.is-videos.input:focus,.is-videos.is-active.input,.is-videos.is-active.textarea,.is-videos.is-focused.input,.is-videos.is-focused.textarea,.is-videos.textarea:active,.is-videos.textarea:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.is-extensions.input,.is-extensions.textarea{border-color:#3e8ed0}.is-extensions.input:active,.is-extensions.input:focus,.is-extensions.is-active.input,.is-extensions.is-active.textarea,.is-extensions.is-focused.input,.is-extensions.is-focused.textarea,.is-extensions.textarea:active,.is-extensions.textarea:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.is-bootstrap.input,.is-bootstrap.textarea{border-color:#6f5499}.is-bootstrap.input:active,.is-bootstrap.input:focus,.is-bootstrap.is-active.input,.is-bootstrap.is-active.textarea,.is-bootstrap.is-focused.input,.is-bootstrap.is-focused.textarea,.is-bootstrap.textarea:active,.is-bootstrap.textarea:focus{box-shadow:0 0 0 .125em rgba(111,84,153,.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:9999px;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:#485fc7;right:1.125em;z-index:4}.select.is-rounded select{border-radius:9999px;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:#485fc7}.select.is-link select{border-color:#485fc7}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#3a51bb}.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(72,95,199,.25)}.select.is-info:not(:hover)::after{border-color:#3e8ed0}.select.is-info select{border-color:#3e8ed0}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#3082c5}.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(62,142,208,.25)}.select.is-success:not(:hover)::after{border-color:#48c78e}.select.is-success select{border-color:#48c78e}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#3abb81}.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,142,.25)}.select.is-warning:not(:hover)::after{border-color:#ffe08a}.select.is-warning select{border-color:#ffe08a}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#ffd970}.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,224,138,.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-expo:not(:hover)::after{border-color:#ffd257}.select.is-expo select{border-color:#ffd257}.select.is-expo select.is-hovered,.select.is-expo select:hover{border-color:#ffcb3e}.select.is-expo select.is-active,.select.is-expo select.is-focused,.select.is-expo select:active,.select.is-expo select:focus{box-shadow:0 0 0 .125em rgba(255,210,87,.25)}.select.is-love:not(:hover)::after{border-color:#f14668}.select.is-love select{border-color:#f14668}.select.is-love select.is-hovered,.select.is-love select:hover{border-color:#ef2e55}.select.is-love select.is-active,.select.is-love select.is-focused,.select.is-love select:active,.select.is-love select:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.select.is-patreon:not(:hover)::after{border-color:#f96854}.select.is-patreon select{border-color:#f96854}.select.is-patreon select.is-hovered,.select.is-patreon select:hover{border-color:#f8523b}.select.is-patreon select.is-active,.select.is-patreon select.is-focused,.select.is-patreon select:active,.select.is-patreon select:focus{box-shadow:0 0 0 .125em rgba(249,104,84,.25)}.select.is-rss:not(:hover)::after{border-color:#f26522}.select.is-rss select{border-color:#f26522}.select.is-rss select.is-hovered,.select.is-rss select:hover{border-color:#ed560e}.select.is-rss select.is-active,.select.is-rss select.is-focused,.select.is-rss select:active,.select.is-rss select:focus{box-shadow:0 0 0 .125em rgba(242,101,34,.25)}.select.is-bleeding:not(:hover)::after{border-color:#abf47c}.select.is-bleeding select{border-color:#abf47c}.select.is-bleeding select.is-hovered,.select.is-bleeding select:hover{border-color:#9cf264}.select.is-bleeding select.is-active,.select.is-bleeding select.is-focused,.select.is-bleeding select:active,.select.is-bleeding select:focus{box-shadow:0 0 0 .125em rgba(171,244,124,.25)}.select.is-sass:not(:hover)::after{border-color:#bf4080}.select.is-sass select{border-color:#bf4080}.select.is-sass select.is-hovered,.select.is-sass select:hover{border-color:#ac3a73}.select.is-sass select.is-active,.select.is-sass select.is-focused,.select.is-sass select:active,.select.is-sass select:focus{box-shadow:0 0 0 .125em rgba(191,64,128,.25)}.select.is-amazon:not(:hover)::after{border-color:#ffd863}.select.is-amazon select{border-color:#ffd863}.select.is-amazon select.is-hovered,.select.is-amazon select:hover{border-color:#ffd24a}.select.is-amazon select.is-active,.select.is-amazon select.is-focused,.select.is-amazon select:active,.select.is-amazon select:focus{box-shadow:0 0 0 .125em rgba(255,216,99,.25)}.select.is-sponsor:not(:hover)::after{border-color:#ea4aaa}.select.is-sponsor select{border-color:#ea4aaa}.select.is-sponsor select.is-hovered,.select.is-sponsor select:hover{border-color:#e7339f}.select.is-sponsor select.is-active,.select.is-sponsor select.is-focused,.select.is-sponsor select:active,.select.is-sponsor select:focus{box-shadow:0 0 0 .125em rgba(234,74,170,.25)}.select.is-twitter:not(:hover)::after{border-color:#55acee}.select.is-twitter select{border-color:#55acee}.select.is-twitter select.is-hovered,.select.is-twitter select:hover{border-color:#3ea1ec}.select.is-twitter select.is-active,.select.is-twitter select.is-focused,.select.is-twitter select:active,.select.is-twitter select:focus{box-shadow:0 0 0 .125em rgba(85,172,238,.25)}.select.is-videos:not(:hover)::after{border-color:#48c78e}.select.is-videos select{border-color:#48c78e}.select.is-videos select.is-hovered,.select.is-videos select:hover{border-color:#3abb81}.select.is-videos select.is-active,.select.is-videos select.is-focused,.select.is-videos select:active,.select.is-videos select:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.select.is-extensions:not(:hover)::after{border-color:#3e8ed0}.select.is-extensions select{border-color:#3e8ed0}.select.is-extensions select.is-hovered,.select.is-extensions select:hover{border-color:#3082c5}.select.is-extensions select.is-active,.select.is-extensions select.is-focused,.select.is-extensions select:active,.select.is-extensions select:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.select.is-bootstrap:not(:hover)::after{border-color:#6f5499}.select.is-bootstrap select{border-color:#6f5499}.select.is-bootstrap select.is-hovered,.select.is-bootstrap select:hover{border-color:#634b89}.select.is-bootstrap select.is-active,.select.is-bootstrap select.is-focused,.select.is-bootstrap select:active,.select.is-bootstrap select:focus{box-shadow:0 0 0 .125em rgba(111,84,153,.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:#485fc7;border-color:transparent;color:#fff}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#3e56c4;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(72,95,199,.25);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#3a51bb;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#3e8ed0;border-color:transparent;color:#fff}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#3488ce;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(62,142,208,.25);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#3082c5;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#48c78e;border-color:transparent;color:#fff}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#3ec487;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,142,.25);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#3abb81;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffe08a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdc7d;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,224,138,.25);color:rgba(0,0,0,.7)}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd970;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-expo .file-cta{background-color:#ffd257;border-color:transparent;color:#fff}.file.is-expo.is-hovered .file-cta,.file.is-expo:hover .file-cta{background-color:#ffcf4a;border-color:transparent;color:#fff}.file.is-expo.is-focused .file-cta,.file.is-expo:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,210,87,.25);color:#fff}.file.is-expo.is-active .file-cta,.file.is-expo:active .file-cta{background-color:#ffcb3e;border-color:transparent;color:#fff}.file.is-love .file-cta{background-color:#f14668;border-color:transparent;color:#fff}.file.is-love.is-hovered .file-cta,.file.is-love:hover .file-cta{background-color:#f03a5f;border-color:transparent;color:#fff}.file.is-love.is-focused .file-cta,.file.is-love:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(241,70,104,.25);color:#fff}.file.is-love.is-active .file-cta,.file.is-love:active .file-cta{background-color:#ef2e55;border-color:transparent;color:#fff}.file.is-patreon .file-cta{background-color:#f96854;border-color:transparent;color:#fff}.file.is-patreon.is-hovered .file-cta,.file.is-patreon:hover .file-cta{background-color:#f95d48;border-color:transparent;color:#fff}.file.is-patreon.is-focused .file-cta,.file.is-patreon:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(249,104,84,.25);color:#fff}.file.is-patreon.is-active .file-cta,.file.is-patreon:active .file-cta{background-color:#f8523b;border-color:transparent;color:#fff}.file.is-rss .file-cta{background-color:#f26522;border-color:transparent;color:#fff}.file.is-rss.is-hovered .file-cta,.file.is-rss:hover .file-cta{background-color:#f15d16;border-color:transparent;color:#fff}.file.is-rss.is-focused .file-cta,.file.is-rss:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(242,101,34,.25);color:#fff}.file.is-rss.is-active .file-cta,.file.is-rss:active .file-cta{background-color:#ed560e;border-color:transparent;color:#fff}.file.is-bleeding .file-cta{background-color:#abf47c;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-bleeding.is-hovered .file-cta,.file.is-bleeding:hover .file-cta{background-color:#a3f370;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-bleeding.is-focused .file-cta,.file.is-bleeding:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(171,244,124,.25);color:rgba(0,0,0,.7)}.file.is-bleeding.is-active .file-cta,.file.is-bleeding:active .file-cta{background-color:#9cf264;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-sass .file-cta{background-color:#bf4080;border-color:transparent;color:#fff}.file.is-sass.is-hovered .file-cta,.file.is-sass:hover .file-cta{background-color:#b53d7a;border-color:transparent;color:#fff}.file.is-sass.is-focused .file-cta,.file.is-sass:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(191,64,128,.25);color:#fff}.file.is-sass.is-active .file-cta,.file.is-sass:active .file-cta{background-color:#ac3a73;border-color:transparent;color:#fff}.file.is-amazon .file-cta{background-color:#ffd863;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-amazon.is-hovered .file-cta,.file.is-amazon:hover .file-cta{background-color:#ffd556;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-amazon.is-focused .file-cta,.file.is-amazon:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,216,99,.25);color:rgba(0,0,0,.7)}.file.is-amazon.is-active .file-cta,.file.is-amazon:active .file-cta{background-color:#ffd24a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-sponsor .file-cta{background-color:#ea4aaa;border-color:transparent;color:#fff}.file.is-sponsor.is-hovered .file-cta,.file.is-sponsor:hover .file-cta{background-color:#e93fa5;border-color:transparent;color:#fff}.file.is-sponsor.is-focused .file-cta,.file.is-sponsor:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(234,74,170,.25);color:#fff}.file.is-sponsor.is-active .file-cta,.file.is-sponsor:active .file-cta{background-color:#e7339f;border-color:transparent;color:#fff}.file.is-twitter .file-cta{background-color:#55acee;border-color:transparent;color:#fff}.file.is-twitter.is-hovered .file-cta,.file.is-twitter:hover .file-cta{background-color:#49a6ed;border-color:transparent;color:#fff}.file.is-twitter.is-focused .file-cta,.file.is-twitter:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(85,172,238,.25);color:#fff}.file.is-twitter.is-active .file-cta,.file.is-twitter:active .file-cta{background-color:#3ea1ec;border-color:transparent;color:#fff}.file.is-videos .file-cta{background-color:#48c78e;border-color:transparent;color:#fff}.file.is-videos.is-hovered .file-cta,.file.is-videos:hover .file-cta{background-color:#3ec487;border-color:transparent;color:#fff}.file.is-videos.is-focused .file-cta,.file.is-videos:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,199,142,.25);color:#fff}.file.is-videos.is-active .file-cta,.file.is-videos:active .file-cta{background-color:#3abb81;border-color:transparent;color:#fff}.file.is-extensions .file-cta{background-color:#3e8ed0;border-color:transparent;color:#fff}.file.is-extensions.is-hovered .file-cta,.file.is-extensions:hover .file-cta{background-color:#3488ce;border-color:transparent;color:#fff}.file.is-extensions.is-focused .file-cta,.file.is-extensions:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(62,142,208,.25);color:#fff}.file.is-extensions.is-active .file-cta,.file.is-extensions:active .file-cta{background-color:#3082c5;border-color:transparent;color:#fff}.file.is-bootstrap .file-cta{background-color:#6f5499;border-color:transparent;color:#fff}.file.is-bootstrap.is-hovered .file-cta,.file.is-bootstrap:hover .file-cta{background-color:#694f91;border-color:transparent;color:#fff}.file.is-bootstrap.is-focused .file-cta,.file.is-bootstrap:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(111,84,153,.25);color:#fff}.file.is-bootstrap.is-active .file-cta,.file.is-bootstrap:active .file-cta{background-color:#634b89;border-color:transparent;color:#fff}.file.is-small{font-size:.75rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-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:.375em}.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:.375em .375em 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 .375em .375em;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 .375em .375em 0}.file.is-right .file-name{border-radius:.375em 0 0 .375em;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:.375em;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:#485fc7}.help.is-info{color:#3e8ed0}.help.is-success{color:#48c78e}.help.is-warning{color:#ffe08a}.help.is-danger{color:#f14668}.help.is-expo{color:#ffd257}.help.is-love{color:#f14668}.help.is-patreon{color:#f96854}.help.is-rss{color:#f26522}.help.is-bleeding{color:#abf47c}.help.is-sass{color:#bf4080}.help.is-amazon{color:#ffd863}.help.is-sponsor{color:#ea4aaa}.help.is-twitter{color:#55acee}.help.is-videos{color:#48c78e}.help.is-extensions{color:#3e8ed0}.help.is-bootstrap{color:#6f5499}.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:#485fc7;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%;position:relative}.card-content:first-child,.card-footer:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-content:last-child,.card-footer:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.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-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color: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:.375em;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:#485fc7;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:.375em}.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:#485fc7;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:.375em;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:#eff1fa}.message.is-link .message-header{background-color:#485fc7;color:#fff}.message.is-link .message-body{border-color:#485fc7;color:#3850b7}.message.is-info{background-color:#eff5fb}.message.is-info .message-header{background-color:#3e8ed0;color:#fff}.message.is-info .message-body{border-color:#3e8ed0;color:#296fa8}.message.is-success{background-color:#effaf5}.message.is-success .message-header{background-color:#48c78e;color:#fff}.message.is-success .message-body{border-color:#48c78e;color:#257953}.message.is-warning{background-color:#fffaeb}.message.is-warning .message-header{background-color:#ffe08a;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffe08a;color:#946c00}.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.is-expo{background-color:#fffaeb}.message.is-expo .message-header{background-color:#ffd257;color:#fff}.message.is-expo .message-body{border-color:#ffd257;color:#946c00}.message.is-love{background-color:#feecf0}.message.is-love .message-header{background-color:#f14668;color:#fff}.message.is-love .message-body{border-color:#f14668;color:#cc0f35}.message.is-patreon{background-color:#feeeeb}.message.is-patreon .message-header{background-color:#f96854;color:#fff}.message.is-patreon .message-body{border-color:#f96854;color:#c01d07}.message.is-rss{background-color:#fef2ec}.message.is-rss .message-header{background-color:#f26522;color:#fff}.message.is-rss .message-body{border-color:#f26522;color:#c1460b}.message.is-bleeding{background-color:#f3fdec}.message.is-bleeding .message-header{background-color:#abf47c;color:rgba(0,0,0,.7)}.message.is-bleeding .message-body{border-color:#abf47c;color:#3c880b}.message.is-sass{background-color:#faf0f5}.message.is-sass .message-header{background-color:#bf4080;color:#fff}.message.is-sass .message-body{border-color:#bf4080;color:#b03b76}.message.is-amazon{background-color:#fffaeb}.message.is-amazon .message-header{background-color:#ffd863;color:rgba(0,0,0,.7)}.message.is-amazon .message-body{border-color:#ffd863;color:#946f00}.message.is-sponsor{background-color:#fdedf6}.message.is-sponsor .message-header{background-color:#ea4aaa;color:#fff}.message.is-sponsor .message-body{border-color:#ea4aaa;color:#c0167c}.message.is-twitter{background-color:#ecf6fd}.message.is-twitter .message-header{background-color:#55acee;color:#fff}.message.is-twitter .message-body{border-color:#55acee;color:#10609e}.message.is-videos{background-color:#effaf5}.message.is-videos .message-header{background-color:#48c78e;color:#fff}.message.is-videos .message-body{border-color:#48c78e;color:#257953}.message.is-extensions{background-color:#eff5fb}.message.is-extensions .message-header{background-color:#3e8ed0;color:#fff}.message.is-extensions .message-body{border-color:#3e8ed0;color:#296fa8}.message.is-bootstrap{background-color:#f4f2f8}.message.is-bootstrap .message-header{background-color:#6f5499;color:#fff}.message.is-bootstrap .message-body{border-color:#6f5499;color:#73579e}.message-header{align-items:center;background-color:#4a4a4a;border-radius:.375em .375em 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:.375em;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:769px){.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:769px){.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:769px){.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:769px){.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:769px){.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:#485fc7;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:#3a51bb;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:769px){.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:#3a51bb;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:#3a51bb;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#485fc7;color:#fff}}.navbar.is-info{background-color:#3e8ed0;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:#3082c5;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:769px){.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:#3082c5;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:#3082c5;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3e8ed0;color:#fff}}.navbar.is-success{background-color:#48c78e;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:#3abb81;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:769px){.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:#3abb81;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:#3abb81;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c78e;color:#fff}}.navbar.is-warning{background-color:#ffe08a;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:#ffd970;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:769px){.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:#ffd970;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:#ffd970;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffe08a;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:769px){.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.is-expo{background-color:#ffd257;color:#fff}.navbar.is-expo .navbar-brand .navbar-link,.navbar.is-expo .navbar-brand>.navbar-item{color:#fff}.navbar.is-expo .navbar-brand .navbar-link.is-active,.navbar.is-expo .navbar-brand .navbar-link:focus,.navbar.is-expo .navbar-brand .navbar-link:hover,.navbar.is-expo .navbar-brand>a.navbar-item.is-active,.navbar.is-expo .navbar-brand>a.navbar-item:focus,.navbar.is-expo .navbar-brand>a.navbar-item:hover{background-color:#ffcb3e;color:#fff}.navbar.is-expo .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-expo .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-expo .navbar-end .navbar-link,.navbar.is-expo .navbar-end>.navbar-item,.navbar.is-expo .navbar-start .navbar-link,.navbar.is-expo .navbar-start>.navbar-item{color:#fff}.navbar.is-expo .navbar-end .navbar-link.is-active,.navbar.is-expo .navbar-end .navbar-link:focus,.navbar.is-expo .navbar-end .navbar-link:hover,.navbar.is-expo .navbar-end>a.navbar-item.is-active,.navbar.is-expo .navbar-end>a.navbar-item:focus,.navbar.is-expo .navbar-end>a.navbar-item:hover,.navbar.is-expo .navbar-start .navbar-link.is-active,.navbar.is-expo .navbar-start .navbar-link:focus,.navbar.is-expo .navbar-start .navbar-link:hover,.navbar.is-expo .navbar-start>a.navbar-item.is-active,.navbar.is-expo .navbar-start>a.navbar-item:focus,.navbar.is-expo .navbar-start>a.navbar-item:hover{background-color:#ffcb3e;color:#fff}.navbar.is-expo .navbar-end .navbar-link::after,.navbar.is-expo .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-expo .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-expo .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-expo .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffcb3e;color:#fff}.navbar.is-expo .navbar-dropdown a.navbar-item.is-active{background-color:#ffd257;color:#fff}}.navbar.is-love{background-color:#f14668;color:#fff}.navbar.is-love .navbar-brand .navbar-link,.navbar.is-love .navbar-brand>.navbar-item{color:#fff}.navbar.is-love .navbar-brand .navbar-link.is-active,.navbar.is-love .navbar-brand .navbar-link:focus,.navbar.is-love .navbar-brand .navbar-link:hover,.navbar.is-love .navbar-brand>a.navbar-item.is-active,.navbar.is-love .navbar-brand>a.navbar-item:focus,.navbar.is-love .navbar-brand>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.navbar.is-love .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-love .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-love .navbar-end .navbar-link,.navbar.is-love .navbar-end>.navbar-item,.navbar.is-love .navbar-start .navbar-link,.navbar.is-love .navbar-start>.navbar-item{color:#fff}.navbar.is-love .navbar-end .navbar-link.is-active,.navbar.is-love .navbar-end .navbar-link:focus,.navbar.is-love .navbar-end .navbar-link:hover,.navbar.is-love .navbar-end>a.navbar-item.is-active,.navbar.is-love .navbar-end>a.navbar-item:focus,.navbar.is-love .navbar-end>a.navbar-item:hover,.navbar.is-love .navbar-start .navbar-link.is-active,.navbar.is-love .navbar-start .navbar-link:focus,.navbar.is-love .navbar-start .navbar-link:hover,.navbar.is-love .navbar-start>a.navbar-item.is-active,.navbar.is-love .navbar-start>a.navbar-item:focus,.navbar.is-love .navbar-start>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.navbar.is-love .navbar-end .navbar-link::after,.navbar.is-love .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-love .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-love .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-love .navbar-item.has-dropdown:hover .navbar-link{background-color:#ef2e55;color:#fff}.navbar.is-love .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#fff}}.navbar.is-patreon{background-color:#f96854;color:#fff}.navbar.is-patreon .navbar-brand .navbar-link,.navbar.is-patreon .navbar-brand>.navbar-item{color:#fff}.navbar.is-patreon .navbar-brand .navbar-link.is-active,.navbar.is-patreon .navbar-brand .navbar-link:focus,.navbar.is-patreon .navbar-brand .navbar-link:hover,.navbar.is-patreon .navbar-brand>a.navbar-item.is-active,.navbar.is-patreon .navbar-brand>a.navbar-item:focus,.navbar.is-patreon .navbar-brand>a.navbar-item:hover{background-color:#f8523b;color:#fff}.navbar.is-patreon .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-patreon .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-patreon .navbar-end .navbar-link,.navbar.is-patreon .navbar-end>.navbar-item,.navbar.is-patreon .navbar-start .navbar-link,.navbar.is-patreon .navbar-start>.navbar-item{color:#fff}.navbar.is-patreon .navbar-end .navbar-link.is-active,.navbar.is-patreon .navbar-end .navbar-link:focus,.navbar.is-patreon .navbar-end .navbar-link:hover,.navbar.is-patreon .navbar-end>a.navbar-item.is-active,.navbar.is-patreon .navbar-end>a.navbar-item:focus,.navbar.is-patreon .navbar-end>a.navbar-item:hover,.navbar.is-patreon .navbar-start .navbar-link.is-active,.navbar.is-patreon .navbar-start .navbar-link:focus,.navbar.is-patreon .navbar-start .navbar-link:hover,.navbar.is-patreon .navbar-start>a.navbar-item.is-active,.navbar.is-patreon .navbar-start>a.navbar-item:focus,.navbar.is-patreon .navbar-start>a.navbar-item:hover{background-color:#f8523b;color:#fff}.navbar.is-patreon .navbar-end .navbar-link::after,.navbar.is-patreon .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-patreon .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-patreon .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-patreon .navbar-item.has-dropdown:hover .navbar-link{background-color:#f8523b;color:#fff}.navbar.is-patreon .navbar-dropdown a.navbar-item.is-active{background-color:#f96854;color:#fff}}.navbar.is-rss{background-color:#f26522;color:#fff}.navbar.is-rss .navbar-brand .navbar-link,.navbar.is-rss .navbar-brand>.navbar-item{color:#fff}.navbar.is-rss .navbar-brand .navbar-link.is-active,.navbar.is-rss .navbar-brand .navbar-link:focus,.navbar.is-rss .navbar-brand .navbar-link:hover,.navbar.is-rss .navbar-brand>a.navbar-item.is-active,.navbar.is-rss .navbar-brand>a.navbar-item:focus,.navbar.is-rss .navbar-brand>a.navbar-item:hover{background-color:#ed560e;color:#fff}.navbar.is-rss .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-rss .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-rss .navbar-end .navbar-link,.navbar.is-rss .navbar-end>.navbar-item,.navbar.is-rss .navbar-start .navbar-link,.navbar.is-rss .navbar-start>.navbar-item{color:#fff}.navbar.is-rss .navbar-end .navbar-link.is-active,.navbar.is-rss .navbar-end .navbar-link:focus,.navbar.is-rss .navbar-end .navbar-link:hover,.navbar.is-rss .navbar-end>a.navbar-item.is-active,.navbar.is-rss .navbar-end>a.navbar-item:focus,.navbar.is-rss .navbar-end>a.navbar-item:hover,.navbar.is-rss .navbar-start .navbar-link.is-active,.navbar.is-rss .navbar-start .navbar-link:focus,.navbar.is-rss .navbar-start .navbar-link:hover,.navbar.is-rss .navbar-start>a.navbar-item.is-active,.navbar.is-rss .navbar-start>a.navbar-item:focus,.navbar.is-rss .navbar-start>a.navbar-item:hover{background-color:#ed560e;color:#fff}.navbar.is-rss .navbar-end .navbar-link::after,.navbar.is-rss .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-rss .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-rss .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-rss .navbar-item.has-dropdown:hover .navbar-link{background-color:#ed560e;color:#fff}.navbar.is-rss .navbar-dropdown a.navbar-item.is-active{background-color:#f26522;color:#fff}}.navbar.is-bleeding{background-color:#abf47c;color:rgba(0,0,0,.7)}.navbar.is-bleeding .navbar-brand .navbar-link,.navbar.is-bleeding .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-bleeding .navbar-brand .navbar-link.is-active,.navbar.is-bleeding .navbar-brand .navbar-link:focus,.navbar.is-bleeding .navbar-brand .navbar-link:hover,.navbar.is-bleeding .navbar-brand>a.navbar-item.is-active,.navbar.is-bleeding .navbar-brand>a.navbar-item:focus,.navbar.is-bleeding .navbar-brand>a.navbar-item:hover{background-color:#9cf264;color:rgba(0,0,0,.7)}.navbar.is-bleeding .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-bleeding .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:769px){.navbar.is-bleeding .navbar-end .navbar-link,.navbar.is-bleeding .navbar-end>.navbar-item,.navbar.is-bleeding .navbar-start .navbar-link,.navbar.is-bleeding .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-bleeding .navbar-end .navbar-link.is-active,.navbar.is-bleeding .navbar-end .navbar-link:focus,.navbar.is-bleeding .navbar-end .navbar-link:hover,.navbar.is-bleeding .navbar-end>a.navbar-item.is-active,.navbar.is-bleeding .navbar-end>a.navbar-item:focus,.navbar.is-bleeding .navbar-end>a.navbar-item:hover,.navbar.is-bleeding .navbar-start .navbar-link.is-active,.navbar.is-bleeding .navbar-start .navbar-link:focus,.navbar.is-bleeding .navbar-start .navbar-link:hover,.navbar.is-bleeding .navbar-start>a.navbar-item.is-active,.navbar.is-bleeding .navbar-start>a.navbar-item:focus,.navbar.is-bleeding .navbar-start>a.navbar-item:hover{background-color:#9cf264;color:rgba(0,0,0,.7)}.navbar.is-bleeding .navbar-end .navbar-link::after,.navbar.is-bleeding .navbar-start .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-bleeding .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-bleeding .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-bleeding .navbar-item.has-dropdown:hover .navbar-link{background-color:#9cf264;color:rgba(0,0,0,.7)}.navbar.is-bleeding .navbar-dropdown a.navbar-item.is-active{background-color:#abf47c;color:rgba(0,0,0,.7)}}.navbar.is-sass{background-color:#bf4080;color:#fff}.navbar.is-sass .navbar-brand .navbar-link,.navbar.is-sass .navbar-brand>.navbar-item{color:#fff}.navbar.is-sass .navbar-brand .navbar-link.is-active,.navbar.is-sass .navbar-brand .navbar-link:focus,.navbar.is-sass .navbar-brand .navbar-link:hover,.navbar.is-sass .navbar-brand>a.navbar-item.is-active,.navbar.is-sass .navbar-brand>a.navbar-item:focus,.navbar.is-sass .navbar-brand>a.navbar-item:hover{background-color:#ac3a73;color:#fff}.navbar.is-sass .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-sass .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-sass .navbar-end .navbar-link,.navbar.is-sass .navbar-end>.navbar-item,.navbar.is-sass .navbar-start .navbar-link,.navbar.is-sass .navbar-start>.navbar-item{color:#fff}.navbar.is-sass .navbar-end .navbar-link.is-active,.navbar.is-sass .navbar-end .navbar-link:focus,.navbar.is-sass .navbar-end .navbar-link:hover,.navbar.is-sass .navbar-end>a.navbar-item.is-active,.navbar.is-sass .navbar-end>a.navbar-item:focus,.navbar.is-sass .navbar-end>a.navbar-item:hover,.navbar.is-sass .navbar-start .navbar-link.is-active,.navbar.is-sass .navbar-start .navbar-link:focus,.navbar.is-sass .navbar-start .navbar-link:hover,.navbar.is-sass .navbar-start>a.navbar-item.is-active,.navbar.is-sass .navbar-start>a.navbar-item:focus,.navbar.is-sass .navbar-start>a.navbar-item:hover{background-color:#ac3a73;color:#fff}.navbar.is-sass .navbar-end .navbar-link::after,.navbar.is-sass .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-sass .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-sass .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-sass .navbar-item.has-dropdown:hover .navbar-link{background-color:#ac3a73;color:#fff}.navbar.is-sass .navbar-dropdown a.navbar-item.is-active{background-color:#bf4080;color:#fff}}.navbar.is-amazon{background-color:#ffd863;color:rgba(0,0,0,.7)}.navbar.is-amazon .navbar-brand .navbar-link,.navbar.is-amazon .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-amazon .navbar-brand .navbar-link.is-active,.navbar.is-amazon .navbar-brand .navbar-link:focus,.navbar.is-amazon .navbar-brand .navbar-link:hover,.navbar.is-amazon .navbar-brand>a.navbar-item.is-active,.navbar.is-amazon .navbar-brand>a.navbar-item:focus,.navbar.is-amazon .navbar-brand>a.navbar-item:hover{background-color:#ffd24a;color:rgba(0,0,0,.7)}.navbar.is-amazon .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-amazon .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:769px){.navbar.is-amazon .navbar-end .navbar-link,.navbar.is-amazon .navbar-end>.navbar-item,.navbar.is-amazon .navbar-start .navbar-link,.navbar.is-amazon .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-amazon .navbar-end .navbar-link.is-active,.navbar.is-amazon .navbar-end .navbar-link:focus,.navbar.is-amazon .navbar-end .navbar-link:hover,.navbar.is-amazon .navbar-end>a.navbar-item.is-active,.navbar.is-amazon .navbar-end>a.navbar-item:focus,.navbar.is-amazon .navbar-end>a.navbar-item:hover,.navbar.is-amazon .navbar-start .navbar-link.is-active,.navbar.is-amazon .navbar-start .navbar-link:focus,.navbar.is-amazon .navbar-start .navbar-link:hover,.navbar.is-amazon .navbar-start>a.navbar-item.is-active,.navbar.is-amazon .navbar-start>a.navbar-item:focus,.navbar.is-amazon .navbar-start>a.navbar-item:hover{background-color:#ffd24a;color:rgba(0,0,0,.7)}.navbar.is-amazon .navbar-end .navbar-link::after,.navbar.is-amazon .navbar-start .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-amazon .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-amazon .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-amazon .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd24a;color:rgba(0,0,0,.7)}.navbar.is-amazon .navbar-dropdown a.navbar-item.is-active{background-color:#ffd863;color:rgba(0,0,0,.7)}}.navbar.is-sponsor{background-color:#ea4aaa;color:#fff}.navbar.is-sponsor .navbar-brand .navbar-link,.navbar.is-sponsor .navbar-brand>.navbar-item{color:#fff}.navbar.is-sponsor .navbar-brand .navbar-link.is-active,.navbar.is-sponsor .navbar-brand .navbar-link:focus,.navbar.is-sponsor .navbar-brand .navbar-link:hover,.navbar.is-sponsor .navbar-brand>a.navbar-item.is-active,.navbar.is-sponsor .navbar-brand>a.navbar-item:focus,.navbar.is-sponsor .navbar-brand>a.navbar-item:hover{background-color:#e7339f;color:#fff}.navbar.is-sponsor .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-sponsor .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-sponsor .navbar-end .navbar-link,.navbar.is-sponsor .navbar-end>.navbar-item,.navbar.is-sponsor .navbar-start .navbar-link,.navbar.is-sponsor .navbar-start>.navbar-item{color:#fff}.navbar.is-sponsor .navbar-end .navbar-link.is-active,.navbar.is-sponsor .navbar-end .navbar-link:focus,.navbar.is-sponsor .navbar-end .navbar-link:hover,.navbar.is-sponsor .navbar-end>a.navbar-item.is-active,.navbar.is-sponsor .navbar-end>a.navbar-item:focus,.navbar.is-sponsor .navbar-end>a.navbar-item:hover,.navbar.is-sponsor .navbar-start .navbar-link.is-active,.navbar.is-sponsor .navbar-start .navbar-link:focus,.navbar.is-sponsor .navbar-start .navbar-link:hover,.navbar.is-sponsor .navbar-start>a.navbar-item.is-active,.navbar.is-sponsor .navbar-start>a.navbar-item:focus,.navbar.is-sponsor .navbar-start>a.navbar-item:hover{background-color:#e7339f;color:#fff}.navbar.is-sponsor .navbar-end .navbar-link::after,.navbar.is-sponsor .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-sponsor .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-sponsor .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-sponsor .navbar-item.has-dropdown:hover .navbar-link{background-color:#e7339f;color:#fff}.navbar.is-sponsor .navbar-dropdown a.navbar-item.is-active{background-color:#ea4aaa;color:#fff}}.navbar.is-twitter{background-color:#55acee;color:#fff}.navbar.is-twitter .navbar-brand .navbar-link,.navbar.is-twitter .navbar-brand>.navbar-item{color:#fff}.navbar.is-twitter .navbar-brand .navbar-link.is-active,.navbar.is-twitter .navbar-brand .navbar-link:focus,.navbar.is-twitter .navbar-brand .navbar-link:hover,.navbar.is-twitter .navbar-brand>a.navbar-item.is-active,.navbar.is-twitter .navbar-brand>a.navbar-item:focus,.navbar.is-twitter .navbar-brand>a.navbar-item:hover{background-color:#3ea1ec;color:#fff}.navbar.is-twitter .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-twitter .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-twitter .navbar-end .navbar-link,.navbar.is-twitter .navbar-end>.navbar-item,.navbar.is-twitter .navbar-start .navbar-link,.navbar.is-twitter .navbar-start>.navbar-item{color:#fff}.navbar.is-twitter .navbar-end .navbar-link.is-active,.navbar.is-twitter .navbar-end .navbar-link:focus,.navbar.is-twitter .navbar-end .navbar-link:hover,.navbar.is-twitter .navbar-end>a.navbar-item.is-active,.navbar.is-twitter .navbar-end>a.navbar-item:focus,.navbar.is-twitter .navbar-end>a.navbar-item:hover,.navbar.is-twitter .navbar-start .navbar-link.is-active,.navbar.is-twitter .navbar-start .navbar-link:focus,.navbar.is-twitter .navbar-start .navbar-link:hover,.navbar.is-twitter .navbar-start>a.navbar-item.is-active,.navbar.is-twitter .navbar-start>a.navbar-item:focus,.navbar.is-twitter .navbar-start>a.navbar-item:hover{background-color:#3ea1ec;color:#fff}.navbar.is-twitter .navbar-end .navbar-link::after,.navbar.is-twitter .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-twitter .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-twitter .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-twitter .navbar-item.has-dropdown:hover .navbar-link{background-color:#3ea1ec;color:#fff}.navbar.is-twitter .navbar-dropdown a.navbar-item.is-active{background-color:#55acee;color:#fff}}.navbar.is-videos{background-color:#48c78e;color:#fff}.navbar.is-videos .navbar-brand .navbar-link,.navbar.is-videos .navbar-brand>.navbar-item{color:#fff}.navbar.is-videos .navbar-brand .navbar-link.is-active,.navbar.is-videos .navbar-brand .navbar-link:focus,.navbar.is-videos .navbar-brand .navbar-link:hover,.navbar.is-videos .navbar-brand>a.navbar-item.is-active,.navbar.is-videos .navbar-brand>a.navbar-item:focus,.navbar.is-videos .navbar-brand>a.navbar-item:hover{background-color:#3abb81;color:#fff}.navbar.is-videos .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-videos .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-videos .navbar-end .navbar-link,.navbar.is-videos .navbar-end>.navbar-item,.navbar.is-videos .navbar-start .navbar-link,.navbar.is-videos .navbar-start>.navbar-item{color:#fff}.navbar.is-videos .navbar-end .navbar-link.is-active,.navbar.is-videos .navbar-end .navbar-link:focus,.navbar.is-videos .navbar-end .navbar-link:hover,.navbar.is-videos .navbar-end>a.navbar-item.is-active,.navbar.is-videos .navbar-end>a.navbar-item:focus,.navbar.is-videos .navbar-end>a.navbar-item:hover,.navbar.is-videos .navbar-start .navbar-link.is-active,.navbar.is-videos .navbar-start .navbar-link:focus,.navbar.is-videos .navbar-start .navbar-link:hover,.navbar.is-videos .navbar-start>a.navbar-item.is-active,.navbar.is-videos .navbar-start>a.navbar-item:focus,.navbar.is-videos .navbar-start>a.navbar-item:hover{background-color:#3abb81;color:#fff}.navbar.is-videos .navbar-end .navbar-link::after,.navbar.is-videos .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-videos .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-videos .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-videos .navbar-item.has-dropdown:hover .navbar-link{background-color:#3abb81;color:#fff}.navbar.is-videos .navbar-dropdown a.navbar-item.is-active{background-color:#48c78e;color:#fff}}.navbar.is-extensions{background-color:#3e8ed0;color:#fff}.navbar.is-extensions .navbar-brand .navbar-link,.navbar.is-extensions .navbar-brand>.navbar-item{color:#fff}.navbar.is-extensions .navbar-brand .navbar-link.is-active,.navbar.is-extensions .navbar-brand .navbar-link:focus,.navbar.is-extensions .navbar-brand .navbar-link:hover,.navbar.is-extensions .navbar-brand>a.navbar-item.is-active,.navbar.is-extensions .navbar-brand>a.navbar-item:focus,.navbar.is-extensions .navbar-brand>a.navbar-item:hover{background-color:#3082c5;color:#fff}.navbar.is-extensions .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-extensions .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-extensions .navbar-end .navbar-link,.navbar.is-extensions .navbar-end>.navbar-item,.navbar.is-extensions .navbar-start .navbar-link,.navbar.is-extensions .navbar-start>.navbar-item{color:#fff}.navbar.is-extensions .navbar-end .navbar-link.is-active,.navbar.is-extensions .navbar-end .navbar-link:focus,.navbar.is-extensions .navbar-end .navbar-link:hover,.navbar.is-extensions .navbar-end>a.navbar-item.is-active,.navbar.is-extensions .navbar-end>a.navbar-item:focus,.navbar.is-extensions .navbar-end>a.navbar-item:hover,.navbar.is-extensions .navbar-start .navbar-link.is-active,.navbar.is-extensions .navbar-start .navbar-link:focus,.navbar.is-extensions .navbar-start .navbar-link:hover,.navbar.is-extensions .navbar-start>a.navbar-item.is-active,.navbar.is-extensions .navbar-start>a.navbar-item:focus,.navbar.is-extensions .navbar-start>a.navbar-item:hover{background-color:#3082c5;color:#fff}.navbar.is-extensions .navbar-end .navbar-link::after,.navbar.is-extensions .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-extensions .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-extensions .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-extensions .navbar-item.has-dropdown:hover .navbar-link{background-color:#3082c5;color:#fff}.navbar.is-extensions .navbar-dropdown a.navbar-item.is-active{background-color:#3e8ed0;color:#fff}}.navbar.is-bootstrap{background-color:#6f5499;color:#fff}.navbar.is-bootstrap .navbar-brand .navbar-link,.navbar.is-bootstrap .navbar-brand>.navbar-item{color:#fff}.navbar.is-bootstrap .navbar-brand .navbar-link.is-active,.navbar.is-bootstrap .navbar-brand .navbar-link:focus,.navbar.is-bootstrap .navbar-brand .navbar-link:hover,.navbar.is-bootstrap .navbar-brand>a.navbar-item.is-active,.navbar.is-bootstrap .navbar-brand>a.navbar-item:focus,.navbar.is-bootstrap .navbar-brand>a.navbar-item:hover{background-color:#634b89;color:#fff}.navbar.is-bootstrap .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-bootstrap .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-bootstrap .navbar-end .navbar-link,.navbar.is-bootstrap .navbar-end>.navbar-item,.navbar.is-bootstrap .navbar-start .navbar-link,.navbar.is-bootstrap .navbar-start>.navbar-item{color:#fff}.navbar.is-bootstrap .navbar-end .navbar-link.is-active,.navbar.is-bootstrap .navbar-end .navbar-link:focus,.navbar.is-bootstrap .navbar-end .navbar-link:hover,.navbar.is-bootstrap .navbar-end>a.navbar-item.is-active,.navbar.is-bootstrap .navbar-end>a.navbar-item:focus,.navbar.is-bootstrap .navbar-end>a.navbar-item:hover,.navbar.is-bootstrap .navbar-start .navbar-link.is-active,.navbar.is-bootstrap .navbar-start .navbar-link:focus,.navbar.is-bootstrap .navbar-start .navbar-link:hover,.navbar.is-bootstrap .navbar-start>a.navbar-item.is-active,.navbar.is-bootstrap .navbar-start>a.navbar-item:focus,.navbar.is-bootstrap .navbar-start>a.navbar-item:hover{background-color:#634b89;color:#fff}.navbar.is-bootstrap .navbar-end .navbar-link::after,.navbar.is-bootstrap .navbar-start .navbar-link::after{border-color:#fff}.navbar.is-bootstrap .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-bootstrap .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-bootstrap .navbar-item.has-dropdown:hover .navbar-link{background-color:#634b89;color:#fff}.navbar.is-bootstrap .navbar-dropdown a.navbar-item.is-active{background-color:#6f5499;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:#485fc7}.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:#485fc7}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#485fc7;border-bottom-style:solid;border-bottom-width:3px;color:#485fc7;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:#485fc7;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:768px){.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:769px){.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:.375em}.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:#485fc7}.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:#485fc7}.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:9999px}.pagination.is-rounded .pagination-link{border-radius:9999px}.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:#485fc7}.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:#485fc7;border-color:#485fc7;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-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:#485fc7;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#485fc7}.panel.is-link .panel-block.is-active .panel-icon{color:#485fc7}.panel.is-info .panel-heading{background-color:#3e8ed0;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3e8ed0}.panel.is-info .panel-block.is-active .panel-icon{color:#3e8ed0}.panel.is-success .panel-heading{background-color:#48c78e;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c78e}.panel.is-success .panel-block.is-active .panel-icon{color:#48c78e}.panel.is-warning .panel-heading{background-color:#ffe08a;color:rgba(0,0,0,.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffe08a}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffe08a}.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.is-expo .panel-heading{background-color:#ffd257;color:#fff}.panel.is-expo .panel-tabs a.is-active{border-bottom-color:#ffd257}.panel.is-expo .panel-block.is-active .panel-icon{color:#ffd257}.panel.is-love .panel-heading{background-color:#f14668;color:#fff}.panel.is-love .panel-tabs a.is-active{border-bottom-color:#f14668}.panel.is-love .panel-block.is-active .panel-icon{color:#f14668}.panel.is-patreon .panel-heading{background-color:#f96854;color:#fff}.panel.is-patreon .panel-tabs a.is-active{border-bottom-color:#f96854}.panel.is-patreon .panel-block.is-active .panel-icon{color:#f96854}.panel.is-rss .panel-heading{background-color:#f26522;color:#fff}.panel.is-rss .panel-tabs a.is-active{border-bottom-color:#f26522}.panel.is-rss .panel-block.is-active .panel-icon{color:#f26522}.panel.is-bleeding .panel-heading{background-color:#abf47c;color:rgba(0,0,0,.7)}.panel.is-bleeding .panel-tabs a.is-active{border-bottom-color:#abf47c}.panel.is-bleeding .panel-block.is-active .panel-icon{color:#abf47c}.panel.is-sass .panel-heading{background-color:#bf4080;color:#fff}.panel.is-sass .panel-tabs a.is-active{border-bottom-color:#bf4080}.panel.is-sass .panel-block.is-active .panel-icon{color:#bf4080}.panel.is-amazon .panel-heading{background-color:#ffd863;color:rgba(0,0,0,.7)}.panel.is-amazon .panel-tabs a.is-active{border-bottom-color:#ffd863}.panel.is-amazon .panel-block.is-active .panel-icon{color:#ffd863}.panel.is-sponsor .panel-heading{background-color:#ea4aaa;color:#fff}.panel.is-sponsor .panel-tabs a.is-active{border-bottom-color:#ea4aaa}.panel.is-sponsor .panel-block.is-active .panel-icon{color:#ea4aaa}.panel.is-twitter .panel-heading{background-color:#55acee;color:#fff}.panel.is-twitter .panel-tabs a.is-active{border-bottom-color:#55acee}.panel.is-twitter .panel-block.is-active .panel-icon{color:#55acee}.panel.is-videos .panel-heading{background-color:#48c78e;color:#fff}.panel.is-videos .panel-tabs a.is-active{border-bottom-color:#48c78e}.panel.is-videos .panel-block.is-active .panel-icon{color:#48c78e}.panel.is-extensions .panel-heading{background-color:#3e8ed0;color:#fff}.panel.is-extensions .panel-tabs a.is-active{border-bottom-color:#3e8ed0}.panel.is-extensions .panel-block.is-active .panel-icon{color:#3e8ed0}.panel.is-bootstrap .panel-heading{background-color:#6f5499;color:#fff}.panel.is-bootstrap .panel-tabs a.is-active{border-bottom-color:#6f5499}.panel.is-bootstrap .panel-block.is-active .panel-icon{color:#6f5499}.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:#485fc7}.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:#485fc7;color:#363636}.panel-block.is-active .panel-icon{color:#485fc7}.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:#485fc7;color:#485fc7}.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:.375em .375em 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:.375em;border-bottom-left-radius:.375em}.tabs.is-toggle li:last-child a{border-top-right-radius:.375em;border-bottom-right-radius:.375em}.tabs.is-toggle li.is-active a{background-color:#485fc7;border-color:#485fc7;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-left:16.66667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-left:33.33333%}.column.is-5-mobile{flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-left:41.66667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-left:58.33333%}.column.is-8-mobile{flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-left:66.66667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-left:83.33333%}.column.is-11-mobile{flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-left:91.66667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}.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.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}.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.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}.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.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}.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;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{flex:none;width:8.33333%}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{flex:none;width:16.66667%}.column.is-offset-2-touch{margin-left:16.66667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333%}.column.is-offset-4-touch{margin-left:33.33333%}.column.is-5-touch{flex:none;width:41.66667%}.column.is-offset-5-touch{margin-left:41.66667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333%}.column.is-offset-7-touch{margin-left:58.33333%}.column.is-8-touch{flex:none;width:66.66667%}.column.is-offset-8-touch{margin-left:66.66667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333%}.column.is-offset-10-touch{margin-left:83.33333%}.column.is-11-touch{flex:none;width:91.66667%}.column.is-offset-11-touch{margin-left:91.66667%}.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;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-left:16.66667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-left:33.33333%}.column.is-5-desktop{flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-left:41.66667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-left:58.33333%}.column.is-8-desktop{flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-left:66.66667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-left:83.33333%}.column.is-11-desktop{flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-left:91.66667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-left:16.66667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-left:33.33333%}.column.is-5-widescreen{flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-left:41.66667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-left:58.33333%}.column.is-8-widescreen{flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-left:66.66667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-left:83.33333%}.column.is-11-widescreen{flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-left:91.66667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-left:16.66667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-left:33.33333%}.column.is-5-fullhd{flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-left:41.66667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-left:58.33333%}.column.is-8-fullhd{flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-left:66.66667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-left:83.33333%}.column.is-11-fullhd{flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-left:91.66667%}.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.33333%}.tile.is-2{flex:none;width:16.66667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333%}.tile.is-5{flex:none;width:41.66667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333%}.tile.is-8{flex:none;width:66.66667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333%}.tile.is-11{flex:none;width:91.66667%}.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:#485fc7!important}a.has-text-link:focus,a.has-text-link:hover{color:#3449a8!important}.has-background-link{background-color:#485fc7!important}.has-text-link-light{color:#eff1fa!important}a.has-text-link-light:focus,a.has-text-link-light:hover{color:#c8cfee!important}.has-background-link-light{background-color:#eff1fa!important}.has-text-link-dark{color:#3850b7!important}a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:#576dcb!important}.has-background-link-dark{background-color:#3850b7!important}.has-text-info{color:#3e8ed0!important}a.has-text-info:focus,a.has-text-info:hover{color:#2b74b1!important}.has-background-info{background-color:#3e8ed0!important}.has-text-info-light{color:#eff5fb!important}a.has-text-info-light:focus,a.has-text-info-light:hover{color:#c6ddf1!important}.has-background-info-light{background-color:#eff5fb!important}.has-text-info-dark{color:#296fa8!important}a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:#368ace!important}.has-background-info-dark{background-color:#296fa8!important}.has-text-success{color:#48c78e!important}a.has-text-success:focus,a.has-text-success:hover{color:#34a873!important}.has-background-success{background-color:#48c78e!important}.has-text-success-light{color:#effaf5!important}a.has-text-success-light:focus,a.has-text-success-light:hover{color:#c8eedd!important}.has-background-success-light{background-color:#effaf5!important}.has-text-success-dark{color:#257953!important}a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:#31a06e!important}.has-background-success-dark{background-color:#257953!important}.has-text-warning{color:#ffe08a!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd257!important}.has-background-warning{background-color:#ffe08a!important}.has-text-warning-light{color:#fffaeb!important}a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:#ffecb8!important}.has-background-warning-light{background-color:#fffaeb!important}.has-text-warning-dark{color:#946c00!important}a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:#c79200!important}.has-background-warning-dark{background-color:#946c00!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-expo{color:#ffd257!important}a.has-text-expo:focus,a.has-text-expo:hover{color:#ffc424!important}.has-background-expo{background-color:#ffd257!important}.has-text-expo-light{color:#fffaeb!important}a.has-text-expo-light:focus,a.has-text-expo-light:hover{color:#ffecb8!important}.has-background-expo-light{background-color:#fffaeb!important}.has-text-expo-dark{color:#946c00!important}a.has-text-expo-dark:focus,a.has-text-expo-dark:hover{color:#c79200!important}.has-background-expo-dark{background-color:#946c00!important}.has-text-love{color:#f14668!important}a.has-text-love:focus,a.has-text-love:hover{color:#ee1742!important}.has-background-love{background-color:#f14668!important}.has-text-love-light{color:#feecf0!important}a.has-text-love-light:focus,a.has-text-love-light:hover{color:#fabdc9!important}.has-background-love-light{background-color:#feecf0!important}.has-text-love-dark{color:#cc0f35!important}a.has-text-love-dark:focus,a.has-text-love-dark:hover{color:#ee2049!important}.has-background-love-dark{background-color:#cc0f35!important}.has-text-patreon{color:#f96854!important}a.has-text-patreon:focus,a.has-text-patreon:hover{color:#f73c23!important}.has-background-patreon{background-color:#f96854!important}.has-text-patreon-light{color:#feeeeb!important}a.has-text-patreon-light:focus,a.has-text-patreon-light:hover{color:#fdc2ba!important}.has-background-patreon-light{background-color:#feeeeb!important}.has-text-patreon-dark{color:#c01d07!important}a.has-text-patreon-dark:focus,a.has-text-patreon-dark:hover{color:#f12508!important}.has-background-patreon-dark{background-color:#c01d07!important}.has-text-rss{color:#f26522!important}a.has-text-rss:focus,a.has-text-rss:hover{color:#d54d0d!important}.has-background-rss{background-color:#f26522!important}.has-text-rss-light{color:#fef2ec!important}a.has-text-rss-light:focus,a.has-text-rss-light:hover{color:#fbd0bc!important}.has-background-rss-light{background-color:#fef2ec!important}.has-text-rss-dark{color:#c1460b!important}a.has-text-rss-dark:focus,a.has-text-rss-dark:hover{color:#f1570e!important}.has-background-rss-dark{background-color:#c1460b!important}.has-text-bleeding{color:#abf47c!important}a.has-text-bleeding:focus,a.has-text-bleeding:hover{color:#8df04d!important}.has-background-bleeding{background-color:#abf47c!important}.has-text-bleeding-light{color:#f3fdec!important}a.has-text-bleeding-light:focus,a.has-text-bleeding-light:hover{color:#d5f9bd!important}.has-background-bleeding-light{background-color:#f3fdec!important}.has-text-bleeding-dark{color:#3c880b!important}a.has-text-bleeding-dark:focus,a.has-text-bleeding-dark:hover{color:#51b70f!important}.has-background-bleeding-dark{background-color:#3c880b!important}.has-text-sass{color:#bf4080!important}a.has-text-sass:focus,a.has-text-sass:hover{color:#936!important}.has-background-sass{background-color:#bf4080!important}.has-text-sass-light{color:#faf0f5!important}a.has-text-sass-light:focus,a.has-text-sass-light:hover{color:#edcadb!important}.has-background-sass-light{background-color:#faf0f5!important}.has-text-sass-dark{color:#b03b76!important}a.has-text-sass-dark:focus,a.has-text-sass-dark:hover{color:#c7578f!important}.has-background-sass-dark{background-color:#b03b76!important}.has-text-amazon{color:#ffd863!important}a.has-text-amazon:focus,a.has-text-amazon:hover{color:#ffcb30!important}.has-background-amazon{background-color:#ffd863!important}.has-text-amazon-light{color:#fffaeb!important}a.has-text-amazon-light:focus,a.has-text-amazon-light:hover{color:#ffedb8!important}.has-background-amazon-light{background-color:#fffaeb!important}.has-text-amazon-dark{color:#946f00!important}a.has-text-amazon-dark:focus,a.has-text-amazon-dark:hover{color:#c79500!important}.has-background-amazon-dark{background-color:#946f00!important}.has-text-sponsor{color:#ea4aaa!important}a.has-text-sponsor:focus,a.has-text-sponsor:hover{color:#e51c95!important}.has-background-sponsor{background-color:#ea4aaa!important}.has-text-sponsor-light{color:#fdedf6!important}a.has-text-sponsor-light:focus,a.has-text-sponsor-light:hover{color:#f8bfe1!important}.has-background-sponsor-light{background-color:#fdedf6!important}.has-text-sponsor-dark{color:#c0167c!important}a.has-text-sponsor-dark:focus,a.has-text-sponsor-dark:hover{color:#e62498!important}.has-background-sponsor-dark{background-color:#c0167c!important}.has-text-twitter{color:#55acee!important}a.has-text-twitter:focus,a.has-text-twitter:hover{color:#2795e9!important}.has-background-twitter{background-color:#55acee!important}.has-text-twitter-light{color:#ecf6fd!important}a.has-text-twitter-light:focus,a.has-text-twitter-light:hover{color:#bedff9!important}.has-background-twitter-light{background-color:#ecf6fd!important}.has-text-twitter-dark{color:#10609e!important}a.has-text-twitter-dark:focus,a.has-text-twitter-dark:hover{color:#147dcc!important}.has-background-twitter-dark{background-color:#10609e!important}.has-text-videos{color:#48c78e!important}a.has-text-videos:focus,a.has-text-videos:hover{color:#34a873!important}.has-background-videos{background-color:#48c78e!important}.has-text-videos-light{color:#effaf5!important}a.has-text-videos-light:focus,a.has-text-videos-light:hover{color:#c8eedd!important}.has-background-videos-light{background-color:#effaf5!important}.has-text-videos-dark{color:#257953!important}a.has-text-videos-dark:focus,a.has-text-videos-dark:hover{color:#31a06e!important}.has-background-videos-dark{background-color:#257953!important}.has-text-extensions{color:#3e8ed0!important}a.has-text-extensions:focus,a.has-text-extensions:hover{color:#2b74b1!important}.has-background-extensions{background-color:#3e8ed0!important}.has-text-extensions-light{color:#eff5fb!important}a.has-text-extensions-light:focus,a.has-text-extensions-light:hover{color:#c6ddf1!important}.has-background-extensions-light{background-color:#eff5fb!important}.has-text-extensions-dark{color:#296fa8!important}a.has-text-extensions-dark:focus,a.has-text-extensions-dark:hover{color:#368ace!important}.has-background-extensions-dark{background-color:#296fa8!important}.has-text-bootstrap{color:#6f5499!important}a.has-text-bootstrap:focus,a.has-text-bootstrap:hover{color:#574278!important}.has-background-bootstrap{background-color:#6f5499!important}.has-text-bootstrap-light{color:#f4f2f8!important}a.has-text-bootstrap-light:focus,a.has-text-bootstrap-light:hover{color:#d9d1e6!important}.has-background-bootstrap-light{background-color:#f4f2f8!important}.has-text-bootstrap-dark{color:#73579e!important}a.has-text-bootstrap-dark:focus,a.has-text-bootstrap-dark:hover{color:#8d75b3!important}.has-background-bootstrap-dark{background-color:#73579e!important}.has-text-black-bis{color:#121212!important}.has-background-black-bis{background-color:#121212!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-background-grey-darker{background-color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-background-grey-dark{background-color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-background-grey-light{background-color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-background-grey-lighter{background-color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-background-white-ter{background-color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-background-white-bis{background-color:#fafafa!important}.is-flex-direction-row{flex-direction:row!important}.is-flex-direction-row-reverse{flex-direction:row-reverse!important}.is-flex-direction-column{flex-direction:column!important}.is-flex-direction-column-reverse{flex-direction:column-reverse!important}.is-flex-wrap-nowrap{flex-wrap:nowrap!important}.is-flex-wrap-wrap{flex-wrap:wrap!important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.is-justify-content-flex-start{justify-content:flex-start!important}.is-justify-content-flex-end{justify-content:flex-end!important}.is-justify-content-center{justify-content:center!important}.is-justify-content-space-between{justify-content:space-between!important}.is-justify-content-space-around{justify-content:space-around!important}.is-justify-content-space-evenly{justify-content:space-evenly!important}.is-justify-content-start{justify-content:start!important}.is-justify-content-end{justify-content:end!important}.is-justify-content-left{justify-content:left!important}.is-justify-content-right{justify-content:right!important}.is-align-content-flex-start{align-content:flex-start!important}.is-align-content-flex-end{align-content:flex-end!important}.is-align-content-center{align-content:center!important}.is-align-content-space-between{align-content:space-between!important}.is-align-content-space-around{align-content:space-around!important}.is-align-content-space-evenly{align-content:space-evenly!important}.is-align-content-stretch{align-content:stretch!important}.is-align-content-start{align-content:start!important}.is-align-content-end{align-content:end!important}.is-align-content-baseline{align-content:baseline!important}.is-align-items-stretch{align-items:stretch!important}.is-align-items-flex-start{align-items:flex-start!important}.is-align-items-flex-end{align-items:flex-end!important}.is-align-items-center{align-items:center!important}.is-align-items-baseline{align-items:baseline!important}.is-align-items-start{align-items:start!important}.is-align-items-end{align-items:end!important}.is-align-items-self-start{align-items:self-start!important}.is-align-items-self-end{align-items:self-end!important}.is-align-self-auto{align-self:auto!important}.is-align-self-flex-start{align-self:flex-start!important}.is-align-self-flex-end{align-self:flex-end!important}.is-align-self-center{align-self:center!important}.is-align-self-baseline{align-self:baseline!important}.is-align-self-stretch{align-self:stretch!important}.is-flex-grow-0{flex-grow:0!important}.is-flex-grow-1{flex-grow:1!important}.is-flex-grow-2{flex-grow:2!important}.is-flex-grow-3{flex-grow:3!important}.is-flex-grow-4{flex-grow:4!important}.is-flex-grow-5{flex-grow:5!important}.is-flex-shrink-0{flex-shrink:0!important}.is-flex-shrink-1{flex-shrink:1!important}.is-flex-shrink-2{flex-shrink:2!important}.is-flex-shrink-3{flex-shrink:3!important}.is-flex-shrink-4{flex-shrink:4!important}.is-flex-shrink-5{flex-shrink:5!important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-clickable{cursor:pointer!important;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5{margin-left:1.5rem!important}.mx-5{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6{margin-left:3rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.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,#e6e6e6 0,#fff 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e6e6 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,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}}.hero.is-dark{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,#1f191a 0,#363636 71%,#46403f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0,#363636 71%,#46403f 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%,#00e7eb 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e7eb 100%)}}.hero.is-link{background-color:#485fc7;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:#485fc7}}.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:#3a51bb;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:#485fc7}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#2959b3 0,#485fc7 71%,#5658d2 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#2959b3 0,#485fc7 71%,#5658d2 100%)}}.hero.is-info{background-color:#3e8ed0;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:#3e8ed0}}.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:#3082c5;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:#3e8ed0}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}}.hero.is-success{background-color:#48c78e;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:#48c78e}}.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:#3abb81;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:#48c78e}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b35e 0,#48c78e 71%,#56d2af 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b35e 0,#48c78e 71%,#56d2af 100%)}}.hero.is-warning{background-color:#ffe08a;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:#ffe08a}}.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:#ffd970;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:#ffe08a}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffb657 0,#ffe08a 71%,#fff6a3 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffb657 0,#ffe08a 71%,#fff6a3 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,#fa0a62 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}}.hero.is-expo{background-color:#ffd257;color:#fff}.hero.is-expo a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-expo strong{color:inherit}.hero.is-expo .title{color:#fff}.hero.is-expo .subtitle{color:rgba(255,255,255,.9)}.hero.is-expo .subtitle a:not(.button),.hero.is-expo .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-expo .navbar-menu{background-color:#ffd257}}.hero.is-expo .navbar-item,.hero.is-expo .navbar-link{color:rgba(255,255,255,.7)}.hero.is-expo .navbar-link.is-active,.hero.is-expo .navbar-link:hover,.hero.is-expo a.navbar-item.is-active,.hero.is-expo a.navbar-item:hover{background-color:#ffcb3e;color:#fff}.hero.is-expo .tabs a{color:#fff;opacity:.9}.hero.is-expo .tabs a:hover{opacity:1}.hero.is-expo .tabs li.is-active a{opacity:1}.hero.is-expo .tabs.is-boxed a,.hero.is-expo .tabs.is-toggle a{color:#fff}.hero.is-expo .tabs.is-boxed a:hover,.hero.is-expo .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-expo .tabs.is-boxed li.is-active a,.hero.is-expo .tabs.is-boxed li.is-active a:hover,.hero.is-expo .tabs.is-toggle li.is-active a,.hero.is-expo .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ffd257}.hero.is-expo.is-bold{background-image:linear-gradient(141deg,#ffa024 0,#ffd257 71%,#fff171 100%)}@media screen and (max-width:768px){.hero.is-expo.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffa024 0,#ffd257 71%,#fff171 100%)}}.hero.is-love{background-color:#f14668;color:#fff}.hero.is-love a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-love strong{color:inherit}.hero.is-love .title{color:#fff}.hero.is-love .subtitle{color:rgba(255,255,255,.9)}.hero.is-love .subtitle a:not(.button),.hero.is-love .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-love .navbar-menu{background-color:#f14668}}.hero.is-love .navbar-item,.hero.is-love .navbar-link{color:rgba(255,255,255,.7)}.hero.is-love .navbar-link.is-active,.hero.is-love .navbar-link:hover,.hero.is-love a.navbar-item.is-active,.hero.is-love a.navbar-item:hover{background-color:#ef2e55;color:#fff}.hero.is-love .tabs a{color:#fff;opacity:.9}.hero.is-love .tabs a:hover{opacity:1}.hero.is-love .tabs li.is-active a{opacity:1}.hero.is-love .tabs.is-boxed a,.hero.is-love .tabs.is-toggle a{color:#fff}.hero.is-love .tabs.is-boxed a:hover,.hero.is-love .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-love .tabs.is-boxed li.is-active a,.hero.is-love .tabs.is-boxed li.is-active a:hover,.hero.is-love .tabs.is-toggle li.is-active a,.hero.is-love .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f14668}.hero.is-love.is-bold{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-love.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}}.hero.is-patreon{background-color:#f96854;color:#fff}.hero.is-patreon a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-patreon strong{color:inherit}.hero.is-patreon .title{color:#fff}.hero.is-patreon .subtitle{color:rgba(255,255,255,.9)}.hero.is-patreon .subtitle a:not(.button),.hero.is-patreon .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-patreon .navbar-menu{background-color:#f96854}}.hero.is-patreon .navbar-item,.hero.is-patreon .navbar-link{color:rgba(255,255,255,.7)}.hero.is-patreon .navbar-link.is-active,.hero.is-patreon .navbar-link:hover,.hero.is-patreon a.navbar-item.is-active,.hero.is-patreon a.navbar-item:hover{background-color:#f8523b;color:#fff}.hero.is-patreon .tabs a{color:#fff;opacity:.9}.hero.is-patreon .tabs a:hover{opacity:1}.hero.is-patreon .tabs li.is-active a{opacity:1}.hero.is-patreon .tabs.is-boxed a,.hero.is-patreon .tabs.is-toggle a{color:#fff}.hero.is-patreon .tabs.is-boxed a:hover,.hero.is-patreon .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-patreon .tabs.is-boxed li.is-active a,.hero.is-patreon .tabs.is-boxed li.is-active a:hover,.hero.is-patreon .tabs.is-toggle li.is-active a,.hero.is-patreon .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f96854}.hero.is-patreon.is-bold{background-image:linear-gradient(141deg,#ff1b25 0,#f96854 71%,#fe9469 100%)}@media screen and (max-width:768px){.hero.is-patreon.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ff1b25 0,#f96854 71%,#fe9469 100%)}}.hero.is-rss{background-color:#f26522;color:#fff}.hero.is-rss a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-rss strong{color:inherit}.hero.is-rss .title{color:#fff}.hero.is-rss .subtitle{color:rgba(255,255,255,.9)}.hero.is-rss .subtitle a:not(.button),.hero.is-rss .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-rss .navbar-menu{background-color:#f26522}}.hero.is-rss .navbar-item,.hero.is-rss .navbar-link{color:rgba(255,255,255,.7)}.hero.is-rss .navbar-link.is-active,.hero.is-rss .navbar-link:hover,.hero.is-rss a.navbar-item.is-active,.hero.is-rss a.navbar-item:hover{background-color:#ed560e;color:#fff}.hero.is-rss .tabs a{color:#fff;opacity:.9}.hero.is-rss .tabs a:hover{opacity:1}.hero.is-rss .tabs li.is-active a{opacity:1}.hero.is-rss .tabs.is-boxed a,.hero.is-rss .tabs.is-toggle a{color:#fff}.hero.is-rss .tabs.is-boxed a:hover,.hero.is-rss .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-rss .tabs.is-boxed li.is-active a,.hero.is-rss .tabs.is-boxed li.is-active a:hover,.hero.is-rss .tabs.is-toggle li.is-active a,.hero.is-rss .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f26522}.hero.is-rss.is-bold{background-image:linear-gradient(141deg,#e02401 0,#f26522 71%,#f99535 100%)}@media screen and (max-width:768px){.hero.is-rss.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e02401 0,#f26522 71%,#f99535 100%)}}.hero.is-bleeding{background-color:#abf47c;color:rgba(0,0,0,.7)}.hero.is-bleeding a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-bleeding strong{color:inherit}.hero.is-bleeding .title{color:rgba(0,0,0,.7)}.hero.is-bleeding .subtitle{color:rgba(0,0,0,.9)}.hero.is-bleeding .subtitle a:not(.button),.hero.is-bleeding .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-bleeding .navbar-menu{background-color:#abf47c}}.hero.is-bleeding .navbar-item,.hero.is-bleeding .navbar-link{color:rgba(0,0,0,.7)}.hero.is-bleeding .navbar-link.is-active,.hero.is-bleeding .navbar-link:hover,.hero.is-bleeding a.navbar-item.is-active,.hero.is-bleeding a.navbar-item:hover{background-color:#9cf264;color:rgba(0,0,0,.7)}.hero.is-bleeding .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-bleeding .tabs a:hover{opacity:1}.hero.is-bleeding .tabs li.is-active a{opacity:1}.hero.is-bleeding .tabs.is-boxed a,.hero.is-bleeding .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-bleeding .tabs.is-boxed a:hover,.hero.is-bleeding .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-bleeding .tabs.is-boxed li.is-active a,.hero.is-bleeding .tabs.is-boxed li.is-active a:hover,.hero.is-bleeding .tabs.is-toggle li.is-active a,.hero.is-bleeding .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#abf47c}.hero.is-bleeding.is-bold{background-image:linear-gradient(141deg,#a9fa43 0,#abf47c 71%,#a8f991 100%)}@media screen and (max-width:768px){.hero.is-bleeding.is-bold .navbar-menu{background-image:linear-gradient(141deg,#a9fa43 0,#abf47c 71%,#a8f991 100%)}}.hero.is-sass{background-color:#bf4080;color:#fff}.hero.is-sass a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-sass strong{color:inherit}.hero.is-sass .title{color:#fff}.hero.is-sass .subtitle{color:rgba(255,255,255,.9)}.hero.is-sass .subtitle a:not(.button),.hero.is-sass .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-sass .navbar-menu{background-color:#bf4080}}.hero.is-sass .navbar-item,.hero.is-sass .navbar-link{color:rgba(255,255,255,.7)}.hero.is-sass .navbar-link.is-active,.hero.is-sass .navbar-link:hover,.hero.is-sass a.navbar-item.is-active,.hero.is-sass a.navbar-item:hover{background-color:#ac3a73;color:#fff}.hero.is-sass .tabs a{color:#fff;opacity:.9}.hero.is-sass .tabs a:hover{opacity:1}.hero.is-sass .tabs li.is-active a{opacity:1}.hero.is-sass .tabs.is-boxed a,.hero.is-sass .tabs.is-toggle a{color:#fff}.hero.is-sass .tabs.is-boxed a:hover,.hero.is-sass .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-sass .tabs.is-boxed li.is-active a,.hero.is-sass .tabs.is-boxed li.is-active a:hover,.hero.is-sass .tabs.is-toggle li.is-active a,.hero.is-sass .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#bf4080}.hero.is-sass.is-bold{background-image:linear-gradient(141deg,#a3297b 0,#bf4080 71%,#cb4d78 100%)}@media screen and (max-width:768px){.hero.is-sass.is-bold .navbar-menu{background-image:linear-gradient(141deg,#a3297b 0,#bf4080 71%,#cb4d78 100%)}}.hero.is-amazon{background-color:#ffd863;color:rgba(0,0,0,.7)}.hero.is-amazon a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-amazon strong{color:inherit}.hero.is-amazon .title{color:rgba(0,0,0,.7)}.hero.is-amazon .subtitle{color:rgba(0,0,0,.9)}.hero.is-amazon .subtitle a:not(.button),.hero.is-amazon .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-amazon .navbar-menu{background-color:#ffd863}}.hero.is-amazon .navbar-item,.hero.is-amazon .navbar-link{color:rgba(0,0,0,.7)}.hero.is-amazon .navbar-link.is-active,.hero.is-amazon .navbar-link:hover,.hero.is-amazon a.navbar-item.is-active,.hero.is-amazon a.navbar-item:hover{background-color:#ffd24a;color:rgba(0,0,0,.7)}.hero.is-amazon .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-amazon .tabs a:hover{opacity:1}.hero.is-amazon .tabs li.is-active a{opacity:1}.hero.is-amazon .tabs.is-boxed a,.hero.is-amazon .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-amazon .tabs.is-boxed a:hover,.hero.is-amazon .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-amazon .tabs.is-boxed li.is-active a,.hero.is-amazon .tabs.is-boxed li.is-active a:hover,.hero.is-amazon .tabs.is-toggle li.is-active a,.hero.is-amazon .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffd863}.hero.is-amazon.is-bold{background-image:linear-gradient(141deg,#ffa930 0,#ffd863 71%,#fff47d 100%)}@media screen and (max-width:768px){.hero.is-amazon.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffa930 0,#ffd863 71%,#fff47d 100%)}}.hero.is-sponsor{background-color:#ea4aaa;color:#fff}.hero.is-sponsor a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-sponsor strong{color:inherit}.hero.is-sponsor .title{color:#fff}.hero.is-sponsor .subtitle{color:rgba(255,255,255,.9)}.hero.is-sponsor .subtitle a:not(.button),.hero.is-sponsor .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-sponsor .navbar-menu{background-color:#ea4aaa}}.hero.is-sponsor .navbar-item,.hero.is-sponsor .navbar-link{color:rgba(255,255,255,.7)}.hero.is-sponsor .navbar-link.is-active,.hero.is-sponsor .navbar-link:hover,.hero.is-sponsor a.navbar-item.is-active,.hero.is-sponsor a.navbar-item:hover{background-color:#e7339f;color:#fff}.hero.is-sponsor .tabs a{color:#fff;opacity:.9}.hero.is-sponsor .tabs a:hover{opacity:1}.hero.is-sponsor .tabs li.is-active a{opacity:1}.hero.is-sponsor .tabs.is-boxed a,.hero.is-sponsor .tabs.is-toggle a{color:#fff}.hero.is-sponsor .tabs.is-boxed a:hover,.hero.is-sponsor .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-sponsor .tabs.is-boxed li.is-active a,.hero.is-sponsor .tabs.is-boxed li.is-active a:hover,.hero.is-sponsor .tabs.is-toggle li.is-active a,.hero.is-sponsor .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ea4aaa}.hero.is-sponsor.is-bold{background-image:linear-gradient(141deg,#f110bd 0,#ea4aaa 71%,#f15c9d 100%)}@media screen and (max-width:768px){.hero.is-sponsor.is-bold .navbar-menu{background-image:linear-gradient(141deg,#f110bd 0,#ea4aaa 71%,#f15c9d 100%)}}.hero.is-twitter{background-color:#55acee;color:#fff}.hero.is-twitter a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-twitter strong{color:inherit}.hero.is-twitter .title{color:#fff}.hero.is-twitter .subtitle{color:rgba(255,255,255,.9)}.hero.is-twitter .subtitle a:not(.button),.hero.is-twitter .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-twitter .navbar-menu{background-color:#55acee}}.hero.is-twitter .navbar-item,.hero.is-twitter .navbar-link{color:rgba(255,255,255,.7)}.hero.is-twitter .navbar-link.is-active,.hero.is-twitter .navbar-link:hover,.hero.is-twitter a.navbar-item.is-active,.hero.is-twitter a.navbar-item:hover{background-color:#3ea1ec;color:#fff}.hero.is-twitter .tabs a{color:#fff;opacity:.9}.hero.is-twitter .tabs a:hover{opacity:1}.hero.is-twitter .tabs li.is-active a{opacity:1}.hero.is-twitter .tabs.is-boxed a,.hero.is-twitter .tabs.is-toggle a{color:#fff}.hero.is-twitter .tabs.is-boxed a:hover,.hero.is-twitter .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-twitter .tabs.is-boxed li.is-active a,.hero.is-twitter .tabs.is-boxed li.is-active a:hover,.hero.is-twitter .tabs.is-toggle li.is-active a,.hero.is-twitter .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#55acee}.hero.is-twitter.is-bold{background-image:linear-gradient(141deg,#1bbbf5 0,#55acee 71%,#68a1f4 100%)}@media screen and (max-width:768px){.hero.is-twitter.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1bbbf5 0,#55acee 71%,#68a1f4 100%)}}.hero.is-videos{background-color:#48c78e;color:#fff}.hero.is-videos a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-videos strong{color:inherit}.hero.is-videos .title{color:#fff}.hero.is-videos .subtitle{color:rgba(255,255,255,.9)}.hero.is-videos .subtitle a:not(.button),.hero.is-videos .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-videos .navbar-menu{background-color:#48c78e}}.hero.is-videos .navbar-item,.hero.is-videos .navbar-link{color:rgba(255,255,255,.7)}.hero.is-videos .navbar-link.is-active,.hero.is-videos .navbar-link:hover,.hero.is-videos a.navbar-item.is-active,.hero.is-videos a.navbar-item:hover{background-color:#3abb81;color:#fff}.hero.is-videos .tabs a{color:#fff;opacity:.9}.hero.is-videos .tabs a:hover{opacity:1}.hero.is-videos .tabs li.is-active a{opacity:1}.hero.is-videos .tabs.is-boxed a,.hero.is-videos .tabs.is-toggle a{color:#fff}.hero.is-videos .tabs.is-boxed a:hover,.hero.is-videos .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-videos .tabs.is-boxed li.is-active a,.hero.is-videos .tabs.is-boxed li.is-active a:hover,.hero.is-videos .tabs.is-toggle li.is-active a,.hero.is-videos .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#48c78e}.hero.is-videos.is-bold{background-image:linear-gradient(141deg,#29b35e 0,#48c78e 71%,#56d2af 100%)}@media screen and (max-width:768px){.hero.is-videos.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b35e 0,#48c78e 71%,#56d2af 100%)}}.hero.is-extensions{background-color:#3e8ed0;color:#fff}.hero.is-extensions a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-extensions strong{color:inherit}.hero.is-extensions .title{color:#fff}.hero.is-extensions .subtitle{color:rgba(255,255,255,.9)}.hero.is-extensions .subtitle a:not(.button),.hero.is-extensions .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-extensions .navbar-menu{background-color:#3e8ed0}}.hero.is-extensions .navbar-item,.hero.is-extensions .navbar-link{color:rgba(255,255,255,.7)}.hero.is-extensions .navbar-link.is-active,.hero.is-extensions .navbar-link:hover,.hero.is-extensions a.navbar-item.is-active,.hero.is-extensions a.navbar-item:hover{background-color:#3082c5;color:#fff}.hero.is-extensions .tabs a{color:#fff;opacity:.9}.hero.is-extensions .tabs a:hover{opacity:1}.hero.is-extensions .tabs li.is-active a{opacity:1}.hero.is-extensions .tabs.is-boxed a,.hero.is-extensions .tabs.is-toggle a{color:#fff}.hero.is-extensions .tabs.is-boxed a:hover,.hero.is-extensions .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-extensions .tabs.is-boxed li.is-active a,.hero.is-extensions .tabs.is-boxed li.is-active a:hover,.hero.is-extensions .tabs.is-toggle li.is-active a,.hero.is-extensions .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3e8ed0}.hero.is-extensions.is-bold{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}@media screen and (max-width:768px){.hero.is-extensions.is-bold .navbar-menu{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}}.hero.is-bootstrap{background-color:#6f5499;color:#fff}.hero.is-bootstrap a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-bootstrap strong{color:inherit}.hero.is-bootstrap .title{color:#fff}.hero.is-bootstrap .subtitle{color:rgba(255,255,255,.9)}.hero.is-bootstrap .subtitle a:not(.button),.hero.is-bootstrap .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-bootstrap .navbar-menu{background-color:#6f5499}}.hero.is-bootstrap .navbar-item,.hero.is-bootstrap .navbar-link{color:rgba(255,255,255,.7)}.hero.is-bootstrap .navbar-link.is-active,.hero.is-bootstrap .navbar-link:hover,.hero.is-bootstrap a.navbar-item.is-active,.hero.is-bootstrap a.navbar-item:hover{background-color:#634b89;color:#fff}.hero.is-bootstrap .tabs a{color:#fff;opacity:.9}.hero.is-bootstrap .tabs a:hover{opacity:1}.hero.is-bootstrap .tabs li.is-active a{opacity:1}.hero.is-bootstrap .tabs.is-boxed a,.hero.is-bootstrap .tabs.is-toggle a{color:#fff}.hero.is-bootstrap .tabs.is-boxed a:hover,.hero.is-bootstrap .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-bootstrap .tabs.is-boxed li.is-active a,.hero.is-bootstrap .tabs.is-boxed li.is-active a:hover,.hero.is-bootstrap .tabs.is-toggle li.is-active a,.hero.is-bootstrap .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#6f5499}.hero.is-bootstrap.is-bold{background-image:linear-gradient(141deg,#493981 0,#6f5499 71%,#8859ad 100%)}@media screen and (max-width:768px){.hero.is-bootstrap.is-bold .navbar-menu{background-image:linear-gradient(141deg,#493981 0,#6f5499 71%,#8859ad 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-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}@media screen and (min-width:769px),print{.hero-body{padding:3rem 3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section{padding:3rem 3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}.bd-backers-heading,.bd-backers-platform,.bd-backers-platform .bd-backers-platform-logo,.bd-book-cover,.bd-columns-tool,.bd-footer-donation-action,.bd-footer-sponsor,.bd-footer-star-figure,.bd-option-or p,.bd-partner-sponsor,.bd-side-sponsor,.bd-single-carbon,.bd-single-image,.bd-snippet-mwb,.bd-snippet-preview.bd-is-mwb{align-items:center;display:flex;justify-content:center}.bd-category-toggle,.bd-navbar-search-icon,.bd-tabs-nav button{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}.bd-footer-star,.bd-footer-support{background-color:#fff;border-radius:6px;box-shadow:0 1.5rem 1.5rem -1.25rem rgba(10,10,10,.05);display:block}.bd-focus-item,.bd-partner-sponsor{position:relative}.bd-focus-item::before,.bd-partner-sponsor::before{bottom:0;left:0;position:absolute;right:0;top:0;background-color:#fafafa;border-radius:6px;content:'';display:block;opacity:0;pointer-events:none;transform:scale(1.1);transform-origin:center;transition-duration:172ms;transition-property:opacity,transform}.bd-focus-item:hover::before,.bd-partner-sponsor:hover::before{opacity:1;transform:scale(1)}:root{--white:white;--white-invert:#0a0a0a;--black:#0a0a0a;--black-invert:white;--light:whitesmoke;--light-invert:rgba(0, 0, 0, 0.7);--dark:#363636;--dark-invert:#fff;--primary:#00d1b2;--primary-invert:#fff;--primary-light:#ebfffc;--primary-dark:#00947e;--link:#485fc7;--link-invert:#fff;--link-light:#eff1fa;--link-dark:#3850b7;--info:#3e8ed0;--info-invert:#fff;--info-light:#eff5fb;--info-dark:#296fa8;--success:#48c78e;--success-invert:#fff;--success-light:#effaf5;--success-dark:#257953;--warning:#ffe08a;--warning-invert:rgba(0, 0, 0, 0.7);--warning-light:#fffaeb;--warning-dark:#946c00;--danger:#f14668;--danger-invert:#fff;--danger-light:#feecf0;--danger-dark:#cc0f35;--expo:#ffd257;--expo-invert:white;--expo-light:#fffaeb;--expo-dark:#946c00;--love:#f14668;--love-invert:white;--love-light:#feecf0;--love-dark:#cc0f35;--patreon:#f96854;--patreon-invert:white;--patreon-light:#feeeeb;--patreon-dark:#c01d07;--rss:#f26522;--rss-invert:white;--rss-light:#fef2ec;--rss-dark:#c1460b;--bleeding:#abf47c;--bleeding-invert:rgba(0, 0, 0, 0.7);--bleeding-light:#f3fdec;--bleeding-dark:#3c880b;--sass:#bf4080;--sass-invert:white;--sass-light:#faf0f5;--sass-dark:#b03b76;--amazon:#ffd863;--amazon-invert:rgba(0, 0, 0, 0.7);--amazon-light:#fffaeb;--amazon-dark:#946f00;--sponsor:#ea4aaa;--sponsor-invert:white;--sponsor-light:#fdedf6;--sponsor-dark:#c0167c;--twitter:#55acee;--twitter-invert:white;--twitter-light:#ecf6fd;--twitter-dark:#10609e;--videos:#48c78e;--videos-invert:white;--videos-light:#effaf5;--videos-dark:#257953;--extensions:#3e8ed0;--extensions-invert:white;--extensions-light:#eff5fb;--extensions-dark:#296fa8;--bootstrap:#6f5499;--bootstrap-invert:white;--bootstrap-light:#f4f2f8;--bootstrap-dark:#73579e;--bootstrap:#6f5499;--github:#333333;--twitter:#55acee;--patreon:#f96854;--patreon-blue:#052d49;--fortyfour:#5f45bb;--amazon:#ffd863;--bleeding-green:#abf47c;--bleeding-red:#ca1f26;--rss:#f26522;--search:#00d1b2;--search-light:#ebfffc;--search-dark:#00947e;--html5:#e44d26;--html5-invert:#ebebeb;--hl-green:#37e7ac;--hl-cyan:#51fbde;--hl-blue:#00b2ff;--hl-purple:#9a89b4;--hl-lavender:#9b6dff;--hl-pink:#ff5cd3;--hl-rose:#ff6b9d;--hl-orange:#ff9970;--hl-yellow:#fed604;--hl-gray-01:#d9e0e8;--hl-gray-02:#808182;--hl-gray-09:#1f2330;--hl-color:var(--hl-orange);--hl-background:var(--hl-gray-09);--container-width:calc(100vw - 3rem);--container-width-desktop:960px;--container-width-widescreen:1152px;--container-width-fullhd:1344px}@media screen and (min-width:1024px){:root{--container-width:var(--container-width-desktop)}}@media screen and (min-width:1216px){:root{--container-width:var(--container-width-widescreen)}}@media screen and (min-width:1408px){:root{--container-width:var(--container-width-fullhd)}}.bd-fat-button{font-size:1.25em;font-weight:600;height:auto;padding:.75em 1.25em}.bd-fat-button.is-amazon small,.bd-fat-button.is-bleeding small{display:block;font-size:.625em;font-weight:400;opacity:.7}.bd-fat-button.is-amazon .icon,.bd-fat-button.is-bleeding .icon{margin-right:.5em}.bd-fat-button.is-amazon img{margin-bottom:-11px}.has-text-bootstrap{color:var(--bootstrap)!important}.has-text-github{color:var(--github)!important}.has-text-twitter{color:var(--twitter)!important}.has-text-patreon{color:var(--patreon)!important}.has-text-patreon-blue{color:var(--patreon-blue)!important}.has-text-fortyfour{color:var(--fortyfour)!important}.has-text-amazon{color:var(--amazon)!important}.has-text-bleeding-green{color:var(--bleeding-green)!important}.has-text-bleeding-red{color:var(--bleeding-red)!important}.has-text-rss{color:var(--rss)!important}.has-text-videos{color:var(--videos)!important}.has-text-expo{color:var(--expo)!important}.has-text-love{color:var(--love)!important}.has-text-backers{color:var(--backers)!important}.has-text-sponsors{color:var(--sponsors)!important}.has-text-blog{color:var(--blog)!important}.has-text-extensions{color:var(--extensions)!important}.has-text-algolia{color:var(--algolia)!important}.bd-anchors{padding:var(--docs-side-padding);position:-webkit-sticky;position:sticky;top:0}.bd-anchors.bd-is-empty{display:none}.bd-anchors-title{color:#7a7a7a;font-size:.75em;opacity:.5}.bd-anchors-list{padding:.25em 0 .75em}.bd-anchors-list li{align-items:flex-start;display:flex;font-size:.875em}.bd-anchors-list li.is-past a:not(:hover){background-color:#ededed;color:#7a7a7a}.bd-anchors-list li.is-current a{background-color:var(--primary);color:var(--primary-invert)}.bd-anchors-list a:hover{background-color:var(--primary-invert);color:var(--primary)}.bd-options{display:grid}.bd-option .media-content{overflow-x:visible}.bd-option-or{display:flex;justify-content:center;position:relative;text-align:center}.bd-option-or::before{background-color:#f5f5f5;content:'';position:absolute}.bd-option-or p{background-color:#f5f5f5;border-radius:9999px;font-size:.75em;font-weight:600;height:3.5rem;position:relative;text-transform:uppercase;width:3.5rem}.bd-option-item{border-top:2px solid #f5f5f5;margin-top:1.5rem;padding-top:1.5rem}.bd-option-item .bd-fat-button.is-pulled-right{font-size:.75em;pointer-events:none}.bd-option-item .bd-fat-button.is-primary{font-size:1em}.bd-option-item .highlight pre{white-space:pre-wrap;white-space:break-spaces}@media screen and (max-width:1215px){.bd-options{grid-template-columns:1fr}.bd-option-or{margin:1.5rem 0}.bd-option-or::before{height:2px;left:0;right:0;top:calc(50% - 1px)}}@media screen and (min-width:1216px){.bd-options{grid-template-columns:calc(50% - 4rem) 8rem calc(50% - 4rem)}.bd-option-or::before{bottom:0;left:calc(50% - 1px);top:0;width:2px}}.bd-tabs-nav{display:flex}.bd-tabs-nav button{background-color:#f5f5f5;border-radius:.375em .375em 0 0;color:#7a7a7a;cursor:pointer;flex-shrink:0;font-family:monospace;font-size:.75em;padding:.5em .75em}.bd-tabs-nav button:not(.bd-is-active):hover{color:var(--hl-background)}.bd-tabs-nav button.bd-is-active{background-color:var(--hl-background);color:var(--hl-color)}.bd-tabs-nav button:not(:last-child){margin-right:1em}.bd-tabs-item{display:none}.bd-tabs-item .highlight{border-top-left-radius:0}.bd-tabs-item.bd-is-active{display:block}.bd-banner{--background-color:#ebfffc;--color:#00947e;background-color:var(--background-color);color:var(--color);padding:.5em}.bd-banner.bd-is-bleeding{--background-color:var(--bleeding-light);--color:var(--bleeding-dark)}.bd-banner.bd-is-sponsor{--background-color:var(--sponsor-light);--color:var(--sponsor)}.bd-banner-body{align-items:center;display:flex;min-height:2.5rem}.bd-banner-title{display:flex;margin-right:auto}.bd-banner-title a{color:inherit}.bd-banner-title a:hover{text-decoration:underline}.bd-banner-title strong{color:inherit;font-weight:600}@media screen and (min-width:769px),print{.bd-banner-title{font-size:1.125rem}}@media screen and (min-width:1024px){.bd-banner{padding:.5rem 2rem}}@media screen and (min-width:1216px){.bd-banner{padding:.5rem 4rem}}.bd-call{--background-color:var(--primary-light);--color:var(--primary-dark);--color-dark:var(--primary-dark);--margin:1.5rem;--spacing:1em;align-items:center;display:flex;font-size:var(--font-size);justify-content:center;margin:var(--margin)}.bd-call.bd-is-twitter{--background-color:var(--twitter-light);--color:var(--twitter);--color-dark:var(--twitter-dark)}.bd-call.bd-is-extensions{--background-color:var(--extensions-light);--color:var(--extensions);--color-dark:var(--extensions-dark)}.bd-call-body{align-items:center;background-color:var(--background-color);border-radius:6px;color:var(--color);justify-content:center;margin-left:auto;margin-right:auto;max-width:var(--container-width);padding:var(--spacing)}.bd-call-body strong{color:var(--color-dark);font-weight:600}.bd-call-text{margin-left:var(--spacing);margin-right:calc(2 * var(--spacing))}.bd-call-button .button{font-size:1em}@media screen and (max-width:768px){.bd-call-body{text-align:center}.bd-call-text{margin-bottom:var(--spacing)}}@media screen and (min-width:769px),print{.bd-call-body{display:flex}}@media screen and (min-width:1024px){.bd-call{--margin:3rem}}@media screen and (min-width:1216px){.bd-call{--font-size:1.125rem;--margin:3rem}}#carboncontainer{align-items:center;display:flex;justify-content:center;max-width:300px;min-height:140px;min-width:280px}#carbon{border-radius:.125em;flex-grow:1;min-height:100px;padding:0;position:relative}#carbon:hover{background-color:rgba(0,0,0,.02);box-shadow:0 0 0 .75rem rgba(0,0,0,.02)}@media screen and (min-width:769px),print{#carbon{width:300px}}#carbonads{font-size:14px;text-align:left}#carbonads a,#carbonads span{display:block}#carbonads .carbon-wrap{min-height:100px;position:relative}#carbonads .carbon-wrap:hover .carbon-img::after{background-color:rgba(0,0,0,.05);content:'';display:block;height:100px;left:0;position:absolute;right:1rem;top:0}#carbonads .carbon-img{bottom:0;float:left;left:0;min-height:100px;padding:0;position:absolute;top:0;width:calc(130px + 1rem)}#carbonads .carbon-img img{display:block;height:100px;width:130px}#carbonads .carbon-img:hover+.carbon-text{color:#485fc7}#carbonads .carbon-img:active{opacity:.8}#carbonads .carbon-text{display:block;color:#363636;line-height:20px;min-height:100px;padding:0 0 20px calc(130px + 1rem)}#carbonads .carbon-text:hover{color:#485fc7}#carbonads .carbon-poweredby{bottom:0;color:#b5b5b5;display:inline;font-size:.75rem;line-height:20px;position:absolute;right:0}#carbonads .carbon-poweredby:hover{text-decoration:underline}.bd-anchors-list a,.bd-category-list li a,.bd-category-name{--highlight-background-color:var(--primary);--highlight-color:var(--primary-invert);align-items:center;border-radius:.375em;color:#363636;cursor:pointer;display:flex;line-height:var(--height);padding:.375em .75em;transition-duration:86ms;transition-property:background-color,color}.bd-anchors-list a:hover,.bd-category-list li a:hover,.bd-category-name:hover{background-color:var(--primary-invert);color:var(--primary)}.bd-anchors-list a.bd-is-focused,.bd-category-list li a.bd-is-focused,.bd-is-focused.bd-category-name{box-shadow:inset 0 0 0 2px #fafafa,0 0 0 2px var(--primary)}.bd-highlight{background-color:var(--highlight-background-color);border-radius:2px;box-shadow:0 0 0 2px var(--highlight-background-color);color:var(--highlight-color)}.bd-categories{--height:1.25;padding:var(--docs-side-padding);position:-webkit-sticky;position:sticky;top:0}.bd-categories.bd-has-query .bd-category:not(.bd-has-match){display:none}.bd-categories.bd-has-query .bd-category-list{display:block}.bd-categories.bd-has-query .bd-category-list a:not(.bd-is-match){display:none}.bd-categories.bd-has-query.bd-has-no-results .bd-category-group{display:none}.bd-categories.bd-has-query.bd-has-no-results .bd-categories-no-results{display:block}.bd-category.is-current .bd-category-name{--highlight-background-color:var(--primary-dark);--highlight-color:var(--primary-light);background-color:var(--primary-light);color:var(--primary-dark)}.bd-category.is-current .bd-category-name.is-active{background-color:var(--primary);color:var(--primary-invert)}.bd-category.is-current .bd-category-list{display:block}.bd-category.is-open .bd-category-list{display:block}.bd-category-group{color:#b5b5b5;font-size:.625em;font-weight:600;letter-spacing:.2em;margin-bottom:calc(var(--docs-side-padding)/ 2);margin-top:var(--docs-side-padding);text-transform:uppercase}.bd-category-header{position:relative}.bd-category-name{font-weight:600}.bd-category-toggle{border-radius:.375em;color:var(--primary);cursor:pointer;display:none;height:calc(1em * var(--height));margin-left:auto;position:absolute;right:.5em;top:.5em;width:calc(1em * var(--height))}.bd-category-toggle:hover{background-color:var(--primary);color:var(--primary-invert)}.bd-category-list{display:none;padding:.25em .75em .75em}.bd-category-list li{align-items:flex-start;display:flex;font-size:.875em}.bd-category-list li.is-current a{--highlight-background-color:var(--primary-invert);--highlight-color:var(--primary-dark);background-color:var(--primary);color:var(--primary-invert)}.bd-categories-no-results{display:none}.bd-categories-no-results .bd-key{margin-left:.5em}.bd-categories-filter{margin-bottom:1em;position:relative}.bd-categories-filter .input:focus{border-color:#00d1b2;box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.bd-categories-filter .bd-key{position:absolute;right:6px;top:4px}.bd-key{align-items:center;background:rgba(0,0,0,.1);border-radius:.25em;color:rgba(0,0,0,.5);display:none;font-family:monospace;font-size:.625rem;height:2em;justify-content:center;min-width:2em;padding:0 .25em;pointer-events:none;text-align:center;z-index:2}.bd-copy,.bd-show{background-color:var(--hl-color);border:none;border-radius:.5em!important;color:var(--hl-background);font-size:1em;font-weight:600}.bd-copy:focus,.bd-show:focus{box-shadow:none!important}.bd-copy{opacity:0;position:absolute;right:calc(1.25em - .5em - 1px);top:calc(1.25em - .5em - 1px)}.highlight:hover .bd-copy{opacity:1}.bd-show{bottom:-1.25em;height:2.5em;left:calc(50% - 4.5em);padding:0;position:absolute;width:9em;z-index:1}.bd-snippet{--snippet-spacing:1.5rem;font-size:1rem;grid-gap:calc(2 * var(--snippet-spacing));position:relative}.bd-snippet-title{display:flex}.bd-snippet-tag{align-items:center;background:var(--hl-color);border-radius:.5em;color:var(--hl-background);display:inline-flex;flex-grow:0;flex-shrink:0;font-size:.5em;font-weight:600;height:1.5rem;padding:0 1em;vertical-align:top}.bd-snippet-tag.bd-is-html{background:var(--hl-background);border-bottom-left-radius:0;border-bottom-right-radius:0;color:var(--hl-color)}.bd-snippet-code,.bd-snippet-preview{position:relative}.bd-snippet-preview{padding-bottom:var(--snippet-spacing);padding-top:var(--snippet-spacing)}.bd-snippet-preview img{vertical-align:top}.bd-snippet-code{font-size:.875em}.bd-snippet-code .highlight{border-top-left-radius:0;font-size:1em}.bd-snippet-code.bd-is-hovering::before{background:var(--hl-color);color:var(--hl-background)}.bd-snippet.bd-is-fullwidth{box-shadow:inset 0 0 0 1px red;margin-left:calc(-1 * var(--docs-outer));margin-right:calc(-1 * var(--docs-outer))}.bd-snippet.bd-is-fullwidth .bd-snippet-title{margin-left:var(--docs-outer)}.bd-snippet.bd-is-clipped .bd-snippet-code{overflow:auto}.bd-snippet-code.bd-is-more .highlight:not(:last-child){margin-bottom:2.5rem}.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight{height:calc(8 * var(--snippet-spacing));overflow:hidden}.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight pre{overflow:hidden}.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight .bd-show{display:flex}.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight::before{background:linear-gradient(0deg,var(--hl-background),transparent);bottom:0;content:'';display:block;left:0;position:absolute;right:0;top:0}@media screen and (min-width:769px),print{.bd-snippet.bd-is-vertical{align-items:flex-start;display:grid;grid-template-columns:calc(50% - var(--snippet-spacing)) calc(50% - var(--snippet-spacing))}.bd-snippet.bd-is-size-1-2{grid-template-columns:calc(33% - var(--snippet-spacing)) calc(67% - var(--snippet-spacing))}.bd-snippet-preview{padding-bottom:var(--snippet-spacing)}}.bd-content hr:first-child{display:none}.bd-content hr:first-child+.bd-anchor-title{padding-top:0}.bd-content hr:first-child+.bd-anchor-title .bd-anchor-link{top:0}.bd-anchor-title{--spacing:3em;position:relative}.bd-anchor-title:not(:first-child){margin-top:3rem}.bd-anchor-title.title{font-size:1.5em}@media screen and (max-width:1215px){.bd-anchor-title{padding-left:1em}}.bd-anchor-link{position:absolute;right:calc(100% + 1rem);top:0}@media screen and (max-width:1215px){.bd-anchor-link{left:0;right:auto}}.bd-icon-size .icon{background-color:#ffe08a}@media screen and (min-width:1216px){.bd-content{font-size:1.125rem}}@media screen and (min-width:1800px){.bd-content{font-size:1.25rem}}.bd-hero{--color:#7a7a7a;--color-strong:#363636;--icon-dimensions:1.125em;--icon-spacing:0.25em;background-color:var(--background-color)}.bd-hero.bd-is-basic .title{font-weight:600}.bd-hero.bd-is-primary{--background-color:var(--primary-light);--color-strong:var(--primary-dark);--color-icon:var(--primary)}.bd-hero.bd-is-bleeding{--background-color:var(--bleeding-light);--color-strong:var(--bleeding-dark);--color-icon:var(--bleeding)}.bd-hero.bd-is-link{--background-color:var(--link-light);--color-strong:var(--link-dark);--color-icon:var(--link)}.bd-hero.bd-is-love{--background-color:var(--love-light);--color-strong:var(--love);--color-icon:var(--love)}.bd-hero.bd-is-expo{--background-color:var(--expo-light);--color-strong:var(--expo-dark);--color-icon:var(--expo)}.bd-hero.bd-is-sponsor{--background-color:var(--sponsor-light);--color-strong:var(--sponsor-dark);--color:var(--sponsor);--color-icon:var(--sponsor)}.bd-hero.bd-is-videos{--background-color:var(--videos-light);--color-strong:var(--videos-dark);--color:var(--videos);--color-icon:var(--videos)}.bd-hero.bd-is-extensions{--background-color:var(--extensions-light);--color-strong:var(--extensions-dark);--color:var(--extensions);--color-icon:var(--extensions)}.bd-hero.bd-is-success{--background-color:var(--success-light);--color-strong:var(--success-dark);--color:var(--success);--color-icon:var(--success)}.bd-hero.bd-is-bootstrap{--background-color:var(--bootstrap-light);--color-strong:var(--bootstrap-dark);--color:var(--bootstrap);--color-icon:var(--bootstrap)}.bd-hero-body{align-items:center;display:grid;grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.bd-hero-heading .title{color:var(--color-strong);display:flex;font-weight:400;position:relative}.bd-hero-heading .title a{color:currentColor;font-weight:600}.bd-hero-heading .title a:hover{text-decoration:underline}.bd-hero-heading .title code{background:0 0;padding:0}.bd-hero-heading .title strong{font-weight:600}.bd-hero-heading .title .icon{color:var(--color-icon);height:var(--icon-dimensions);flex-grow:0;flex-shrink:0;margin-right:var(--icon-spacing);width:var(--icon-dimensions)}.bd-hero-heading .subtitle{color:var(--color)}.bd-hero-heading .subtitle strong{color:currentColor}@media screen and (min-width:672px){.bd-hero-carbon{justify-self:flex-end}}@media screen and (min-width:1024px){.bd-hero{--icon-spacing:0.5em}.bd-hero .hero-body{padding:6rem}.bd-hero-heading .title .icon{margin-left:calc(-1 * (var(--icon-dimensions) + var(--icon-spacing)));margin-right:var(--icon-spacing)}}.highlight{background-color:var(--hl-gray-09);border-radius:6px;color:var(--hl-gray-01);font-size:.75em;position:relative}.highlight.bd-is-hovering{box-shadow:inset 0 0 0 2px var(--hl-orange)}.highlight pre{background-color:transparent;color:currentColor;font-size:1em;line-height:1.375;margin:0!important;padding:1.25em 1.5em;white-space:pre;word-break:break-word}.highlight .c{color:var(--hl-gray-01)}.highlight .err,.highlight .g{color:var(--hl-gray-02)}.highlight .k{color:var(--hl-cyan)}.highlight .l,.highlight .n{color:var(--hl-gray-02)}.highlight .o{color:var(--hl-cyan)}.highlight .x{color:var(--hl-pink)}.highlight .p{color:var(--hl-gray-02)}.highlight .cm{color:var(--hl-gray-01)}.highlight .cp{color:var(--hl-cyan)}.highlight .c1{color:var(--hl-gray-02)}.highlight .cs{color:var(--hl-cyan)}.highlight .gd{color:var(--hl-green)}.highlight .ge{color:var(--hl-gray-02);font-style:italic}.highlight .gr{color:var(--hl-orange)}.highlight .gh{color:var(--hl-pink)}.highlight .gi{color:var(--hl-cyan)}.highlight .go,.highlight .gp{color:var(--hl-gray-02)}.highlight .gs{color:var(--hl-gray-02);font-weight:700}.highlight .gu{color:var(--hl-pink)}.highlight .gt{color:var(--hl-gray-02)}.highlight .kc{color:var(--hl-pink)}.highlight .kd{color:var(--hl-blue)}.highlight .kn,.highlight .kp{color:var(--hl-cyan)}.highlight .kr{color:var(--hl-blue)}.highlight .kt{color:var(--hl-orange)}.highlight .ld{color:var(--hl-gray-02)}.highlight .m,.highlight .s{color:var(--hl-green)}.highlight .na{color:var(--hl-yellow)}.highlight .nb{color:var(--hl-orange)}.highlight .nc{color:var(--hl-yellow)}.highlight .no{color:var(--hl-pink)}.highlight .nd{color:var(--hl-blue)}.highlight .ne,.highlight .ni{color:var(--hl-pink)}.highlight .nf{color:var(--hl-blue)}.highlight .nl,.highlight .nn,.highlight .nx,.highlight .py{color:var(--hl-rose)}.highlight .nt,.highlight .nv{color:var(--hl-blue)}.highlight .ow{color:var(--hl-cyan)}.highlight .w{color:var(--hl-gray-02)}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:var(--hl-green)}.highlight .sb{color:var(--hl-gray-01)}.highlight .sc{color:var(--hl-green)}.highlight .sd{color:var(--hl-gray-02)}.highlight .s2{color:var(--hl-green)}.highlight .se{color:var(--hl-pink)}.highlight .sh{color:var(--hl-gray-02)}.highlight .si,.highlight .sx{color:var(--hl-yellow)}.highlight .sr{color:var(--hl-orange)}.highlight .s1,.highlight .ss{color:var(--hl-green)}.highlight .bp,.highlight .vc,.highlight .vg,.highlight .vi{color:var(--hl-blue)}.highlight .il{color:var(--hl-green)}.content .highlight{margin-left:0;margin-right:0;text-align:left}.content .highlight:not(:first-child){margin-top:1em}.content .highlight:not(:last-child){margin-bottom:1em}.content li .highlight{margin-top:.5em}.bd-klmn{margin-bottom:1.5rem}.bd-klmn-gaps{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:1.25rem}.bd-klmn-label{margin:.25rem auto .25rem 0}.bd-klmn-gap,.bd-klmn-value{background-color:var(--hl-gray-09);border-radius:.375em;color:var(--hl-orange);font-family:monospace;font-size:.75rem;margin:.25rem 0 .25rem .5rem;padding:.375em .75em;text-align:center;vertical-align:middle!important;white-space:nowrap}.bd-klmn-gap.bd-is-selected,.bd-klmn-value.bd-is-selected{background-color:var(--hl-orange);color:var(--hl-gray-09)}.bd-klmn-value{background-color:var(--hl-orange);color:var(--hl-gray-09);font-size:1rem}.bd-klmn-columns:last-child .bd-notification{font-size:.75rem;white-space:nowrap}.bd-navbar .navbar-brand img{height:28px;max-height:2em;width:112px}.bd-navbar .navbar-start{flex-grow:1}.bd-navbar .navbar-item,.bd-navbar .navbar-link{padding:.5em .75em}.bd-navbar .button.is-sponsor.is-light{color:var(--sponsor)}.bd-navbar .bd-navbar-search-icon{justify-content:center;padding:0;width:3.25rem}.bd-navbar .navbar-item.has-dropdown{padding:0}.bd-navbar .navbar-burger{margin-left:0}.bd-navbar-item{transition-duration:86ms;transition-property:background-color,box-shadow,color}.bd-navbar-item>.icon{margin-left:-.25em;margin-right:.25em}.bd-navbar-item.is-active,.bd-navbar-item:hover{border-radius:.375em;color:var(--color-dark)!important}.bd-navbar-item:hover:not(.is-active){background-color:var(--color-light)!important}.bd-navbar-item.is-active{background-color:transparent!important;box-shadow:inset 0 0 0 2px var(--color-light)!important}.bd-navbar-item.bd-navbar-item-documentation{--color-light:var(--primary-light);--color-dark:var(--primary-dark)}.bd-navbar-item.bd-navbar-item-videos{--color-light:var(--videos-light);--color-dark:var(--videos-dark)}.bd-navbar-item.bd-navbar-item-expo{--color-light:var(--expo-light);--color-dark:var(--expo-dark)}.bd-navbar-item.bd-navbar-item-love{--color-light:var(--love-light);--color-dark:var(--love-dark)}.bd-navbar-item.bd-navbar-item-backers{--color-light:var(--patreon-light);--color-dark:var(--patreon-dark)}.bd-navbar-item.bd-navbar-item-bulma-book{--color-light:var(--bleeding-light);--color-dark:var(--bleeding-dark)}.bd-navbar-item.bd-navbar-item-blog{--color-light:var(--rss-light);--color-dark:var(--rss-dark)}.bd-navbar-item.bd-navbar-item-extensions{--color-light:var(--extensions-light);--color-dark:var(--extensions-dark)}.bd-navbar-item.bd-navbar-item-bulma-start{--color-light:var(--success-light);--color-dark:var(--success-dark)}.bd-navbar-item.bd-navbar-item-made-with-bulma{--color-light:var(--expo-light);--color-dark:var(--expo-dark)}.bd-navbar-ellipsis{align-items:center;border-radius:.375em;color:#485fc7;height:2.25em;justify-content:center;padding:0!important;width:2.25em}.bd-navbar-ellipsis::after{display:none!important}.bd-navbar-search-icon{color:var(--search);cursor:pointer;margin-left:auto}.bd-navbar-search-icon:hover{background-color:rgba(0,0,0,.05)}.bd-search .algolia-autocomplete,.bd-search .control{display:flex;flex-grow:1;flex-shrink:1;width:100%}.bd-search .control>.icon.is-left{color:var(--search)!important}.bd-search .input{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.bd-search .input:hover{background-color:#fafafa;border-color:#dbdbdb;box-shadow:0 0 0 1px #dbdbdb}.bd-search .input:focus{background-color:transparent;border-color:var(--search);box-shadow:0 0 0 1px var(--search)}.bd-search .input:focus~.icon{color:var(--search)!important}.bd-search .algolia-docsearch-suggestion--category-header{color:var(--search-dark);border-bottom-color:#dbdbdb}.bd-search .algolia-docsearch-suggestion--subcategory-column{color:#7a7a7a}.bd-search .algolia-docsearch-suggestion--title{color:#363636}.bd-search .algolia-docsearch-suggestion--text{color:#4a4a4a}.bd-search .algolia-docsearch-suggestion--highlight{background-color:var(--search-light);color:var(--search-dark)}.bd-search .algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple,.bd-search .algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content{background-color:var(--search-light)}.bd-search .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight,.bd-search .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight,.bd-search .algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{box-shadow:inset 0 -2px 0 0 var(--search)}.bd-navbar-mobile-sponsor-icon{display:none!important}.bd-navbar-start.bd-is-original .bd-navbar-item-more:not(.bd-is-visible){display:none}.bd-navbar-start.bd-is-original .bd-navbar-dropdown .navbar-item.bd-is-hidden,.bd-navbar-start.bd-is-original .bd-navbar-dropdown .navbar-item.bd-is-hidden+.navbar-divider{display:none}.bd-navbar.bd-is-clone{bottom:0;pointer-events:none;position:fixed;visibility:hidden;z-index:-1}@media screen and (min-width:450px) and (max-width:768px){.bd-navbar-mobile-sponsor-icon{display:flex!important}}@media screen and (max-width:768px){.bd-navbar .navbar-start>.bd-navbar-item:not(.has-dropdown){display:flex}.bd-navbar .navbar-end{display:none}.bd-navbar-item .navbar-link:not(.is-arrowless){display:none}.bd-navbar-item-more{display:none!important}}@media screen and (min-width:769px){.bd-navbar .navbar-end,.bd-navbar .navbar-menu,.bd-navbar .navbar-start{align-items:center}.bd-navbar-mobile-icon{display:none}.bd-navbar-dropdown{left:auto;right:0;width:16rem;z-index:200}.bd-navbar-dropdown .navbar-item{white-space:normal}}@media screen and (max-width:1023px){.bd-search{background-color:#fff;box-shadow:0 .5em 1em rgba(0,0,0,.05);display:none;left:0;padding:1rem;position:fixed;right:0;top:3.25rem;z-index:100}.bd-search.bd-is-visible{display:block}.bd-search .algolia-autocomplete .ds-dropdown-menu{left:0!important;min-width:0;right:auto}}@media screen and (min-width:1024px){.bd-navbar{padding:1rem 2rem}.bd-navbar .navbar-brand .navbar-item:first-child{margin-left:-.75em}.bd-navbar .navbar-menu{flex-shrink:1}.bd-navbar .navbar-start{flex-shrink:1}.bd-navbar-search-icon{display:none}.bd-search{align-items:center;display:flex;width:16rem}}@media screen and (min-width:1216px){.bd-navbar{font-size:1.125rem;padding:2rem 4rem}.bd-navbar .navbar-brand img{height:36px;width:144px}.bd-navbar-dropdown{left:0;right:auto}}@media screen and (min-width:1408px){.bd-search{width:16rem}}.bd-notification{background-color:#f5f5f5;border-radius:.375em;color:#7a7a7a;font-weight:600;padding:1.25rem 0;position:relative;text-align:center}.bd-notification .content,.bd-notification .subtitle,.bd-notification .title,.bd-notification strong{color:currentColor}.bd-notification code,.bd-notification pre{background-color:rgba(10,10,10,.2);border-radius:.375em;color:#fff}.bd-notification pre code{background-color:transparent}.bd-notification.is-white{background-color:#fff;color:#0a0a0a}.bd-notification.is-black{background-color:#0a0a0a;color:#fff}.bd-notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.bd-notification.is-dark{background-color:#363636;color:#fff}.bd-notification.is-primary{background-color:#00d1b2;color:#fff}.bd-notification.is-link{background-color:#485fc7;color:#fff}.bd-notification.is-info{background-color:#3e8ed0;color:#fff}.bd-notification.is-success{background-color:#48c78e;color:#fff}.bd-notification.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.bd-notification.is-danger{background-color:#f14668;color:#fff}.bd-notification.is-expo{background-color:#ffd257;color:#fff}.bd-notification.is-love{background-color:#f14668;color:#fff}.bd-notification.is-patreon{background-color:#f96854;color:#fff}.bd-notification.is-rss{background-color:#f26522;color:#fff}.bd-notification.is-bleeding{background-color:#abf47c;color:rgba(0,0,0,.7)}.bd-notification.is-sass{background-color:#bf4080;color:#fff}.bd-notification.is-amazon{background-color:#ffd863;color:rgba(0,0,0,.7)}.bd-notification.is-sponsor{background-color:#ea4aaa;color:#fff}.bd-notification.is-twitter{background-color:#55acee;color:#fff}.bd-notification.is-videos{background-color:#48c78e;color:#fff}.bd-notification.is-extensions{background-color:#3e8ed0;color:#fff}.bd-notification.is-bootstrap{background-color:#6f5499;color:#fff}.bd-pagination{padding:0 3rem}.bd-pagination-body,.bd-pagination-links{display:flex;flex-wrap:wrap}.bd-pagination-body{margin-left:auto;margin-right:auto;max-width:var(--container-width-desktop)}.bd-docs-pagination .button span{line-height:1.25;text-align:left}.bd-docs-pagination .button em{display:block;font-size:.75em;font-style:normal;font-weight:400;opacity:.5;text-transform:capitalize}.bd-docs-pagination .bd-pagination-prev span{margin-left:1em;text-align:left}.bd-docs-pagination .bd-pagination-next{margin-left:auto}.bd-docs-pagination .bd-pagination-next span{margin-right:1em}.bd-features{padding:var(--docs-side-padding);padding-bottom:0}.bd-features-title{color:#7a7a7a;font-size:.75em;opacity:.5}.bd-features-list{padding:.25em 0 0}.bd-features-list li{display:flex;font-size:.875em;justify-content:space-between}.bd-feature-label{color:#7a7a7a}.bd-feature-no{color:#7a7a7a}.bd-feature-yes{color:var(--primary);font-weight:700}.bd-links{display:grid;grid-gap:0;grid-template-columns:repeat(auto-fill,minmax(20em,1fr))}.bd-link{border-radius:6px;color:#7a7a7a;display:flex;font-size:1.25em;padding:1em}.bd-link:hover{background-color:var(--primary-light);color:var(--primary-dark)}.bd-link-icon{color:var(--primary);flex-grow:0;flex-shrink:0;height:1.5em;margin-right:.5em;width:1.5em}.bd-link-title{color:#363636;display:block;font-weight:600;line-height:1.5}.bd-link-subtitle{font-size:.75em}.bd-screenshots{display:grid;grid-gap:1.5rem;grid-template-columns:1fr}.bd-screenshots .bd-screenshot{position:relative}.bd-screenshots .bd-screenshot:hover{box-shadow:0 1em 1em rgba(0,0,0,.1);transform:translateY(-.5em)}@media screen and (min-width:769px),print{.bd-screenshots{grid-template-columns:repeat(auto-fill,minmax(336px,1fr));margin:0 auto;max-width:var(--container-width)}}.bd-has-drawing{position:relative}.bd-drawing{display:none;pointer-events:none;position:absolute}.bd-drawing.bd-is-try-it-out{bottom:100%;right:100%}.bd-drawing.bd-is-love-letters{bottom:110%;right:10%}.bd-drawing.bd-is-crazy{right:100%;top:110%}.bd-drawing.bd-is-customize{right:-10%;top:105%}.bd-drawing.bd-is-opinion-free{right:100%;top:110%}.bd-drawing.bd-is-join-us{bottom:80%;left:100%}.bd-drawing.bd-is-spam-free{bottom:100%;right:95%}@media screen and (min-width:769px),print{.bd-drawing{display:inline}}.bd-vars{--bd-var-name-width:100%;--bd-var-computed-type-width:50%;--bd-var-type-width:50%;--bd-var-computed-value-width:50%;--bd-var-value-width:50%;background-color:var(--hl-background);border-radius:6px;color:var(--hl-color);padding:3.25em;padding-top:2em}.bd-vars .bd-anchor-title{color:#fff}.bd-var{display:flex;flex-wrap:wrap;font-family:monospace;font-size:.75em;line-height:1.375}.bd-var .highlight{background:0 0;font-size:1em;overflow:visible}.bd-var .highlight pre{overflow:visible;padding:0;white-space:pre-wrap;white-space:break-spaces}.bd-var .bd-copy{font-size:.5em!important;right:0;top:0}.bd-var.bd-is-body{border-radius:.375em}.bd-var.bd-is-body:hover{background-color:rgba(255,255,255,.1)}.bd-var.bd-is-head{border-bottom:2px solid rgba(255,255,255,.1);border-radius:0;margin-bottom:.5em;padding-bottom:.5em}.bd-var.bd-is-head .bd-var-computed-type,.bd-var.bd-is-head .bd-var-computed-value,.bd-var.bd-is-head .bd-var-name,.bd-var.bd-is-head .bd-var-type,.bd-var.bd-is-head .bd-var-value{color:var(--hl-gray-02)!important}.bd-var-name{color:var(--hl-gray-01);width:var(--bd-var-name-width)}.bd-var-type{color:var(--bd-var-type-color,var(--hl-gray-02));width:var(--bd-var-type-width)}.bd-var-value{color:var(--hl-green);width:var(--bd-var-value-width)}.bd-var-computed-value{color:var(--hl-yellow);width:var(--bd-var-computed-value-width)}.bd-var-computed-type{color:var(--bd-var-type-color,var(--hl-purple));width:var(--bd-var-computed-type-width)}.bd-var .bd-is-boolean{--bd-var-type-color:var(--hl-lavender)}.bd-var .bd-is-color{--bd-var-type-color:var(--hl-orange)}.bd-var .bd-is-compound{--bd-var-type-color:var(--hl-lavender)}.bd-var .bd-is-font-weight{--bd-var-type-color:var(--hl-lavender)}.bd-var .bd-is-function{--bd-var-type-color:var(--hl-pink)}.bd-var .bd-is-size{--bd-var-type-color:var(--hl-pink)}.bd-var .bd-is-shadow{--bd-var-type-color:var(--hl-lavender)}.bd-var .bd-is-string{--bd-var-type-color:var(--hl-yellow)}.bd-var .bd-is-variable{--bd-var-type-color:var(--hl-green)}@media screen and (max-width:1023px){.bd-var-computed-type,.bd-var-computed-value,.bd-var-name,.bd-var-type,.bd-var-value{padding:0 1em}.bd-vars{padding:1em}.bd-var{padding:.5em 0}}@media screen and (min-width:1024px){.bd-var-computed-type,.bd-var-computed-value,.bd-var-name,.bd-var-type,.bd-var-value{padding:.25em 1em}.bd-var.bd-is-head .bd-var-name{padding-left:0}.bd-var.bd-is-head .bd-var-computed-type{padding-left:2em;padding-right:0}.bd-var.bd-is-body{margin-left:-1em;margin-right:-1em}.bd-vars{--bd-var-name-width:40%;--bd-var-computed-type-width:10%;--bd-var-type-width:10%;--bd-var-computed-value-width:20%;--bd-var-value-width:20%}}.bd-book-cover{position:relative;text-align:center}.bd-book-cover a{box-shadow:0 .5em 1em rgba(0,0,0,.1);display:inline-block;transition-duration:172ms;transition-property:box-shadow,transform;vertical-align:top}.bd-book-cover a:hover{box-shadow:0 1em 2em rgba(0,0,0,.1);transform:translateY(-.5em)}.bd-book-cover img{display:block}.native-js{border-radius:1.5em;display:none;font-size:1rem;margin:var(--newsletter-border-size);margin-top:0;opacity:0;position:relative;visibility:hidden}.native-js::before{bottom:0;left:0;position:absolute;right:0;top:0;background-color:#000;bottom:0;content:'';display:block;left:0;opacity:.02;pointer-events:none;right:0;top:0}.native-show{display:block;opacity:1;visibility:visible}.native-flex{align-items:center;display:flex;justify-content:center;padding:2em;position:relative;text-decoration:none}.native-flex:hover .native-cta{box-shadow:0 1rem 2rem 0 rgba(10,10,10,.1);transform:translateY(-.25rem)}.native-img{border-radius:3px;flex-grow:0;flex-shrink:0;height:50px;width:125px}.native-details{flex-grow:1;flex-shrink:1}.native-main{align-items:center;flex-grow:0;flex-shrink:1;max-width:640px}.native-company{display:block;font-size:.625em;letter-spacing:2px;margin-bottom:4px;text-transform:uppercase}.native-desc{display:block}.native-cta{border:none;box-shadow:0 .5rem 1rem 0 rgba(10,10,10,.2);flex-grow:0;flex-shrink:0;font-weight:600;height:auto;padding:.5em 1em;transition-duration:172ms;transition-property:box-shadow,transform;will-change:box-shadow,transform}@media screen and (max-width:599px){.native-flex{display:block;text-align:center}.native-main{margin-bottom:2em}.native-details{margin:1em}}@media screen and (min-width:600px){.native-flex{display:flex;padding:4em;text-align:left}.native-main{display:flex;margin-right:2em}.native-details{margin-left:2em}}@media screen and (min-width:1216px){.native-js{font-size:1.25rem}}:root{--bd-index-vertical:1.5rem;--bd-index-gap:3rem}.bd-index-section{--bd-section-vertical:1.5rem;--bd-section-horizontal:1.5rem;--bd-section-h:171deg;background-image:linear-gradient(180deg,hsla(var(--bd-section-h),100%,67%,.1),transparent var(--bd-index-vertical));background-repeat:repeat-x}.bd-index-section .bd-tw{margin-left:auto;margin-right:auto;max-width:28em}.bd-index-content{font-size:1rem}.bd-index-content strong{font-weight:600}.bd-index-content .title{color:#363636;font-size:2em;font-weight:400;position:relative}.bd-index-content .title .icon{height:1.125em;position:absolute;right:calc(100% + 1.5rem);top:0;width:1.125em}.bd-index-content .title a{font-weight:600}.bd-index-content .subtitle strong{color:inherit}.bd-index-content .icon-text strong{color:inherit}.bd-index-content .highlight{margin-bottom:1em}@media screen and (max-width:768px){.bd-index-section{padding:3rem 1.5rem}.bd-index-section .bd-tws{padding-left:0;padding-right:0}}@media screen and (min-width:769px),print{:root{--bd-index-vertical:3rem}.bd-index-section{padding-bottom:var(--bd-index-vertical);padding-top:var(--bd-index-vertical)}}@media screen and (min-width:1024px){.bd-index-content{font-size:1.125rem}}@media screen and (min-width:1216px){:root{--bd-index-vertical:6rem}.bd-index-content{font-size:1.25rem;max-width:23em}}@media screen and (min-width:1408px){:root{--bd-index-vertical:9rem}.bd-index-content{font-size:1.5rem}}.bd-docs{--docs-outer:1.5rem;--docs-inner:1.5rem;--docs-side-padding:1rem;border-top:2px solid #f5f5f5;position:relative}.bd-docs .bd-hero{margin-top:0}.bd-docs-nav,.bd-docs-side{background-color:#fafafa;width:11.25rem;z-index:3}.bd-docs-toggles{border-top:2px solid #f5f5f5;display:flex;justify-content:space-between;padding:.5rem .75rem}.bd-docs-overlay{background-color:#000;display:none;opacity:0;pointer-events:none;transition-duration:.2s;transition-property:opacity;z-index:2}.bd-docs-main{padding-bottom:var(--docs-outer);padding-left:var(--docs-outer);padding-right:var(--docs-outer)}.bd-docs-main .bd-hero .hero-body{padding-left:0;padding-right:0}.bd-docs-body{border-top:2px solid #f5f5f5;padding-top:var(--docs-inner)}.bd-docs-pagination{border-top:2px solid #f5f5f5;margin-top:var(--docs-inner);padding-top:var(--docs-inner)}.bd-docs-typo{margin-top:var(--docs-inner)}.bd-side-sponsrs{display:none;text-align:center}.bd-side-sponsor-label{color:#7a7a7a;font-size:.75em}.bd-side-sponsor{height:4rem}.bd-docs-content .bd-example.is-fullwidth,.bd-docs-content .section.is-fullwidth{margin-left:calc(-1 * var(--docs-outer));margin-right:calc(-1 * var(--docs-outer))}@media screen and (max-width:768px){.bd-docs-nav,.bd-docs-side{background-color:#fff;bottom:0;position:absolute;top:0;transition-duration:.2s;transition-property:transform}.bd-docs-overlay{display:block}.bd-docs{border-top:none;overflow:hidden}.bd-docs.bd-showing-overlay .bd-docs-overlay{opacity:.8;pointer-events:auto}.bd-docs-nav{left:-11.25rem}.bd-docs-nav.bd-is-shown{transform:translateX(100%)}.bd-docs-side{right:-11.25rem}.bd-docs-side.bd-is-shown{transform:translateX(-100%)}}@media screen and (min-width:769px),print{.bd-docs{--docs-outer:3rem;--docs-inner:3rem;display:grid;grid-template-columns:11.25rem 1fr 11.25rem}.bd-docs-main{overflow:hidden}.bd-docs-toggles{display:none}.bd-docs.bd-is-fullwidth{display:block}.bd-docs.bd-is-fullwidth .bd-docs-nav,.bd-docs.bd-is-fullwidth .bd-docs-side{bottom:0;position:absolute;top:0}.bd-docs.bd-is-fullwidth .bd-is-stickied.bd-docs-nav,.bd-docs.bd-is-fullwidth .bd-is-stickied.bd-docs-side{position:fixed}.bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover),.bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover){background:0 0;overflow:hidden;padding-left:0;padding-right:0}.bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover) .bd-categories,.bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-categories{padding-left:0;padding-right:0}.bd-docs.bd-is-fullwidth .bd-docs-nav{left:0}.bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover){left:-9.25rem}.bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover) .bd-categories-filter,.bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover) .bd-categories-no-results{visibility:hidden}.bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover) .bd-category-list{padding-left:0;padding-right:0}.bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover) .bd-category a{position:relative;text-indent:-9999px;width:100%}.bd-docs.bd-is-fullwidth .bd-docs-nav:not(:hover) .bd-category a::after{align-items:center;bottom:0;content:'•';display:flex;justify-content:center;position:absolute;right:0;text-align:center;text-indent:0;top:0;width:2rem}.bd-docs.bd-is-fullwidth .bd-docs-side{right:0}.bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover){right:-9.25rem}.bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-anchors,.bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-features{padding-left:0;padding-right:calc(2 * var(--docs-side-padding))}.bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-anchors-list li,.bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-anchors-title,.bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-feature,.bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-features-title{position:relative;transform:translateX(2rem);width:100%}.bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-anchors-list li::after,.bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-anchors-title::after,.bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-feature::after,.bd-docs.bd-is-fullwidth .bd-docs-side:not(:hover) .bd-features-title::after{align-items:center;bottom:0;content:'•';display:flex;justify-content:center;position:absolute;right:100%;text-align:center;top:0;width:2rem}}@media screen and (max-width:1023px){.bd-docs-pagination .bd-fat-button{font-size:1rem}}@media screen and (min-width:1024px){.bd-docs{--docs-outer:6rem;--docs-inner:3rem}}.bd-video{--spacing:1.5rem;display:grid;grid-template-columns:1fr;padding:var(--spacing)}.bd-video:not(:last-child){border-bottom:2px solid var(--videos-light)}.bd-video-figure img,.bd-video-figure video{max-width:100%;vertical-align:top}@media screen and (max-width:768px){.bd-video{grid-gap:var(--spacing)}}@media screen and (min-width:769px),print{.bd-video{--spacing:3rem;grid-template-columns:1fr 24em 4em calc(var(--container-width) - 28em) 1fr}.bd-video-info{grid-column:2}.bd-video-figure{grid-column:4/span 2}.bd-video-figure img{max-width:1440px}.bd-video-figure video{max-width:1280px}}@media screen and (min-width:1024px){.bd-video{--spacing:4.5rem}}.bd-tws{--tws-spacing:1.5rem;--column-min-width:100%;padding-left:var(--tws-spacing);padding-right:var(--tws-spacing)}@media screen and (min-width:769px),print{.bd-tws{--column-min-width:24em}}@media screen and (min-width:1216px){.bd-tws{font-size:1.125rem}}.bd-tws-list{display:grid;grid-gap:var(--tws-spacing);grid-template-columns:repeat(auto-fit,minmax(var(--column-min-width),1fr))}.bd-tw{background-color:#fafafa;border-radius:6px;flex-shrink:0;font-size:1em;padding:1.25em;text-align:left}.bd-tw.bd-is-white{background-color:#fff}.bd-tw>.mb-4{float:right;font-size:.75em}.bd-tw-header{align-items:stretch;display:flex;justify-content:flex-start}.bd-tw-author{align-items:center;display:flex;line-height:1.2}.bd-tw-author:hover .bd-tw-fullname{text-decoration:underline}.bd-tw-avatar{flex-shrink:0;height:2.25em;margin-right:.5em;width:2.25em}.bd-tw-avatar img{border-radius:9999px;display:block;height:2.25em;width:2.25em}.bd-tw-fullname{color:#363636;display:block;font-size:1em;font-weight:700}.bd-tw-username{color:#7a7a7a;display:block;font-size:.875em}.bd-tw-content{color:#363636;font-size:1em;line-height:1.4;margin-top:1em}.bd-tw-content a{color:#485fc7}.bd-tw-content a:hover{text-decoration:underline}.bd-tw-date{font-size:.875em;line-height:1.4;margin-top:.25em}.bd-tw-date a{color:#7a7a7a}.bd-tw-date a:hover{text-decoration:underline}.bd-tw-actions{align-items:center;display:flex;margin-top:.5em}.bd-tw-action{margin-right:1.25em}.bd-tw-action-link{align-items:center;color:#7a7a7a;display:flex;height:1.25em;min-width:1.25em}.bd-tw-icon{background-size:contain;height:1.25em;width:1.25em}.bd-tw-action-stat{color:currentColor;font-size:.875em;margin-left:.5em;margin-top:1px}.bd-tw-action.is-reply .bd-tw-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M14.046%202.242l-4.148-.01h-.002c-4.374%200-7.8%203.427-7.8%207.802%200%204.098%203.186%207.206%207.465%207.37v3.828c0%20.108.045.286.12.403.143.225.385.347.633.347.138%200%20.277-.038.402-.118.264-.168%206.473-4.14%208.088-5.506%201.902-1.61%203.04-3.97%203.043-6.312v-.017c-.006-4.368-3.43-7.788-7.8-7.79zm3.787%2012.972c-1.134.96-4.862%203.405-6.772%204.643V16.67c0-.414-.334-.75-.75-.75h-.395c-3.66%200-6.318-2.476-6.318-5.886%200-3.534%202.768-6.302%206.3-6.302l4.147.01h.002c3.532%200%206.3%202.766%206.302%206.296-.003%201.91-.942%203.844-2.514%205.176z%22%2F%3E%3C%2Fsvg%3E)}.bd-tw-action.is-reply .bd-tw-action-link:hover{color:var(--info)}.bd-tw-action.is-reply .bd-tw-action-link:hover .bd-tw-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%231DA1F2%22%20d%3D%22M14.046%202.242l-4.148-.01h-.002c-4.374%200-7.8%203.427-7.8%207.802%200%204.098%203.186%207.206%207.465%207.37v3.828c0%20.108.045.286.12.403.143.225.385.347.633.347.138%200%20.277-.038.402-.118.264-.168%206.473-4.14%208.088-5.506%201.902-1.61%203.04-3.97%203.043-6.312v-.017c-.006-4.368-3.43-7.788-7.8-7.79zm3.787%2012.972c-1.134.96-4.862%203.405-6.772%204.643V16.67c0-.414-.334-.75-.75-.75h-.395c-3.66%200-6.318-2.476-6.318-5.886%200-3.534%202.768-6.302%206.3-6.302l4.147.01h.002c3.532%200%206.3%202.766%206.302%206.296-.003%201.91-.942%203.844-2.514%205.176z%22%2F%3E%3C%2Fsvg%3E)}.bd-tw-action.is-retweet .bd-tw-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M23.77%2015.67c-.292-.293-.767-.293-1.06%200l-2.22%202.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414%200-.75.336-.75.75s.336.75.75.75h5.85c1.24%200%202.25%201.01%202.25%202.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06%200s-.294.768%200%201.06l3.5%203.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767%200-1.06zm-10.66%203.28H7.26c-1.24%200-2.25-1.01-2.25-2.25V6.46l2.22%202.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768%200-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06%200l-3.5%203.5c-.294.292-.294.767%200%201.06s.767.293%201.06%200l2.22-2.22V16.7c0%202.068%201.683%203.75%203.75%203.75h5.85c.414%200%20.75-.336.75-.75s-.337-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E)}.bd-tw-action.is-retweet .bd-tw-action-link:hover{color:var(--success)}.bd-tw-action.is-retweet .bd-tw-action-link:hover .bd-tw-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2317BF63%22%20d%3D%22M23.77%2015.67c-.292-.293-.767-.293-1.06%200l-2.22%202.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414%200-.75.336-.75.75s.336.75.75.75h5.85c1.24%200%202.25%201.01%202.25%202.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06%200s-.294.768%200%201.06l3.5%203.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767%200-1.06zm-10.66%203.28H7.26c-1.24%200-2.25-1.01-2.25-2.25V6.46l2.22%202.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768%200-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06%200l-3.5%203.5c-.294.292-.294.767%200%201.06s.767.293%201.06%200l2.22-2.22V16.7c0%202.068%201.683%203.75%203.75%203.75h5.85c.414%200%20.75-.336.75-.75s-.337-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E)}.bd-tw-action.is-heart .bd-tw-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E)}.bd-tw-action.is-heart .bd-tw-action-link:hover{color:var(--danger)}.bd-tw-action.is-heart .bd-tw-action-link:hover .bd-tw-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23E0245E%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E)}.bd-websites{--gap:0px;--width:672px;--spacing:1.5rem;display:grid;grid-gap:var(--gap);grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:calc(calc(2 * calc(var(--width) + var(--spacing)) + calc(3 * var(--gap))));padding-left:var(--spacing);padding-right:var(--spacing)}.bd-website{display:block;margin-left:auto;margin-right:auto;max-width:calc(2 * var(--width));padding-bottom:var(--spacing);position:relative;text-align:center;overflow:hidden;position:relative}.bd-website:hover{background-color:var(--expo-light)}.bd-website:hover .title{color:var(--expo-dark)}.bd-website:hover .bd-website-date{color:#363636}.bd-website:hover .bd-website-shadow{opacity:0}.bd-website:hover .bd-website-overlay{background-color:rgba(10,10,10,.1)}.bd-website.bd-is-highlighted{grid-column:span 2}.bd-website-date{color:#7a7a7a}.bd-website-image{align-items:center;display:flex;justify-content:center;margin-bottom:var(--spacing);position:relative}.bd-website-image img{border-radius:.375em}.bd-website-image .b-lazy{opacity:0;transition:opacity .5s ease-out}.bd-website-image .b-loaded{opacity:1}.bd-website-shadow{border:1px solid rgba(0,0,0,.04);transition:opacity .2s ease-out}.bd-website-overlay{background-color:transparent;border-radius:.375em;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);transition:background-color .2s ease-out}@media screen and (min-width:769px),print{.bd-websites{--spacing:3rem;grid-template-columns:repeat(auto-fill,minmax(var(--width),1fr))}}.bd-backers{--spacing:1.5rem;padding-bottom:var(--spacing);padding-top:var(--spacing)}.bd-backers-platforms{--spacing:1.5rem;padding:var(--spacing);text-align:center}.bd-backers-platform .bd-backers-platform-logo{border-radius:6px;padding:var(--spacing);transition-duration:172ms;transition-property:box-shadow}.bd-backers-platform .bd-backers-platform-logo:hover{box-shadow:0 0 0 2px var(--color)}.bd-backers-platform.bd-is-patreon{--color:var(--patreon);grid-column:2}.bd-backers-platform.bd-is-github{--color:var(--github);grid-column:3}.bd-backers-platform .bd-fat-button{margin-top:1em}.bd-backers-heading h2{background-color:var(--sponsor-light);border-radius:6px;color:var(--sponsor);font-size:1em;font-weight:600;padding:.5em 1em}.bd-backers-group{padding:var(--spacing);text-align:center}.bd-backers-list{display:grid;grid-gap:1em}.bd-backers-list.bd-is-patreon{grid-column:2}.bd-backers-list.bd-is-patreon .icon-text{color:#7a7a7a;font-size:.75em}.bd-backers-list.bd-is-patreon .icon-text.bd-is-twitter{color:var(--twitter)}.bd-backers-list.bd-is-github{grid-column:3}.bd-tier{align-items:center;border-bottom:2px solid #fafafa;display:grid;grid-gap:1em;padding:1em}.bd-tier-amount{color:#363636;font-size:1.5em;font-weight:600}.bd-tier-frequency{color:#7a7a7a}.bd-tiers-info{--spacing:1.5em;background-color:#fafafa;color:#7a7a7a;grid-gap:var(--spacing);grid-template-columns:1fr 1fr;padding:var(--spacing)}.bd-tiers-info strong{color:currentColor}.bd-tiers-info p:not(:last-child){margin-bottom:.25em}.bd-tiers-info-question{justify-self:flex-end;max-width:15em}.bd-tiers-info-answer{max-width:25em}@media screen and (max-width:768px){.bd-backers-platform.bd-is-github{margin-top:3rem}}@media screen and (min-width:769px),print{.bd-backers-group,.bd-backers-platforms{display:grid;grid-template-columns:1fr calc(var(--container-width)/ 2) calc(var(--container-width)/ 2) 1fr}.bd-backers{background-image:linear-gradient(90deg,transparent calc(50% - 2px),var(--sponsor-light) calc(50%),transparent calc(50% + 2px))}.bd-tier{grid-template-columns:10em 8em 1fr}.bd-tier-amount{text-align:right}.bd-tiers-info{display:grid}.bd-tiers-info-question{text-align:right}}@media screen and (min-width:1024px){.bd-backers,.bd-tiers{font-size:1.125rem}.bd-tiers-info{--spacing:3em}}@media screen and (min-width:1216px){.bd-backers,.bd-tiers{font-size:1.25rem}}.bd-posts{--font-size-base:1rem;--font-size-large:1.25rem;--featured-font-size-base:1.125rem;--featured-font-size-large:1.5rem;--padding:1.5rem;margin-top:2px}.bd-post{font-size:var(--font-size-base);position:relative}.bd-post.is-featured{--font-size-base:var(--featured-font-size-base);--font-size-large:var(--featured-font-size-large)}.bd-post:hover{z-index:2}.bd-post:not(:last-child) .bd-post-link{border-bottom:2px solid #ededed}.bd-post-link{align-items:center;display:block;padding-bottom:calc(2 * var(--padding));padding-left:var(--padding);padding-right:var(--padding);padding-top:calc(2 * var(--padding));position:relative;transition-duration:172ms;transition-property:background-color,border-bottom-color,box-shadow}.bd-post-link .icon{color:var(--color);flex-shrink:0;flex-grow:0;font-size:var(--font-size-large);height:1.125em;margin-right:1em;width:1.125em}.bd-post-link:hover{background-color:#fafafa;border-bottom-color:transparent;border-radius:.375em;box-shadow:0 0 0 2px #fafafa}.bd-post-link:hover::after{opacity:0}.bd-post-link:hover .title{color:#485fc7}.bd-post-body{display:flex}.bd-post-content code{background:0 0;padding:0}.bd-post-content .title{font-size:var(--font-size-large);transition-duration:172ms;transition-property:color}.bd-post-content .subtitle{font-size:var(--font-size-base);color:#7a7a7a}.bd-post-image img{border-radius:.375em}.bd-post-screenshot img{max-height:100%;width:auto}@media screen and (max-width:768px){.bd-post-image,.bd-post-screenshot{margin-top:var(--padding)}}@media screen and (min-width:769px),print{.bd-posts{--font-size-base:1.125rem;--font-size-large:1.5rem;--featured-font-size-base:1.25rem;--featured-font-size-large:2rem;--second-column-width:((2 * 1.5rem * 1.125) + 1.5rem);display:grid;grid-template-columns:1fr 4.3125rem var(--container-width) 4.3125rem 1fr}.bd-post{grid-column:2/span 3}.bd-post-link{display:flex}.bd-post-body{flex-grow:1;flex-shrink:1}.bd-post-content{max-width:30em}.bd-post-image{flex-grow:0;flex-shrink:0;height:240px;margin-left:var(--padding);width:400px}.bd-post-screenshot{align-items:center;display:flex;flex-grow:1;flex-shrink:1;height:240px;justify-content:center;margin-left:var(--padding);width:70%}}.bd-single-header{--font-size-title:2rem;--font-size-subtitle:1.25rem;--font-size-date:1rem;--margin:3rem;--padding:3rem;margin-bottom:var(--margin);margin-top:var(--margin);padding-left:var(--padding);padding-right:var(--padding);text-align:center}.bd-single-header code{background:0 0;padding:0}.bd-single-header .title{font-size:var(--font-size-title);margin-left:auto;margin-right:auto;max-width:16em}.bd-single-header .subtitle{color:#7a7a7a;font-size:var(--font-size-subtitle)}.bd-single-header .subtitle.is-date{font-size:var(--font-size-date);opacity:.5}.bd-single-carbon{margin-bottom:3rem;margin-top:3rem}.bd-single-body{padding:0 3rem}.bd-single-content hr{margin:3rem 0}.bd-single-content .table{font-size:1rem}.bd-single-hr:not(:first-child){margin-top:3rem}.bd-single-hr:not(:last-child){margin-bottom:3rem}.bd-single-image{margin-bottom:3rem}.bd-single-image div{flex-grow:1;max-width:1600px;min-height:1px}.bd-single-image figure{background:#f5f5f5;padding-top:56.25%;position:relative}.bd-single-image img{left:0;height:100%;position:absolute;top:0;width:100%}@media screen and (max-width:1023px){.bd-single-body.bd-is-last{padding-bottom:3rem}}@media screen and (min-width:769px),print{.bd-single-image{padding-left:3rem;padding-right:3rem}.bd-single-image img{border-radius:6px}.bd-single-content{font-size:1.125rem}}@media screen and (min-width:1024px){.bd-single-header{--font-size-title:2.5rem;--font-size-subtitle:1.5rem;--font-size-date:1.25rem;--margin:4.5rem;--padding:4.5rem}.bd-single-body.bd-is-last{padding-bottom:4.5rem}}@media screen and (min-width:1216px){.bd-single-header{--font-size-title:3rem;--font-size-subtitle:2rem;--font-size-date:1.5rem;--margin:6rem;--padding:6rem}.bd-single-content{font-size:1.25rem}.bd-single-body.bd-is-last{padding-bottom:6rem}}@media screen and (min-width:1408px){.bd-single-header{--margin:9rem}.bd-single-content{font-size:1.5rem}.bd-single-body.bd-is-last{padding-bottom:9rem}}.bd-post-fullwidth{text-align:center}@media screen and (min-width:60rem){.bd-post-fullwidth{margin-left:calc(28rem - 50vw);margin-right:calc(28rem - 50vw)}}.bd-extension{border-bottom:2px solid #fafafa;display:block;padding:1.5rem}.bd-extension .subtitle{color:#7a7a7a}.bd-extension:hover{background-color:#fafafa}.bd-extension:hover .title{color:#485fc7}.bd-extension:hover .subtitle{color:#363636}@media screen and (min-width:769px),print{.bd-extension{padding:3rem 0}}.bd-mwb{padding:1.5rem}.bd-mwb-table td{vertical-align:middle}.bd-mwb-table td img{vertical-align:middle}@media screen and (min-width:769px),print{.bd-mwb{font-size:1.125rem;padding:3rem}}@media screen and (min-width:1024px){.bd-mwb{font-size:1.25rem}}.bd-snippet-preview.bd-is-mwb{align-items:stretch;padding-top:0}.bd-snippet-code.bd-is-mwb .highlight{border-top-left-radius:.375em}.bd-snippet-mwb{border-radius:.375em;flex-grow:1;height:10.5rem}.bd-bootstrap-table{margin:3em 0}.bd-pros-heading{padding:0 2em;text-align:center}.bd-pros-icon{margin-bottom:3em;text-align:center}.bd-pros-icon svg{height:3em;width:auto}.bd-pros-list{margin:0 auto;max-width:540px}.bd-pro .icon{font-size:1.25em;height:1.125em;position:relative;top:-1px;width:1.125em}.bd-pro .title{font-size:1.25em;margin-bottom:.5em}.bd-pro+.bd-pro{margin-top:2em;padding-top:2em}.bd-pro-content p:not(:last-child){margin-bottom:.5em}.bd-pro.bd-is-bulma .icon{color:#00d1b2}.bd-pro.bd-is-bootstrap .icon{color:#6f5499}.bd-bootstrap-comparison{margin:0 auto;max-width:42em}.bd-bootstrap-comparison .table{color:#f14668}.bd-bootstrap-comparison .table tfoot th,.bd-bootstrap-comparison .table thead th{font-size:1.5em;text-align:center}.bd-bootstrap-comparison .table tfoot svg,.bd-bootstrap-comparison .table thead svg{height:1.5em;margin-right:1em;position:relative;top:.25em;width:auto}.bd-bootstrap-comparison .table tbody th{font-size:1.25em;text-align:center}.bd-bootstrap-comparison .table tbody td{font-family:monospace;width:50%}.bd-bootstrap-comparison .table tbody a{color:currentColor}.bd-bootstrap-comparison .table tbody a:hover{text-decoration:underline}.bd-bootstrap-comparison .table .bd-is-empty{background-color:#f5f5f5;color:#7a7a7a}.bd-bootstrap-comparison .table .bd-is-unique{background-color:rgba(72,199,142,.25);color:#363636;font-weight:700}.bd-bootstrap-comparison-header{margin-bottom:3em}@media screen and (min-width:1024px){.bd-bootstrap-table{font-size:1.125rem}}@media screen and (min-width:1216px){.bd-bootstrap-table{font-size:1.25rem}}.bd-hello-body{display:grid;grid-gap:var(--bd-index-gap)}.bd-hello-ghbtns{margin-bottom:1em;min-height:30px}.bd-hello-ghbtns a,.bd-hello-ghbtns iframe,.bd-hello-ghbtns img{height:30px}.bd-hello-ghbtns a{display:inline-block;min-width:100px;vertical-align:top}.bd-hello-ghbtns img{display:block}.bd-hello-buttons .bd-fat-button{font-size:1.125em}.bd-hello-media{text-align:center}.bd-hello-video{padding-top:56.25%;position:relative}.bd-hello-video>div{bottom:0;left:0;position:absolute;right:0;top:0}.bd-hello-shadow{background-size:cover}.bd-hello-iframe{border-radius:.75em}.bd-hello-iframe iframe{height:100%;width:100%}.bd-hello-author{color:#7a7a7a;margin-top:1em;opacity:.5}.bd-hello-author a{color:currentColor}.bd-hello-author a:hover{text-decoration:underline}@media screen and (max-width:768px){.bd-hello{grid-gap:var(--bd-index-vertical);padding:var(--bd-index-vertical)}.bd-hello-content .title br{display:none}.bd-hello-buttons .button{margin-right:0!important;width:100%}}@media screen and (min-width:769px),print{.bd-hello{align-items:center;padding-bottom:var(--bd-index-vertical);padding-top:var(--bd-index-vertical)}.bd-hello-body{align-items:center;grid-gap:0;grid-template-columns:var(--bd-index-gap) 1fr calc(calc(var(--container-width) - var(--bd-index-gap))/ 2) var(--bd-index-gap) calc(calc(var(--container-width) - var(--bd-index-gap))/ 2) 1fr var(--bd-index-gap)}.bd-hello-content{grid-column:3/span 1}.bd-hello-buttons{display:grid;grid-gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:0!important}.bd-hello-buttons .button{margin:0!important;padding-left:0!important;padding-right:0!important}.bd-hello-media{grid-column:5/span 2}.bd-hello-sponsors{grid-column:4/span 4}}.bd-focus{padding:1.5rem}.bd-focus-item{align-items:center;border-radius:6px;display:flex;padding:1.5rem;position:relative}.bd-focus-item .subtitle,.bd-focus-item .title a{transition-duration:172ms;transition-property:color}.bd-focus-item .title{position:relative;transition-duration:172ms;transition-property:color}.bd-focus-item .subtitle{color:#7a7a7a;position:relative}.bd-focus-item .subtitle strong{color:currentColor}.bd-focus-item .subtitle .subtitle{color:#4a4a4a}.bd-focus-item:nth-child(1):hover .title{color:#ff470f}.bd-focus-item:nth-child(2):hover .title{color:#48c78e}.bd-focus-item:nth-child(3):hover .title{color:#485fc7}.bd-focus-item:nth-child(4):hover .title{color:#0a0a0a}.bd-focus-graph{align-items:center;display:flex;height:3rem;justify-content:center;margin-right:1.5rem;width:3rem}.bd-focus-icon{align-items:center;display:flex;flex-grow:1;justify-content:center;position:relative}.bd-focus-device{--device-y:4px;--device-x:2px;--device-sm-deg:14deg;--device-md-deg:-21deg;--device-lg-deg:-86deg;--device-deg:var(--device-sm-deg);--device-sm-height:24px;--device-sm-width:16px;--device-md-height:32px;--device-md-width:24px;--device-lg-height:40px;--device-lg-width:48px;-webkit-animation:bdDeviceBounce 3.5s infinite;animation:bdDeviceBounce 3.5s infinite;border:0 solid hsl(var(--device-deg),100%,53%);border-width:var(--device-y) var(--device-x);border-radius:.375em;display:block;height:var(--device-height);position:relative;width:var(--device-width)}.bd-focus-cubes{position:relative;height:3rem;top:-.5rem;width:3rem}.bd-focus-cube{color:#48c78e;position:absolute}.bd-focus-cube-1{left:0;top:0}.bd-focus-cube-2{left:-1rem;top:23px}.bd-focus-cube-3{left:1rem;top:23px}.bd-focus-css3{color:#485fc7}.bd-focus-github{color:#333}@-webkit-keyframes bdDeviceBounce{0%{--device-deg:var(--device-sm-deg);height:var(--device-sm-height);width:var(--device-sm-width)}28%{--device-deg:var(--device-sm-deg);height:var(--device-sm-height);width:var(--device-sm-width)}33%{--device-deg:var(--device-md-deg);height:var(--device-md-height);width:var(--device-md-width)}62%{--device-deg:var(--device-md-deg);height:var(--device-md-height);width:var(--device-md-width)}67%{--device-deg:var(--device-lg-deg);height:var(--device-lg-height);width:var(--device-lg-width)}95%{--device-deg:var(--device-lg-deg);height:var(--device-lg-height);width:var(--device-lg-width)}100%{--device-deg:var(--device-sm-deg);height:var(--device-sm-height);width:var(--device-sm-width)}}@keyframes bdDeviceBounce{0%{--device-deg:var(--device-sm-deg);height:var(--device-sm-height);width:var(--device-sm-width)}28%{--device-deg:var(--device-sm-deg);height:var(--device-sm-height);width:var(--device-sm-width)}33%{--device-deg:var(--device-md-deg);height:var(--device-md-height);width:var(--device-md-width)}62%{--device-deg:var(--device-md-deg);height:var(--device-md-height);width:var(--device-md-width)}67%{--device-deg:var(--device-lg-deg);height:var(--device-lg-height);width:var(--device-lg-width)}95%{--device-deg:var(--device-lg-deg);height:var(--device-lg-height);width:var(--device-lg-width)}100%{--device-deg:var(--device-sm-deg);height:var(--device-sm-height);width:var(--device-sm-width)}}@-webkit-keyframes bdGrow{from{transform:scale(0)}to{transform:scale(1)}}@keyframes bdGrow{from{transform:scale(0)}to{transform:scale(1)}}@-webkit-keyframes bdSlideDown{from{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}@keyframes bdSlideDown{from{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes bdSlideUp{from{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes bdSlideUp{from{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.bd-focus-css3,.bd-focus-cube-1,.bd-focus-cube-2,.bd-focus-cube-3,.bd-focus-desktop,.bd-focus-github,.bd-focus-item .subtitle,.bd-focus-item .title,.bd-focus-mobile,.bd-focus-tablet{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(.14,.71,.29,.86);animation-timing-function:cubic-bezier(.14,.71,.29,.86);transform-origin:center center}.bd-focus-item .title{-webkit-animation-name:bdSlideDown;animation-name:bdSlideDown}.bd-focus-item .subtitle{-webkit-animation-name:bdSlideUp;animation-name:bdSlideUp}.bd-focus-item:nth-child(1) .title{-webkit-animation-delay:0;animation-delay:0}.bd-focus-item:nth-child(1) .subtitle{-webkit-animation-delay:125ms;animation-delay:125ms}.bd-focus-item:nth-child(2) .title{-webkit-animation-delay:.5s;animation-delay:.5s}.bd-focus-item:nth-child(2) .subtitle{-webkit-animation-delay:625ms;animation-delay:625ms}.bd-focus-item:nth-child(3) .title{-webkit-animation-delay:1s;animation-delay:1s}.bd-focus-item:nth-child(3) .subtitle{-webkit-animation-delay:1125ms;animation-delay:1125ms}.bd-focus-item:nth-child(4) .title{-webkit-animation-delay:1.5s;animation-delay:1.5s}.bd-focus-item:nth-child(4) .subtitle{-webkit-animation-delay:1625ms;animation-delay:1625ms}.bd-focus-desktop,.bd-focus-mobile,.bd-focus-tablet{-webkit-animation-name:bdGrow;animation-name:bdGrow;transform-origin:bottom center}.bd-focus-mobile{-webkit-animation-delay:0;animation-delay:0}.bd-focus-tablet{-webkit-animation-delay:250ms;animation-delay:250ms}.bd-focus-desktop{-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes bdCube1{0%{transform:translate3d(0,-50px,0);opacity:0}100%,25%{transform:translate3d(0,0,0);opacity:1}}@keyframes bdCube1{0%{transform:translate3d(0,-50px,0);opacity:0}100%,25%{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes bdCube2{0%{transform:translate3d(-40px,30px,0);opacity:0}100%,25%{transform:translate3d(0,0,0);opacity:1}}@keyframes bdCube2{0%{transform:translate3d(-40px,30px,0);opacity:0}100%,25%{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes bdCube3{0%{transform:translate3d(40px,30px,0);opacity:0}100%,25%{transform:translate3d(0,0,0);opacity:1}}@keyframes bdCube3{0%{transform:translate3d(40px,30px,0);opacity:0}100%,25%{transform:translate3d(0,0,0);opacity:1}}.bd-focus-cube-1,.bd-focus-cube-2,.bd-focus-cube-3{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.bd-focus-cube-1{-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-name:bdCube1;animation-name:bdCube1}.bd-focus-cube-2{-webkit-animation-name:bdCube2;animation-name:bdCube2;-webkit-animation-delay:750ms;animation-delay:750ms}.bd-focus-cube-3{-webkit-animation-name:bdCube3;animation-name:bdCube3;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes bdFadeIn{from{opacity:0}to{opacity:1}}@keyframes bdFadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes bdSlowIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes bdSlowIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes bdScaleIn{from{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes bdScaleIn{from{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.bd-focus-css3{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-name:bdScaleIn;animation-name:bdScaleIn}.bd-focus-github{-webkit-animation-delay:1.5s;animation-delay:1.5s;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-name:bdJellyPop;animation-name:bdJellyPop}@-webkit-keyframes bdJellyPop{0%{opacity:0;transform:matrix3d(.1,0,0,0,0,.1,0,0,0,0,1,0,0,0,0,1)}3.4%{opacity:1;transform:matrix3d(.384,0,0,0,0,.466,0,0,0,0,1,0,0,0,0,1)}4.7%{transform:matrix3d(.505,0,0,0,0,.639,0,0,0,0,1,0,0,0,0,1)}6.81%{transform:matrix3d(.693,0,0,0,0,.904,0,0,0,0,1,0,0,0,0,1)}9.41%{transform:matrix3d(.895,0,0,0,0,1.151,0,0,0,0,1,0,0,0,0,1)}10.21%{transform:matrix3d(.947,0,0,0,0,1.204,0,0,0,0,1,0,0,0,0,1)}13.61%{transform:matrix3d(1.111,0,0,0,0,1.299,0,0,0,0,1,0,0,0,0,1)}14.11%{transform:matrix3d(1.127,0,0,0,0,1.298,0,0,0,0,1,0,0,0,0,1)}17.52%{transform:matrix3d(1.187,0,0,0,0,1.216,0,0,0,0,1,0,0,0,0,1)}18.72%{transform:matrix3d(1.191,0,0,0,0,1.169,0,0,0,0,1,0,0,0,0,1)}21.32%{transform:matrix3d(1.177,0,0,0,0,1.062,0,0,0,0,1,0,0,0,0,1)}24.32%{transform:matrix3d(1.135,0,0,0,0,.964,0,0,0,0,1,0,0,0,0,1)}25.23%{transform:matrix3d(1.121,0,0,0,0,.944,0,0,0,0,1,0,0,0,0,1)}29.03%{transform:matrix3d(1.057,0,0,0,0,.907,0,0,0,0,1,0,0,0,0,1)}29.93%{transform:matrix3d(1.043,0,0,0,0,.909,0,0,0,0,1,0,0,0,0,1)}35.54%{transform:matrix3d(.981,0,0,0,0,.966,0,0,0,0,1,0,0,0,0,1)}36.74%{transform:matrix3d(.974,0,0,0,0,.981,0,0,0,0,1,0,0,0,0,1)}41.04%{transform:matrix3d(.965,0,0,0,0,1.02,0,0,0,0,1,0,0,0,0,1)}44.44%{transform:matrix3d(.969,0,0,0,0,1.029,0,0,0,0,1,0,0,0,0,1)}52.15%{transform:matrix3d(.992,0,0,0,0,1.006,0,0,0,0,1,0,0,0,0,1)}59.86%{transform:matrix3d(1.005,0,0,0,0,.991,0,0,0,0,1,0,0,0,0,1)}63.26%{transform:matrix3d(1.007,0,0,0,0,.993,0,0,0,0,1,0,0,0,0,1)}75.28%{transform:matrix3d(1.001,0,0,0,0,1.003,0,0,0,0,1,0,0,0,0,1)}85.49%{transform:matrix3d(.999,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}90.69%{transform:matrix3d(.999,0,0,0,0,.999,0,0,0,0,1,0,0,0,0,1)}100%{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes bdJellyPop{0%{opacity:0;transform:matrix3d(.1,0,0,0,0,.1,0,0,0,0,1,0,0,0,0,1)}3.4%{opacity:1;transform:matrix3d(.384,0,0,0,0,.466,0,0,0,0,1,0,0,0,0,1)}4.7%{transform:matrix3d(.505,0,0,0,0,.639,0,0,0,0,1,0,0,0,0,1)}6.81%{transform:matrix3d(.693,0,0,0,0,.904,0,0,0,0,1,0,0,0,0,1)}9.41%{transform:matrix3d(.895,0,0,0,0,1.151,0,0,0,0,1,0,0,0,0,1)}10.21%{transform:matrix3d(.947,0,0,0,0,1.204,0,0,0,0,1,0,0,0,0,1)}13.61%{transform:matrix3d(1.111,0,0,0,0,1.299,0,0,0,0,1,0,0,0,0,1)}14.11%{transform:matrix3d(1.127,0,0,0,0,1.298,0,0,0,0,1,0,0,0,0,1)}17.52%{transform:matrix3d(1.187,0,0,0,0,1.216,0,0,0,0,1,0,0,0,0,1)}18.72%{transform:matrix3d(1.191,0,0,0,0,1.169,0,0,0,0,1,0,0,0,0,1)}21.32%{transform:matrix3d(1.177,0,0,0,0,1.062,0,0,0,0,1,0,0,0,0,1)}24.32%{transform:matrix3d(1.135,0,0,0,0,.964,0,0,0,0,1,0,0,0,0,1)}25.23%{transform:matrix3d(1.121,0,0,0,0,.944,0,0,0,0,1,0,0,0,0,1)}29.03%{transform:matrix3d(1.057,0,0,0,0,.907,0,0,0,0,1,0,0,0,0,1)}29.93%{transform:matrix3d(1.043,0,0,0,0,.909,0,0,0,0,1,0,0,0,0,1)}35.54%{transform:matrix3d(.981,0,0,0,0,.966,0,0,0,0,1,0,0,0,0,1)}36.74%{transform:matrix3d(.974,0,0,0,0,.981,0,0,0,0,1,0,0,0,0,1)}41.04%{transform:matrix3d(.965,0,0,0,0,1.02,0,0,0,0,1,0,0,0,0,1)}44.44%{transform:matrix3d(.969,0,0,0,0,1.029,0,0,0,0,1,0,0,0,0,1)}52.15%{transform:matrix3d(.992,0,0,0,0,1.006,0,0,0,0,1,0,0,0,0,1)}59.86%{transform:matrix3d(1.005,0,0,0,0,.991,0,0,0,0,1,0,0,0,0,1)}63.26%{transform:matrix3d(1.007,0,0,0,0,.993,0,0,0,0,1,0,0,0,0,1)}75.28%{transform:matrix3d(1.001,0,0,0,0,1.003,0,0,0,0,1,0,0,0,0,1)}85.49%{transform:matrix3d(.999,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}90.69%{transform:matrix3d(.999,0,0,0,0,.999,0,0,0,0,1,0,0,0,0,1)}100%{opacity:1;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}.bd-best{height:calc(386px + 3rem);padding:1.5rem 0;overflow:hidden;position:relative}.bd-best-list{align-items:stretch;-webkit-animation-duration:93.6s;animation-duration:93.6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;display:flex;left:0;position:absolute;top:1.5rem;-webkit-animation-name:bdBestCarousel;animation-name:bdBestCarousel}.bd-best-list:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.bd-best-item{flex-grow:0;flex-shrink:0;margin-right:16px;transition-duration:172ms;transition-property:box-shadow,transform;width:504px}.bd-best-item.bd-is-medium{font-size:1.125em}.bd-best-item.bd-is-large{font-size:1.25em}.bd-best-item.bd-is-huge{font-size:1.5em}.bd-best-item:hover{box-shadow:0 1em 1em rgba(0,0,0,.1);transform:translateY(-.5em)}.bd-screenshot{align-self:flex-start;display:block;transition-duration:172ms;transition-property:box-shadow,transform}.bd-screenshot,.bd-screenshot img{border-radius:6px}.bd-screenshot img{display:inline-block;height:auto;vertical-align:top;width:auto}@-webkit-keyframes bdBestCarousel{100%{transform:translateX(calc(-100% + 3120px))}}@keyframes bdBestCarousel{100%{transform:translateX(calc(-100% + 3120px))}}.bd-sponsors{--bd-sponsors-spacing:1.5rem}.bd-sponsors-body{display:grid;grid-gap:var(--bd-index-gap)}@media screen and (max-width:768px){.bd-sponsors{grid-gap:var(--bd-sponsors-spacing);padding:var(--bd-sponsors-spacing)}}.bd-partner-sponsors{--sponsor-width:11rem;display:grid;grid-gap:0;grid-template-columns:repeat(auto-fill,minmax(var(--sponsor-width),1fr));overflow:hidden}.bd-partner-sponsor{padding:1.5rem .75rem}.bd-partner-sponsor img,.bd-partner-sponsor strong{position:relative}@media screen and (max-width:1023px){.bd-sponsors{padding:var(--bd-index-vertical)}.bd-partner-sponsors{margin-left:-1.5rem;margin-right:-1.5rem}}@media screen and (min-width:1024px){.bd-sponsors{padding-bottom:var(--bd-index-vertical);padding-top:var(--bd-index-vertical)}.bd-sponsors-body{align-items:center;grid-gap:0;grid-template-columns:var(--bd-index-gap) 1fr calc(calc(var(--container-width) - var(--bd-index-gap))/ 2) var(--bd-index-gap) calc(calc(var(--container-width) - var(--bd-index-gap))/ 2) 1fr var(--bd-index-gap)}.bd-sponsors-content{font-size:1.125rem;grid-column:3/span 1}.bd-sponsors-list{grid-column:4/span 4}}@media screen and (min-width:1216px){.bd-sponsors{--bd-sponsors-spacing:6rem}.bd-sponsors-content{font-size:1.25rem}.bd-partner-sponsors{--sponsor-width:12rem}}@media screen and (min-width:1408px){.bd-sponsors{--bd-sponsors-spacing:9rem}.bd-sponsors-content{font-size:1.5rem}}.bd-heading>.icon{font-size:2rem;height:1.125em;width:1.125em}.bd-heading .subtitle,.bd-heading .title{font-weight:400}.bd-heading .subtitle strong,.bd-heading .title strong{color:inherit;font-weight:600}.bd-heading .subtitle small,.bd-heading .title small{color:#7a7a7a;display:block;font-size:.75em}.bd-heading .subtitle{color:#7a7a7a}.bd-heading .bd-fat-button{font-weight:400}.bd-heading .bd-fat-button strong{font-weight:600}@media screen and (max-width:768px){.bd-heading{margin-bottom:var(--bd-index-vertical)}.bd-heading .icon{float:left;margin-right:.75rem}.bd-heading .subtitle{margin:.75rem 0!important}.bd-heading form{margin-top:1.5rem}}@media screen and (min-width:769px),print{.bd-heading{align-items:center;display:grid;grid-gap:0;grid-template-columns:1fr 4rem calc(var(--container-width)/ 3) calc(var(--container-width)/ 3) calc(var(--container-width)/ 3) 4rem 1fr;margin-bottom:calc(var(--bd-index-vertical)/ 2)}.bd-heading>.icon{grid-column:2}.bd-heading .title{grid-column:3;max-width:9em}.bd-heading .subtitle{grid-column:4;max-width:10em}.bd-heading .button{grid-column:5/span 1;justify-self:flex-end}}#grid .notification{padding-left:0;padding-right:0}.bd-columns-tools{margin-top:3rem}.bd-columns-tool .highlight{font-size:.875em}.bd-columns-tool.bd-is-try .buttons{justify-content:center}.bd-columns-tool.bd-is-try .button strong{font-weight:600}#markup{width:100%}#markup .highlight pre{max-height:none}#message{display:none;margin-top:3rem}@media screen and (max-width:768px){.bd-columns-tool.bd-is-markup{margin-top:3rem}}@media screen and (min-width:769px),print{.bd-columns-tools{align-items:flex-start;display:flex}.bd-columns-tool{width:50%}.bd-columns-tool.bd-is-try{padding-top:60px}}.bd-index-custom-title{color:#b5b5b5}.bd-index-custom-example{padding:1rem}.bd-index-custom-example .subtitle{margin-bottom:.5rem}.bd-index-custom.bd-is-after{color:#757763;font-family:Nunito,serif;margin-top:.5rem}.bd-index-custom.bd-is-after a{color:#fa7c91}.bd-index-custom.bd-is-after a:hover{color:#363636}.bd-index-custom.bd-is-after .subtitle{color:#757763}.bd-index-custom.bd-is-after .input,.bd-index-custom.bd-is-after .select select{background-color:#eff0eb;border-color:transparent;border-width:2px;box-shadow:none;font-family:Nunito,serif}.bd-index-custom.bd-is-after .input:hover,.bd-index-custom.bd-is-after .select select:hover{border-color:#d0d1cd}.bd-index-custom.bd-is-after .input:focus,.bd-index-custom.bd-is-after .select select:focus{border-color:#fa7c91;box-shadow:0 0 0 .125em rgba(250,124,145,.25)}.bd-index-custom.bd-is-after .select:not(.is-multiple):not(:hover)::after{border-color:#fa7c91}.bd-index-custom.bd-is-after .button.is-primary{background-color:#8a4d76;color:#fff}.bd-index-custom.bd-is-after .button.is-primary:hover{background-color:#82486f}.bd-index-custom.bd-is-after .button.is-primary:active{background-color:#7a4468}.bd-index-custom.bd-is-after .button.is-link{background-color:#fa7c91;color:#fff}.bd-index-custom.bd-is-after .button.is-link:hover{background-color:#fa7087}.bd-index-custom.bd-is-after .button.is-link:active{background-color:#f9637c}.bd-index-custom.bd-is-after ::-moz-selection{background-color:#fa7c91;color:#fff}.bd-index-custom.bd-is-after ::selection{background-color:#fa7c91;color:#fff}.bd-footer-title{color:#7a7a7a;font-size:1.25rem;line-height:1.25;margin-bottom:.5rem;transition-duration:86ms;transition-property:color}.bd-footer-title strong{color:currentColor;font-weight:600}.bd-footer-subtitle{color:#b5b5b5;margin-top:-.5rem;transition-duration:86ms;transition-property:color}.bd-footer-iframe{display:flex;flex-wrap:wrap;margin-bottom:-10px;min-height:30px}.bd-footer-iframe iframe{height:30px;margin-bottom:10px}.bd-footer-iframe .fb-like{margin-left:10px}.bd-footer-iframe.is-github iframe{width:100%}.bd-footer-tsp{color:#b5b5b5;margin-top:1.5rem}.bd-footer-star,.bd-footer-support{text-align:center}.bd-footer-star .bd-footer-title,.bd-footer-support .bd-footer-title{font-size:1.5rem}.bd-footer-support{background-color:#fafafa;box-shadow:none;padding:3rem}.bd-footer-support .bd-footer-title{margin-bottom:1.5rem}.bd-footer-donations{justify-content:center}.bd-footer-donation{flex:none}.bd-footer-donation-items{display:flex;flex-wrap:wrap;justify-content:center}.bd-footer-donation-items .bd-footer-sponsor{width:12rem}.bd-footer-sponsor{height:70px}@media screen and (min-width:769px),print{.bd-footer-donation{padding:.75rem 1.5rem}}@media screen and (min-width:1024px){.bd-footer-support{padding-bottom:6rem;padding-top:6rem}}.bd-footer-donation-title{color:#b5b5b5;margin-bottom:.5rem}.bd-footer-donation-title strong{color:currentColor}.bd-footer-donation-action{height:70px}.bd-footer-donation-action .bd-github-button{margin-right:.5rem}.bd-footer-donation-action .bd-github-button,.bd-footer-donation-action .bd-patreon-button{flex-shrink:0}.bd-footer-donation-action .paypal-form{height:30px}.bd-footer-donation-action .paypal-form img{display:block}.bd-footer-stars{margin-top:2.5rem}@media screen and (min-width:769px),print{.bd-footer-stars{align-items:stretch;display:flex;justify-content:space-between}}.bd-footer-star{transition-duration:86ms;transition-property:box-shadow,transform;will-change:box-shadow,transform}@media screen and (max-width:768px){.bd-footer-star:not(:last-child){margin-bottom:1.5rem}}@media screen and (min-width:769px),print{.bd-footer-star{width:calc(33.3333% - 2rem)}}.bd-footer-star:hover{box-shadow:0 3rem 3rem -1.25rem rgba(10,10,10,.1);transform:translateY(-.5rem)}.bd-footer-star:hover .bd-footer-subtitle,.bd-footer-star:hover .bd-footer-title{color:#485fc7}.bd-footer-star.bd-is-expo,.bd-footer-star.bd-is-love{padding-bottom:156px}.bd-footer-star.bd-is-expo .bd-footer-title,.bd-footer-star.bd-is-love .bd-footer-title{align-items:center;display:flex;justify-content:center}.bd-footer-star.bd-is-expo .bd-footer-title .icon,.bd-footer-star.bd-is-love .bd-footer-title .icon{margin-right:.25em}.bd-footer-star.bd-is-expo{background-image:url(/images/footer/expo-examples.png);background-repeat:repeat-x;background-position:bottom center;background-size:352px 156px}.bd-footer-star.bd-is-love{background-image:url(/images/footer/love.png);background-repeat:no-repeat;background-position:bottom center;background-size:440px 180px}.bd-footer-star-header{padding:1.5rem}.bd-footer-star-figure{height:156px;margin-top:-1rem}.bd-footer-links{margin-top:6rem;padding-bottom:6rem}.bd-footer-links a{color:currentColor}.bd-footer-links a:hover{color:#485fc7}.bd-footer-link-title{color:#363636;font-size:1.25rem;font-weight:600}.bd-footer-link-title:not(:first-child){margin-top:1.5em}.bd-footer-link{margin-top:.5rem}.bd-footer-link.bd-is-more{font-size:.875rem}.bd-footer-link.bd-is-more a:not(:hover){color:#b5b5b5}.bd-footer-link.bd-has-subtitle a{align-items:center;display:flex;justify-content:space-between}.bd-footer-link.bd-has-subtitle a strong{flex-grow:1;flex-shrink:1;font-weight:unset}.bd-footer-link.bd-has-subtitle a em{display:block;font-size:.875rem;font-style:normal}.bd-footer-link.bd-has-subtitle a:not(:hover) em{color:#b5b5b5}@media screen and (max-width:768px){.bd-footer-link.bd-has-subtitle a{flex-wrap:wrap;margin-top:1rem}.bd-footer-link.bd-has-subtitle a em{width:100%}}@media screen and (min-width:769px),print{.bd-footer-link.bd-has-subtitle a em{margin-left:1rem;text-align:right}}.bd-footer-link-icon{flex-grow:0;flex-shrink:0;margin-right:.5em;text-align:center;width:1em}:root{--newsletter-strip-size:16px;--newsletter-border-size:1.5rem}#newsletter{background:#fafafa;padding:var(--newsletter-border-size);padding-top:0}#newsletter .bd-drawing{display:none}.bd-newsletter-heading>.icon{font-size:2rem;height:1.125em;width:1.125em}.bd-newsletter-heading .subtitle,.bd-newsletter-heading .title{font-weight:400}.bd-newsletter-heading .subtitle strong,.bd-newsletter-heading .title strong{color:inherit;font-weight:600}.bd-newsletter-heading .subtitle small,.bd-newsletter-heading .title small{color:#7a7a7a;display:block;font-size:.75em}.bd-newsletter-heading .subtitle{color:#7a7a7a}.bd-newsletter-heading .bd-fat-button{font-weight:400}.bd-newsletter-heading .bd-fat-button strong{font-weight:600}.bd-newsletter-fields{display:grid;grid-gap:.75rem;grid-template-columns:minmax(20em,1fr) auto}.bd-newsletter-box{background-color:#fff;background-image:url(/images/hab/newsletter-strip.png);background-repeat:repeat-x;background-size:96px var(--newsletter-strip-size);border-radius:1.5em;box-shadow:0 0 0 1px #f5f5f5}.bd-newsletter-box .icon{align-self:flex-start}.bd-newsletter-box form .input:not(:focus):not(:hover){border-color:#dbdbdb}@media screen and (max-width:768px){.bd-newsletter-box{padding-top:calc(1.5rem + var(--newsletter-strip-size))}.bd-newsletter-fields{grid-template-columns:repeat(auto-fill,minmax(14em,1fr))}}@media screen and (max-width:1023px){.bd-newsletter-heading{margin-bottom:var(--bd-index-vertical)}.bd-newsletter-heading .icon{float:left;margin-right:.75rem}.bd-newsletter-heading .subtitle{margin:.75rem 0!important}.bd-newsletter-heading form{margin-top:1.5rem}}@media screen and (min-width:769px),print{.bd-newsletter-box{padding-top:calc(var(--bd-index-vertical) + var(--newsletter-strip-size))}}@media screen and (min-width:1024px){.bd-newsletter-heading{display:grid;grid-template-columns:3rem 3rem 1fr 1fr 3rem 3rem}.bd-newsletter-heading>.icon{grid-column:2}.bd-newsletter-heading .title{grid-column:3;max-width:9em}.bd-newsletter-heading .subtitle{grid-column:4;max-width:10em}.bd-newsletter-heading form{grid-column:4}}@media screen and (min-width:1216px){:root{--newsletter-border-size:5.625rem}#newsletter .bd-drawing{display:block}.bd-newsletter-heading{grid-template-columns:4.5rem 4.5rem 1fr 1fr 4.5rem 4.5rem}.bd-newsletter-box{box-shadow:0 1em 2em rgba(0,0,0,.05)}}@media screen and (min-width:1780px){.bd-newsletter-heading{grid-template-columns:minmax(3rem,1fr) 4.5rem calc(var(--container-width)/ 2) calc(var(--container-width)/ 2) 4.5rem minmax(3rem,1fr)}}.cpck-window{background-color:#fff;box-shadow:0 0 1em rgba(0,0,0,.1);padding:1em 1.5em;position:fixed;z-index:10}.cpck-invisible{display:none!important}.cpck-link{border-bottom:1px solid #485fc7;padding-bottom:2px}.cpck-link:hover{border-bottom-width:2px}.cpck-link:active{background-color:#eff1fa}.cpck-compliance{margin-top:1em}.cpck-btn{border:2px solid #48c78e;border-radius:.375em;color:#48c78e;display:inline-block;font-weight:700;padding:.5em 1em;vertical-align:top}.cpck-btn span{margin-left:-.125em;margin-right:.5em}.cpck-btn:hover{background-color:#effaf5;color:#257953}.cpck-btn:active,.cpck-btn:focus{background-color:#dcf4e9;border-color:#257953;color:#1f6546;outline:0}@media screen and (max-width:768px){.cpck-window{bottom:0;left:0;right:0}}@media screen and (min-width:769px),print{.cpck-window{border-radius:.375em;bottom:1em;right:1em;width:20rem}} \ No newline at end of file diff --git a/docs/documentation/columns.html b/docs/documentation/columns.html index ca17436d1..f463a3c7b 100644 --- a/docs/documentation/columns.html +++ b/docs/documentation/columns.html @@ -3,6 +3,7 @@ title: Columns layout: documentation doc-tab: columns hide_tabs: true +hide_pagination: true breadcrumb: - home - documentation diff --git a/docs/documentation/columns/basics.html b/docs/documentation/columns/basics.html index 1c4eb15c4..1b70fb4b1 100644 --- a/docs/documentation/columns/basics.html +++ b/docs/documentation/columns/basics.html @@ -51,6 +51,6 @@ breadcrumb:
-
+
{% highlight html %}{{ columns }}{% endhighlight %}
diff --git a/docs/documentation/columns/gap.html b/docs/documentation/columns/gap.html index 99b562e5e..e19dba3c1 100644 --- a/docs/documentation/columns/gap.html +++ b/docs/documentation/columns/gap.html @@ -142,7 +142,7 @@ breadcrumb:
-
+
{% highlight html %}{{ columns_gapless }}{% endhighlight %}
@@ -180,7 +180,7 @@ breadcrumb:
-
+
{% highlight html %}{{ columns_gapless_multiline }}{% endhighlight %}
@@ -242,11 +242,11 @@ breadcrumb:

You can define a column gap for each viewport size:

-
-For example, here's how it looks with the following modifiers: is-variable is-2-mobile is-0-tablet is-3-desktop is-8-widescreen is-1-fullhd +

For example, here's how it looks with the following modifiers: is-variable is-2-mobile is-0-tablet is-3-desktop is-8-widescreen is-1-fullhd

+ -
+
{% highlight html %}{{ columns_variable_responsive_gaps }}{% endhighlight %}
diff --git a/docs/documentation/columns/nesting.html b/docs/documentation/columns/nesting.html index 1e93fae4d..a27147314 100644 --- a/docs/documentation/columns/nesting.html +++ b/docs/documentation/columns/nesting.html @@ -77,6 +77,6 @@ breadcrumb:

-
+
{% highlight html %}{{ columns_nested_example }}{% endhighlight %}
diff --git a/docs/documentation/columns/sizes.html b/docs/documentation/columns/sizes.html index 7f7191f5e..84e09a5ae 100644 --- a/docs/documentation/columns/sizes.html +++ b/docs/documentation/columns/sizes.html @@ -278,7 +278,7 @@ breadcrumb:
-
+
{% highlight html %}{{ columns_sizes }}{% endhighlight %}
@@ -609,7 +609,7 @@ breadcrumb:
-
+
{% highlight html %}{{ columns_offset }}{% endhighlight %}
@@ -634,7 +634,7 @@ breadcrumb:
-
+
{% highlight html %}{{ columns_narrow }}{% endhighlight %}
diff --git a/docs/documentation/components.html b/docs/documentation/components.html index 051161626..056237f26 100644 --- a/docs/documentation/components.html +++ b/docs/documentation/components.html @@ -3,6 +3,7 @@ title: Components layout: documentation doc-tab: components hide_tabs: true +hide_pagination: true breadcrumb: - home - documentation diff --git a/docs/documentation/components/breadcrumb.html b/docs/documentation/components/breadcrumb.html index ccb24783b..b7857f3af 100644 --- a/docs/documentation/components/breadcrumb.html +++ b/docs/documentation/components/breadcrumb.html @@ -217,4 +217,4 @@ meta: {% include elements/snippet.html content=breadcrumb_large_example horizontal=true clipped=true %} -{% include elements/variables.html type='component' %} +{% include components/variables.html type='component' %} diff --git a/docs/documentation/components/card.html b/docs/documentation/components/card.html index de16ae352..8c6106d37 100644 --- a/docs/documentation/components/card.html +++ b/docs/documentation/components/card.html @@ -51,11 +51,11 @@ meta:

Component

- +
@@ -140,37 +140,83 @@ meta:

-
+{% include elements/snippet.html content=card_example size="1-2" %} -
-
- {{card_example}} -
-
- {% highlight html %}{{card_example}}{% endhighlight %} -
+ +{% include elements/anchor.html name="Card parts" %} + +
+

The card-header can have a title and a Bulma icon:

-
+{% capture card_image %} +
+
+

+ Card header +

+ +
+
+{% endcapture %} -
-
- {{card_header_example}} -
-
- {% highlight html %}{{card_header_example}}{% endhighlight %} +{% include elements/snippet.html content=card_image size="1-2" %} + +
+

The card-image is a container for a Bulma image element:

+
+ +{% capture card_image %} +
+
+
+ Placeholder image +
+{% endcapture %} -
+{% include elements/snippet.html content=card_image size="1-2" %} -
-
- {{card_title_example}} -
-
- {% highlight html %}{{card_title_example}}{% endhighlight %} +
+

The card-content is the main part, ideal for text content, thanks to its padding:

+
+ +{% capture card_image %} +
+
+
+ Lorem ipsum leo risus, porta ac consectetur ac, vestibulum at eros. Donec id elit non mi porta gravida at eget metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras mattis consectetur purus sit amet fermentum. +
+{% endcapture %} + +{% include elements/snippet.html content=card_image size="1-2" %} + +
+

The card-footer acts as a list of for several card-footer-item elements:

+
+ +{% capture card_footer %} +
+ +
+{% endcapture %} + +{% include elements/snippet.html content=card_footer size="1-2" %} + +{% include elements/anchor.html name="Examples" %} + +{% include elements/snippet.html content=card_header_example size="1-2" %} +{% include elements/snippet.html content=card_title_example size="1-2" %} -{% include elements/variables.html type='component' %} +{% include components/variables.html type='component' %} diff --git a/docs/documentation/components/dropdown.html b/docs/documentation/components/dropdown.html index 9cfb01ad6..6caa841f0 100644 --- a/docs/documentation/components/dropdown.html +++ b/docs/documentation/components/dropdown.html @@ -229,14 +229,7 @@ meta:
-
-
- {{dropdown_example}} -
-
- {% highlight html %}{{dropdown_example}}{% endhighlight %} -
-
+{% include elements/snippet.html content=dropdown_example %} {% include elements/anchor.html name="Dropdown content" %} @@ -246,14 +239,7 @@ meta:

-
-
- {{dropdown_content_example}} -
-
- {% highlight html %}{{dropdown_content_example}}{% endhighlight %} -
-
+{% include elements/snippet.html content=dropdown_content_example %} {% include elements/anchor.html name="Hoverable or Toggable" %} @@ -277,14 +263,9 @@ meta:

-
-
- {{dropdown_click_example}}{{dropdown_info_example}} -
-
- {% highlight html %}{{dropdown_click_example}}{{dropdown_info_example}}{% endhighlight %} -
-
+{% include elements/snippet.html content=dropdown_click_example more=true %} + +{% include elements/snippet.html content=dropdown_info_example more=true %} {% include elements/anchor.html name="Right aligned" %} @@ -294,25 +275,9 @@ meta:

-
-
-
-
-
- {{dropdown_left_example}} -
-
-
-
- {{dropdown_right_example}} -
-
-
-
-
- {% highlight html %}{{dropdown_right_example}}{% endhighlight %} -
-
+{% include elements/snippet.html content=dropdown_left_example more=true %} + +{% include elements/snippet.html content=dropdown_right_example more=true %} {% include elements/anchor.html name="Dropup" %} @@ -322,13 +287,6 @@ meta:

-
-
- {{ dropdown_up_example }} -
-
- {% highlight html %}{{dropdown_up_example}}{% endhighlight %} -
-
+{% include elements/snippet.html content=dropdown_up_example more=true %} -{% include elements/variables.html type='component' %} +{% include components/variables.html type='component' %} diff --git a/docs/documentation/components/menu.html b/docs/documentation/components/menu.html index f59e21059..fcf2777ba 100644 --- a/docs/documentation/components/menu.html +++ b/docs/documentation/components/menu.html @@ -70,4 +70,4 @@ meta: {% include elements/snippet.html content=menu_example size="one-third" %} -{% include elements/variables.html type='component' %} +{% include components/variables.html type='component' %} diff --git a/docs/documentation/components/message.html b/docs/documentation/components/message.html index db1f52b6b..f37323ee3 100644 --- a/docs/documentation/components/message.html +++ b/docs/documentation/components/message.html @@ -26,7 +26,7 @@ meta: {% endcapture %} -{% capture message_colors_example %} +{% capture message_dark_example %}

Dark

@@ -36,17 +36,6 @@ meta: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. Aenean ac eleifend lacus, in mollis lectus. Donec sodales, arcu et sollicitudin porttitor, tortor urna tempor ligula, id porttitor mi magna a neque. Donec dui urna, vehicula et sem eget, facilisis sodales sem.
-{% for color in site.data.colors.justColors %} -
-
-

{{ color | capitalize }}

- -
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. Aenean ac eleifend lacus, in mollis lectus. Donec sodales, arcu et sollicitudin porttitor, tortor urna tempor ligula, id porttitor mi magna a neque. Donec dui urna, vehicula et sem eget, facilisis sodales sem. -
-
-{% endfor %} {% endcapture %} {% capture message_small %} @@ -103,18 +92,14 @@ meta: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. Aenean ac eleifend lacus, in mollis lectus. Donec sodales, arcu et sollicitudin porttitor, tortor urna tempor ligula, id porttitor mi magna a neque. Donec dui urna, vehicula et sem eget, facilisis sodales sem.
+{% endcapture %} + +{% capture message_body_dark_example %}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. Aenean ac eleifend lacus, in mollis lectus. Donec sodales, arcu et sollicitudin porttitor, tortor urna tempor ligula, id porttitor mi magna a neque. Donec dui urna, vehicula et sem eget, facilisis sodales sem.
-{% for color in site.data.colors.justColors %} -
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. Aenean ac eleifend lacus, in mollis lectus. Donec sodales, arcu et sollicitudin porttitor, tortor urna tempor ligula, id porttitor mi magna a neque. Donec dui urna, vehicula et sem eget, facilisis sodales sem. -
-
-{% endfor %} {% endcapture %}
@@ -144,7 +129,22 @@ meta:

-{% include elements/snippet.html content=message_colors_example %} +{% include elements/snippet.html content=message_dark_example more=true %} + +{% for color in site.data.colors.justColors %} +{% capture foobar %} +
+
+

{{ color | capitalize }}

+ +
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. Aenean ac eleifend lacus, in mollis lectus. Donec sodales, arcu et sollicitudin porttitor, tortor urna tempor ligula, id porttitor mi magna a neque. Donec dui urna, vehicula et sem eget, facilisis sodales sem. +
+
+{% endcapture %} +{% include elements/snippet.html content=foobar more=true %} +{% endfor %} {% include elements/anchor.html name="Message body only" %} @@ -156,6 +156,19 @@ meta: {% include elements/snippet.html content=message_body_example %} +{% include elements/snippet.html content=message_body_dark_example %} + +{% for color in site.data.colors.justColors %} +{% capture foobar %} +
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. Aenean ac eleifend lacus, in mollis lectus. Donec sodales, arcu et sollicitudin porttitor, tortor urna tempor ligula, id porttitor mi magna a neque. Donec dui urna, vehicula et sem eget, facilisis sodales sem. +
+
+{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} + {% include elements/anchor.html name="Sizes" %}
@@ -172,4 +185,4 @@ meta: {% include elements/snippet.html content=message_large %} -{% include elements/variables.html type='component' %} +{% include components/variables.html type='component' %} diff --git a/docs/documentation/components/modal.html b/docs/documentation/components/modal.html index 22a397cc0..8fec11366 100644 --- a/docs/documentation/components/modal.html +++ b/docs/documentation/components/modal.html @@ -55,6 +55,8 @@ meta:
{% endcapture %} + +

The modal structure is very simple:

    @@ -87,7 +89,7 @@ meta:

-
+
No JavaScript
@@ -96,9 +98,7 @@ meta:
-
- -

Image modal

+{% include elements/anchor.html name="Image modal" %}

Because a modal can contain anything you want, you can very simply use it to build an image gallery for example:

@@ -109,9 +109,7 @@ meta: {% highlight html %}{{ image_modal }}{% endhighlight %} -
- -

Modal card

+{% include elements/anchor.html name="Modal card" %}

If you want a more classic modal, with a head, a body and a foot, use the modal-card.

@@ -120,11 +118,11 @@ meta:

-
+
{% highlight html %}{{ modal_card }}{% endhighlight %}
-{% include elements/variables.html type='component' %} +{% include components/variables.html type='component' %} -
+
{% highlight js %}{{ config }}{% endhighlight %}
@@ -148,7 +148,7 @@ module.exports = {

-
+
{% highlight js %}{{ configv4 }}{% endhighlight %}
diff --git a/docs/documentation/elements.html b/docs/documentation/elements.html index 3c7a6d2a8..01e3ba1ba 100644 --- a/docs/documentation/elements.html +++ b/docs/documentation/elements.html @@ -3,6 +3,7 @@ title: Elements layout: documentation doc-tab: elements hide_tabs: true +hide_pagination: true breadcrumb: - home - documentation diff --git a/docs/documentation/elements/block.html b/docs/documentation/elements/block.html index 0fde83b2d..6d8778c16 100644 --- a/docs/documentation/elements/block.html +++ b/docs/documentation/elements/block.html @@ -44,6 +44,94 @@ meta: } {% endcapture %} +{% capture no_block %} +

Without block

+
+
+
+ +
+
+ +
+
+
+ +30% +
+ + Primar lorem ipsum dolor sit amet, consectetur adipiscing elit lorem ipsum dolor. +
+
+
+

Error

+ +
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. +
+
+{% endcapture %} + +{% capture with_block %} +

With block

+
+
+
+ +
+
+ +
+
+
+ +30% +
+ + Primar lorem ipsum dolor sit amet, consectetur adipiscing elit lorem ipsum dolor. +
+
+
+

Error

+ +
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. +
+
+{% endcapture %} + + +

The block element is a simple spacer tool. It allows sibling HTML elements to have a consistent margin between them: @@ -63,26 +151,14 @@ meta: {% include elements/snippet.html content=no_block_example %} -{% include elements/anchor.html name="One line of CSS" %} + -

-

- As you can see, the CSS of the block is very simple: it applies a margin-bottom on all siblings, except the last one. -

-
- -{% highlight css %}{{ block_css }}{% endhighlight %} +{% include elements/anchor.html name="You're already using it" %} -
-

- This prevents the last sibling to add unnecessary space at the bottom. -

-
-{% include elements/anchor.html name="Already used everywhere in Bulma" %}

- As a matter of fact, you're already using the block without knowing it. The block CSS properties are shared across several Bulma elements and components: + As a matter of fact, you're already using the block without knowing it. Its CSS properties are shared across several Bulma elements and components:

    @@ -105,8 +181,41 @@ meta:

    - As a result, no matter which Bulma elements and components you are using, and no matter their order, they will have a consistent space between them. + Here's how it would look like in comparison: +

    +
+ +
+
+ {{ no_block }} +
+
+ {{ with_block }} +
+
+ +
+

+ No matter which Bulma elements and components you are using, and no matter their order, they will have a consistent space between them. +

+
+ + + +{% include elements/anchor.html name="One line of CSS" %} + +
+

+ As you can see, the CSS of the block is very simple: it applies a margin-bottom on all siblings, except the last one. +

+
+ +{% highlight css %}{{ block_css }}{% endhighlight %} + +
+

+ This prevents the last sibling to add unnecessary space at the bottom.

-{% include elements/variables.html type='element' %} +{% include components/variables.html type='element' %} diff --git a/docs/documentation/elements/box.html b/docs/documentation/elements/box.html index 729f5d2c4..9176372ff 100644 --- a/docs/documentation/elements/box.html +++ b/docs/documentation/elements/box.html @@ -15,6 +15,32 @@ meta: --- {% capture box_example %} +
+ I'm in a box. +
+{% endcapture %} + +{% capture box_form_example %} +
+
+ +
+ +
+
+ +
+ +
+ +
+
+ + +
+{% endcapture %} + +{% capture box_card_example %}
@@ -56,12 +82,26 @@ meta:

- The box element is simply a container with a shadow, a border, a radius, and some padding. -
- For example, you can include a media object: + The box element is a simple container with a white background, some padding, and a box shadow. +

+
+ +{% include elements/snippet.html content=box_example %} + +
+

+ Because it acts as a container, you can easily include other components, like form elements: +

+
+ +{% include elements/snippet.html content=box_form_example more=true %} + +
+

+ Or a media object:

-{% include elements/snippet.html content=box_example more=true %} +{% include elements/snippet.html content=box_card_example more=true %} -{% include elements/variables.html type='element' %} +{% include components/variables.html type='element' %} diff --git a/docs/documentation/elements/button.html b/docs/documentation/elements/button.html index 13a5efcc5..ee9ce2a56 100644 --- a/docs/documentation/elements/button.html +++ b/docs/documentation/elements/button.html @@ -545,8 +545,6 @@ meta: {% include elements/snippet.html content=button_colors_b_example %} -{% include elements/new-tag.html version="0.8.0" %} -

Each color now comes in its light version. Simply append the modifier is-light to the color modifier to apply the light version of the button. @@ -847,7 +845,7 @@ meta: {{ buttons_multiple }}

-
+
{% highlight html %}{{ buttons_multiple }}{% endhighlight %}
@@ -863,7 +861,7 @@ meta: {{ buttons_addons }}
-
+
{% highlight html %}{{ buttons_addons }}{% endhighlight %}
@@ -880,7 +878,7 @@ meta: {{ buttons_addons_right }}
-
+
{% highlight html %}{{ buttons_addons_centered }}{{ buttons_addons_right }}{% endhighlight %}
@@ -896,7 +894,7 @@ meta: {{ buttons_addons_selected }}
-
+
{% highlight html %}{{ buttons_addons_selected }}{% endhighlight %}
@@ -934,4 +932,4 @@ meta: -{% include elements/variables.html type='element' %} +{% include components/variables.html type='element' %} diff --git a/docs/documentation/elements/content.html b/docs/documentation/elements/content.html index 50453034a..4a13fa922 100644 --- a/docs/documentation/elements/content.html +++ b/docs/documentation/elements/content.html @@ -178,6 +178,16 @@ meta:

This content class can be used in any context where you just want to (or can only) write some text. For example, it's used for the paragraph you're currently reading.

+{% include elements/anchor.html name="Full example" %} + +
+ Here is an example of the content Bulma element with all the supported HTML tags: +
+ +{% include elements/snippet.html content=content_example %} + +{% include elements/anchor.html name="Ordered lists alternatives" %} +

Ordered lists <ol> support different types of items markers. To modify them, use either: @@ -201,7 +211,9 @@ meta:

You can use the is-small, is-medium and is-large modifiers to change the font size.

-
+ + +{% capture small_example %}

Hello World

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla accumsan, metus ultrices eleifend gravida, nulla nunc varius lectus, nec rutrum justo nibh eu lectus. Ut vulputate semper dui. Fusce erat odio, sollicitudin vel erat vel, interdum mattis neque.

@@ -214,8 +226,24 @@ meta:
  • Ut non enim metus.
  • -
    -
    +{% endcapture %} + +{% capture normal_example %} +
    +

    Hello World

    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla accumsan, metus ultrices eleifend gravida, nulla nunc varius lectus, nec rutrum justo nibh eu lectus. Ut vulputate semper dui. Fusce erat odio, sollicitudin vel erat vel, interdum mattis neque.

    +

    Second level

    +

    Curabitur accumsan turpis pharetra augue tincidunt blandit. Quisque condimentum maximus mi, sit amet commodo arcu rutrum id. Proin pretium urna vel cursus venenatis. Suspendisse potenti. Etiam mattis sem rhoncus lacus dapibus facilisis. Donec at dignissim dui. Ut et neque nisl.

    +
      +
    • In fermentum leo eu lectus mollis, quis dictum mi aliquet.
    • +
    • Morbi eu nulla lobortis, lobortis est in, fringilla felis.
    • +
    • Aliquam nec felis in sapien venenatis viverra fermentum nec lectus.
    • +
    • Ut non enim metus.
    • +
    +
    +{% endcapture %} + +{% capture medium_example %}

    Hello World

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla accumsan, metus ultrices eleifend gravida, nulla nunc varius lectus, nec rutrum justo nibh eu lectus. Ut vulputate semper dui. Fusce erat odio, sollicitudin vel erat vel, interdum mattis neque.

    @@ -228,8 +256,9 @@ meta:
  • Ut non enim metus.
  • -
    -
    +{% endcapture %} + +{% capture large_example %}

    Hello World

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla accumsan, metus ultrices eleifend gravida, nulla nunc varius lectus, nec rutrum justo nibh eu lectus. Ut vulputate semper dui. Fusce erat odio, sollicitudin vel erat vel, interdum mattis neque.

    @@ -242,6 +271,30 @@ meta:
  • Ut non enim metus.
  • +{% endcapture %} + +
    +

    Small size content

    -{% include elements/variables.html type='element' %} +{% include elements/snippet.html content=small_example %} + +
    +

    Normal size content (default)

    +
    + +{% include elements/snippet.html content=normal_example %} + +
    +

    Medium size content

    +
    + +{% include elements/snippet.html content=medium_example %} + +
    +

    Large size content

    +
    + +{% include elements/snippet.html content=large_example %} + +{% include components/variables.html type='element' %} diff --git a/docs/documentation/elements/delete.html b/docs/documentation/elements/delete.html index da65273b8..60c10f7bc 100644 --- a/docs/documentation/elements/delete.html +++ b/docs/documentation/elements/delete.html @@ -15,14 +15,14 @@ meta: --- {% capture cross_example %} - + {% endcapture %} {% capture cross_sizes_example %} - - - - + + + + {% endcapture %} {% capture cross_elements_example %} diff --git a/docs/documentation/elements/icon.html b/docs/documentation/elements/icon.html index f0c34fd45..1c27228e5 100644 --- a/docs/documentation/elements/icon.html +++ b/docs/documentation/elements/icon.html @@ -216,7 +216,7 @@ meta: {% capture stacked_medium %} - + @@ -426,7 +426,7 @@ meta: - + icon is-large @@ -470,19 +470,6 @@ meta: - - - fas fa-3x - - - 3em - - - - - - - @@ -503,9 +490,6 @@ meta:
  • animated icons
  • -
  • - rotated & flipped icons -
  • stacked icons
  • @@ -560,44 +544,6 @@ meta:
    - - - Rotated & flipped - - - fas fa-shield-alt
    - fas fa-shield-alt data-fa-transform="rotate-90"
    - fas fa-shield-alt data-fa-transform="rotate-180"
    - fas fa-shield-alt data-fa-transform="rotate-270"
    - fas fa-shield-alt data-fa-transform="flip-h"
    - fas fa-shield-alt data-fa-transform="flip-v" - - - - - -
    - - - -
    - - - -
    - - - -
    - - - -
    - - - - - Stacked @@ -607,7 +553,7 @@ meta: - + @@ -1054,4 +1000,4 @@ meta: -{% include elements/variables.html type='element' %} +{% include components/variables.html type='element' %} diff --git a/docs/documentation/elements/image.html b/docs/documentation/elements/image.html index 0f9b9acd7..529058353 100644 --- a/docs/documentation/elements/image.html +++ b/docs/documentation/elements/image.html @@ -63,7 +63,9 @@ meta: {% for dimension in page.dimensions %} image is-{{ dimension }}x{{ dimension }} -
    + +
    + {{ dimension }}x{{ dimension }}px {% endfor %} @@ -96,87 +98,93 @@ meta: image is-square -
    +
    Square (or 1 by 1) image is-1by1 -
    +
    1 by 1 image is-5by4 -
    +
    5 by 4 image is-4by3 -
    +
    4 by 3 image is-3by2 -
    +
    3 by 2 image is-5by3 -
    +
    5 by 3 image is-16by9 -
    +
    16 by 9 image is-2by1 -
    +
    2 by 1 image is-3by1 -
    +
    3 by 1 image is-4by5 -
    +
    4 by 5 image is-3by4 -
    +
    3 by 4 image is-2by3 -
    +
    2 by 3 image is-3by5 -
    +
    3 by 5 image is-9by16 -
    +
    9 by 16 image is-1by2 -
    +
    1 by 2 image is-1by3 -
    +
    1 by 3 +
    +

    + The only requirement is for the parent element to already have a specific width. +

    +
    +

    The image container will usually take up the whole width while maintaining the perfect ratio.
    If it doesn't, you can force it by appending the is-fullwidth modifier.

    @@ -195,4 +203,4 @@ meta: {% include elements/snippet.html content=iframe_ratio horizontal=true %} -{% include elements/variables.html type='element' %} +{% include components/variables.html type='element' %} diff --git a/docs/documentation/elements/notification.html b/docs/documentation/elements/notification.html index 2a78e7c95..6a8f8f3a0 100644 --- a/docs/documentation/elements/notification.html +++ b/docs/documentation/elements/notification.html @@ -18,33 +18,10 @@ meta:
    Lorem ipsum dolor sit amet, consectetur - adipiscing elit lorem ipsum dolor. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. Sit amet, - consectetur adipiscing elit + adipiscing elit lorem ipsum dolor. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur.
    {% endcapture %} -{% capture notification_colors %} -{% for color in site.data.colors.justColors %} -
    - - Primar lorem ipsum dolor sit amet, consectetur - adipiscing elit lorem ipsum dolor. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. Sit amet, - consectetur adipiscing elit -
    -{% endfor %} -{% endcapture %} - -{% capture notification_light_colors %} -{% for color in site.data.colors.justColors %} -
    - - Primar lorem ipsum dolor sit amet, consectetur - adipiscing elit lorem ipsum dolor. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. Sit amet, - consectetur adipiscing elit -
    -{% endfor %} -{% endcapture %} - {% capture notification_js_html %}
    @@ -55,7 +32,7 @@ meta: {% capture notification_js_code %} document.addEventListener('DOMContentLoaded', () => { (document.querySelectorAll('.notification .delete') || []).forEach(($delete) => { - var $notification = $delete.parentNode; + const $notification = $delete.parentNode; $delete.addEventListener('click', () => { $notification.parentNode.removeChild($notification); @@ -80,15 +57,33 @@ document.addEventListener('DOMContentLoaded', () => {

    -{% include elements/snippet.html content=notification_colors %} +{% for color in site.data.colors.justColors %} +{% capture foobar %} +
    + + Primar lorem ipsum dolor sit amet, consectetur + adipiscing elit lorem ipsum dolor. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. +
    +{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} {% include elements/anchor.html name="Light colors" %} -{% include elements/new-tag.html version="0.8.1" %} - -Each color now comes in its light version. Simply append the is-light modifier to obtain the light version of the notification. +
    + Each color also comes in its light version. Simply append the is-light modifier to obtain the light version of the notification. +
    -{% include elements/snippet.html content=notification_light_colors %} +{% for color in site.data.colors.justColors %} +{% capture foobar %} +
    + + Primar lorem ipsum dolor sit amet, consectetur + adipiscing elit lorem ipsum dolor. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. +
    +{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} {% include elements/anchor.html name="JavaScript example" %} @@ -102,4 +97,4 @@ Each color now comes in its light version. Simply append the -{% include elements/variables.html type='element' %} +{% include components/variables.html type='element' %} diff --git a/docs/documentation/elements/progress.html b/docs/documentation/elements/progress.html index e18dbf0b5..513132708 100644 --- a/docs/documentation/elements/progress.html +++ b/docs/documentation/elements/progress.html @@ -18,22 +18,6 @@ meta: 15% {% endcapture %} -{% capture progress_colors %} -15% -30% -45% -60% -75% -90% -{% endcapture %} - -{% capture progress_sizes %} -15% -30% -45% -60% -{% endcapture %} - {% capture progress_indeterminate %} 15% 30% @@ -57,20 +41,32 @@ meta:

    -{% include elements/snippet.html content=progress_colors %} +{% for color in site.data.colors.justColors %} +{% capture foobar %} +{% assign n = forloop.index | times: 15 %} +{{ n }}% +{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} {% include elements/anchor.html name="Sizes" %} -{% include elements/snippet.html content=progress_sizes %} +{% for size in site.data.sizes %} +{% capture foobar %} +{% assign n = forloop.index | times: 20 %} +{{ n }}% +{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} {% include elements/anchor.html name="Indeterminate" %}

    - If you don't set the HTML value attribute, you can display an indeterminate progress bar. It's used to show that some progress is going on, but the actual duration is not yet determined. + If you don't set the HTML value attribute, you can display an indeterminate progress bar. It's used to show that some progress is going on, but the total duration is not yet determined.

    {% include elements/snippet.html content=progress_indeterminate %} -{% include elements/variables.html type='element' %} +{% include components/variables.html type='element' %} diff --git a/docs/documentation/elements/table.html b/docs/documentation/elements/table.html index 266e39200..cc7cd1c3f 100644 --- a/docs/documentation/elements/table.html +++ b/docs/documentation/elements/table.html @@ -621,4 +621,4 @@ meta: {{ simple_scrollable_table_example }} -{% include elements/variables.html type='element' %} +{% include components/variables.html type='element' %} diff --git a/docs/documentation/elements/tag.html b/docs/documentation/elements/tag.html index e0cd57f4b..f0b4784c6 100644 --- a/docs/documentation/elements/tag.html +++ b/docs/documentation/elements/tag.html @@ -142,7 +142,7 @@ meta:
    npm - {{ site.version }} + {{ site.data.meta.version }}
    @@ -303,8 +303,6 @@ meta:
    -{% include elements/new-tag.html version="0.8.0" %} -

    @@ -485,11 +483,13 @@ meta: {{ tags_multiple }}

    -
    +
    {% highlight html %}{{ tags_multiple }}{% endhighlight %}
    +{% include elements/anchor.html name="Tag addons" %} +
    @@ -501,7 +501,7 @@ meta: {{ tags_addons }}
    -
    +
    {% highlight html %}{{ tags_addons }}{% endhighlight %}
    @@ -517,7 +517,7 @@ meta: {{ tags_delete_addons }}
    -
    +
    {% highlight html %}{{ tags_delete_addons }}{% endhighlight %}
    @@ -533,7 +533,7 @@ meta: {{ tags_field_addons }} -
    +
    {% highlight html %}{{ tags_field_addons }}{% endhighlight %}
    @@ -554,4 +554,4 @@ meta: -{% include elements/variables.html type='element' %} +{% include components/variables.html type='element' %} diff --git a/docs/documentation/elements/title.html b/docs/documentation/elements/title.html index d3f151edd..27a818b04 100644 --- a/docs/documentation/elements/title.html +++ b/docs/documentation/elements/title.html @@ -60,7 +60,7 @@ meta: {% endcapture %}
    -
    +

    There are 2 types of heading:

      @@ -73,11 +73,11 @@ meta:
    -
    +

    Title

    Subtitle

    -
    +
    {% highlight html %}{{ default }}{% endhighlight %}
    @@ -85,10 +85,10 @@ meta: {% include elements/anchor.html name="Sizes" %}
    -
    +

    There are 6 sizes available:

    -
    +

    Title 1

    Title 2

    Title 3 (default size)

    @@ -96,14 +96,14 @@ meta:

    Title 5

    Title 6

    -
    +
    {% highlight html %}{{ title_sizes }}{% endhighlight %}
    -
    -
    +
    +

    Subtitle 1

    Subtitle 2

    Subtitle 3

    @@ -111,7 +111,7 @@ meta:

    Subtitle 5 (default size)

    Subtitle 6

    -
    +
    {% highlight html %}{{ subtitle_sizes }}{% endhighlight %}
    @@ -119,13 +119,13 @@ meta:
    -
    +

    When you combine a title and a subtitle, they move closer together.

    As a rule of thumb, it is recommended to use a size difference of two. So if you use a title is-1, combine it with a subtitle is-3.

    -
    +

    Title 1

    Subtitle 3

    @@ -139,7 +139,7 @@ meta:

    Subtitle 5

    -
    +
    {% highlight html %}{{ combine }}{% endhighlight %}
    @@ -147,7 +147,7 @@ meta:
    -
    +

    New! @@ -155,7 +155,7 @@ meta:

    You can maintain the normal spacing between titles and subtitles if you use the is-spaced modifier on the first element.

    -
    +

    Title 1

    Subtitle 3

    @@ -169,9 +169,9 @@ meta:

    Subtitle 5

    -
    +
    {% highlight html %}{{ spaced }}{% endhighlight %}
    -{% include elements/variables.html type='element' %} +{% include components/variables.html type='element' %} diff --git a/docs/documentation/form.html b/docs/documentation/form.html index 4ce58a8f5..a653a11d4 100644 --- a/docs/documentation/form.html +++ b/docs/documentation/form.html @@ -3,6 +3,7 @@ title: Form layout: documentation doc-tab: form hide_tabs: true +hide_pagination: true breadcrumb: - home - documentation diff --git a/docs/documentation/form/checkbox.html b/docs/documentation/form/checkbox.html index e59da574b..b09483926 100644 --- a/docs/documentation/form/checkbox.html +++ b/docs/documentation/form/checkbox.html @@ -45,7 +45,7 @@ meta:
    {{checkbox_example}}
    -
    +
    {% highlight html %}{{checkbox_example}}{% endhighlight %}
    @@ -60,7 +60,7 @@ meta:
    {{checkbox_link_example}}
    -
    +
    {% highlight html %}{{checkbox_link_example}}{% endhighlight %}
    @@ -69,7 +69,7 @@ meta:
    {{checkbox_disabled_example}}
    -
    +
    {% highlight html %}{{checkbox_disabled_example}}{% endhighlight %}
    diff --git a/docs/documentation/form/file.html b/docs/documentation/form/file.html index 9c484b972..71f0e9f29 100644 --- a/docs/documentation/form/file.html +++ b/docs/documentation/form/file.html @@ -135,327 +135,111 @@ meta:
    {% endcapture %} -{% capture file_colors %} -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    +{% capture file_colors_a %} +
    +
    {% endcapture %} -{% capture file_sizes %} -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    +{% capture file_colors_b %} +
    +
    {% endcapture %} -{% capture file_sizes_name %} -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    +{% capture file_colors_c %} +
    +
    {% endcapture %} -{% capture file_sizes_boxed %} -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    +{% capture file_colors_d %} +
    +
    {% endcapture %} {% capture file_centered %} -
    -
    - -
    +
    +
    {% endcapture %} {% capture file_right %} -
    -
    - -
    +
    +
    {% endcapture %} @@ -488,83 +272,7 @@ meta: {% endcapture %} -{% capture file_sizes_boxed_name %} -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    -{% endcapture %} +

    @@ -606,7 +314,7 @@ meta: {% include elements/anchor.html name="Modifiers" %}

    -
    +

    With the has-name modifier combined with the file-name element, you can add a placeholder for the selected file name. @@ -616,13 +324,13 @@ meta: {{ file_name }}

    -
    +
    {% highlight html %}{{ file_name }}{% endhighlight %}
    -
    +

    You can move the CTA to the right side with the is-right modifier. @@ -632,13 +340,13 @@ meta: {{ file_name_right }}

    -
    +
    {% highlight html %}{{ file_name_right }}{% endhighlight %}
    -
    +

    You can also expand the name to fill up the space with the is-fullwidth modifier. @@ -648,13 +356,13 @@ meta: {{ file_name_fullwidth }}

    -
    +
    {% highlight html %}{{ file_name_fullwidth }}{% endhighlight %}
    -
    +

    You can have a boxed block with the is-boxed modifier. @@ -664,13 +372,13 @@ meta: {{ file_boxed }}

    -
    +
    {% highlight html %}{{ file_boxed }}{% endhighlight %}
    -
    +

    You can combine has-name and is-boxed. @@ -680,7 +388,7 @@ meta: {{ file_boxed_name }}

    -
    +
    {% highlight html %}{{ file_boxed_name }}{% endhighlight %}
    @@ -700,18 +408,24 @@ meta:
    -{% include elements/snippet.html content=file_colors clipped=true %} +{% include elements/snippet.html content=file_colors_a %} +{% include elements/snippet.html content=file_colors_b %} +{% include elements/snippet.html content=file_colors_c %} +{% include elements/snippet.html content=file_colors_d %} {% include elements/anchor.html name="Sizes" %}

    - You can append one of 3 additional sizes: + You can append one of the 4 available sizes:

    • is-small
    • +
    • + is-normal (default) +
    • is-medium
    • @@ -721,13 +435,87 @@ meta:
    -{% include elements/snippet.html content=file_sizes clipped=true %} +{% for size in site.data.sizes %} +{% capture foobar %} +
    + +
    +{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} -{% include elements/snippet.html content=file_sizes_name clipped=true %} +{% for size in site.data.sizes %} +{% capture foobar %} +
    + +
    +{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} -{% include elements/snippet.html content=file_sizes_boxed clipped=true %} +{% for size in site.data.sizes %} +{% capture foobar %} +
    + +
    +{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} -{% include elements/snippet.html content=file_sizes_boxed_name clipped=true %} +{% for size in site.data.sizes %} +{% capture foobar %} +
    + +
    +{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} {% include elements/anchor.html name="Alignment" %} @@ -756,10 +544,11 @@ meta: A file upload input requires JavaScript to retrieve the selected file name. Here is an example of how this could be done:

    - {% include elements/snippet.html content=file_javascript %}
    -{% include elements/variables.html +{% include elements/snippet.html horizontal=true content=file_javascript %} + +{% include components/variables.html type='element' variables_keys=page.variables_keys folder='elements' diff --git a/docs/documentation/form/general.html b/docs/documentation/form/general.html index 6727c2695..7444b71af 100644 --- a/docs/documentation/form/general.html +++ b/docs/documentation/form/general.html @@ -1094,7 +1094,7 @@ variables_keys: {% include elements/snippet.html content=disabled_fields_example %} -{% include elements/variables.html +{% include components/variables.html type='element' variables_keys=page.variables_control_keys custom_message=custom_message @@ -1102,7 +1102,7 @@ variables_keys: file='controls' %} -{% include elements/variables.html +{% include components/variables.html type='element' variables_keys=page.variables_keys folder='elements' diff --git a/docs/documentation/form/input.html b/docs/documentation/form/input.html index fe34a1c17..823fcd0f9 100644 --- a/docs/documentation/form/input.html +++ b/docs/documentation/form/input.html @@ -36,57 +36,6 @@ meta: {% endcapture %} -{% capture colors_example %} -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -{% endcapture %} - -{% capture sizes_example %} -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -{% endcapture %} - {% capture rounded_example %} {% endcapture %} @@ -272,32 +221,28 @@ meta:
    {{input_example}}
    -
    +
    {% highlight html %}{{input_example}}{% endhighlight %}
    {% include elements/anchor.html name="Colors" %} -
    -
    - {{colors_example}} -
    -
    - {% highlight html %}{{colors_example}}{% endhighlight %} -
    -
    +{% for color in site.data.colors.justColors %} +{% capture foobar %} + +{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} {% include elements/anchor.html name="Sizes" %} -
    -
    - {{sizes_example}} -
    -
    - {% highlight html %}{{sizes_example}}{% endhighlight %} -
    -
    +{% for size in site.data.sizes %} +{% capture foobar %} + +{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} {% include elements/anchor.html name="Styles" %} @@ -312,7 +257,8 @@ meta: {% include elements/anchor.html name="States" %} -

    Normal

    +

    Normal

    +
    {{normal_example}} @@ -322,7 +268,8 @@ meta:
    -

    Hover

    +

    Hover

    +
    {{hover_example}} @@ -332,7 +279,8 @@ meta:
    -

    Focus

    +

    Focus

    +
    {{focus_example}} @@ -342,7 +290,8 @@ meta:
    -

    Loading

    +

    Loading

    +
    {{loading_example}} @@ -366,7 +315,9 @@ meta:
    -

    Disabled

    +

    Disabled

    + +
    {{disabled_example}} @@ -376,7 +327,8 @@ meta:
    -

    Readonly and static inputs

    +

    Readonly and static inputs

    +

    @@ -477,7 +429,7 @@ meta:

    -{% include elements/variables.html type='element' +{% include components/variables.html type='element' variables_keys=page.variables_keys folder='elements' file='form' diff --git a/docs/documentation/form/radio.html b/docs/documentation/form/radio.html index 46fe2df76..f46c58156 100644 --- a/docs/documentation/form/radio.html +++ b/docs/documentation/form/radio.html @@ -70,7 +70,7 @@ meta:
    {{radio_example}}
    -
    +
    {% highlight html %}{{radio_example}}{% endhighlight %}
    @@ -85,7 +85,7 @@ meta:
    {{radio_default_example}}
    -
    +
    {% highlight html %}{{radio_default_example}}{% endhighlight %}
    @@ -100,7 +100,7 @@ meta:
    {{radio_disabled_example}}
    -
    +
    {% highlight html %}{{radio_disabled_example}}{% endhighlight %}
    diff --git a/docs/documentation/form/select.html b/docs/documentation/form/select.html index 77ecd91d7..9866e92ea 100644 --- a/docs/documentation/form/select.html +++ b/docs/documentation/form/select.html @@ -42,59 +42,6 @@ meta:
    {% endcapture %} -{% capture colors_example %} -
    -
    -
    - -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    - -
    -
    -
    -{% endcapture %} - {% capture rounded_example %}
    - - - -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    - -
    -
    -
    -{% endcapture %} - {% capture normal_example %} -
    -
    - -
    +
    +
    {% endcapture %} {% capture hover_example %} -
    -
    - -
    +
    +
    {% endcapture %} {% capture focus_example %} -
    -
    - -
    +
    +
    {% endcapture %} {% capture loading_example %} -
    -
    - -
    +
    +
    {% endcapture %} {% capture disabled_example %} -
    -
    - -
    +
    +
    {% endcapture %} {% capture icons_example %} -
    -
    -
    - -
    -
    - -
    +
    +
    + +
    +
    +
    {% endcapture %} @@ -289,7 +181,7 @@ meta:
    {{ select_example }}
    -
    +
    {% highlight html %}{{ select_example }}{% endhighlight %}
    @@ -314,21 +206,24 @@ meta:
    {{ select_multiple_example }}
    -
    +
    {% highlight html %}{{ select_multiple_example }}{% endhighlight %}
    {% include elements/anchor.html name="Colors" %} -
    -
    - {{ colors_example }} -
    -
    - {% highlight html %}{{ colors_example }}{% endhighlight %} -
    +{% for color in site.data.colors.justColors %} +{% capture foobar %} +
    +
    +{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} {% include elements/anchor.html name="Styles" %} @@ -355,14 +250,17 @@ meta:

    -
    -
    - {{ sizes_example }} -
    -
    - {% highlight html %}{{ sizes_example }}{% endhighlight %} -
    +{% for size in site.data.sizes %} +{% capture foobar %} +
    +
    +{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} {% include elements/anchor.html name="States" %} diff --git a/docs/documentation/form/textarea.html b/docs/documentation/form/textarea.html index eb03b24ef..9443e207e 100644 --- a/docs/documentation/form/textarea.html +++ b/docs/documentation/form/textarea.html @@ -162,7 +162,12 @@ meta:

    -{% include elements/snippet.html content=colors_example %} +{% for color in site.data.colors.justColors %} +{% capture foobar %} + +{% endcapture %} +{% include elements/snippet.html content=foobar %} +{% endfor %} {% include elements/anchor.html name="Sizes" %} @@ -221,7 +226,7 @@ meta:
    {{loading_sizes_example}}
    -
    +
    {% highlight html %}{{loading_sizes_example}}{% endhighlight %}
    diff --git a/docs/documentation/helpers.html b/docs/documentation/helpers.html index 3e0752213..817c003de 100644 --- a/docs/documentation/helpers.html +++ b/docs/documentation/helpers.html @@ -3,6 +3,7 @@ title: Helpers layout: documentation doc-tab: helpers hide_tabs: true +hide_pagination: true breadcrumb: - home - documentation diff --git a/docs/documentation/helpers/typography-helpers.html b/docs/documentation/helpers/typography-helpers.html index c27f724b7..47a0be065 100644 --- a/docs/documentation/helpers/typography-helpers.html +++ b/docs/documentation/helpers/typography-helpers.html @@ -320,19 +320,19 @@ breadcrumb: is-capitalized - Transforms the first character of each word to uppercase + Transforms the first character of each word to uppercase is-lowercase - Transforms all characters to lowercase + Transforms all characters to lowercase is-uppercase - Transforms all characters to uppercase + Transforms all characters to uppercase is-italic - Transforms all characters to italic + Transforms all characters to italic @@ -359,23 +359,23 @@ breadcrumb: has-text-weight-light - Transforms text weight to light + Transforms text weight to light has-text-weight-normal - Transforms text weight to normal + Transforms text weight to normal has-text-weight-medium - Transforms text weight to medium + Transforms text weight to medium has-text-weight-semibold - Transforms text weight to semi-bold + Transforms text weight to semi-bold has-text-weight-bold - Transforms text weight to bold + Transforms text weight to bold diff --git a/docs/documentation/layout.html b/docs/documentation/layout.html index 49390f64c..ab407fb63 100644 --- a/docs/documentation/layout.html +++ b/docs/documentation/layout.html @@ -3,6 +3,7 @@ title: Layout layout: documentation doc-tab: layout hide_tabs: true +hide_pagination: true breadcrumb: - home - documentation diff --git a/docs/documentation/layout/container.html b/docs/documentation/layout/container.html index b07fc5eac..86fa40c40 100644 --- a/docs/documentation/layout/container.html +++ b/docs/documentation/layout/container.html @@ -1,6 +1,7 @@ --- title: Container layout: documentation +fullwidth: true hide_categories: true doc-tab: layout doc-subtab: container @@ -185,14 +186,10 @@ meta:

    The values 960, 1152 and 1344 have been chosen because they are divisible by both 12 and 16.

    -{% include layout/main-close.html show_categories=true %} - -
    +
    {{container_example}}
    -{% include layout/main-open.html %} - {% highlight html %}{{ container_example }}{% endhighlight %} @@ -204,24 +201,16 @@ meta:

    -{% include layout/main-close.html %} - -
    +
    {{container_widescreen_example}}
    -{% include layout/main-open.html %} - {% highlight html %}{{ container_widescreen_example }}{% endhighlight %} -{% include layout/main-close.html %} - -
    +
    {{ container_fullhd_example }}
    -{% include layout/main-open.html %} - {% highlight html %}{{ container_fullhd_example }}{% endhighlight %} @@ -243,24 +232,16 @@ meta:
    -{% include layout/main-close.html %} - -
    +
    {{ container_max_desktop_example }}
    -{% include layout/main-open.html %} - {% highlight html %}{{ container_max_desktop_example }}{% endhighlight %} -{% include layout/main-close.html %} - -
    +
    {{ container_max_widescreen_example }}
    -{% include layout/main-open.html %} - {% highlight html %}{{ container_max_widescreen_example }}{% endhighlight %} @@ -283,14 +264,10 @@ meta: right sides, add the is-fluid modifier:

    -{% include layout/main-close.html %} - -
    +
    {{container_fluid_example}}
    -{% include layout/main-open.html %} - {% highlight html %}{{ container_fluid_example }}{% endhighlight %} -{% include elements/variables.html type='element' data=site.data.variables.elements.container %} +{% include components/variables.html type='element' data=site.data.variables.elements.container %} diff --git a/docs/documentation/layout/footer.html b/docs/documentation/layout/footer.html index e6941f749..d451bc33b 100644 --- a/docs/documentation/layout/footer.html +++ b/docs/documentation/layout/footer.html @@ -30,4 +30,4 @@ breadcrumb: {% include elements/snippet.html content=footer_example horizontal=true more=true %} -{% include elements/variables.html %} +{% include components/variables.html %} diff --git a/docs/documentation/layout/hero.html b/docs/documentation/layout/hero.html index 778ff5208..19d9f6ae6 100644 --- a/docs/documentation/layout/hero.html +++ b/docs/documentation/layout/hero.html @@ -1,6 +1,7 @@ --- title: Hero layout: documentation +fullwidth: true hide_categories: true hide_fortyfour: true doc-tab: layout @@ -38,481 +39,183 @@ meta:

    -{% include layout/main-close.html show_categories=true %} - -
    -
    -
    -
    -
    -

    - Hero title -

    -

    - Hero subtitle -

    -
    -
    -
    -
    -
    - -{% highlight html %} +{% capture hero_example %}
    -
    -

    - Hero title -

    -

    - Hero subtitle -

    -
    +

    + Hero title +

    +

    + Hero subtitle +

    -{% endhighlight %} - +{% endcapture %} -
    -
    - {% include elements/anchor.html name="Colors" %} -
    - As with buttons, you can choose one of the 8 different colors: -
    -
    -
    +{% include elements/snippet.html content=hero_example horizontal=true fullwidth=true %} -
    -
    -
    -
    -
    -

    - Primary title -

    -

    - Primary subtitle -

    -
    -
    -
    -
    +{% include elements/anchor.html name="Colors" %} + +
    + As with buttons, you can choose one of the 8 different colors: +
    -{% highlight html %} -
    +{% for color in site.data.colors.justColors %} +{% capture foobar %} +
    -
    -

    - Primary title -

    -

    - Primary subtitle -

    -
    +

    + {{ color | capitalize }} hero +

    +

    + {{ color | capitalize }} subtitle +

    -{% endhighlight %} - -
    -
    -
    -
    -

    - Info title -

    -

    - Info subtitle -

    -
    -
    -
    -
    +{% endcapture %} +{% include elements/snippet.html content=foobar horizontal=true fullwidth=true %} +{% endfor %} -
    -
    -
    -
    -

    - Success title -

    -

    - Success subtitle -

    -
    -
    -
    -
    + -
    - -
    +{% include elements/anchor.html name="Sizes" %} -
    -
    -
    -
    -

    - Warning title -

    -

    - Warning subtitle -

    -
    -
    -
    -
    +
    +

    + You can have even more imposing banners by using one of 5 different sizes: +

    +
      +
    • is-small
    • +
    • is-medium
    • +
    • is-large
    • +
    • is-halfheight
    • +
    • is-fullheight
    • +
    +
    -
    -
    -
    -
    -

    - Danger title -

    -

    - Danger subtitle -

    -
    -
    -
    +{% capture small_hero %} +
    +
    +

    + Small hero +

    +

    + Small subtitle +

    +
    +{% endcapture %} -
    -
    -
    -
    -

    - Light title -

    -

    - Light subtitle -

    -
    -
    -
    -
    +{% include elements/snippet.html content=small_hero horizontal=true fullwidth=true %} -
    -
    -
    -
    -

    - Dark title -

    -

    - Dark subtitle -

    -
    -
    -
    +{% capture medium_hero %} + +{% endcapture %} -
    -
    - {% include elements/anchor.html name="Gradients" %} -
    - By adding the is-bold modifier, you can generate a subtle gradient -
    -
    -
    +{% include elements/snippet.html content=medium_hero horizontal=true fullwidth=true %} -
    -
    -
    -
    -
    -

    - Primary bold title -

    -

    - Primary bold subtitle -

    -
    -
    -
    -
    -{% highlight html %} -
    +{% capture large_hero %} +
    -
    -

    - Primary bold title -

    -

    - Primary bold subtitle -

    -
    -
    -
    -{% endhighlight %} -
    -
    -
    -
    -

    - Info bold title -

    -

    - Info bold subtitle -

    -
    -
    -
    -
    -
    -
    -
    -
    -

    - Success bold title -

    -

    - Success bold subtitle -

    -
    -
    -
    -
    -
    -
    -
    -
    -

    - Warning bold title -

    -

    - Warning bold subtitle -

    -
    -
    -
    -
    -
    -
    -
    -
    -

    - Danger bold title -

    -

    - Danger bold subtitle -

    -
    -
    -
    -
    -
    -
    -
    -
    -

    - Light bold title -

    -

    - Light bold subtitle -

    -
    -
    -
    -
    -
    -
    -
    -
    -

    - Dark bold title -

    -

    - Dark bold subtitle -

    -
    -
    -
    +

    + Large hero +

    +

    + Large subtitle +

    +{% endcapture %} -
    -
    - {% include elements/anchor.html name="Sizes" %} -
    -

    - You can have even more imposing banners by using one of 3 different sizes: -

    -
      -
    • - medium -
    • -
    • - large -
    • -
    • - fullheight -
    • -
    -
    -
    -
    +{% include elements/snippet.html content=large_hero horizontal=true fullwidth=true %} -
    -
    -
    -
    -
    -

    - Medium title -

    -

    - Medium subtitle -

    -
    -
    -
    -
    +
    -{% highlight html %} -
    +{% capture halfheight_example %} +
    -
    -

    - Medium title -

    -

    - Medium subtitle -

    +
    +

    + Half height hero +

    +

    + Half height subtitle +

    -{% endhighlight %} - -
    -
    -
    -
    -

    - Large title -

    -

    - Large subtitle -

    -
    -
    -
    -
    +{% endcapture %} -{% highlight html %} -
    -
    -
    -

    - Large title -

    -

    - Large subtitle -

    -
    -
    -
    -{% endhighlight %} +{% include elements/snippet.html content=halfheight_example horizontal=true fullwidth=true %} -
    -
    -
    -
    -

    - Fullheight title -

    -

    - Fullheight subtitle -

    -
    -
    -
    -
    +
    -{% highlight html %} -
    +{% capture fullheight_example %} +
    -
    -

    - Fullheight title -

    -

    +
    +

    + Fullheight hero +

    +

    Fullheight subtitle -

    +

    -{% endhighlight %} -
    +{% endcapture %} + +{% include elements/snippet.html content=fullheight_example horizontal=true fullwidth=true %} -
    -
    - {% include elements/anchor.html name="Fullheight with navbar" %} -
    -

    - If you are using a fixed navbar, you can use the is-fullheight-with-navbar modifier on the hero for it to occupy the viewport height minus the navbar height. -

    -
    -
    -
    +{% include elements/anchor.html name="Fullheight with navbar" %} -
    - {% include examples/navbar-basic.html %} - -
    +
    +

    + If you are using a fixed navbar, you can use the is-fullheight-with-navbar modifier on the hero for it to occupy the viewport height minus the navbar height. +

    +
    + + +{% capture fullheight_with_navbar_example %} +{% include examples/navbar-basic.html %} -{% highlight html %} -{% endhighlight %} +{% endcapture %} + +{% include elements/snippet.html content=fullheight_with_navbar_example horizontal=true fullwidth=true %} -
    -
    - {% include elements/anchor.html name="Fullheight hero in 3 parts" %} -
    -

    To obtain a hero that will cover the whole height of the viewport, you can split it in 3 vertical parts:

    +{% include elements/anchor.html name="Fullheight hero in 3 parts" %} + +
    +

    To obtain a hero that will cover the whole height of the viewport, you can split it in 3 vertical parts:

    +
      +
    • + hero
        -
      • - hero -
          -
        • hero-head (always at the top)
        • -
        • hero-body (always vertically centered)
        • -
        • hero-foot (always at the bottom)
        • -
        -
      • +
      • hero-head (always at the top)
      • +
      • hero-body (always vertically centered)
      • +
      • hero-foot (always at the bottom)
      -
    -
    -
    + + +
    {% capture heroNavbarA %}
    @@ -558,12 +261,12 @@ meta:
    -

    +

    Title -

    -

    +

    +

    Subtitle -

    +

    @@ -709,12 +412,12 @@ meta:
    -

    +

    Title -

    -

    +

    +

    Subtitle -

    +

    @@ -736,12 +439,8 @@ meta:
    {% endcapture %} -
    - {% include elements/snippet.html content=heroNavbarA horizontal=true more=true %} - {% include elements/snippet.html content=heroNavbarB horizontal=true more=true %} - {% include elements/snippet.html content=heroNavbarC horizontal=true more=true %} -
    - -{% include layout/main-open.html %} +{% include elements/snippet.html content=heroNavbarA horizontal=true fullwidth=true more=true %} +{% include elements/snippet.html content=heroNavbarB horizontal=true fullwidth=true more=true %} +{% include elements/snippet.html content=heroNavbarC horizontal=true fullwidth=true more=true %} -{% include elements/variables.html type='component' hide_content=true %} +{% include components/variables.html type='component' hide_content=true %} diff --git a/docs/documentation/layout/level.html b/docs/documentation/layout/level.html index 191249252..6bf6a001e 100644 --- a/docs/documentation/layout/level.html +++ b/docs/documentation/layout/level.html @@ -142,49 +142,6 @@ breadcrumb:

    In a level-item, you can then insert almost anything you want: a title, a button, a text input, or just simple text. No matter what elements you put inside a Bulma level, they will always be vertically centered.

    -
    - -
    - {% include elements/snippet.html content=nav_example horizontal=true more=true %} {% include elements/anchor.html name="Centered level" %} diff --git a/docs/documentation/layout/media-object.html b/docs/documentation/layout/media-object.html index ad78477e1..a6f300c2f 100644 --- a/docs/documentation/layout/media-object.html +++ b/docs/documentation/layout/media-object.html @@ -75,6 +75,7 @@ breadcrumb:
    {% endcapture %} + {% capture media_nested_example %}
    @@ -140,6 +141,7 @@ breadcrumb:
    +

    @@ -165,48 +167,13 @@ breadcrumb:

    The media object is a UI element perfect for repeatable and nestable content.

    -
    -
    -
    -

    - -

    -
    -
    -
    -

    - John Smith @johnsmith 31m -
    - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis. -

    -
    - -
    -
    - -
    -
    -
    - -{% include elements/snippet.html content=media_example horizontal=true more=true %} +{% include elements/snippet.html content=media_example more=true %}
    -

    You can include any other Bulma element, like inputs, textareas, icons, buttons... or even a nav bar.

    +

    You can include any other Bulma element, like inputs, textareas, icons, buttons… or even a navbar.

    -{% include elements/snippet.html content=media_bis_example horizontal=true more=true %} +{% include elements/snippet.html content=media_bis_example more=true %} {% include elements/anchor.html name="Nesting" %} diff --git a/docs/documentation/layout/section.html b/docs/documentation/layout/section.html index 393c7620d..28e833787 100644 --- a/docs/documentation/layout/section.html +++ b/docs/documentation/layout/section.html @@ -1,6 +1,7 @@ --- title: Section layout: documentation +fullwidth: true doc-tab: layout doc-subtab: section breadcrumb: @@ -11,26 +12,48 @@ breadcrumb: --- {% capture section_example %} - -
    -
    -

    Section

    -

    - A simple container to divide your page into sections, like the one you're currently reading -

    -
    -
    - +
    +

    Section

    +

    + A simple container to divide your page into sections, like the one you're currently reading. +

    +
    +{% endcapture %} + +{% capture section_medium_example %} +
    +

    Medium section

    +

    + A simple container to divide your page into sections, like the one you're currently reading. +

    +
    +{% endcapture %} + +{% capture section_large_example %} +
    +

    Large section

    +

    + A simple container to divide your page into sections, like the one you're currently reading. +

    +
    {% endcapture %}
    -

    Use sections as direct children of body.

    +

    + The section components are simple layout elements with responsive padding. They are best used as direct children of body. +

    -{% highlight html %}{{ section_example }}{% endhighlight %} +{% include elements/snippet.html content=section_example horizontal=true fullwidth=true %} + +{% include elements/anchor.html name="Sizes" %}

    You can use the modifiers is-medium and is-large to change the spacing.

    -{% include elements/variables.html %} +{% include elements/snippet.html content=section_medium_example horizontal=true fullwidth=true %} + +{% include elements/snippet.html content=section_large_example horizontal=true fullwidth=true %} + +{% include components/variables.html %} diff --git a/docs/documentation/modifiers.html b/docs/documentation/modifiers.html index 72d5401c3..2f1ede972 100644 --- a/docs/documentation/modifiers.html +++ b/docs/documentation/modifiers.html @@ -3,6 +3,7 @@ title: Modifiers layout: documentation doc-tab: modifiers hide_tabs: true +hide_pagination: true breadcrumb: - home - documentation diff --git a/docs/documentation/modifiers/syntax.html b/docs/documentation/modifiers/syntax.html index 027faf6dd..3558ff51b 100644 --- a/docs/documentation/modifiers/syntax.html +++ b/docs/documentation/modifiers/syntax.html @@ -144,7 +144,7 @@ breadcrumb:

    -
    +
    {% highlight html %}{{ button_colors }}{% endhighlight %}
    diff --git a/docs/documentation/overview.html b/docs/documentation/overview.html index 2dfd21ea0..4d2ee89cf 100644 --- a/docs/documentation/overview.html +++ b/docs/documentation/overview.html @@ -3,6 +3,7 @@ title: Overview layout: documentation doc-tab: overview hide_tabs: true +hide_pagination: true breadcrumb: - home - documentation diff --git a/docs/documentation/overview/customize.html b/docs/documentation/overview/customize.html index 72a8fdc34..8ac1c75bc 100644 --- a/docs/documentation/overview/customize.html +++ b/docs/documentation/overview/customize.html @@ -84,7 +84,7 @@ $colors: map-merge($colors, $addColors);

    Create a file called mystyles.scss and add your own colors, set new fonts, override Bulma's default styles...

    -
    +
    {% highlight sass %}{{ scss_code }}{% endhighlight %}
    diff --git a/docs/documentation/overview/modifiers.html b/docs/documentation/overview/modifiers.html index ef3cac24a..1252888ce 100644 --- a/docs/documentation/overview/modifiers.html +++ b/docs/documentation/overview/modifiers.html @@ -143,7 +143,7 @@ breadcrumb:

    -
    +
    {% highlight html %}{{ button_colors }}{% endhighlight %}
    diff --git a/docs/documentation/overview/modular.html b/docs/documentation/overview/modular.html index 112d66bde..8807793e6 100644 --- a/docs/documentation/overview/modular.html +++ b/docs/documentation/overview/modular.html @@ -99,7 +99,5 @@ breadcrumb: -
    - {% highlight html %}{{ buttons }}{% endhighlight %} -
    + {% highlight html %}{{ buttons }}{% endhighlight %}
    diff --git a/docs/documentation/overview/responsiveness.html b/docs/documentation/overview/responsiveness.html index 615ac80c4..3c7f6df25 100644 --- a/docs/documentation/overview/responsiveness.html +++ b/docs/documentation/overview/responsiveness.html @@ -220,7 +220,7 @@ $fullhd-enabled: false

    -
    +
    {% highlight sass %}{{ scss_code }}{% endhighlight %}
    @@ -230,7 +230,7 @@ $fullhd-enabled: false These are variables with a value that references another variable. {% endcapture %} -{% include elements/variables.html +{% include components/variables.html type='element' variables_keys=page.variables_keys custom_message=custom_message diff --git a/docs/documentation/overview/start.html b/docs/documentation/overview/start.html index 71104cec4..6c45edb18 100644 --- a/docs/documentation/overview/start.html +++ b/docs/documentation/overview/start.html @@ -12,68 +12,179 @@ breadcrumb:

    - There are several ways to get started with Bulma. You can either: + Bulma is a CSS library. This means it provides CSS classes to help you style your HTML code. +
    + To use Bulma, you can either use the pre-compiled .css file or install the .sass files so you can customize it to your needs.

    -
      -
    1. - use npm to install the Bulma package -
    2. -
    3. - use the jsDelivr CDN to link to the Bulma stylesheet -
    4. -
    5. - use the GitHub repository to get the latest development version -
    6. -
    -
    -
    -

    1

    -
    -
    -

    - Use NPM (recommended): -

    - {% highlight bash %}npm install bulma{% endhighlight %} -
    -
    +
    +
    +
    +
    + + + +
    - +
    +

    Get the Bulma CSS file

    +

    A single .css file that includes all of Bulma

    +
    +
    -
    -
    -

    3

    +
    +

    + Recommended + Option 1. Use a CDN +

    + +

    + You can import the CSS file directly from jsDelivr: +

    + + {% capture jsdelivr_a %} + {% highlight css %}@import "https://cdn.jsdelivr.net/npm/bulma@{{ site.data.meta.version }}/css/bulma.min.css"{% endhighlight %} + {% endcapture %} + + {% capture jsdelivr_b %} + {% highlight html %}{% endhighlight %} + {% endcapture %} + + {% + include components/tabs.html + button_a="CSS @import" + button_b="HTML " + item_a=jsdelivr_a + item_b=jsdelivr_b + %} + +

    + The RTL version is also available: +

    + + {% capture jsdelivr_rtl_a %} + {% highlight css %}@import "https://cdn.jsdelivr.net/npm/bulma@{{ site.data.meta.version }}/css/bulma-rtl.min.css"{% endhighlight %} + {% endcapture %} + + {% capture jsdelivr_rtl_b %} + {% highlight html %}{% endhighlight %} + {% endcapture %} + + {% + include components/tabs.html + button_a="CSS @import" + button_b="HTML " + item_a=jsdelivr_rtl_a + item_b=jsdelivr_rtl_b + %} + +

    + Bulma is also available via cdnjs. +

    +
    + +
    +

    + Option 2. Download the Github release +

    + +
    + You can get the latest Bulma release as a .zip from GitHub: +
    + + + Download v{{ site.data.meta.version }} + +
    -
    -

    - Download from the repository -
    - https://github.com/jgthms/bulma/tree/master/css -

    + +
    +

    Or

    -
    -
    +
    +
    +
    + + + +
    -
    -
    - Font Awesome icons -
    -
    -

    If you want to use icons with Bulma, don't forget to include Font Awesome 5:

    - {% highlight html %}{% endhighlight %} +
    +

    Get the Bulma Sass library

    +

    A collection of .sass files to build your own version of Bulma

    +
    +
    + +
    +

    + Recommended + Option 1. Install the NPM package +

    + +

    + Bulma is available through npm: +

    + + {% capture npm_item %} + {% highlight bash %}npm install bulma{% endhighlight %} + {% endcapture %} + + {% capture yarn_item %} + {% highlight bash %}yarn install bulma{% endhighlight %} + {% endcapture %} + + {% + include components/tabs.html + button_a="npm" + button_b="yarn" + item_a=npm_item + item_b=yarn_item + %} + +

    + Bulma is also available via cdnjs. +

    +
    + +
    +

    + Option 2. Clone the GitHub repository +

    + +

    + Bulma is available on GitHub: +

    + + {% capture git_ssh %} + {% highlight bash %}{{ site.data.meta.git_ssh }}{% endhighlight %} + {% endcapture %} + + {% capture git_https %} + {% highlight bash %}{{ site.data.meta.git_https }}{% endhighlight %} + {% endcapture %} + + {% capture git_cli %} + {% highlight bash %}{{ site.data.meta.git_cli }}{% endhighlight %} + {% endcapture %} + + {% + include components/tabs.html + button_a="SSH" + button_b="HTTPS" + button_c="GitHub CLI" + item_a=git_ssh + item_b=git_https + item_c=git_cli + %} + +
    +
    + Note that the GitHub repository also includes this documentation, so it’s significantly bigger than the NPM package. +
    +
    +
    @@ -117,7 +228,7 @@ breadcrumb:

    -
    +
    {% highlight html %}{% include snippets/getting-started.html %}{% endhighlight %}
    diff --git a/docs/documentation/overview/variables.html b/docs/documentation/overview/variables.html index 3374a63eb..77bdda884 100644 --- a/docs/documentation/overview/variables.html +++ b/docs/documentation/overview/variables.html @@ -88,7 +88,7 @@ breadcrumb: {% endcapture %} {% - include elements/variables.html + include components/variables.html anchor_name = 'Derived variables' data = derived_variables custom_message = custom_message @@ -100,7 +100,7 @@ breadcrumb: {% endcapture %} {% - include elements/variables.html + include components/variables.html anchor_name = 'Generic variables' tab = 'base' subtab = 'generic' diff --git a/docs/expo.html b/docs/expo.html index 7076a4ccd..18854dd90 100644 --- a/docs/expo.html +++ b/docs/expo.html @@ -10,104 +10,77 @@ breadcrumb: - expo --- -{% capture embrace_expo %} -
    -

    - Did you design a gorgeous website with Bulma too? Tell us about it! 🤗 -

    -

    - - - - - - #madewithbulma - - -

    -
    -{% endcapture %} - {% include global/navbar.html id="Expo" %} -
    -
    -
    -
    - {% include components/breadcrumb.html %} +{% + include components/hero.html + color="expo" + icon="fas fa-star" + title="The Bulma **Expo**" + subtitle="How everyone is designing gorgeous websites using Bulma" +%} -
    -
    -

    - Expo -

    -

    - How people use Bulma to design beautiful websites 😍 -

    -
    +{% assign encoded_url = 'Here is my lovely website!' | urlencode %} +{% assign tweet_href = 'https://twitter.com/intent/tweet?text=' | append: encoded_url | append: '&hashtags=madewithbulma' %} -
    - {% include elements/carbon.html %} -
    -
    +{% capture call_button %} + {% include + elements/tw-button.html + label="#madewithbulma" + href=tweet_href + %} +{% endcapture %} + +{% + include components/call.html + color="twitter" + text='Did you design a gorgeous website with Bulma too? Tell us about it! 🤗' + button=call_button +%} - -
    -
    -
    +

    + {{ website.date }} +

    + + {% endfor %} +
    + if (val === '') return true; + if (val === 'false') return false; + if (val === 'true') return true; + return val; + } + + if (DOCUMENT && typeof DOCUMENT.querySelector === 'function') { + var attrs = [['data-family-prefix', 'familyPrefix'], ['data-replacement-class', 'replacementClass'], ['data-auto-replace-svg', 'autoReplaceSvg'], ['data-auto-add-css', 'autoAddCss'], ['data-auto-a11y', 'autoA11y'], ['data-search-pseudo-elements', 'searchPseudoElements'], ['data-observe-mutations', 'observeMutations'], ['data-mutate-approach', 'mutateApproach'], ['data-keep-original-source', 'keepOriginalSource'], ['data-measure-performance', 'measurePerformance'], ['data-show-missing-icons', 'showMissingIcons']]; + attrs.forEach(function (_ref) { + var _ref2 = _slicedToArray(_ref, 2), + attr = _ref2[0], + key = _ref2[1]; + + var val = coerce(getAttrConfig(attr)); + + if (val !== undefined && val !== null) { + initial[key] = val; + } + }); + } + + var _default = { + familyPrefix: DEFAULT_FAMILY_PREFIX, + replacementClass: DEFAULT_REPLACEMENT_CLASS, + autoReplaceSvg: true, + autoAddCss: true, + autoA11y: true, + searchPseudoElements: false, + observeMutations: true, + mutateApproach: 'async', + keepOriginalSource: true, + measurePerformance: false, + showMissingIcons: true + }; + + var _config = _objectSpread({}, _default, initial); + + if (!_config.autoReplaceSvg) _config.observeMutations = false; + + var config = _objectSpread({}, _config); + + WINDOW.FontAwesomeConfig = config; + + var w = WINDOW || {}; + if (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {}; + if (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {}; + if (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {}; + if (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = []; + var namespace = w[NAMESPACE_IDENTIFIER]; + + var functions = []; + + var listener = function listener() { + DOCUMENT.removeEventListener('DOMContentLoaded', listener); + loaded = 1; + functions.map(function (fn) { + return fn(); + }); + }; + + var loaded = false; + + if (IS_DOM) { + loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState); + if (!loaded) DOCUMENT.addEventListener('DOMContentLoaded', listener); + } + + function domready (fn) { + if (!IS_DOM) return; + loaded ? setTimeout(fn, 0) : functions.push(fn); + } + + var PENDING = 'pending'; + var SETTLED = 'settled'; + var FULFILLED = 'fulfilled'; + var REJECTED = 'rejected'; + + var NOOP = function NOOP() {}; + + var isNode = typeof global !== 'undefined' && typeof global.process !== 'undefined' && typeof global.process.emit === 'function'; + var asyncSetTimer = typeof setImmediate === 'undefined' ? setTimeout : setImmediate; + var asyncQueue = []; + var asyncTimer; + + function asyncFlush() { + // run promise callbacks + for (var i = 0; i < asyncQueue.length; i++) { + asyncQueue[i][0](asyncQueue[i][1]); + } // reset async asyncQueue + + + asyncQueue = []; + asyncTimer = false; + } + + function asyncCall(callback, arg) { + asyncQueue.push([callback, arg]); + + if (!asyncTimer) { + asyncTimer = true; + asyncSetTimer(asyncFlush, 0); + } + } + + function invokeResolver(resolver, promise) { + function resolvePromise(value) { + resolve(promise, value); + } + + function rejectPromise(reason) { + reject(promise, reason); + } + + try { + resolver(resolvePromise, rejectPromise); + } catch (e) { + rejectPromise(e); + } + } + + function invokeCallback(subscriber) { + var owner = subscriber.owner; + var settled = owner._state; + var value = owner._data; + var callback = subscriber[settled]; + var promise = subscriber.then; + + if (typeof callback === 'function') { + settled = FULFILLED; + + try { + value = callback(value); + } catch (e) { + reject(promise, e); + } + } + + if (!handleThenable(promise, value)) { + if (settled === FULFILLED) { + resolve(promise, value); + } + + if (settled === REJECTED) { + reject(promise, value); + } + } + } + + function handleThenable(promise, value) { + var resolved; + + try { + if (promise === value) { + throw new TypeError('A promises callback cannot return that same promise.'); + } + + if (value && (typeof value === 'function' || _typeof(value) === 'object')) { + // then should be retrieved only once + var then = value.then; + + if (typeof then === 'function') { + then.call(value, function (val) { + if (!resolved) { + resolved = true; + + if (value === val) { + fulfill(promise, val); + } else { + resolve(promise, val); + } + } + }, function (reason) { + if (!resolved) { + resolved = true; + reject(promise, reason); + } + }); + return true; + } + } + } catch (e) { + if (!resolved) { + reject(promise, e); + } + + return true; + } + + return false; + } + + function resolve(promise, value) { + if (promise === value || !handleThenable(promise, value)) { + fulfill(promise, value); + } + } + + function fulfill(promise, value) { + if (promise._state === PENDING) { + promise._state = SETTLED; + promise._data = value; + asyncCall(publishFulfillment, promise); + } + } + + function reject(promise, reason) { + if (promise._state === PENDING) { + promise._state = SETTLED; + promise._data = reason; + asyncCall(publishRejection, promise); + } + } + + function publish(promise) { + promise._then = promise._then.forEach(invokeCallback); + } + + function publishFulfillment(promise) { + promise._state = FULFILLED; + publish(promise); + } + + function publishRejection(promise) { + promise._state = REJECTED; + publish(promise); + + if (!promise._handled && isNode) { + global.process.emit('unhandledRejection', promise._data, promise); + } + } + + function notifyRejectionHandled(promise) { + global.process.emit('rejectionHandled', promise); + } + /** + * @class + */ + + + function P(resolver) { + if (typeof resolver !== 'function') { + throw new TypeError('Promise resolver ' + resolver + ' is not a function'); + } + + if (this instanceof P === false) { + throw new TypeError('Failed to construct \'Promise\': Please use the \'new\' operator, this object constructor cannot be called as a function.'); + } + + this._then = []; + invokeResolver(resolver, this); + } + + P.prototype = { + constructor: P, + _state: PENDING, + _then: null, + _data: undefined, + _handled: false, + then: function then(onFulfillment, onRejection) { + var subscriber = { + owner: this, + then: new this.constructor(NOOP), + fulfilled: onFulfillment, + rejected: onRejection + }; + + if ((onRejection || onFulfillment) && !this._handled) { + this._handled = true; + + if (this._state === REJECTED && isNode) { + asyncCall(notifyRejectionHandled, this); + } + } + + if (this._state === FULFILLED || this._state === REJECTED) { + // already resolved, call callback async + asyncCall(invokeCallback, subscriber); + } else { + // subscribe + this._then.push(subscriber); + } + + return subscriber.then; + }, + catch: function _catch(onRejection) { + return this.then(null, onRejection); + } + }; + + P.all = function (promises) { + if (!Array.isArray(promises)) { + throw new TypeError('You must pass an array to Promise.all().'); + } + + return new P(function (resolve, reject) { + var results = []; + var remaining = 0; + + function resolver(index) { + remaining++; + return function (value) { + results[index] = value; + + if (! --remaining) { + resolve(results); + } + }; + } + + for (var i = 0, promise; i < promises.length; i++) { + promise = promises[i]; + + if (promise && typeof promise.then === 'function') { + promise.then(resolver(i), reject); + } else { + results[i] = promise; + } + } + + if (!remaining) { + resolve(results); + } + }); + }; + + P.race = function (promises) { + if (!Array.isArray(promises)) { + throw new TypeError('You must pass an array to Promise.race().'); + } + + return new P(function (resolve, reject) { + for (var i = 0, promise; i < promises.length; i++) { + promise = promises[i]; + + if (promise && typeof promise.then === 'function') { + promise.then(resolve, reject); + } else { + resolve(promise); + } + } + }); + }; + + P.resolve = function (value) { + if (value && _typeof(value) === 'object' && value.constructor === P) { + return value; + } + + return new P(function (resolve) { + resolve(value); + }); + }; + + P.reject = function (reason) { + return new P(function (resolve, reject) { + reject(reason); + }); + }; + + var picked = typeof Promise === 'function' ? Promise : P; + + var d = UNITS_IN_GRID; + var meaninglessTransform = { + size: 16, + x: 0, + y: 0, + rotate: 0, + flipX: false, + flipY: false + }; + + function isReserved(name) { + return ~RESERVED_CLASSES.indexOf(name); + } + + function bunker(fn) { + try { + fn(); + } catch (e) { + if (!PRODUCTION) { + throw e; + } + } + } + function insertCss(css) { + if (!css || !IS_DOM) { + return; + } + + var style = DOCUMENT.createElement('style'); + style.setAttribute('type', 'text/css'); + style.innerHTML = css; + var headChildren = DOCUMENT.head.childNodes; + var beforeChild = null; + + for (var i = headChildren.length - 1; i > -1; i--) { + var child = headChildren[i]; + var tagName = (child.tagName || '').toUpperCase(); + + if (['STYLE', 'LINK'].indexOf(tagName) > -1) { + beforeChild = child; + } + } + + DOCUMENT.head.insertBefore(style, beforeChild); + return css; + } + var idPool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; + function nextUniqueId() { + var size = 12; + var id = ''; + + while (size-- > 0) { + id += idPool[Math.random() * 62 | 0]; + } + + return id; + } + function toArray(obj) { + var array = []; + + for (var i = (obj || []).length >>> 0; i--;) { + array[i] = obj[i]; + } + + return array; + } + function classArray(node) { + if (node.classList) { + return toArray(node.classList); + } else { + return (node.getAttribute('class') || '').split(' ').filter(function (i) { + return i; + }); + } + } + function getIconName(familyPrefix, cls) { + var parts = cls.split('-'); + var prefix = parts[0]; + var iconName = parts.slice(1).join('-'); + + if (prefix === familyPrefix && iconName !== '' && !isReserved(iconName)) { + return iconName; + } else { + return null; + } + } + function htmlEscape(str) { + return "".concat(str).replace(/&/g, '&').replace(/"/g, '"').replace(/'/g, ''').replace(//g, '>'); + } + function joinAttributes(attributes) { + return Object.keys(attributes || {}).reduce(function (acc, attributeName) { + return acc + "".concat(attributeName, "=\"").concat(htmlEscape(attributes[attributeName]), "\" "); + }, '').trim(); + } + function joinStyles(styles) { + return Object.keys(styles || {}).reduce(function (acc, styleName) { + return acc + "".concat(styleName, ": ").concat(styles[styleName], ";"); + }, ''); + } + function transformIsMeaningful(transform) { + return transform.size !== meaninglessTransform.size || transform.x !== meaninglessTransform.x || transform.y !== meaninglessTransform.y || transform.rotate !== meaninglessTransform.rotate || transform.flipX || transform.flipY; + } + function transformForSvg(_ref) { + var transform = _ref.transform, + containerWidth = _ref.containerWidth, + iconWidth = _ref.iconWidth; + var outer = { + transform: "translate(".concat(containerWidth / 2, " 256)") + }; + var innerTranslate = "translate(".concat(transform.x * 32, ", ").concat(transform.y * 32, ") "); + var innerScale = "scale(".concat(transform.size / 16 * (transform.flipX ? -1 : 1), ", ").concat(transform.size / 16 * (transform.flipY ? -1 : 1), ") "); + var innerRotate = "rotate(".concat(transform.rotate, " 0 0)"); + var inner = { + transform: "".concat(innerTranslate, " ").concat(innerScale, " ").concat(innerRotate) + }; + var path = { + transform: "translate(".concat(iconWidth / 2 * -1, " -256)") + }; + return { + outer: outer, + inner: inner, + path: path + }; + } + function transformForCss(_ref2) { + var transform = _ref2.transform, + _ref2$width = _ref2.width, + width = _ref2$width === void 0 ? UNITS_IN_GRID : _ref2$width, + _ref2$height = _ref2.height, + height = _ref2$height === void 0 ? UNITS_IN_GRID : _ref2$height, + _ref2$startCentered = _ref2.startCentered, + startCentered = _ref2$startCentered === void 0 ? false : _ref2$startCentered; + var val = ''; + + if (startCentered && IS_IE) { + val += "translate(".concat(transform.x / d - width / 2, "em, ").concat(transform.y / d - height / 2, "em) "); + } else if (startCentered) { + val += "translate(calc(-50% + ".concat(transform.x / d, "em), calc(-50% + ").concat(transform.y / d, "em)) "); + } else { + val += "translate(".concat(transform.x / d, "em, ").concat(transform.y / d, "em) "); + } + + val += "scale(".concat(transform.size / d * (transform.flipX ? -1 : 1), ", ").concat(transform.size / d * (transform.flipY ? -1 : 1), ") "); + val += "rotate(".concat(transform.rotate, "deg) "); + return val; + } + + var ALL_SPACE = { + x: 0, + y: 0, + width: '100%', + height: '100%' + }; + + function fillBlack(abstract) { + var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; + + if (abstract.attributes && (abstract.attributes.fill || force)) { + abstract.attributes.fill = 'black'; + } + + return abstract; + } + + function deGroup(abstract) { + if (abstract.tag === 'g') { + return abstract.children; + } else { + return [abstract]; + } + } + + function makeIconMasking (_ref) { + var children = _ref.children, + attributes = _ref.attributes, + main = _ref.main, + mask = _ref.mask, + explicitMaskId = _ref.maskId, + transform = _ref.transform; + var mainWidth = main.width, + mainPath = main.icon; + var maskWidth = mask.width, + maskPath = mask.icon; + var trans = transformForSvg({ + transform: transform, + containerWidth: maskWidth, + iconWidth: mainWidth + }); + var maskRect = { + tag: 'rect', + attributes: _objectSpread({}, ALL_SPACE, { + fill: 'white' + }) + }; + var maskInnerGroupChildrenMixin = mainPath.children ? { + children: mainPath.children.map(fillBlack) + } : {}; + var maskInnerGroup = { + tag: 'g', + attributes: _objectSpread({}, trans.inner), + children: [fillBlack(_objectSpread({ + tag: mainPath.tag, + attributes: _objectSpread({}, mainPath.attributes, trans.path) + }, maskInnerGroupChildrenMixin))] + }; + var maskOuterGroup = { + tag: 'g', + attributes: _objectSpread({}, trans.outer), + children: [maskInnerGroup] + }; + var maskId = "mask-".concat(explicitMaskId || nextUniqueId()); + var clipId = "clip-".concat(explicitMaskId || nextUniqueId()); + var maskTag = { + tag: 'mask', + attributes: _objectSpread({}, ALL_SPACE, { + id: maskId, + maskUnits: 'userSpaceOnUse', + maskContentUnits: 'userSpaceOnUse' + }), + children: [maskRect, maskOuterGroup] + }; + var defs = { + tag: 'defs', + children: [{ + tag: 'clipPath', + attributes: { + id: clipId + }, + children: deGroup(maskPath) + }, maskTag] + }; + children.push(defs, { + tag: 'rect', + attributes: _objectSpread({ + fill: 'currentColor', + 'clip-path': "url(#".concat(clipId, ")"), + mask: "url(#".concat(maskId, ")") + }, ALL_SPACE) + }); + return { + children: children, + attributes: attributes + }; + } + + function makeIconStandard (_ref) { + var children = _ref.children, + attributes = _ref.attributes, + main = _ref.main, + transform = _ref.transform, + styles = _ref.styles; + var styleString = joinStyles(styles); + + if (styleString.length > 0) { + attributes['style'] = styleString; + } + + if (transformIsMeaningful(transform)) { + var trans = transformForSvg({ + transform: transform, + containerWidth: main.width, + iconWidth: main.width + }); + children.push({ + tag: 'g', + attributes: _objectSpread({}, trans.outer), + children: [{ + tag: 'g', + attributes: _objectSpread({}, trans.inner), + children: [{ + tag: main.icon.tag, + children: main.icon.children, + attributes: _objectSpread({}, main.icon.attributes, trans.path) + }] + }] + }); + } else { + children.push(main.icon); + } + + return { + children: children, + attributes: attributes + }; + } + + function asIcon (_ref) { + var children = _ref.children, + main = _ref.main, + mask = _ref.mask, + attributes = _ref.attributes, + styles = _ref.styles, + transform = _ref.transform; + + if (transformIsMeaningful(transform) && main.found && !mask.found) { + var width = main.width, + height = main.height; + var offset = { + x: width / height / 2, + y: 0.5 + }; + attributes['style'] = joinStyles(_objectSpread({}, styles, { + 'transform-origin': "".concat(offset.x + transform.x / 16, "em ").concat(offset.y + transform.y / 16, "em") + })); + } + + return [{ + tag: 'svg', + attributes: attributes, + children: children + }]; + } + + function asSymbol (_ref) { + var prefix = _ref.prefix, + iconName = _ref.iconName, + children = _ref.children, + attributes = _ref.attributes, + symbol = _ref.symbol; + var id = symbol === true ? "".concat(prefix, "-").concat(config.familyPrefix, "-").concat(iconName) : symbol; + return [{ + tag: 'svg', + attributes: { + style: 'display: none;' + }, + children: [{ + tag: 'symbol', + attributes: _objectSpread({}, attributes, { + id: id + }), + children: children + }] + }]; + } + + function makeInlineSvgAbstract(params) { + var _params$icons = params.icons, + main = _params$icons.main, + mask = _params$icons.mask, + prefix = params.prefix, + iconName = params.iconName, + transform = params.transform, + symbol = params.symbol, + title = params.title, + maskId = params.maskId, + titleId = params.titleId, + extra = params.extra, + _params$watchable = params.watchable, + watchable = _params$watchable === void 0 ? false : _params$watchable; + + var _ref = mask.found ? mask : main, + width = _ref.width, + height = _ref.height; + + var isUploadedIcon = prefix === 'fak'; + var widthClass = isUploadedIcon ? '' : "fa-w-".concat(Math.ceil(width / height * 16)); + var attrClass = [config.replacementClass, iconName ? "".concat(config.familyPrefix, "-").concat(iconName) : '', widthClass].filter(function (c) { + return extra.classes.indexOf(c) === -1; + }).filter(function (c) { + return c !== '' || !!c; + }).concat(extra.classes).join(' '); + var content = { + children: [], + attributes: _objectSpread({}, extra.attributes, { + 'data-prefix': prefix, + 'data-icon': iconName, + 'class': attrClass, + 'role': extra.attributes.role || 'img', + 'xmlns': 'http://www.w3.org/2000/svg', + 'viewBox': "0 0 ".concat(width, " ").concat(height) + }) + }; + var uploadedIconWidthStyle = isUploadedIcon && !~extra.classes.indexOf('fa-fw') ? { + width: "".concat(width / height * 16 * 0.0625, "em") + } : {}; + + if (watchable) { + content.attributes[DATA_FA_I2SVG] = ''; + } + + if (title) content.children.push({ + tag: 'title', + attributes: { + id: content.attributes['aria-labelledby'] || "title-".concat(titleId || nextUniqueId()) + }, + children: [title] + }); + + var args = _objectSpread({}, content, { + prefix: prefix, + iconName: iconName, + main: main, + mask: mask, + maskId: maskId, + transform: transform, + symbol: symbol, + styles: _objectSpread({}, uploadedIconWidthStyle, extra.styles) + }); + + var _ref2 = mask.found && main.found ? makeIconMasking(args) : makeIconStandard(args), + children = _ref2.children, + attributes = _ref2.attributes; + + args.children = children; + args.attributes = attributes; + + if (symbol) { + return asSymbol(args); + } else { + return asIcon(args); + } + } + function makeLayersTextAbstract(params) { + var content = params.content, + width = params.width, + height = params.height, + transform = params.transform, + title = params.title, + extra = params.extra, + _params$watchable2 = params.watchable, + watchable = _params$watchable2 === void 0 ? false : _params$watchable2; + + var attributes = _objectSpread({}, extra.attributes, title ? { + 'title': title + } : {}, { + 'class': extra.classes.join(' ') + }); + + if (watchable) { + attributes[DATA_FA_I2SVG] = ''; + } + + var styles = _objectSpread({}, extra.styles); + + if (transformIsMeaningful(transform)) { + styles['transform'] = transformForCss({ + transform: transform, + startCentered: true, + width: width, + height: height + }); + styles['-webkit-transform'] = styles['transform']; + } + + var styleString = joinStyles(styles); + + if (styleString.length > 0) { + attributes['style'] = styleString; + } + + var val = []; + val.push({ + tag: 'span', + attributes: attributes, + children: [content] + }); + + if (title) { + val.push({ + tag: 'span', + attributes: { + class: 'sr-only' + }, + children: [title] + }); + } + + return val; + } + function makeLayersCounterAbstract(params) { + var content = params.content, + title = params.title, + extra = params.extra; + + var attributes = _objectSpread({}, extra.attributes, title ? { + 'title': title + } : {}, { + 'class': extra.classes.join(' ') + }); + + var styleString = joinStyles(extra.styles); + + if (styleString.length > 0) { + attributes['style'] = styleString; + } + + var val = []; + val.push({ + tag: 'span', + attributes: attributes, + children: [content] + }); + + if (title) { + val.push({ + tag: 'span', + attributes: { + class: 'sr-only' + }, + children: [title] + }); + } + + return val; + } + + var noop$1 = function noop() {}; + + var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : { + mark: noop$1, + measure: noop$1 + }; + var preamble = "FA \"5.15.2\""; + + var begin = function begin(name) { + p.mark("".concat(preamble, " ").concat(name, " begins")); + return function () { + return end(name); + }; + }; + + var end = function end(name) { + p.mark("".concat(preamble, " ").concat(name, " ends")); + p.measure("".concat(preamble, " ").concat(name), "".concat(preamble, " ").concat(name, " begins"), "".concat(preamble, " ").concat(name, " ends")); + }; + + var perf = { + begin: begin, + end: end + }; + + /** + * Internal helper to bind a function known to have 4 arguments + * to a given context. + */ + + var bindInternal4 = function bindInternal4(func, thisContext) { + return function (a, b, c, d) { + return func.call(thisContext, a, b, c, d); + }; + }; + + /** + * # Reduce + * + * A fast object `.reduce()` implementation. + * + * @param {Object} subject The object to reduce over. + * @param {Function} fn The reducer function. + * @param {mixed} initialValue The initial value for the reducer, defaults to subject[0]. + * @param {Object} thisContext The context for the reducer. + * @return {mixed} The final result. + */ + + + var reduce = function fastReduceObject(subject, fn, initialValue, thisContext) { + var keys = Object.keys(subject), + length = keys.length, + iterator = thisContext !== undefined ? bindInternal4(fn, thisContext) : fn, + i, + key, + result; + + if (initialValue === undefined) { + i = 1; + result = subject[keys[0]]; + } else { + i = 0; + result = initialValue; + } + + for (; i < length; i++) { + key = keys[i]; + result = iterator(result, subject[key], key, subject); + } + + return result; + }; + + function toHex(unicode) { + var result = ''; + + for (var i = 0; i < unicode.length; i++) { + var hex = unicode.charCodeAt(i).toString(16); + result += ('000' + hex).slice(-4); + } + + return result; + } + + function defineIcons(prefix, icons) { + var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + var _params$skipHooks = params.skipHooks, + skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks; + var normalized = Object.keys(icons).reduce(function (acc, iconName) { + var icon = icons[iconName]; + var expanded = !!icon.icon; + + if (expanded) { + acc[icon.iconName] = icon.icon; + } else { + acc[iconName] = icon; + } + + return acc; + }, {}); + + if (typeof namespace.hooks.addPack === 'function' && !skipHooks) { + namespace.hooks.addPack(prefix, normalized); + } else { + namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized); + } + /** + * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction + * of new styles we needed to differentiate between them. Prefix `fa` is now an alias + * for `fas` so we'll easy the upgrade process for our users by automatically defining + * this as well. + */ + + + if (prefix === 'fas') { + defineIcons('fa', icons); + } + } + + var styles = namespace.styles, + shims = namespace.shims; + var _byUnicode = {}; + var _byLigature = {}; + var _byOldName = {}; + var build = function build() { + var lookup = function lookup(reducer) { + return reduce(styles, function (o, style, prefix) { + o[prefix] = reduce(style, reducer, {}); + return o; + }, {}); + }; + + _byUnicode = lookup(function (acc, icon, iconName) { + if (icon[3]) { + acc[icon[3]] = iconName; + } + + return acc; + }); + _byLigature = lookup(function (acc, icon, iconName) { + var ligatures = icon[2]; + acc[iconName] = iconName; + ligatures.forEach(function (ligature) { + acc[ligature] = iconName; + }); + return acc; + }); + var hasRegular = 'far' in styles; + _byOldName = reduce(shims, function (acc, shim) { + var oldName = shim[0]; + var prefix = shim[1]; + var iconName = shim[2]; + + if (prefix === 'far' && !hasRegular) { + prefix = 'fas'; + } + + acc[oldName] = { + prefix: prefix, + iconName: iconName + }; + return acc; + }, {}); + }; + build(); + function byUnicode(prefix, unicode) { + return (_byUnicode[prefix] || {})[unicode]; + } + function byLigature(prefix, ligature) { + return (_byLigature[prefix] || {})[ligature]; + } + function byOldName(name) { + return _byOldName[name] || { + prefix: null, + iconName: null + }; + } + + var styles$1 = namespace.styles; + var emptyCanonicalIcon = function emptyCanonicalIcon() { + return { + prefix: null, + iconName: null, + rest: [] + }; + }; + function getCanonicalIcon(values) { + return values.reduce(function (acc, cls) { + var iconName = getIconName(config.familyPrefix, cls); + + if (styles$1[cls]) { + acc.prefix = cls; + } else if (config.autoFetchSvg && Object.keys(PREFIX_TO_STYLE).indexOf(cls) > -1) { + acc.prefix = cls; + } else if (iconName) { + var shim = acc.prefix === 'fa' ? byOldName(iconName) : {}; + acc.iconName = shim.iconName || iconName; + acc.prefix = shim.prefix || acc.prefix; + } else if (cls !== config.replacementClass && cls.indexOf('fa-w-') !== 0) { + acc.rest.push(cls); + } + + return acc; + }, emptyCanonicalIcon()); + } + function iconFromMapping(mapping, prefix, iconName) { + if (mapping && mapping[prefix] && mapping[prefix][iconName]) { + return { + prefix: prefix, + iconName: iconName, + icon: mapping[prefix][iconName] + }; + } + } + + function toHtml(abstractNodes) { + var tag = abstractNodes.tag, + _abstractNodes$attrib = abstractNodes.attributes, + attributes = _abstractNodes$attrib === void 0 ? {} : _abstractNodes$attrib, + _abstractNodes$childr = abstractNodes.children, + children = _abstractNodes$childr === void 0 ? [] : _abstractNodes$childr; + + if (typeof abstractNodes === 'string') { + return htmlEscape(abstractNodes); + } else { + return "<".concat(tag, " ").concat(joinAttributes(attributes), ">").concat(children.map(toHtml).join(''), ""); + } + } + + var noop$2 = function noop() {}; + + function isWatched(node) { + var i2svg = node.getAttribute ? node.getAttribute(DATA_FA_I2SVG) : null; + return typeof i2svg === 'string'; + } + + function getMutator() { + if (config.autoReplaceSvg === true) { + return mutators.replace; + } + + var mutator = mutators[config.autoReplaceSvg]; + return mutator || mutators.replace; + } + + var mutators = { + replace: function replace(mutation) { + var node = mutation[0]; + var abstract = mutation[1]; + var newOuterHTML = abstract.map(function (a) { + return toHtml(a); + }).join('\n'); + + if (node.parentNode && node.outerHTML) { + node.outerHTML = newOuterHTML + (config.keepOriginalSource && node.tagName.toLowerCase() !== 'svg' ? "") : ''); + } else if (node.parentNode) { + var newNode = document.createElement('span'); + node.parentNode.replaceChild(newNode, node); + newNode.outerHTML = newOuterHTML; + } + }, + nest: function nest(mutation) { + var node = mutation[0]; + var abstract = mutation[1]; // If we already have a replaced node we do not want to continue nesting within it. + // Short-circuit to the standard replacement + + if (~classArray(node).indexOf(config.replacementClass)) { + return mutators.replace(mutation); + } + + var forSvg = new RegExp("".concat(config.familyPrefix, "-.*")); + delete abstract[0].attributes.style; + delete abstract[0].attributes.id; + var splitClasses = abstract[0].attributes.class.split(' ').reduce(function (acc, cls) { + if (cls === config.replacementClass || cls.match(forSvg)) { + acc.toSvg.push(cls); + } else { + acc.toNode.push(cls); + } + + return acc; + }, { + toNode: [], + toSvg: [] + }); + abstract[0].attributes.class = splitClasses.toSvg.join(' '); + var newInnerHTML = abstract.map(function (a) { + return toHtml(a); + }).join('\n'); + node.setAttribute('class', splitClasses.toNode.join(' ')); + node.setAttribute(DATA_FA_I2SVG, ''); + node.innerHTML = newInnerHTML; + } + }; + + function performOperationSync(op) { + op(); + } + + function perform(mutations, callback) { + var callbackFunction = typeof callback === 'function' ? callback : noop$2; + + if (mutations.length === 0) { + callbackFunction(); + } else { + var frame = performOperationSync; + + if (config.mutateApproach === MUTATION_APPROACH_ASYNC) { + frame = WINDOW.requestAnimationFrame || performOperationSync; + } + + frame(function () { + var mutator = getMutator(); + var mark = perf.begin('mutate'); + mutations.map(mutator); + mark(); + callbackFunction(); + }); + } + } + var disabled = false; + function disableObservation() { + disabled = true; + } + function enableObservation() { + disabled = false; + } + var mo = null; + function observe(options) { + if (!MUTATION_OBSERVER) { + return; + } + + if (!config.observeMutations) { + return; + } + + var treeCallback = options.treeCallback, + nodeCallback = options.nodeCallback, + pseudoElementsCallback = options.pseudoElementsCallback, + _options$observeMutat = options.observeMutationsRoot, + observeMutationsRoot = _options$observeMutat === void 0 ? DOCUMENT : _options$observeMutat; + mo = new MUTATION_OBSERVER(function (objects) { + if (disabled) return; + toArray(objects).forEach(function (mutationRecord) { + if (mutationRecord.type === 'childList' && mutationRecord.addedNodes.length > 0 && !isWatched(mutationRecord.addedNodes[0])) { + if (config.searchPseudoElements) { + pseudoElementsCallback(mutationRecord.target); + } + + treeCallback(mutationRecord.target); + } + + if (mutationRecord.type === 'attributes' && mutationRecord.target.parentNode && config.searchPseudoElements) { + pseudoElementsCallback(mutationRecord.target.parentNode); + } + + if (mutationRecord.type === 'attributes' && isWatched(mutationRecord.target) && ~ATTRIBUTES_WATCHED_FOR_MUTATION.indexOf(mutationRecord.attributeName)) { + if (mutationRecord.attributeName === 'class') { + var _getCanonicalIcon = getCanonicalIcon(classArray(mutationRecord.target)), + prefix = _getCanonicalIcon.prefix, + iconName = _getCanonicalIcon.iconName; + + if (prefix) mutationRecord.target.setAttribute('data-prefix', prefix); + if (iconName) mutationRecord.target.setAttribute('data-icon', iconName); + } else { + nodeCallback(mutationRecord.target); + } + } + }); + }); + if (!IS_DOM) return; + mo.observe(observeMutationsRoot, { + childList: true, + attributes: true, + characterData: true, + subtree: true + }); + } + function disconnect() { + if (!mo) return; + mo.disconnect(); + } + + function styleParser (node) { + var style = node.getAttribute('style'); + var val = []; + + if (style) { + val = style.split(';').reduce(function (acc, style) { + var styles = style.split(':'); + var prop = styles[0]; + var value = styles.slice(1); + + if (prop && value.length > 0) { + acc[prop] = value.join(':').trim(); + } + + return acc; + }, {}); + } + + return val; + } + + function classParser (node) { + var existingPrefix = node.getAttribute('data-prefix'); + var existingIconName = node.getAttribute('data-icon'); + var innerText = node.innerText !== undefined ? node.innerText.trim() : ''; + var val = getCanonicalIcon(classArray(node)); + + if (existingPrefix && existingIconName) { + val.prefix = existingPrefix; + val.iconName = existingIconName; + } + + if (val.prefix && innerText.length > 1) { + val.iconName = byLigature(val.prefix, node.innerText); + } else if (val.prefix && innerText.length === 1) { + val.iconName = byUnicode(val.prefix, toHex(node.innerText)); + } + + return val; + } + + var parseTransformString = function parseTransformString(transformString) { + var transform = { + size: 16, + x: 0, + y: 0, + flipX: false, + flipY: false, + rotate: 0 + }; + + if (!transformString) { + return transform; + } else { + return transformString.toLowerCase().split(' ').reduce(function (acc, n) { + var parts = n.toLowerCase().split('-'); + var first = parts[0]; + var rest = parts.slice(1).join('-'); + + if (first && rest === 'h') { + acc.flipX = true; + return acc; + } + + if (first && rest === 'v') { + acc.flipY = true; + return acc; + } + + rest = parseFloat(rest); + + if (isNaN(rest)) { + return acc; + } + + switch (first) { + case 'grow': + acc.size = acc.size + rest; + break; + + case 'shrink': + acc.size = acc.size - rest; + break; + + case 'left': + acc.x = acc.x - rest; + break; + + case 'right': + acc.x = acc.x + rest; + break; + + case 'up': + acc.y = acc.y - rest; + break; + + case 'down': + acc.y = acc.y + rest; + break; + + case 'rotate': + acc.rotate = acc.rotate + rest; + break; + } + + return acc; + }, transform); + } + }; + function transformParser (node) { + return parseTransformString(node.getAttribute('data-fa-transform')); + } + + function symbolParser (node) { + var symbol = node.getAttribute('data-fa-symbol'); + return symbol === null ? false : symbol === '' ? true : symbol; + } + + function attributesParser (node) { + var extraAttributes = toArray(node.attributes).reduce(function (acc, attr) { + if (acc.name !== 'class' && acc.name !== 'style') { + acc[attr.name] = attr.value; + } + + return acc; + }, {}); + var title = node.getAttribute('title'); + var titleId = node.getAttribute('data-fa-title-id'); + + if (config.autoA11y) { + if (title) { + extraAttributes['aria-labelledby'] = "".concat(config.replacementClass, "-title-").concat(titleId || nextUniqueId()); + } else { + extraAttributes['aria-hidden'] = 'true'; + extraAttributes['focusable'] = 'false'; + } + } + + return extraAttributes; + } + + function maskParser (node) { + var mask = node.getAttribute('data-fa-mask'); + + if (!mask) { + return emptyCanonicalIcon(); + } else { + return getCanonicalIcon(mask.split(' ').map(function (i) { + return i.trim(); + })); + } + } + + function blankMeta() { + return { + iconName: null, + title: null, + titleId: null, + prefix: null, + transform: meaninglessTransform, + symbol: false, + mask: null, + maskId: null, + extra: { + classes: [], + styles: {}, + attributes: {} + } + }; + } + function parseMeta(node) { + var _classParser = classParser(node), + iconName = _classParser.iconName, + prefix = _classParser.prefix, + extraClasses = _classParser.rest; + + var extraStyles = styleParser(node); + var transform = transformParser(node); + var symbol = symbolParser(node); + var extraAttributes = attributesParser(node); + var mask = maskParser(node); + return { + iconName: iconName, + title: node.getAttribute('title'), + titleId: node.getAttribute('data-fa-title-id'), + prefix: prefix, + transform: transform, + symbol: symbol, + mask: mask, + maskId: node.getAttribute('data-fa-mask-id'), + extra: { + classes: extraClasses, + styles: extraStyles, + attributes: extraAttributes + } + }; + } + + function MissingIcon(error) { + this.name = 'MissingIcon'; + this.message = error || 'Icon unavailable'; + this.stack = new Error().stack; + } + MissingIcon.prototype = Object.create(Error.prototype); + MissingIcon.prototype.constructor = MissingIcon; + + var FILL = { + fill: 'currentColor' + }; + var ANIMATION_BASE = { + attributeType: 'XML', + repeatCount: 'indefinite', + dur: '2s' + }; + var RING = { + tag: 'path', + attributes: _objectSpread({}, FILL, { + d: 'M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z' + }) + }; + + var OPACITY_ANIMATE = _objectSpread({}, ANIMATION_BASE, { + attributeName: 'opacity' + }); + + var DOT = { + tag: 'circle', + attributes: _objectSpread({}, FILL, { + cx: '256', + cy: '364', + r: '28' + }), + children: [{ + tag: 'animate', + attributes: _objectSpread({}, ANIMATION_BASE, { + attributeName: 'r', + values: '28;14;28;28;14;28;' + }) + }, { + tag: 'animate', + attributes: _objectSpread({}, OPACITY_ANIMATE, { + values: '1;0;1;1;0;1;' + }) + }] + }; + var QUESTION = { + tag: 'path', + attributes: _objectSpread({}, FILL, { + opacity: '1', + d: 'M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z' + }), + children: [{ + tag: 'animate', + attributes: _objectSpread({}, OPACITY_ANIMATE, { + values: '1;0;0;0;0;1;' + }) + }] + }; + var EXCLAMATION = { + tag: 'path', + attributes: _objectSpread({}, FILL, { + opacity: '0', + d: 'M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z' + }), + children: [{ + tag: 'animate', + attributes: _objectSpread({}, OPACITY_ANIMATE, { + values: '0;0;1;1;0;0;' + }) + }] + }; + var missing = { + tag: 'g', + children: [RING, DOT, QUESTION, EXCLAMATION] + }; + + var styles$2 = namespace.styles; + function asFoundIcon(icon) { + var width = icon[0]; + var height = icon[1]; + + var _icon$slice = icon.slice(4), + _icon$slice2 = _slicedToArray(_icon$slice, 1), + vectorData = _icon$slice2[0]; + + var element = null; + + if (Array.isArray(vectorData)) { + element = { + tag: 'g', + attributes: { + class: "".concat(config.familyPrefix, "-").concat(DUOTONE_CLASSES.GROUP) + }, + children: [{ + tag: 'path', + attributes: { + class: "".concat(config.familyPrefix, "-").concat(DUOTONE_CLASSES.SECONDARY), + fill: 'currentColor', + d: vectorData[0] + } + }, { + tag: 'path', + attributes: { + class: "".concat(config.familyPrefix, "-").concat(DUOTONE_CLASSES.PRIMARY), + fill: 'currentColor', + d: vectorData[1] + } + }] + }; + } else { + element = { + tag: 'path', + attributes: { + fill: 'currentColor', + d: vectorData + } + }; + } + + return { + found: true, + width: width, + height: height, + icon: element + }; + } + function findIcon(iconName, prefix) { + return new picked(function (resolve, reject) { + var val = { + found: false, + width: 512, + height: 512, + icon: missing + }; + + if (iconName && prefix && styles$2[prefix] && styles$2[prefix][iconName]) { + var icon = styles$2[prefix][iconName]; + return resolve(asFoundIcon(icon)); + } + + if (iconName && prefix && !config.showMissingIcons) { + reject(new MissingIcon("Icon is missing for prefix ".concat(prefix, " with icon name ").concat(iconName))); + } else { + resolve(val); + } + }); + } + + var styles$3 = namespace.styles; + + function generateSvgReplacementMutation(node, nodeMeta) { + var iconName = nodeMeta.iconName, + title = nodeMeta.title, + titleId = nodeMeta.titleId, + prefix = nodeMeta.prefix, + transform = nodeMeta.transform, + symbol = nodeMeta.symbol, + mask = nodeMeta.mask, + maskId = nodeMeta.maskId, + extra = nodeMeta.extra; + return new picked(function (resolve, reject) { + picked.all([findIcon(iconName, prefix), findIcon(mask.iconName, mask.prefix)]).then(function (_ref) { + var _ref2 = _slicedToArray(_ref, 2), + main = _ref2[0], + mask = _ref2[1]; + + resolve([node, makeInlineSvgAbstract({ + icons: { + main: main, + mask: mask + }, + prefix: prefix, + iconName: iconName, + transform: transform, + symbol: symbol, + mask: mask, + maskId: maskId, + title: title, + titleId: titleId, + extra: extra, + watchable: true + })]); + }); + }); + } + + function generateLayersText(node, nodeMeta) { + var title = nodeMeta.title, + transform = nodeMeta.transform, + extra = nodeMeta.extra; + var width = null; + var height = null; + + if (IS_IE) { + var computedFontSize = parseInt(getComputedStyle(node).fontSize, 10); + var boundingClientRect = node.getBoundingClientRect(); + width = boundingClientRect.width / computedFontSize; + height = boundingClientRect.height / computedFontSize; + } + + if (config.autoA11y && !title) { + extra.attributes['aria-hidden'] = 'true'; + } + + return picked.resolve([node, makeLayersTextAbstract({ + content: node.innerHTML, + width: width, + height: height, + transform: transform, + title: title, + extra: extra, + watchable: true + })]); + } + + function generateMutation(node) { + var nodeMeta = parseMeta(node); + + if (~nodeMeta.extra.classes.indexOf(LAYERS_TEXT_CLASSNAME)) { + return generateLayersText(node, nodeMeta); + } else { + return generateSvgReplacementMutation(node, nodeMeta); + } + } + + function onTree(root) { + var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + if (!IS_DOM) return; + var htmlClassList = DOCUMENT.documentElement.classList; + + var hclAdd = function hclAdd(suffix) { + return htmlClassList.add("".concat(HTML_CLASS_I2SVG_BASE_CLASS, "-").concat(suffix)); + }; + + var hclRemove = function hclRemove(suffix) { + return htmlClassList.remove("".concat(HTML_CLASS_I2SVG_BASE_CLASS, "-").concat(suffix)); + }; + + var prefixes = config.autoFetchSvg ? Object.keys(PREFIX_TO_STYLE) : Object.keys(styles$3); + var prefixesDomQuery = [".".concat(LAYERS_TEXT_CLASSNAME, ":not([").concat(DATA_FA_I2SVG, "])")].concat(prefixes.map(function (p) { + return ".".concat(p, ":not([").concat(DATA_FA_I2SVG, "])"); + })).join(', '); + + if (prefixesDomQuery.length === 0) { + return; + } + + var candidates = []; + + try { + candidates = toArray(root.querySelectorAll(prefixesDomQuery)); + } catch (e) {// noop + } + + if (candidates.length > 0) { + hclAdd('pending'); + hclRemove('complete'); + } else { + return; + } + + var mark = perf.begin('onTree'); + var mutations = candidates.reduce(function (acc, node) { + try { + var mutation = generateMutation(node); + + if (mutation) { + acc.push(mutation); + } + } catch (e) { + if (!PRODUCTION) { + if (e instanceof MissingIcon) { + console.error(e); + } + } + } + + return acc; + }, []); + return new picked(function (resolve, reject) { + picked.all(mutations).then(function (resolvedMutations) { + perform(resolvedMutations, function () { + hclAdd('active'); + hclAdd('complete'); + hclRemove('pending'); + if (typeof callback === 'function') callback(); + mark(); + resolve(); + }); + }).catch(function () { + mark(); + reject(); + }); + }); + } + function onNode(node) { + var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + generateMutation(node).then(function (mutation) { + if (mutation) { + perform([mutation], callback); + } + }); + } + + function replaceForPosition(node, position) { + var pendingAttribute = "".concat(DATA_FA_PSEUDO_ELEMENT_PENDING).concat(position.replace(':', '-')); + return new picked(function (resolve, reject) { + if (node.getAttribute(pendingAttribute) !== null) { + // This node is already being processed + return resolve(); + } + + var children = toArray(node.children); + var alreadyProcessedPseudoElement = children.filter(function (c) { + return c.getAttribute(DATA_FA_PSEUDO_ELEMENT) === position; + })[0]; + var styles = WINDOW.getComputedStyle(node, position); + var fontFamily = styles.getPropertyValue('font-family').match(FONT_FAMILY_PATTERN); + var fontWeight = styles.getPropertyValue('font-weight'); + var content = styles.getPropertyValue('content'); + + if (alreadyProcessedPseudoElement && !fontFamily) { + // If we've already processed it but the current computed style does not result in a font-family, + // that probably means that a class name that was previously present to make the icon has been + // removed. So we now should delete the icon. + node.removeChild(alreadyProcessedPseudoElement); + return resolve(); + } else if (fontFamily && content !== 'none' && content !== '') { + var _content = styles.getPropertyValue('content'); + + var prefix = ~['Solid', 'Regular', 'Light', 'Duotone', 'Brands', 'Kit'].indexOf(fontFamily[2]) ? STYLE_TO_PREFIX[fontFamily[2].toLowerCase()] : FONT_WEIGHT_TO_PREFIX[fontWeight]; + var hexValue = toHex(_content.length === 3 ? _content.substr(1, 1) : _content); + var iconName = byUnicode(prefix, hexValue); + var iconIdentifier = iconName; // Only convert the pseudo element in this :before/:after position into an icon if we haven't + // already done so with the same prefix and iconName + + if (iconName && (!alreadyProcessedPseudoElement || alreadyProcessedPseudoElement.getAttribute(DATA_PREFIX) !== prefix || alreadyProcessedPseudoElement.getAttribute(DATA_ICON) !== iconIdentifier)) { + node.setAttribute(pendingAttribute, iconIdentifier); + + if (alreadyProcessedPseudoElement) { + // Delete the old one, since we're replacing it with a new one + node.removeChild(alreadyProcessedPseudoElement); + } + + var meta = blankMeta(); + var extra = meta.extra; + extra.attributes[DATA_FA_PSEUDO_ELEMENT] = position; + findIcon(iconName, prefix).then(function (main) { + var abstract = makeInlineSvgAbstract(_objectSpread({}, meta, { + icons: { + main: main, + mask: emptyCanonicalIcon() + }, + prefix: prefix, + iconName: iconIdentifier, + extra: extra, + watchable: true + })); + var element = DOCUMENT.createElement('svg'); + + if (position === ':before') { + node.insertBefore(element, node.firstChild); + } else { + node.appendChild(element); + } + + element.outerHTML = abstract.map(function (a) { + return toHtml(a); + }).join('\n'); + node.removeAttribute(pendingAttribute); + resolve(); + }).catch(reject); + } else { + resolve(); + } + } else { + resolve(); + } + }); + } + + function replace(node) { + return picked.all([replaceForPosition(node, ':before'), replaceForPosition(node, ':after')]); + } + + function processable(node) { + return node.parentNode !== document.head && !~TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS.indexOf(node.tagName.toUpperCase()) && !node.getAttribute(DATA_FA_PSEUDO_ELEMENT) && (!node.parentNode || node.parentNode.tagName !== 'svg'); + } + + function searchPseudoElements (root) { + if (!IS_DOM) return; + return new picked(function (resolve, reject) { + var operations = toArray(root.querySelectorAll('*')).filter(processable).map(replace); + var end = perf.begin('searchPseudoElements'); + disableObservation(); + picked.all(operations).then(function () { + end(); + enableObservation(); + resolve(); + }).catch(function () { + end(); + enableObservation(); + reject(); + }); + }); + } + + var baseStyles = "svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff}"; + + function css () { + var dfp = DEFAULT_FAMILY_PREFIX; + var drc = DEFAULT_REPLACEMENT_CLASS; + var fp = config.familyPrefix; + var rc = config.replacementClass; + var s = baseStyles; + + if (fp !== dfp || rc !== drc) { + var dPatt = new RegExp("\\.".concat(dfp, "\\-"), 'g'); + var customPropPatt = new RegExp("\\--".concat(dfp, "\\-"), 'g'); + var rPatt = new RegExp("\\.".concat(drc), 'g'); + s = s.replace(dPatt, ".".concat(fp, "-")).replace(customPropPatt, "--".concat(fp, "-")).replace(rPatt, ".".concat(rc)); + } + + return s; + } + + var Library = + /*#__PURE__*/ + function () { + function Library() { + _classCallCheck(this, Library); + + this.definitions = {}; + } + + _createClass(Library, [{ + key: "add", + value: function add() { + var _this = this; + + for (var _len = arguments.length, definitions = new Array(_len), _key = 0; _key < _len; _key++) { + definitions[_key] = arguments[_key]; + } + + var additions = definitions.reduce(this._pullDefinitions, {}); + Object.keys(additions).forEach(function (key) { + _this.definitions[key] = _objectSpread({}, _this.definitions[key] || {}, additions[key]); + defineIcons(key, additions[key]); + build(); + }); + } + }, { + key: "reset", + value: function reset() { + this.definitions = {}; + } + }, { + key: "_pullDefinitions", + value: function _pullDefinitions(additions, definition) { + var normalized = definition.prefix && definition.iconName && definition.icon ? { + 0: definition + } : definition; + Object.keys(normalized).map(function (key) { + var _normalized$key = normalized[key], + prefix = _normalized$key.prefix, + iconName = _normalized$key.iconName, + icon = _normalized$key.icon; + if (!additions[prefix]) additions[prefix] = {}; + additions[prefix][iconName] = icon; + }); + return additions; + } + }]); + + return Library; + }(); + + function ensureCss() { + if (config.autoAddCss && !_cssInserted) { + insertCss(css()); + + _cssInserted = true; + } + } + + function apiObject(val, abstractCreator) { + Object.defineProperty(val, 'abstract', { + get: abstractCreator + }); + Object.defineProperty(val, 'html', { + get: function get() { + return val.abstract.map(function (a) { + return toHtml(a); + }); + } + }); + Object.defineProperty(val, 'node', { + get: function get() { + if (!IS_DOM) return; + var container = DOCUMENT.createElement('div'); + container.innerHTML = val.html; + return container.children; + } + }); + return val; + } + + function findIconDefinition(iconLookup) { + var _iconLookup$prefix = iconLookup.prefix, + prefix = _iconLookup$prefix === void 0 ? 'fa' : _iconLookup$prefix, + iconName = iconLookup.iconName; + if (!iconName) return; + return iconFromMapping(library.definitions, prefix, iconName) || iconFromMapping(namespace.styles, prefix, iconName); + } + + function resolveIcons(next) { + return function (maybeIconDefinition) { + var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var iconDefinition = (maybeIconDefinition || {}).icon ? maybeIconDefinition : findIconDefinition(maybeIconDefinition || {}); + var mask = params.mask; + + if (mask) { + mask = (mask || {}).icon ? mask : findIconDefinition(mask || {}); + } + + return next(iconDefinition, _objectSpread({}, params, { + mask: mask + })); + }; + } + + var library = new Library(); + var noAuto = function noAuto() { + config.autoReplaceSvg = false; + config.observeMutations = false; + disconnect(); + }; + var _cssInserted = false; + var dom = { + i2svg: function i2svg() { + var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + + if (IS_DOM) { + ensureCss(); + var _params$node = params.node, + node = _params$node === void 0 ? DOCUMENT : _params$node, + _params$callback = params.callback, + callback = _params$callback === void 0 ? function () {} : _params$callback; + + if (config.searchPseudoElements) { + searchPseudoElements(node); + } + + return onTree(node, callback); + } else { + return picked.reject('Operation requires a DOM of some kind.'); + } + }, + css: css, + insertCss: function insertCss$$1() { + if (!_cssInserted) { + insertCss(css()); + + _cssInserted = true; + } + }, + watch: function watch() { + var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + var autoReplaceSvgRoot = params.autoReplaceSvgRoot, + observeMutationsRoot = params.observeMutationsRoot; + + if (config.autoReplaceSvg === false) { + config.autoReplaceSvg = true; + } + + config.observeMutations = true; + domready(function () { + autoReplace({ + autoReplaceSvgRoot: autoReplaceSvgRoot + }); + observe({ + treeCallback: onTree, + nodeCallback: onNode, + pseudoElementsCallback: searchPseudoElements, + observeMutationsRoot: observeMutationsRoot + }); + }); + } + }; + var parse = { + transform: function transform(transformString) { + return parseTransformString(transformString); + } + }; + var icon = resolveIcons(function (iconDefinition) { + var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var _params$transform = params.transform, + transform = _params$transform === void 0 ? meaninglessTransform : _params$transform, + _params$symbol = params.symbol, + symbol = _params$symbol === void 0 ? false : _params$symbol, + _params$mask = params.mask, + mask = _params$mask === void 0 ? null : _params$mask, + _params$maskId = params.maskId, + maskId = _params$maskId === void 0 ? null : _params$maskId, + _params$title = params.title, + title = _params$title === void 0 ? null : _params$title, + _params$titleId = params.titleId, + titleId = _params$titleId === void 0 ? null : _params$titleId, + _params$classes = params.classes, + classes = _params$classes === void 0 ? [] : _params$classes, + _params$attributes = params.attributes, + attributes = _params$attributes === void 0 ? {} : _params$attributes, + _params$styles = params.styles, + styles = _params$styles === void 0 ? {} : _params$styles; + if (!iconDefinition) return; + var prefix = iconDefinition.prefix, + iconName = iconDefinition.iconName, + icon = iconDefinition.icon; + return apiObject(_objectSpread({ + type: 'icon' + }, iconDefinition), function () { + ensureCss(); + + if (config.autoA11y) { + if (title) { + attributes['aria-labelledby'] = "".concat(config.replacementClass, "-title-").concat(titleId || nextUniqueId()); + } else { + attributes['aria-hidden'] = 'true'; + attributes['focusable'] = 'false'; + } + } + + return makeInlineSvgAbstract({ + icons: { + main: asFoundIcon(icon), + mask: mask ? asFoundIcon(mask.icon) : { + found: false, + width: null, + height: null, + icon: {} + } + }, + prefix: prefix, + iconName: iconName, + transform: _objectSpread({}, meaninglessTransform, transform), + symbol: symbol, + title: title, + maskId: maskId, + titleId: titleId, + extra: { + attributes: attributes, + styles: styles, + classes: classes + } + }); + }); + }); + var text = function text(content) { + var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var _params$transform2 = params.transform, + transform = _params$transform2 === void 0 ? meaninglessTransform : _params$transform2, + _params$title2 = params.title, + title = _params$title2 === void 0 ? null : _params$title2, + _params$classes2 = params.classes, + classes = _params$classes2 === void 0 ? [] : _params$classes2, + _params$attributes2 = params.attributes, + attributes = _params$attributes2 === void 0 ? {} : _params$attributes2, + _params$styles2 = params.styles, + styles = _params$styles2 === void 0 ? {} : _params$styles2; + return apiObject({ + type: 'text', + content: content + }, function () { + ensureCss(); + return makeLayersTextAbstract({ + content: content, + transform: _objectSpread({}, meaninglessTransform, transform), + title: title, + extra: { + attributes: attributes, + styles: styles, + classes: ["".concat(config.familyPrefix, "-layers-text")].concat(_toConsumableArray(classes)) + } + }); + }); + }; + var counter = function counter(content) { + var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var _params$title3 = params.title, + title = _params$title3 === void 0 ? null : _params$title3, + _params$classes3 = params.classes, + classes = _params$classes3 === void 0 ? [] : _params$classes3, + _params$attributes3 = params.attributes, + attributes = _params$attributes3 === void 0 ? {} : _params$attributes3, + _params$styles3 = params.styles, + styles = _params$styles3 === void 0 ? {} : _params$styles3; + return apiObject({ + type: 'counter', + content: content + }, function () { + ensureCss(); + return makeLayersCounterAbstract({ + content: content.toString(), + title: title, + extra: { + attributes: attributes, + styles: styles, + classes: ["".concat(config.familyPrefix, "-layers-counter")].concat(_toConsumableArray(classes)) + } + }); + }); + }; + var layer = function layer(assembler) { + var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var _params$classes4 = params.classes, + classes = _params$classes4 === void 0 ? [] : _params$classes4; + return apiObject({ + type: 'layer' + }, function () { + ensureCss(); + var children = []; + assembler(function (args) { + Array.isArray(args) ? args.map(function (a) { + children = children.concat(a.abstract); + }) : children = children.concat(args.abstract); + }); + return [{ + tag: 'span', + attributes: { + class: ["".concat(config.familyPrefix, "-layers")].concat(_toConsumableArray(classes)).join(' ') + }, + children: children + }]; + }); + }; + var api = { + noAuto: noAuto, + config: config, + dom: dom, + library: library, + parse: parse, + findIconDefinition: findIconDefinition, + icon: icon, + text: text, + counter: counter, + layer: layer, + toHtml: toHtml + }; + + var autoReplace = function autoReplace() { + var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + var _params$autoReplaceSv = params.autoReplaceSvgRoot, + autoReplaceSvgRoot = _params$autoReplaceSv === void 0 ? DOCUMENT : _params$autoReplaceSv; + if ((Object.keys(namespace.styles).length > 0 || config.autoFetchSvg) && IS_DOM && config.autoReplaceSvg) api.dom.i2svg({ + node: autoReplaceSvgRoot + }); + }; + + function bootstrap() { + if (IS_BROWSER) { + if (!WINDOW.FontAwesome) { + WINDOW.FontAwesome = api; + } + + domready(function () { + autoReplace(); + observe({ + treeCallback: onTree, + nodeCallback: onNode, + pseudoElementsCallback: searchPseudoElements + }); + }); + } + + namespace.hooks = _objectSpread({}, namespace.hooks, { + addPack: function addPack(prefix, icons) { + namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, icons); + build(); + autoReplace(); + }, + addShims: function addShims(shims) { + var _namespace$shims; + + (_namespace$shims = namespace.shims).push.apply(_namespace$shims, _toConsumableArray(shims)); + + build(); + autoReplace(); + } + }); + } + + bunker(bootstrap); + +}()); diff --git a/docs/vendor/fontawesome-free-5.15.2-web/js/all.min.js b/docs/vendor/fontawesome-free-5.15.2-web/js/all.min.js new file mode 100644 index 000000000..b9bb8db97 --- /dev/null +++ b/docs/vendor/fontawesome-free-5.15.2-web/js/all.min.js @@ -0,0 +1,5 @@ +/*! + * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + */ +!function(){"use strict";var c={},l={};try{"undefined"!=typeof window&&(c=window),"undefined"!=typeof document&&(l=document)}catch(c){}var h=(c.navigator||{}).userAgent,z=void 0===h?"":h,a=c,v=l,m=(a.document,!!v.documentElement&&!!v.head&&"function"==typeof v.addEventListener&&v.createElement,~z.indexOf("MSIE")||z.indexOf("Trident/"),"___FONT_AWESOME___"),e=function(){try{return!0}catch(c){return!1}}();var s=a||{};s[m]||(s[m]={}),s[m].styles||(s[m].styles={}),s[m].hooks||(s[m].hooks={}),s[m].shims||(s[m].shims=[]);var t=s[m];function M(c,z){var l=(2>>0;h--;)l[h]=c[h];return l}function Ac(c){return c.classList?bc(c.classList):(c.getAttribute("class")||"").split(" ").filter(function(c){return c})}function gc(c,l){var h,z=l.split("-"),a=z[0],v=z.slice(1).join("-");return a!==c||""===v||(h=v,~T.indexOf(h))?null:v}function Sc(c){return"".concat(c).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}function yc(h){return Object.keys(h||{}).reduce(function(c,l){return c+"".concat(l,": ").concat(h[l],";")},"")}function wc(c){return c.size!==Lc.size||c.x!==Lc.x||c.y!==Lc.y||c.rotate!==Lc.rotate||c.flipX||c.flipY}function Zc(c){var l=c.transform,h=c.containerWidth,z=c.iconWidth,a={transform:"translate(".concat(h/2," 256)")},v="translate(".concat(32*l.x,", ").concat(32*l.y,") "),m="scale(".concat(l.size/16*(l.flipX?-1:1),", ").concat(l.size/16*(l.flipY?-1:1),") "),e="rotate(".concat(l.rotate," 0 0)");return{outer:a,inner:{transform:"".concat(v," ").concat(m," ").concat(e)},path:{transform:"translate(".concat(z/2*-1," -256)")}}}var kc={x:0,y:0,width:"100%",height:"100%"};function xc(c){var l=!(1").concat(m.map(Jc).join(""),"")}var $c=function(){};function cl(c){return"string"==typeof(c.getAttribute?c.getAttribute(cc):null)}var ll={replace:function(c){var l=c[0],h=c[1].map(function(c){return Jc(c)}).join("\n");if(l.parentNode&&l.outerHTML)l.outerHTML=h+(lc.keepOriginalSource&&"svg"!==l.tagName.toLowerCase()?"\x3c!-- ".concat(l.outerHTML," Font Awesome fontawesome.com --\x3e"):"");else if(l.parentNode){var z=document.createElement("span");l.parentNode.replaceChild(z,l),z.outerHTML=h}},nest:function(c){var l=c[0],h=c[1];if(~Ac(l).indexOf(lc.replacementClass))return ll.replace(c);var z=new RegExp("".concat(lc.familyPrefix,"-.*"));delete h[0].attributes.style,delete h[0].attributes.id;var a=h[0].attributes.class.split(" ").reduce(function(c,l){return l===lc.replacementClass||l.match(z)?c.toSvg.push(l):c.toNode.push(l),c},{toNode:[],toSvg:[]});h[0].attributes.class=a.toSvg.join(" ");var v=h.map(function(c){return Jc(c)}).join("\n");l.setAttribute("class",a.toNode.join(" ")),l.setAttribute(cc,""),l.innerHTML=v}};function hl(c){c()}function zl(h,c){var z="function"==typeof c?c:$c;if(0===h.length)z();else{var l=hl;lc.mutateApproach===y&&(l=o.requestAnimationFrame||hl),l(function(){var c=!0===lc.autoReplaceSvg?ll.replace:ll[lc.autoReplaceSvg]||ll.replace,l=_c.begin("mutate");h.map(c),l(),z()})}}var al=!1;function vl(){al=!1}var ml=null;function el(c){if(t&&lc.observeMutations){var a=c.treeCallback,v=c.nodeCallback,m=c.pseudoElementsCallback,l=c.observeMutationsRoot,h=void 0===l?C:l;ml=new t(function(c){al||bc(c).forEach(function(c){if("childList"===c.type&&0 2 && arguments[2] !== undefined ? arguments[2] : {}; + var _params$skipHooks = params.skipHooks, + skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks; + var normalized = Object.keys(icons).reduce(function (acc, iconName) { + var icon = icons[iconName]; + var expanded = !!icon.icon; + + if (expanded) { + acc[icon.iconName] = icon.icon; + } else { + acc[iconName] = icon; + } + + return acc; + }, {}); + + if (typeof namespace.hooks.addPack === 'function' && !skipHooks) { + namespace.hooks.addPack(prefix, normalized); + } else { + namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized); + } + /** + * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction + * of new styles we needed to differentiate between them. Prefix `fa` is now an alias + * for `fas` so we'll easy the upgrade process for our users by automatically defining + * this as well. + */ + + + if (prefix === 'fas') { + defineIcons('fa', icons); + } + } + + var icons = { + "500px": [448, 512, [], "f26e", "M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z"], + "accessible-icon": [448, 512, [], "f368", "M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z"], + "accusoft": [640, 512, [], "f369", "M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3zm160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1zm152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2z"], + "acquisitions-incorporated": [384, 512, [], "f6af", "M357.45 468.2c-1.2-7.7-1.3-7.6-9.6-7.6-99.8.2-111.8-2.4-112.7-2.6-12.3-1.7-20.6-10.5-21-23.1-.1-1.6-.2-71.6-1-129.1-.1-4.7 1.6-6.4 5.9-7.5 12.5-3 24.9-6.1 37.3-9.7 4.3-1.3 6.8-.2 8.4 3.5 4.5 10.3 8.8 20.6 13.2 30.9 1.6 3.7.1 4.4-3.4 4.4-10-.2-20-.1-30.4-.1v27h116c-1.4-9.5-2.7-18.1-4-27.5-7 0-13.8.4-20.4-.1-22.6-1.6-18.3-4.4-84-158.6-8.8-20.1-27.9-62.1-36.5-89.2-4.4-14 5.5-25.4 18.9-26.6 18.6-1.7 37.5-1.6 56.2-2 20.6-.4 41.2-.4 61.8-.5 3.1 0 4-1.4 4.3-4.3 1.2-9.8 2.7-19.5 4-29.2.8-5.3 1.6-10.7 2.4-16.1L23.75 0c-3.6 0-5.3 1.1-4.6 5.3 2.2 13.2-.8.8 6.4 45.3 63.4 0 71.8.9 101.8.5 12.3-.2 37 3.5 37.7 22.1.4 11.4-1.1 11.3-32.6 87.4-53.8 129.8-50.7 120.3-67.3 161-1.7 4.1-3.6 5.2-7.6 5.2-8.5-.2-17-.3-25.4.1-1.9.1-5.2 1.8-5.5 3.2-1.5 8.1-2.2 16.3-3.2 24.9h114.3v-27.6c-6.9 0-33.5.4-35.3-2.9 5.3-12.3 10.4-24.4 15.7-36.7 16.3 4 31.9 7.8 47.6 11.7 3.4.9 4.6 3 4.6 6.8-.1 42.9.1 85.9.2 128.8 0 10.2-5.5 19.1-14.9 23.1-6.5 2.7-3.3 3.4-121.4 2.4-5.3 0-7.1 2-7.6 6.8-1.5 12.9-2.9 25.9-5 38.8-.8 5 1.3 5.7 5.3 5.7 183.2.6-30.7 0 337.1 0-2.5-15-4.4-29.4-6.6-43.7zm-174.9-205.7c-13.3-4.2-26.6-8.2-39.9-12.5a44.53 44.53 0 0 1-5.8-2.9c17.2-44.3 34.2-88.1 51.3-132.1 7.5 2.4 7.9-.8 9.4 0 9.3 22.5 18.1 60.1 27 82.8 6.6 16.7 13 33.5 19.7 50.9a35.78 35.78 0 0 1-3.9 2.1c-13.1 3.9-26.4 7.5-39.4 11.7a27.66 27.66 0 0 1-18.4 0z"], + "adn": [496, 512, [], "f170", "M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z"], + "adversal": [512, 512, [], "f36a", "M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z"], + "affiliatetheme": [512, 512, [], "f36b", "M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z"], + "airbnb": [448, 512, [], "f834", "M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64zm47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z"], + "algolia": [448, 512, [], "f36c", "M229.3 182.6c-49.3 0-89.2 39.9-89.2 89.2 0 49.3 39.9 89.2 89.2 89.2s89.2-39.9 89.2-89.2c0-49.3-40-89.2-89.2-89.2zm62.7 56.6l-58.9 30.6c-1.8.9-3.8-.4-3.8-2.3V201c0-1.5 1.3-2.7 2.7-2.6 26.2 1 48.9 15.7 61.1 37.1.7 1.3.2 3-1.1 3.7zM389.1 32H58.9C26.4 32 0 58.4 0 90.9V421c0 32.6 26.4 59 58.9 59H389c32.6 0 58.9-26.4 58.9-58.9V90.9C448 58.4 421.6 32 389.1 32zm-202.6 84.7c0-10.8 8.7-19.5 19.5-19.5h45.3c10.8 0 19.5 8.7 19.5 19.5v15.4c0 1.8-1.7 3-3.3 2.5-12.3-3.4-25.1-5.1-38.1-5.1-13.5 0-26.7 1.8-39.4 5.5-1.7.5-3.4-.8-3.4-2.5v-15.8zm-84.4 37l9.2-9.2c7.6-7.6 19.9-7.6 27.5 0l7.7 7.7c1.1 1.1 1 3-.3 4-6.2 4.5-12.1 9.4-17.6 14.9-5.4 5.4-10.4 11.3-14.8 17.4-1 1.3-2.9 1.5-4 .3l-7.7-7.7c-7.6-7.5-7.6-19.8 0-27.4zm127.2 244.8c-70 0-126.6-56.7-126.6-126.6s56.7-126.6 126.6-126.6c70 0 126.6 56.6 126.6 126.6 0 69.8-56.7 126.6-126.6 126.6z"], + "alipay": [448, 512, [], "f642", "M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z"], + "amazon": [448, 512, [], "f270", "M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z"], + "amazon-pay": [640, 512, [], "f42c", "M14 325.3c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7a595.88 595.88 0 0 0 127.4 46.3 616.61 616.61 0 0 0 63.2 11.8 603.33 603.33 0 0 0 95 5.2c17.4-.4 34.8-1.8 52.1-3.8a603.66 603.66 0 0 0 163.3-42.8c2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9a70 70 0 0 1-9.6 7.4c-30.7 21.1-64.2 36.4-99.6 47.9a473.31 473.31 0 0 1-75.1 17.6 431 431 0 0 1-53.2 4.8 21.3 21.3 0 0 0-2.5.3H308a21.3 21.3 0 0 0-2.5-.3c-3.6-.2-7.2-.3-10.7-.4a426.3 426.3 0 0 1-50.4-5.3A448.4 448.4 0 0 1 164 420a443.33 443.33 0 0 1-145.6-87c-1.8-1.6-3-3.8-4.4-5.7zM172 65.1l-4.3.6a80.92 80.92 0 0 0-38 15.1c-2.4 1.7-4.6 3.5-7.1 5.4a4.29 4.29 0 0 1-.4-1.4c-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6h-11.5c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3v-72.4c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1zM124.6 107a3.48 3.48 0 0 1 1.7-3.3c13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9a3.57 3.57 0 0 1-1.7-3.3c.1-14.1 0-28.1 0-42.2s.1-28 0-42.1zm205.7-41.9c-1 .1-2 .3-2.9.4a148 148 0 0 0-28.9 4.1c-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9a7.84 7.84 0 0 1-.2 1.4c-.5-.1-.9 0-1.3-.1a180.56 180.56 0 0 0-32-4.9c-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4a7.36 7.36 0 0 1 1.6-1.1c.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0a4.84 4.84 0 0 0 4.8-4.7 26.2 26.2 0 0 0 .1-2.8v-106a80 80 0 0 0-.9-12.9c-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1zm35 127.7a3.33 3.33 0 0 1-1.5 3c-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8a20.08 20.08 0 0 1-12.4-13.3 32.9 32.9 0 0 1-.1-19.4c2.5-8.3 8.4-13 16.4-15.6a61.33 61.33 0 0 1 24.8-2.2c8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3s-.2 9.4-.1 14.1zm259.9 129.4c-1-5-4.8-6.9-9.1-8.3a88.42 88.42 0 0 0-21-3.9 147.32 147.32 0 0 0-39.2 1.9c-14.3 2.7-27.9 7.3-40 15.6a13.75 13.75 0 0 0-3.7 3.5 5.11 5.11 0 0 0-.5 4c.4 1.5 2.1 1.9 3.6 1.8a16.2 16.2 0 0 0 2.2-.1c7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9a71.64 71.64 0 0 1 14.4 2.7c5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1a17.6 17.6 0 0 0-1 3c-.5 2.9 1.2 4.8 4.1 4.1a10.56 10.56 0 0 0 4.8-2.5 145.91 145.91 0 0 0 12.7-13.4c12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9v-17.3zM493.1 199q-19.35-53.55-38.7-107.2c-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5a43.1 43.1 0 0 0 1.9 6.1q29.4 72.75 59.1 145.5c1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3a42.13 42.13 0 0 1-15.4 1.1c-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8q-.15 5 0 9.9c.1 5.5 2 8 7.4 8.9a108.18 108.18 0 0 0 16.9 2c17.1.4 30.7-6.5 39.5-21.4a131.63 131.63 0 0 0 9.2-18.4q35.55-89.7 70.6-179.6a26.62 26.62 0 0 0 1.6-5.5c.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0a7.54 7.54 0 0 0-7.7 5.2c-.5 1.4-1.1 2.7-1.6 4.1l-34.8 100c-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4z"], + "amilia": [448, 512, [], "f36d", "M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136zm50.2 348c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7 0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5z"], + "android": [576, 512, [], "f17b", "M420.55,301.93a24,24,0,1,1,24-24,24,24,0,0,1-24,24m-265.1,0a24,24,0,1,1,24-24,24,24,0,0,1-24,24m273.7-144.48,47.94-83a10,10,0,1,0-17.27-10h0l-48.54,84.07a301.25,301.25,0,0,0-246.56,0L116.18,64.45a10,10,0,1,0-17.27,10h0l47.94,83C64.53,202.22,8.24,285.55,0,384H576c-8.24-98.45-64.54-181.78-146.85-226.55"], + "angellist": [448, 512, [], "f209", "M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7zM311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6 33.1-93.7zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8zM140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1zm184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7zm-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1z"], + "angrycreative": [640, 512, [], "f36e", "M640 238.2l-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4 93.1-6.2zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9-12.8 120zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3-126.2 7.7zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7 2.7-29.8zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1zm21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6l22.1 33.4zm135.4-45l-7.9-37.8-15.8 39.3 23.7-1.5zm-170.1-74.6l-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2-56.8 3.7zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2l-2.9 28.8zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3zm-201.3 8.2l23.8-1.6-8.3-37.6-15.5 39.2z"], + "angular": [448, 512, [], "f420", "M185.7 268.1h76.2l-38.1-91.6-38.1 91.6zM223.8 32L16 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7zM354 373.8h-48.6l-26.2-65.4H168.6l-26.2 65.4H93.7L223.8 81.5z"], + "app-store": [512, 512, [], "f36f", "M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z"], + "app-store-ios": [448, 512, [], "f370", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7c16.1-4.9 29.3-1.1 39.6 11.4L127 384.5zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40zm98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20z"], + "apper": [640, 512, [], "f371", "M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8zm17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9zm77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8zm76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3h38.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z"], + "apple": [384, 512, [], "f179", "M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z"], + "apple-pay": [640, 512, [], "f415", "M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64h-73.2zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8V165zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42zm8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2zm102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7z"], + "artstation": [512, 512, [], "f77a", "M2 377.4l43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350L335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM275 304.5l-115.5-200L44 304.5z"], + "asymmetrik": [576, 512, [], "f372", "M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z"], + "atlassian": [512, 512, [], "f77b", "M152.2 236.4c-7.7-8.2-19.7-7.7-24.8 2.8L1.6 490.2c-5 10 2.4 21.7 13.4 21.7h175c5.8.1 11-3.2 13.4-8.4 37.9-77.8 15.1-196.3-51.2-267.1zM244.4 8.1c-122.3 193.4-8.5 348.6 65 495.5 2.5 5.1 7.7 8.4 13.4 8.4H497c11.2 0 18.4-11.8 13.4-21.7 0 0-234.5-470.6-240.4-482.3-5.3-10.6-18.8-10.8-25.6.1z"], + "audible": [640, 512, [], "f373", "M640 199.9v54l-320 200L0 254v-54l320 200 320-200.1zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6-72 0-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3zm-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49zM103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6zm467 32.7z"], + "autoprefixer": [640, 512, [], "f41c", "M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z"], + "avianex": [512, 512, [], "f374", "M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4-6.3 7.9z"], + "aviato": [640, 512, [], "f421", "M107.2 283.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4h-17.2zm-45-98.1l-19.6 42.5h39.2l-19.6-42.5zm112.7 102.4l-62.2-131.4h17.1l45.1 96 45.1-96h17l-62.1 131.4zm80.6-4.3V156.4H271v127.1h-15.5zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5h-41.1zM640 218.8c0 9.2-1.7 17.8-5.1 25.8-3.4 8-8.2 15.1-14.2 21.1-6 6-13.1 10.8-21.1 14.2-8 3.4-16.6 5.1-25.8 5.1s-17.8-1.7-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2-6-6-10.8-13-14.2-21.1-3.4-8-5.1-16.6-5.1-25.8s1.7-17.8 5.1-25.8c3.4-8 8.2-15.1 14.2-21.1 6-6 13-8.4 21.1-11.9 8-3.4 16.6-5.1 25.8-5.1s17.8 1.7 25.8 5.1c8 3.4 15.1 5.8 21.1 11.9 6 6 10.7 13.1 14.2 21.1 3.4 8 5.1 16.6 5.1 25.8zm-15.5 0c0-7.3-1.3-14-3.9-20.3-2.6-6.3-6.2-11.7-10.8-16.3-4.6-4.6-10-8.2-16.2-10.9-6.2-2.7-12.8-4-19.8-4s-13.6 1.3-19.8 4c-6.2 2.7-11.6 6.3-16.2 10.9-4.6 4.6-8.2 10-10.8 16.3-2.6 6.3-3.9 13.1-3.9 20.3 0 7.3 1.3 14 3.9 20.3 2.6 6.3 6.2 11.7 10.8 16.3 4.6 4.6 10 8.2 16.2 10.9 6.2 2.7 12.8 4 19.8 4s13.6-1.3 19.8-4c6.2-2.7 11.6-6.3 16.2-10.9 4.6-4.6 8.2-10 10.8-16.3 2.6-6.3 3.9-13.1 3.9-20.3zm-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4 0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4-.2-6.3-4.7-11.4-10.7-12.3zm-200.8-87.6l19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3h-17.9z"], + "aws": [640, 512, [], "f375", "M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z"], + "bandcamp": [512, 512, [], "f2d5", "M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z"], + "battle-net": [512, 512, [], "f835", "M448.61 225.62c26.87.18 35.57-7.43 38.92-12.37 12.47-16.32-7.06-47.6-52.85-71.33 17.76-33.58 30.11-63.68 36.34-85.3 3.38-11.83 1.09-19 .45-20.25-1.72 10.52-15.85 48.46-48.2 100.05-25-11.22-56.52-20.1-93.77-23.8-8.94-16.94-34.88-63.86-60.48-88.93C252.18 7.14 238.7 1.07 228.18.22h-.05c-13.83-1.55-22.67 5.85-27.4 11-17.2 18.53-24.33 48.87-25 84.07-7.24-12.35-17.17-24.63-28.5-25.93h-.18c-20.66-3.48-38.39 29.22-36 81.29-38.36 1.38-71 5.75-93 11.23-9.9 2.45-16.22 7.27-17.76 9.72 1-.38 22.4-9.22 111.56-9.22 5.22 53 29.75 101.82 26 93.19-9.73 15.4-38.24 62.36-47.31 97.7-5.87 22.88-4.37 37.61.15 47.14 5.57 12.75 16.41 16.72 23.2 18.26 25 5.71 55.38-3.63 86.7-21.14-7.53 12.84-13.9 28.51-9.06 39.34 7.31 19.65 44.49 18.66 88.44-9.45 20.18 32.18 40.07 57.94 55.7 74.12a39.79 39.79 0 0 0 8.75 7.09c5.14 3.21 8.58 3.37 8.58 3.37-8.24-6.75-34-38-62.54-91.78 22.22-16 45.65-38.87 67.47-69.27 122.82 4.6 143.29-24.76 148-31.64 14.67-19.88 3.43-57.44-57.32-93.69zm-77.85 106.22c23.81-37.71 30.34-67.77 29.45-92.33 27.86 17.57 47.18 37.58 49.06 58.83 1.14 12.93-8.1 29.12-78.51 33.5zM216.9 387.69c9.76-6.23 19.53-13.12 29.2-20.49 6.68 13.33 13.6 26.1 20.6 38.19-40.6 21.86-68.84 12.76-49.8-17.7zm215-171.35c-10.29-5.34-21.16-10.34-32.38-15.05a722.459 722.459 0 0 0 22.74-36.9c39.06 24.1 45.9 53.18 9.64 51.95zM279.18 398c-5.51-11.35-11-23.5-16.5-36.44 43.25 1.27 62.42-18.73 63.28-20.41 0 .07-25 15.64-62.53 12.25a718.78 718.78 0 0 0 85.06-84q13.06-15.31 24.93-31.11c-.36-.29-1.54-3-16.51-12-51.7 60.27-102.34 98-132.75 115.92-20.59-11.18-40.84-31.78-55.71-61.49-20-39.92-30-82.39-31.57-116.07 12.3.91 25.27 2.17 38.85 3.88-22.29 36.8-14.39 63-13.47 64.23 0-.07-.95-29.17 20.14-59.57a695.23 695.23 0 0 0 44.67 152.84c.93-.38 1.84.88 18.67-8.25-26.33-74.47-33.76-138.17-34-173.43 20-12.42 48.18-19.8 81.63-17.81 44.57 2.67 86.36 15.25 116.32 30.71q-10.69 15.66-23.33 32.47C365.63 152 339.1 145.84 337.5 146c.11 0 25.9 14.07 41.52 47.22a717.63 717.63 0 0 0-115.34-31.71 646.608 646.608 0 0 0-39.39-6.05c-.07.45-1.81 1.85-2.16 20.33C300 190.28 358.78 215.68 389.36 233c.74 23.55-6.95 51.61-25.41 79.57-24.6 37.31-56.39 67.23-84.77 85.43zm27.4-287c-44.56-1.66-73.58 7.43-94.69 20.67 2-52.3 21.31-76.38 38.21-75.28C267 52.15 305 108.55 306.58 111zm-130.65 3.1c.48 12.11 1.59 24.62 3.21 37.28-14.55-.85-28.74-1.25-42.4-1.26-.08 3.24-.12-51 24.67-49.59h.09c5.76 1.09 10.63 6.88 14.43 13.57zm-28.06 162c20.76 39.7 43.3 60.57 65.25 72.31-46.79 24.76-77.53 20-84.92 4.51-.2-.21-11.13-15.3 19.67-76.81zm210.06 74.8"], + "behance": [576, 512, [], "f1b4", "M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z"], + "behance-square": [448, 512, [], "f1b5", "M186.5 293c0 19.3-14 25.4-31.2 25.4h-45.1v-52.9h46c18.6.1 30.3 7.8 30.3 27.5zm-7.7-82.3c0-17.7-13.7-21.9-28.9-21.9h-39.6v44.8H153c15.1 0 25.8-6.6 25.8-22.9zm132.3 23.2c-18.3 0-30.5 11.4-31.7 29.7h62.2c-1.7-18.5-11.3-29.7-30.5-29.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM271.7 185h77.8v-18.9h-77.8V185zm-43 110.3c0-24.1-11.4-44.9-35-51.6 17.2-8.2 26.2-17.7 26.2-37 0-38.2-28.5-47.5-61.4-47.5H68v192h93.1c34.9-.2 67.6-16.9 67.6-55.9zM380 280.5c0-41.1-24.1-75.4-67.6-75.4-42.4 0-71.1 31.8-71.1 73.6 0 43.3 27.3 73 71.1 73 33.2 0 54.7-14.9 65.1-46.8h-33.7c-3.7 11.9-18.6 18.1-30.2 18.1-22.4 0-34.1-13.1-34.1-35.3h100.2c.1-2.3.3-4.8.3-7.2z"], + "bimobject": [448, 512, [], "f378", "M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7z"], + "bitbucket": [512, 512, [], "f171", "M22.2 32A16 16 0 0 0 6 47.8a26.35 26.35 0 0 0 .2 2.8l67.9 412.1a21.77 21.77 0 0 0 21.3 18.2h325.7a16 16 0 0 0 16-13.4L505 50.7a16 16 0 0 0-13.2-18.3 24.58 24.58 0 0 0-2.8-.2L22.2 32zm285.9 297.8h-104l-28.1-147h157.3l-25.2 147z"], + "bitcoin": [512, 512, [], "f379", "M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z"], + "bity": [496, 512, [], "f37a", "M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1zm98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1zm148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7zm-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8-8.2 0-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8zm71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0z"], + "black-tie": [448, 512, [], "f27e", "M0 32v448h448V32H0zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2l64.5 184z"], + "blackberry": [512, 512, [], "f37b", "M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7zm126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7zM88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7zm180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7zm189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7zm-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7zM240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7z"], + "blogger": [448, 512, [], "f37c", "M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3zm61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7zm223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22C.1 423 0 420.3 0 256.3 0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5zm-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9z"], + "blogger-b": [448, 512, [], "f37d", "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z"], + "bluetooth": [448, 512, [], "f293", "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z"], + "bluetooth-b": [320, 512, [], "f294", "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z"], + "bootstrap": [448, 512, [], "f836", "M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z"], + "btc": [384, 512, [], "f15a", "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z"], + "buffer": [448, 512, [], "f837", "M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z"], + "buromobelexperte": [448, 512, [], "f37f", "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z"], + "buy-n-large": [576, 512, [], "f8a6", "M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32zm-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60.24 60.24 0 0 1-1.5 6.85 77.39 77.39 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65 0 37.14 27.14 68 62.93 74.45-18.24 37.16-56.16 60.92-117.71 61.52zM358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a78.8 78.8 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65 0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65 5.56-22.31-7.99-29.82-24.14-29.82zM233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170z"], + "buysellads": [448, 512, [], "f20d", "M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z"], + "canadian-maple-leaf": [512, 512, [], "f785", "M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5z"], + "cc-amazon-pay": [576, 512, [], "f42d", "M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8zm154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zm-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7zM242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8zM98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2 5.9.1 11.8.1 17.7 0 2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8zM493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9zm50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5z"], + "cc-amex": [576, 512, [], "f1f3", "M325.1 167.8c0-16.4-14.1-18.4-27.4-18.4l-39.1-.3v69.3H275v-25.1h18c18.4 0 14.5 10.3 14.8 25.1h16.6v-13.5c0-9.2-1.5-15.1-11-18.4 7.4-3 11.8-10.7 11.7-18.7zm-29.4 11.3H275v-15.3h21c5.1 0 10.7 1 10.7 7.4 0 6.6-5.3 7.9-11 7.9zM279 268.6h-52.7l-21 22.8-20.5-22.8h-66.5l-.1 69.3h65.4l21.3-23 20.4 23h32.2l.1-23.3c18.9 0 49.3 4.6 49.3-23.3 0-17.3-12.3-22.7-27.9-22.7zm-103.8 54.7h-40.6v-13.8h36.3v-14.1h-36.3v-12.5h41.7l17.9 20.2zm65.8 8.2l-25.3-28.1L241 276zm37.8-31h-21.2v-17.6h21.5c5.6 0 10.2 2.3 10.2 8.4 0 6.4-4.6 9.2-10.5 9.2zm-31.6-136.7v-14.6h-55.5v69.3h55.5v-14.3h-38.9v-13.8h37.8v-14.1h-37.8v-12.5zM576 255.4h-.2zm-194.6 31.9c0-16.4-14.1-18.7-27.1-18.7h-39.4l-.1 69.3h16.6l.1-25.3h17.6c11 0 14.8 2 14.8 13.8l-.1 11.5h16.6l.1-13.8c0-8.9-1.8-15.1-11-18.4 7.7-3.1 11.8-10.8 11.9-18.4zm-29.2 11.2h-20.7v-15.6h21c5.1 0 10.7 1 10.7 7.4 0 6.9-5.4 8.2-11 8.2zm-172.8-80v-69.3h-27.6l-19.7 47-21.7-47H83.3v65.7l-28.1-65.7H30.7L1 218.5h17.9l6.4-15.3h34.5l6.4 15.3H100v-54.2l24 54.2h14.6l24-54.2v54.2zM31.2 188.8l11.2-27.6 11.5 27.6zm477.4 158.9v-4.5c-10.8 5.6-3.9 4.5-156.7 4.5 0-25.2.1-23.9 0-25.2-1.7-.1-3.2-.1-9.4-.1 0 17.9-.1 6.8-.1 25.3h-39.6c0-12.1.1-15.3.1-29.2-10 6-22.8 6.4-34.3 6.2 0 14.7-.1 8.3-.1 23h-48.9c-5.1-5.7-2.7-3.1-15.4-17.4-3.2 3.5-12.8 13.9-16.1 17.4h-82v-92.3h83.1c5 5.6 2.8 3.1 15.5 17.2 3.2-3.5 12.2-13.4 15.7-17.2h58c9.8 0 18 1.9 24.3 5.6v-5.6c54.3 0 64.3-1.4 75.7 5.1v-5.1h78.2v5.2c11.4-6.9 19.6-5.2 64.9-5.2v5c10.3-5.9 16.6-5.2 54.3-5V80c0-26.5-21.5-48-48-48h-480c-26.5 0-48 21.5-48 48v109.8c9.4-21.9 19.7-46 23.1-53.9h39.7c4.3 10.1 1.6 3.7 9 21.1v-21.1h46c2.9 6.2 11.1 24 13.9 30 5.8-13.6 10.1-23.9 12.6-30h103c0-.1 11.5 0 11.6 0 43.7.2 53.6-.8 64.4 5.3v-5.3H363v9.3c7.6-6.1 17.9-9.3 30.7-9.3h27.6c0 .5 1.9.3 2.3.3H456c4.2 9.8 2.6 6 8.8 20.6v-20.6h43.3c4.9 8-1-1.8 11.2 18.4v-18.4h39.9v92h-41.6c-5.4-9-1.4-2.2-13.2-21.9v21.9h-52.8c-6.4-14.8-.1-.3-6.6-15.3h-19c-4.2 10-2.2 5.2-6.4 15.3h-26.8c-12.3 0-22.3-3-29.7-8.9v8.9h-66.5c-.3-13.9-.1-24.8-.1-24.8-1.8-.3-3.4-.2-9.8-.2v25.1H151.2v-11.4c-2.5 5.6-2.7 5.9-5.1 11.4h-29.5c-4-8.9-2.9-6.4-5.1-11.4v11.4H58.6c-4.2-10.1-2.2-5.3-6.4-15.3H33c-4.2 10-2.2 5.2-6.4 15.3H0V432c0 26.5 21.5 48 48 48h480.1c26.5 0 48-21.5 48-48v-90.4c-12.7 8.3-32.7 6.1-67.5 6.1zm36.3-64.5H575v-14.6h-32.9c-12.8 0-23.8 6.6-23.8 20.7 0 33 42.7 12.8 42.7 27.4 0 5.1-4.3 6.4-8.4 6.4h-32l-.1 14.8h32c8.4 0 17.6-1.8 22.5-8.9v-25.8c-10.5-13.8-39.3-1.3-39.3-13.5 0-5.8 4.6-6.5 9.2-6.5zm-57 39.8h-32.2l-.1 14.8h32.2c14.8 0 26.2-5.6 26.2-22 0-33.2-42.9-11.2-42.9-26.3 0-5.6 4.9-6.4 9.2-6.4h30.4v-14.6h-33.2c-12.8 0-23.5 6.6-23.5 20.7 0 33 42.7 12.5 42.7 27.4-.1 5.4-4.7 6.4-8.8 6.4zm-42.2-40.1v-14.3h-55.2l-.1 69.3h55.2l.1-14.3-38.6-.3v-13.8H445v-14.1h-37.8v-12.5zm-56.3-108.1c-.3.2-1.4 2.2-1.4 7.6 0 6 .9 7.7 1.1 7.9.2.1 1.1.5 3.4.5l7.3-16.9c-1.1 0-2.1-.1-3.1-.1-5.6 0-7 .7-7.3 1zm20.4-10.5h-.1zm-16.2-15.2c-23.5 0-34 12-34 35.3 0 22.2 10.2 34 33 34h19.2l6.4-15.3h34.3l6.6 15.3h33.7v-51.9l31.2 51.9h23.6v-69h-16.9v48.1l-29.1-48.1h-25.3v65.4l-27.9-65.4h-24.8l-23.5 54.5h-7.4c-13.3 0-16.1-8.1-16.1-19.9 0-23.8 15.7-20 33.1-19.7v-15.2zm42.1 12.1l11.2 27.6h-22.8zm-101.1-12v69.3h16.9v-69.3z"], + "cc-apple-pay": [576, 512, [], "f416", "M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1zm47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4zM576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8zm60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21zm135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45zm90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z"], + "cc-diners-club": [576, 512, [], "f24c", "M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8zm-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1v207.9zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2z"], + "cc-discover": [576, 512, [], "f1f2", "M520.4 196.1c0-7.9-5.5-12.1-15.6-12.1h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-44.1 138.9c22.6 0 52.9-4.1 52.9 24.4 0 12.6-6.6 20.7-18.7 23.2l25.8 34.4h-19.6l-22.2-32.8h-2.2v32.8h-16zm-55.9.1h45.3v14H444v18.2h28.3V217H444v22.2h29.3V253H428zm-68.7 0l21.9 55.2 22.2-55.2h17.5l-35.5 84.2h-8.6l-35-84.2zm-55.9-3c24.7 0 44.6 20 44.6 44.6 0 24.7-20 44.6-44.6 44.6-24.7 0-44.6-20-44.6-44.6 0-24.7 20-44.6 44.6-44.6zm-49.3 6.1v19c-20.1-20.1-46.8-4.7-46.8 19 0 25 27.5 38.5 46.8 19.2v19c-29.7 14.3-63.3-5.7-63.3-38.2 0-31.2 33.1-53 63.3-38zm-97.2 66.3c11.4 0 22.4-15.3-3.3-24.4-15-5.5-20.2-11.4-20.2-22.7 0-23.2 30.6-31.4 49.7-14.3l-8.4 10.8c-10.4-11.6-24.9-6.2-24.9 2.5 0 4.4 2.7 6.9 12.3 10.3 18.2 6.6 23.6 12.5 23.6 25.6 0 29.5-38.8 37.4-56.6 11.3l10.3-9.9c3.7 7.1 9.9 10.8 17.5 10.8zM55.4 253H32v-82h23.4c26.1 0 44.1 17 44.1 41.1 0 18.5-13.2 40.9-44.1 40.9zm67.5 0h-16v-82h16zM544 433c0 8.2-6.8 15-15 15H128c189.6-35.6 382.7-139.2 416-160zM74.1 191.6c-5.2-4.9-11.6-6.6-21.9-6.6H48v54.2h4.2c10.3 0 17-2 21.9-6.4 5.7-5.2 8.9-12.8 8.9-20.7s-3.2-15.5-8.9-20.5z"], + "cc-jcb": [576, 512, [], "f24b", "M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3zm42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2zm178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2v-28zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2z"], + "cc-mastercard": [576, 512, [], "f1f1", "M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z"], + "cc-paypal": [576, 512, [], "f1f4", "M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5zM80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9zm284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm40.5 97.9l63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6zm159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2v-.3zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5z"], + "cc-stripe": [576, 512, [], "f1f5", "M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7zM375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7 13.1 0 21.9-14.3 21.9-33.4 0-18.6-9-33.2-21.9-33.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM122.2 281.1c0 25.6-20.3 40.1-49.9 40.3-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3 7.9 0 13.6-2.1 13.6-8.7 0-17-54-10.6-54-49.9 0-25.2 19.2-40.2 48-40.2 11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1-7.5 0-12.1 2.2-12.1 7.7 0 16 54.3 8.4 54.3 50.7zm68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7-21.1 0-36.9-15.5-36.9-36.5l.2-113.9 34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1 24.9 0 48.4 22.5 48.4 63.8 0 45.1-23.2 65.5-48.6 65.6zm160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5 14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2-34.6 0-58.8-21.7-58.8-64.5 0-36.2 20.5-64.9 54.3-64.9 33.7 0 51.3 28.7 51.3 65.1 0 3.5-.3 10.9-.4 12.9z"], + "cc-visa": [576, 512, [], "f1f0", "M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z"], + "centercode": [512, 512, [], "f380", "M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8-35.2-3.8-60.6-35.4-56.8-70.6 3.8-35.2 35.4-60.6 70.6-56.8 35.1 3.8 60.6 35.4 56.8 70.6zm-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8zm179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2z"], + "centos": [448, 512, [], "f789", "M289.6 97.5l31.6 31.7-76.3 76.5V97.5zm-162.4 31.7l76.3 76.5V97.5h-44.7zm41.5-41.6h44.7v127.9l10.8 10.8 10.8-10.8V87.6h44.7L224.2 32zm26.2 168.1l-10.8-10.8H55.5v-44.8L0 255.7l55.5 55.6v-44.8h128.6l10.8-10.8zm79.3-20.7h107.9v-44.8l-31.6-31.7zm173.3 20.7L392 200.1v44.8H264.3l-10.8 10.8 10.8 10.8H392v44.8l55.5-55.6zM65.4 176.2l32.5-31.7 90.3 90.5h15.3v-15.3l-90.3-90.5 31.6-31.7H65.4zm316.7-78.7h-78.5l31.6 31.7-90.3 90.5V235h15.3l90.3-90.5 31.6 31.7zM203.5 413.9V305.8l-76.3 76.5 31.6 31.7h44.7zM65.4 235h108.8l-76.3-76.5-32.5 31.7zm316.7 100.2l-31.6 31.7-90.3-90.5h-15.3v15.3l90.3 90.5-31.6 31.7h78.5zm0-58.8H274.2l76.3 76.5 31.6-31.7zm-60.9 105.8l-76.3-76.5v108.1h44.7zM97.9 352.9l76.3-76.5H65.4v44.8zm181.8 70.9H235V295.9l-10.8-10.8-10.8 10.8v127.9h-44.7l55.5 55.6zm-166.5-41.6l90.3-90.5v-15.3h-15.3l-90.3 90.5-32.5-31.7v78.7h79.4z"], + "chrome": [496, 512, [], "f268", "M131.5 217.5L55.1 100.1c47.6-59.2 119-91.8 192-92.1 42.3-.3 85.5 10.5 124.8 33.2 43.4 25.2 76.4 61.4 97.4 103L264 133.4c-58.1-3.4-113.4 29.3-132.5 84.1zm32.9 38.5c0 46.2 37.4 83.6 83.6 83.6s83.6-37.4 83.6-83.6-37.4-83.6-83.6-83.6-83.6 37.3-83.6 83.6zm314.9-89.2L339.6 174c37.9 44.3 38.5 108.2 6.6 157.2L234.1 503.6c46.5 2.5 94.4-7.7 137.8-32.9 107.4-62 150.9-192 107.4-303.9zM133.7 303.6L40.4 120.1C14.9 159.1 0 205.9 0 256c0 124 90.8 226.7 209.5 244.9l63.7-124.8c-57.6 10.8-113.2-20.8-139.5-72.5z"], + "chromecast": [512, 512, [], "f838", "M447.8,64H64c-23.6,0-42.7,19.1-42.7,42.7v63.9H64v-63.9h383.8v298.6H298.6V448H448c23.6,0,42.7-19.1,42.7-42.7V106.7 C490.7,83.1,471.4,64,447.8,64z M21.3,383.6L21.3,383.6l0,63.9h63.9C85.2,412.2,56.6,383.6,21.3,383.6L21.3,383.6z M21.3,298.6V341 c58.9,0,106.6,48.1,106.6,107h42.7C170.7,365.6,103.7,298.7,21.3,298.6z M213.4,448h42.7c-0.5-129.5-105.3-234.3-234.8-234.6l0,42.4 C127.3,255.6,213.3,342,213.4,448z"], + "cloudflare": [640, 512, [], "e07d", "M407.906,319.913l-230.8-2.928a4.58,4.58,0,0,1-3.632-1.926,4.648,4.648,0,0,1-.494-4.147,6.143,6.143,0,0,1,5.361-4.076L411.281,303.9c27.631-1.26,57.546-23.574,68.022-50.784l13.286-34.542a7.944,7.944,0,0,0,.524-2.936,7.735,7.735,0,0,0-.164-1.631A151.91,151.91,0,0,0,201.257,198.4,68.12,68.12,0,0,0,94.2,269.59C41.924,271.106,0,313.728,0,366.12a96.054,96.054,0,0,0,1.029,13.958,4.508,4.508,0,0,0,4.445,3.871l426.1.051c.043,0,.08-.019.122-.02a5.606,5.606,0,0,0,5.271-4l3.273-11.265c3.9-13.4,2.448-25.8-4.1-34.9C430.124,325.423,420.09,320.487,407.906,319.913ZM513.856,221.1c-2.141,0-4.271.062-6.391.164a3.771,3.771,0,0,0-3.324,2.653l-9.077,31.193c-3.9,13.4-2.449,25.786,4.1,34.89,6.02,8.4,16.054,13.323,28.238,13.9l49.2,2.939a4.491,4.491,0,0,1,3.51,1.894,4.64,4.64,0,0,1,.514,4.169,6.153,6.153,0,0,1-5.351,4.075l-51.125,2.939c-27.754,1.27-57.669,23.574-68.145,50.784l-3.695,9.606a2.716,2.716,0,0,0,2.427,3.68c.046,0,.088.017.136.017h175.91a4.69,4.69,0,0,0,4.539-3.37,124.807,124.807,0,0,0,4.682-34C640,277.3,583.524,221.1,513.856,221.1Z"], + "cloudscale": [448, 512, [], "f383", "M318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6zm-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2zM224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160z"], + "cloudsmith": [332, 512, [], "f384", "M332.5 419.9c0 46.4-37.6 84.1-84 84.1s-84-37.7-84-84.1 37.6-84 84-84 84 37.6 84 84zm-84-243.9c46.4 0 80-37.6 80-84s-33.6-84-80-84-88 37.6-88 84-29.6 76-76 76-84 41.6-84 88 37.6 80 84 80 84-33.6 84-80 33.6-80 80-80z"], + "cloudversify": [616, 512, [], "f385", "M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z"], + "codepen": [512, 512, [], "f1cb", "M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z"], + "codiepie": [472, 512, [], "f284", "M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4h37.7zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8L472 352.6zm-38.5 12.5l-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4z"], + "confluence": [512, 512, [], "f78d", "M2.3 412.2c-4.5 7.6-2.1 17.5 5.5 22.2l105.9 65.2c7.7 4.7 17.7 2.4 22.4-5.3 0-.1.1-.2.1-.2 67.1-112.2 80.5-95.9 280.9-.7 8.1 3.9 17.8.4 21.7-7.7.1-.1.1-.3.2-.4l50.4-114.1c3.6-8.1-.1-17.6-8.1-21.3-22.2-10.4-66.2-31.2-105.9-50.3C127.5 179 44.6 345.3 2.3 412.2zm507.4-312.1c4.5-7.6 2.1-17.5-5.5-22.2L398.4 12.8c-7.5-5-17.6-3.1-22.6 4.4-.2.3-.4.6-.6 1-67.3 112.6-81.1 95.6-280.6.9-8.1-3.9-17.8-.4-21.7 7.7-.1.1-.1.3-.2.4L22.2 141.3c-3.6 8.1.1 17.6 8.1 21.3 22.2 10.4 66.3 31.2 106 50.4 248 120 330.8-45.4 373.4-112.9z"], + "connectdevelop": [576, 512, [], "f20e", "M550.5 241l-50.089-86.786c1.071-2.142 1.875-4.553 1.875-7.232 0-8.036-6.696-14.733-14.732-15.001l-55.447-95.893c.536-1.607 1.071-3.214 1.071-4.821 0-8.571-6.964-15.268-15.268-15.268-4.821 0-8.839 2.143-11.786 5.625H299.518C296.839 18.143 292.821 16 288 16s-8.839 2.143-11.518 5.625H170.411C167.464 18.143 163.447 16 158.625 16c-8.303 0-15.268 6.696-15.268 15.268 0 1.607.536 3.482 1.072 4.821l-55.983 97.233c-5.356 2.41-9.107 7.5-9.107 13.661 0 .535.268 1.071.268 1.607l-53.304 92.143c-7.232 1.339-12.59 7.5-12.59 15 0 7.232 5.089 13.393 12.054 15l55.179 95.358c-.536 1.607-.804 2.946-.804 4.821 0 7.232 5.089 13.393 12.054 14.732l51.697 89.732c-.536 1.607-1.071 3.482-1.071 5.357 0 8.571 6.964 15.268 15.268 15.268 4.821 0 8.839-2.143 11.518-5.357h106.875C279.161 493.857 283.447 496 288 496s8.839-2.143 11.518-5.357h107.143c2.678 2.946 6.696 4.821 10.982 4.821 8.571 0 15.268-6.964 15.268-15.268 0-1.607-.267-2.946-.803-4.285l51.697-90.268c6.964-1.339 12.054-7.5 12.054-14.732 0-1.607-.268-3.214-.804-4.821l54.911-95.358c6.964-1.339 12.322-7.5 12.322-15-.002-7.232-5.092-13.393-11.788-14.732zM153.535 450.732l-43.66-75.803h43.66v75.803zm0-83.839h-43.66c-.268-1.071-.804-2.142-1.339-3.214l44.999-47.41v50.624zm0-62.411l-50.357 53.304c-1.339-.536-2.679-1.34-4.018-1.607L43.447 259.75c.535-1.339.535-2.679.535-4.018s0-2.41-.268-3.482l51.965-90c2.679-.268 5.357-1.072 7.768-2.679l50.089 51.965v92.946zm0-102.322l-45.803-47.41c1.339-2.143 2.143-4.821 2.143-7.767 0-.268-.268-.804-.268-1.072l43.928-15.804v72.053zm0-80.625l-43.66 15.804 43.66-75.536v59.732zm326.519 39.108l.804 1.339L445.5 329.125l-63.75-67.232 98.036-101.518.268.268zM291.75 355.107l11.518 11.786H280.5l11.25-11.786zm-.268-11.25l-83.303-85.446 79.553-84.375 83.036 87.589-79.286 82.232zm5.357 5.893l79.286-82.232 67.5 71.25-5.892 28.125H313.714l-16.875-17.143zM410.411 44.393c1.071.536 2.142 1.072 3.482 1.34l57.857 100.714v.536c0 2.946.803 5.624 2.143 7.767L376.393 256l-83.035-87.589L410.411 44.393zm-9.107-2.143L287.732 162.518l-57.054-60.268 166.339-60h4.287zm-123.483 0c2.678 2.678 6.16 4.285 10.179 4.285s7.5-1.607 10.179-4.285h75L224.786 95.821 173.893 42.25h103.928zm-116.249 5.625l1.071-2.142a33.834 33.834 0 0 0 2.679-.804l51.161 53.84-54.911 19.821V47.875zm0 79.286l60.803-21.964 59.732 63.214-79.553 84.107-40.982-42.053v-83.304zm0 92.678L198 257.607l-36.428 38.304v-76.072zm0 87.858l42.053-44.464 82.768 85.982-17.143 17.678H161.572v-59.196zm6.964 162.053c-1.607-1.607-3.482-2.678-5.893-3.482l-1.071-1.607v-89.732h99.91l-91.607 94.821h-1.339zm129.911 0c-2.679-2.41-6.428-4.285-10.447-4.285s-7.767 1.875-10.447 4.285h-96.429l91.607-94.821h38.304l91.607 94.821H298.447zm120-11.786l-4.286 7.5c-1.339.268-2.41.803-3.482 1.339l-89.196-91.875h114.376l-17.412 83.036zm12.856-22.232l12.858-60.803h21.964l-34.822 60.803zm34.822-68.839h-20.357l4.553-21.16 17.143 18.214c-.535.803-1.071 1.874-1.339 2.946zm66.161-107.411l-55.447 96.697c-1.339.535-2.679 1.071-4.018 1.874l-20.625-21.964 34.554-163.928 45.803 79.286c-.267 1.339-.803 2.678-.803 4.285 0 1.339.268 2.411.536 3.75z"], + "contao": [512, 512, [], "f26d", "M45.4 305c14.4 67.1 26.4 129 68.2 175H34c-18.7 0-34-15.2-34-34V66c0-18.7 15.2-34 34-34h57.7C77.9 44.6 65.6 59.2 54.8 75.6c-45.4 70-27 146.8-9.4 229.4zM478 32h-90.2c21.4 21.4 39.2 49.5 52.7 84.1l-137.1 29.3c-14.9-29-37.8-53.3-82.6-43.9-24.6 5.3-41 19.3-48.3 34.6-8.8 18.7-13.2 39.8 8.2 140.3 21.1 100.2 33.7 117.7 49.5 131.2 12.9 11.1 33.4 17 58.3 11.7 44.5-9.4 55.7-40.7 57.4-73.2l137.4-29.6c3.2 71.5-18.7 125.2-57.4 163.6H478c18.7 0 34-15.2 34-34V66c0-18.8-15.2-34-34-34z"], + "cotton-bureau": [512, 512, [], "f89e", "M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39 62 0 99.2-37.2 99.2-99.21 0-61.37-36.53-98.28-97.38-99.06-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41 48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223 0-141.82 81.35-223.2 223.2-223.2 114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8 105 8 12 101.19 12 255.82 12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67 0 48-26.43 74.41-74.4 74.41-28.61 0-49.33-9.59-61.59-27.33 83.06-16.55 75.59-99.67 71.79-120.75zm-81.68 97.36c-2.46-10.34-16.33-87 56.23-97 2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61-28.36 5.48-49.36 20.59-61.59 43.45-12.23-22.86-33.23-38-61.6-43.45 12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41 0-44.36 22.86-70 64.22-73.67-6.75 37.2-1.38 106.53 71.65 120.75-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.28 80.28 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z"], + "cpanel": [640, 512, [], "f388", "M210.3 220.2c-5.6-24.8-26.9-41.2-51-41.2h-37c-7.1 0-12.5 4.5-14.3 10.9L73.1 320l24.7-.1c6.8 0 12.3-4.5 14.2-10.7l25.8-95.7h19.8c8.4 0 16.2 5.6 18.3 14.8 2.5 10.9-5.9 22.6-18.3 22.6h-10.3c-7 0-12.5 4.6-14.3 10.8l-6.4 23.8h32c37.2 0 58.3-36.2 51.7-65.3zm-156.5 28h18.6c6.9 0 12.4-4.4 14.3-10.9l6.2-23.6h-40C30 213.7 9 227.8 1.7 254.8-7 288.6 18.5 320 52 320h12.4l7.1-26.1c1.2-4.4-2.2-8.3-6.4-8.3H53.8c-24.7 0-24.9-37.4 0-37.4zm247.5-34.8h-77.9l-3.5 13.4c-2.4 9.6 4.5 18.5 14.2 18.5h57.5c4 0 2.4 4.3 2.1 5.3l-8.6 31.8c-.4 1.4-.9 5.3-5.5 5.3h-34.9c-5.3 0-5.3-7.9 0-7.9h21.6c6.8 0 12.3-4.6 14.2-10.8l3.5-13.2h-48.4c-39.2 0-43.6 63.8-.7 63.8l57.5.2c11.2 0 20.6-7.2 23.4-17.8l14-51.8c4.8-19.2-9.7-36.8-28.5-36.8zM633.1 179h-18.9c-4.9 0-9.2 3.2-10.4 7.9L568.2 320c20.7 0 39.8-13.8 44.9-34.5l26.5-98.2c1.2-4.3-2-8.3-6.5-8.3zm-236.3 34.7v.1h-48.3l-26.2 98c-1.2 4.4 2.2 8.3 6.4 8.3h18.9c4.8 0 9.2-3 10.4-7.8l17.2-64H395c12.5 0 21.4 11.8 18.1 23.4l-10.6 40c-1.2 4.3 1.9 8.3 6.4 8.3H428c4.6 0 9.1-2.9 10.3-7.8l8.8-33.1c9-33.1-15.9-65.4-50.3-65.4zm98.3 74.6c-3.6 0-6-3.4-5.1-6.7l8-30c.9-3.9 3.7-6 7.8-6h32.9c2.6 0 4.6 2.4 3.9 5.1l-.7 2.6c-.6 2-1.9 3-3.9 3h-21.6c-7 0-12.6 4.6-14.2 10.8l-3.5 13h53.4c10.5 0 20.3-6.6 23.2-17.6l3.2-12c4.9-19.1-9.3-36.8-28.3-36.8h-47.3c-17.9 0-33.8 12-38.6 29.6l-10.8 40c-5 17.7 8.3 36.7 28.3 36.7h66.7c6.8 0 12.3-4.5 14.2-10.7l5.7-21z"], + "creative-commons": [496, 512, [], "f25e", "M245.83 214.87l-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86zm143.05 0l-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86zM247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248zm.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82z"], + "creative-commons-by": [496, 512, [], "f4e7", "M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z"], + "creative-commons-nc": [496, 512, [], "f4e8", "M247.6 8C387.4 8 496 115.9 496 256c0 147.2-118.5 248-248.4 248C113.1 504 0 393.2 0 256 0 123.1 104.7 8 247.6 8zM55.8 189.1c-7.4 20.4-11.1 42.7-11.1 66.9 0 110.9 92.1 202.4 203.7 202.4 122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V368c-27.5-.3-52.6-10.2-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2 0-6.2-2.2-11.2-6.6-15.1-14.2-6-1.8-.1-219.3-97.4zM248.4 52.3c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L295 199.7c-42.7-29.9-83.5-8-70 11.1 53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1 0-57-19.8-105-59.3-143.9-39.3-39.9-87.2-59.8-143.6-59.8z"], + "creative-commons-nc-eu": [496, 512, [], "f4e9", "M247.7 8C103.6 8 0 124.8 0 256c0 136.3 111.7 248 247.7 248C377.9 504 496 403.1 496 256 496 117 388.4 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-23.2 3.7-45.2 10.9-66l65.7 29.1h-4.7v29.5h23.3c0 6.2-.4 3.2-.4 19.5h-22.8v29.5h27c11.4 67 67.2 101.3 124.6 101.3 26.6 0 50.6-7.9 64.8-15.8l-10-46.1c-8.7 4.6-28.2 10.8-47.3 10.8-28.2 0-58.1-10.9-67.3-50.2h90.3l128.3 56.8c-1.5 2.1-56.2 104.3-178.8 104.3zm-16.7-190.6l-.5-.4.9.4h-.4zm77.2-19.5h3.7v-29.5h-70.3l-28.6-12.6c2.5-5.5 5.4-10.5 8.8-14.3 12.9-15.8 31.1-22.4 51.1-22.4 18.3 0 35.3 5.4 46.1 10l11.6-47.3c-15-6.6-37-12.4-62.3-12.4-39 0-72.2 15.8-95.9 42.3-5.3 6.1-9.8 12.9-13.9 20.1l-81.6-36.1c64.6-96.8 157.7-93.6 170.7-93.6 113 0 203 90.2 203 203.4 0 18.7-2.1 36.3-6.3 52.9l-136.1-60.5z"], + "creative-commons-nc-jp": [496, 512, [], "f4ea", "M247.7 8C103.6 8 0 124.8 0 256c0 136.4 111.8 248 247.7 248C377.9 504 496 403.2 496 256 496 117.2 388.5 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-21.1 3-41.2 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V360h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3zm87.6-137.3h-57.6v-18.7l2.9-5.6 54.7 24.3zm6.5-51.4v-17.8h-38.6l63-116H301l-43.4 96-23-10.2-39.6-85.7h-65.8l27.3 51-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1 112.8 0 203 90 203 203.4 0 21-2.7 40.6-7.9 59l-101-45.1z"], + "creative-commons-nd": [496, 512, [], "f4eb", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm94 144.3v42.5H162.1V197h180.3zm0 79.8v42.5H162.1v-42.5h180.3z"], + "creative-commons-pd": [496, 512, [], "f4ec", "M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm0 449.5c-139.2 0-235.8-138-190.2-267.9l78.8 35.1c-2.1 10.5-3.3 21.5-3.3 32.9 0 99 73.9 126.9 120.4 126.9 22.9 0 53.5-6.7 79.4-29.5L297 311.1c-5.5 6.3-17.6 16.7-36.3 16.7-37.8 0-53.7-39.9-53.9-71.9 230.4 102.6 216.5 96.5 217.9 96.8-34.3 62.4-100.6 104.8-176.7 104.8zm194.2-150l-224-100c18.8-34 54.9-30.7 74.7-11l40.4-41.6c-27.1-23.3-58-27.5-78.1-27.5-47.4 0-80.9 20.5-100.7 51.6l-74.9-33.4c36.1-54.9 98.1-91.2 168.5-91.2 111.1 0 201.5 90.4 201.5 201.5 0 18-2.4 35.4-6.8 52-.3-.1-.4-.2-.6-.4z"], + "creative-commons-pd-alt": [496, 512, [], "f4ed", "M247.6 8C104.7 8 0 123.1 0 256c0 138.5 113.6 248 247.6 248C377.5 504 496 403.1 496 256 496 118.1 389.4 8 247.6 8zm.8 450.8c-112.5 0-203.7-93-203.7-202.8 0-105.4 85.5-203.3 203.7-203.3 112.6 0 202.9 89.5 202.8 203.3 0 121.7-99.6 202.8-202.8 202.8zM316.7 186h-53.2v137.2h53.2c21.4 0 70-5.1 70-68.6 0-63.4-48.6-68.6-70-68.6zm.8 108.5h-19.9v-79.7l19.4-.1c3.8 0 35-2.1 35 39.9 0 24.6-10.5 39.9-34.5 39.9zM203.7 186h-68.2v137.3h34.6V279h27c54.1 0 57.1-37.5 57.1-46.5 0-31-16.8-46.5-50.5-46.5zm-4.9 67.3h-29.2v-41.6h28.3c30.9 0 28.8 41.6.9 41.6z"], + "creative-commons-remix": [496, 512, [], "f4ee", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L361 178.5v61.6l49.1 20.3zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V295l113.8 46.9v-.4l.4.4zm7.5-57.6l39.9-16.4-36.8-15.5-39 16.4 35.9 15.5zm52.3 38.1v-43L355.2 298v43.4l44.3-19z"], + "creative-commons-sa": [496, 512, [], "f4ef", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zM137.7 221c13-83.9 80.5-95.7 108.9-95.7 99.8 0 127.5 82.5 127.5 134.2 0 63.6-41 132.9-128.9 132.9-38.9 0-99.1-20-109.4-97h62.5c1.5 30.1 19.6 45.2 54.5 45.2 23.3 0 58-18.2 58-82.8 0-82.5-49.1-80.6-56.7-80.6-33.1 0-51.7 14.6-55.8 43.8h18.2l-49.2 49.2-49-49.2h19.4z"], + "creative-commons-sampling": [496, 512, [], "f4f0", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2 4.9-59.3c0-6 4.7-10.6 10.6-10.6 5.9 0 10.6 4.7 10.6 10.6 0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3 3.8 0 9.9 2.3 10.6 8.9l11.5 96.5 5.3-12.8c1.8-4.4 5.2-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9-7.5 92.6c-.3 3-3 9.3-10.2 9.3-3 0-9.8-2.1-10.6-9.3 0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3-2.9 0-9.8-2-10.6-9.3 0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9-1.1 4.8-4.8 9.3-10.6 9.3-3 0-9.8-2.1-10.6-9.3 0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4 8.4-97.9c0-6 4.8-10.6 10.6-10.6.5 0 10.6-.2 10.6 12.4l4.9 69.1 6.6-92.6c0-10.1 9.5-10.6 10.2-10.6.6 0 10.6.7 10.6 10.6l5.3 80.6 6.2-97.9c.1-1.1-.6-10.3 9.9-11.5z"], + "creative-commons-sampling-plus": [496, 512, [], "f4f1", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm107 205.6c-4.7 0-9 2.8-10.7 7.2l-4 9.5-11-92.8c-1.7-13.9-22-13.4-23.1.4l-4.3 51.4-5.2-68.8c-1.1-14.3-22.1-14.2-23.2 0l-3.5 44.9-5.9-94.3c-.9-14.5-22.3-14.4-23.2 0l-5.1 83.7-4.3-66.3c-.9-14.4-22.2-14.4-23.2 0l-5.3 80.2-4.1-57c-1.1-14.3-22-14.3-23.2-.2l-7.7 89.8-1.8-12.2c-1.7-11.4-17.1-13.6-22-3.3l-13.2 27.7H87.5v23.2h51.3c4.4 0 8.4-2.5 10.4-6.4l10.7 73.1c2 13.5 21.9 13 23.1-.7l3.8-43.6 5.7 78.3c1.1 14.4 22.3 14.2 23.2-.1l4.6-70.4 4.8 73.3c.9 14.4 22.3 14.4 23.2-.1l4.9-80.5 4.5 71.8c.9 14.3 22.1 14.5 23.2.2l4.6-58.6 4.9 64.4c1.1 14.3 22 14.2 23.1.1l6.8-83 2.7 22.3c1.4 11.8 17.7 14.1 22.3 3.1l18-43.4h50.5V258l-58.4.3zm-78 5.2h-21.9v21.9c0 4.1-3.3 7.5-7.5 7.5-4.1 0-7.5-3.3-7.5-7.5v-21.9h-21.9c-4.1 0-7.5-3.3-7.5-7.5 0-4.1 3.4-7.5 7.5-7.5h21.9v-21.9c0-4.1 3.4-7.5 7.5-7.5s7.5 3.3 7.5 7.5v21.9h21.9c4.1 0 7.5 3.3 7.5 7.5 0 4.1-3.4 7.5-7.5 7.5z"], + "creative-commons-share": [496, 512, [], "f4f2", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm101 132.4c7.8 0 13.7 6.1 13.7 13.7v182.5c0 7.7-6.1 13.7-13.7 13.7H214.3c-7.7 0-13.7-6-13.7-13.7v-54h-54c-7.8 0-13.7-6-13.7-13.7V131.1c0-8.2 6.6-12.7 12.4-13.7h136.4c7.7 0 13.7 6 13.7 13.7v54h54zM159.9 300.3h40.7V198.9c0-7.4 5.8-12.6 12-13.7h55.8v-40.3H159.9v155.4zm176.2-88.1H227.6v155.4h108.5V212.2z"], + "creative-commons-zero": [496, 512, [], "f4f3", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8 0 65.5 20.6 142.8 102.5 142.8S350.5 321.5 350.5 256c0-65.5-20.6-142.8-102.5-142.8zm0 53.9c3.3 0 6.4.5 9.2 1.2 5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4 0-28.8 2-88.9 44.1-88.9zm40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7 0 28.9-2 88.9-44.1 88.9-13.5 0-32.6-7.7-20.1-26.4l60.9-105.2z"], + "critical-role": [448, 512, [], "f6c9", "M225.82 0c.26.15 216.57 124.51 217.12 124.72 3 1.18 3.7 3.46 3.7 6.56q-.11 125.17 0 250.36a5.88 5.88 0 0 1-3.38 5.78c-21.37 12-207.86 118.29-218.93 124.58h-3C142 466.34 3.08 386.56 2.93 386.48a3.29 3.29 0 0 1-1.88-3.24c0-.87 0-225.94-.05-253.1a5 5 0 0 1 2.93-4.93C27.19 112.11 213.2 6 224.07 0zM215.4 20.42l-.22-.16Q118.06 75.55 21 130.87c0 .12.08.23.13.35l30.86 11.64c-7.71 6-8.32 6-10.65 5.13-.1 0-24.17-9.28-26.8-10v230.43c.88-1.41 64.07-110.91 64.13-111 1.62-2.82 3-1.92 9.12-1.52 1.4.09 1.48.22.78 1.42-41.19 71.33-36.4 63-67.48 116.94-.81 1.4-.61 1.13 1.25 1.13h186.5c1.44 0 1.69-.23 1.7-1.64v-8.88c0-1.34 2.36-.81-18.37-1-7.46-.07-14.14-3.22-21.38-12.7-7.38-9.66-14.62-19.43-21.85-29.21-2.28-3.08-3.45-2.38-16.76-2.38-1.75 0-1.78 0-1.76 1.82.29 26.21.15 25.27 1 32.66.52 4.37 2.16 4.2 9.69 4.81 3.14.26 3.88 4.08.52 4.92-1.57.39-31.6.51-33.67-.1a2.42 2.42 0 0 1 .3-4.73c3.29-.76 6.16.81 6.66-4.44 1.3-13.66 1.17-9 1.1-79.42 0-10.82-.35-12.58-5.36-13.55-1.22-.24-3.54-.16-4.69-.55-2.88-1-2-4.84 1.77-4.85 33.67 0 46.08-1.07 56.06 4.86 7.74 4.61 12 11.48 12.51 20.4.88 14.59-6.51 22.35-15 32.59a1.46 1.46 0 0 0 0 2.22c2.6 3.25 5 6.63 7.71 9.83 27.56 33.23 24.11 30.54 41.28 33.06.89.13 1-.42 1-1.15v-11c0-1 .32-1.43 1.41-1.26a72.37 72.37 0 0 0 23.58-.3c1.08-.15 1.5.2 1.48 1.33 0 .11.88 26.69.87 26.8-.05 1.52.67 1.62 1.89 1.62h186.71Q386.51 304.6 346 234.33c2.26-.66-.4 0 6.69-1.39 2-.39 2.05-.41 3.11 1.44 7.31 12.64 77.31 134 77.37 134.06V138c-1.72.5-103.3 38.72-105.76 39.68-1.08.42-1.55.2-1.91-.88-.63-1.9-1.34-3.76-2.09-5.62-.32-.79-.09-1.13.65-1.39.1 0 95.53-35.85 103-38.77-65.42-37.57-130.56-75-196-112.6l86.82 150.39-.28.33c-9.57-.9-10.46-1.6-11.8-3.94-1-1.69-73.5-127.71-82-142.16-9.1 14.67-83.56 146.21-85.37 146.32-2.93.17-5.88.08-9.25.08q43.25-74.74 86.18-149zm51.93 129.92a37.68 37.68 0 0 0 5.54-.85c1.69-.3 2.53.2 2.6 1.92 0 .11.07 19.06-.86 20.45s-1.88 1.22-2.6-.19c-5-9.69 6.22-9.66-39.12-12-.7 0-1 .23-1 .93 0 .13 3.72 122 3.73 122.11 0 .89.52 1.2 1.21 1.51a83.92 83.92 0 0 1 8.7 4.05c7.31 4.33 11.38 10.84 12.41 19.31 1.44 11.8-2.77 35.77-32.21 37.14-2.75.13-28.26 1.08-34.14-23.25-4.66-19.26 8.26-32.7 19.89-36.4a2.45 2.45 0 0 0 2-2.66c.1-5.63 3-107.1 3.71-121.35.05-1.08-.62-1.16-1.35-1.15-32.35.52-36.75-.34-40.22 8.52-2.42 6.18-4.14 1.32-3.95.23q1.59-9 3.31-18c.4-2.11 1.43-2.61 3.43-1.86 5.59 2.11 6.72 1.7 37.25 1.92 1.73 0 1.78-.08 1.82-1.85.68-27.49.58-22.59 1-29.55a2.69 2.69 0 0 0-1.63-2.8c-5.6-2.91-8.75-7.55-8.9-13.87-.35-14.81 17.72-21.67 27.38-11.51 6.84 7.19 5.8 18.91-2.45 24.15a4.35 4.35 0 0 0-2.22 4.34c0 .59-.11-4.31 1 30.05 0 .9.43 1.12 1.24 1.11.1 0 23-.09 34.47-.37zM68.27 141.7c19.84-4.51 32.68-.56 52.49 1.69 2.76.31 3.74 1.22 3.62 4-.21 5-1.16 22.33-1.24 23.15a2.65 2.65 0 0 1-1.63 2.34c-4.06 1.7-3.61-4.45-4-7.29-3.13-22.43-73.87-32.7-74.63 25.4-.31 23.92 17 53.63 54.08 50.88 27.24-2 19-20.19 24.84-20.47a2.72 2.72 0 0 1 3 3.36c-1.83 10.85-3.42 18.95-3.45 19.15-1.54 9.17-86.7 22.09-93.35-42.06-2.71-25.85 10.44-53.37 40.27-60.15zm80 87.67h-19.49a2.57 2.57 0 0 1-2.66-1.79c2.38-3.75 5.89.92 5.86-6.14-.08-25.75.21-38 .23-40.1 0-3.42-.53-4.65-3.32-4.94-7-.72-3.11-3.37-1.11-3.38 11.84-.1 22.62-.18 30.05.72 8.77 1.07 16.71 12.63 7.93 22.62-2 2.25-4 4.42-6.14 6.73.95 1.15 6.9 8.82 17.28 19.68 2.66 2.78 6.15 3.51 9.88 3.13a2.21 2.21 0 0 0 2.23-2.12c.3-3.42.26 4.73.45-40.58 0-5.65-.34-6.58-3.23-6.83-3.95-.35-4-2.26-.69-3.37l19.09-.09c.32 0 4.49.53 1 3.38 0 .05-.16 0-.24 0-3.61.26-3.94 1-4 4.62-.27 43.93.07 40.23.41 42.82.11.84.27 2.23 5.1 2.14 2.49 0 3.86 3.37 0 3.4-10.37.08-20.74 0-31.11.07-10.67 0-13.47-6.2-24.21-20.82-1.6-2.18-8.31-2.36-8.2-.37.88 16.47 0 17.78 4 17.67 4.75-.1 4.73 3.57.83 3.55zm275-10.15c-1.21 7.13.17 10.38-5.3 10.34-61.55-.42-47.82-.22-50.72-.31a18.4 18.4 0 0 1-3.63-.73c-2.53-.6 1.48-1.23-.38-5.6-1.43-3.37-2.78-6.78-4.11-10.19a1.94 1.94 0 0 0-2-1.44 138 138 0 0 0-14.58.07 2.23 2.23 0 0 0-1.62 1.06c-1.58 3.62-3.07 7.29-4.51 11-1.27 3.23 7.86 1.32 12.19 2.16 3 .57 4.53 3.72.66 3.73H322.9c-2.92 0-3.09-3.15-.74-3.21a6.3 6.3 0 0 0 5.92-3.47c1.5-3 2.8-6 4.11-9.09 18.18-42.14 17.06-40.17 18.42-41.61a1.83 1.83 0 0 1 3 0c2.93 3.34 18.4 44.71 23.62 51.92 2 2.7 5.74 2 6.36 2 3.61.13 4-1.11 4.13-4.29.09-1.87.08 1.17.07-41.24 0-4.46-2.36-3.74-5.55-4.27-.26 0-2.56-.63-.08-3.06.21-.2-.89-.24 21.7-.15 2.32 0 5.32 2.75-1.21 3.45a2.56 2.56 0 0 0-2.66 2.83c-.07 1.63-.19 38.89.29 41.21a3.06 3.06 0 0 0 3.23 2.43c13.25.43 14.92.44 16-3.41 1.67-5.78 4.13-2.52 3.73-.19zm-104.72 64.37c-4.24 0-4.42-3.39-.61-3.41 35.91-.16 28.11.38 37.19-.65 1.68-.19 2.38.24 2.25 1.89-.26 3.39-.64 6.78-1 10.16-.25 2.16-3.2 2.61-3.4-.15-.38-5.31-2.15-4.45-15.63-5.08-1.58-.07-1.64 0-1.64 1.52V304c0 1.65 0 1.6 1.62 1.47 3.12-.25 10.31.34 15.69-1.52.47-.16 3.3-1.79 3.07 1.76 0 .21-.76 10.35-1.18 11.39-.53 1.29-1.88 1.51-2.58.32-1.17-2 0-5.08-3.71-5.3-15.42-.9-12.91-2.55-12.91 6 0 12.25-.76 16.11 3.89 16.24 16.64.48 14.4 0 16.43-5.71.84-2.37 3.5-1.77 3.18.58-.44 3.21-.85 6.43-1.23 9.64 0 .36-.16 2.4-4.66 2.39-37.16-.08-34.54-.19-35.21-.31-2.72-.51-2.2-3 .22-3.45 1.1-.19 4 .54 4.16-2.56 2.44-56.22-.07-51.34-3.91-51.33zm-.41-109.52c2.46.61 3.13 1.76 2.95 4.65-.33 5.3-.34 9-.55 9.69-.66 2.23-3.15 2.12-3.34-.27-.38-4.81-3.05-7.82-7.57-9.15-26.28-7.73-32.81 15.46-27.17 30.22 5.88 15.41 22 15.92 28.86 13.78 5.92-1.85 5.88-6.5 6.91-7.58 1.23-1.3 2.25-1.84 3.12 1.1 0 .1.57 11.89-6 12.75-1.6.21-19.38 3.69-32.68-3.39-21-11.19-16.74-35.47-6.88-45.33 14-14.06 39.91-7.06 42.32-6.47zM289.8 280.14c3.28 0 3.66 3 .16 3.43-2.61.32-5-.42-5 5.46 0 2-.19 29.05.4 41.45.11 2.29 1.15 3.52 3.44 3.65 22 1.21 14.95-1.65 18.79-6.34 1.83-2.24 2.76.84 2.76 1.08.35 13.62-4 12.39-5.19 12.4l-38.16-.19c-1.93-.23-2.06-3-.42-3.38 2-.48 4.94.4 5.13-2.8 1-15.87.57-44.65.34-47.81-.27-3.77-2.8-3.27-5.68-3.71-2.47-.38-2-3.22.34-3.22 1.45-.02 17.97-.03 23.09-.02zm-31.63-57.79c.07 4.08 2.86 3.46 6 3.58 2.61.1 2.53 3.41-.07 3.43-6.48 0-13.7 0-21.61-.06-3.84 0-3.38-3.35 0-3.37 4.49 0 3.24 1.61 3.41-45.54 0-5.08-3.27-3.54-4.72-4.23-2.58-1.23-1.36-3.09.41-3.15 1.29 0 20.19-.41 21.17.21s1.87 1.65-.42 2.86c-1 .52-3.86-.28-4.15 2.47 0 .21-.82 1.63-.07 43.8zm-36.91 274.27a2.93 2.93 0 0 0 3.26 0c17-9.79 182-103.57 197.42-112.51-.14-.43 11.26-.18-181.52-.27-1.22 0-1.57.37-1.53 1.56 0 .1 1.25 44.51 1.22 50.38a28.33 28.33 0 0 1-1.36 7.71c-.55 1.83.38-.5-13.5 32.23-.73 1.72-1 2.21-2-.08-4.19-10.34-8.28-20.72-12.57-31a23.6 23.6 0 0 1-2-10.79c.16-2.46.8-16.12 1.51-48 0-1.95 0-2-2-2h-183c2.58 1.63 178.32 102.57 196 112.76zm-90.9-188.75c0 2.4.36 2.79 2.76 3 11.54 1.17 21 3.74 25.64-7.32 6-14.46 2.66-34.41-12.48-38.84-2-.59-16-2.76-15.94 1.51.05 8.04.01 11.61.02 41.65zm105.75-15.05c0 2.13 1.07 38.68 1.09 39.13.34 9.94-25.58 5.77-25.23-2.59.08-2 1.37-37.42 1.1-39.43-14.1 7.44-14.42 40.21 6.44 48.8a17.9 17.9 0 0 0 22.39-7.07c4.91-7.76 6.84-29.47-5.43-39a2.53 2.53 0 0 1-.36.12zm-12.28-198c-9.83 0-9.73 14.75-.07 14.87s10.1-14.88.07-14.91zm-80.15 103.83c0 1.8.41 2.4 2.17 2.58 13.62 1.39 12.51-11 12.16-13.36-1.69-11.22-14.38-10.2-14.35-7.81.05 4.5-.03 13.68.02 18.59zm212.32 6.4l-6.1-15.84c-2.16 5.48-4.16 10.57-6.23 15.84z"], + "css3": [512, 512, [], "f13c", "M480 32l-64 368-223.3 80L0 400l19.6-94.8h82l-8 40.6L210 390.2l134.1-44.4 18.8-97.1H29.5l16-82h333.7l10.5-52.7H56.3l16.3-82H480z"], + "css3-alt": [384, 512, [], "f38b", "M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z"], + "cuttlefish": [440, 512, [], "f38c", "M344 305.5c-17.5 31.6-57.4 54.5-96 54.5-56.6 0-104-47.4-104-104s47.4-104 104-104c38.6 0 78.5 22.9 96 54.5 13.7-50.9 41.7-93.3 87-117.8C385.7 39.1 320.5 8 248 8 111 8 0 119 0 256s111 248 248 248c72.5 0 137.7-31.1 183-80.7-45.3-24.5-73.3-66.9-87-117.8z"], + "d-and-d": [576, 512, [], "f38d", "M82.5 98.9c-.6-17.2 2-33.8 12.7-48.2.3 7.4 1.2 14.5 4.2 21.6 5.9-27.5 19.7-49.3 42.3-65.5-1.9 5.9-3.5 11.8-3 17.7 8.7-7.4 18.8-17.8 44.4-22.7 14.7-2.8 29.7-2 42.1 1 38.5 9.3 61 34.3 69.7 72.3 5.3 23.1.7 45-8.3 66.4-5.2 12.4-12 24.4-20.7 35.1-2-1.9-3.9-3.8-5.8-5.6-42.8-40.8-26.8-25.2-37.4-37.4-1.1-1.2-1-2.2-.1-3.6 8.3-13.5 11.8-28.2 10-44-1.1-9.8-4.3-18.9-11.3-26.2-14.5-15.3-39.2-15-53.5.6-11.4 12.5-14.1 27.4-10.9 43.6.2 1.3.4 2.7 0 3.9-3.4 13.7-4.6 27.6-2.5 41.6.1.5.1 1.1.1 1.6 0 .3-.1.5-.2 1.1-21.8-11-36-28.3-43.2-52.2-8.3 17.8-11.1 35.5-6.6 54.1-15.6-15.2-21.3-34.3-22-55.2zm469.6 123.2c-11.6-11.6-25-20.4-40.1-26.6-12.8-5.2-26-7.9-39.9-7.1-10 .6-19.6 3.1-29 6.4-2.5.9-5.1 1.6-7.7 2.2-4.9 1.2-7.3-3.1-4.7-6.8 3.2-4.6 3.4-4.2 15-12 .6-.4 1.2-.8 2.2-1.5h-2.5c-.6 0-1.2.2-1.9.3-19.3 3.3-30.7 15.5-48.9 29.6-10.4 8.1-13.8 3.8-12-.5 1.4-3.5 3.3-6.7 5.1-10 1-1.8 2.3-3.4 3.5-5.1-.2-.2-.5-.3-.7-.5-27 18.3-46.7 42.4-57.7 73.3.3.3.7.6 1 .9.3-.6.5-1.2.9-1.7 10.4-12.1 22.8-21.8 36.6-29.8 18.2-10.6 37.5-18.3 58.7-20.2 4.3-.4 8.7-.1 13.1-.1-1.8.7-3.5.9-5.3 1.1-18.5 2.4-35.5 9-51.5 18.5-30.2 17.9-54.5 42.2-75.1 70.4-.3.4-.4.9-.7 1.3 14.5 5.3 24 17.3 36.1 25.6.2-.1.3-.2.4-.4l1.2-2.7c12.2-26.9 27-52.3 46.7-74.5 16.7-18.8 38-25.3 62.5-20 5.9 1.3 11.4 4.4 17.2 6.8 2.3-1.4 5.1-3.2 8-4.7 8.4-4.3 17.4-7 26.7-9 14.7-3.1 29.5-4.9 44.5-1.3v-.5c-.5-.4-1.2-.8-1.7-1.4zM316.7 397.6c-39.4-33-22.8-19.5-42.7-35.6-.8.9 0-.2-1.9 3-11.2 19.1-25.5 35.3-44 47.6-10.3 6.8-21.5 11.8-34.1 11.8-21.6 0-38.2-9.5-49.4-27.8-12-19.5-13.3-40.7-8.2-62.6 7.8-33.8 30.1-55.2 38.6-64.3-18.7-6.2-33 1.7-46.4 13.9.8-13.9 4.3-26.2 11.8-37.3-24.3 10.6-45.9 25-64.8 43.9-.3-5.8 5.4-43.7 5.6-44.7.3-2.7-.6-5.3-3-7.4-24.2 24.7-44.5 51.8-56.1 84.6 7.4-5.9 14.9-11.4 23.6-16.2-8.3 22.3-19.6 52.8-7.8 101.1 4.6 19 11.9 36.8 24.1 52.3 2.9 3.7 6.3 6.9 9.5 10.3.2-.2.4-.3.6-.5-1.4-7-2.2-14.1-1.5-21.9 2.2 3.2 3.9 6 5.9 8.6 12.6 16 28.7 27.4 47.2 35.6 25 11.3 51.1 13.3 77.9 8.6 54.9-9.7 90.7-48.6 116-98.8 1-1.8.6-2.9-.9-4.2zm172-46.4c-9.5-3.1-22.2-4.2-28.7-2.9 9.9 4 14.1 6.6 18.8 12 12.6 14.4 10.4 34.7-5.4 45.6-11.7 8.1-24.9 10.5-38.9 9.1-1.2-.1-2.3-.4-3-.6 2.8-3.7 6-7 8.1-10.8 9.4-16.8 5.4-42.1-8.7-56.1-2.1-2.1-4.6-3.9-7-5.9-.3 1.3-.1 2.1.1 2.8 4.2 16.6-8.1 32.4-24.8 31.8-7.6-.3-13.9-3.8-19.6-8.5-19.5-16.1-39.1-32.1-58.5-48.3-5.9-4.9-12.5-8.1-20.1-8.7-4.6-.4-9.3-.6-13.9-.9-5.9-.4-8.8-2.8-10.4-8.4-.9-3.4-1.5-6.8-2.2-10.2-1.5-8.1-6.2-13-14.3-14.2-4.4-.7-8.9-1-13.3-1.5-13-1.4-19.8-7.4-22.6-20.3-5 11-1.6 22.4 7.3 29.9 4.5 3.8 9.3 7.3 13.8 11.2 4.6 3.8 7.4 8.7 7.9 14.8.4 4.7.8 9.5 1.8 14.1 2.2 10.6 8.9 18.4 17 25.1 16.5 13.7 33 27.3 49.5 41.1 17.9 15 13.9 32.8 13 56-.9 22.9 12.2 42.9 33.5 51.2 1 .4 2 .6 3.6 1.1-15.7-18.2-10.1-44.1.7-52.3.3 2.2.4 4.3.9 6.4 9.4 44.1 45.4 64.2 85 56.9 16-2.9 30.6-8.9 42.9-19.8 2-1.8 3.7-4.1 5.9-6.5-19.3 4.6-35.8.1-50.9-10.6.7-.3 1.3-.3 1.9-.3 21.3 1.8 40.6-3.4 57-17.4 19.5-16.6 26.6-42.9 17.4-66-8.3-20.1-23.6-32.3-43.8-38.9zM99.4 179.3c-5.3-9.2-13.2-15.6-22.1-21.3 13.7-.5 26.6.2 39.6 3.7-7-12.2-8.5-24.7-5-38.7 5.3 11.9 13.7 20.1 23.6 26.8 19.7 13.2 35.7 19.6 46.7 30.2 3.4 3.3 6.3 7.1 9.6 10.9-.8-2.1-1.4-4.1-2.2-6-5-10.6-13-18.6-22.6-25-1.8-1.2-2.8-2.5-3.4-4.5-3.3-12.5-3-25.1-.7-37.6 1-5.5 2.8-10.9 4.5-16.3.8-2.4 2.3-4.6 4-6.6.6 6.9 0 25.5 19.6 46 10.8 11.3 22.4 21.9 33.9 32.7 9 8.5 18.3 16.7 25.5 26.8 1.1 1.6 2.2 3.3 3.8 4.7-5-13-14.2-24.1-24.2-33.8-9.6-9.3-19.4-18.4-29.2-27.4-3.3-3-4.6-6.7-5.1-10.9-1.2-10.4 0-20.6 4.3-30.2.5-1 1.1-2 1.9-3.3.5 4.2.6 7.9 1.4 11.6 4.8 23.1 20.4 36.3 49.3 63.5 10 9.4 19.3 19.2 25.6 31.6 4.8 9.3 7.3 19 5.7 29.6-.1.6.5 1.7 1.1 2 6.2 2.6 10 6.9 9.7 14.3 7.7-2.6 12.5-8 16.4-14.5 4.2 20.2-9.1 50.3-27.2 58.7.4-4.5 5-23.4-16.5-27.7-6.8-1.3-12.8-1.3-22.9-2.1 4.7-9 10.4-20.6.5-22.4-24.9-4.6-52.8 1.9-57.8 4.6 8.2.4 16.3 1 23.5 3.3-2 6.5-4 12.7-5.8 18.9-1.9 6.5 2.1 14.6 9.3 9.6 1.2-.9 2.3-1.9 3.3-2.7-3.1 17.9-2.9 15.9-2.8 18.3.3 10.2 9.5 7.8 15.7 7.3-2.5 11.8-29.5 27.3-45.4 25.8 7-4.7 12.7-10.3 15.9-17.9-6.5.8-12.9 1.6-19.2 2.4l-.3-.9c4.7-3.4 8-7.8 10.2-13.1 8.7-21.1-3.6-38-25-39.9-9.1-.8-17.8.8-25.9 5.5 6.2-15.6 17.2-26.6 32.6-34.5-15.2-4.3-8.9-2.7-24.6-6.3 14.6-9.3 30.2-13.2 46.5-14.6-5.2-3.2-48.1-3.6-70.2 20.9 7.9 1.4 15.5 2.8 23.2 4.2-23.8 7-44 19.7-62.4 35.6 1.1-4.8 2.7-9.5 3.3-14.3.6-4.5.8-9.2.1-13.6-1.5-9.4-8.9-15.1-19.7-16.3-7.9-.9-15.6.1-23.3 1.3-.9.1-1.7.3-2.9 0 15.8-14.8 36-21.7 53.1-33.5 6-4.5 6.8-8.2 3-14.9zm128.4 26.8c3.3 16 12.6 25.5 23.8 24.3-4.6-11.3-12.1-19.5-23.8-24.3z"], + "d-and-d-beyond": [640, 512, [], "f6ca", "M313.8 241.5c13.8 0 21-10.1 24.8-17.9-1-1.1-5-4.2-7.4-6.6-2.4 4.3-8.2 10.7-13.9 10.7-10.2 0-15.4-14.7-3.2-26.6-.5-.2-4.3-1.8-8 2.4 0-3 1-5.1 2.1-6.6-3.5 1.3-9.8 5.6-11.4 7.9.2-5.8 1.6-7.5.6-9l-.2-.2s-8.5 5.6-9.3 14.7c0 0 1.1-1.6 2.1-1.9.6-.3 1.3 0 .6 1.9-.2.6-5.8 15.7 5.1 26-.6-1.6-1.9-7.6 2.4-1.9-.3.1 5.8 7.1 15.7 7.1zm52.4-21.1c0-4-4.9-4.4-5.6-4.5 2 3.9.9 7.5.2 9 2.5-.4 5.4-1.6 5.4-4.5zm10.3 5.2c0-6.4-6.2-11.4-13.5-10.7 8 1.3 5.6 13.8-5 11.4 3.7-2.6 3.2-9.9-1.3-12.5 1.4 4.2-3 8.2-7.4 4.6-2.4-1.9-8-6.6-10.6-8.6-2.4-2.1-5.5-1-6.6-1.8-1.3-1.1-.5-3.8-2.2-5-1.6-.8-3-.3-4.8-1-1.6-.6-2.7-1.9-2.6-3.5-2.5 4.4 3.4 6.3 4.5 8.5 1 1.9-.8 4.8 4 8.5 14.8 11.6 9.1 8 10.4 18.1.6 4.3 4.2 6.7 6.4 7.4-2.1-1.9-2.9-6.4 0-9.3 0 13.9 19.2 13.3 23.1 6.4-2.4 1.1-7-.2-9-1.9 7.7 1 14.2-4.1 14.6-10.6zm-39.4-18.4c2 .8 1.6.7 6.4 4.5 10.2-24.5 21.7-15.7 22-15.5 2.2-1.9 9.8-3.8 13.8-2.7-2.4-2.7-7.5-6.2-13.3-6.2-4.7 0-7.4 2.2-8 1.3-.8-1.4 3.2-3.4 3.2-3.4-5.4.2-9.6 6.7-11.2 5.9-1.1-.5 1.4-3.7 1.4-3.7-5.1 2.9-9.3 9.1-10.2 13 4.6-5.8 13.8-9.8 19.7-9-10.5.5-19.5 9.7-23.8 15.8zm242.5 51.9c-20.7 0-40 1.3-50.3 2.1l7.4 8.2v77.2l-7.4 8.2c10.4.8 30.9 2.1 51.6 2.1 42.1 0 59.1-20.7 59.1-48.9 0-29.3-23.2-48.9-60.4-48.9zm-15.1 75.6v-53.3c30.1-3.3 46.8 3.8 46.8 26.3 0 25.6-21.4 30.2-46.8 27zM301.6 181c-1-3.4-.2-6.9 1.1-9.4 1 3 2.6 6.4 7.5 9-.5-2.4-.2-5.6.5-8-1.4-5.4 2.1-9.9 6.4-9.9 6.9 0 8.5 8.8 4.7 14.4 2.1 3.2 5.5 5.6 7.7 7.8 3.2-3.7 5.5-9.5 5.5-13.8 0-8.2-5.5-15.9-16.7-16.5-20-.9-20.2 16.6-20 18.9.5 5.2 3.4 7.8 3.3 7.5zm-.4 6c-.5 1.8-7 3.7-10.2 6.9 4.8-1 7-.2 7.8 1.8.5 1.4-.2 3.4-.5 5.6 1.6-1.8 7-5.5 11-6.2-1-.3-3.4-.8-4.3-.8 2.9-3.4 9.3-4.5 12.8-3.7-2.2-.2-6.7 1.1-8.5 2.6 1.6.3 3 .6 4.3 1.1-2.1.8-4.8 3.4-5.8 6.1 7-5 13.1 5.2 7 8.2.8.2 2.7 0 3.5-.5-.3 1.1-1.9 3-3 3.4 2.9 0 7-1.9 8.2-4.6 0 0-1.8.6-2.6-.2s.3-4.3.3-4.3c-2.3 2.9-3.4-1.3-1.3-4.2-1-.3-3.5-.6-4.6-.5 3.2-1.1 10.4-1.8 11.2-.3.6 1.1-1 3.4-1 3.4 4-.5 8.3 1.1 6.7 5.1 2.9-1.4 5.5-5.9 4.8-10.4-.3 1-1.6 2.4-2.9 2.7.2-1.4-1-2.2-1.9-2.6 1.7-9.6-14.6-14.2-14.1-23.9-1 1.3-1.8 5-.8 7.1 2.7 3.2 8.7 6.7 10.1 12.2-2.6-6.4-15.1-11.4-14.6-20.2-1.6 1.6-2.6 7.8-1.3 11 2.4 1.4 4.5 3.8 4.8 6.1-2.2-5.1-11.4-6.1-13.9-12.2-.6 2.2-.3 5 1 6.7 0 0-2.2-.8-7-.6 1.7.6 5.1 3.5 4.8 5.2zm25.9 7.4c-2.7 0-3.5-2.1-4.2-4.3 3.3 1.3 4.2 4.3 4.2 4.3zm38.9 3.7l-1-.6c-1.1-1-2.9-1.4-4.7-1.4-2.9 0-5.8 1.3-7.5 3.4-.8.8-1.4 1.8-2.1 2.6v15.7c3.5 2.6 7.1-2.9 3-7.2 1.5.3 4.6 2.7 5.1 3.2 0 0 2.6-.5 5-.5 2.1 0 3.9.3 5.6 1.1V196c-1.1.5-2.2 1-2.7 1.4zM79.9 305.9c17.2-4.6 16.2-18 16.2-19.9 0-20.6-24.1-25-37-25H3l8.3 8.6v29.5H0l11.4 14.6V346L3 354.6c61.7 0 73.8 1.5 86.4-5.9 6.7-4 9.9-9.8 9.9-17.6 0-5.1 2.6-18.8-19.4-25.2zm-41.3-27.5c20 0 29.6-.8 29.6 9.1v3c0 12.1-19 8.8-29.6 8.8zm0 59.2V315c12.2 0 32.7-2.3 32.7 8.8v4.5h.2c0 11.2-12.5 9.3-32.9 9.3zm101.2-19.3l23.1.2v-.2l14.1-21.2h-37.2v-14.9h52.4l-14.1-21v-.2l-73.5.2 7.4 8.2v77.1l-7.4 8.2h81.2l14.1-21.2-60.1.2zm214.7-60.1c-73.9 0-77.5 99.3-.3 99.3 77.9 0 74.1-99.3.3-99.3zm-.3 77.5c-37.4 0-36.9-55.3.2-55.3 36.8.1 38.8 55.3-.2 55.3zm-91.3-8.3l44.1-66.2h-41.7l6.1 7.2-20.5 37.2h-.3l-21-37.2 6.4-7.2h-44.9l44.1 65.8.2 19.4-7.7 8.2h42.6l-7.2-8.2zm-28.4-151.3c1.6 1.3 2.9 2.4 2.9 6.6v38.8c0 4.2-.8 5.3-2.7 6.4-.1.1-7.5 4.5-7.9 4.6h35.1c10 0 17.4-1.5 26-8.6-.6-5 .2-9.5.8-12 0-.2-1.8 1.4-2.7 3.5 0-5.7 1.6-15.4 9.6-20.5-.1 0-3.7-.8-9 1.1 2-3.1 10-7.9 10.4-7.9-8.2-26-38-22.9-32.2-22.9-30.9 0-32.6.3-39.9-4 .1.8.5 8.2 9.6 14.9zm21.5 5.5c4.6 0 23.1-3.3 23.1 17.3 0 20.7-18.4 17.3-23.1 17.3zm228.9 79.6l7 8.3V312h-.3c-5.4-14.4-42.3-41.5-45.2-50.9h-31.6l7.4 8.5v76.9l-7.2 8.3h39l-7.4-8.2v-47.4h.3c3.7 10.6 44.5 42.9 48.5 55.6h21.3v-85.2l7.4-8.3zm-106.7-96.1c-32.2 0-32.8.2-39.9-4 .1.7.5 8.3 9.6 14.9 3.1 2 2.9 4.3 2.9 9.5 1.8-1.1 3.8-2.2 6.1-3-1.1 1.1-2.7 2.7-3.5 4.5 1-1.1 7.5-5.1 14.6-3.5-1.6.3-4 1.1-6.1 2.9.1 0 2.1-1.1 7.5-.3v-4.3c4.7 0 23.1-3.4 23.1 17.3 0 20.5-18.5 17.3-19.7 17.3 5.7 4.4 5.8 12 2.2 16.3h.3c33.4 0 36.7-27.3 36.7-34 0-3.8-1.1-32-33.8-33.6z"], + "dailymotion": [448, 512, [], "e052", "M298.93,267a48.4,48.4,0,0,0-24.36-6.21q-19.83,0-33.44,13.27t-13.61,33.42q0,21.16,13.28,34.6t33.43,13.44q20.5,0,34.11-13.78T322,307.47A47.13,47.13,0,0,0,315.9,284,44.13,44.13,0,0,0,298.93,267ZM0,32V480H448V32ZM374.71,405.26h-53.1V381.37h-.67q-15.79,26.2-55.78,26.2-27.56,0-48.89-13.1a88.29,88.29,0,0,1-32.94-35.77q-11.6-22.68-11.59-50.89,0-27.56,11.76-50.22a89.9,89.9,0,0,1,32.93-35.78q21.18-13.09,47.72-13.1a80.87,80.87,0,0,1,29.74,5.21q13.28,5.21,25,17V153l55.79-12.09Z"], + "dashcube": [448, 512, [], "f210", "M326.6 104H110.4c-51.1 0-91.2 43.3-91.2 93.5V427c0 50.5 40.1 85 91.2 85h227.2c51.1 0 91.2-34.5 91.2-85V0L326.6 104zM153.9 416.5c-17.7 0-32.4-15.1-32.4-32.8V240.8c0-17.7 14.7-32.5 32.4-32.5h140.7c17.7 0 32 14.8 32 32.5v123.5l51.1 52.3H153.9z"], + "deezer": [576, 512, [], "e077", "M451.46,244.71H576V172H451.46Zm0-173.89v72.67H576V70.82Zm0,275.06H576V273.2H451.46ZM0,447.09H124.54V374.42H0Zm150.47,0H275V374.42H150.47Zm150.52,0H425.53V374.42H301Zm150.47,0H576V374.42H451.46ZM301,345.88H425.53V273.2H301Zm-150.52,0H275V273.2H150.47Zm0-101.17H275V172H150.47Z"], + "delicious": [448, 512, [], "f1a5", "M446.5 68c-.4-1.5-.9-3-1.4-4.5-.9-2.5-2-4.8-3.3-7.1-1.4-2.4-3-4.8-4.7-6.9-2.1-2.5-4.4-4.8-6.9-6.8-1.1-.9-2.2-1.7-3.3-2.5-1.3-.9-2.6-1.7-4-2.4-1.8-1-3.6-1.8-5.5-2.5-1.7-.7-3.5-1.3-5.4-1.7-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12 2 7.7 5.8 14.6 11 20.3 1 1.1 2.1 2.2 3.3 3.3 5.7 5.2 12.6 9 20.3 11 3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12zM416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z"], + "deploydog": [512, 512, [], "f38e", "M382.2 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.6 0-33.2 16.4-33.2 32.6zM188.5 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.7 0-33.2 16.4-33.2 32.6zM448 96c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H64c-17.5 0-32-14.4-32-32V128c0-17.5 14.4-32 32-32h384m0-32H64C28.8 64 0 92.8 0 128v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64z"], + "deskpro": [480, 512, [], "f38f", "M205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6 38.9-18.6 38.4-61.9 38.3-63.8-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7-9.4 23.7-43.9 62.8-95.2 69.4-8.7 1.1-32.8 1.2-50.7 1.1zm200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3-17.4 31.3 119.2-.1zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9-1.2-13.2-21.3-11.6-20.1 1.8 1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1 4.3-.4 50.1-2.1 50.1 43.7 0 13.3 20.2 13.4 20.2 0 0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2zm-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3z"], + "dev": [448, 512, [], "f6cc", "M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35 3.88-2.9 5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06zM404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8zM154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28l.01 70.93zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19l-.01 29.52zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58l-38.46 144.8z"], + "deviantart": [320, 512, [], "f1bd", "M320 93.2l-98.2 179.1 7.4 9.5H320v127.7H159.1l-13.5 9.2-43.7 84c-.3 0-8.6 8.6-9.2 9.2H0v-93.2l93.2-179.4-7.4-9.2H0V102.5h156l13.5-9.2 43.7-84c.3 0 8.6-8.6 9.2-9.2H320v93.1z"], + "dhl": [640, 512, [], "f790", "M238 301.2h58.7L319 271h-58.7L238 301.2zM0 282.9v6.4h81.8l4.7-6.4H0zM172.9 271c-8.7 0-6-3.6-4.6-5.5 2.8-3.8 7.6-10.4 10.4-14.1 2.8-3.7 2.8-5.9-2.8-5.9h-51l-41.1 55.8h100.1c33.1 0 51.5-22.5 57.2-30.3h-68.2zm317.5-6.9l39.3-53.4h-62.2l-39.3 53.4h62.2zM95.3 271H0v6.4h90.6l4.7-6.4zm111-26.6c-2.8 3.8-7.5 10.4-10.3 14.2-1.4 2-4.1 5.5 4.6 5.5h45.6s7.3-10 13.5-18.4c8.4-11.4.7-35-29.2-35H112.6l-20.4 27.8h111.4c5.6 0 5.5 2.2 2.7 5.9zM0 301.2h73.1l4.7-6.4H0v6.4zm323 0h58.7L404 271h-58.7c-.1 0-22.3 30.2-22.3 30.2zm222 .1h95v-6.4h-90.3l-4.7 6.4zm22.3-30.3l-4.7 6.4H640V271h-72.7zm-13.5 18.3H640v-6.4h-81.5l-4.7 6.4zm-164.2-78.6l-22.5 30.6h-26.2l22.5-30.6h-58.7l-39.3 53.4H409l39.3-53.4h-58.7zm33.5 60.3s-4.3 5.9-6.4 8.7c-7.4 10-.9 21.6 23.2 21.6h94.3l22.3-30.3H423.1z"], + "diaspora": [512, 512, [], "f791", "M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z"], + "digg": [512, 512, [], "f1a6", "M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z"], + "digital-ocean": [512, 512, [], "f391", "M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z"], + "discord": [448, 512, [], "f392", "M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z"], + "discourse": [448, 512, [], "f393", "M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z"], + "dochub": [416, 512, [], "f394", "M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z"], + "docker": [640, 512, [], "f395", "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z"], + "draft2digital": [480, 512, [], "f396", "M480 398.1l-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3 35.2-62.6 16.1-123.4-12.8-153.3-4.4-4.6-62.2-62.9-166-41.2-59.1 12.4-89.4 43.4-104.3 67.3-13.1 20.9-17 39.8-18.2 47.7-5.5 33 19.4 67.1 56.7 67.1 31.7 0 57.3-25.7 57.3-57.4 0-27.1-19.7-52.1-48-56.8 1.8-7.3 17.7-21.1 26.3-24.7 41.1-17.3 78 5.2 83.3 33.5 8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4 10-22.4 22.4-22.4 22.4 10.1 22.4 22.4zM82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9 35.1-43.1 40.3-82.4 28.4-112.7-7.4-18.8-17.5-30.2-24.3-35.7 45.3 2.1 68 23.4 82.2 38.3 0 0 42.4 48.2 5.8 113.3-37 65.9-110.9 147.5-128.5 166.7z"], + "dribbble": [512, 512, [], "f17d", "M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z"], + "dribbble-square": [448, 512, [], "f397", "M90.2 228.2c8.9-42.4 37.4-77.7 75.7-95.7 3.6 4.9 28 38.8 50.7 79-64 17-120.3 16.8-126.4 16.7zM314.6 154c-33.6-29.8-79.3-41.1-122.6-30.6 3.8 5.1 28.6 38.9 51 80 48.6-18.3 69.1-45.9 71.6-49.4zM140.1 364c40.5 31.6 93.3 36.7 137.3 18-2-12-10-53.8-29.2-103.6-55.1 18.8-93.8 56.4-108.1 85.6zm98.8-108.2c-3.4-7.8-7.2-15.5-11.1-23.2C159.6 253 93.4 252.2 87.4 252c0 1.4-.1 2.8-.1 4.2 0 35.1 13.3 67.1 35.1 91.4 22.2-37.9 67.1-77.9 116.5-91.8zm34.9 16.3c17.9 49.1 25.1 89.1 26.5 97.4 30.7-20.7 52.5-53.6 58.6-91.6-4.6-1.5-42.3-12.7-85.1-5.8zm-20.3-48.4c4.8 9.8 8.3 17.8 12 26.8 45.5-5.7 90.7 3.4 95.2 4.4-.3-32.3-11.8-61.9-30.9-85.1-2.9 3.9-25.8 33.2-76.3 53.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 176c0-88.2-71.8-160-160-160S64 167.8 64 256s71.8 160 160 160 160-71.8 160-160z"], + "dropbox": [528, 512, [], "f16b", "M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z"], + "drupal": [448, 512, [], "f1a9", "M319.5 114.7c-22.2-14-43.5-19.5-64.7-33.5-13-8.8-31.3-30-46.5-48.3-2.7 29.3-11.5 41.2-22 49.5-21.3 17-34.8 22.2-53.5 32.3C117 123 32 181.5 32 290.5 32 399.7 123.8 480 225.8 480 327.5 480 416 406 416 294c0-112.3-83-171-96.5-179.3zm2.5 325.6c-20.1 20.1-90.1 28.7-116.7 4.2-4.8-4.8.3-12 6.5-12 0 0 17 13.3 51.5 13.3 27 0 46-7.7 54.5-14 6.1-4.6 8.4 4.3 4.2 8.5zm-54.5-52.6c8.7-3.6 29-3.8 36.8 1.3 4.1 2.8 16.1 18.8 6.2 23.7-8.4 4.2-1.2-15.7-26.5-15.7-14.7 0-19.5 5.2-26.7 11-7 6-9.8 8-12.2 4.7-6-8.2 15.9-22.3 22.4-25zM360 405c-15.2-1-45.5-48.8-65-49.5-30.9-.9-104.1 80.7-161.3 42-38.8-26.6-14.6-104.8 51.8-105.2 49.5-.5 83.8 49 108.5 48.5 21.3-.3 61.8-41.8 81.8-41.8 48.7 0 23.3 109.3-15.8 106z"], + "dyalog": [416, 512, [], "f399", "M0 32v119.2h64V96h107.2C284.6 96 352 176.2 352 255.9 352 332 293.4 416 171.2 416H0v64h171.2C331.9 480 416 367.3 416 255.9c0-58.7-22.1-113.4-62.3-154.3C308.9 56 245.7 32 171.2 32H0z"], + "earlybirds": [480, 512, [], "f39a", "M313.2 47.5c1.2-13 21.3-14 36.6-8.7.9.3 26.2 9.7 19 15.2-27.9-7.4-56.4 18.2-55.6-6.5zm-201 6.9c30.7-8.1 62 20 61.1-7.1-1.3-14.2-23.4-15.3-40.2-9.6-1 .3-28.7 10.5-20.9 16.7zM319.4 160c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-159.7 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm318.5 163.2c-9.9 24-40.7 11-63.9-1.2-13.5 69.1-58.1 111.4-126.3 124.2.3.9-2-.1 24 1 33.6 1.4 63.8-3.1 97.4-8-19.8-13.8-11.4-37.1-9.8-38.1 1.4-.9 14.7 1.7 21.6 11.5 8.6-12.5 28.4-14.8 30.2-13.6 1.6 1.1 6.6 20.9-6.9 34.6 4.7-.9 8.2-1.6 9.8-2.1 2.6-.8 17.7 11.3 3.1 13.3-14.3 2.3-22.6 5.1-47.1 10.8-45.9 10.7-85.9 11.8-117.7 12.8l1 11.6c3.8 18.1-23.4 24.3-27.6 6.2.8 17.9-27.1 21.8-28.4-1l-.5 5.3c-.7 18.4-28.4 17.9-28.3-.6-7.5 13.5-28.1 6.8-26.4-8.5l1.2-12.4c-36.7.9-59.7 3.1-61.8 3.1-20.9 0-20.9-31.6 0-31.6 2.4 0 27.7 1.3 63.2 2.8-61.1-15.5-103.7-55-114.9-118.2-25 12.8-57.5 26.8-68.2.8-10.5-25.4 21.5-42.6 66.8-73.4.7-6.6 1.6-13.3 2.7-19.8-14.4-19.6-11.6-36.3-16.1-60.4-16.8 2.4-23.2-9.1-23.6-23.1.3-7.3 2.1-14.9 2.4-15.4 1.1-1.8 10.1-2 12.7-2.6 6-31.7 50.6-33.2 90.9-34.5 19.7-21.8 45.2-41.5 80.9-48.3C203.3 29 215.2 8.5 216.2 8c1.7-.8 21.2 4.3 26.3 23.2 5.2-8.8 18.3-11.4 19.6-10.7 1.1.6 6.4 15-4.9 25.9 40.3 3.5 72.2 24.7 96 50.7 36.1 1.5 71.8 5.9 77.1 34 2.7.6 11.6.8 12.7 2.6.3.5 2.1 8.1 2.4 15.4-.5 13.9-6.8 25.4-23.6 23.1-3.2 17.3-2.7 32.9-8.7 47.7 2.4 11.7 4 23.8 4.8 36.4 37 25.4 70.3 42.5 60.3 66.9zM207.4 159.9c.9-44-37.9-42.2-78.6-40.3-21.7 1-38.9 1.9-45.5 13.9-11.4 20.9 5.9 92.9 23.2 101.2 9.8 4.7 73.4 7.9 86.3-7.1 8.2-9.4 15-49.4 14.6-67.7zm52 58.3c-4.3-12.4-6-30.1-15.3-32.7-2-.5-9-.5-11 0-10 2.8-10.8 22.1-17 37.2 15.4 0 19.3 9.7 23.7 9.7 4.3 0 6.3-11.3 19.6-14.2zm135.7-84.7c-6.6-12.1-24.8-12.9-46.5-13.9-40.2-1.9-78.2-3.8-77.3 40.3-.5 18.3 5 58.3 13.2 67.8 13 14.9 76.6 11.8 86.3 7.1 15.8-7.6 36.5-78.9 24.3-101.3z"], + "ebay": [640, 512, [], "f4f4", "M606 189.5l-54.8 109.9-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8 26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4-42.4.9-69.6 10-76.7 34.4 1-5.2 1.5-10.6 1.5-16.2 0-52.1-39.7-76.2-75.4-76.2-21.3 0-43 5.5-58.7 24.2v-80.6h-32.1v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5 13.6 16.6 35.4 24.9 58.7 24.9 36.9 0 64.9-21.9 73.3-54.2-.5 2.8-.7 5.8-.7 9 0 24.1 21.1 45 60.6 45 26.6 0 45.8-5.7 61.9-25.5 0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1-28.5 54.1h35.9L640 189.5zM243.7 313.8c-29.6 0-50.2-21.5-50.2-53.8 0-32.4 20.6-53.8 50.2-53.8 29.8 0 50.2 21.4 50.2 53.8 0 32.3-20.4 53.8-50.2 53.8zm200.9-47.3c0 30-17.9 48.4-51.6 48.4-25.1 0-35-13.4-35-25.8 0-19.1 18.1-24.4 47.2-25.3 13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6h128.8v-8.5c0-51.7-33.1-75.4-78.4-75.4-56.8 0-83 30.8-83 77.6 0 42.5 25.3 74 82.5 74 31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6zm95-21.4H33.3c6.9-56.6 92.1-54.7 94.4 0z"], + "edge": [512, 512, [], "f282", "M481.92,134.48C440.87,54.18,352.26,8,255.91,8,137.05,8,37.51,91.68,13.47,203.66c26-46.49,86.22-79.14,149.46-79.14,79.27,0,121.09,48.93,122.25,50.18,22,23.8,33,50.39,33,83.1,0,10.4-5.31,25.82-15.11,38.57-1.57,2-6.39,4.84-6.39,11,0,5.06,3.29,9.92,9.14,14,27.86,19.37,80.37,16.81,80.51,16.81A115.39,115.39,0,0,0,444.94,322a118.92,118.92,0,0,0,58.95-102.44C504.39,176.13,488.39,147.26,481.92,134.48ZM212.77,475.67a154.88,154.88,0,0,1-46.64-45c-32.94-47.42-34.24-95.6-20.1-136A155.5,155.5,0,0,1,203,215.75c59-45.2,94.84-5.65,99.06-1a80,80,0,0,0-4.89-10.14c-9.24-15.93-24-36.41-56.56-53.51-33.72-17.69-70.59-18.59-77.64-18.59-38.71,0-77.9,13-107.53,35.69C35.68,183.3,12.77,208.72,8.6,243c-1.08,12.31-2.75,62.8,23,118.27a248,248,0,0,0,248.3,141.61C241.78,496.26,214.05,476.24,212.77,475.67Zm250.72-98.33a7.76,7.76,0,0,0-7.92-.23,181.66,181.66,0,0,1-20.41,9.12,197.54,197.54,0,0,1-69.55,12.52c-91.67,0-171.52-63.06-171.52-144A61.12,61.12,0,0,1,200.61,228,168.72,168.72,0,0,0,161.85,278c-14.92,29.37-33,88.13,13.33,151.66,6.51,8.91,23,30,56,47.67,23.57,12.65,49,19.61,71.7,19.61,35.14,0,115.43-33.44,163-108.87A7.75,7.75,0,0,0,463.49,377.34Z"], + "edge-legacy": [512, 512, [], "e078", "M25.71,228.16l.35-.48c0,.16,0,.32-.07.48Zm460.58,15.51c0-44-7.76-84.46-28.81-122.4C416.5,47.88,343.91,8,258.89,8,119,7.72,40.62,113.21,26.06,227.68c42.42-61.31,117.07-121.38,220.37-125,0,0,109.67,0,99.42,105H170c6.37-37.39,18.55-59,34.34-78.93-75.05,34.9-121.85,96.1-120.75,188.32.83,71.45,50.13,144.84,120.75,172,83.35,31.84,192.77,7.2,240.13-21.33V363.31C363.6,419.8,173.6,424.23,172.21,295.74H486.29V243.67Z"], + "elementor": [448, 512, [], "f430", "M425.6 32H22.4C10 32 0 42 0 54.4v403.2C0 470 10 480 22.4 480h403.2c12.4 0 22.4-10 22.4-22.4V54.4C448 42 438 32 425.6 32M164.3 355.5h-39.8v-199h39.8v199zm159.3 0H204.1v-39.8h119.5v39.8zm0-79.6H204.1v-39.8h119.5v39.8zm0-79.7H204.1v-39.8h119.5v39.8z"], + "ello": [496, 512, [], "f5f1", "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm143.84 285.2C375.31 358.51 315.79 404.8 248 404.8s-127.31-46.29-143.84-111.6c-1.65-7.44 2.48-15.71 9.92-17.36 7.44-1.65 15.71 2.48 17.36 9.92 14.05 52.91 62 90.11 116.56 90.11s102.51-37.2 116.56-90.11c1.65-7.44 9.92-12.4 17.36-9.92 7.44 1.65 12.4 9.92 9.92 17.36z"], + "ember": [640, 512, [], "f423", "M639.9 254.6c-1.1-10.7-10.7-6.8-10.7-6.8s-15.6 12.1-29.3 10.7c-13.7-1.3-9.4-32-9.4-32s3-28.1-5.1-30.4c-8.1-2.4-18 7.3-18 7.3s-12.4 13.7-18.3 31.2l-1.6.5s1.9-30.6-.3-37.6c-1.6-3.5-16.4-3.2-18.8 3s-14.2 49.2-15 67.2c0 0-23.1 19.6-43.3 22.8s-25-9.4-25-9.4 54.8-15.3 52.9-59.1-44.2-27.6-49-24c-4.6 3.5-29.4 18.4-36.6 59.7-.2 1.4-.7 7.5-.7 7.5s-21.2 14.2-33 18c0 0 33-55.6-7.3-80.9-11.4-6.8-21.3-.5-27.2 5.3 13.6-17.3 46.4-64.2 36.9-105.2-5.8-24.4-18-27.1-29.2-23.1-17 6.7-23.5 16.7-23.5 16.7s-22 32-27.1 79.5-12.6 105.1-12.6 105.1-10.5 10.2-20.2 10.7-5.4-28.7-5.4-28.7 7.5-44.6 7-52.1-1.1-11.6-9.9-14.2c-8.9-2.7-18.5 8.6-18.5 8.6s-25.5 38.7-27.7 44.6l-1.3 2.4-1.3-1.6s18-52.7.8-53.5-28.5 18.8-28.5 18.8-19.6 32.8-20.4 36.5l-1.3-1.6s8.1-38.2 6.4-47.6c-1.6-9.4-10.5-7.5-10.5-7.5s-11.3-1.3-14.2 5.9-13.7 55.3-15 70.7c0 0-28.2 20.2-46.8 20.4-18.5.3-16.7-11.8-16.7-11.8s68-23.3 49.4-69.2c-8.3-11.8-18-15.5-31.7-15.3-13.7.3-30.3 8.6-41.3 33.3-5.3 11.8-6.8 23-7.8 31.5 0 0-12.3 2.4-18.8-2.9s-10 0-10 0-11.2 14-.1 18.3 28.1 6.1 28.1 6.1c1.6 7.5 6.2 19.5 19.6 29.7 20.2 15.3 58.8-1.3 58.8-1.3l15.9-8.8s.5 14.6 12.1 16.7 16.4 1 36.5-47.9c11.8-25 12.6-23.6 12.6-23.6l1.3-.3s-9.1 46.8-5.6 59.7C187.7 319.4 203 318 203 318s8.3 2.4 15-21.2 19.6-49.9 19.6-49.9h1.6s-5.6 48.1 3 63.7 30.9 5.3 30.9 5.3 15.6-7.8 18-10.2c0 0 18.5 15.8 44.6 12.9 58.3-11.5 79.1-25.9 79.1-25.9s10 24.4 41.1 26.7c35.5 2.7 54.8-18.6 54.8-18.6s-.3 13.5 12.1 18.6 20.7-22.8 20.7-22.8l20.7-57.2h1.9s1.1 37.3 21.5 43.2 47-13.7 47-13.7 6.4-3.5 5.3-14.3zm-578 5.3c.8-32 21.8-45.9 29-39 7.3 7 4.6 22-9.1 31.4-13.7 9.5-19.9 7.6-19.9 7.6zm272.8-123.8s19.1-49.7 23.6-25.5-40 96.2-40 96.2c.5-16.2 16.4-70.7 16.4-70.7zm22.8 138.4c-12.6 33-43.3 19.6-43.3 19.6s-3.5-11.8 6.4-44.9 33.3-20.2 33.3-20.2 16.2 12.4 3.6 45.5zm84.6-14.6s-3-10.5 8.1-30.6c11-20.2 19.6-9.1 19.6-9.1s9.4 10.2-1.3 25.5-26.4 14.2-26.4 14.2z"], + "empire": [496, 512, [], "f1d1", "M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4l4.8-23.9zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1zM213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6l4.7-23.8zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2zm309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4zM496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248zm-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256zm-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6zm-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8-9.4 0-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8 9.4 0 18.5-1.1 27.1-2.8l-13.3-66.7z"], + "envira": [448, 512, [], "f299", "M0 32c477.6 0 366.6 317.3 367.1 366.3L448 480h-26l-70.4-71.2c-39 4.2-124.4 34.5-214.4-37C47 300.3 52 214.7 0 32zm79.7 46c-49.7-23.5-5.2 9.2-5.2 9.2 45.2 31.2 66 73.7 90.2 119.9 31.5 60.2 79 139.7 144.2 167.7 65 28 34.2 12.5 6-8.5-28.2-21.2-68.2-87-91-130.2-31.7-60-61-118.6-144.2-158.1z"], + "erlang": [640, 512, [], "f39d", "M87.2 53.5H0v405h100.4c-49.7-52.6-78.8-125.3-78.7-212.1-.1-76.7 24-142.7 65.5-192.9zm238.2 9.7c-45.9.1-85.1 33.5-89.2 83.2h169.9c-1.1-49.7-34.5-83.1-80.7-83.2zm230.7-9.6h.3l-.1-.1zm.3 0c31.4 42.7 48.7 97.5 46.2 162.7.5 6 .5 11.7 0 24.1H230.2c-.2 109.7 38.9 194.9 138.6 195.3 68.5-.3 118-51 151.9-106.1l96.4 48.2c-17.4 30.9-36.5 57.8-57.9 80.8H640v-405z"], + "ethereum": [320, 512, [], "f42e", "M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z"], + "etsy": [384, 512, [], "f2d7", "M384 348c-1.75 10.75-13.75 110-15.5 132-117.879-4.299-219.895-4.743-368.5 0v-25.5c45.457-8.948 60.627-8.019 61-35.25 1.793-72.322 3.524-244.143 0-322-1.029-28.46-12.13-26.765-61-36v-25.5c73.886 2.358 255.933 8.551 362.999-3.75-3.5 38.25-7.75 126.5-7.75 126.5H332C320.947 115.665 313.241 68 277.25 68h-137c-10.25 0-10.75 3.5-10.75 9.75V241.5c58 .5 88.5-2.5 88.5-2.5 29.77-.951 27.56-8.502 40.75-65.251h25.75c-4.407 101.351-3.91 61.829-1.75 160.25H257c-9.155-40.086-9.065-61.045-39.501-61.5 0 0-21.5-2-88-2v139c0 26 14.25 38.25 44.25 38.25H263c63.636 0 66.564-24.996 98.751-99.75H384z"], + "evernote": [384, 512, [], "f839", "M120.82 132.21c1.6 22.31-17.55 21.59-21.61 21.59-68.93 0-73.64-1-83.58 3.34-.56.22-.74 0-.37-.37L123.79 46.45c.38-.37.6-.22.38.37-4.35 9.99-3.35 15.09-3.35 85.39zm79 308c-14.68-37.08 13-76.93 52.52-76.62 17.49 0 22.6 23.21 7.95 31.42-6.19 3.3-24.95 1.74-25.14 19.2-.05 17.09 19.67 25 31.2 24.89A45.64 45.64 0 0 0 312 393.45v-.08c0-11.63-7.79-47.22-47.54-55.34-7.72-1.54-65-6.35-68.35-50.52-3.74 16.93-17.4 63.49-43.11 69.09-8.74 1.94-69.68 7.64-112.92-36.77 0 0-18.57-15.23-28.23-57.95-3.38-15.75-9.28-39.7-11.14-62 0-18 11.14-30.45 25.07-32.2 81 0 90 2.32 101-7.8 9.82-9.24 7.8-15.5 7.8-102.78 1-8.3 7.79-30.81 53.41-24.14 6 .86 31.91 4.18 37.48 30.64l64.26 11.15c20.43 3.71 70.94 7 80.6 57.94 22.66 121.09 8.91 238.46 7.8 238.46C362.15 485.53 267.06 480 267.06 480c-18.95-.23-54.25-9.4-67.27-39.83zm80.94-204.84c-1 1.92-2.2 6 .85 7 14.09 4.93 39.75 6.84 45.88 5.53 3.11-.25 3.05-4.43 2.48-6.65-3.53-21.85-40.83-26.5-49.24-5.92z"], + "expeditedssl": [496, 512, [], "f23e", "M248 43.4C130.6 43.4 35.4 138.6 35.4 256S130.6 468.6 248 468.6 460.6 373.4 460.6 256 365.4 43.4 248 43.4zm-97.4 132.9c0-53.7 43.7-97.4 97.4-97.4s97.4 43.7 97.4 97.4v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6c0-82.1-124-82.1-124 0v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6zM389.7 380c0 9.7-8 17.7-17.7 17.7H124c-9.7 0-17.7-8-17.7-17.7V238.3c0-9.7 8-17.7 17.7-17.7h248c9.7 0 17.7 8 17.7 17.7V380zm-248-137.3v132.9c0 2.5-1.9 4.4-4.4 4.4h-8.9c-2.5 0-4.4-1.9-4.4-4.4V242.7c0-2.5 1.9-4.4 4.4-4.4h8.9c2.5 0 4.4 1.9 4.4 4.4zm141.7 48.7c0 13-7.2 24.4-17.7 30.4v31.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-31.6c-10.5-6.1-17.7-17.4-17.7-30.4 0-19.7 15.8-35.4 35.4-35.4s35.5 15.8 35.5 35.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 478.3C121 486.3 17.7 383 17.7 256S121 25.7 248 25.7 478.3 129 478.3 256 375 486.3 248 486.3z"], + "facebook": [512, 512, [], "f09a", "M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"], + "facebook-f": [320, 512, [], "f39e", "M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"], + "facebook-messenger": [512, 512, [], "f39f", "M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z"], + "facebook-square": [448, 512, [], "f082", "M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"], + "fantasy-flight-games": [512, 512, [], "f6dc", "M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99a42569.01 42569.01 0 0 1-41.13-40.72zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z"], + "fedex": [640, 512, [], "f797", "M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z"], + "fedora": [448, 512, [], "f798", "M225 32C101.3 31.7.8 131.7.4 255.4L0 425.7a53.6 53.6 0 0 0 53.6 53.9l170.2.4c123.7.3 224.3-99.7 224.6-223.4S348.7 32.3 225 32zm169.8 157.2L333 126.6c2.3-4.7 3.8-9.2 3.8-14.3v-1.6l55.2 56.1a101 101 0 0 1 2.8 22.4zM331 94.3a106.06 106.06 0 0 1 58.5 63.8l-54.3-54.6a26.48 26.48 0 0 0-4.2-9.2zM118.1 247.2a49.66 49.66 0 0 0-7.7 11.4l-8.5-8.5a85.78 85.78 0 0 1 16.2-2.9zM97 251.4l11.8 11.9-.9 8a34.74 34.74 0 0 0 2.4 12.5l-27-27.2a80.6 80.6 0 0 1 13.7-5.2zm-18.2 7.4l38.2 38.4a53.17 53.17 0 0 0-14.1 4.7L67.6 266a107 107 0 0 1 11.2-7.2zm-15.2 9.8l35.3 35.5a67.25 67.25 0 0 0-10.5 8.5L53.5 278a64.33 64.33 0 0 1 10.1-9.4zm-13.3 12.3l34.9 35a56.84 56.84 0 0 0-7.7 11.4l-35.8-35.9c2.8-3.8 5.7-7.2 8.6-10.5zm-11 14.3l36.4 36.6a48.29 48.29 0 0 0-3.6 15.2l-39.5-39.8a99.81 99.81 0 0 1 6.7-12zm-8.8 16.3l41.3 41.8a63.47 63.47 0 0 0 6.7 26.2L25.8 326c1.4-4.9 2.9-9.6 4.7-14.5zm-7.9 43l61.9 62.2a31.24 31.24 0 0 0-3.6 14.3v1.1l-55.4-55.7a88.27 88.27 0 0 1-2.9-21.9zm5.3 30.7l54.3 54.6a28.44 28.44 0 0 0 4.2 9.2 106.32 106.32 0 0 1-58.5-63.8zm-5.3-37a80.69 80.69 0 0 1 2.1-17l72.2 72.5a37.59 37.59 0 0 0-9.9 8.7zm253.3-51.8l-42.6-.1-.1 56c-.2 69.3-64.4 115.8-125.7 102.9-5.7 0-19.9-8.7-19.9-24.2a24.89 24.89 0 0 1 24.5-24.6c6.3 0 6.3 1.6 15.7 1.6a55.91 55.91 0 0 0 56.1-55.9l.1-47c0-4.5-4.5-9-8.9-9l-33.6-.1c-32.6-.1-32.5-49.4.1-49.3l42.6.1.1-56a105.18 105.18 0 0 1 105.6-105 86.35 86.35 0 0 1 20.2 2.3c11.2 1.8 19.9 11.9 19.9 24 0 15.5-14.9 27.8-30.3 23.9-27.4-5.9-65.9 14.4-66 54.9l-.1 47a8.94 8.94 0 0 0 8.9 9l33.6.1c32.5.2 32.4 49.5-.2 49.4zm23.5-.3a35.58 35.58 0 0 0 7.6-11.4l8.5 8.5a102 102 0 0 1-16.1 2.9zm21-4.2L308.6 280l.9-8.1a34.74 34.74 0 0 0-2.4-12.5l27 27.2a74.89 74.89 0 0 1-13.7 5.3zm18-7.4l-38-38.4c4.9-1.1 9.6-2.4 13.7-4.7l36.2 35.9c-3.8 2.5-7.9 5-11.9 7.2zm15.5-9.8l-35.3-35.5a61.06 61.06 0 0 0 10.5-8.5l34.9 35a124.56 124.56 0 0 1-10.1 9zm13.2-12.3l-34.9-35a63.18 63.18 0 0 0 7.7-11.4l35.8 35.9a130.28 130.28 0 0 1-8.6 10.5zm11-14.3l-36.4-36.6a48.29 48.29 0 0 0 3.6-15.2l39.5 39.8a87.72 87.72 0 0 1-6.7 12zm13.5-30.9a140.63 140.63 0 0 1-4.7 14.3L345.6 190a58.19 58.19 0 0 0-7.1-26.2zm1-5.6l-71.9-72.1a32 32 0 0 0 9.9-9.2l64.3 64.7a90.93 90.93 0 0 1-2.3 16.6z"], + "figma": [384, 512, [], "f799", "M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z"], + "firefox": [512, 512, [], "f269", "M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z"], + "firefox-browser": [512, 512, [], "e007", "M189.37,152.86Zm-58.74-29.37C130.79,123.5,130.71,123.5,130.63,123.49Zm351.42,45.35c-10.61-25.5-32.08-53-48.94-61.73,13.72,26.89,21.67,53.88,24.7,74,0,0,0,.14.05.41-27.58-68.75-74.35-96.47-112.55-156.83-1.93-3.05-3.86-6.11-5.74-9.33-1-1.65-1.86-3.34-2.69-5.05A44.88,44.88,0,0,1,333.24.69a.63.63,0,0,0-.55-.66.9.9,0,0,0-.46,0l-.12.07-.18.1.1-.14c-54.23,31.77-76.72,87.38-82.5,122.78a130,130,0,0,0-48.33,12.33,6.25,6.25,0,0,0-3.09,7.75,6.13,6.13,0,0,0,7.79,3.79l.52-.21a117.84,117.84,0,0,1,42.11-11l1.42-.1c2-.12,4-.2,6-.22A122.61,122.61,0,0,1,291,140c.67.2,1.32.42,2,.63,1.89.57,3.76,1.2,5.62,1.87,1.36.5,2.71,1,4.05,1.58,1.09.44,2.18.88,3.25,1.35q2.52,1.13,5,2.35c.75.37,1.5.74,2.25,1.13q2.4,1.26,4.74,2.63,1.51.87,3,1.8a124.89,124.89,0,0,1,42.66,44.13c-13-9.15-36.35-18.19-58.82-14.28,87.74,43.86,64.18,194.9-57.39,189.2a108.43,108.43,0,0,1-31.74-6.12c-2.42-.91-4.8-1.89-7.16-2.93-1.38-.63-2.76-1.27-4.12-2C174.5,346,149.9,316.92,146.83,281.59c0,0,11.25-41.95,80.62-41.95,7.5,0,28.93-20.92,29.33-27-.09-2-42.54-18.87-59.09-35.18-8.85-8.71-13.05-12.91-16.77-16.06a69.58,69.58,0,0,0-6.31-4.77A113.05,113.05,0,0,1,173.92,97c-25.06,11.41-44.55,29.45-58.71,45.37h-.12c-9.67-12.25-9-52.65-8.43-61.08-.12-.53-7.22,3.68-8.15,4.31a178.54,178.54,0,0,0-23.84,20.43A214,214,0,0,0,51.9,133.36l0,0a.08.08,0,0,1,0,0,205.84,205.84,0,0,0-32.73,73.9c-.06.27-2.33,10.21-4,22.48q-.42,2.87-.78,5.74c-.57,3.69-1,7.71-1.44,14,0,.24,0,.48-.05.72-.18,2.71-.34,5.41-.49,8.12,0,.41,0,.82,0,1.24,0,134.7,109.21,243.89,243.92,243.89,120.64,0,220.82-87.58,240.43-202.62.41-3.12.74-6.26,1.11-9.41,4.85-41.83-.54-85.79-15.82-122.55Z"], + "first-order": [448, 512, [], "f2b0", "M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z"], + "first-order-alt": [496, 512, [], "f50a", "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79 488.21 123.34 488.21 256 380.66 496.21 248 496.21zm0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71 467.71 377.34 467.71 256 369.34 36.29 248 36.29zm0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49 459.51 139.19 459.51 256 364.81 467.51 248 467.51zm186.23-162.98a191.613 191.613 0 0 1-20.13 48.69l-74.13-35.88 61.48 54.82a193.515 193.515 0 0 1-37.2 37.29l-54.8-61.57 35.88 74.27a190.944 190.944 0 0 1-48.63 20.23l-27.29-78.47 4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46-27.15 78.03a191.365 191.365 0 0 1-48.65-20.2l35.93-74.34-54.87 61.64a193.85 193.85 0 0 1-37.22-37.28l61.59-54.9-74.26 35.93a191.638 191.638 0 0 1-20.14-48.69l77.84-27.11-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21 0-9 .63-17.84 1.82-26.51l82.38 4.77-77.94-27.16a191.726 191.726 0 0 1 20.23-48.67l74.22 35.92-61.52-54.86a193.85 193.85 0 0 1 37.28-37.22l54.76 61.53-35.83-74.17a191.49 191.49 0 0 1 48.65-20.13l26.87 77.25-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16 27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12 54.72-61.47a193.13 193.13 0 0 1 37.24 37.23l-61.45 54.77 74.12-35.86a191.515 191.515 0 0 1 20.2 48.65l-77.81 27.1 82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49 0 8.88-.61 17.63-1.78 26.19l-82.12-4.75 77.72 27.09z"], + "firstdraft": [384, 512, [], "f3a1", "M384 192h-64v128H192v128H0v-25.6h166.4v-128h128v-128H384V192zm-25.6 38.4v128h-128v128H64V512h192V384h128V230.4h-25.6zm25.6 192h-89.6V512H320v-64h64v-25.6zM0 0v384h128V256h128V128h128V0H0z"], + "flickr": [448, 512, [], "f16e", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z"], + "flipboard": [448, 512, [], "f44d", "M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z"], + "fly": [384, 512, [], "f417", "M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z"], + "font-awesome": [448, 512, [], "f2b4", "M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z"], + "font-awesome-alt": [448, 512, [], "f35c", "M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z"], + "font-awesome-flag": [448, 512, [], "f425", "M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z"], + "font-awesome-logo-full": [3992, 512, ["Font Awesome"], "f4e6", "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z"], + "fonticons": [448, 512, [], "f280", "M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z"], + "fonticons-fi": [384, 512, [], "f3a2", "M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z"], + "fort-awesome": [512, 512, [], "f286", "M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z"], + "fort-awesome-alt": [512, 512, [], "f3a3", "M208 237.4h-22.2c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7H208c2.1 0 3.7-1.6 3.7-3.7v-51.7c0-2.1-1.6-3.7-3.7-3.7zm118.2 0H304c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7h22.2c2.1 0 3.7-1.6 3.7-3.7v-51.7c-.1-2.1-1.7-3.7-3.7-3.7zm132-125.1c-2.3-3.2-4.6-6.4-7.1-9.5-9.8-12.5-20.8-24-32.8-34.4-4.5-3.9-9.1-7.6-13.9-11.2-1.6-1.2-3.2-2.3-4.8-3.5C372 34.1 340.3 20 306 13c-16.2-3.3-32.9-5-50-5s-33.9 1.7-50 5c-34.3 7.1-66 21.2-93.3 40.8-1.6 1.1-3.2 2.3-4.8 3.5-4.8 3.6-9.4 7.3-13.9 11.2-3 2.6-5.9 5.3-8.8 8s-5.7 5.5-8.4 8.4c-5.5 5.7-10.7 11.8-15.6 18-2.4 3.1-4.8 6.3-7.1 9.5C25.2 153 8.3 202.5 8.3 256c0 2 .1 4 .1 6 .1.7.1 1.3.1 2 .1 1.3.1 2.7.2 4 0 .8.1 1.5.1 2.3 0 1.3.1 2.5.2 3.7.1.8.1 1.6.2 2.4.1 1.1.2 2.3.3 3.5 0 .8.1 1.6.2 2.4.1 1.2.3 2.4.4 3.6.1.8.2 1.5.3 2.3.1 1.3.3 2.6.5 3.9.1.6.2 1.3.3 1.9l.9 5.7c.1.6.2 1.1.3 1.7.3 1.3.5 2.7.8 4 .2.8.3 1.6.5 2.4.2 1 .5 2.1.7 3.2.2.9.4 1.7.6 2.6.2 1 .4 2 .7 3 .2.9.5 1.8.7 2.7.3 1 .5 1.9.8 2.9.3.9.5 1.8.8 2.7.2.9.5 1.9.8 2.8s.5 1.8.8 2.7c.3 1 .6 1.9.9 2.8.6 1.6 1.1 3.3 1.7 4.9.4 1 .7 1.9 1 2.8.3 1 .7 2 1.1 3 .3.8.6 1.5.9 2.3l1.2 3c.3.7.6 1.5.9 2.2.4 1 .9 2 1.3 3l.9 2.1c.5 1 .9 2 1.4 3 .3.7.6 1.3.9 2 .5 1 1 2.1 1.5 3.1.2.6.5 1.1.8 1.7.6 1.1 1.1 2.2 1.7 3.3.1.2.2.3.3.5 2.2 4.1 4.4 8.2 6.8 12.2.2.4.5.8.7 1.2.7 1.1 1.3 2.2 2 3.3.3.5.6.9.9 1.4.6 1.1 1.3 2.1 2 3.2.3.5.6.9.9 1.4.7 1.1 1.4 2.1 2.1 3.2.2.4.5.8.8 1.2.7 1.1 1.5 2.2 2.3 3.3.2.2.3.5.5.7 37.5 51.7 94.4 88.5 160 99.4.9.1 1.7.3 2.6.4 1 .2 2.1.4 3.1.5s1.9.3 2.8.4c1 .2 2 .3 3 .4.9.1 1.9.2 2.9.3s1.9.2 2.9.3 2.1.2 3.1.3c.9.1 1.8.1 2.7.2 1.1.1 2.3.1 3.4.2.8 0 1.7.1 2.5.1 1.3 0 2.6.1 3.9.1.7.1 1.4.1 2.1.1 2 .1 4 .1 6 .1s4-.1 6-.1c.7 0 1.4-.1 2.1-.1 1.3 0 2.6 0 3.9-.1.8 0 1.7-.1 2.5-.1 1.1-.1 2.3-.1 3.4-.2.9 0 1.8-.1 2.7-.2 1-.1 2.1-.2 3.1-.3s1.9-.2 2.9-.3c.9-.1 1.9-.2 2.9-.3s2-.3 3-.4 1.9-.3 2.8-.4c1-.2 2.1-.3 3.1-.5.9-.1 1.7-.3 2.6-.4 65.6-11 122.5-47.7 160.1-102.4.2-.2.3-.5.5-.7.8-1.1 1.5-2.2 2.3-3.3.2-.4.5-.8.8-1.2.7-1.1 1.4-2.1 2.1-3.2.3-.5.6-.9.9-1.4.6-1.1 1.3-2.1 2-3.2.3-.5.6-.9.9-1.4.7-1.1 1.3-2.2 2-3.3.2-.4.5-.8.7-1.2 2.4-4 4.6-8.1 6.8-12.2.1-.2.2-.3.3-.5.6-1.1 1.1-2.2 1.7-3.3.2-.6.5-1.1.8-1.7.5-1 1-2.1 1.5-3.1.3-.7.6-1.3.9-2 .5-1 1-2 1.4-3l.9-2.1c.5-1 .9-2 1.3-3 .3-.7.6-1.5.9-2.2l1.2-3c.3-.8.6-1.5.9-2.3.4-1 .7-2 1.1-3s.7-1.9 1-2.8c.6-1.6 1.2-3.3 1.7-4.9.3-1 .6-1.9.9-2.8s.5-1.8.8-2.7c.2-.9.5-1.9.8-2.8s.6-1.8.8-2.7c.3-1 .5-1.9.8-2.9.2-.9.5-1.8.7-2.7.2-1 .5-2 .7-3 .2-.9.4-1.7.6-2.6.2-1 .5-2.1.7-3.2.2-.8.3-1.6.5-2.4.3-1.3.6-2.7.8-4 .1-.6.2-1.1.3-1.7l.9-5.7c.1-.6.2-1.3.3-1.9.1-1.3.3-2.6.5-3.9.1-.8.2-1.5.3-2.3.1-1.2.3-2.4.4-3.6 0-.8.1-1.6.2-2.4.1-1.1.2-2.3.3-3.5.1-.8.1-1.6.2-2.4.1 1.7.1.5.2-.7 0-.8.1-1.5.1-2.3.1-1.3.2-2.7.2-4 .1-.7.1-1.3.1-2 .1-2 .1-4 .1-6 0-53.5-16.9-103-45.8-143.7zM448 371.5c-9.4 15.5-20.6 29.9-33.6 42.9-20.6 20.6-44.5 36.7-71.2 48-13.9 5.8-28.2 10.3-42.9 13.2v-75.8c0-58.6-88.6-58.6-88.6 0v75.8c-14.7-2.9-29-7.3-42.9-13.2-26.7-11.3-50.6-27.4-71.2-48-13-13-24.2-27.4-33.6-42.9v-71.3c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7V326h29.6V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7H208c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-4.8 6.5-3.7 9.5-3.7V88.1c-4.4-2-7.4-6.7-7.4-11.5 0-16.8 25.4-16.8 25.4 0 0 4.8-3 9.4-7.4 11.5V92c6.3-1.4 12.7-2.3 19.2-2.3 9.4 0 18.4 3.5 26.3 3.5 7.2 0 15.2-3.5 19.4-3.5 2.1 0 3.7 1.6 3.7 3.7v48.4c0 5.6-18.7 6.5-22.4 6.5-8.6 0-16.6-3.5-25.4-3.5-7 0-14.1 1.2-20.8 2.8v30.7c3 0 9.5-1.1 9.5 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v144h29.5v-25.8c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7z"], + "forumbee": [448, 512, [], "f211", "M5.8 309.7C2 292.7 0 275.5 0 258.3 0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7zm392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312 12.5 18.1 28 35.6 45.2 49 43.1-151.3 161.2-271.7 312.3-315.7zm15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8-79.4 42.9-145 110.6-187.6 190.3 30-4.4 58.9-15.3 84.6-31.3 35 13.1 70.9 24.3 107 33.6-9.3-36.5-20.4-74.5-33.5-109.8zm29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7z"], + "foursquare": [368, 512, [], "f180", "M323.1 3H49.9C12.4 3 0 31.3 0 49.1v433.8c0 20.3 12.1 27.7 18.2 30.1 6.2 2.5 22.8 4.6 32.9-7.1C180 356.5 182.2 354 182.2 354c3.1-3.4 3.4-3.1 6.8-3.1h83.4c35.1 0 40.6-25.2 44.3-39.7l48.6-243C373.8 25.8 363.1 3 323.1 3zm-16.3 73.8l-11.4 59.7c-1.2 6.5-9.5 13.2-16.9 13.2H172.1c-12 0-20.6 8.3-20.6 20.3v13c0 12 8.6 20.6 20.6 20.6h90.4c8.3 0 16.6 9.2 14.8 18.2-1.8 8.9-10.5 53.8-11.4 58.8-.9 4.9-6.8 13.5-16.9 13.5h-73.5c-13.5 0-17.2 1.8-26.5 12.6 0 0-8.9 11.4-89.5 108.3-.9.9-1.8.6-1.8-.3V75.9c0-7.7 6.8-16.6 16.6-16.6h219c8.2 0 15.6 7.7 13.5 17.5z"], + "free-code-camp": [576, 512, [], "f2c5", "M97.22,96.21c10.36-10.65,16-17.12,16-21.9,0-2.76-1.92-5.51-3.83-7.42A14.81,14.81,0,0,0,101,64.05c-8.48,0-20.92,8.79-35.84,25.69C23.68,137,2.51,182.81,3.37,250.34s17.47,117,54.06,161.87C76.22,435.86,90.62,448,100.9,448a13.55,13.55,0,0,0,8.37-3.84c1.91-2.76,3.81-5.63,3.81-8.38,0-5.63-3.86-12.2-13.2-20.55-44.45-42.33-67.32-97-67.48-165C32.25,188.8,54,137.83,97.22,96.21ZM239.47,420.07c.58.37.91.55.91.55Zm93.79.55.17-.13C333.24,420.62,333.17,420.67,333.26,420.62Zm3.13-158.18c-16.24-4.15,50.41-82.89-68.05-177.17,0,0,15.54,49.38-62.83,159.57-74.27,104.35,23.46,168.73,34,175.23-6.73-4.35-47.4-35.7,9.55-128.64,11-18.3,25.53-34.87,43.5-72.16,0,0,15.91,22.45,7.6,71.13C287.7,364,354,342.91,355,343.94c22.75,26.78-17.72,73.51-21.58,76.55,5.49-3.65,117.71-78,33-188.1C360.43,238.4,352.62,266.59,336.39,262.44ZM510.88,89.69C496,72.79,483.52,64,475,64a14.81,14.81,0,0,0-8.39,2.84c-1.91,1.91-3.83,4.66-3.83,7.42,0,4.78,5.6,11.26,16,21.9,43.23,41.61,65,92.59,64.82,154.06-.16,68-23,122.63-67.48,165-9.34,8.35-13.18,14.92-13.2,20.55,0,2.75,1.9,5.62,3.81,8.38A13.61,13.61,0,0,0,475.1,448c10.28,0,24.68-12.13,43.47-35.79,36.59-44.85,53.14-94.38,54.06-161.87S552.32,137,510.88,89.69Z"], + "freebsd": [448, 512, [], "f3a4", "M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2 23.7 23.7-42.1 128.1-53.2 139.2-11.1 11.1-39.4.9-63.1-22.9-23.8-23.7-34.1-52-22.9-63.1zM109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7 18.5-32.2 44.8-59.3 76.4-78.7zM406.7 174c3.3 11.3 2.7 20.7-2.7 26.1-20.3 20.3-87.5-27-109.3-70.1-18-32.3-11.1-53.4 14.9-48.7 5.7-3.6 12.3-7.6 19.6-11.6-29.8-15.5-63.6-24.3-99.5-24.3-119.1 0-215.6 96.5-215.6 215.6 0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8-3.9 7-7.6 13.3-10.9 18.8z"], + "fulcrum": [320, 512, [], "f50b", "M95.75 164.14l-35.38 43.55L25 164.14l35.38-43.55zM144.23 0l-20.54 198.18L72.72 256l51 57.82L144.23 512V300.89L103.15 256l41.08-44.89zm79.67 164.14l35.38 43.55 35.38-43.55-35.38-43.55zm-48.48 47L216.5 256l-41.08 44.89V512L196 313.82 247 256l-51-57.82L175.42 0z"], + "galactic-republic": [496, 512, [], "f50c", "M248 504C111.25 504 0 392.75 0 256S111.25 8 248 8s248 111.25 248 248-111.25 248-248 248zm0-479.47C120.37 24.53 16.53 128.37 16.53 256S120.37 487.47 248 487.47 479.47 383.63 479.47 256 375.63 24.53 248 24.53zm27.62 21.81v24.62a185.933 185.933 0 0 1 83.57 34.54l17.39-17.36c-28.75-22.06-63.3-36.89-100.96-41.8zm-55.37.07c-37.64 4.94-72.16 19.8-100.88 41.85l17.28 17.36h.08c24.07-17.84 52.55-30.06 83.52-34.67V46.41zm12.25 50.17v82.87c-10.04 2.03-19.42 5.94-27.67 11.42l-58.62-58.59-21.93 21.93 58.67 58.67c-5.47 8.23-9.45 17.59-11.47 27.62h-82.9v31h82.9c2.02 10.02 6.01 19.31 11.47 27.54l-58.67 58.69 21.93 21.93 58.62-58.62a77.873 77.873 0 0 0 27.67 11.47v82.9h31v-82.9c10.05-2.03 19.37-6.06 27.62-11.55l58.67 58.69 21.93-21.93-58.67-58.69c5.46-8.23 9.47-17.52 11.5-27.54h82.87v-31h-82.87c-2.02-10.02-6.03-19.38-11.5-27.62l58.67-58.67-21.93-21.93-58.67 58.67c-8.25-5.49-17.57-9.47-27.62-11.5V96.58h-31zm183.24 30.72l-17.36 17.36a186.337 186.337 0 0 1 34.67 83.67h24.62c-4.95-37.69-19.83-72.29-41.93-101.03zm-335.55.13c-22.06 28.72-36.91 63.26-41.85 100.91h24.65c4.6-30.96 16.76-59.45 34.59-83.52l-17.39-17.39zM38.34 283.67c4.92 37.64 19.75 72.18 41.8 100.9l17.36-17.39c-17.81-24.07-29.92-52.57-34.51-83.52H38.34zm394.7 0c-4.61 30.99-16.8 59.5-34.67 83.6l17.36 17.36c22.08-28.74 36.98-63.29 41.93-100.96h-24.62zM136.66 406.38l-17.36 17.36c28.73 22.09 63.3 36.98 100.96 41.93v-24.64c-30.99-4.63-59.53-16.79-83.6-34.65zm222.53.05c-24.09 17.84-52.58 30.08-83.57 34.67v24.57c37.67-4.92 72.21-19.79 100.96-41.85l-17.31-17.39h-.08z"], + "galactic-senate": [512, 512, [], "f50d", "M249.86 33.48v26.07C236.28 80.17 226 168.14 225.39 274.9c11.74-15.62 19.13-33.33 19.13-48.24v-16.88c-.03-5.32.75-10.53 2.19-15.65.65-2.14 1.39-4.08 2.62-5.82 1.23-1.75 3.43-3.79 6.68-3.79 3.24 0 5.45 2.05 6.68 3.79 1.23 1.75 1.97 3.68 2.62 5.82 1.44 5.12 2.22 10.33 2.19 15.65v16.88c0 14.91 7.39 32.62 19.13 48.24-.63-106.76-10.91-194.73-24.49-215.35V33.48h-12.28zm-26.34 147.77c-9.52 2.15-18.7 5.19-27.46 9.08 8.9 16.12 9.76 32.64 1.71 37.29-8 4.62-21.85-4.23-31.36-19.82-11.58 8.79-21.88 19.32-30.56 31.09 14.73 9.62 22.89 22.92 18.32 30.66-4.54 7.7-20.03 7.14-35.47-.96-5.78 13.25-9.75 27.51-11.65 42.42 9.68.18 18.67 2.38 26.18 6.04 17.78-.3 32.77-1.96 40.49-4.22 5.55-26.35 23.02-48.23 46.32-59.51.73-25.55 1.88-49.67 3.48-72.07zm64.96 0c1.59 22.4 2.75 46.52 3.47 72.07 23.29 11.28 40.77 33.16 46.32 59.51 7.72 2.26 22.71 3.92 40.49 4.22 7.51-3.66 16.5-5.85 26.18-6.04-1.9-14.91-5.86-29.17-11.65-42.42-15.44 8.1-30.93 8.66-35.47.96-4.57-7.74 3.6-21.05 18.32-30.66-8.68-11.77-18.98-22.3-30.56-31.09-9.51 15.59-23.36 24.44-31.36 19.82-8.05-4.65-7.19-21.16 1.71-37.29a147.49 147.49 0 0 0-27.45-9.08zm-32.48 8.6c-3.23 0-5.86 8.81-6.09 19.93h-.05v16.88c0 41.42-49.01 95.04-93.49 95.04-52 0-122.75-1.45-156.37 29.17v2.51c9.42 17.12 20.58 33.17 33.18 47.97C45.7 380.26 84.77 360.4 141.2 360c45.68 1.02 79.03 20.33 90.76 40.87.01.01-.01.04 0 .05 7.67 2.14 15.85 3.23 24.04 3.21 8.19.02 16.37-1.07 24.04-3.21.01-.01-.01-.04 0-.05 11.74-20.54 45.08-39.85 90.76-40.87 56.43.39 95.49 20.26 108.02 41.35 12.6-14.8 23.76-30.86 33.18-47.97v-2.51c-33.61-30.62-104.37-29.17-156.37-29.17-44.48 0-93.49-53.62-93.49-95.04v-16.88h-.05c-.23-11.12-2.86-19.93-6.09-19.93zm0 96.59c22.42 0 40.6 18.18 40.6 40.6s-18.18 40.65-40.6 40.65-40.6-18.23-40.6-40.65c0-22.42 18.18-40.6 40.6-40.6zm0 7.64c-18.19 0-32.96 14.77-32.96 32.96S237.81 360 256 360s32.96-14.77 32.96-32.96-14.77-32.96-32.96-32.96zm0 6.14c14.81 0 26.82 12.01 26.82 26.82s-12.01 26.82-26.82 26.82-26.82-12.01-26.82-26.82 12.01-26.82 26.82-26.82zm-114.8 66.67c-10.19.07-21.6.36-30.5 1.66.43 4.42 1.51 18.63 7.11 29.76 9.11-2.56 18.36-3.9 27.62-3.9 41.28.94 71.48 34.35 78.26 74.47l.11 4.7c10.4 1.91 21.19 2.94 32.21 2.94 11.03 0 21.81-1.02 32.21-2.94l.11-4.7c6.78-40.12 36.98-73.53 78.26-74.47 9.26 0 18.51 1.34 27.62 3.9 5.6-11.13 6.68-25.34 7.11-29.76-8.9-1.3-20.32-1.58-30.5-1.66-18.76.42-35.19 4.17-48.61 9.67-12.54 16.03-29.16 30.03-49.58 33.07-.09.02-.17.04-.27.05-.05.01-.11.04-.16.05-5.24 1.07-10.63 1.6-16.19 1.6-5.55 0-10.95-.53-16.19-1.6-.05-.01-.11-.04-.16-.05-.1-.02-.17-.04-.27-.05-20.42-3.03-37.03-17.04-49.58-33.07-13.42-5.49-29.86-9.25-48.61-9.67z"], + "get-pocket": [448, 512, [], "f265", "M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6zm-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3 16.9 0 30.7 13.8 30.7 30.7 0 17.8-2.9 15.7-114.8 123.2z"], + "gg": [512, 512, [], "f260", "M179.2 230.4l102.4 102.4-102.4 102.4L0 256 179.2 76.8l44.8 44.8-25.6 25.6-19.2-19.2-128 128 128 128 51.5-51.5-77.1-76.5 25.6-25.6zM332.8 76.8L230.4 179.2l102.4 102.4 25.6-25.6-77.1-76.5 51.5-51.5 128 128-128 128-19.2-19.2-25.6 25.6 44.8 44.8L512 256 332.8 76.8z"], + "gg-circle": [512, 512, [], "f261", "M257 8C120 8 9 119 9 256s111 248 248 248 248-111 248-248S394 8 257 8zm-49.5 374.8L81.8 257.1l125.7-125.7 35.2 35.4-24.2 24.2-11.1-11.1-77.2 77.2 77.2 77.2 26.6-26.6-53.1-52.9 24.4-24.4 77.2 77.2-75 75.2zm99-2.2l-35.2-35.2 24.1-24.4 11.1 11.1 77.2-77.2-77.2-77.2-26.5 26.5 53.1 52.9-24.4 24.4-77.2-77.2 75-75L432.2 255 306.5 380.6z"], + "git": [512, 512, [], "f1d3", "M216.29 158.39H137C97 147.9 6.51 150.63 6.51 233.18c0 30.09 15 51.23 35 61-25.1 23-37 33.85-37 49.21 0 11 4.47 21.14 17.89 26.81C8.13 383.61 0 393.35 0 411.65c0 32.11 28.05 50.82 101.63 50.82 70.75 0 111.79-26.42 111.79-73.18 0-58.66-45.16-56.5-151.63-63l13.43-21.55c27.27 7.58 118.7 10 118.7-67.89 0-18.7-7.73-31.71-15-41.07l37.41-2.84zm-63.42 241.9c0 32.06-104.89 32.1-104.89 2.43 0-8.14 5.27-15 10.57-21.54 77.71 5.3 94.32 3.37 94.32 19.11zm-50.81-134.58c-52.8 0-50.46-71.16 1.2-71.16 49.54 0 50.82 71.16-1.2 71.16zm133.3 100.51v-32.1c26.75-3.66 27.24-2 27.24-11V203.61c0-8.5-2.05-7.38-27.24-16.26l4.47-32.92H324v168.71c0 6.51.4 7.32 6.51 8.14l20.73 2.84v32.1zm52.45-244.31c-23.17 0-36.59-13.43-36.59-36.61s13.42-35.77 36.59-35.77c23.58 0 37 12.62 37 35.77s-13.42 36.61-37 36.61zM512 350.46c-17.49 8.53-43.1 16.26-66.28 16.26-48.38 0-66.67-19.5-66.67-65.46V194.75c0-5.42 1.05-4.06-31.71-4.06V154.5c35.78-4.07 50-22 54.47-66.27h38.63c0 65.83-1.34 61.81 3.26 61.81H501v40.65h-60.56v97.15c0 6.92-4.92 51.41 60.57 26.84z"], + "git-alt": [448, 512, [], "f841", "M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"], + "git-square": [448, 512, [], "f1d2", "M100.59 334.24c48.57 3.31 58.95 2.11 58.95 11.94 0 20-65.55 20.06-65.55 1.52.01-5.09 3.29-9.4 6.6-13.46zm27.95-116.64c-32.29 0-33.75 44.47-.75 44.47 32.51 0 31.71-44.47.75-44.47zM448 80v352a48 48 0 0 1-48 48H48a48 48 0 0 1-48-48V80a48 48 0 0 1 48-48h352a48 48 0 0 1 48 48zm-227 69.31c0 14.49 8.38 22.88 22.86 22.88 14.74 0 23.13-8.39 23.13-22.88S258.62 127 243.88 127c-14.48 0-22.88 7.84-22.88 22.31zM199.18 195h-49.55c-25-6.55-81.56-4.85-81.56 46.75 0 18.8 9.4 32 21.85 38.11C74.23 294.23 66.8 301 66.8 310.6c0 6.87 2.79 13.22 11.18 16.76-8.9 8.4-14 14.48-14 25.92C64 373.35 81.53 385 127.52 385c44.22 0 69.87-16.51 69.87-45.73 0-36.67-28.23-35.32-94.77-39.38l8.38-13.43c17 4.74 74.19 6.23 74.19-42.43 0-11.69-4.83-19.82-9.4-25.67l23.38-1.78zm84.34 109.84l-13-1.78c-3.82-.51-4.07-1-4.07-5.09V192.52h-52.6l-2.79 20.57c15.75 5.55 17 4.86 17 10.17V298c0 5.62-.31 4.58-17 6.87v20.06h72.42zM384 315l-6.87-22.37c-40.93 15.37-37.85-12.41-37.85-16.73v-60.72h37.85v-25.41h-35.82c-2.87 0-2 2.52-2-38.63h-24.18c-2.79 27.7-11.68 38.88-34 41.42v22.62c20.47 0 19.82-.85 19.82 2.54v66.57c0 28.72 11.43 40.91 41.67 40.91 14.45 0 30.45-4.83 41.38-10.2z"], + "github": [496, 512, [], "f09b", "M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"], + "github-alt": [480, 512, [], "f113", "M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"], + "github-square": [448, 512, [], "f092", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z"], + "gitkraken": [592, 512, [], "f3a6", "M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4zM365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7zm-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7z"], + "gitlab": [512, 512, [], "f296", "M105.2 24.9c-3.1-8.9-15.7-8.9-18.9 0L29.8 199.7h132c-.1 0-56.6-174.8-56.6-174.8zM.9 287.7c-2.6 8 .3 16.9 7.1 22l247.9 184-226.2-294zm160.8-88l94.3 294 94.3-294zm349.4 88l-28.8-88-226.3 294 247.9-184c6.9-5.1 9.7-14 7.2-22zM425.7 24.9c-3.1-8.9-15.7-8.9-18.9 0l-56.6 174.8h132z"], + "gitter": [384, 512, [], "f426", "M66.4 322.5H16V0h50.4v322.5zM166.9 76.1h-50.4V512h50.4V76.1zm100.6 0h-50.4V512h50.4V76.1zM368 76h-50.4v247H368V76z"], + "glide": [448, 512, [], "f2a5", "M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4-5.8 27.8-11.6 55.8-17.3 83.6-1.4 6.3-8.3 4.9-13.7 4.9-23.8 0-30.5-26-30.5-45.5 0-29.3 11.2-68.1 38.5-83.1 4.3-2.5 9.2-4.2 14.1-4.2 11.4 0 12.3 8.3 12.3 17.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 187c0-5.1-20.8-37.7-25.5-39.5-2.2-.9-7.2-2.3-9.6-2.3-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4 0-44.6-23.8-62.7-67.5-62.7-71.7 0-108 70.8-108 123.5 0 54.7 32 85 86.3 85 7.5 0 6.9-.6 6.9 2.3-10.5 80.3-56.5 82.9-56.5 58.9 0-24.4 28-36.5 28.3-38-.2-7.6-29.3-17.2-36.7-17.2-21.1 0-32.7 33-32.7 50.6 0 32.3 20.4 54.7 53.3 54.7 48.2 0 83.4-49.7 94.3-91.7 9.4-37.7 7-39.4 12.3-42.1 20-10.1 35.8-16.8 58.4-16.8 11.1 0 19 2.3 36.7 5.2 1.8.1 4.1-1.7 4.1-3.5z"], + "glide-g": [448, 512, [], "f2a6", "M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0 97.3 0 39 113.7 39 198.4 39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8-16.9 128.9-90.8 133.1-90.8 94.6 0-39.2 45-58.6 45.5-61-.3-12.2-47-27.6-58.9-27.6-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4 15.1-60.5 11.2-63.3 19.7-67.6 32.2-16.2 57.5-27 93.8-27 17.8 0 30.5 3.7 58.9 8.4 2.9 0 6.7-2.9 6.7-5.8 0-8-33.4-60.5-40.9-63.4zm-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3-2.3 10.2-13.3 7.8-22 7.8-38.3 0-49-41.8-49-73.1 0-47 18-109.3 61.8-133.4 7-4.1 14.8-6.7 22.6-6.7 18.6 0 20 13.3 20 28.7-.1 14.3-2.7 28.5-5.6 42.4z"], + "gofore": [400, 512, [], "f3a7", "M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8-73.2 0-132.4-60.2-132.4-134.4 0-74.1 59.2-134.4 132.4-134.4 35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32 98 32 0 132.6 0 256c0 122.5 97 224 220.7 224 63.2 0 124.5-26.2 171-82.5-2-27.6-13.4-77.7-67.7-77.7zm-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2z"], + "goodreads": [448, 512, [], "f3a8", "M299.9 191.2c5.1 37.3-4.7 79-35.9 100.7-22.3 15.5-52.8 14.1-70.8 5.7-37.1-17.3-49.5-58.6-46.8-97.2 4.3-60.9 40.9-87.9 75.3-87.5 46.9-.2 71.8 31.8 78.2 78.3zM448 88v336c0 30.9-25.1 56-56 56H56c-30.9 0-56-25.1-56-56V88c0-30.9 25.1-56 56-56h336c30.9 0 56 25.1 56 56zM330 313.2s-.1-34-.1-217.3h-29v40.3c-.8.3-1.2-.5-1.6-1.2-9.6-20.7-35.9-46.3-76-46-51.9.4-87.2 31.2-100.6 77.8-4.3 14.9-5.8 30.1-5.5 45.6 1.7 77.9 45.1 117.8 112.4 115.2 28.9-1.1 54.5-17 69-45.2.5-1 1.1-1.9 1.7-2.9.2.1.4.1.6.2.3 3.8.2 30.7.1 34.5-.2 14.8-2 29.5-7.2 43.5-7.8 21-22.3 34.7-44.5 39.5-17.8 3.9-35.6 3.8-53.2-1.2-21.5-6.1-36.5-19-41.1-41.8-.3-1.6-1.3-1.3-2.3-1.3h-26.8c.8 10.6 3.2 20.3 8.5 29.2 24.2 40.5 82.7 48.5 128.2 37.4 49.9-12.3 67.3-54.9 67.4-106.3z"], + "goodreads-g": [384, 512, [], "f3a9", "M42.6 403.3h2.8c12.7 0 25.5 0 38.2.1 1.6 0 3.1-.4 3.6 2.1 7.1 34.9 30 54.6 62.9 63.9 26.9 7.6 54.1 7.8 81.3 1.8 33.8-7.4 56-28.3 68-60.4 8-21.5 10.7-43.8 11-66.5.1-5.8.3-47-.2-52.8l-.9-.3c-.8 1.5-1.7 2.9-2.5 4.4-22.1 43.1-61.3 67.4-105.4 69.1-103 4-169.4-57-172-176.2-.5-23.7 1.8-46.9 8.3-69.7C58.3 47.7 112.3.6 191.6 0c61.3-.4 101.5 38.7 116.2 70.3.5 1.1 1.3 2.3 2.4 1.9V10.6h44.3c0 280.3.1 332.2.1 332.2-.1 78.5-26.7 143.7-103 162.2-69.5 16.9-159 4.8-196-57.2-8-13.5-11.8-28.3-13-44.5zM188.9 36.5c-52.5-.5-108.5 40.7-115 133.8-4.1 59 14.8 122.2 71.5 148.6 27.6 12.9 74.3 15 108.3-8.7 47.6-33.2 62.7-97 54.8-154-9.7-71.1-47.8-120-119.6-119.7z"], + "google": [488, 512, [], "f1a0", "M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"], + "google-drive": [512, 512, [], "f3aa", "M339 314.9L175.4 32h161.2l163.6 282.9H339zm-137.5 23.6L120.9 480h310.5L512 338.5H201.5zM154.1 67.4L0 338.5 80.6 480 237 208.8 154.1 67.4z"], + "google-pay": [640, 512, [], "e079", "M105.72,215v41.25h57.1a49.66,49.66,0,0,1-21.14,32.6c-9.54,6.55-21.72,10.28-36,10.28-27.6,0-50.93-18.91-59.3-44.22a65.61,65.61,0,0,1,0-41l0,0c8.37-25.46,31.7-44.37,59.3-44.37a56.43,56.43,0,0,1,40.51,16.08L176.47,155a101.24,101.24,0,0,0-70.75-27.84,105.55,105.55,0,0,0-94.38,59.11,107.64,107.64,0,0,0,0,96.18v.15a105.41,105.41,0,0,0,94.38,59c28.47,0,52.55-9.53,70-25.91,20-18.61,31.41-46.15,31.41-78.91A133.76,133.76,0,0,0,205.38,215Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14-22.46,0-39.34,8.34-50.5,24.86l20.85,13.26q11.45-17,31.26-17a34.05,34.05,0,0,1,22.75,8.79A28.14,28.14,0,0,1,487.79,248v5.51c-9.1-5.07-20.55-7.75-34.64-7.75-16.44,0-29.65,3.88-39.49,11.77s-14.82,18.31-14.82,31.56a39.74,39.74,0,0,0,13.94,31.27c9.25,8.34,21,12.51,34.79,12.51,16.29,0,29.21-7.3,39-21.89h1v17.72h22.61V250C510.25,233.45,505.26,220.34,495.13,211ZM475.9,300.3a37.32,37.32,0,0,1-26.57,11.16A28.61,28.61,0,0,1,431,305.21a19.41,19.41,0,0,1-7.77-15.63c0-7,3.22-12.81,9.54-17.42s14.53-7,24.07-7C470,265,480.3,268,487.64,273.94,487.64,284.07,483.68,292.85,475.9,300.3Zm-93.65-142A55.71,55.71,0,0,0,341.74,142H279.07V328.74H302.7V253.1h39c16,0,29.5-5.36,40.51-15.93.88-.89,1.76-1.79,2.65-2.68A54.45,54.45,0,0,0,382.25,158.26Zm-16.58,62.23a30.65,30.65,0,0,1-23.34,9.68H302.7V165h39.63a32,32,0,0,1,22.6,9.23A33.18,33.18,0,0,1,365.67,220.49ZM614.31,201,577.77,292.7h-.45L539.9,201H514.21L566,320.55l-29.35,64.32H561L640,201Z"], + "google-play": [512, 512, [], "f3ab", "M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z"], + "google-plus": [512, 512, [], "f2b3", "M256,8C119.1,8,8,119.1,8,256S119.1,504,256,504,504,392.9,504,256,392.9,8,256,8ZM185.3,380a124,124,0,0,1,0-248c31.3,0,60.1,11,83,32.3l-33.6,32.6c-13.2-12.9-31.3-19.1-49.4-19.1-42.9,0-77.2,35.5-77.2,78.1S142.3,334,185.3,334c32.6,0,64.9-19.1,70.1-53.3H185.3V238.1H302.2a109.2,109.2,0,0,1,1.9,20.7c0,70.8-47.5,121.2-118.8,121.2ZM415.5,273.8v35.5H380V273.8H344.5V238.3H380V202.8h35.5v35.5h35.2v35.5Z"], + "google-plus-g": [640, 512, [], "f0d5", "M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z"], + "google-plus-square": [448, 512, [], "f0d4", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM164 356c-55.3 0-100-44.7-100-100s44.7-100 100-100c27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4-34.1 0-61.9 28.2-61.9 63.2 0 34.9 27.8 63.2 61.9 63.2 39.6 0 54.4-28.5 56.8-43.1H164v-34.4h94.4c1 5 1.6 10.1 1.6 16.6 0 57.1-38.3 97.6-96 97.6zm220-81.8h-29v29h-29.2v-29h-29V245h29v-29H355v29h29v29.2z"], + "google-wallet": [448, 512, [], "f1ee", "M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5-8.3 33.8-18.8 66.5-31.3 98.3-13.2-52.3-26.5-101.3-56-148.5 6.5-36.4 2.3-73.6 3-112.3zM109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5-3-4-8-6.5-13-6.5zm47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368H157.1zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3 13.2 46.5 22.3 95.5 26.5 146 48.2 86.2 79.7 178.3 90.6 270.8 15.8-60.5 25.3-133.5 25.3-203 0-73.6-12.1-145.1-31.1-212.6z"], + "gratipay": [496, 512, [], "f184", "M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm114.6 226.4l-113 152.7-112.7-152.7c-8.7-11.9-19.1-50.4 13.6-72 28.1-18.1 54.6-4.2 68.5 11.9 15.9 17.9 46.6 16.9 61.7 0 13.9-16.1 40.4-30 68.1-11.9 32.9 21.6 22.6 60 13.8 72z"], + "grav": [512, 512, [], "f2d6", "M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0l10.5 10.8zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0zm-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0zm72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1zm47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59z"], + "gripfire": [384, 512, [], "f3ac", "M112.5 301.4c0-73.8 105.1-122.5 105.1-203 0-47.1-34-88-39.1-90.4.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3 65.1 46.7 78.1 71.4 78.1 86.6 0 10.1-4.8 17-4.8 22.3 13.1-16.7 17.4-31.9 17.5-46.4 0-29.6-21.7-56.3-44.2-86.5-16-22.3-32.6-42.6-32.6-69.5zm205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1 0 44.7-54.2 111.2-56.6 116.7-2.2 5.1-3.2 10.5-3.2 15.8 0 20.1 15.2 42.1 17.9 42.1 2.4 0 56.6-55.4 58.1-87.7 6.4 11.7 9.1 22.6 9.1 33.4 0 41.2-41.8 96.9-41.8 96.9 0 11.6 31.9 53.2 35.5 53.2 1 0 2.2-1.4 3.2-2.4 37.9-39.3 67.3-85 67.3-136.8 0-8-.7-16.2-2.2-24.6z"], + "grunt": [384, 512, [], "f3ad", "M61.3 189.3c-1.1 10 5.2 19.1 5.2 19.1.7-7.5 2.2-12.8 4-16.6.4 10.3 3.2 23.5 12.8 34.1 6.9 7.6 35.6 23.3 54.9 6.1 1 2.4 2.1 5.3 3 8.5 2.9 10.3-2.7 25.3-2.7 25.3s15.1-17.1 13.9-32.5c10.8-.5 21.4-8.4 21.1-19.5 0 0-18.9 10.4-35.5-8.8-9.7-11.2-40.9-42-83.1-31.8 4.3 1 8.9 2.4 13.5 4.1h-.1c-4.2 2-6.5 7.1-7 12zm28.3-1.8c19.5 11 37.4 25.7 44.9 37-5.7 3.3-21.7 10.4-38-1.7-10.3-7.6-9.8-26.2-6.9-35.3zm142.1 45.8c-1.2 15.5 13.9 32.5 13.9 32.5s-5.6-15-2.7-25.3c.9-3.2 2-6 3-8.5 19.3 17.3 48 1.5 54.8-6.1 9.6-10.6 12.3-23.8 12.8-34.1 1.8 3.8 3.4 9.1 4 16.6 0 0 6.4-9.1 5.2-19.1-.6-5-2.9-10-7-11.8h-.1c4.6-1.8 9.2-3.2 13.5-4.1-42.3-10.2-73.4 20.6-83.1 31.8-16.7 19.2-35.5 8.8-35.5 8.8-.2 10.9 10.4 18.9 21.2 19.3zm62.7-45.8c3 9.1 3.4 27.7-7 35.4-16.3 12.1-32.2 5-37.9 1.6 7.5-11.4 25.4-26 44.9-37zM160 418.5h-29.4c-5.5 0-8.2 1.6-9.5 2.9-1.9 2-2.2 4.7-.9 8.1 3.5 9.1 11.4 16.5 13.7 18.6 3.1 2.7 7.5 4.3 11.8 4.3 4.4 0 8.3-1.7 11-4.6 7.5-8.2 11.9-17.1 13-19.8.6-1.5 1.3-4.5-.9-6.8-1.8-1.8-4.7-2.7-8.8-2.7zm189.2-101.2c-2.4 17.9-13 33.8-24.6 43.7-3.1-22.7-3.7-55.5-3.7-62.4 0-14.7 9.5-24.5 12.2-26.1 2.5-1.5 5.4-3 8.3-4.6 18-9.6 40.4-21.6 40.4-43.7 0-16.2-9.3-23.2-15.4-27.8-.8-.6-1.5-1.1-2.2-1.7-2.1-1.7-3.7-3-4.3-4.4-4.4-9.8-3.6-34.2-1.7-37.6.6-.6 16.7-20.9 11.8-39.2-2-7.4-6.9-13.3-14.1-17-5.3-2.7-11.9-4.2-19.5-4.5-.1-2-.5-3.9-.9-5.9-.6-2.6-1.1-5.3-.9-8.1.4-4.7.8-9 2.2-11.3 8.4-13.3 28.8-17.6 29-17.6l12.3-2.4-8.1-9.5c-.1-.2-17.3-17.5-46.3-17.5-7.9 0-16 1.3-24.1 3.9-24.2 7.8-42.9 30.5-49.4 39.3-3.1-1-6.3-1.9-9.6-2.7-4.2-15.8 9-38.5 9-38.5s-13.6-3-33.7 15.2c-2.6-6.5-8.1-20.5-1.8-37.2C184.6 10.1 177.2 26 175 40.4c-7.6-5.4-6.7-23.1-7.2-27.6-7.5.9-29.2 21.9-28.2 48.3-2 .5-3.9 1.1-5.9 1.7-6.5-8.8-25.1-31.5-49.4-39.3-7.9-2.2-16-3.5-23.9-3.5-29 0-46.1 17.3-46.3 17.5L6 46.9l12.3 2.4c.2 0 20.6 4.3 29 17.6 1.4 2.2 1.8 6.6 2.2 11.3.2 2.8-.4 5.5-.9 8.1-.4 1.9-.8 3.9-.9 5.9-7.7.3-14.2 1.8-19.5 4.5-7.2 3.7-12.1 9.6-14.1 17-5 18.2 11.2 38.5 11.8 39.2 1.9 3.4 2.7 27.8-1.7 37.6-.6 1.4-2.2 2.7-4.3 4.4-.7.5-1.4 1.1-2.2 1.7-6.1 4.6-15.4 11.7-15.4 27.8 0 22.1 22.4 34.1 40.4 43.7 3 1.6 5.8 3.1 8.3 4.6 2.7 1.6 12.2 11.4 12.2 26.1 0 6.9-.6 39.7-3.7 62.4-11.6-9.9-22.2-25.9-24.6-43.8 0 0-29.2 22.6-20.6 70.8 5.2 29.5 23.2 46.1 47 54.7 8.8 19.1 29.4 45.7 67.3 49.6C143 504.3 163 512 192.2 512h.2c29.1 0 49.1-7.7 63.6-19.5 37.9-3.9 58.5-30.5 67.3-49.6 23.8-8.7 41.7-25.2 47-54.7 8.2-48.4-21.1-70.9-21.1-70.9zM305.7 37.7c5.6-1.8 11.6-2.7 17.7-2.7 11 0 19.9 3 24.7 5-3.1 1.4-6.4 3.2-9.7 5.3-2.4-.4-5.6-.8-9.2-.8-10.5 0-20.5 3.1-28.7 8.9-12.3 8.7-18 16.9-20.7 22.4-2.2-1.3-4.5-2.5-7.1-3.7-1.6-.8-3.1-1.5-4.7-2.2 6.1-9.1 19.9-26.5 37.7-32.2zm21 18.2c-.8 1-1.6 2.1-2.3 3.2-3.3 5.2-3.9 11.6-4.4 17.8-.5 6.4-1.1 12.5-4.4 17-4.2.8-8.1 1.7-11.5 2.7-2.3-3.1-5.6-7-10.5-11.2 1.4-4.8 5.5-16.1 13.5-22.5 5.6-4.3 12.2-6.7 19.6-7zM45.6 45.3c-3.3-2.2-6.6-4-9.7-5.3 4.8-2 13.7-5 24.7-5 6.1 0 12 .9 17.7 2.7 17.8 5.8 31.6 23.2 37.7 32.1-1.6.7-3.2 1.4-4.8 2.2-2.5 1.2-4.9 2.5-7.1 3.7-2.6-5.4-8.3-13.7-20.7-22.4-8.3-5.8-18.2-8.9-28.8-8.9-3.4.1-6.6.5-9 .9zm44.7 40.1c-4.9 4.2-8.3 8-10.5 11.2-3.4-.9-7.3-1.9-11.5-2.7C65 89.5 64.5 83.4 64 77c-.5-6.2-1.1-12.6-4.4-17.8-.7-1.1-1.5-2.2-2.3-3.2 7.4.3 14 2.6 19.5 7 8 6.3 12.1 17.6 13.5 22.4zM58.1 259.9c-2.7-1.6-5.6-3.1-8.4-4.6-14.9-8-30.2-16.3-30.2-30.5 0-11.1 4.3-14.6 8.9-18.2l.5-.4c.7-.6 1.4-1.2 2.2-1.8-.9 7.2-1.9 13.3-2.7 14.9 0 0 12.1-15 15.7-44.3 1.4-11.5-1.1-34.3-5.1-43 .2 4.9 0 9.8-.3 14.4-.4-.8-.8-1.6-1.3-2.2-3.2-4-11.8-17.5-9.4-26.6.9-3.5 3.1-6 6.7-7.8 3.8-1.9 8.8-2.9 15.1-2.9 12.3 0 25.9 3.7 32.9 6 25.1 8 55.4 30.9 64.1 37.7.2.2.4.3.4.3l5.6 3.9-3.5-5.8c-.2-.3-19.1-31.4-53.2-46.5 2-2.9 7.4-8.1 21.6-15.1 21.4-10.5 46.5-15.8 74.3-15.8 27.9 0 52.9 5.3 74.3 15.8 14.2 6.9 19.6 12.2 21.6 15.1-34 15.1-52.9 46.2-53.1 46.5l-3.5 5.8 5.6-3.9s.2-.1.4-.3c8.7-6.8 39-29.8 64.1-37.7 7-2.2 20.6-6 32.9-6 6.3 0 11.3 1 15.1 2.9 3.5 1.8 5.7 4.4 6.7 7.8 2.5 9.1-6.1 22.6-9.4 26.6-.5.6-.9 1.3-1.3 2.2-.3-4.6-.5-9.5-.3-14.4-4 8.8-6.5 31.5-5.1 43 3.6 29.3 15.7 44.3 15.7 44.3-.8-1.6-1.8-7.7-2.7-14.9.7.6 1.5 1.2 2.2 1.8l.5.4c4.6 3.7 8.9 7.1 8.9 18.2 0 14.2-15.4 22.5-30.2 30.5-2.9 1.5-5.7 3.1-8.4 4.6-8.7 5-18 16.7-19.1 34.2-.9 14.6.9 49.9 3.4 75.9-12.4 4.8-26.7 6.4-39.7 6.8-2-4.1-3.9-8.5-5.5-13.1-.7-2-19.6-51.1-26.4-62.2 5.5 39 17.5 73.7 23.5 89.6-3.5-.5-7.3-.7-11.7-.7h-117c-4.4 0-8.3.3-11.7.7 6-15.9 18.1-50.6 23.5-89.6-6.8 11.2-25.7 60.3-26.4 62.2-1.6 4.6-3.5 9-5.5 13.1-13-.4-27.2-2-39.7-6.8 2.5-26 4.3-61.2 3.4-75.9-.9-17.4-10.3-29.2-19-34.2zM34.8 404.6c-12.1-20-8.7-54.1-3.7-59.1 10.9 34.4 47.2 44.3 74.4 45.4-2.7 4.2-5.2 7.6-7 10l-1.4 1.4c-7.2 7.8-8.6 18.5-4.1 31.8-22.7-.1-46.3-9.8-58.2-29.5zm45.7 43.5c6 1.1 12.2 1.9 18.6 2.4 3.5 8 7.4 15.9 12.3 23.1-14.4-5.9-24.4-16-30.9-25.5zM192 498.2c-60.6-.1-78.3-45.8-84.9-64.7-3.7-10.5-3.4-18.2.9-23.1 2.9-3.3 9.5-7.2 24.6-7.2h118.8c15.1 0 21.8 3.9 24.6 7.2 4.2 4.8 4.5 12.6.9 23.1-6.6 18.8-24.3 64.6-84.9 64.7zm80.6-24.6c4.9-7.2 8.8-15.1 12.3-23.1 6.4-.5 12.6-1.3 18.6-2.4-6.5 9.5-16.5 19.6-30.9 25.5zm76.6-69c-12 19.7-35.6 29.3-58.1 29.7 4.5-13.3 3.1-24.1-4.1-31.8-.4-.5-.9-1-1.4-1.5-1.8-2.4-4.3-5.8-7-10 27.2-1.2 63.5-11 74.4-45.4 5 5 8.4 39.1-3.8 59zM191.9 187.7h.2c12.7-.1 27.2-17.8 27.2-17.8-9.9 6-18.8 8.1-27.3 8.3-8.5-.2-17.4-2.3-27.3-8.3 0 0 14.5 17.6 27.2 17.8zm61.7 230.7h-29.4c-4.2 0-7.2.9-8.9 2.7-2.2 2.3-1.5 5.2-.9 6.7 1 2.6 5.5 11.3 13 19.3 2.7 2.9 6.6 4.5 11 4.5s8.7-1.6 11.8-4.2c2.3-2 10.2-9.2 13.7-18.1 1.3-3.3 1-6-.9-7.9-1.3-1.3-4-2.9-9.4-3z"], + "guilded": [448, 512, [], "e07e", "M443.427,64H4.571c0,103.26,22.192,180.06,43.418,222.358C112.046,414.135,224,448,225.256,448a312.824,312.824,0,0,0,140.55-103.477c25.907-33.923,53.1-87.19,65.916-145.761H171.833c4.14,36.429,22.177,67.946,45.1,86.944h88.589c-17.012,28.213-48.186,54.4-80.456,69.482-31.232-13.259-69.09-46.544-96.548-98.362-26.726-53.833-27.092-105.883-27.092-105.883H437.573A625.91,625.91,0,0,0,443.427,64Z"], + "gulp": [256, 512, [], "f3ae", "M209.8 391.1l-14.1 24.6-4.6 80.2c0 8.9-28.3 16.1-63.1 16.1s-63.1-7.2-63.1-16.1l-5.8-79.4-14.9-25.4c41.2 17.3 126 16.7 165.6 0zm-196-253.3l13.6 125.5c5.9-20 20.8-47 40-55.2 6.3-2.7 12.7-2.7 18.7.9 5.2 3 9.6 9.3 10.1 11.8 1.2 6.5-2 9.1-4.5 9.1-3 0-5.3-4.6-6.8-7.3-4.1-7.3-10.3-7.6-16.9-2.8-6.9 5-12.9 13.4-17.1 20.7-5.1 8.8-9.4 18.5-12 28.2-1.5 5.6-2.9 14.6-.6 19.9 1 2.2 2.5 3.6 4.9 3.6 5 0 12.3-6.6 15.8-10.1 4.5-4.5 10.3-11.5 12.5-16l5.2-15.5c2.6-6.8 9.9-5.6 9.9 0 0 10.2-3.7 13.6-10 34.7-5.8 19.5-7.6 25.8-7.6 25.8-.7 2.8-3.4 7.5-6.3 7.5-1.2 0-2.1-.4-2.6-1.2-1-1.4-.9-5.3-.8-6.3.2-3.2 6.3-22.2 7.3-25.2-2 2.2-4.1 4.4-6.4 6.6-5.4 5.1-14.1 11.8-21.5 11.8-3.4 0-5.6-.9-7.7-2.4l7.6 79.6c2 5 39.2 17.1 88.2 17.1 49.1 0 86.3-12.2 88.2-17.1l10.9-94.6c-5.7 5.2-12.3 11.6-19.6 14.8-5.4 2.3-17.4 3.8-17.4-5.7 0-5.2 9.1-14.8 14.4-21.5 1.4-1.7 4.7-5.9 4.7-8.1 0-2.9-6-2.2-11.7 2.5-3.2 2.7-6.2 6.3-8.7 9.7-4.3 6-6.6 11.2-8.5 15.5-6.2 14.2-4.1 8.6-9.1 22-5 13.3-4.2 11.8-5.2 14-.9 1.9-2.2 3.5-4 4.5-1.9 1-4.5.9-6.1-.3-.9-.6-1.3-1.9-1.3-3.7 0-.9.1-1.8.3-2.7 1.5-6.1 7.8-18.1 15-34.3 1.6-3.7 1-2.6.8-2.3-6.2 6-10.9 8.9-14.4 10.5-5.8 2.6-13 2.6-14.5-4.1-.1-.4-.1-.8-.2-1.2-11.8 9.2-24.3 11.7-20-8.1-4.6 8.2-12.6 14.9-22.4 14.9-4.1 0-7.1-1.4-8.6-5.1-2.3-5.5 1.3-14.9 4.6-23.8 1.7-4.5 4-9.9 7.1-16.2 1.6-3.4 4.2-5.4 7.6-4.5.6.2 1.1.4 1.6.7 2.6 1.8 1.6 4.5.3 7.2-3.8 7.5-7.1 13-9.3 20.8-.9 3.3-2 9 1.5 9 2.4 0 4.7-.8 6.9-2.4 4.6-3.4 8.3-8.5 11.1-13.5 2-3.6 4.4-8.3 5.6-12.3.5-1.7 1.1-3.3 1.8-4.8 1.1-2.5 2.6-5.1 5.2-5.1 1.3 0 2.4.5 3.2 1.5 1.7 2.2 1.3 4.5.4 6.9-2 5.6-4.7 10.6-6.9 16.7-1.3 3.5-2.7 8-2.7 11.7 0 3.4 3.7 2.6 6.8 1.2 2.4-1.1 4.8-2.8 6.8-4.5 1.2-4.9.9-3.8 26.4-68.2 1.3-3.3 3.7-4.7 6.1-4.7 1.2 0 2.2.4 3.2 1.1 1.7 1.3 1.7 4.1 1 6.2-.7 1.9-.6 1.3-4.5 10.5-5.2 12.1-8.6 20.8-13.2 31.9-1.9 4.6-7.7 18.9-8.7 22.3-.6 2.2-1.3 5.8 1 5.8 5.4 0 19.3-13.1 23.1-17 .2-.3.5-.4.9-.6.6-1.9 1.2-3.7 1.7-5.5 1.4-3.8 2.7-8.2 5.3-11.3.8-1 1.7-1.6 2.7-1.6 2.8 0 4.2 1.2 4.2 4 0 1.1-.7 5.1-1.1 6.2 1.4-1.5 2.9-3 4.5-4.5 15-13.9 25.7-6.8 25.7.2 0 7.4-8.9 17.7-13.8 23.4-1.6 1.9-4.9 5.4-5 6.4 0 1.3.9 1.8 2.2 1.8 2 0 6.4-3.5 8-4.7 5-3.9 11.8-9.9 16.6-14.1l14.8-136.8c-30.5 17.1-197.6 17.2-228.3.2zm229.7-8.5c0 21-231.2 21-231.2 0 0-8.8 51.8-15.9 115.6-15.9 9 0 17.8.1 26.3.4l12.6-48.7L228.1.6c1.4-1.4 5.8-.2 9.9 3.5s6.6 7.9 5.3 9.3l-.1.1L185.9 74l-10 40.7c39.9 2.6 67.6 8.1 67.6 14.6zm-69.4 4.6c0-.8-.9-1.5-2.5-2.1l-.2.8c0 1.3-5 2.4-11.1 2.4s-11.1-1.1-11.1-2.4c0-.1 0-.2.1-.3l.2-.7c-1.8.6-3 1.4-3 2.3 0 2.1 6.2 3.7 13.7 3.7 7.7.1 13.9-1.6 13.9-3.7z"], + "hacker-news": [448, 512, [], "f1d4", "M0 32v448h448V32H0zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z"], + "hacker-news-square": [448, 512, [], "f3af", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM21.2 229.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z"], + "hackerrank": [512, 512, [], "f5f7", "M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256zM316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z"], + "hips": [640, 512, [], "f452", "M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7c-1.8 0-2.7.9-2.7 2.7v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27 48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3zm478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1 7.4-5.5 44.3-13.9 84 6.8 1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6-17.7-6.6-36.1-9.9-55.1-9.9-26.5 0-45.3 5.8-58.5 15.4-.5.4-28.4 20-22.7 53.7 3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2-3.7 9.1-13.2 13.6-36.5 13.6-24.3 0-44.7-8.9-58.4-19.1-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7 15.6 5.5 31.6 8.2 48.2 8.2 12.7 0 25.8-1.2 36.3-4.3.7-.3 36-8.9 45.6-45.8 3.5-13.5 2.4-26.5-3.1-39.1zM376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1 60.5 0 108.7-48.5 108.7-108.7.1-60.3-48.2-108.6-108.6-108.6zm0 170.9c-17.2 0-31.9-6.1-44-18.2-12.2-12.2-18.2-26.8-18.2-44 0-34.5 27.6-62.2 62.2-62.2 34.5 0 62.2 27.6 62.2 62.2.1 34.3-27.3 62.2-62.2 62.2zM228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9 0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9z"], + "hire-a-helper": [512, 512, [], "f3b0", "M443.1 0H71.9C67.9 37.3 37.4 67.8 0 71.7v371.5c37.4 4.9 66 32.4 71.9 68.8h372.2c3-36.4 32.5-65.8 67.9-69.8V71.7c-36.4-5.9-65-35.3-68.9-71.7zm-37 404.9c-36.3 0-18.8-2-55.1-2-35.8 0-21 2-56.1 2-5.9 0-4.9-8.2 0-9.8 22.8-7.6 22.9-10.2 24.6-12.8 10.4-15.6 5.9-83 5.9-113 0-5.3-6.4-12.8-13.8-12.8H200.4c-7.4 0-13.8 7.5-13.8 12.8 0 30-4.5 97.4 5.9 113 1.7 2.5 1.8 5.2 24.6 12.8 4.9 1.6 6 9.8 0 9.8-35.1 0-20.3-2-56.1-2-36.3 0-18.8 2-55.1 2-7.9 0-5.8-10.8 0-10.8 10.2-3.4 13.5-3.5 21.7-13.8 7.7-12.9 7.9-44.4 7.9-127.8V151.3c0-22.2-12.2-28.3-28.6-32.4-8.8-2.2-4-11.8 1-11.8 36.5 0 20.6 2 57.1 2 32.7 0 16.5-2 49.2-2 3.3 0 8.5 8.3 1 10.8-4.9 1.6-27.6 3.7-27.6 39.3 0 45.6-.2 55.8 1 68.8 0 1.3 2.3 12.8 12.8 12.8h109.2c10.5 0 12.8-11.5 12.8-12.8 1.2-13 1-23.2 1-68.8 0-35.6-22.7-37.7-27.6-39.3-7.5-2.5-2.3-10.8 1-10.8 32.7 0 16.5 2 49.2 2 36.5 0 20.6-2 57.1-2 4.9 0 9.9 9.6 1 11.8-16.4 4.1-28.6 10.3-28.6 32.4v101.2c0 83.4.1 114.9 7.9 127.8 8.2 10.2 11.4 10.4 21.7 13.8 5.8 0 7.8 10.8 0 10.8z"], + "hive": [512, 512, [], "e07f", "M260.353,254.878,131.538,33.1a2.208,2.208,0,0,0-3.829.009L.3,254.887A2.234,2.234,0,0,0,.3,257.122L129.116,478.9a2.208,2.208,0,0,0,3.83-.009L260.358,257.113A2.239,2.239,0,0,0,260.353,254.878Zm39.078-25.713a2.19,2.19,0,0,0,1.9,1.111h66.509a2.226,2.226,0,0,0,1.9-3.341L259.115,33.111a2.187,2.187,0,0,0-1.9-1.111H190.707a2.226,2.226,0,0,0-1.9,3.341ZM511.7,254.886,384.9,33.112A2.2,2.2,0,0,0,382.99,32h-66.6a2.226,2.226,0,0,0-1.906,3.34L440.652,256,314.481,476.66a2.226,2.226,0,0,0,1.906,3.34h66.6a2.2,2.2,0,0,0,1.906-1.112L511.7,257.114A2.243,2.243,0,0,0,511.7,254.886ZM366.016,284.917H299.508a2.187,2.187,0,0,0-1.9,1.111l-108.8,190.631a2.226,2.226,0,0,0,1.9,3.341h66.509a2.187,2.187,0,0,0,1.9-1.111l108.8-190.631A2.226,2.226,0,0,0,366.016,284.917Z"], + "hooli": [640, 512, [], "f427", "M144.5 352l38.3.8c-13.2-4.6-26-10.2-38.3-16.8zm57.7-5.3v5.3l-19.4.8c36.5 12.5 69.9 14.2 94.7 7.2-19.9.2-45.8-2.6-75.3-13.3zm408.9-115.2c15.9 0 28.9-12.9 28.9-28.9s-12.9-24.5-28.9-24.5c-15.9 0-28.9 8.6-28.9 24.5s12.9 28.9 28.9 28.9zm-29 120.5H640V241.5h-57.9zm-73.7 0h57.9V156.7L508.4 184zm-31-119.4c-18.2-18.2-50.4-17.1-50.4-17.1s-32.3-1.1-50.4 17.1c-18.2 18.2-16.8 33.9-16.8 52.6s-1.4 34.3 16.8 52.5 50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.8-33.8 16.8-52.5-.1-18.8 1.3-34.5-16.8-52.6zm-39.8 71.9c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9zm-106.2-71.9c-18.2-18.2-50.4-17.1-50.4-17.1s-32.2-1.1-50.4 17.1c-1.9 1.9-3.7 3.9-5.3 6-38.2-29.6-72.5-46.5-102.1-61.1v-20.7l-22.5 10.6c-54.4-22.1-89-18.2-97.3.1 0 0-24.9 32.8 61.8 110.8V352h57.9v-28.6c-6.5-4.2-13-8.7-19.4-13.6-14.8-11.2-27.4-21.6-38.4-31.4v-31c13.1 14.7 30.5 31.4 53.4 50.3l4.5 3.6v-29.8c0-6.9 1.7-18.2 10.8-18.2s10.6 6.9 10.6 15V317c18 12.2 37.3 22.1 57.7 29.6v-93.9c0-18.7-13.4-37.4-40.6-37.4-15.8-.1-30.5 8.2-38.5 21.9v-54.3c41.9 20.9 83.9 46.5 99.9 58.3-10.2 14.6-9.3 28.1-9.3 43.7 0 18.7-1.4 34.3 16.8 52.5s50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.7-33.8 16.7-52.5 0-18.5 1.5-34.2-16.7-52.3zM65.2 184v63.3c-48.7-54.5-38.9-76-35.2-79.1 13.5-11.4 37.5-8 64.4 2.1zm226.5 120.5c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9z"], + "hornbill": [512, 512, [], "f592", "M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53-5.86 43-8.24 91.16-8.24 91.16-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6zm108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29 0 0 48.14 2.38 91.18 8.24 0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54 0 0-2.34 48.13-8.21 91.16 0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49 0 0-48.12-2.34-91.19-8.22 0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14 37.93 37.93 0 1 0 33.89-54.29z"], + "hotjar": [448, 512, [], "f3b1", "M414.9 161.5C340.2 29 121.1 0 121.1 0S222.2 110.4 93 197.7C11.3 252.8-21 324.4 14 402.6c26.8 59.9 83.5 84.3 144.6 93.4-29.2-55.1-6.6-122.4-4.1-129.6 57.1 86.4 165 0 110.8-93.9 71 15.4 81.6 138.6 27.1 215.5 80.5-25.3 134.1-88.9 148.8-145.6 15.5-59.3 3.7-127.9-26.3-180.9z"], + "houzz": [448, 512, [], "f27c", "M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z"], + "html5": [384, 512, [], "f13b", "M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"], + "hubspot": [512, 512, [], "f3b2", "M267.4 211.6c-25.1 23.7-40.8 57.3-40.8 94.6 0 29.3 9.7 56.3 26 78L203.1 434c-4.4-1.6-9.1-2.5-14-2.5-10.8 0-20.9 4.2-28.5 11.8-7.6 7.6-11.8 17.8-11.8 28.6s4.2 20.9 11.8 28.5c7.6 7.6 17.8 11.6 28.5 11.6 10.8 0 20.9-3.9 28.6-11.6 7.6-7.6 11.8-17.8 11.8-28.5 0-4.2-.6-8.2-1.9-12.1l50-50.2c22 16.9 49.4 26.9 79.3 26.9 71.9 0 130-58.3 130-130.2 0-65.2-47.7-119.2-110.2-128.7V116c17.5-7.4 28.2-23.8 28.2-42.9 0-26.1-20.9-47.9-47-47.9S311.2 47 311.2 73.1c0 19.1 10.7 35.5 28.2 42.9v61.2c-15.2 2.1-29.6 6.7-42.7 13.6-27.6-20.9-117.5-85.7-168.9-124.8 1.2-4.4 2-9 2-13.8C129.8 23.4 106.3 0 77.4 0 48.6 0 25.2 23.4 25.2 52.2c0 28.9 23.4 52.3 52.2 52.3 9.8 0 18.9-2.9 26.8-7.6l163.2 114.7zm89.5 163.6c-38.1 0-69-30.9-69-69s30.9-69 69-69 69 30.9 69 69-30.9 69-69 69z"], + "ideal": [576, 512, [], "e013", "M125.61,165.48a49.07,49.07,0,1,0,49.06,49.06A49.08,49.08,0,0,0,125.61,165.48ZM86.15,425.84h78.94V285.32H86.15Zm151.46-211.6c0-20-10-22.53-18.74-22.53H204.82V237.5h14.05C228.62,237.5,237.61,234.69,237.61,214.24Zm201.69,46V168.93h22.75V237.5h33.69C486.5,113.08,388.61,86.19,299.67,86.19H204.84V169h14c25.6,0,41.5,17.35,41.5,45.26,0,28.81-15.52,46-41.5,46h-14V425.88h94.83c144.61,0,194.94-67.16,196.72-165.64Zm-109.75,0H273.3V169h54.43v22.73H296v10.58h30V225H296V237.5h33.51Zm74.66,0-5.16-17.67H369.31l-5.18,17.67H340.47L368,168.92h32.35l27.53,91.34ZM299.65,32H32V480H299.65c161.85,0,251-79.73,251-224.52C550.62,172,518,32,299.65,32Zm0,426.92H53.07V53.07H299.65c142.1,0,229.9,64.61,229.9,202.41C529.55,389.57,448.55,458.92,299.65,458.92Zm83.86-264.85L376,219.88H392.4l-7.52-25.81Z"], + "imdb": [448, 512, [], "f2d8", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM21.3 229.2H21c.1-.1.2-.3.3-.4zM97 319.8H64V192h33zm113.2 0h-28.7v-86.4l-11.6 86.4h-20.6l-12.2-84.5v84.5h-29V192h42.8c3.3 19.8 6 39.9 8.7 59.9l7.6-59.9h43zm11.4 0V192h24.6c17.6 0 44.7-1.6 49 20.9 1.7 7.6 1.4 16.3 1.4 24.4 0 88.5 11.1 82.6-75 82.5zm160.9-29.2c0 15.7-2.4 30.9-22.2 30.9-9 0-15.2-3-20.9-9.8l-1.9 8.1h-29.8V192h31.7v41.7c6-6.5 12-9.2 20.9-9.2 21.4 0 22.2 12.8 22.2 30.1zM265 229.9c0-9.7 1.6-16-10.3-16v83.7c12.2.3 10.3-8.7 10.3-18.4zm85.5 26.1c0-5.4 1.1-12.7-6.2-12.7-6 0-4.9 8.9-4.9 12.7 0 .6-1.1 39.6 1.1 44.7.8 1.6 2.2 2.4 3.8 2.4 7.8 0 6.2-9 6.2-14.4z"], + "innosoft": [448, 512, [], "e080", "M422.559,159.71a27.379,27.379,0,0,0-13.866-23.337,26.42,26.42,0,0,0-26.211.133L73.943,314.647V176.261a11.955,11.955,0,0,1,6.047-10.34L218.066,86.208a12.153,12.153,0,0,1,11.922.025l32.656,18.853L112.581,191.723v56L359.642,105.086,241.129,36.679c-10.992-6.129-22.3-6.255-33.8-.27l-164.6,95.026c-10.634,6.12-16.771,16.39-17.29,29.124l0,191.5c.17,10.135,5.08,18.672,13.474,23.428a27.037,27.037,0,0,0,26.736-.045L374.057,197.376V335.657a11.976,11.976,0,0,1-5.92,10.368L230.025,425.77a12.175,12.175,0,0,1-11.937.062l-32.723-18.9,150.051-86.627v-56L88.367,406.932l118.794,68.583a33.88,33.88,0,0,0,34.25-.327l164.527-94.995c10.746-6.631,16.649-17.118,16.624-29.528Z"], + "instagram": [448, 512, [], "f16d", "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"], + "instagram-square": [448, 512, [], "e055", "M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z"], + "instalod": [512, 512, [], "e081", "M153.384,480H387.113L502.554,275.765,204.229,333.211ZM504.726,240.078,387.113,32H155.669L360.23,267.9ZM124.386,48.809,7.274,256,123.236,461.154,225.627,165.561Z"], + "intercom": [448, 512, [], "f7af", "M392 32H56C25.1 32 0 57.1 0 88v336c0 30.9 25.1 56 56 56h336c30.9 0 56-25.1 56-56V88c0-30.9-25.1-56-56-56zm-108.3 82.1c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zm-74.6-7.5c0-19.8 29.9-19.8 29.9 0v216.5c0 19.8-29.9 19.8-29.9 0V106.6zm-74.7 7.5c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zM59.7 144c0-19.8 29.9-19.8 29.9 0v134.3c0 19.8-29.9 19.8-29.9 0V144zm323.4 227.8c-72.8 63-241.7 65.4-318.1 0-15-12.8 4.4-35.5 19.4-22.7 65.9 55.3 216.1 53.9 279.3 0 14.9-12.9 34.3 9.8 19.4 22.7zm5.2-93.5c0 19.8-29.9 19.8-29.9 0V144c0-19.8 29.9-19.8 29.9 0v134.3z"], + "internet-explorer": [512, 512, [], "f26b", "M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z"], + "invision": [448, 512, [], "f7b0", "M407.4 32H40.6C18.2 32 0 50.2 0 72.6v366.8C0 461.8 18.2 480 40.6 480h366.8c22.4 0 40.6-18.2 40.6-40.6V72.6c0-22.4-18.2-40.6-40.6-40.6zM176.1 145.6c.4 23.4-22.4 27.3-26.6 27.4-14.9 0-27.1-12-27.1-27 .1-35.2 53.1-35.5 53.7-.4zM332.8 377c-65.6 0-34.1-74-25-106.6 14.1-46.4-45.2-59-59.9.7l-25.8 103.3H177l8.1-32.5c-31.5 51.8-94.6 44.4-94.6-4.3.1-14.3.9-14 23-104.1H81.7l9.7-35.6h76.4c-33.6 133.7-32.6 126.9-32.9 138.2 0 20.9 40.9 13.5 57.4-23.2l19.8-79.4h-32.3l9.7-35.6h68.8l-8.9 40.5c40.5-75.5 127.9-47.8 101.8 38-14.2 51.1-14.6 50.7-14.9 58.8 0 15.5 17.5 22.6 31.8-16.9L386 325c-10.5 36.7-29.4 52-53.2 52z"], + "ioxhost": [640, 512, [], "f208", "M616 160h-67.3C511.2 70.7 422.9 8 320 8 183 8 72 119 72 256c0 16.4 1.6 32.5 4.7 48H24c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h67.3c37.5 89.3 125.8 152 228.7 152 137 0 248-111 248-248 0-16.4-1.6-32.5-4.7-48H616c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24zm-96 96c0 110.5-89.5 200-200 200-75.7 0-141.6-42-175.5-104H424c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24H125.8c-3.8-15.4-5.8-31.4-5.8-48 0-110.5 89.5-200 200-200 75.7 0 141.6 42 175.5 104H216c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h298.2c3.8 15.4 5.8 31.4 5.8 48zm-304-24h208c13.3 0 24 10.7 24 24 0 13.2-10.7 24-24 24H216c-13.3 0-24-10.7-24-24 0-13.2 10.7-24 24-24z"], + "itch-io": [512, 512, [], "f83a", "M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77zm132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a436.91 436.91 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z"], + "itunes": [448, 512, [], "f3b4", "M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3zm79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6zM345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32zM223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444z"], + "itunes-note": [384, 512, [], "f3b5", "M381.9 388.2c-6.4 27.4-27.2 42.8-55.1 48-24.5 4.5-44.9 5.6-64.5-10.2-23.9-20.1-24.2-53.4-2.7-74.4 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 6.4-7.2 4.4-4.1 4.4-163.2 0-11.2-5.5-14.3-17-12.3-8.2 1.4-185.7 34.6-185.7 34.6-10.2 2.2-13.4 5.2-13.4 16.7 0 234.7 1.1 223.9-2.5 239.5-4.2 18.2-15.4 31.9-30.2 39.5-16.8 9.3-47.2 13.4-63.4 10.4-43.2-8.1-58.4-58-29.1-86.6 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 10.1-11.5 1.8-256.6 5.2-270.2.8-5.2 3-9.6 7.1-12.9 4.2-3.5 11.8-5.5 13.4-5.5 204-38.2 228.9-43.1 232.4-43.1 11.5-.8 18.1 6 18.1 17.6.2 344.5 1.1 326-1.8 338.5z"], + "java": [384, 512, [], "f4e4", "M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z"], + "jedi-order": [448, 512, [], "f50e", "M398.5 373.6c95.9-122.1 17.2-233.1 17.2-233.1 45.4 85.8-41.4 170.5-41.4 170.5 105-171.5-60.5-271.5-60.5-271.5 96.9 72.7-10.1 190.7-10.1 190.7 85.8 158.4-68.6 230.1-68.6 230.1s-.4-16.9-2.2-85.7c4.3 4.5 34.5 36.2 34.5 36.2l-24.2-47.4 62.6-9.1-62.6-9.1 20.2-55.5-31.4 45.9c-2.2-87.7-7.8-305.1-7.9-306.9v-2.4 1-1 2.4c0 1-5.6 219-7.9 306.9l-31.4-45.9 20.2 55.5-62.6 9.1 62.6 9.1-24.2 47.4 34.5-36.2c-1.8 68.8-2.2 85.7-2.2 85.7s-154.4-71.7-68.6-230.1c0 0-107-118.1-10.1-190.7 0 0-165.5 99.9-60.5 271.5 0 0-86.8-84.8-41.4-170.5 0 0-78.7 111 17.2 233.1 0 0-26.2-16.1-49.4-77.7 0 0 16.9 183.3 222 185.7h4.1c205-2.4 222-185.7 222-185.7-23.6 61.5-49.9 77.7-49.9 77.7z"], + "jenkins": [512, 512, [], "f3b6", "M487.1 425c-1.4-11.2-19-23.1-28.2-31.9-5.1-5-29-23.1-30.4-29.9-1.4-6.6 9.7-21.5 13.3-28.9 5.1-10.7 8.8-23.7 11.3-32.6 18.8-66.1 20.7-156.9-6.2-211.2-10.2-20.6-38.6-49-56.4-62.5-42-31.7-119.6-35.3-170.1-16.6-14.1 5.2-27.8 9.8-40.1 17.1-33.1 19.4-68.3 32.5-78.1 71.6-24.2 10.8-31.5 41.8-30.3 77.8.2 7 4.1 15.8 2.7 22.4-.7 3.3-5.2 7.6-6.1 9.8-11.6 27.7-2.3 64 11.1 83.7 8.1 11.9 21.5 22.4 39.2 25.2.7 10.6 3.3 19.7 8.2 30.4 3.1 6.8 14.7 19 10.4 27.7-2.2 4.4-21 13.8-27.3 17.6C89 407.2 73.7 415 54.2 429c-12.6 9-32.3 10.2-29.2 31.1 2.1 14.1 10.1 31.6 14.7 45.8.7 2 1.4 4.1 2.1 6h422c4.9-15.3 9.7-30.9 14.6-47.2 3.4-11.4 10.2-27.8 8.7-39.7zM205.9 33.7c1.8-.5 3.4.7 4.9 2.4-.2 5.2-5.4 5.1-8.9 6.8-5.4 6.7-13.4 9.8-20 17.2-6.8 7.5-14.4 27.7-23.4 30-4.5 1.1-9.7-.8-13.6-.5-10.4.7-17.7 6-28.3 7.5 13.6-29.9 56.1-54 89.3-63.4zm-104.8 93.6c13.5-14.9 32.1-24.1 54.8-25.9 11.7 29.7-8.4 65-.9 97.6 2.3 9.9 10.2 25.4-2.4 25.7.3-28.3-34.8-46.3-61.3-29.6-1.8-21.5-4.9-51.7 9.8-67.8zm36.7 200.2c-1-4.1-2.7-12.9-2.3-15.1 1.6-8.7 17.1-12.5 11-24.7-11.3-.1-13.8 10.2-24.1 11.3-26.7 2.6-45.6-35.4-44.4-58.4 1-19.5 17.6-38.2 40.1-35.8 16 1.8 21.4 19.2 24.5 34.7 9.2.5 22.5-.4 26.9-7.6-.6-17.5-8.8-31.6-8.2-47.7 1-30.3 17.5-57.6 4.8-87.4 13.6-30.9 53.5-55.3 83.1-70 36.6-18.3 94.9-3.7 129.3 15.8 19.7 11.1 34.4 32.7 48.3 50.7-19.5-5.8-36.1 4.2-33.1 20.3 16.3-14.9 44.2-.2 52.5 16.4 7.9 15.8 7.8 39.3 9 62.8 2.9 57-10.4 115.9-39.1 157.1-7.7 11-14.1 23-24.9 30.6-26 18.2-65.4 34.7-99.2 23.4-44.7-15-65-44.8-89.5-78.8.7 18.7 13.8 34.1 26.8 48.4 11.3 12.5 25 26.6 39.7 32.4-12.3-2.9-31.1-3.8-36.2 7.2-28.6-1.9-55.1-4.8-68.7-24.2-10.6-15.4-21.4-41.4-26.3-61.4zm222 124.1c4.1-3 11.1-2.9 17.4-3.6-5.4-2.7-13-3.7-19.3-2.2-.1-4.2-2-6.8-3.2-10.2 10.6-3.8 35.5-28.5 49.6-20.3 6.7 3.9 9.5 26.2 10.1 37 .4 9-.8 18-4.5 22.8-18.8-.6-35.8-2.8-50.7-7 .9-6.1-1-12.1.6-16.5zm-17.2-20c-16.8.8-26-1.2-38.3-10.8.2-.8 1.4-.5 1.5-1.4 18 8 40.8-3.3 59-4.9-7.9 5.1-14.6 11.6-22.2 17.1zm-12.1 33.2c-1.6-9.4-3.5-12-2.8-20.2 25-16.6 29.7 28.6 2.8 20.2zM226 438.6c-11.6-.7-48.1-14-38.5-23.7 9.4 6.5 27.5 4.9 41.3 7.3.8 4.4-2.8 10.2-2.8 16.4zM57.7 497.1c-4.3-12.7-9.2-25.1-14.8-36.9 30.8-23.8 65.3-48.9 102.2-63.5 2.8-1.1 23.2 25.4 26.2 27.6 16.5 11.7 37 21 56.2 30.2 1.2 8.8 3.9 20.2 8.7 35.5.7 2.3 1.4 4.7 2.2 7.2H57.7zm240.6 5.7h-.8c.3-.2.5-.4.8-.5v.5zm7.5-5.7c2.1-1.4 4.3-2.8 6.4-4.3 1.1 1.4 2.2 2.8 3.2 4.3h-9.6zm15.1-24.7c-10.8 7.3-20.6 18.3-33.3 25.2-6 3.3-27 11.7-33.4 10.2-3.6-.8-3.9-5.3-5.4-9.5-3.1-9-10.1-23.4-10.8-37-.8-17.2-2.5-46 16-42.4 14.9 2.9 32.3 9.7 43.9 16.1 7.1 3.9 11.1 8.6 21.9 9.5-.1 1.4-.1 2.8-.2 4.3-5.9 3.9-15.3 3.8-21.8 7.1 9.5.4 17 2.7 23.5 5.9-.1 3.4-.3 7-.4 10.6zm53.4 24.7h-14c-.1-3.2-2.8-5.8-6.1-5.8s-5.9 2.6-6.1 5.8h-17.4c-2.8-4.4-5.7-8.6-8.9-12.5 2.1-2.2 4-4.7 6-6.9 9 3.7 14.8-4.9 21.7-4.2 7.9.8 14.2 11.7 25.4 11l-.6 12.6zm8.7 0c.2-4 .4-7.8.6-11.5 15.6-7.3 29 1.3 35.7 11.5H383zm83.4-37c-2.3 11.2-5.8 24-9.9 37.1-.2-.1-.4-.1-.6-.1H428c.6-1.1 1.2-2.2 1.9-3.3-2.6-6.1-9-8.7-10.9-15.5 12.1-22.7 6.5-93.4-24.2-78.5 4.3-6.3 15.6-11.5 20.8-19.3 13 10.4 20.8 20.3 33.2 31.4 6.8 6 20 13.3 21.4 23.1.8 5.5-2.6 18.9-3.8 25.1zM222.2 130.5c5.4-14.9 27.2-34.7 45-32 7.7 1.2 18 8.2 12.2 17.7-30.2-7-45.2 12.6-54.4 33.1-8.1-2-4.9-13.1-2.8-18.8zm184.1 63.1c8.2-3.6 22.4-.7 29.6-5.3-4.2-11.5-10.3-21.4-9.3-37.7.5 0 1 0 1.4.1 6.8 14.2 12.7 29.2 21.4 41.7-5.7 13.5-43.6 25.4-43.1 1.2zm20.4-43zm-117.2 45.7c-6.8-10.9-19-32.5-14.5-45.3 6.5 11.9 8.6 24.4 17.8 33.3 4.1 4 12.2 9 8.2 20.2-.9 2.7-7.8 8.6-11.7 9.7-14.4 4.3-47.9.9-36.6-17.1 11.9.7 27.9 7.8 36.8-.8zm27.3 70c3.8 6.6 1.4 18.7 12.1 20.6 20.2 3.4 43.6-12.3 58.1-17.8 9-15.2-.8-20.7-8.9-30.5-16.6-20-38.8-44.8-38-74.7 6.7-4.9 7.3 7.4 8.2 9.7 8.7 20.3 30.4 46.2 46.3 63.5 3.9 4.3 10.3 8.4 11 11.2 2.1 8.2-5.4 18-4.5 23.5-21.7 13.9-45.8 29.1-81.4 25.6-7.4-6.7-10.3-21.4-2.9-31.1zm-201.3-9.2c-6.8-3.9-8.4-21-16.4-21.4-11.4-.7-9.3 22.2-9.3 35.5-7.8-7.1-9.2-29.1-3.5-40.3-6.6-3.2-9.5 3.6-13.1 5.9 4.7-34.1 49.8-15.8 42.3 20.3zm299.6 28.8c-10.1 19.2-24.4 40.4-54 41-.6-6.2-1.1-15.6 0-19.4 22.7-2.2 36.6-13.7 54-21.6zm-141.9 12.4c18.9 9.9 53.6 11 79.3 10.2 1.4 5.6 1.3 12.6 1.4 19.4-33 1.8-72-6.4-80.7-29.6zm92.2 46.7c-1.7 4.3-5.3 9.3-9.8 11.1-12.1 4.9-45.6 8.7-62.4-.3-10.7-5.7-17.5-18.5-23.4-26-2.8-3.6-16.9-12.9-.2-12.9 13.1 32.7 58 29 95.8 28.1z"], + "jira": [496, 512, [], "f7b1", "M490 241.7C417.1 169 320.6 71.8 248.5 0 83 164.9 6 241.7 6 241.7c-7.9 7.9-7.9 20.7 0 28.7C138.8 402.7 67.8 331.9 248.5 512c379.4-378 15.7-16.7 241.5-241.7 8-7.9 8-20.7 0-28.6zm-241.5 90l-76-75.7 76-75.7 76 75.7-76 75.7z"], + "joget": [496, 512, [], "f3b7", "M378.1 45C337.6 19.9 292.6 8 248.2 8 165 8 83.8 49.9 36.9 125.9c-71.9 116.6-35.6 269.3 81 341.2s269.3 35.6 341.2-80.9c71.9-116.6 35.6-269.4-81-341.2zm51.8 323.2c-40.4 65.5-110.4 101.5-182 101.5-6.8 0-13.6-.4-20.4-1-9-13.6-19.9-33.3-23.7-42.4-5.7-13.7-27.2-45.6 31.2-67.1 51.7-19.1 176.7-16.5 208.8-17.6-4 9-8.6 17.9-13.9 26.6zm-200.8-86.3c-55.5-1.4-81.7-20.8-58.5-48.2s51.1-40.7 68.9-51.2c17.9-10.5 27.3-33.7-23.6-29.7C87.3 161.5 48.6 252.1 37.6 293c-8.8-49.7-.1-102.7 28.5-149.1C128 43.4 259.6 12.2 360.1 74.1c74.8 46.1 111.2 130.9 99.3 212.7-24.9-.5-179.3-3.6-230.3-4.9zm183.8-54.8c-22.7-6-57 11.3-86.7 27.2-29.7 15.8-31.1 8.2-31.1 8.2s40.2-28.1 50.7-34.5 31.9-14 13.4-24.6c-3.2-1.8-6.7-2.7-10.4-2.7-17.8 0-41.5 18.7-67.5 35.6-31.5 20.5-65.3 31.3-65.3 31.3l169.5-1.6 46.5-23.4s3.6-9.5-19.1-15.5z"], + "joomla": [448, 512, [], "f1aa", "M.6 92.1C.6 58.8 27.4 32 60.4 32c30 0 54.5 21.9 59.2 50.2 32.6-7.6 67.1.6 96.5 30l-44.3 44.3c-20.5-20.5-42.6-16.3-55.4-3.5-14.3 14.3-14.3 37.9 0 52.2l99.5 99.5-44 44.3c-87.7-87.2-49.7-49.7-99.8-99.7-26.8-26.5-35-64.8-24.8-98.9C20.4 144.6.6 120.7.6 92.1zm129.5 116.4l44.3 44.3c10-10 89.7-89.7 99.7-99.8 14.3-14.3 37.6-14.3 51.9 0 12.8 12.8 17 35-3.5 55.4l44 44.3c31.2-31.2 38.5-67.6 28.9-101.2 29.2-4.1 51.9-29.2 51.9-59.5 0-33.2-26.8-60.1-59.8-60.1-30.3 0-55.4 22.5-59.5 51.6-33.8-9.9-71.7-1.5-98.3 25.1-18.3 19.1-71.1 71.5-99.6 99.9zm266.3 152.2c8.2-32.7-.9-68.5-26.3-93.9-11.8-12.2 5 4.7-99.5-99.7l-44.3 44.3 99.7 99.7c14.3 14.3 14.3 37.6 0 51.9-12.8 12.8-35 17-55.4-3.5l-44 44.3c27.6 30.2 68 38.8 102.7 28 5.5 27.4 29.7 48.1 58.9 48.1 33 0 59.8-26.8 59.8-60.1 0-30.2-22.5-55-51.6-59.1zm-84.3-53.1l-44-44.3c-87 86.4-50.4 50.4-99.7 99.8-14.3 14.3-37.6 14.3-51.9 0-13.1-13.4-16.9-35.3 3.2-55.4l-44-44.3c-30.2 30.2-38 65.2-29.5 98.3-26.7 6-46.2 29.9-46.2 58.2C0 453.2 26.8 480 59.8 480c28.6 0 52.5-19.8 58.6-46.7 32.7 8.2 68.5-.6 94.2-26 32.1-32 12.2-12.4 99.5-99.7z"], + "js": [448, 512, [], "f3b8", "M0 32v448h448V32H0zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z"], + "js-square": [448, 512, [], "f3b9", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM243.8 381.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z"], + "jsfiddle": [576, 512, [], "f1cc", "M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776-2.352-16.488-3.539-33.619-9.097-49.095-35.895-99.957-153.99-143.386-246.849-91.646-27.37 15.25-48.971 36.369-65.493 63.903-3.184-1.508-5.458-2.71-7.824-3.686-30.102-12.421-59.049-10.121-85.331 9.167-25.531 18.737-36.422 44.548-32.676 76.408.355 3.025-1.967 7.621-4.514 9.545-39.712 29.992-56.031 78.065-41.902 124.615 13.831 45.569 57.514 79.796 105.608 81.433 30.291 1.031 60.637.546 90.959.539 84.041-.021 168.09.531 252.12-.48 52.664-.634 96.108-36.873 108.212-87.293 11.54-48.074-11.144-97.3-56.832-122.634zm21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65-56.874.781-113.767.23-170.652.23 0 .7-163.028.159-163.728.154-43.861-.332-76.739-19.766-95.175-59.995-18.902-41.245-4.004-90.848 34.186-116.106 9.182-6.073 12.505-11.566 10.096-23.136-5.49-26.361 4.453-47.956 26.42-62.981 22.987-15.723 47.422-16.146 72.034-3.083 10.269 5.45 14.607 11.564 22.198-2.527 14.222-26.399 34.557-46.727 60.671-61.294 97.46-54.366 228.37 7.568 230.24 132.697.122 8.15 2.412 12.428 9.848 15.894 57.56 26.829 74.456 96.122 35.142 144.497zm-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095-16.953-.001-32.058-6.545-44.079-17.705-27.697-25.713-71.141-74.98-95.937-93.387-20.056-14.888-41.99-12.333-60.272 3.782-49.996 44.071 15.859 121.775 67.063 77.188 4.548-3.96 7.84-9.543 12.744-12.844 8.184-5.509 20.766-.884 13.168 10.622-17.358 26.284-49.33 38.197-78.863 29.301-28.897-8.704-48.84-35.968-48.626-70.179 1.225-22.485 12.364-43.06 35.414-55.965 22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506 28.83-49.209-34.592-105.016-78.868-63.46-3.989 3.744-6.917 8.932-11.41 11.72-10.975 6.811-17.333-4.113-12.809-10.353 20.703-28.554 50.464-40.44 83.271-28.214 31.429 11.714 49.108 44.366 42.76 78.186z"], + "kaggle": [320, 512, [], "f5fa", "M304.2 501.5L158.4 320.3 298.2 185c2.6-2.7 1.7-10.5-5.3-10.5h-69.2c-3.5 0-7 1.8-10.5 5.3L80.9 313.5V7.5q0-7.5-7.5-7.5H21.5Q14 0 14 7.5v497q0 7.5 7.5 7.5h51.9q7.5 0 7.5-7.5v-109l30.8-29.3 110.5 140.6c3 3.5 6.5 5.3 10.5 5.3h66.9q5.25 0 6-3z"], + "keybase": [448, 512, [], "f4f5", "M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z"], + "keycdn": [512, 512, [], "f3ba", "M63.8 409.3l60.5-59c32.1 42.8 71.1 66 126.6 67.4 30.5.7 60.3-7 86.4-22.4 5.1 5.3 18.5 19.5 20.9 22-32.2 20.7-69.6 31.1-108.1 30.2-43.3-1.1-84.6-16.7-117.7-44.4.3-.6-38.2 37.5-38.6 37.9 9.5 29.8-13.1 62.4-46.3 62.4C20.7 503.3 0 481.7 0 454.9c0-34.3 33.1-56.6 63.8-45.6zm354.9-252.4c19.1 31.3 29.6 67.4 28.7 104-1.1 44.8-19 87.5-48.6 121 .3.3 23.8 25.2 24.1 25.5 9.6-1.3 19.2 2 25.9 9.1 11.3 12 10.9 30.9-1.1 42.4-12 11.3-30.9 10.9-42.4-1.1-6.7-7-9.4-16.8-7.6-26.3-24.9-26.6-44.4-47.2-44.4-47.2 42.7-34.1 63.3-79.6 64.4-124.2.7-28.9-7.2-57.2-21.1-82.2l22.1-21zM104 53.1c6.7 7 9.4 16.8 7.6 26.3l45.9 48.1c-4.7 3.8-13.3 10.4-22.8 21.3-25.4 28.5-39.6 64.8-40.7 102.9-.7 28.9 6.1 57.2 20 82.4l-22 21.5C72.7 324 63.1 287.9 64.2 250.9c1-44.6 18.3-87.6 47.5-121.1l-25.3-26.4c-9.6 1.3-19.2-2-25.9-9.1-11.3-12-10.9-30.9 1.1-42.4C73.5 40.7 92.2 41 104 53.1zM464.9 8c26 0 47.1 22.4 47.1 48.3S490.9 104 464.9 104c-6.3.1-14-1.1-15.9-1.8l-62.9 59.7c-32.7-43.6-76.7-65.9-126.9-67.2-30.5-.7-60.3 6.8-86.2 22.4l-21.1-22C184.1 74.3 221.5 64 260 64.9c43.3 1.1 84.6 16.7 117.7 44.6l41.1-38.6c-1.5-4.7-2.2-9.6-2.2-14.5C416.5 29.7 438.9 8 464.9 8zM256.7 113.4c5.5 0 10.9.4 16.4 1.1 78.1 9.8 133.4 81.1 123.8 159.1-9.8 78.1-81.1 133.4-159.1 123.8-78.1-9.8-133.4-81.1-123.8-159.2 9.3-72.4 70.1-124.6 142.7-124.8zm-59 119.4c.6 22.7 12.2 41.8 32.4 52.2l-11 51.7h73.7l-11-51.7c20.1-10.9 32.1-29 32.4-52.2-.4-32.8-25.8-57.5-58.3-58.3-32.1.8-57.3 24.8-58.2 58.3zM256 160"], + "kickstarter": [448, 512, [], "f3bb", "M400 480H48c-26.4 0-48-21.6-48-48V80c0-26.4 21.6-48 48-48h352c26.4 0 48 21.6 48 48v352c0 26.4-21.6 48-48 48zM199.6 178.5c0-30.7-17.6-45.1-39.7-45.1-25.8 0-40 19.8-40 44.5v154.8c0 25.8 13.7 45.6 40.5 45.6 21.5 0 39.2-14 39.2-45.6v-41.8l60.6 75.7c12.3 14.9 39 16.8 55.8 0 14.6-15.1 14.8-36.8 4-50.4l-49.1-62.8 40.5-58.7c9.4-13.5 9.5-34.5-5.6-49.1-16.4-15.9-44.6-17.3-61.4 7l-44.8 64.7v-38.8z"], + "kickstarter-k": [384, 512, [], "f3bc", "M147.3 114.4c0-56.2-32.5-82.4-73.4-82.4C26.2 32 0 68.2 0 113.4v283c0 47.3 25.3 83.4 74.9 83.4 39.8 0 72.4-25.6 72.4-83.4v-76.5l112.1 138.3c22.7 27.2 72.1 30.7 103.2 0 27-27.6 27.3-67.4 7.4-92.2l-90.8-114.8 74.9-107.4c17.4-24.7 17.5-63.1-10.4-89.8-30.3-29-82.4-31.6-113.6 12.8L147.3 185v-70.6z"], + "korvue": [446, 512, [], "f42f", "M386.5 34h-327C26.8 34 0 60.8 0 93.5v327.1C0 453.2 26.8 480 59.5 480h327.1c33 0 59.5-26.8 59.5-59.5v-327C446 60.8 419.2 34 386.5 34zM87.1 120.8h96v116l61.8-116h110.9l-81.2 132H87.1v-132zm161.8 272.1l-65.7-113.6v113.6h-96V262.1h191.5l88.6 130.8H248.9z"], + "laravel": [512, 512, [], "f3bd", "M504.4,115.83a5.72,5.72,0,0,0-.28-.68,8.52,8.52,0,0,0-.53-1.25,6,6,0,0,0-.54-.71,9.36,9.36,0,0,0-.72-.94c-.23-.22-.52-.4-.77-.6a8.84,8.84,0,0,0-.9-.68L404.4,55.55a8,8,0,0,0-8,0L300.12,111h0a8.07,8.07,0,0,0-.88.69,7.68,7.68,0,0,0-.78.6,8.23,8.23,0,0,0-.72.93c-.17.24-.39.45-.54.71a9.7,9.7,0,0,0-.52,1.25c-.08.23-.21.44-.28.68a8.08,8.08,0,0,0-.28,2.08V223.18l-80.22,46.19V63.44a7.8,7.8,0,0,0-.28-2.09c-.06-.24-.2-.45-.28-.68a8.35,8.35,0,0,0-.52-1.24c-.14-.26-.37-.47-.54-.72a9.36,9.36,0,0,0-.72-.94,9.46,9.46,0,0,0-.78-.6,9.8,9.8,0,0,0-.88-.68h0L115.61,1.07a8,8,0,0,0-8,0L11.34,56.49h0a6.52,6.52,0,0,0-.88.69,7.81,7.81,0,0,0-.79.6,8.15,8.15,0,0,0-.71.93c-.18.25-.4.46-.55.72a7.88,7.88,0,0,0-.51,1.24,6.46,6.46,0,0,0-.29.67,8.18,8.18,0,0,0-.28,2.1v329.7a8,8,0,0,0,4,6.95l192.5,110.84a8.83,8.83,0,0,0,1.33.54c.21.08.41.2.63.26a7.92,7.92,0,0,0,4.1,0c.2-.05.37-.16.55-.22a8.6,8.6,0,0,0,1.4-.58L404.4,400.09a8,8,0,0,0,4-6.95V287.88l92.24-53.11a8,8,0,0,0,4-7V117.92A8.63,8.63,0,0,0,504.4,115.83ZM111.6,17.28h0l80.19,46.15-80.2,46.18L31.41,63.44Zm88.25,60V278.6l-46.53,26.79-33.69,19.4V123.5l46.53-26.79Zm0,412.78L23.37,388.5V77.32L57.06,96.7l46.52,26.8V338.68a6.94,6.94,0,0,0,.12.9,8,8,0,0,0,.16,1.18h0a5.92,5.92,0,0,0,.38.9,6.38,6.38,0,0,0,.42,1v0a8.54,8.54,0,0,0,.6.78,7.62,7.62,0,0,0,.66.84l0,0c.23.22.52.38.77.58a8.93,8.93,0,0,0,.86.66l0,0,0,0,92.19,52.18Zm8-106.17-80.06-45.32,84.09-48.41,92.26-53.11,80.13,46.13-58.8,33.56Zm184.52,4.57L215.88,490.11V397.8L346.6,323.2l45.77-26.15Zm0-119.13L358.68,250l-46.53-26.79V131.79l33.69,19.4L392.37,178Zm8-105.28-80.2-46.17,80.2-46.16,80.18,46.15Zm8,105.28V178L455,151.19l33.68-19.4v91.39h0Z"], + "lastfm": [512, 512, [], "f202", "M225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5 0-72.1 36.4-97.9 72.1-97.9 66.5 0 74.8 53.3 100.9 134.9 18.8 56.9 54 102.6 155.4 102.6 72.7 0 122-22.3 122-80.9 0-72.9-62.7-80.6-115-92.1-25.8-5.9-33.4-16.4-33.4-34 0-19.9 15.8-31.7 41.6-31.7 28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5-52.8 0-104.4 19.9-104.4 83.9 0 39.9 19.4 65.1 68 76.8 44.9 10.6 79.8 13.8 79.8 45.7 0 21.7-21.1 30.5-61 30.5-59.2 0-83.9-31.1-97.9-73.9-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2 66.2 0 97.9-31.1 97.9-31.1z"], + "lastfm-square": [448, 512, [], "f203", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-92.2 312.9c-63.4 0-85.4-28.6-97.1-64.1-16.3-51-21.5-84.3-63-84.3-22.4 0-45.1 16.1-45.1 61.2 0 35.2 18 57.2 43.3 57.2 28.6 0 47.6-21.3 47.6-21.3l11.7 31.9s-19.8 19.4-61.2 19.4c-51.3 0-79.9-30.1-79.9-85.8 0-57.9 28.6-92 82.5-92 73.5 0 80.8 41.4 100.8 101.9 8.8 26.8 24.2 46.2 61.2 46.2 24.9 0 38.1-5.5 38.1-19.1 0-19.9-21.8-22-49.9-28.6-30.4-7.3-42.5-23.1-42.5-48 0-40 32.3-52.4 65.2-52.4 37.4 0 60.1 13.6 63 46.6l-36.7 4.4c-1.5-15.8-11-22.4-28.6-22.4-16.1 0-26 7.3-26 19.8 0 11 4.8 17.6 20.9 21.3 32.7 7.1 71.8 12 71.8 57.5.1 36.7-30.7 50.6-76.1 50.6z"], + "leanpub": [576, 512, [], "f212", "M386.539 111.485l15.096 248.955-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997-31.016-19.214-66.424-27.997-102.657-27.997-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115 41.173 0 73.836 13.175 102.657 42.544 27.723-28.271 59.013-41.721 98.539-42.544zM569.07 448c-25.526 0-47.485-5.215-70.542-15.645-34.31-15.645-69.993-24.978-107.871-24.978-38.977 0-74.934 12.901-102.657 40.623-27.723-27.723-63.68-40.623-102.657-40.623-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64 218.83 64 256.984 71.685 288 93.095 319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859L569.07 448zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41-38.428 0-74.385 12.077-102.657 38.702-28.272-26.625-64.228-38.702-102.657-38.702-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486 37.604 0 70.817 9.606 102.657 29.644 31.84-20.038 65.052-29.644 102.657-29.644 52.151 0 87.834 13.999 135.045 33.486z"], + "less": [640, 512, [], "f41d", "M612.7 219c0-20.5 3.2-32.6 3.2-54.6 0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1 0 16.3-1.6 32.6-1.6 51.5 0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3 0 18.9 1.6 34.2 1.6 51.5 0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V393h20.5c27.8 0 40.5-11 40.5-45.2 0-22.6-3.2-34.2-3.2-54.6 0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3zm-105.6 32c-15.8-6.3-30.5-10-30.5-20.5 0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8zm-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V119.1H65.2c-28.4 0-41 11-41 45.2 0 22.6 3.2 35.2 3.2 54.6 0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1 0 19.4-3.2 31-3.2 53.6 0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3 0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1H93v150.8c0 32.1 11 53.1 43.1 53.1 10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8zM379.9 251c-16.3-6.3-31-10-31-20.5 0-7.9 6.3-12.6 17.9-12.6 11.6 0 22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51 .1-28.9-22.5-41-43-47.8zm-155-68.8c-38.4 0-75.1 32.1-74.1 82.5 0 52 34.2 82.5 79.3 82.5 18.9 0 39.9-6.8 56.2-17.9l-15.8-27.8c-11.6 6.8-22.6 10-34.2 10-21 0-37.3-10-41.5-34.2H290c.5-3.7 1.6-11 1.6-19.4.6-42.6-22.6-75.7-66.7-75.7zm-30 66.2c3.2-21 15.8-31 30.5-31 18.9 0 26.3 13.1 26.3 31h-56.8z"], + "line": [448, 512, [], "f3c0", "M272.1 204.2v71.1c0 1.8-1.4 3.2-3.2 3.2h-11.4c-1.1 0-2.1-.6-2.6-1.3l-32.6-44v42.2c0 1.8-1.4 3.2-3.2 3.2h-11.4c-1.8 0-3.2-1.4-3.2-3.2v-71.1c0-1.8 1.4-3.2 3.2-3.2H219c1 0 2.1.5 2.6 1.4l32.6 44v-42.2c0-1.8 1.4-3.2 3.2-3.2h11.4c1.8-.1 3.3 1.4 3.3 3.1zm-82-3.2h-11.4c-1.8 0-3.2 1.4-3.2 3.2v71.1c0 1.8 1.4 3.2 3.2 3.2h11.4c1.8 0 3.2-1.4 3.2-3.2v-71.1c0-1.7-1.4-3.2-3.2-3.2zm-27.5 59.6h-31.1v-56.4c0-1.8-1.4-3.2-3.2-3.2h-11.4c-1.8 0-3.2 1.4-3.2 3.2v71.1c0 .9.3 1.6.9 2.2.6.5 1.3.9 2.2.9h45.7c1.8 0 3.2-1.4 3.2-3.2v-11.4c0-1.7-1.4-3.2-3.1-3.2zM332.1 201h-45.7c-1.7 0-3.2 1.4-3.2 3.2v71.1c0 1.7 1.4 3.2 3.2 3.2h45.7c1.8 0 3.2-1.4 3.2-3.2v-11.4c0-1.8-1.4-3.2-3.2-3.2H301v-12h31.1c1.8 0 3.2-1.4 3.2-3.2V234c0-1.8-1.4-3.2-3.2-3.2H301v-12h31.1c1.8 0 3.2-1.4 3.2-3.2v-11.4c-.1-1.7-1.5-3.2-3.2-3.2zM448 113.7V399c-.1 44.8-36.8 81.1-81.7 81H81c-44.8-.1-81.1-36.9-81-81.7V113c.1-44.8 36.9-81.1 81.7-81H367c44.8.1 81.1 36.8 81 81.7zm-61.6 122.6c0-73-73.2-132.4-163.1-132.4-89.9 0-163.1 59.4-163.1 132.4 0 65.4 58 120.2 136.4 130.6 19.1 4.1 16.9 11.1 12.6 36.8-.7 4.1-3.3 16.1 14.1 8.8 17.4-7.3 93.9-55.3 128.2-94.7 23.6-26 34.9-52.3 34.9-81.5z"], + "linkedin": [448, 512, [], "f08c", "M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"], + "linkedin-in": [448, 512, [], "f0e1", "M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"], + "linode": [448, 512, [], "f2b8", "M437.4 226.3c-.3-.9-.9-1.4-1.4-2l-70-38.6c-.9-.6-2-.6-3.1 0l-58.9 36c-.9.6-1.4 1.7-1.4 2.6l-.9 31.4-24-16c-.9-.6-2.3-.6-3.1 0L240 260.9l-1.4-35.1c0-.9-.6-2-1.4-2.3l-36-24.3 33.7-17.4c1.1-.6 1.7-1.7 1.7-2.9l-5.7-132.3c0-.9-.9-2-1.7-2.6L138.6.3c-.9-.3-1.7-.3-2.3-.3L12.6 38.6c-1.4.6-2.3 2-2 3.7L38 175.4c.9 3.4 34 27.4 38.6 30.9l-26.9 12.9c-1.4.9-2 2.3-1.7 3.4l20.6 100.3c.6 2.9 23.7 23.1 27.1 26.3l-17.4 10.6c-.9.6-1.7 2-1.4 3.1 1.4 7.1 15.4 77.7 16.9 79.1l65.1 69.1c.6.6 1.4.6 2.3.9.6 0 1.1-.3 1.7-.6l83.7-66.9c.9-.6 1.1-1.4 1.1-2.3l-2-46 28 23.7c1.1.9 2.9.9 4 0l66.9-53.4c.9-.6 1.1-1.4 1.1-2.3l2.3-33.4 20.3 14c1.1.9 2.6.9 3.7 0l54.6-43.7c.6-.3 1.1-1.1 1.1-2 .9-6.5 10.3-70.8 9.7-72.8zm-204.8 4.8l4 92.6-90.6 61.2-14-96.6 100.6-57.2zm-7.7-180l5.4 126-106.6 55.4L104 97.7l120.9-46.6zM44 173.1L18 48l79.7 49.4 19.4 132.9L44 173.1zm30.6 147.8L55.7 230l70 58.3 13.7 93.4-64.8-60.8zm24.3 117.7l-13.7-67.1 61.7 60.9 9.7 67.4-57.7-61.2zm64.5 64.5l-10.6-70.9 85.7-61.4 3.1 70-78.2 62.3zm82-115.1c0-3.4.9-22.9-2-25.1l-24.3-20 22.3-14.9c2.3-1.7 1.1-5.7 1.1-8l29.4 22.6.6 68.3-27.1-22.9zm94.3-25.4l-60.9 48.6-.6-68.6 65.7-46.9-4.2 66.9zm27.7-25.7l-19.1-13.4 2-34c.3-.9-.3-2-1.1-2.6L308 259.7l.6-30 64.6 40.6-5.8 66.6zm54.6-39.8l-48.3 38.3 5.7-65.1 51.1-36.6-8.5 63.4z"], + "linux": [448, 512, [], "f17c", "M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z"], + "lyft": [512, 512, [], "f3c3", "M0 81.1h77.8v208.7c0 33.1 15 52.8 27.2 61-12.7 11.1-51.2 20.9-80.2-2.8C7.8 334 0 310.7 0 289V81.1zm485.9 173.5v-22h23.8v-76.8h-26.1c-10.1-46.3-51.2-80.7-100.3-80.7-56.6 0-102.7 46-102.7 102.7V357c16 2.3 35.4-.3 51.7-14 17.1-14 24.8-37.2 24.8-59v-6.7h38.8v-76.8h-38.8v-23.3c0-34.6 52.2-34.6 52.2 0v77.1c0 56.6 46 102.7 102.7 102.7v-76.5c-14.5 0-26.1-11.7-26.1-25.9zm-294.3-99v113c0 15.4-23.8 15.4-23.8 0v-113H91v132.7c0 23.8 8 54 45 63.9 37 9.8 58.2-10.6 58.2-10.6-2.1 13.4-14.5 23.3-34.9 25.3-15.5 1.6-35.2-3.6-45-7.8v70.3c25.1 7.5 51.5 9.8 77.6 4.7 47.1-9.1 76.8-48.4 76.8-100.8V155.1h-77.1v.5z"], + "magento": [448, 512, [], "f3c4", "M445.7 127.9V384l-63.4 36.5V164.7L223.8 73.1 65.2 164.7l.4 255.9L2.3 384V128.1L224.2 0l221.5 127.9zM255.6 420.5L224 438.9l-31.8-18.2v-256l-63.3 36.6.1 255.9 94.9 54.9 95.1-54.9v-256l-63.4-36.6v255.9z"], + "mailchimp": [448, 512, [], "f59e", "M330.61 243.52a36.15 36.15 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.49 72.49 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4zM323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.85 102.85 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.86 106.86 0 0 1 362.55 421a132.45 132.45 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.33 66.33 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53zm-68.47-5.7zm-83.4-187.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.86 41.86 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z"], + "mandalorian": [448, 512, [], "f50f", "M232.27 511.89c-1-3.26-1.69-15.83-1.39-24.58.55-15.89 1-24.72 1.4-28.76.64-6.2 2.87-20.72 3.28-21.38.6-1 .4-27.87-.24-33.13-.31-2.58-.63-11.9-.69-20.73-.13-16.47-.53-20.12-2.73-24.76-1.1-2.32-1.23-3.84-1-11.43a92.38 92.38 0 0 0-.34-12.71c-2-13-3.46-27.7-3.25-33.9s.43-7.15 2.06-9.67c3.05-4.71 6.51-14 8.62-23.27 2.26-9.86 3.88-17.18 4.59-20.74a109.54 109.54 0 0 1 4.42-15.05c2.27-6.25 2.49-15.39.37-15.39-.3 0-1.38 1.22-2.41 2.71s-4.76 4.8-8.29 7.36c-8.37 6.08-11.7 9.39-12.66 12.58s-1 7.23-.16 7.76c.34.21 1.29 2.4 2.11 4.88a28.83 28.83 0 0 1 .72 15.36c-.39 1.77-1 5.47-1.46 8.23s-1 6.46-1.25 8.22a9.85 9.85 0 0 1-1.55 4.26c-1 1-1.14.91-2.05-.53a14.87 14.87 0 0 1-1.44-4.75c-.25-1.74-1.63-7.11-3.08-11.93-3.28-10.9-3.52-16.15-1-21a14.24 14.24 0 0 0 1.67-4.61c0-2.39-2.2-5.32-7.41-9.89-7-6.18-8.63-7.92-10.23-11.3-1.71-3.6-3.06-4.06-4.54-1.54-1.78 3-2.6 9.11-3 22l-.34 12.19 2 2.25c3.21 3.7 12.07 16.45 13.78 19.83 3.41 6.74 4.34 11.69 4.41 23.56s.95 22.75 2 24.71c.36.66.51 1.35.34 1.52s.41 2.09 1.29 4.27a38.14 38.14 0 0 1 2.06 9 91 91 0 0 0 1.71 10.37c2.23 9.56 2.77 14.08 2.39 20.14-.2 3.27-.53 11.07-.73 17.32-1.31 41.76-1.85 58-2 61.21-.12 2-.39 11.51-.6 21.07-.36 16.3-1.3 27.37-2.42 28.65-.64.73-8.07-4.91-12.52-9.49-3.75-3.87-4-4.79-2.83-9.95.7-3 2.26-18.29 3.33-32.62.36-4.78.81-10.5 1-12.71.83-9.37 1.66-20.35 2.61-34.78.56-8.46 1.33-16.44 1.72-17.73s.89-9.89 1.13-19.11l.43-16.77-2.26-4.3c-1.72-3.28-4.87-6.94-13.22-15.34-6-6.07-11.84-12.3-12.91-13.85l-1.95-2.81.75-10.9c1.09-15.71 1.1-48.57 0-59.06l-.89-8.7-3.28-4.52c-5.86-8.08-5.8-7.75-6.22-33.27-.1-6.07-.38-11.5-.63-12.06-.83-1.87-3.05-2.66-8.54-3.05-8.86-.62-11-1.9-23.85-14.55-6.15-6-12.34-12-13.75-13.19-2.81-2.42-2.79-2-.56-9.63l1.35-4.65-1.69-3a32.22 32.22 0 0 0-2.59-4.07c-1.33-1.51-5.5-10.89-6-13.49a4.24 4.24 0 0 1 .87-3.9c2.23-2.86 3.4-5.68 4.45-10.73 2.33-11.19 7.74-26.09 10.6-29.22 3.18-3.47 7.7-1 9.41 5 1.34 4.79 1.37 9.79.1 18.55a101.2 101.2 0 0 0-1 11.11c0 4 .19 4.69 2.25 7.39 3.33 4.37 7.73 7.41 15.2 10.52a18.67 18.67 0 0 1 4.72 2.85c11.17 10.72 18.62 16.18 22.95 16.85 5.18.8 8 4.54 10 13.39 1.31 5.65 4 11.14 5.46 11.14a9.38 9.38 0 0 0 3.33-1.39c2-1.22 2.25-1.73 2.25-4.18a132.88 132.88 0 0 0-2-17.84c-.37-1.66-.78-4.06-.93-5.35s-.61-3.85-1-5.69c-2.55-11.16-3.65-15.46-4.1-16-1.55-2-4.08-10.2-4.93-15.92-1.64-11.11-4-14.23-12.91-17.39A43.15 43.15 0 0 1 165.24 78c-1.15-1-4-3.22-6.35-5.06s-4.41-3.53-4.6-3.76a22.7 22.7 0 0 0-2.69-2c-6.24-4.22-8.84-7-11.26-12l-2.44-5-.22-13-.22-13 6.91-6.55c3.95-3.75 8.48-7.35 10.59-8.43 3.31-1.69 4.45-1.89 11.37-2 8.53-.19 10.12 0 11.66 1.56s1.36 6.4-.29 8.5a6.66 6.66 0 0 0-1.34 2.32c0 .58-2.61 4.91-5.42 9a30.39 30.39 0 0 0-2.37 6.82c20.44 13.39 21.55 3.77 14.07 29L194 66.92c3.11-8.66 6.47-17.26 8.61-26.22.29-7.63-12-4.19-15.4-8.68-2.33-5.93 3.13-14.18 6.06-19.2 1.6-2.34 6.62-4.7 8.82-4.15.88.22 4.16-.35 7.37-1.28a45.3 45.3 0 0 1 7.55-1.68 29.57 29.57 0 0 0 6-1.29c3.65-1.11 4.5-1.17 6.35-.4a29.54 29.54 0 0 0 5.82 1.36 18.18 18.18 0 0 1 6 1.91 22.67 22.67 0 0 0 5 2.17c2.51.68 3 .57 7.05-1.67l4.35-2.4L268.32 5c10.44-.4 10.81-.47 15.26-2.68L288.16 0l2.46 1.43c1.76 1 3.14 2.73 4.85 6 2.36 4.51 2.38 4.58 1.37 7.37-.88 2.44-.89 3.3-.1 6.39a35.76 35.76 0 0 0 2.1 5.91 13.55 13.55 0 0 1 1.31 4c.31 4.33 0 5.3-2.41 6.92-2.17 1.47-7 7.91-7 9.34a14.77 14.77 0 0 1-1.07 3c-5 11.51-6.76 13.56-14.26 17-9.2 4.2-12.3 5.19-16.21 5.19-3.1 0-4 .25-4.54 1.26a18.33 18.33 0 0 1-4.09 3.71 13.62 13.62 0 0 0-4.38 4.78 5.89 5.89 0 0 1-2.49 2.91 6.88 6.88 0 0 0-2.45 1.71 67.62 67.62 0 0 1-7 5.38c-3.33 2.34-6.87 5-7.87 6A7.27 7.27 0 0 1 224 100a5.76 5.76 0 0 0-2.13 1.65c-1.31 1.39-1.49 2.11-1.14 4.6a36.45 36.45 0 0 0 1.42 5.88c1.32 3.8 1.31 7.86 0 10.57s-.89 6.65 1.35 9.59c2 2.63 2.16 4.56.71 8.84a33.45 33.45 0 0 0-1.06 8.91c0 4.88.22 6.28 1.46 8.38s1.82 2.48 3.24 2.32c2-.23 2.3-1.05 4.71-12.12 2.18-10 3.71-11.92 13.76-17.08 2.94-1.51 7.46-4 10-5.44s6.79-3.69 9.37-4.91a40.09 40.09 0 0 0 15.22-11.67c7.11-8.79 10-16.22 12.85-33.3a18.37 18.37 0 0 1 2.86-7.73 20.39 20.39 0 0 0 2.89-7.31c1-5.3 2.85-9.08 5.58-11.51 4.7-4.18 6-1.09 4.59 10.87-.46 3.86-1.1 10.33-1.44 14.38l-.61 7.36 4.45 4.09 4.45 4.09.11 8.42c.06 4.63.47 9.53.92 10.89l.82 2.47-6.43 6.28c-8.54 8.33-12.88 13.93-16.76 21.61-1.77 3.49-3.74 7.11-4.38 8-2.18 3.11-6.46 13-8.76 20.26l-2.29 7.22-7 6.49c-3.83 3.57-8 7.25-9.17 8.17-3.05 2.32-4.26 5.15-4.26 10a14.62 14.62 0 0 0 1.59 7.26 42 42 0 0 1 2.09 4.83 9.28 9.28 0 0 0 1.57 2.89c1.4 1.59 1.92 16.12.83 23.22-.68 4.48-3.63 12-4.7 12-1.79 0-4.06 9.27-5.07 20.74-.18 2-.62 5.94-1 8.7s-1 10-1.35 16.05c-.77 12.22-.19 18.77 2 23.15 3.41 6.69.52 12.69-11 22.84l-4 3.49.07 5.19a40.81 40.81 0 0 0 1.14 8.87c4.61 16 4.73 16.92 4.38 37.13-.46 26.4-.26 40.27.63 44.15a61.31 61.31 0 0 1 1.08 7c.17 2 .66 5.33 1.08 7.36.47 2.26.78 11 .79 22.74v19.06l-1.81 2.63c-2.71 3.91-15.11 13.54-15.49 12.29zm29.53-45.11c-.18-.3-.33-6.87-.33-14.59 0-14.06-.89-27.54-2.26-34.45-.4-2-.81-9.7-.9-17.06-.15-11.93-1.4-24.37-2.64-26.38-.66-1.07-3-17.66-3-21.3 0-4.23 1-6 5.28-9.13s4.86-3.14 5.48-.72c.28 1.1 1.45 5.62 2.6 10 3.93 15.12 4.14 16.27 4.05 21.74-.1 5.78-.13 6.13-1.74 17.73-1 7.07-1.17 12.39-1 28.43.17 19.4-.64 35.73-2 41.27-.71 2.78-2.8 5.48-3.43 4.43zm-71-37.58a101 101 0 0 1-1.73-10.79 100.5 100.5 0 0 0-1.73-10.79 37.53 37.53 0 0 1-1-6.49c-.31-3.19-.91-7.46-1.33-9.48-1-4.79-3.35-19.35-3.42-21.07 0-.74-.34-4.05-.7-7.36-.67-6.21-.84-27.67-.22-28.29 1-1 6.63 2.76 11.33 7.43l5.28 5.25-.45 6.47c-.25 3.56-.6 10.23-.78 14.83s-.49 9.87-.67 11.71-.61 9.36-.94 16.72c-.79 17.41-1.94 31.29-2.65 32a.62.62 0 0 1-1-.14zm-87.18-266.59c21.07 12.79 17.84 14.15 28.49 17.66 13 4.29 18.87 7.13 23.15 16.87C111.6 233.28 86.25 255 78.55 268c-31 52-6 101.59 62.75 87.21-14.18 29.23-78 28.63-98.68-4.9-24.68-39.95-22.09-118.3 61-187.66zm210.79 179c56.66 6.88 82.32-37.74 46.54-89.23 0 0-26.87-29.34-64.28-68 3-15.45 9.49-32.12 30.57-53.82 89.2 63.51 92 141.61 92.46 149.36 4.3 70.64-78.7 91.18-105.29 61.71z"], + "markdown": [640, 512, [], "f60f", "M593.8 59.1H46.2C20.7 59.1 0 79.8 0 105.2v301.5c0 25.5 20.7 46.2 46.2 46.2h547.7c25.5 0 46.2-20.7 46.1-46.1V105.2c0-25.4-20.7-46.1-46.2-46.1zM338.5 360.6H277v-120l-61.5 76.9-61.5-76.9v120H92.3V151.4h61.5l61.5 76.9 61.5-76.9h61.5v209.2zm135.3 3.1L381.5 256H443V151.4h61.5V256H566z"], + "mastodon": [448, 512, [], "f4f6", "M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z"], + "maxcdn": [512, 512, [], "f136", "M461.1 442.7h-97.4L415.6 200c2.3-10.2.9-19.5-4.4-25.7-5-6.1-13.7-9.6-24.2-9.6h-49.3l-59.5 278h-97.4l59.5-278h-83.4l-59.5 278H0l59.5-278-44.6-95.4H387c39.4 0 75.3 16.3 98.3 44.9 23.3 28.6 31.8 67.4 23.6 105.9l-47.8 222.6z"], + "mdb": [576, 512, [], "f8ca", "M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43 4.79 77.43H205l-12.79-191.59H146.7L106 277.74 63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z"], + "medapps": [320, 512, [], "f3c6", "M118.3 238.4c3.5-12.5 6.9-33.6 13.2-33.6 8.3 1.8 9.6 23.4 18.6 36.6 4.6-23.5 5.3-85.1 14.1-86.7 9-.7 19.7 66.5 22 77.5 9.9 4.1 48.9 6.6 48.9 6.6 1.9 7.3-24 7.6-40 7.8-4.6 14.8-5.4 27.7-11.4 28-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3-3.3-.1-62.4-1.6-47.6-7.8l31-5zM228 448c21.2 0 21.2-32 0-32H92c-21.2 0-21.2 32 0 32h136zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32h88zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8 7.9-14.7 16.1-28.1 24-41 24.6-40.4 45.9-75.2 45.9-125.5C320 69.6 248.2 0 160 0S0 69.6 0 155.2c0 50.2 21.3 85.1 45.9 125.5 7.9 12.9 16 26.3 24 41 6.7 12.5 8.7 29.8 11.9 48.9 3.5 21 36.1 15.7 32.6-5.1-3.6-21.7-5.6-40.7-15.3-58.6C66.5 246.5 33 211.3 33 155.2 33 87.3 90 32 160 32s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6-9.7 18-11.7 37.4-15.3 58.6-3.4 20.6 29 26.4 32.6 5.1z"], + "medium": [448, 512, [], "f23a", "M0 32v448h448V32H0zm372.2 106.1l-24 23c-2.1 1.6-3.1 4.2-2.7 6.7v169.3c-.4 2.6.6 5.2 2.7 6.7l23.5 23v5.1h-118V367l24.3-23.6c2.4-2.4 2.4-3.1 2.4-6.7V199.8l-67.6 171.6h-9.1L125 199.8v115c-.7 4.8 1 9.7 4.4 13.2l31.6 38.3v5.1H71.2v-5.1l31.6-38.3c3.4-3.5 4.9-8.4 4.1-13.2v-133c.4-3.7-1-7.3-3.8-9.8L75 138.1V133h87.3l67.4 148L289 133.1h83.2v5z"], + "medium-m": [512, 512, [], "f3c7", "M71.5 142.3c.6-5.9-1.7-11.8-6.1-15.8L20.3 72.1V64h140.2l108.4 237.7L364.2 64h133.7v8.1l-38.6 37c-3.3 2.5-5 6.7-4.3 10.8v272c-.7 4.1 1 8.3 4.3 10.8l37.7 37v8.1H307.3v-8.1l39.1-37.9c3.8-3.8 3.8-5 3.8-10.8V171.2L241.5 447.1h-14.7L100.4 171.2v184.9c-1.1 7.8 1.5 15.6 7 21.2l50.8 61.6v8.1h-144v-8L65 377.3c5.4-5.6 7.9-13.5 6.5-21.2V142.3z"], + "medrt": [544, 512, [], "f3c8", "M113.7 256c0 121.8 83.9 222.8 193.5 241.1-18.7 4.5-38.2 6.9-58.2 6.9C111.4 504 0 393 0 256S111.4 8 248.9 8c20.1 0 39.6 2.4 58.2 6.9C197.5 33.2 113.7 134.2 113.7 256m297.4 100.3c-77.7 55.4-179.6 47.5-240.4-14.6 5.5 14.1 12.7 27.7 21.7 40.5 61.6 88.2 182.4 109.3 269.7 47 87.3-62.3 108.1-184.3 46.5-272.6-9-12.9-19.3-24.3-30.5-34.2 37.4 78.8 10.7 178.5-67 233.9m-218.8-244c-1.4 1-2.7 2.1-4 3.1 64.3-17.8 135.9 4 178.9 60.5 35.7 47 42.9 106.6 24.4 158 56.7-56.2 67.6-142.1 22.3-201.8-50-65.5-149.1-74.4-221.6-19.8M296 224c-4.4 0-8-3.6-8-8v-40c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v40c0 4.4-3.6 8-8 8h-40c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h40c4.4 0 8 3.6 8 8v40c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-40z"], + "meetup": [512, 512, [], "f2e0", "M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z"], + "megaport": [496, 512, [], "f5a3", "M214.5 209.6v66.2l33.5 33.5 33.3-33.3v-66.4l-33.4-33.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm145.1 414.4L367 441.6l-26-19.2v-65.5l-33.4-33.4-33.4 33.4v65.5L248 441.6l-26.1-19.2v-65.5l-33.4-33.4-33.5 33.4v65.5l-26.1 19.2-26.1-19.2v-87l59.5-59.5V188l59.5-59.5V52.9l26.1-19.2L274 52.9v75.6l59.5 59.5v87.6l59.7 59.7v87.1z"], + "mendeley": [640, 512, [], "f7b3", "M624.6 325.2c-12.3-12.4-29.7-19.2-48.4-17.2-43.3-1-49.7-34.9-37.5-98.8 22.8-57.5-14.9-131.5-87.4-130.8-77.4.7-81.7 82-130.9 82-48.1 0-54-81.3-130.9-82-72.9-.8-110.1 73.3-87.4 130.8 12.2 63.9 5.8 97.8-37.5 98.8-21.2-2.3-37 6.5-53 22.5-19.9 19.7-19.3 94.8 42.6 102.6 47.1 5.9 81.6-42.9 61.2-87.8-47.3-103.7 185.9-106.1 146.5-8.2-.1.1-.2.2-.3.4-26.8 42.8 6.8 97.4 58.8 95.2 52.1 2.1 85.4-52.6 58.8-95.2-.1-.2-.2-.3-.3-.4-39.4-97.9 193.8-95.5 146.5 8.2-4.6 10-6.7 21.3-5.7 33 4.9 53.4 68.7 74.1 104.9 35.2 17.8-14.8 23.1-65.6 0-88.3zm-303.9-19.1h-.6c-43.4 0-62.8-37.5-62.8-62.8 0-34.7 28.2-62.8 62.8-62.8h.6c34.7 0 62.8 28.1 62.8 62.8 0 25-19.2 62.8-62.8 62.8z"], + "microblog": [448, 512, [], "e01a", "M399.36,362.23c29.49-34.69,47.1-78.34,47.1-125.79C446.46,123.49,346.86,32,224,32S1.54,123.49,1.54,236.44,101.14,440.87,224,440.87a239.28,239.28,0,0,0,79.44-13.44,7.18,7.18,0,0,1,8.12,2.56c18.58,25.09,47.61,42.74,79.89,49.92a4.42,4.42,0,0,0,5.22-3.43,4.37,4.37,0,0,0-.85-3.62,87,87,0,0,1,3.69-110.69ZM329.52,212.4l-57.3,43.49L293,324.75a6.5,6.5,0,0,1-9.94,7.22L224,290.92,164.94,332a6.51,6.51,0,0,1-9.95-7.22l20.79-68.86-57.3-43.49a6.5,6.5,0,0,1,3.8-11.68l71.88-1.51,23.66-67.92a6.5,6.5,0,0,1,12.28,0l23.66,67.92,71.88,1.51a6.5,6.5,0,0,1,3.88,11.68Z"], + "microsoft": [448, 512, [], "f3ca", "M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z"], + "mix": [448, 512, [], "f3cb", "M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64H0z"], + "mixcloud": [640, 512, [], "f289", "M424.43 219.729C416.124 134.727 344.135 68 256.919 68c-72.266 0-136.224 46.516-159.205 114.074-54.545 8.029-96.63 54.822-96.63 111.582 0 62.298 50.668 112.966 113.243 112.966h289.614c52.329 0 94.969-42.362 94.969-94.693 0-45.131-32.118-83.063-74.48-92.2zm-20.489 144.53H114.327c-39.04 0-70.881-31.564-70.881-70.604s31.841-70.604 70.881-70.604c18.827 0 36.548 7.475 49.838 20.766 19.963 19.963 50.133-10.227 30.18-30.18-14.675-14.398-32.672-24.365-52.053-29.349 19.935-44.3 64.79-73.926 114.628-73.926 69.496 0 125.979 56.483 125.979 125.702 0 13.568-2.215 26.857-6.369 39.594-8.943 27.517 32.133 38.939 40.147 13.29 2.769-8.306 4.984-16.889 6.369-25.472 19.381 7.476 33.502 26.303 33.502 48.453 0 28.795-23.535 52.33-52.607 52.33zm235.069-52.33c0 44.024-12.737 86.386-37.102 122.657-4.153 6.092-10.798 9.414-17.72 9.414-16.317 0-27.127-18.826-17.443-32.949 19.381-29.349 29.903-63.682 29.903-99.122s-10.521-69.773-29.903-98.845c-15.655-22.831 19.361-47.24 35.163-23.534 24.366 35.993 37.102 78.356 37.102 122.379zm-70.88 0c0 31.565-9.137 62.021-26.857 88.325-4.153 6.091-10.798 9.136-17.72 9.136-17.201 0-27.022-18.979-17.443-32.948 13.013-19.104 19.658-41.255 19.658-64.513 0-22.981-6.645-45.408-19.658-64.512-15.761-22.986 19.008-47.095 35.163-23.535 17.719 26.026 26.857 56.483 26.857 88.047z"], + "mixer": [512, 512, [], "e056", "M114.57,76.07a45.71,45.71,0,0,0-67.51-6.41c-17.58,16.18-19,43.52-4.75,62.77l91.78,123L41.76,379.58c-14.23,19.25-13.11,46.59,4.74,62.77A45.71,45.71,0,0,0,114,435.94L242.89,262.7a12.14,12.14,0,0,0,0-14.23ZM470.24,379.58,377.91,255.45l91.78-123c14.22-19.25,12.83-46.59-4.75-62.77a45.71,45.71,0,0,0-67.51,6.41l-128,172.12a12.14,12.14,0,0,0,0,14.23L398,435.94a45.71,45.71,0,0,0,67.51,6.41C483.35,426.17,484.47,398.83,470.24,379.58Z"], + "mizuni": [496, 512, [], "f3cc", "M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40v223.9zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40v214zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40v271.7z"], + "modx": [448, 512, [], "f285", "M356 241.8l36.7 23.7V480l-133-83.8L356 241.8zM440 75H226.3l-23 37.8 153.5 96.5L440 75zm-89 142.8L55.2 32v214.5l46 29L351 217.8zM97 294.2L8 437h213.7l125-200.5L97 294.2z"], + "monero": [496, 512, [], "f3d0", "M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80H88z"], + "napster": [496, 512, [], "f3d2", "M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5-19-6.4-36.2-16.9-50.3-30.5h100.7zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4 56.8-40 132.5-39.9 188.9-.1zm-208.8-58.5c64.4-60 164.3-60.1 228.9-.2-7.1 3.5-13.9 7.3-20.6 11.5-58.7-30.5-129.2-30.4-187.9.1-6.3-4-13.9-8.2-20.4-11.4zM43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3 26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4-82-91.5-225.5-91.5-307.5.1-16.3-4.4-33.1-7-50.6-7.5zM259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5 26.3-15.1 25.4-39.2 26.2-47.4-79.5-.6-99.9-3.9-113 55.4zm-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4 4.4 2.5 15.2 6 25.5 6.5 25.3 1.1 61.3 1.5 61.3 1.5-13.2-59.4-33.7-56.1-113-55.4zm169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3-24.8 7.3-52.2 6.9-75.9 0 0 0-2.9 1.5-6.4 6.6-2.8 4.1-3.7 9.6-3.7 9.6 29.1 17.6 67.1 17.6 96.2 0-.1-.1-.3-4-3.3-8.9z"], + "neos": [512, 512, [], "f612", "M415.44 512h-95.11L212.12 357.46v91.1L125.69 512H28V29.82L68.47 0h108.05l123.74 176.13V63.45L386.69 0h97.69v461.5zM38.77 35.27V496l72-52.88V194l215.5 307.64h84.79l52.35-38.17h-78.27L69 13zm82.54 466.61l80-58.78v-101l-79.76-114.4v220.94L49 501.89h72.34zM80.63 10.77l310.6 442.57h82.37V10.77h-79.75v317.56L170.91 10.77zM311 191.65l72 102.81V15.93l-72 53v122.72z"], + "nimblr": [384, 512, [], "f5a8", "M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27zM113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159zm0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59 132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z"], + "node": [640, 512, [], "f419", "M316.3 452c-2.1 0-4.2-.6-6.1-1.6L291 439c-2.9-1.6-1.5-2.2-.5-2.5 3.8-1.3 4.6-1.6 8.7-4 .4-.2 1-.1 1.4.1l14.8 8.8c.5.3 1.3.3 1.8 0L375 408c.5-.3.9-.9.9-1.6v-66.7c0-.7-.3-1.3-.9-1.6l-57.8-33.3c-.5-.3-1.2-.3-1.8 0l-57.8 33.3c-.6.3-.9 1-.9 1.6v66.7c0 .6.4 1.2.9 1.5l15.8 9.1c8.6 4.3 13.9-.8 13.9-5.8v-65.9c0-.9.7-1.7 1.7-1.7h7.3c.9 0 1.7.7 1.7 1.7v65.9c0 11.5-6.2 18-17.1 18-3.3 0-6 0-13.3-3.6l-15.2-8.7c-3.7-2.2-6.1-6.2-6.1-10.5v-66.7c0-4.3 2.3-8.4 6.1-10.5l57.8-33.4c3.7-2.1 8.5-2.1 12.1 0l57.8 33.4c3.7 2.2 6.1 6.2 6.1 10.5v66.7c0 4.3-2.3 8.4-6.1 10.5l-57.8 33.4c-1.7 1.1-3.8 1.7-6 1.7zm46.7-65.8c0-12.5-8.4-15.8-26.2-18.2-18-2.4-19.8-3.6-19.8-7.8 0-3.5 1.5-8.1 14.8-8.1 11.9 0 16.3 2.6 18.1 10.6.2.8.8 1.3 1.6 1.3h7.5c.5 0 .9-.2 1.2-.5.3-.4.5-.8.4-1.3-1.2-13.8-10.3-20.2-28.8-20.2-16.5 0-26.3 7-26.3 18.6 0 12.7 9.8 16.1 25.6 17.7 18.9 1.9 20.4 4.6 20.4 8.3 0 6.5-5.2 9.2-17.4 9.2-15.3 0-18.7-3.8-19.8-11.4-.1-.8-.8-1.4-1.7-1.4h-7.5c-.9 0-1.7.7-1.7 1.7 0 9.7 5.3 21.3 30.6 21.3 18.5 0 29-7.2 29-19.8zm54.5-50.1c0 6.1-5 11.1-11.1 11.1s-11.1-5-11.1-11.1c0-6.3 5.2-11.1 11.1-11.1 6-.1 11.1 4.8 11.1 11.1zm-1.8 0c0-5.2-4.2-9.3-9.4-9.3-5.1 0-9.3 4.1-9.3 9.3 0 5.2 4.2 9.4 9.3 9.4 5.2-.1 9.4-4.3 9.4-9.4zm-4.5 6.2h-2.6c-.1-.6-.5-3.8-.5-3.9-.2-.7-.4-1.1-1.3-1.1h-2.2v5h-2.4v-12.5h4.3c1.5 0 4.4 0 4.4 3.3 0 2.3-1.5 2.8-2.4 3.1 1.7.1 1.8 1.2 2.1 2.8.1 1 .3 2.7.6 3.3zm-2.8-8.8c0-1.7-1.2-1.7-1.8-1.7h-2v3.5h1.9c1.6 0 1.9-1.1 1.9-1.8zM137.3 191c0-2.7-1.4-5.1-3.7-6.4l-61.3-35.3c-1-.6-2.2-.9-3.4-1h-.6c-1.2 0-2.3.4-3.4 1L3.7 184.6C1.4 185.9 0 188.4 0 191l.1 95c0 1.3.7 2.5 1.8 3.2 1.1.7 2.5.7 3.7 0L42 268.3c2.3-1.4 3.7-3.8 3.7-6.4v-44.4c0-2.6 1.4-5.1 3.7-6.4l15.5-8.9c1.2-.7 2.4-1 3.7-1 1.3 0 2.6.3 3.7 1l15.5 8.9c2.3 1.3 3.7 3.8 3.7 6.4v44.4c0 2.6 1.4 5.1 3.7 6.4l36.4 20.9c1.1.7 2.6.7 3.7 0 1.1-.6 1.8-1.9 1.8-3.2l.2-95zM472.5 87.3v176.4c0 2.6-1.4 5.1-3.7 6.4l-61.3 35.4c-2.3 1.3-5.1 1.3-7.4 0l-61.3-35.4c-2.3-1.3-3.7-3.8-3.7-6.4v-70.8c0-2.6 1.4-5.1 3.7-6.4l61.3-35.4c2.3-1.3 5.1-1.3 7.4 0l15.3 8.8c1.7 1 3.9-.3 3.9-2.2v-94c0-2.8 3-4.6 5.5-3.2l36.5 20.4c2.3 1.2 3.8 3.7 3.8 6.4zm-46 128.9c0-.7-.4-1.3-.9-1.6l-21-12.2c-.6-.3-1.3-.3-1.9 0l-21 12.2c-.6.3-.9.9-.9 1.6v24.3c0 .7.4 1.3.9 1.6l21 12.1c.6.3 1.3.3 1.8 0l21-12.1c.6-.3.9-.9.9-1.6v-24.3zm209.8-.7c2.3-1.3 3.7-3.8 3.7-6.4V192c0-2.6-1.4-5.1-3.7-6.4l-60.9-35.4c-2.3-1.3-5.1-1.3-7.4 0l-61.3 35.4c-2.3 1.3-3.7 3.8-3.7 6.4v70.8c0 2.7 1.4 5.1 3.7 6.4l60.9 34.7c2.2 1.3 5 1.3 7.3 0l36.8-20.5c2.5-1.4 2.5-5 0-6.4L550 241.6c-1.2-.7-1.9-1.9-1.9-3.2v-22.2c0-1.3.7-2.5 1.9-3.2l19.2-11.1c1.1-.7 2.6-.7 3.7 0l19.2 11.1c1.1.7 1.9 1.9 1.9 3.2v17.4c0 2.8 3.1 4.6 5.6 3.2l36.7-21.3zM559 219c-.4.3-.7.7-.7 1.2v13.6c0 .5.3 1 .7 1.2l11.8 6.8c.4.3 1 .3 1.4 0L584 235c.4-.3.7-.7.7-1.2v-13.6c0-.5-.3-1-.7-1.2l-11.8-6.8c-.4-.3-1-.3-1.4 0L559 219zm-254.2 43.5v-70.4c0-2.6-1.6-5.1-3.9-6.4l-61.1-35.2c-2.1-1.2-5-1.4-7.4 0l-61.1 35.2c-2.3 1.3-3.9 3.7-3.9 6.4v70.4c0 2.8 1.9 5.2 4 6.4l61.2 35.2c2.4 1.4 5.2 1.3 7.4 0l61-35.2c1.8-1 3.1-2.7 3.6-4.7.1-.5.2-1.1.2-1.7zm-74.3-124.9l-.8.5h1.1l-.3-.5zm76.2 130.2l-.4-.7v.9l.4-.2z"], + "node-js": [448, 512, [], "f3d3", "M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8 12.3-4.3 14.8-5.2 27.9-12.7 1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2zm149.1-210.1c0-39.9-27-50.5-83.7-58-57.4-7.6-63.2-11.5-63.2-24.9 0-11.1 4.9-25.9 47.4-25.9 37.9 0 51.9 8.2 57.7 33.8.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6-52.7 0-84.1 22.2-84.1 59.5 0 40.4 31.3 51.6 81.8 56.6 60.5 5.9 65.2 14.8 65.2 26.7 0 20.6-16.6 29.4-55.5 29.4-48.9 0-59.6-12.3-63.2-36.6-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3 0 31.1 16.9 68.2 97.8 68.2 58.4-.1 92-23.2 92-63.4z"], + "npm": [576, 512, [], "f3d4", "M288 288h-32v-64h32v64zm288-128v192H288v32H160v-32H0V160h576zm-416 32H32v128h64v-96h32v96h32V192zm160 0H192v160h64v-32h64V192zm224 0H352v128h64v-96h32v96h32v-96h32v96h32V192z"], + "ns8": [640, 512, [], "f3d5", "M104.324,269.172h26.067V242.994H104.324Zm52.466-26.178-.055-26.178v-.941a39.325,39.325,0,0,0-78.644.941v.166h26.4v-.166a12.98,12.98,0,0,1,25.956,0v26.178Zm52.356,25.846a91.1,91.1,0,0,1-91.1,91.1h-.609a91.1,91.1,0,0,1-91.1-91.1H0v.166A117.33,117.33,0,0,0,117.44,386.28h.775A117.331,117.331,0,0,0,235.49,268.84V242.828H209.146Zm-157.233,0a65.362,65.362,0,0,0,130.723,0H156.292a39.023,39.023,0,0,1-78.035,0V242.883H51.968v-26.62A65.42,65.42,0,0,1,182.8,217.48v25.293h26.344V217.48a91.761,91.761,0,0,0-183.522,0v25.4H51.913Zm418.4-71.173c13.67,0,24.573,6.642,30.052,18.264l.719,1.549,23.245-11.511-.609-1.439c-8.025-19.26-28.5-31.27-53.407-31.27-23.134,0-43.611,11.4-50.972,28.447-.123,26.876-.158,23.9,0,24.85,4.7,11.013,14.555,19.37,28.668,24.241a102.033,102.033,0,0,0,19.813,3.984c5.479.72,10.626,1.384,15.829,3.1,6.364,2.1,10.46,5.257,12.84,9.851v9.851c-3.708,7.527-13.781,12.342-25.791,12.342-14.334,0-25.956-6.918-31.933-19.039l-.72-1.494L415.026,280.9l.553,1.439c7.915,19.426,29.609,32.044,55.289,32.044,23.632,0,44.608-11.4,52.3-28.447l.166-25.9-.166-.664c-4.87-11.014-15.219-19.647-28.944-24.241-7.693-2.712-14.335-3.6-20.7-4.427a83.777,83.777,0,0,1-14.832-2.878c-6.31-1.937-10.4-5.092-12.619-9.63v-8.412C449.45,202.427,458.969,197.667,470.315,197.667ZM287.568,311.344h26.067v-68.4H287.568Zm352.266-53.3c-2.933-6.254-8.3-12.01-15.441-16.714A37.99,37.99,0,0,0,637.4,226l.166-25.347-.166-.664C630.038,184,610.667,173.26,589.25,173.26S548.461,184,541.1,199.992l-.166,25.347.166.664a39.643,39.643,0,0,0,13.006,15.331c-7.2,4.7-12.508,10.46-15.441,16.714l-.166,28.889.166.72c7.582,15.994,27.893,26.731,50.585,26.731s43.057-10.737,50.584-26.731l.166-28.89Zm-73.22-50.806c3.6-6.31,12.563-10.516,22.58-10.516s19.038,4.206,22.636,10.516v13.725c-3.542,6.2-12.563,10.349-22.636,10.349s-19.094-4.15-22.58-10.349Zm47.319,72.169c-3.764,6.641-13.338,10.9-24.683,10.9-11.125,0-20.976-4.372-24.684-10.9V263.25c3.708-6.309,13.5-10.515,24.684-10.515,11.345,0,20.919,4.15,24.683,10.515ZM376.4,265.962l-59.827-89.713h-29v40.623h26.51v.387l62.539,94.085H402.3V176.249H376.4Z"], + "nutritionix": [400, 512, [], "f3d6", "M88 8.1S221.4-.1 209 112.5c0 0 19.1-74.9 103-40.6 0 0-17.7 74-88 56 0 0 14.6-54.6 66.1-56.6 0 0-39.9-10.3-82.1 48.8 0 0-19.8-94.5-93.6-99.7 0 0 75.2 19.4 77.6 107.5 0 .1-106.4 7-104-119.8zm312 315.6c0 48.5-9.7 95.3-32 132.3-42.2 30.9-105 48-168 48-62.9 0-125.8-17.1-168-48C9.7 419 0 372.2 0 323.7 0 275.3 17.7 229 40 192c42.2-30.9 97.1-48.6 160-48.6 63 0 117.8 17.6 160 48.6 22.3 37 40 83.3 40 131.7zM120 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM192 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM264 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM336 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm24-39.6c-4.8-22.3-7.4-36.9-16-56-38.8-19.9-90.5-32-144-32S94.8 180.1 56 200c-8.8 19.5-11.2 33.9-16 56 42.2-7.9 98.7-14.8 160-14.8s117.8 6.9 160 14.8z"], + "octopus-deploy": [512, 512, [], "e082", "M455.6,349.2c-45.891-39.09-36.67-77.877-16.095-128.11C475.16,134.04,415.967,34.14,329.93,8.3,237.04-19.6,134.252,24.341,99.677,117.147a180.862,180.862,0,0,0-10.988,73.544c1.733,29.543,14.717,52.97,24.09,80.3,17.2,50.161-28.1,92.743-66.662,117.582-46.806,30.2-36.319,39.857-8.428,41.858,23.378,1.68,44.478-4.548,65.265-15.045,9.2-4.647,40.687-18.931,45.13-28.588C135.9,413.388,111.122,459.5,126.621,488.9c19.1,36.229,67.112-31.77,76.709-45.812,8.591-12.572,42.963-81.279,63.627-46.926,18.865,31.361,8.6,76.391,35.738,104.622,32.854,34.2,51.155-18.312,51.412-44.221.163-16.411-6.1-95.852,29.9-59.944C405.428,418,436.912,467.8,472.568,463.642c38.736-4.516-22.123-67.967-28.262-78.695,5.393,4.279,53.665,34.128,53.818,9.52C498.234,375.678,468.039,359.8,455.6,349.2Z"], + "odnoklassniki": [320, 512, [], "f263", "M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zM30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z"], + "odnoklassniki-square": [448, 512, [], "f264", "M184.2 177.1c0-22.1 17.9-40 39.8-40s39.8 17.9 39.8 40c0 22-17.9 39.8-39.8 39.8s-39.8-17.9-39.8-39.8zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-305.1 97.1c0 44.6 36.4 80.9 81.1 80.9s81.1-36.2 81.1-80.9c0-44.8-36.4-81.1-81.1-81.1s-81.1 36.2-81.1 81.1zm174.5 90.7c-4.6-9.1-17.3-16.8-34.1-3.6 0 0-22.7 18-59.3 18s-59.3-18-59.3-18c-16.8-13.2-29.5-5.5-34.1 3.6-7.9 16.1 1.1 23.7 21.4 37 17.3 11.1 41.2 15.2 56.6 16.8l-12.9 12.9c-18.2 18-35.5 35.5-47.7 47.7-17.6 17.6 10.7 45.8 28.4 28.6l47.7-47.9c18.2 18.2 35.7 35.7 47.7 47.9 17.6 17.2 46-10.7 28.6-28.6l-47.7-47.7-13-12.9c15.5-1.6 39.1-5.9 56.2-16.8 20.4-13.3 29.3-21 21.5-37z"], + "old-republic": [496, 512, [], "f510", "M235.76 10.23c7.5-.31 15-.28 22.5-.09 3.61.14 7.2.4 10.79.73 4.92.27 9.79 1.03 14.67 1.62 2.93.43 5.83.98 8.75 1.46 7.9 1.33 15.67 3.28 23.39 5.4 12.24 3.47 24.19 7.92 35.76 13.21 26.56 12.24 50.94 29.21 71.63 49.88 20.03 20.09 36.72 43.55 48.89 69.19 1.13 2.59 2.44 5.1 3.47 7.74 2.81 6.43 5.39 12.97 7.58 19.63 4.14 12.33 7.34 24.99 9.42 37.83.57 3.14 1.04 6.3 1.4 9.47.55 3.83.94 7.69 1.18 11.56.83 8.34.84 16.73.77 25.1-.07 4.97-.26 9.94-.75 14.89-.24 3.38-.51 6.76-.98 10.12-.39 2.72-.63 5.46-1.11 8.17-.9 5.15-1.7 10.31-2.87 15.41-4.1 18.5-10.3 36.55-18.51 53.63-15.77 32.83-38.83 62.17-67.12 85.12a246.503 246.503 0 0 1-56.91 34.86c-6.21 2.68-12.46 5.25-18.87 7.41-3.51 1.16-7.01 2.38-10.57 3.39-6.62 1.88-13.29 3.64-20.04 5-4.66.91-9.34 1.73-14.03 2.48-5.25.66-10.5 1.44-15.79 1.74-6.69.66-13.41.84-20.12.81-6.82.03-13.65-.12-20.45-.79-3.29-.23-6.57-.5-9.83-.95-2.72-.39-5.46-.63-8.17-1.11-4.12-.72-8.25-1.37-12.35-2.22-4.25-.94-8.49-1.89-12.69-3.02-8.63-2.17-17.08-5.01-25.41-8.13-10.49-4.12-20.79-8.75-30.64-14.25-2.14-1.15-4.28-2.29-6.35-3.57-11.22-6.58-21.86-14.1-31.92-22.34-34.68-28.41-61.41-66.43-76.35-108.7-3.09-8.74-5.71-17.65-7.8-26.68-1.48-6.16-2.52-12.42-3.58-18.66-.4-2.35-.61-4.73-.95-7.09-.6-3.96-.75-7.96-1.17-11.94-.8-9.47-.71-18.99-.51-28.49.14-3.51.34-7.01.7-10.51.31-3.17.46-6.37.92-9.52.41-2.81.65-5.65 1.16-8.44.7-3.94 1.3-7.9 2.12-11.82 3.43-16.52 8.47-32.73 15.26-48.18 1.15-2.92 2.59-5.72 3.86-8.59 8.05-16.71 17.9-32.56 29.49-47.06 20-25.38 45.1-46.68 73.27-62.47 7.5-4.15 15.16-8.05 23.07-11.37 15.82-6.88 32.41-11.95 49.31-15.38 3.51-.67 7.04-1.24 10.56-1.85 2.62-.47 5.28-.7 7.91-1.08 3.53-.53 7.1-.68 10.65-1.04 2.46-.24 4.91-.36 7.36-.51m8.64 24.41c-9.23.1-18.43.99-27.57 2.23-7.3 1.08-14.53 2.6-21.71 4.3-13.91 3.5-27.48 8.34-40.46 14.42-10.46 4.99-20.59 10.7-30.18 17.22-4.18 2.92-8.4 5.8-12.34 9.03-5.08 3.97-9.98 8.17-14.68 12.59-2.51 2.24-4.81 4.7-7.22 7.06-28.22 28.79-48.44 65.39-57.5 104.69-2.04 8.44-3.54 17.02-4.44 25.65-1.1 8.89-1.44 17.85-1.41 26.8.11 7.14.38 14.28 1.22 21.37.62 7.12 1.87 14.16 3.2 21.18 1.07 4.65 2.03 9.32 3.33 13.91 6.29 23.38 16.5 45.7 30.07 65.75 8.64 12.98 18.78 24.93 29.98 35.77 16.28 15.82 35.05 29.04 55.34 39.22 7.28 3.52 14.66 6.87 22.27 9.63 5.04 1.76 10.06 3.57 15.22 4.98 11.26 3.23 22.77 5.6 34.39 7.06 2.91.29 5.81.61 8.72.9 13.82 1.08 27.74 1 41.54-.43 4.45-.6 8.92-.99 13.35-1.78 3.63-.67 7.28-1.25 10.87-2.1 4.13-.98 8.28-1.91 12.36-3.07 26.5-7.34 51.58-19.71 73.58-36.2 15.78-11.82 29.96-25.76 42.12-41.28 3.26-4.02 6.17-8.31 9.13-12.55 3.39-5.06 6.58-10.25 9.6-15.54 2.4-4.44 4.74-8.91 6.95-13.45 5.69-12.05 10.28-24.62 13.75-37.49 2.59-10.01 4.75-20.16 5.9-30.45 1.77-13.47 1.94-27.1 1.29-40.65-.29-3.89-.67-7.77-1-11.66-2.23-19.08-6.79-37.91-13.82-55.8-5.95-15.13-13.53-29.63-22.61-43.13-12.69-18.8-28.24-35.68-45.97-49.83-25.05-20-54.47-34.55-85.65-42.08-7.78-1.93-15.69-3.34-23.63-4.45-3.91-.59-7.85-.82-11.77-1.24-7.39-.57-14.81-.72-22.22-.58zM139.26 83.53c13.3-8.89 28.08-15.38 43.3-20.18-3.17 1.77-6.44 3.38-9.53 5.29-11.21 6.68-21.52 14.9-30.38 24.49-6.8 7.43-12.76 15.73-17.01 24.89-3.29 6.86-5.64 14.19-6.86 21.71-.93 4.85-1.3 9.81-1.17 14.75.13 13.66 4.44 27.08 11.29 38.82 5.92 10.22 13.63 19.33 22.36 27.26 4.85 4.36 10.24 8.09 14.95 12.6 2.26 2.19 4.49 4.42 6.43 6.91 2.62 3.31 4.89 6.99 5.99 11.1.9 3.02.66 6.2.69 9.31.02 4.1-.04 8.2.03 12.3.14 3.54-.02 7.09.11 10.63.08 2.38.02 4.76.05 7.14.16 5.77.06 11.53.15 17.3.11 2.91.02 5.82.13 8.74.03 1.63.13 3.28-.03 4.91-.91.12-1.82.18-2.73.16-10.99 0-21.88-2.63-31.95-6.93-6-2.7-11.81-5.89-17.09-9.83-5.75-4.19-11.09-8.96-15.79-14.31-6.53-7.24-11.98-15.39-16.62-23.95-1.07-2.03-2.24-4.02-3.18-6.12-1.16-2.64-2.62-5.14-3.67-7.82-4.05-9.68-6.57-19.94-8.08-30.31-.49-4.44-1.09-8.88-1.2-13.35-.7-15.73.84-31.55 4.67-46.82 2.12-8.15 4.77-16.18 8.31-23.83 6.32-14.2 15.34-27.18 26.3-38.19 6.28-6.2 13.13-11.84 20.53-16.67zm175.37-20.12c2.74.74 5.41 1.74 8.09 2.68 6.36 2.33 12.68 4.84 18.71 7.96 13.11 6.44 25.31 14.81 35.82 24.97 10.2 9.95 18.74 21.6 25.14 34.34 1.28 2.75 2.64 5.46 3.81 8.26 6.31 15.1 10 31.26 11.23 47.57.41 4.54.44 9.09.45 13.64.07 11.64-1.49 23.25-4.3 34.53-1.97 7.27-4.35 14.49-7.86 21.18-3.18 6.64-6.68 13.16-10.84 19.24-6.94 10.47-15.6 19.87-25.82 27.22-10.48 7.64-22.64 13.02-35.4 15.38-3.51.69-7.08 1.08-10.66 1.21-1.85.06-3.72.16-5.56-.1-.28-2.15 0-4.31-.01-6.46-.03-3.73.14-7.45.1-11.17.19-7.02.02-14.05.21-21.07.03-2.38-.03-4.76.03-7.14.17-5.07-.04-10.14.14-15.21.1-2.99-.24-6.04.51-8.96.66-2.5 1.78-4.86 3.09-7.08 4.46-7.31 11.06-12.96 17.68-18.26 5.38-4.18 10.47-8.77 15.02-13.84 7.68-8.37 14.17-17.88 18.78-28.27 2.5-5.93 4.52-12.1 5.55-18.46.86-4.37 1.06-8.83 1.01-13.27-.02-7.85-1.4-15.65-3.64-23.17-1.75-5.73-4.27-11.18-7.09-16.45-3.87-6.93-8.65-13.31-13.96-19.2-9.94-10.85-21.75-19.94-34.6-27.1-1.85-1.02-3.84-1.82-5.63-2.97zm-100.8 58.45c.98-1.18 1.99-2.33 3.12-3.38-.61.93-1.27 1.81-1.95 2.68-3.1 3.88-5.54 8.31-7.03 13.06-.87 3.27-1.68 6.6-1.73 10-.07 2.52-.08 5.07.32 7.57 1.13 7.63 4.33 14.85 8.77 21.12 2 2.7 4.25 5.27 6.92 7.33 1.62 1.27 3.53 2.09 5.34 3.05 3.11 1.68 6.32 3.23 9.07 5.48 2.67 2.09 4.55 5.33 4.4 8.79-.01 73.67 0 147.34-.01 221.02 0 1.35-.08 2.7.04 4.04.13 1.48.82 2.83 1.47 4.15.86 1.66 1.78 3.34 3.18 4.62.85.77 1.97 1.4 3.15 1.24 1.5-.2 2.66-1.35 3.45-2.57.96-1.51 1.68-3.16 2.28-4.85.76-2.13.44-4.42.54-6.63.14-4.03-.02-8.06.14-12.09.03-5.89.03-11.77.06-17.66.14-3.62.03-7.24.11-10.86.15-4.03-.02-8.06.14-12.09.03-5.99.03-11.98.07-17.97.14-3.62.02-7.24.11-10.86.14-3.93-.02-7.86.14-11.78.03-5.99.03-11.98.06-17.97.16-3.94-.01-7.88.19-11.82.29 1.44.13 2.92.22 4.38.19 3.61.42 7.23.76 10.84.32 3.44.44 6.89.86 10.32.37 3.1.51 6.22.95 9.31.57 4.09.87 8.21 1.54 12.29 1.46 9.04 2.83 18.11 5.09 26.99 1.13 4.82 2.4 9.61 4 14.3 2.54 7.9 5.72 15.67 10.31 22.62 1.73 2.64 3.87 4.98 6.1 7.21.27.25.55.51.88.71.6.25 1.31-.07 1.7-.57.71-.88 1.17-1.94 1.7-2.93 4.05-7.8 8.18-15.56 12.34-23.31.7-1.31 1.44-2.62 2.56-3.61 1.75-1.57 3.84-2.69 5.98-3.63 2.88-1.22 5.9-2.19 9.03-2.42 6.58-.62 13.11.75 19.56 1.85 3.69.58 7.4 1.17 11.13 1.41 3.74.1 7.48.05 11.21-.28 8.55-.92 16.99-2.96 24.94-6.25 5.3-2.24 10.46-4.83 15.31-7.93 11.46-7.21 21.46-16.57 30.04-27.01 1.17-1.42 2.25-2.9 3.46-4.28-1.2 3.24-2.67 6.37-4.16 9.48-1.25 2.9-2.84 5.61-4.27 8.42-5.16 9.63-11.02 18.91-17.75 27.52-4.03 5.21-8.53 10.05-13.33 14.57-6.64 6.05-14.07 11.37-22.43 14.76-8.21 3.37-17.31 4.63-26.09 3.29-3.56-.58-7.01-1.69-10.41-2.88-2.79-.97-5.39-2.38-8.03-3.69-3.43-1.71-6.64-3.81-9.71-6.08 2.71 3.06 5.69 5.86 8.7 8.61 4.27 3.76 8.74 7.31 13.63 10.23 3.98 2.45 8.29 4.4 12.84 5.51 1.46.37 2.96.46 4.45.6-1.25 1.1-2.63 2.04-3.99 2.98-9.61 6.54-20.01 11.86-30.69 16.43-20.86 8.7-43.17 13.97-65.74 15.34-4.66.24-9.32.36-13.98.36-4.98-.11-9.97-.13-14.92-.65-11.2-.76-22.29-2.73-33.17-5.43-10.35-2.71-20.55-6.12-30.3-10.55-8.71-3.86-17.12-8.42-24.99-13.79-1.83-1.31-3.74-2.53-5.37-4.08 6.6-1.19 13.03-3.39 18.99-6.48 5.74-2.86 10.99-6.66 15.63-11.07 2.24-2.19 4.29-4.59 6.19-7.09-3.43 2.13-6.93 4.15-10.62 5.78-4.41 2.16-9.07 3.77-13.81 5.02-5.73 1.52-11.74 1.73-17.61 1.14-8.13-.95-15.86-4.27-22.51-8.98-4.32-2.94-8.22-6.43-11.96-10.06-9.93-10.16-18.2-21.81-25.66-33.86-3.94-6.27-7.53-12.75-11.12-19.22-1.05-2.04-2.15-4.05-3.18-6.1 2.85 2.92 5.57 5.97 8.43 8.88 8.99 8.97 18.56 17.44 29.16 24.48 7.55 4.9 15.67 9.23 24.56 11.03 3.11.73 6.32.47 9.47.81 2.77.28 5.56.2 8.34.3 5.05.06 10.11.04 15.16-.16 3.65-.16 7.27-.66 10.89-1.09 2.07-.25 4.11-.71 6.14-1.2 3.88-.95 8.11-.96 11.83.61 4.76 1.85 8.44 5.64 11.38 9.71 2.16 3.02 4.06 6.22 5.66 9.58 1.16 2.43 2.46 4.79 3.55 7.26 1 2.24 2.15 4.42 3.42 6.52.67 1.02 1.4 2.15 2.62 2.55 1.06-.75 1.71-1.91 2.28-3.03 2.1-4.16 3.42-8.65 4.89-13.05 2.02-6.59 3.78-13.27 5.19-20.02 2.21-9.25 3.25-18.72 4.54-28.13.56-3.98.83-7.99 1.31-11.97.87-10.64 1.9-21.27 2.24-31.94.08-1.86.24-3.71.25-5.57.01-4.35.25-8.69.22-13.03-.01-2.38-.01-4.76 0-7.13.05-5.07-.2-10.14-.22-15.21-.2-6.61-.71-13.2-1.29-19.78-.73-5.88-1.55-11.78-3.12-17.51-2.05-7.75-5.59-15.03-9.8-21.82-3.16-5.07-6.79-9.88-11.09-14.03-3.88-3.86-8.58-7.08-13.94-8.45-1.5-.41-3.06-.45-4.59-.64.07-2.99.7-5.93 1.26-8.85 1.59-7.71 3.8-15.3 6.76-22.6 1.52-4.03 3.41-7.9 5.39-11.72 3.45-6.56 7.62-12.79 12.46-18.46zm31.27 1.7c.35-.06.71-.12 1.07-.19.19 1.79.09 3.58.1 5.37v38.13c-.01 1.74.13 3.49-.15 5.22-.36-.03-.71-.05-1.06-.05-.95-3.75-1.72-7.55-2.62-11.31-.38-1.53-.58-3.09-1.07-4.59-1.7-.24-3.43-.17-5.15-.2-5.06-.01-10.13 0-15.19-.01-1.66-.01-3.32.09-4.98-.03-.03-.39-.26-.91.16-1.18 1.28-.65 2.72-.88 4.06-1.35 3.43-1.14 6.88-2.16 10.31-3.31 1.39-.48 2.9-.72 4.16-1.54.04-.56.02-1.13-.05-1.68-1.23-.55-2.53-.87-3.81-1.28-3.13-1.03-6.29-1.96-9.41-3.02-1.79-.62-3.67-1-5.41-1.79-.03-.37-.07-.73-.11-1.09 5.09-.19 10.2.06 15.3-.12 3.36-.13 6.73.08 10.09-.07.12-.39.26-.77.37-1.16 1.08-4.94 2.33-9.83 3.39-14.75zm5.97-.2c.36.05.72.12 1.08.2.98 3.85 1.73 7.76 2.71 11.61.36 1.42.56 2.88 1.03 4.27 2.53.18 5.07-.01 7.61.05 5.16.12 10.33.12 15.49.07.76-.01 1.52.03 2.28.08-.04.36-.07.72-.1 1.08-1.82.83-3.78 1.25-5.67 1.89-3.73 1.23-7.48 2.39-11.22 3.57-.57.17-1.12.42-1.67.64-.15.55-.18 1.12-.12 1.69.87.48 1.82.81 2.77 1.09 4.88 1.52 9.73 3.14 14.63 4.6.38.13.78.27 1.13.49.4.27.23.79.15 1.18-1.66.13-3.31.03-4.97.04-5.17.01-10.33-.01-15.5.01-1.61.03-3.22-.02-4.82.21-.52 1.67-.72 3.42-1.17 5.11-.94 3.57-1.52 7.24-2.54 10.78-.36.01-.71.02-1.06.06-.29-1.73-.15-3.48-.15-5.22v-38.13c.02-1.78-.08-3.58.11-5.37zM65.05 168.33c1.12-2.15 2.08-4.4 3.37-6.46-1.82 7.56-2.91 15.27-3.62 23-.8 7.71-.85 15.49-.54 23.23 1.05 19.94 5.54 39.83 14.23 57.88 2.99 5.99 6.35 11.83 10.5 17.11 6.12 7.47 12.53 14.76 19.84 21.09 4.8 4.1 9.99 7.78 15.54 10.8 3.27 1.65 6.51 3.39 9.94 4.68 5.01 2.03 10.19 3.61 15.42 4.94 3.83.96 7.78 1.41 11.52 2.71 5 1.57 9.47 4.61 13.03 8.43 4.93 5.23 8.09 11.87 10.2 18.67.99 2.9 1.59 5.91 2.17 8.92.15.75.22 1.52.16 2.29-6.5 2.78-13.26 5.06-20.26 6.18-4.11.78-8.29.99-12.46 1.08-10.25.24-20.47-1.76-30.12-5.12-3.74-1.42-7.49-2.85-11.03-4.72-8.06-3.84-15.64-8.7-22.46-14.46-2.92-2.55-5.83-5.13-8.4-8.03-9.16-9.83-16.3-21.41-21.79-33.65-2.39-5.55-4.61-11.18-6.37-16.96-1.17-3.94-2.36-7.89-3.26-11.91-.75-2.94-1.22-5.95-1.87-8.92-.46-2.14-.69-4.32-1.03-6.48-.85-5.43-1.28-10.93-1.33-16.43.11-6.18.25-12.37 1.07-18.5.4-2.86.67-5.74 1.15-8.6.98-5.7 2.14-11.37 3.71-16.93 3.09-11.65 7.48-22.95 12.69-33.84zm363.73-6.44c1.1 1.66 1.91 3.48 2.78 5.26 2.1 4.45 4.24 8.9 6.02 13.49 7.61 18.76 12.3 38.79 13.04 59.05.02 1.76.07 3.52.11 5.29.13 9.57-1.27 19.09-3.18 28.45-.73 3.59-1.54 7.17-2.58 10.69-4.04 14.72-10 29-18.41 41.78-8.21 12.57-19.01 23.55-31.84 31.41-5.73 3.59-11.79 6.64-18.05 9.19-5.78 2.19-11.71 4.03-17.8 5.11-6.4 1.05-12.91 1.52-19.4 1.23-7.92-.48-15.78-2.07-23.21-4.85-1.94-.8-3.94-1.46-5.84-2.33-.21-1.51.25-2.99.53-4.46 1.16-5.74 3.03-11.36 5.7-16.58 2.37-4.51 5.52-8.65 9.46-11.9 2.43-2.05 5.24-3.61 8.16-4.83 3.58-1.5 7.47-1.97 11.24-2.83 7.23-1.71 14.37-3.93 21.15-7 10.35-4.65 19.71-11.38 27.65-19.46 1.59-1.61 3.23-3.18 4.74-4.87 3.37-3.76 6.71-7.57 9.85-11.53 7.48-10.07 12.82-21.59 16.71-33.48 1.58-5.3 3.21-10.6 4.21-16.05.63-2.87 1.04-5.78 1.52-8.68.87-6.09 1.59-12.22 1.68-18.38.12-6.65.14-13.32-.53-19.94-.73-7.99-1.87-15.96-3.71-23.78z"], + "opencart": [640, 512, [], "f23d", "M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6 20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8zm-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6 45.8-20.3 45.8-45.6-20.5-45.8-45.8-45.8zm291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2 333.3-5 130 86.1 70.8 188.9 186.7-166.7 319.4-233.9 17.2-233.9z"], + "openid": [448, 512, [], "f19b", "M271.5 432l-68 32C88.5 453.7 0 392.5 0 318.2c0-71.5 82.5-131 191.7-144.3v43c-71.5 12.5-124 53-124 101.3 0 51 58.5 93.3 135.7 103v-340l68-33.2v384zM448 291l-131.3-28.5 36.8-20.7c-19.5-11.5-43.5-20-70-24.8v-43c46.2 5.5 87.7 19.5 120.3 39.3l35-19.8L448 291z"], + "opera": [496, 512, [], "f26a", "M313.9 32.7c-170.2 0-252.6 223.8-147.5 355.1 36.5 45.4 88.6 75.6 147.5 75.6 36.3 0 70.3-11.1 99.4-30.4-43.8 39.2-101.9 63-165.3 63-3.9 0-8 0-11.9-.3C104.6 489.6 0 381.1 0 248 0 111 111 0 248 0h.8c63.1.3 120.7 24.1 164.4 63.1-29-19.4-63.1-30.4-99.3-30.4zm101.8 397.7c-40.9 24.7-90.7 23.6-132-5.8 56.2-20.5 97.7-91.6 97.7-176.6 0-84.7-41.2-155.8-97.4-176.6 41.8-29.2 91.2-30.3 132.9-5 105.9 98.7 105.5 265.7-1.2 364z"], + "optin-monster": [576, 512, [], "f23c", "M572.6 421.4c5.6-9.5 4.7-15.2-5.4-11.6-3-4.9-7-9.5-11.1-13.8 2.9-9.7-.7-14.2-10.8-9.2-4.6-3.2-10.3-6.5-15.9-9.2 0-15.1-11.6-11.6-17.6-5.7-10.4-1.5-18.7-.3-26.8 5.7.3-6.5.3-13 .3-19.7 12.6 0 40.2-11 45.9-36.2 1.4-6.8 1.6-13.8-.3-21.9-3-13.5-14.3-21.3-25.1-25.7-.8-5.9-7.6-14.3-14.9-15.9s-12.4 4.9-14.1 10.3c-8.5 0-19.2 2.8-21.1 8.4-5.4-.5-11.1-1.4-16.8-1.9 2.7-1.9 5.4-3.5 8.4-4.6 5.4-9.2 14.6-11.4 25.7-11.6V256c19.5-.5 43-5.9 53.8-18.1 12.7-13.8 14.6-37.3 12.4-55.1-2.4-17.3-9.7-37.6-24.6-48.1-8.4-5.9-21.6-.8-22.7 9.5-2.2 19.6 1.2 30-38.6 25.1-10.3-23.8-24.6-44.6-42.7-60C341 49.6 242.9 55.5 166.4 71.7c19.7 4.6 41.1 8.6 59.7 16.5-26.2 2.4-52.7 11.3-76.2 23.2-32.8 17-44 29.9-56.7 42.4 14.9-2.2 28.9-5.1 43.8-3.8-9.7 5.4-18.4 12.2-26.5 20-25.8.9-23.8-5.3-26.2-25.9-1.1-10.5-14.3-15.4-22.7-9.7-28.1 19.9-33.5 79.9-12.2 103.5 10.8 12.2 35.1 17.3 54.9 17.8-.3 1.1-.3 1.9-.3 2.7 10.8.5 19.5 2.7 24.6 11.6 3 1.1 5.7 2.7 8.1 4.6-5.4.5-11.1 1.4-16.5 1.9-3.3-6.6-13.7-8.1-21.1-8.1-1.6-5.7-6.5-12.2-14.1-10.3-6.8 1.9-14.1 10-14.9 15.9-22.5 9.5-30.1 26.8-25.1 47.6 5.3 24.8 33 36.2 45.9 36.2v19.7c-6.6-5-14.3-7.5-26.8-5.7-5.5-5.5-17.3-10.1-17.3 5.7-5.9 2.7-11.4 5.9-15.9 9.2-9.8-4.9-13.6-1.7-11.1 9.2-4.1 4.3-7.8 8.6-11.1 13.8-10.2-3.7-11 2.2-5.4 11.6-1.1 3.5-1.6 7-1.9 10.8-.5 31.6 44.6 64 73.5 65.1 17.3.5 34.6-8.4 43-23.5 113.2 4.9 226.7 4.1 340.2 0 8.1 15.1 25.4 24.3 42.7 23.5 29.2-1.1 74.3-33.5 73.5-65.1.2-3.7-.7-7.2-1.7-10.7zm-73.8-254c1.1-3 2.4-8.4 2.4-14.6 0-5.9 6.8-8.1 14.1-.8 11.1 11.6 14.9 40.5 13.8 51.1-4.1-13.6-13-29-30.3-35.7zm-4.6 6.7c19.5 6.2 28.6 27.6 29.7 48.9-1.1 2.7-3 5.4-4.9 7.6-5.7 5.9-15.4 10-26.2 12.2 4.3-21.3.3-47.3-12.7-63 4.9-.8 10.9-2.4 14.1-5.7zm-24.1 6.8c13.8 11.9 20 39.2 14.1 63.5-4.1.5-8.1.8-11.6.8-1.9-21.9-6.8-44-14.3-64.6 3.7.3 8.1.3 11.8.3zM47.5 203c-1.1-10.5 2.4-39.5 13.8-51.1 7-7.3 14.1-5.1 14.1.8 0 6.2 1.4 11.6 2.4 14.6-17.3 6.8-26.2 22.2-30.3 35.7zm9.7 27.6c-1.9-2.2-3.5-4.9-4.9-7.6 1.4-21.3 10.3-42.7 29.7-48.9 3.2 3.2 9.2 4.9 14.1 5.7-13 15.7-17 41.6-12.7 63-10.8-2.2-20.5-6-26.2-12.2zm47.9 14.6c-4.1 0-8.1-.3-12.7-.8-4.6-18.6-1.9-38.9 5.4-53v.3l12.2-5.1c4.9-1.9 9.7-3.8 14.9-4.9-10.7 19.7-17.4 41.3-19.8 63.5zm184-162.7c41.9 0 76.2 34 76.2 75.9 0 42.2-34.3 76.2-76.2 76.2s-76.2-34-76.2-76.2c0-41.8 34.3-75.9 76.2-75.9zm115.6 174.3c-.3 17.8-7 48.9-23 57-13.2 6.6-6.5-7.5-16.5-58.1 13.3.3 26.6.3 39.5 1.1zm-54-1.6c.8 4.9 3.8 40.3-1.6 41.9-11.6 3.5-40 4.3-51.1-1.1-4.1-3-4.6-35.9-4.3-41.1v.3c18.9-.3 38.1-.3 57 0zM278.3 309c-13 3.5-41.6 4.1-54.6-1.6-6.5-2.7-3.8-42.4-1.9-51.6 19.2-.5 38.4-.5 57.8-.8v.3c1.1 8.3 3.3 51.2-1.3 53.7zm-106.5-51.1c12.2-.8 24.6-1.4 36.8-1.6-2.4 15.4-3 43.5-4.9 52.2-1.1 6.8-4.3 6.8-9.7 4.3-21.9-9.8-27.6-35.2-22.2-54.9zm-35.4 31.3c7.8-1.1 15.7-1.9 23.5-2.7 1.6 6.2 3.8 11.9 7 17.6 10 17 44 35.7 45.1 7 6.2 14.9 40.8 12.2 54.9 10.8 15.7-1.4 23.8-1.4 26.8-14.3 12.4 4.3 30.8 4.1 44 3 11.3-.8 20.8-.5 24.6-8.9 1.1 5.1 1.9 11.6 4.6 16.8 10.8 21.3 37.3 1.4 46.8-31.6 8.6.8 17.6 1.9 26.5 2.7-.4 1.3-3.8 7.3 7.3 11.6-47.6 47-95.7 87.8-163.2 107-63.2-20.8-112.1-59.5-155.9-106.5 9.6-3.4 10.4-8.8 8-12.5zm-21.6 172.5c-3.8 17.8-21.9 29.7-39.7 28.9-19.2-.8-46.5-17-59.2-36.5-2.7-31.1 43.8-61.3 66.2-54.6 14.9 4.3 27.8 30.8 33.5 54 0 3-.3 5.7-.8 8.2zm-8.7-66c-.5-13.5-.5-27-.3-40.5h.3c2.7-1.6 5.7-3.8 7.8-6.5 6.5-1.6 13-5.1 15.1-9.2 3.3-7.1-7-7.5-5.4-12.4 2.7-1.1 5.7-2.2 7.8-3.5 29.2 29.2 58.6 56.5 97.3 77-36.8 11.3-72.4 27.6-105.9 47-1.2-18.6-7.7-35.9-16.7-51.9zm337.6 64.6c-103 3.5-206.2 4.1-309.4 0 0 .3 0 .3-.3.3v-.3h.3c35.1-21.6 72.2-39.2 112.4-50.8 11.6 5.1 23 9.5 34.9 13.2 2.2.8 2.2.8 4.3 0 14.3-4.1 28.4-9.2 42.2-15.4 41.5 11.7 78.8 31.7 115.6 53zm10.5-12.4c-35.9-19.5-73-35.9-111.9-47.6 38.1-20 71.9-47.3 103.5-76.7 2.2 1.4 4.6 2.4 7.6 3.2 0 .8.3 1.9.5 2.4-4.6 2.7-7.8 6.2-5.9 10.3 2.2 3.8 8.6 7.6 15.1 8.9 2.4 2.7 5.1 5.1 8.1 6.8 0 13.8-.3 27.6-.8 41.3l.3-.3c-9.3 15.9-15.5 37-16.5 51.7zm105.9 6.2c-12.7 19.5-40 35.7-59.2 36.5-19.3.9-40.5-13.2-40.5-37 5.7-23.2 18.9-49.7 33.5-54 22.7-6.9 69.2 23.4 66.2 54.5zM372.9 75.2c-3.8-72.1-100.8-79.7-126-23.5 44.6-24.3 90.3-15.7 126 23.5zM74.8 407.1c-15.7 1.6-49.5 25.4-49.5 43.2 0 11.6 15.7 19.5 32.2 14.9 12.2-3.2 31.1-17.6 35.9-27.3 6-11.6-3.7-32.7-18.6-30.8zm215.9-176.2c28.6 0 51.9-21.6 51.9-48.4 0-36.1-40.5-58.1-72.2-44.3 9.5 3 16.5 11.6 16.5 21.6 0 23.3-33.3 32-46.5 11.3-7.3 34.1 19.4 59.8 50.3 59.8zM68 474.1c.5 6.5 12.2 12.7 21.6 9.5 6.8-2.7 14.6-10.5 17.3-16.2 3-7-1.1-20-9.7-18.4-8.9 1.6-29.7 16.7-29.2 25.1zm433.2-67c-14.9-1.9-24.6 19.2-18.9 30.8 4.9 9.7 24.1 24.1 36.2 27.3 16.5 4.6 32.2-3.2 32.2-14.9 0-17.8-33.8-41.6-49.5-43.2zM478.8 449c-8.4-1.6-12.4 11.3-9.5 18.4 2.4 5.7 10.3 13.5 17.3 16.2 9.2 3.2 21.1-3 21.3-9.5.9-8.4-20.2-23.5-29.1-25.1z"], + "orcid": [512, 512, [], "f8d2", "M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z"], + "osi": [512, 512, [], "f41a", "M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1 21.3 118.8-44 230-151.6 274-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8 24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7-5.2 33 11.1 63.7 41.9 77.7 9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5-52.6-20.3-101.4-61-130.8-119-24.9-49.2-25.2-87.7-26.8-108.7zm20.9-1.9c.4 6.6.6 14.3 1.3 22.1 6.3 71.9 49.6 143.5 131 183.1 3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7-31.6-19.9-47.3-48.5-45.6-86 1-21.6 9.3-40.5 23.8-56.3 30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3 35.5-16.6 65.2-40.3 88.1-72 34.8-48.2 49.1-101.9 42.3-161-13.7-117.5-119.4-214.8-255.5-198-106.1 13-195.3 102.5-197.1 225.8z"], + "page4": [496, 512, [], "f3d7", "M248 504C111 504 0 393 0 256S111 8 248 8c20.9 0 41.3 2.6 60.7 7.5L42.3 392H248v112zm0-143.6V146.8L98.6 360.4H248zm96 31.6v92.7c45.7-19.2 84.5-51.7 111.4-92.7H344zm57.4-138.2l-21.2 8.4 21.2 8.3v-16.7zm-20.3 54.5c-6.7 0-8 6.3-8 12.9v7.7h16.2v-10c0-5.9-2.3-10.6-8.2-10.6zM496 256c0 37.3-8.2 72.7-23 104.4H344V27.3C433.3 64.8 496 153.1 496 256zM360.4 143.6h68.2V96h-13.9v32.6h-13.9V99h-13.9v29.6h-12.7V96h-13.9v47.6zm68.1 185.3H402v-11c0-15.4-5.6-25.2-20.9-25.2-15.4 0-20.7 10.6-20.7 25.9v25.3h68.2v-15zm0-103l-68.2 29.7V268l68.2 29.5v-16.6l-14.4-5.7v-26.5l14.4-5.9v-16.9zm-4.8-68.5h-35.6V184H402v-12.2h11c8.6 15.8 1.3 35.3-18.6 35.3-22.5 0-28.3-25.3-15.5-37.7l-11.6-10.6c-16.2 17.5-12.2 63.9 27.1 63.9 34 0 44.7-35.9 29.3-65.3z"], + "pagelines": [384, 512, [], "f18c", "M384 312.7c-55.1 136.7-187.1 54-187.1 54-40.5 81.8-107.4 134.4-184.6 134.7-16.1 0-16.6-24.4 0-24.4 64.4-.3 120.5-42.7 157.2-110.1-41.1 15.9-118.6 27.9-161.6-82.2 109-44.9 159.1 11.2 178.3 45.5 9.9-24.4 17-50.9 21.6-79.7 0 0-139.7 21.9-149.5-98.1 119.1-47.9 152.6 76.7 152.6 76.7 1.6-16.7 3.3-52.6 3.3-53.4 0 0-106.3-73.7-38.1-165.2 124.6 43 61.4 162.4 61.4 162.4.5 1.6.5 23.8 0 33.4 0 0 45.2-89 136.4-57.5-4.2 134-141.9 106.4-141.9 106.4-4.4 27.4-11.2 53.4-20 77.5 0 0 83-91.8 172-20z"], + "palfed": [576, 512, [], "f3d8", "M384.9 193.9c0-47.4-55.2-44.2-95.4-29.8-1.3 39.4-2.5 80.7-3 119.8.7 2.8 2.6 6.2 15.1 6.2 36.8 0 83.4-42.8 83.3-96.2zm-194.5 72.2c.2 0 6.5-2.7 11.2-2.7 26.6 0 20.7 44.1-14.4 44.1-21.5 0-37.1-18.1-37.1-43 0-42 42.9-95.6 100.7-126.5 1-12.4 3-22 10.5-28.2 11.2-9 26.6-3.5 29.5 11.1 72.2-22.2 135.2 1 135.2 72 0 77.9-79.3 152.6-140.1 138.2-.1 39.4.9 74.4 2.7 100v.2c.2 3.4.6 12.5-5.3 19.1-9.6 10.6-33.4 10-36.4-22.3-4.1-44.4.2-206.1 1.4-242.5-21.5 15-58.5 50.3-58.5 75.9.2 2.5.4 4 .6 4.6zM8 181.1s-.1 37.4 38.4 37.4h30l22.4 217.2s0 44.3 44.7 44.3h288.9s44.7-.4 44.7-44.3l22.4-217.2h30s38.4 1.2 38.4-37.4c0 0 .1-37.4-38.4-37.4h-30.1c-7.3-25.6-30.2-74.3-119.4-74.3h-28V50.3s-2.7-18.4-21.1-18.4h-85.8s-21.1 0-21.1 18.4v19.1h-28.1s-105 4.2-120.5 74.3h-29S8 142.5 8 181.1z"], + "patreon": [512, 512, [], "f3d9", "M512 194.8c0 101.3-82.4 183.8-183.8 183.8-101.7 0-184.4-82.4-184.4-183.8 0-101.6 82.7-184.3 184.4-184.3C429.6 10.5 512 93.2 512 194.8zM0 501.5h90v-491H0v491z"], + "paypal": [384, 512, [], "f1ed", "M111.4 295.9c-3.5 19.2-17.4 108.7-21.5 134-.3 1.8-1 2.5-3 2.5H12.3c-7.6 0-13.1-6.6-12.1-13.9L58.8 46.6c1.5-9.6 10.1-16.9 20-16.9 152.3 0 165.1-3.7 204 11.4 60.1 23.3 65.6 79.5 44 140.3-21.5 62.6-72.5 89.5-140.1 90.3-43.4.7-69.5-7-75.3 24.2zM357.1 152c-1.8-1.3-2.5-1.8-3 1.3-2 11.4-5.1 22.5-8.8 33.6-39.9 113.8-150.5 103.9-204.5 103.9-6.1 0-10.1 3.3-10.9 9.4-22.6 140.4-27.1 169.7-27.1 169.7-1 7.1 3.5 12.9 10.6 12.9h63.5c8.6 0 15.7-6.3 17.4-14.9.7-5.4-1.1 6.1 14.4-91.3 4.6-22 14.3-19.7 29.3-19.7 71 0 126.4-28.8 142.9-112.3 6.5-34.8 4.6-71.4-23.8-92.6z"], + "penny-arcade": [640, 512, [], "f704", "M421.91 164.27c-4.49 19.45-1.4 6.06-15.1 65.29l39.73-10.61c-22.34-49.61-17.29-38.41-24.63-54.68zm-206.09 51.11c-20.19 5.4-11.31 3.03-39.63 10.58l4.46 46.19c28.17-7.59 20.62-5.57 34.82-9.34 42.3-9.79 32.85-56.42.35-47.43zm326.16-26.19l-45.47-99.2c-5.69-12.37-19.46-18.84-32.62-15.33-70.27 18.75-38.72 10.32-135.59 36.23a27.618 27.618 0 0 0-18.89 17.41C144.26 113.27 0 153.75 0 226.67c0 33.5 30.67 67.11 80.9 95.37l1.74 17.88a27.891 27.891 0 0 0-17.77 28.67l4.3 44.48c1.39 14.31 13.43 25.21 27.8 25.2 5.18-.01-3.01 1.78 122.53-31.76 12.57-3.37 21.12-15.02 20.58-28.02 216.59 45.5 401.99-5.98 399.89-84.83.01-28.15-22.19-66.56-97.99-104.47zM255.14 298.3l-21.91 5.88-48.44 12.91 2.46 23.55 20.53-5.51 4.51 44.51-115.31 30.78-4.3-44.52 20.02-5.35-11.11-114.64-20.12 5.39-4.35-44.5c178.15-47.54 170.18-46.42 186.22-46.65 56.66-1.13 64.15 71.84 42.55 104.43a86.7 86.7 0 0 1-50.75 33.72zm199.18 16.62l-3.89-39.49 14.9-3.98-6.61-14.68-57.76 15.42-4.1 17.54 19.2-5.12 4.05 39.54-112.85 30.07-4.46-44.43 20.99-5.59 33.08-126.47-17.15 4.56-4.2-44.48c93.36-24.99 65.01-17.41 135.59-36.24l66.67 145.47 20.79-5.56 4.3 44.48-108.55 28.96z"], + "perbyte": [448, 512, [], "e083", "M305.314,284.578H246.6V383.3h58.711q24.423,0,38.193-13.77t13.77-36.11q0-21.826-14.032-35.335T305.314,284.578ZM149.435,128.7H90.724v98.723h58.711q24.42,0,38.19-13.773t13.77-36.107q0-21.826-14.029-35.338T149.435,128.7ZM366.647,32H81.353A81.445,81.445,0,0,0,0,113.352V398.647A81.445,81.445,0,0,0,81.353,480H366.647A81.445,81.445,0,0,0,448,398.647V113.352A81.445,81.445,0,0,0,366.647,32Zm63.635,366.647a63.706,63.706,0,0,1-63.635,63.635H81.353a63.706,63.706,0,0,1-63.635-63.635V113.352A63.706,63.706,0,0,1,81.353,49.718H366.647a63.706,63.706,0,0,1,63.635,63.634ZM305.314,128.7H246.6v98.723h58.711q24.423,0,38.193-13.773t13.77-36.107q0-21.826-14.032-35.338T305.314,128.7Z"], + "periscope": [448, 512, [], "f3da", "M370 63.6C331.4 22.6 280.5 0 226.6 0 111.9 0 18.5 96.2 18.5 214.4c0 75.1 57.8 159.8 82.7 192.7C137.8 455.5 192.6 512 226.6 512c41.6 0 112.9-94.2 120.9-105 24.6-33.1 82-118.3 82-192.6 0-56.5-21.1-110.1-59.5-150.8zM226.6 493.9c-42.5 0-190-167.3-190-279.4 0-107.4 83.9-196.3 190-196.3 100.8 0 184.7 89 184.7 196.3.1 112.1-147.4 279.4-184.7 279.4zM338 206.8c0 59.1-51.1 109.7-110.8 109.7-100.6 0-150.7-108.2-92.9-181.8v.4c0 24.5 20.1 44.4 44.8 44.4 24.7 0 44.8-19.9 44.8-44.4 0-18.2-11.1-33.8-26.9-40.7 76.6-19.2 141 39.3 141 112.4z"], + "phabricator": [496, 512, [], "f3db", "M323 262.1l-.1-13s21.7-19.8 21.1-21.2l-9.5-20c-.6-1.4-29.5-.5-29.5-.5l-9.4-9.3s.2-28.5-1.2-29.1l-20.1-9.2c-1.4-.6-20.7 21-20.7 21l-13.1-.2s-20.5-21.4-21.9-20.8l-20 8.3c-1.4.5.2 28.9.2 28.9l-9.1 9.1s-29.2-.9-29.7.4l-8.1 19.8c-.6 1.4 21 21 21 21l.1 12.9s-21.7 19.8-21.1 21.2l9.5 20c.6 1.4 29.5.5 29.5.5l9.4 9.3s-.2 31.8 1.2 32.3l20.1 8.3c1.4.6 20.7-23.5 20.7-23.5l13.1.2s20.5 23.8 21.8 23.3l20-7.5c1.4-.6-.2-32.1-.2-32.1l9.1-9.1s29.2.9 29.7-.5l8.1-19.8c.7-1.1-20.9-20.7-20.9-20.7zm-44.9-8.7c.7 17.1-12.8 31.6-30.1 32.4-17.3.8-32.1-12.5-32.8-29.6-.7-17.1 12.8-31.6 30.1-32.3 17.3-.8 32.1 12.5 32.8 29.5zm201.2-37.9l-97-97-.1.1c-75.1-73.3-195.4-72.8-269.8 1.6-50.9 51-27.8 27.9-95.7 95.3-22.3 22.3-22.3 58.7 0 81 69.9 69.4 46.4 46 97.4 97l.1-.1c75.1 73.3 195.4 72.9 269.8-1.6 51-50.9 27.9-27.9 95.3-95.3 22.3-22.3 22.3-58.7 0-81zM140.4 363.8c-59.6-59.5-59.6-156 0-215.5 59.5-59.6 156-59.5 215.6 0 59.5 59.5 59.6 156 0 215.6-59.6 59.5-156 59.4-215.6-.1z"], + "phoenix-framework": [640, 512, [], "f3dc", "M212.9 344.3c3.8-.1 22.8-1.4 25.6-2.2-2.4-2.6-43.6-1-68-49.6-4.3-8.6-7.5-17.6-6.4-27.6 2.9-25.5 32.9-30 52-18.5 36 21.6 63.3 91.3 113.7 97.5 37 4.5 84.6-17 108.2-45.4-.6-.1-.8-.2-1-.1-.4.1-.8.2-1.1.3-33.3 12.1-94.3 9.7-134.7-14.8-37.6-22.8-53.1-58.7-51.8-74.6 1.8-21.3 22.9-23.2 35.9-19.6 14.4 3.9 24.4 17.6 38.9 27.4 15.6 10.4 32.9 13.7 51.3 10.3 14.9-2.7 34.4-12.3 36.5-14.5-1.1-.1-1.8-.1-2.5-.2-6.2-.6-12.4-.8-18.5-1.7C279.8 194.5 262.1 47.4 138.5 37.9 94.2 34.5 39.1 46 2.2 72.9c-.8.6-1.5 1.2-2.2 1.8.1.2.1.3.2.5.8 0 1.6-.1 2.4-.2 6.3-1 12.5-.8 18.7.3 23.8 4.3 47.7 23.1 55.9 76.5 5.3 34.3-.7 50.8 8 86.1 19 77.1 91 107.6 127.7 106.4zM75.3 64.9c-.9-1-.9-1.2-1.3-2 12.1-2.6 24.2-4.1 36.6-4.8-1.1 14.7-22.2 21.3-35.3 6.8zm196.9 350.5c-42.8 1.2-92-26.7-123.5-61.4-4.6-5-16.8-20.2-18.6-23.4l.4-.4c6.6 4.1 25.7 18.6 54.8 27 24.2 7 48.1 6.3 71.6-3.3 22.7-9.3 41-.5 43.1 2.9-18.5 3.8-20.1 4.4-24 7.9-5.1 4.4-4.6 11.7 7 17.2 26.2 12.4 63-2.8 97.2 25.4 2.4 2 8.1 7.8 10.1 10.7-.1.2-.3.3-.4.5-4.8-1.5-16.4-7.5-40.2-9.3-24.7-2-46.3 5.3-77.5 6.2zm174.8-252c16.4-5.2 41.3-13.4 66.5-3.3 16.1 6.5 26.2 18.7 32.1 34.6 3.5 9.4 5.1 19.7 5.1 28.7-.2 0-.4 0-.6.1-.2-.4-.4-.9-.5-1.3-5-22-29.9-43.8-67.6-29.9-50.2 18.6-130.4 9.7-176.9-48-.7-.9-2.4-1.7-1.3-3.2.1-.2 2.1.6 3 1.3 18.1 13.4 38.3 21.9 60.3 26.2 30.5 6.1 54.6 2.9 79.9-5.2zm102.7 117.5c-32.4.2-33.8 50.1-103.6 64.4-18.2 3.7-38.7 4.6-44.9 4.2v-.4c2.8-1.5 14.7-2.6 29.7-16.6 7.9-7.3 15.3-15.1 22.8-22.9 19.5-20.2 41.4-42.2 81.9-39 23.1 1.8 29.3 8.2 36.1 12.7.3.2.4.5.7.9-.5 0-.7.1-.9 0-7-2.7-14.3-3.3-21.8-3.3zm-12.3-24.1c-.1.2-.1.4-.2.6-28.9-4.4-48-7.9-68.5 4-17 9.9-31.4 20.5-62 24.4-27.1 3.4-45.1 2.4-66.1-8-.3-.2-.6-.4-1-.6 0-.2.1-.3.1-.5 24.9 3.8 36.4 5.1 55.5-5.8 22.3-12.9 40.1-26.6 71.3-31 29.6-4.1 51.3 2.5 70.9 16.9zM268.6 97.3c-.6-.6-1.1-1.2-2.1-2.3 7.6 0 29.7-1.2 53.4 8.4 19.7 8 32.2 21 50.2 32.9 11.1 7.3 23.4 9.3 36.4 8.1 4.3-.4 8.5-1.2 12.8-1.7.4-.1.9 0 1.5.3-.6.4-1.2.9-1.8 1.2-8.1 4-16.7 6.3-25.6 7.1-26.1 2.6-50.3-3.7-73.4-15.4-19.3-9.9-36.4-22.9-51.4-38.6zM640 335.7c-3.5 3.1-22.7 11.6-42.7 5.3-12.3-3.9-19.5-14.9-31.6-24.1-10-7.6-20.9-7.9-28.1-8.4.6-.8.9-1.2 1.2-1.4 14.8-9.2 30.5-12.2 47.3-6.5 12.5 4.2 19.2 13.5 30.4 24.2 10.8 10.4 21 9.9 23.1 10.5.1-.1.2 0 .4.4zm-212.5 137c2.2 1.2 1.6 1.5 1.5 2-18.5-1.4-33.9-7.6-46.8-22.2-21.8-24.7-41.7-27.9-48.6-29.7.5-.2.8-.4 1.1-.4 13.1.1 26.1.7 38.9 3.9 25.3 6.4 35 25.4 41.6 35.3 3.2 4.8 7.3 8.3 12.3 11.1z"], + "phoenix-squadron": [512, 512, [], "f511", "M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.57 526.57 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.21 243.21 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.34 238.34 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79.13 79.13 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7z"], + "php": [640, 512, [], "f457", "M320 104.5c171.4 0 303.2 72.2 303.2 151.5S491.3 407.5 320 407.5c-171.4 0-303.2-72.2-303.2-151.5S148.7 104.5 320 104.5m0-16.8C143.3 87.7 0 163 0 256s143.3 168.3 320 168.3S640 349 640 256 496.7 87.7 320 87.7zM218.2 242.5c-7.9 40.5-35.8 36.3-70.1 36.3l13.7-70.6c38 0 63.8-4.1 56.4 34.3zM97.4 350.3h36.7l8.7-44.8c41.1 0 66.6 3 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7h-70.7L97.4 350.3zm185.7-213.6h36.5l-8.7 44.8c31.5 0 60.7-2.3 74.8 10.7 14.8 13.6 7.7 31-8.3 113.1h-37c15.4-79.4 18.3-86 12.7-92-5.4-5.8-17.7-4.6-47.4-4.6l-18.8 96.6h-36.5l32.7-168.6zM505 242.5c-8 41.1-36.7 36.3-70.1 36.3l13.7-70.6c38.2 0 63.8-4.1 56.4 34.3zM384.2 350.3H421l8.7-44.8c43.2 0 67.1 2.5 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7H417l-32.8 168.7z"], + "pied-piper": [480, 512, [], "f2ae", "M455.93,23.2C429.23,30,387.79,51.69,341.35,90.66A206,206,0,0,0,240,64C125.13,64,32,157.12,32,272s93.13,208,208,208,208-93.13,208-208a207.25,207.25,0,0,0-58.75-144.81,155.35,155.35,0,0,0-17,27.4A176.16,176.16,0,0,1,417.1,272c0,97.66-79.44,177.11-177.09,177.11a175.81,175.81,0,0,1-87.63-23.4c82.94-107.33,150.79-37.77,184.31-226.65,5.79-32.62,28-94.26,126.23-160.18C471,33.45,465.35,20.8,455.93,23.2ZM125,406.4A176.66,176.66,0,0,1,62.9,272C62.9,174.34,142.35,94.9,240,94.9a174,174,0,0,1,76.63,17.75C250.64,174.76,189.77,265.52,125,406.4Z"], + "pied-piper-alt": [576, 512, [], "f1a8", "M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z"], + "pied-piper-hat": [640, 512, [], "f4e5", "M640 24.9c-80.8 53.6-89.4 92.5-96.4 104.4-6.7 12.2-11.7 60.3-23.3 83.6-11.7 23.6-54.2 42.2-66.1 50-11.7 7.8-28.3 38.1-41.9 64.2-108.1-4.4-167.4 38.8-259.2 93.6 29.4-9.7 43.3-16.7 43.3-16.7 94.2-36 139.3-68.3 281.1-49.2 1.1 0 1.9.6 2.8.8 3.9 2.2 5.3 6.9 3.1 10.8l-53.9 95.8c-2.5 4.7-7.8 7.2-13.1 6.1-126.8-23.8-226.9 17.3-318.9 18.6C24.1 488 0 453.4 0 451.8c0-1.1.6-1.7 1.7-1.7 0 0 38.3 0 103.1-15.3C178.4 294.5 244 245.4 315.4 245.4c0 0 71.7 0 90.6 61.9 22.8-39.7 28.3-49.2 28.3-49.2 5.3-9.4 35-77.2 86.4-141.4 51.5-64 90.4-79.9 119.3-91.8z"], + "pied-piper-pp": [448, 512, [], "f1a7", "M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2 17.5 0 31.7 16.9 31.7 37.8zm52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7 17.4 0 31.7-16.9 31.7-37.8 0-21.1-14.3-38.1-31.7-38.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM185 255.1c41 0 74.2-35.6 74.2-79.6 0-44-33.2-79.6-74.2-79.6-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8zm158.4 25.3c0-44-33.2-79.6-73.9-79.6-3.2 0-6.4.2-9.6.7-3.7 12.5-10.1 23.8-19.2 33.4-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7 40.8 0 74-35.6 74-79.6z"], + "pied-piper-square": [448, 512, [], "e01e", "M32 419L0 479.2l.8-328C.8 85.3 54 32 120 32h327.2c-93 28.9-189.9 94.2-253.9 168.6C122.7 282 82.6 338 32 419M448 32S305.2 98.8 261.6 199.1c-23.2 53.6-28.9 118.1-71 158.6-28.9 27.8-69.8 38.2-105.3 56.3-23.2 12-66.4 40.5-84.9 66h328.4c66 0 119.3-53.3 119.3-119.2-.1 0-.1-328.8-.1-328.8z"], + "pinterest": [496, 512, [], "f0d2", "M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z"], + "pinterest-p": [384, 512, [], "f231", "M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"], + "pinterest-square": [448, 512, [], "f0d3", "M448 80v352c0 26.5-21.5 48-48 48H154.4c9.8-16.4 22.4-40 27.4-59.3 3-11.5 15.3-58.4 15.3-58.4 8 15.3 31.4 28.2 56.3 28.2 74.1 0 127.4-68.1 127.4-152.7 0-81.1-66.2-141.8-151.4-141.8-106 0-162.2 71.1-162.2 148.6 0 36 19.2 80.8 49.8 95.1 4.7 2.2 7.1 1.2 8.2-3.3.8-3.4 5-20.1 6.8-27.8.6-2.5.3-4.6-1.7-7-10.1-12.3-18.3-34.9-18.3-56 0-54.2 41-106.6 110.9-106.6 60.3 0 102.6 41.1 102.6 99.9 0 66.4-33.5 112.4-77.2 112.4-24.1 0-42.1-19.9-36.4-44.4 6.9-29.2 20.3-60.7 20.3-81.8 0-53-75.5-45.7-75.5 25 0 21.7 7.3 36.5 7.3 36.5-31.4 132.8-36.1 134.5-29.6 192.6l2.2.8H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48z"], + "playstation": [576, 512, [], "f3df", "M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8 40.9-4.5 90.9.6 130.2 15.5 44.2 14 49.2 34.7 38 48.9zm-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6zM43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8 19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4 13.9 4.6 39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10z"], + "product-hunt": [512, 512, [], "f288", "M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z"], + "pushed": [432, 512, [], "f3e1", "M407 111.9l-98.5-9 14-33.4c10.4-23.5-10.8-40.4-28.7-37L22.5 76.9c-15.1 2.7-26 18.3-21.4 36.6l105.1 348.3c6.5 21.3 36.7 24.2 47.7 7l35.3-80.8 235.2-231.3c16.4-16.8 4.3-42.9-17.4-44.8zM297.6 53.6c5.1-.7 7.5 2.5 5.2 7.4L286 100.9 108.6 84.6l189-31zM22.7 107.9c-3.1-5.1 1-10 6.1-9.1l248.7 22.7-96.9 230.7L22.7 107.9zM136 456.4c-2.6 4-7.9 3.1-9.4-1.2L43.5 179.7l127.7 197.6c-7 15-35.2 79.1-35.2 79.1zm272.8-314.5L210.1 337.3l89.7-213.7 106.4 9.7c4 1.1 5.7 5.3 2.6 8.6z"], + "python": [448, 512, [], "f3e2", "M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z"], + "qq": [448, 512, [], "f1d6", "M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741 0 31.345-16.136 72.247-51.051 101.786 16.842 5.192 54.843 19.167 45.803 34.421-7.316 12.343-125.51 7.881-159.632 4.037-34.122 3.844-152.316 8.306-159.632-4.037-9.045-15.25 28.918-29.214 45.783-34.415-34.92-29.539-51.059-70.445-51.059-101.792 0 0-33.334 54.134-44.859 52.741-5.37-.65-12.424-29.644 9.347-99.704 10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963 18.118 45.223 29.912 72.85 40.144 105.778 21.768 70.06 14.716 99.053 9.346 99.704z"], + "quinscape": [512, 512, [], "f459", "M313.6 474.6h-1a158.1 158.1 0 0 1 0-316.2c94.9 0 168.2 83.1 157 176.6 4 5.1 8.2 9.6 11.2 15.3 13.4-30.3 20.3-62.4 20.3-97.7C501.1 117.5 391.6 8 256.5 8S12 117.5 12 252.6s109.5 244.6 244.5 244.6a237.36 237.36 0 0 0 70.4-10.1c-5.2-3.5-8.9-8.1-13.3-12.5zm-.1-.1l.4.1zm78.4-168.9a99.2 99.2 0 1 0 99.2 99.2 99.18 99.18 0 0 0-99.2-99.2z"], + "quora": [448, 512, [], "f2c4", "M440.5 386.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8-20.5 0-35.3-14.2-49.5-35.8 44.2-34.2 74.7-87.5 74.7-153C403.5 111.2 306.8 32 205 32 105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3zM297 329.2C277.5 300 253.3 277 205.5 277c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4 35.5 0 53.7 30.8 69.2 61.3-10 3-20.7 4.2-32.7 4.2-75 0-107.5-53-107.5-156.7C97.5 124.5 130 71 205 71c76.2 0 108.7 53.5 108.7 157.7.1 41.8-5.4 75.6-16.7 100.5z"], + "r-project": [581, 512, [], "f4f7", "M581 226.6C581 119.1 450.9 32 290.5 32S0 119.1 0 226.6C0 322.4 103.3 402 239.4 418.1V480h99.1v-61.5c24.3-2.7 47.6-7.4 69.4-13.9L448 480h112l-67.4-113.7c54.5-35.4 88.4-84.9 88.4-139.7zm-466.8 14.5c0-73.5 98.9-133 220.8-133s211.9 40.7 211.9 133c0 50.1-26.5 85-70.3 106.4-2.4-1.6-4.7-2.9-6.4-3.7-10.2-5.2-27.8-10.5-27.8-10.5s86.6-6.4 86.6-92.7-90.6-87.9-90.6-87.9h-199V361c-74.1-21.5-125.2-67.1-125.2-119.9zm225.1 38.3v-55.6c57.8 0 87.8-6.8 87.8 27.3 0 36.5-38.2 28.3-87.8 28.3zm-.9 72.5H365c10.8 0 18.9 11.7 24 19.2-16.1 1.9-33 2.8-50.6 2.9v-22.1z"], + "raspberry-pi": [407, 512, [], "f7bb", "M372 232.5l-3.7-6.5c.1-46.4-21.4-65.3-46.5-79.7 7.6-2 15.4-3.6 17.6-13.2 13.1-3.3 15.8-9.4 17.1-15.8 3.4-2.3 14.8-8.7 13.6-19.7 6.4-4.4 10-10.1 8.1-18.1 6.9-7.5 8.7-13.7 5.8-19.4 8.3-10.3 4.6-15.6 1.1-20.9 6.2-11.2.7-23.2-16.6-21.2-6.9-10.1-21.9-7.8-24.2-7.8-2.6-3.2-6-6-16.5-4.7-6.8-6.1-14.4-5-22.3-2.1-9.3-7.3-15.5-1.4-22.6.8C271.6.6 269 5.5 263.5 7.6c-12.3-2.6-16.1 3-22 8.9l-6.9-.1c-18.6 10.8-27.8 32.8-31.1 44.1-3.3-11.3-12.5-33.3-31.1-44.1l-6.9.1c-5.9-5.9-9.7-11.5-22-8.9-5.6-2-8.1-7-19.4-3.4-4.6-1.4-8.9-4.4-13.9-4.3-2.6.1-5.5 1-8.7 3.5-7.9-3-15.5-4-22.3 2.1-10.5-1.3-14 1.4-16.5 4.7-2.3 0-17.3-2.3-24.2 7.8C21.2 16 15.8 28 22 39.2c-3.5 5.4-7.2 10.7 1.1 20.9-2.9 5.7-1.1 11.9 5.8 19.4-1.8 8 1.8 13.7 8.1 18.1-1.2 11 10.2 17.4 13.6 19.7 1.3 6.4 4 12.4 17.1 15.8 2.2 9.5 10 11.2 17.6 13.2-25.1 14.4-46.6 33.3-46.5 79.7l-3.7 6.5c-28.8 17.2-54.7 72.7-14.2 117.7 2.6 14.1 7.1 24.2 11 35.4 5.9 45.2 44.5 66.3 54.6 68.8 14.9 11.2 30.8 21.8 52.2 29.2C159 504.2 181 512 203 512h1c22.1 0 44-7.8 64.2-28.4 21.5-7.4 37.3-18 52.2-29.2 10.2-2.5 48.7-23.6 54.6-68.8 3.9-11.2 8.4-21.3 11-35.4 40.6-45.1 14.7-100.5-14-117.7zm-22.2-8c-1.5 18.7-98.9-65.1-82.1-67.9 45.7-7.5 83.6 19.2 82.1 67.9zm-43 93.1c-24.5 15.8-59.8 5.6-78.8-22.8s-14.6-64.2 9.9-80c24.5-15.8 59.8-5.6 78.8 22.8s14.6 64.2-9.9 80zM238.9 29.3c.8 4.2 1.8 6.8 2.9 7.6 5.4-5.8 9.8-11.7 16.8-17.3 0 3.3-1.7 6.8 2.5 9.4 3.7-5 8.8-9.5 15.5-13.3-3.2 5.6-.6 7.3 1.2 9.6 5.1-4.4 10-8.8 19.4-12.3-2.6 3.1-6.2 6.2-2.4 9.8 5.3-3.3 10.6-6.6 23.1-8.9-2.8 3.1-8.7 6.3-5.1 9.4 6.6-2.5 14-4.4 22.1-5.4-3.9 3.2-7.1 6.3-3.9 8.8 7.1-2.2 16.9-5.1 26.4-2.6l-6 6.1c-.7.8 14.1.6 23.9.8-3.6 5-7.2 9.7-9.3 18.2 1 1 5.8.4 10.4 0-4.7 9.9-12.8 12.3-14.7 16.6 2.9 2.2 6.8 1.6 11.2.1-3.4 6.9-10.4 11.7-16 17.3 1.4 1 3.9 1.6 9.7.9-5.2 5.5-11.4 10.5-18.8 15 1.3 1.5 5.8 1.5 10 1.6-6.7 6.5-15.3 9.9-23.4 14.2 4 2.7 6.9 2.1 10 2.1-5.7 4.7-15.4 7.1-24.4 10 1.7 2.7 3.4 3.4 7.1 4.1-9.5 5.3-23.2 2.9-27 5.6.9 2.7 3.6 4.4 6.7 5.8-15.4.9-57.3-.6-65.4-32.3 15.7-17.3 44.4-37.5 93.7-62.6-38.4 12.8-73 30-102 53.5-34.3-15.9-10.8-55.9 5.8-71.8zm-34.4 114.6c24.2-.3 54.1 17.8 54 34.7-.1 15-21 27.1-53.8 26.9-32.1-.4-53.7-15.2-53.6-29.8 0-11.9 26.2-32.5 53.4-31.8zm-123-12.8c3.7-.7 5.4-1.5 7.1-4.1-9-2.8-18.7-5.3-24.4-10 3.1 0 6 .7 10-2.1-8.1-4.3-16.7-7.7-23.4-14.2 4.2-.1 8.7 0 10-1.6-7.4-4.5-13.6-9.5-18.8-15 5.8.7 8.3.1 9.7-.9-5.6-5.6-12.7-10.4-16-17.3 4.3 1.5 8.3 2 11.2-.1-1.9-4.2-10-6.7-14.7-16.6 4.6.4 9.4 1 10.4 0-2.1-8.5-5.8-13.3-9.3-18.2 9.8-.1 24.6 0 23.9-.8l-6-6.1c9.5-2.5 19.3.4 26.4 2.6 3.2-2.5-.1-5.6-3.9-8.8 8.1 1.1 15.4 2.9 22.1 5.4 3.5-3.1-2.3-6.3-5.1-9.4 12.5 2.3 17.8 5.6 23.1 8.9 3.8-3.6.2-6.7-2.4-9.8 9.4 3.4 14.3 7.9 19.4 12.3 1.7-2.3 4.4-4 1.2-9.6 6.7 3.8 11.8 8.3 15.5 13.3 4.1-2.6 2.5-6.2 2.5-9.4 7 5.6 11.4 11.5 16.8 17.3 1.1-.8 2-3.4 2.9-7.6 16.6 15.9 40.1 55.9 6 71.8-29-23.5-63.6-40.7-102-53.5 49.3 25 78 45.3 93.7 62.6-8 31.8-50 33.2-65.4 32.3 3.1-1.4 5.8-3.2 6.7-5.8-4-2.8-17.6-.4-27.2-5.6zm60.1 24.1c16.8 2.8-80.6 86.5-82.1 67.9-1.5-48.7 36.5-75.5 82.1-67.9zM38.2 342c-23.7-18.8-31.3-73.7 12.6-98.3 26.5-7 9 107.8-12.6 98.3zm91 98.2c-13.3 7.9-45.8 4.7-68.8-27.9-15.5-27.4-13.5-55.2-2.6-63.4 16.3-9.8 41.5 3.4 60.9 25.6 16.9 20 24.6 55.3 10.5 65.7zm-26.4-119.7c-24.5-15.8-28.9-51.6-9.9-80s54.3-38.6 78.8-22.8 28.9 51.6 9.9 80c-19.1 28.4-54.4 38.6-78.8 22.8zM205 496c-29.4 1.2-58.2-23.7-57.8-32.3-.4-12.7 35.8-22.6 59.3-22 23.7-1 55.6 7.5 55.7 18.9.5 11-28.8 35.9-57.2 35.4zm58.9-124.9c.2 29.7-26.2 53.8-58.8 54-32.6.2-59.2-23.8-59.4-53.4v-.6c-.2-29.7 26.2-53.8 58.8-54 32.6-.2 59.2 23.8 59.4 53.4v.6zm82.2 42.7c-25.3 34.6-59.6 35.9-72.3 26.3-13.3-12.4-3.2-50.9 15.1-72 20.9-23.3 43.3-38.5 58.9-26.6 10.5 10.3 16.7 49.1-1.7 72.3zm22.9-73.2c-21.5 9.4-39-105.3-12.6-98.3 43.9 24.7 36.3 79.6 12.6 98.3z"], + "ravelry": [512, 512, [], "f2d9", "M498.252,234.223c-1.208-10.34-1.7-20.826-3.746-31a310.306,310.306,0,0,0-9.622-36.6,184.068,184.068,0,0,0-30.874-57.5,251.154,251.154,0,0,0-18.818-21.689,237.362,237.362,0,0,0-47.113-36.116A240.8,240.8,0,0,0,331.356,26.65c-11.018-3.1-22.272-5.431-33.515-7.615-6.78-1.314-13.749-1.667-20.627-2.482-.316-.036-.6-.358-.9-.553q-16.143.009-32.288.006c-2.41.389-4.808.925-7.236,1.15a179.331,179.331,0,0,0-34.256,7.1,221.5,221.5,0,0,0-39.768,16.355,281.385,281.385,0,0,0-38.08,24.158c-6.167,4.61-12.268,9.36-17.974,14.518C96.539,88.494,86.34,97.72,76.785,107.555a243.878,243.878,0,0,0-33.648,43.95,206.488,206.488,0,0,0-20.494,44.6,198.2,198.2,0,0,0-7.691,34.759A201.13,201.13,0,0,0,13.4,266.385a299.716,299.716,0,0,0,4.425,40.24,226.865,226.865,0,0,0,16.73,53.3,210.543,210.543,0,0,0,24,39.528,213.589,213.589,0,0,0,26.358,28.416A251.313,251.313,0,0,0,126.7,458.455a287.831,287.831,0,0,0,55.9,25.277,269.5,269.5,0,0,0,40.641,9.835c6.071,1.01,12.275,1.253,18.412,1.873a4.149,4.149,0,0,1,1.19.56h32.289c2.507-.389,5-.937,7.527-1.143,16.336-1.332,32.107-5.335,47.489-10.717A219.992,219.992,0,0,0,379.1,460.322c9.749-6.447,19.395-13.077,28.737-20.1,5.785-4.348,10.988-9.5,16.3-14.457,3.964-3.7,7.764-7.578,11.51-11.5a232.162,232.162,0,0,0,31.427-41.639c9.542-16.045,17.355-32.905,22.3-50.926,2.859-10.413,4.947-21.045,7.017-31.652,1.032-5.279,1.251-10.723,1.87-16.087.036-.317.358-.6.552-.9V236.005A9.757,9.757,0,0,1,498.252,234.223Zm-161.117-1.15s-16.572-2.98-28.47-2.98c-27.2,0-33.57,14.9-33.57,37.04V360.8H201.582V170.062H275.1v31.931c8.924-26.822,26.771-36.189,62.04-36.189Z"], + "react": [512, 512, [], "f41b", "M418.2 177.2c-5.4-1.8-10.8-3.5-16.2-5.1.9-3.7 1.7-7.4 2.5-11.1 12.3-59.6 4.2-107.5-23.1-123.3-26.3-15.1-69.2.6-112.6 38.4-4.3 3.7-8.5 7.6-12.5 11.5-2.7-2.6-5.5-5.2-8.3-7.7-45.5-40.4-91.1-57.4-118.4-41.5-26.2 15.2-34 60.3-23 116.7 1.1 5.6 2.3 11.1 3.7 16.7-6.4 1.8-12.7 3.8-18.6 5.9C38.3 196.2 0 225.4 0 255.6c0 31.2 40.8 62.5 96.3 81.5 4.5 1.5 9 3 13.6 4.3-1.5 6-2.8 11.9-4 18-10.5 55.5-2.3 99.5 23.9 114.6 27 15.6 72.4-.4 116.6-39.1 3.5-3.1 7-6.3 10.5-9.7 4.4 4.3 9 8.4 13.6 12.4 42.8 36.8 85.1 51.7 111.2 36.6 27-15.6 35.8-62.9 24.4-120.5-.9-4.4-1.9-8.9-3-13.5 3.2-.9 6.3-1.9 9.4-2.9 57.7-19.1 99.5-50 99.5-81.7 0-30.3-39.4-59.7-93.8-78.4zM282.9 92.3c37.2-32.4 71.9-45.1 87.7-36 16.9 9.7 23.4 48.9 12.8 100.4-.7 3.4-1.4 6.7-2.3 10-22.2-5-44.7-8.6-67.3-10.6-13-18.6-27.2-36.4-42.6-53.1 3.9-3.7 7.7-7.2 11.7-10.7zM167.2 307.5c5.1 8.7 10.3 17.4 15.8 25.9-15.6-1.7-31.1-4.2-46.4-7.5 4.4-14.4 9.9-29.3 16.3-44.5 4.6 8.8 9.3 17.5 14.3 26.1zm-30.3-120.3c14.4-3.2 29.7-5.8 45.6-7.8-5.3 8.3-10.5 16.8-15.4 25.4-4.9 8.5-9.7 17.2-14.2 26-6.3-14.9-11.6-29.5-16-43.6zm27.4 68.9c6.6-13.8 13.8-27.3 21.4-40.6s15.8-26.2 24.4-38.9c15-1.1 30.3-1.7 45.9-1.7s31 .6 45.9 1.7c8.5 12.6 16.6 25.5 24.3 38.7s14.9 26.7 21.7 40.4c-6.7 13.8-13.9 27.4-21.6 40.8-7.6 13.3-15.7 26.2-24.2 39-14.9 1.1-30.4 1.6-46.1 1.6s-30.9-.5-45.6-1.4c-8.7-12.7-16.9-25.7-24.6-39s-14.8-26.8-21.5-40.6zm180.6 51.2c5.1-8.8 9.9-17.7 14.6-26.7 6.4 14.5 12 29.2 16.9 44.3-15.5 3.5-31.2 6.2-47 8 5.4-8.4 10.5-17 15.5-25.6zm14.4-76.5c-4.7-8.8-9.5-17.6-14.5-26.2-4.9-8.5-10-16.9-15.3-25.2 16.1 2 31.5 4.7 45.9 8-4.6 14.8-10 29.2-16.1 43.4zM256.2 118.3c10.5 11.4 20.4 23.4 29.6 35.8-19.8-.9-39.7-.9-59.5 0 9.8-12.9 19.9-24.9 29.9-35.8zM140.2 57c16.8-9.8 54.1 4.2 93.4 39 2.5 2.2 5 4.6 7.6 7-15.5 16.7-29.8 34.5-42.9 53.1-22.6 2-45 5.5-67.2 10.4-1.3-5.1-2.4-10.3-3.5-15.5-9.4-48.4-3.2-84.9 12.6-94zm-24.5 263.6c-4.2-1.2-8.3-2.5-12.4-3.9-21.3-6.7-45.5-17.3-63-31.2-10.1-7-16.9-17.8-18.8-29.9 0-18.3 31.6-41.7 77.2-57.6 5.7-2 11.5-3.8 17.3-5.5 6.8 21.7 15 43 24.5 63.6-9.6 20.9-17.9 42.5-24.8 64.5zm116.6 98c-16.5 15.1-35.6 27.1-56.4 35.3-11.1 5.3-23.9 5.8-35.3 1.3-15.9-9.2-22.5-44.5-13.5-92 1.1-5.6 2.3-11.2 3.7-16.7 22.4 4.8 45 8.1 67.9 9.8 13.2 18.7 27.7 36.6 43.2 53.4-3.2 3.1-6.4 6.1-9.6 8.9zm24.5-24.3c-10.2-11-20.4-23.2-30.3-36.3 9.6.4 19.5.6 29.5.6 10.3 0 20.4-.2 30.4-.7-9.2 12.7-19.1 24.8-29.6 36.4zm130.7 30c-.9 12.2-6.9 23.6-16.5 31.3-15.9 9.2-49.8-2.8-86.4-34.2-4.2-3.6-8.4-7.5-12.7-11.5 15.3-16.9 29.4-34.8 42.2-53.6 22.9-1.9 45.7-5.4 68.2-10.5 1 4.1 1.9 8.2 2.7 12.2 4.9 21.6 5.7 44.1 2.5 66.3zm18.2-107.5c-2.8.9-5.6 1.8-8.5 2.6-7-21.8-15.6-43.1-25.5-63.8 9.6-20.4 17.7-41.4 24.5-62.9 5.2 1.5 10.2 3.1 15 4.7 46.6 16 79.3 39.8 79.3 58 0 19.6-34.9 44.9-84.8 61.4zm-149.7-15c25.3 0 45.8-20.5 45.8-45.8s-20.5-45.8-45.8-45.8c-25.3 0-45.8 20.5-45.8 45.8s20.5 45.8 45.8 45.8z"], + "reacteurope": [576, 512, [], "f75d", "M250.6 211.74l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm63.7 0l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.2-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm-91.3 50.5h-3.4c-4.8 0-3.8 4-3.8 12.1 0 4.7-2.3 6.1-5.8 6.1s-5.8-1.4-5.8-6.1v-36.6c0-4.7 2.3-6.1 5.8-6.1s5.8 1.4 5.8 6.1c0 7.2-.7 10.5 3.8 10.5h3.4c4.7-.1 3.8-3.9 3.8-12.3 0-9.9-6.7-14.1-16.8-14.1h-.2c-10.1 0-16.8 4.2-16.8 14.1V276c0 10.4 6.7 14.1 16.8 14.1h.2c10.1 0 16.8-3.8 16.8-14.1 0-9.86 1.1-13.76-3.8-13.76zm-80.7 17.4h-14.7v-19.3H139c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-11.4v-18.3H142c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-21.7c-2.4-.1-3.7 1.3-3.7 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h21.9c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8zm-42-18.5c4.6-2 7.3-6 7.3-12.4v-11.9c0-10.1-6.7-14.1-16.8-14.1H77.4c-2.5 0-3.8 1.3-3.8 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5 0 3.8-1.3 3.8-3.8v-22.9h5.6l7.4 23.5a4.1 4.1 0 0 0 4.3 3.2h3.3c2.8 0 4-1.8 3.2-4.4zm-3.8-14c0 4.8-2.5 6.1-6.1 6.1h-5.8v-20.9h5.8c3.6 0 6.1 1.3 6.1 6.1zM176 226a3.82 3.82 0 0 0-4.2-3.4h-6.9a3.68 3.68 0 0 0-4 3.4l-11 59.2c-.5 2.7.9 4.1 3.4 4.1h3a3.74 3.74 0 0 0 4.1-3.5l1.8-11.3h12.2l1.8 11.3a3.74 3.74 0 0 0 4.1 3.5h3.5c2.6 0 3.9-1.4 3.4-4.1zm-12.3 39.3l4.7-29.7 4.7 29.7zm89.3 20.2v-53.2h7.5c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-25.8c-2.5 0-3.8 1.3-3.8 3.8v2.1c0 2.5 1.3 3.8 3.8 3.8h7.3v53.2c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5.04 3.8-1.3 3.8-3.76zm248-.8h-19.4V258h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9H501a1.81 1.81 0 0 0 2-1.9v-.8a1.84 1.84 0 0 0-2-1.96zm-93.1-62.9h-.8c-10.1 0-15.3 4.7-15.3 14.1V276c0 9.3 5.2 14.1 15.3 14.1h.8c10.1 0 15.3-4.8 15.3-14.1v-40.1c0-9.36-5.2-14.06-15.3-14.06zm10.2 52.4c-.1 8-3 11.1-10.5 11.1s-10.5-3.1-10.5-11.1v-36.6c0-7.9 3-11.1 10.5-11.1s10.5 3.2 10.5 11.1zm-46.5-14.5c6.1-1.6 9.2-6.1 9.2-13.3v-9.7c0-9.4-5.2-14.1-15.3-14.1h-13.7a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.9h11.6l10.4 27.2a2.32 2.32 0 0 0 2.3 1.5h1.5c1.4 0 2-1 1.5-2.3zm-6.4-3.9H355v-28.5h10.2c7.5 0 10.5 3.1 10.5 11.1v6.4c0 7.84-3 11.04-10.5 11.04zm85.9-33.1h-13.7a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.1h10.6c10.1 0 15.3-4.8 15.3-14.1v-10.5c0-9.4-5.2-14.1-15.3-14.1zm10.2 22.8c0 7.9-3 11.1-10.5 11.1h-10.2v-29.2h10.2c7.5-.1 10.5 3.1 10.5 11zM259.5 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm227.6-136.1a364.42 364.42 0 0 0-35.6-11.3c19.6-78 11.6-134.7-22.3-153.9C394.7-12.66 343.3 11 291 61.94q5.1 4.95 10.2 10.2c82.5-80 119.6-53.5 120.9-52.8 22.4 12.7 36 55.8 15.5 137.8a587.83 587.83 0 0 0-84.6-13C281.1 43.64 212.4 2 170.8 2 140 2 127 23 123.2 29.74c-18.1 32-13.3 84.2.1 133.8-70.5 20.3-120.7 54.1-120.3 95 .5 59.6 103.2 87.8 122.1 92.8-20.5 81.9-10.1 135.6 22.3 153.9 28 15.8 75.1 6 138.2-55.2q-5.1-4.95-10.2-10.2c-82.5 80-119.7 53.5-120.9 52.8-22.3-12.6-36-55.6-15.5-137.9 12.4 2.9 41.8 9.5 84.6 13 71.9 100.4 140.6 142 182.1 142 30.8 0 43.8-21 47.6-27.7 18-31.9 13.3-84.1-.1-133.8 152.3-43.8 156.2-130.2 33.9-176.3zM135.9 36.84c2.9-5.1 11.9-20.3 34.9-20.3 36.8 0 98.8 39.6 163.3 126.2a714 714 0 0 0-93.9.9 547.76 547.76 0 0 1 42.2-52.4Q277.3 86 272.2 81a598.25 598.25 0 0 0-50.7 64.2 569.69 569.69 0 0 0-84.4 14.6c-.2-1.4-24.3-82.2-1.2-123zm304.8 438.3c-2.9 5.1-11.8 20.3-34.9 20.3-36.7 0-98.7-39.4-163.3-126.2a695.38 695.38 0 0 0 93.9-.9 547.76 547.76 0 0 1-42.2 52.4q5.1 5.25 10.2 10.2a588.47 588.47 0 0 0 50.7-64.2c47.3-4.7 80.3-13.5 84.4-14.6 22.7 84.4 4.5 117 1.2 123zm9.1-138.6c-3.6-11.9-7.7-24.1-12.4-36.4a12.67 12.67 0 0 1-10.7-5.7l-.1.1a19.61 19.61 0 0 1-5.4 3.6c5.7 14.3 10.6 28.4 14.7 42.2a535.3 535.3 0 0 1-72 13c3.5-5.3 17.2-26.2 32.2-54.2a24.6 24.6 0 0 1-6-3.2c-1.1 1.2-3.6 4.2-10.9 4.2-6.2 11.2-17.4 30.9-33.9 55.2a711.91 711.91 0 0 1-112.4 1c-7.9-11.2-21.5-31.1-36.8-57.8a21 21 0 0 1-3-1.5c-1.9 1.6-3.9 3.2-12.6 3.2 6.3 11.2 17.5 30.7 33.8 54.6a548.81 548.81 0 0 1-72.2-11.7q5.85-21 14.1-42.9c-3.2 0-5.4.2-8.4-1a17.58 17.58 0 0 1-6.9 1c-4.9 13.4-9.1 26.5-12.7 39.4C-31.7 297-12.1 216 126.7 175.64c3.6 11.9 7.7 24.1 12.4 36.4 10.4 0 12.9 3.4 14.4 5.3a12 12 0 0 1 2.3-2.2c-5.8-14.7-10.9-29.2-15.2-43.3 7-1.8 32.4-8.4 72-13-15.9 24.3-26.7 43.9-32.8 55.3a14.22 14.22 0 0 1 6.4 8 23.42 23.42 0 0 1 10.2-8.4c6.5-11.7 17.9-31.9 34.8-56.9a711.72 711.72 0 0 1 112.4-1c31.5 44.6 28.9 48.1 42.5 64.5a21.42 21.42 0 0 1 10.4-7.4c-6.4-11.4-17.6-31-34.3-55.5 40.4 4.1 65 10 72.2 11.7-4 14.4-8.9 29.2-14.6 44.2a20.74 20.74 0 0 1 6.8 4.3l.1.1a12.72 12.72 0 0 1 8.9-5.6c4.9-13.4 9.2-26.6 12.8-39.5a359.71 359.71 0 0 1 34.5 11c106.1 39.9 74 87.9 72.6 90.4-19.8 35.1-80.1 55.2-105.7 62.5zm-114.4-114h-1.2a1.74 1.74 0 0 0-1.9 1.9v49.8c0 7.9-2.6 11.1-10.1 11.1s-10.1-3.1-10.1-11.1v-49.8a1.69 1.69 0 0 0-1.9-1.9H309a1.81 1.81 0 0 0-2 1.9v51.5c0 9.6 5 14.1 15.1 14.1h.4c10.1 0 15.1-4.6 15.1-14.1v-51.5a2 2 0 0 0-2.2-1.9zM321.7 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm-31.1 7.4l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm5.1-30.8h-19.4v-26.7h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h22.5a1.77 1.77 0 0 0 2-1.9v-.8a1.83 1.83 0 0 0-2-2.06zm-7.4-99.4L286 192l-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1z"], + "readme": [576, 512, [], "f4d5", "M528.3 46.5H388.5c-48.1 0-89.9 33.3-100.4 80.3-10.6-47-52.3-80.3-100.4-80.3H48c-26.5 0-48 21.5-48 48v245.8c0 26.5 21.5 48 48 48h89.7c102.2 0 132.7 24.4 147.3 75 .7 2.8 5.2 2.8 6 0 14.7-50.6 45.2-75 147.3-75H528c26.5 0 48-21.5 48-48V94.6c0-26.4-21.3-47.9-47.7-48.1zM242 311.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5V289c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V251zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm259.3 121.7c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5V228c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.8c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V190z"], + "rebel": [512, 512, [], "f1d0", "M256.5 504C117.2 504 9 387.8 13.2 249.9 16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8-5.8 5.5-111.3 129.8-14.1 226.4 49.8 49.5 90 2.5 90 2.5 38.5-50.1-.6-125.9-.6-125.9-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6 13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9-15.8 28.5-27.1 89.4.6 127.3 32.4 44.6 87.7-2.8 87.7-2.8 102.7-91.9-10.5-225-10.5-225-6.1-5.5.8-2.8.8-2.8 50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504z"], + "red-river": [448, 512, [], "f3e3", "M353.2 32H94.8C42.4 32 0 74.4 0 126.8v258.4C0 437.6 42.4 480 94.8 480h258.4c52.4 0 94.8-42.4 94.8-94.8V126.8c0-52.4-42.4-94.8-94.8-94.8zM144.9 200.9v56.3c0 27-21.9 48.9-48.9 48.9V151.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24zm176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V247.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9z"], + "reddit": [512, 512, [], "f1a1", "M201.5 305.5c-13.8 0-24.9-11.1-24.9-24.6 0-13.8 11.1-24.9 24.9-24.9 13.6 0 24.6 11.1 24.6 24.9 0 13.6-11.1 24.6-24.6 24.6zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-132.3-41.2c-9.4 0-17.7 3.9-23.8 10-22.4-15.5-52.6-25.5-86.1-26.6l17.4-78.3 55.4 12.5c0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.3 24.9-24.9s-11.1-24.9-24.9-24.9c-9.7 0-18 5.8-22.1 13.8l-61.2-13.6c-3-.8-6.1 1.4-6.9 4.4l-19.1 86.4c-33.2 1.4-63.1 11.3-85.5 26.8-6.1-6.4-14.7-10.2-24.1-10.2-34.9 0-46.3 46.9-14.4 62.8-1.1 5-1.7 10.2-1.7 15.5 0 52.6 59.2 95.2 132 95.2 73.1 0 132.3-42.6 132.3-95.2 0-5.3-.6-10.8-1.9-15.8 31.3-16 19.8-62.5-14.9-62.5zM302.8 331c-18.2 18.2-76.1 17.9-93.6 0-2.2-2.2-6.1-2.2-8.3 0-2.5 2.5-2.5 6.4 0 8.6 22.8 22.8 87.3 22.8 110.2 0 2.5-2.2 2.5-6.1 0-8.6-2.2-2.2-6.1-2.2-8.3 0zm7.7-75c-13.6 0-24.6 11.1-24.6 24.9 0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.1 24.9-24.6 0-13.8-11-24.9-24.9-24.9z"], + "reddit-alien": [512, 512, [], "f281", "M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z"], + "reddit-square": [448, 512, [], "f1a2", "M283.2 345.5c2.7 2.7 2.7 6.8 0 9.2-24.5 24.5-93.8 24.6-118.4 0-2.7-2.4-2.7-6.5 0-9.2 2.4-2.4 6.5-2.4 8.9 0 18.7 19.2 81 19.6 100.5 0 2.4-2.3 6.6-2.3 9 0zm-91.3-53.8c0-14.9-11.9-26.8-26.5-26.8-14.9 0-26.8 11.9-26.8 26.8 0 14.6 11.9 26.5 26.8 26.5 14.6 0 26.5-11.9 26.5-26.5zm90.7-26.8c-14.6 0-26.5 11.9-26.5 26.8 0 14.6 11.9 26.5 26.5 26.5 14.9 0 26.8-11.9 26.8-26.5 0-14.9-11.9-26.8-26.8-26.8zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-99.7 140.6c-10.1 0-19 4.2-25.6 10.7-24.1-16.7-56.5-27.4-92.5-28.6l18.7-84.2 59.5 13.4c0 14.6 11.9 26.5 26.5 26.5 14.9 0 26.8-12.2 26.8-26.8 0-14.6-11.9-26.8-26.8-26.8-10.4 0-19.3 6.2-23.8 14.9l-65.7-14.6c-3.3-.9-6.5 1.5-7.4 4.8l-20.5 92.8c-35.7 1.5-67.8 12.2-91.9 28.9-6.5-6.8-15.8-11-25.9-11-37.5 0-49.8 50.4-15.5 67.5-1.2 5.4-1.8 11-1.8 16.7 0 56.5 63.7 102.3 141.9 102.3 78.5 0 142.2-45.8 142.2-102.3 0-5.7-.6-11.6-2.1-17 33.6-17.2 21.2-67.2-16.1-67.2z"], + "redhat": [512, 512, [], "f7bc", "M341.52 285.56c33.65 0 82.34-6.94 82.34-47 .22-6.74.86-1.82-20.88-96.24-4.62-19.15-8.68-27.84-42.31-44.65-26.09-13.34-82.92-35.37-99.73-35.37-15.66 0-20.2 20.17-38.87 20.17-18 0-31.31-15.06-48.12-15.06-16.14 0-26.66 11-34.78 33.62-27.5 77.55-26.28 74.27-26.12 78.27 0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25 0 37.66-42.33 58.56-98 58.56-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189 121.79 0 152.51-55.08 152.51-98.58 0-34.21-29.59-73.05-82.93-96.24"], + "renren": [512, 512, [], "f18b", "M214 169.1c0 110.4-61 205.4-147.6 247.4C30 373.2 8 317.7 8 256.6 8 133.9 97.1 32.2 214 12.5v156.6zM255 504c-42.9 0-83.3-11-118.5-30.4C193.7 437.5 239.9 382.9 255 319c15.5 63.9 61.7 118.5 118.8 154.7C338.7 493 298.3 504 255 504zm190.6-87.5C359 374.5 298 279.6 298 169.1V12.5c116.9 19.7 206 121.4 206 244.1 0 61.1-22 116.6-58.4 159.9z"], + "replyd": [448, 512, [], "f3e6", "M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128zM193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1-7.2 0-13.5 1.9-18.9 5.6-5.4 3.7-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7c1.5-5.4 4.4-9.8 8.7-13.2 4.3-3.4 9.8-5.1 16.2-5.1 4.6 0 9.8 1 15.6 3.1l4.8-34zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1-6 2.3-12.8 3.5-20.4 3.5-12.2 0-21.1-3-26.5-8.9-5.5-5.9-8.5-14.7-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9.5-4.4.7-8.6.7-12.5 0-10.7-1.6-19.7-4.7-26.9-3.2-7.2-7.3-13-12.5-17.2-5.2-4.3-11.1-7.3-17.8-9.2-6.7-1.8-13.5-2.8-20.6-2.8-21.1 0-37.5 6.1-49.2 18.3s-17.5 30.5-17.5 55c0 22.8 5.2 40.7 15.6 53.7 10.4 13.1 26.8 19.6 49.2 19.6 10.7 0 20.9-1.5 30.4-4.6 9.5-3.1 17.1-6.8 22.6-11.2l-12-23.6zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6 4.5-5.6 11.5-8.5 21-8.5 8.2-.1 14.1 2.6 17.9 8zm79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6zm0 100.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4 0 6.6 2 11.7 6.1 15.6z"], + "researchgate": [448, 512, [], "f4f8", "M0 32v448h448V32H0zm262.2 334.4c-6.6 3-33.2 6-50-14.2-9.2-10.6-25.3-33.3-42.2-63.6-8.9 0-14.7 0-21.4-.6v46.4c0 23.5 6 21.2 25.8 23.9v8.1c-6.9-.3-23.1-.8-35.6-.8-13.1 0-26.1.6-33.6.8v-8.1c15.5-2.9 22-1.3 22-23.9V225c0-22.6-6.4-21-22-23.9V193c25.8 1 53.1-.6 70.9-.6 31.7 0 55.9 14.4 55.9 45.6 0 21.1-16.7 42.2-39.2 47.5 13.6 24.2 30 45.6 42.2 58.9 7.2 7.8 17.2 14.7 27.2 14.7v7.3zm22.9-135c-23.3 0-32.2-15.7-32.2-32.2V167c0-12.2 8.8-30.4 34-30.4s30.4 17.9 30.4 17.9l-10.7 7.2s-5.5-12.5-19.7-12.5c-7.9 0-19.7 7.3-19.7 19.7v26.8c0 13.4 6.6 23.3 17.9 23.3 14.1 0 21.5-10.9 21.5-26.8h-17.9v-10.7h30.4c0 20.5 4.7 49.9-34 49.9zm-116.5 44.7c-9.4 0-13.6-.3-20-.8v-69.7c6.4-.6 15-.6 22.5-.6 23.3 0 37.2 12.2 37.2 34.5 0 21.9-15 36.6-39.7 36.6z"], + "resolving": [496, 512, [], "f3e7", "M281.2 278.2c46-13.3 49.6-23.5 44-43.4L314 195.5c-6.1-20.9-18.4-28.1-71.1-12.8L54.7 236.8l28.6 98.6 197.9-57.2zM248.5 8C131.4 8 33.2 88.7 7.2 197.5l221.9-63.9c34.8-10.2 54.2-11.7 79.3-8.2 36.3 6.1 52.7 25 61.4 55.2l10.7 37.8c8.2 28.1 1 50.6-23.5 73.6-19.4 17.4-31.2 24.5-61.4 33.2L203 351.8l220.4 27.1 9.7 34.2-48.1 13.3-286.8-37.3 23 80.2c36.8 22 80.3 34.7 126.3 34.7 137 0 248.5-111.4 248.5-248.3C497 119.4 385.5 8 248.5 8zM38.3 388.6L0 256.8c0 48.5 14.3 93.4 38.3 131.8z"], + "rev": [448, 512, [], "f5b2", "M289.67 274.89a65.57 65.57 0 1 1-65.56-65.56 65.64 65.64 0 0 1 65.56 65.56zm139.55-5.05h-.13a204.69 204.69 0 0 0-74.32-153l-45.38 26.2a157.07 157.07 0 0 1 71.81 131.84C381.2 361.5 310.73 432 224.11 432S67 361.5 67 274.88c0-81.88 63-149.27 143-156.43v39.12l108.77-62.79L210 32v38.32c-106.7 7.25-191 96-191 204.57 0 111.59 89.12 202.29 200.06 205v.11h210.16V269.84z"], + "rocketchat": [576, 512, [], "f3e8", "M284.046,224.8a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,284.046,224.8Zm-110.45,0a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,173.6,224.8Zm220.923,0a34.114,34.114,0,1,0,34.317,34.113A34.215,34.215,0,0,0,394.519,224.8Zm153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618-52.886-34.817-122.374-54-195.666-54a405.975,405.975,0,0,0-72.032,6.357,238.524,238.524,0,0,0-49.51-36.588C99.684-11.7,40.859.711,11.135,11.421A14.291,14.291,0,0,0,5.58,34.782C26.542,56.458,61.222,99.3,52.7,138.252c-33.142,33.9-51.112,74.776-51.112,117.337,0,43.372,17.97,84.248,51.112,118.148,8.526,38.956-26.154,81.816-47.116,103.491a14.284,14.284,0,0,0,5.555,23.34c29.724,10.709,88.549,23.147,155.324-10.2a238.679,238.679,0,0,0,49.51-36.589A405.972,405.972,0,0,0,288,460.14c73.313,0,142.8-19.159,195.667-53.975,27.371-18.049,49.145-39.426,64.679-63.619,17.309-26.923,26.07-55.916,26.07-86.125C574.394,225.4,565.634,196.43,548.326,169.485ZM284.987,409.9a345.65,345.65,0,0,1-89.446-11.5l-20.129,19.393a184.366,184.366,0,0,1-37.138,27.585,145.767,145.767,0,0,1-52.522,14.87c.983-1.771,1.881-3.563,2.842-5.356q30.258-55.68,16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4,0-83.1,104.254-150.469,232.846-150.469s232.867,67.373,232.867,150.469C517.854,342.525,413.6,409.9,284.987,409.9Z"], + "rockrms": [496, 512, [], "f3e9", "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm157.4 419.5h-90l-112-131.3c-17.9-20.4-3.9-56.1 26.6-56.1h75.3l-84.6-99.3-84.3 98.9h-90L193.5 67.2c14.4-18.4 41.3-17.3 54.5 0l157.7 185.1c19 22.8 2 57.2-27.6 56.1-.6 0-74.2.2-74.2.2l101.5 118.9z"], + "rust": [512, 512, [], "e07a", "M508.52,249.75,486.7,236.24c-.17-2-.34-3.93-.55-5.88l18.72-17.5a7.35,7.35,0,0,0-2.44-12.25l-24-9c-.54-1.88-1.08-3.78-1.67-5.64l15-20.83a7.35,7.35,0,0,0-4.79-11.54l-25.42-4.15c-.9-1.73-1.79-3.45-2.73-5.15l10.68-23.42a7.35,7.35,0,0,0-6.95-10.39l-25.82.91q-1.79-2.22-3.61-4.4L439,81.84A7.36,7.36,0,0,0,430.16,73L405,78.93q-2.17-1.83-4.4-3.61l.91-25.82a7.35,7.35,0,0,0-10.39-7L367.7,53.23c-1.7-.94-3.43-1.84-5.15-2.73L358.4,25.08a7.35,7.35,0,0,0-11.54-4.79L326,35.26c-1.86-.59-3.75-1.13-5.64-1.67l-9-24a7.35,7.35,0,0,0-12.25-2.44l-17.5,18.72c-1.95-.21-3.91-.38-5.88-.55L262.25,3.48a7.35,7.35,0,0,0-12.5,0L236.24,25.3c-2,.17-3.93.34-5.88.55L212.86,7.13a7.35,7.35,0,0,0-12.25,2.44l-9,24c-1.89.55-3.79,1.08-5.66,1.68l-20.82-15a7.35,7.35,0,0,0-11.54,4.79l-4.15,25.41c-1.73.9-3.45,1.79-5.16,2.73L120.88,42.55a7.35,7.35,0,0,0-10.39,7l.92,25.81c-1.49,1.19-3,2.39-4.42,3.61L81.84,73A7.36,7.36,0,0,0,73,81.84L78.93,107c-1.23,1.45-2.43,2.93-3.62,4.41l-25.81-.91a7.42,7.42,0,0,0-6.37,3.26,7.35,7.35,0,0,0-.57,7.13l10.66,23.41c-.94,1.7-1.83,3.43-2.73,5.16L25.08,153.6a7.35,7.35,0,0,0-4.79,11.54l15,20.82c-.59,1.87-1.13,3.77-1.68,5.66l-24,9a7.35,7.35,0,0,0-2.44,12.25l18.72,17.5c-.21,1.95-.38,3.91-.55,5.88L3.48,249.75a7.35,7.35,0,0,0,0,12.5L25.3,275.76c.17,2,.34,3.92.55,5.87L7.13,299.13a7.35,7.35,0,0,0,2.44,12.25l24,9c.55,1.89,1.08,3.78,1.68,5.65l-15,20.83a7.35,7.35,0,0,0,4.79,11.54l25.42,4.15c.9,1.72,1.79,3.45,2.73,5.14L42.56,391.12a7.35,7.35,0,0,0,.57,7.13,7.13,7.13,0,0,0,6.37,3.26l25.83-.91q1.77,2.22,3.6,4.4L73,430.16A7.36,7.36,0,0,0,81.84,439L107,433.07q2.18,1.83,4.41,3.61l-.92,25.82a7.35,7.35,0,0,0,10.39,6.95l23.43-10.68c1.69.94,3.42,1.83,5.14,2.73l4.15,25.42a7.34,7.34,0,0,0,11.54,4.78l20.83-15c1.86.6,3.76,1.13,5.65,1.68l9,24a7.36,7.36,0,0,0,12.25,2.44l17.5-18.72c1.95.21,3.92.38,5.88.55l13.51,21.82a7.35,7.35,0,0,0,12.5,0l13.51-21.82c2-.17,3.93-.34,5.88-.56l17.5,18.73a7.36,7.36,0,0,0,12.25-2.44l9-24c1.89-.55,3.78-1.08,5.65-1.68l20.82,15a7.34,7.34,0,0,0,11.54-4.78l4.15-25.42c1.72-.9,3.45-1.79,5.15-2.73l23.42,10.68a7.35,7.35,0,0,0,10.39-6.95l-.91-25.82q2.22-1.79,4.4-3.61L430.16,439a7.36,7.36,0,0,0,8.84-8.84L433.07,405q1.83-2.17,3.61-4.4l25.82.91a7.23,7.23,0,0,0,6.37-3.26,7.35,7.35,0,0,0,.58-7.13L458.77,367.7c.94-1.7,1.83-3.43,2.73-5.15l25.42-4.15a7.35,7.35,0,0,0,4.79-11.54l-15-20.83c.59-1.87,1.13-3.76,1.67-5.65l24-9a7.35,7.35,0,0,0,2.44-12.25l-18.72-17.5c.21-1.95.38-3.91.55-5.87l21.82-13.51a7.35,7.35,0,0,0,0-12.5Zm-151,129.08A13.91,13.91,0,0,0,341,389.51l-7.64,35.67A187.51,187.51,0,0,1,177,424.44l-7.64-35.66a13.87,13.87,0,0,0-16.46-10.68l-31.51,6.76a187.38,187.38,0,0,1-16.26-19.21H258.3c1.72,0,2.89-.29,2.89-1.91V309.55c0-1.57-1.17-1.91-2.89-1.91H213.47l.05-34.35H262c4.41,0,23.66,1.28,29.79,25.87,1.91,7.55,6.17,32.14,9.06,40,2.89,8.82,14.6,26.46,27.1,26.46H407a187.3,187.3,0,0,1-17.34,20.09Zm25.77,34.49A15.24,15.24,0,1,1,368,398.08h.44A15.23,15.23,0,0,1,383.24,413.32Zm-225.62-.68a15.24,15.24,0,1,1-15.25-15.25h.45A15.25,15.25,0,0,1,157.62,412.64ZM69.57,234.15l32.83-14.6a13.88,13.88,0,0,0,7.06-18.33L102.69,186h26.56V305.73H75.65A187.65,187.65,0,0,1,69.57,234.15ZM58.31,198.09a15.24,15.24,0,0,1,15.23-15.25H74a15.24,15.24,0,1,1-15.67,15.24Zm155.16,24.49.05-35.32h63.26c3.28,0,23.07,3.77,23.07,18.62,0,12.29-15.19,16.7-27.68,16.7ZM399,306.71c-9.8,1.13-20.63-4.12-22-10.09-5.78-32.49-15.39-39.4-30.57-51.4,18.86-11.95,38.46-29.64,38.46-53.26,0-25.52-17.49-41.59-29.4-49.48-16.76-11-35.28-13.23-40.27-13.23H116.32A187.49,187.49,0,0,1,221.21,70.06l23.47,24.6a13.82,13.82,0,0,0,19.6.44l26.26-25a187.51,187.51,0,0,1,128.37,91.43l-18,40.57A14,14,0,0,0,408,220.43l34.59,15.33a187.12,187.12,0,0,1,.4,32.54H423.71c-1.91,0-2.69,1.27-2.69,3.13v8.82C421,301,409.31,305.58,399,306.71ZM240,60.21A15.24,15.24,0,0,1,255.21,45h.45A15.24,15.24,0,1,1,240,60.21ZM436.84,214a15.24,15.24,0,1,1,0-30.48h.44a15.24,15.24,0,0,1-.44,30.48Z"], + "safari": [512, 512, [], "f267", "M274.69,274.69l-37.38-37.38L166,346ZM256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8ZM411.85,182.79l14.78-6.13A8,8,0,0,1,437.08,181h0a8,8,0,0,1-4.33,10.46L418,197.57a8,8,0,0,1-10.45-4.33h0A8,8,0,0,1,411.85,182.79ZM314.43,94l6.12-14.78A8,8,0,0,1,331,74.92h0a8,8,0,0,1,4.33,10.45l-6.13,14.78a8,8,0,0,1-10.45,4.33h0A8,8,0,0,1,314.43,94ZM256,60h0a8,8,0,0,1,8,8V84a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V68A8,8,0,0,1,256,60ZM181,74.92a8,8,0,0,1,10.46,4.33L197.57,94a8,8,0,1,1-14.78,6.12l-6.13-14.78A8,8,0,0,1,181,74.92Zm-63.58,42.49h0a8,8,0,0,1,11.31,0L140,128.72A8,8,0,0,1,140,140h0a8,8,0,0,1-11.31,0l-11.31-11.31A8,8,0,0,1,117.41,117.41ZM60,256h0a8,8,0,0,1,8-8H84a8,8,0,0,1,8,8h0a8,8,0,0,1-8,8H68A8,8,0,0,1,60,256Zm40.15,73.21-14.78,6.13A8,8,0,0,1,74.92,331h0a8,8,0,0,1,4.33-10.46L94,314.43a8,8,0,0,1,10.45,4.33h0A8,8,0,0,1,100.15,329.21Zm4.33-136h0A8,8,0,0,1,94,197.57l-14.78-6.12A8,8,0,0,1,74.92,181h0a8,8,0,0,1,10.45-4.33l14.78,6.13A8,8,0,0,1,104.48,193.24ZM197.57,418l-6.12,14.78a8,8,0,0,1-14.79-6.12l6.13-14.78A8,8,0,1,1,197.57,418ZM264,444a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V428a8,8,0,0,1,8-8h0a8,8,0,0,1,8,8Zm67-6.92h0a8,8,0,0,1-10.46-4.33L314.43,418a8,8,0,0,1,4.33-10.45h0a8,8,0,0,1,10.45,4.33l6.13,14.78A8,8,0,0,1,331,437.08Zm63.58-42.49h0a8,8,0,0,1-11.31,0L372,383.28A8,8,0,0,1,372,372h0a8,8,0,0,1,11.31,0l11.31,11.31A8,8,0,0,1,394.59,394.59ZM286.25,286.25,110.34,401.66,225.75,225.75,401.66,110.34ZM437.08,331h0a8,8,0,0,1-10.45,4.33l-14.78-6.13a8,8,0,0,1-4.33-10.45h0A8,8,0,0,1,418,314.43l14.78,6.12A8,8,0,0,1,437.08,331ZM444,264H428a8,8,0,0,1-8-8h0a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8h0A8,8,0,0,1,444,264Z"], + "salesforce": [640, 512, [], "f83b", "M248.89 245.64h-26.35c.69-5.16 3.32-14.12 13.64-14.12 6.75 0 11.97 3.82 12.71 14.12zm136.66-13.88c-.47 0-14.11-1.77-14.11 20s13.63 20 14.11 20c13 0 14.11-13.54 14.11-20 0-21.76-13.66-20-14.11-20zm-243.22 23.76a8.63 8.63 0 0 0-3.29 7.29c0 4.78 2.08 6.05 3.29 7.05 4.7 3.7 15.07 2.12 20.93.95v-16.94c-5.32-1.07-16.73-1.96-20.93 1.65zM640 232c0 87.58-80 154.39-165.36 136.43-18.37 33-70.73 70.75-132.2 41.63-41.16 96.05-177.89 92.18-213.81-5.17C8.91 428.78-50.19 266.52 53.36 205.61 18.61 126.18 76 32 167.67 32a124.24 124.24 0 0 1 98.56 48.7c20.7-21.4 49.4-34.81 81.15-34.81 42.34 0 79 23.52 98.8 58.57C539 63.78 640 132.69 640 232zm-519.55 31.8c0-11.76-11.69-15.17-17.87-17.17-5.27-2.11-13.41-3.51-13.41-8.94 0-9.46 17-6.66 25.17-2.12 0 0 1.17.71 1.64-.47.24-.7 2.36-6.58 2.59-7.29a1.13 1.13 0 0 0-.7-1.41c-12.33-7.63-40.7-8.51-40.7 12.7 0 12.46 11.49 15.44 17.88 17.17 4.72 1.58 13.17 3 13.17 8.7 0 4-3.53 7.06-9.17 7.06a31.76 31.76 0 0 1-19-6.35c-.47-.23-1.42-.71-1.65.71l-2.4 7.47c-.47.94.23 1.18.23 1.41 1.75 1.4 10.3 6.59 22.82 6.59 13.17 0 21.4-7.06 21.4-18.11zm32-42.58c-10.13 0-18.66 3.17-21.4 5.18a1 1 0 0 0-.24 1.41l2.59 7.06a1 1 0 0 0 1.18.7c.65 0 6.8-4 16.93-4 4 0 7.06.71 9.18 2.36 3.6 2.8 3.06 8.29 3.06 10.58-4.79-.3-19.11-3.44-29.41 3.76a16.92 16.92 0 0 0-7.34 14.54c0 5.9 1.51 10.4 6.59 14.35 12.24 8.16 36.28 2 38.1 1.41 1.58-.32 3.53-.66 3.53-1.88v-33.88c.04-4.61.32-21.64-22.78-21.64zM199 200.24a1.11 1.11 0 0 0-1.18-1.18H188a1.11 1.11 0 0 0-1.17 1.18v79a1.11 1.11 0 0 0 1.17 1.18h9.88a1.11 1.11 0 0 0 1.18-1.18zm55.75 28.93c-2.1-2.31-6.79-7.53-17.65-7.53-3.51 0-14.16.23-20.7 8.94-6.35 7.63-6.58 18.11-6.58 21.41 0 3.12.15 14.26 7.06 21.17 2.64 2.91 9.06 8.23 22.81 8.23 10.82 0 16.47-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.35-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.94-16.7h37.17a1.23 1.23 0 0 0 1.17-.94c-.29 0 2.07-14.7-6.09-24.23zm36.69 52.69c13.17 0 21.41-7.06 21.41-18.11 0-11.76-11.7-15.17-17.88-17.17-4.14-1.66-13.41-3.38-13.41-8.94 0-3.76 3.29-6.35 8.47-6.35a38.11 38.11 0 0 1 16.7 4.23s1.18.71 1.65-.47c.23-.7 2.35-6.58 2.58-7.29a1.13 1.13 0 0 0-.7-1.41c-7.91-4.9-16.74-4.94-20.23-4.94-12 0-20.46 7.29-20.46 17.64 0 12.46 11.48 15.44 17.87 17.17 6.11 2 13.17 3.26 13.17 8.7 0 4-3.52 7.06-9.17 7.06a31.8 31.8 0 0 1-19-6.35 1 1 0 0 0-1.65.71l-2.35 7.52c-.47.94.23 1.18.23 1.41 1.72 1.4 10.33 6.59 22.79 6.59zM357.09 224c0-.71-.24-1.18-1.18-1.18h-11.76c0-.14.94-8.94 4.47-12.47 4.16-4.15 11.76-1.64 12-1.64 1.17.47 1.41 0 1.64-.47l2.83-7.77c.7-.94 0-1.17-.24-1.41-5.09-2-17.35-2.87-24.46 4.24-5.48 5.48-7 13.92-8 19.52h-8.47a1.28 1.28 0 0 0-1.17 1.18l-1.42 7.76c0 .7.24 1.17 1.18 1.17h8.23c-8.51 47.9-8.75 50.21-10.35 55.52-1.08 3.62-3.29 6.9-5.88 7.76-.09 0-3.88 1.68-9.64-.24 0 0-.94-.47-1.41.71-.24.71-2.59 6.82-2.83 7.53s0 1.41.47 1.41c5.11 2 13 1.77 17.88 0 6.28-2.28 9.72-7.89 11.53-12.94 2.75-7.71 2.81-9.79 11.76-59.74h12.23a1.29 1.29 0 0 0 1.18-1.18zm53.39 16c-.56-1.68-5.1-18.11-25.17-18.11-15.25 0-23 10-25.16 18.11-1 3-3.18 14 0 23.52.09.3 4.41 18.12 25.16 18.12 14.95 0 22.9-9.61 25.17-18.12 3.21-9.61 1.01-20.52 0-23.52zm45.4-16.7c-5-1.65-16.62-1.9-22.11 5.41v-4.47a1.11 1.11 0 0 0-1.18-1.17h-9.4a1.11 1.11 0 0 0-1.18 1.17v55.28a1.12 1.12 0 0 0 1.18 1.18h9.64a1.12 1.12 0 0 0 1.18-1.18v-27.77c0-2.91.05-11.37 4.46-15.05 4.9-4.9 12-3.36 13.41-3.06a1.57 1.57 0 0 0 1.41-.94 74 74 0 0 0 3.06-8 1.16 1.16 0 0 0-.47-1.41zm46.81 54.1l-2.12-7.29c-.47-1.18-1.41-.71-1.41-.71-4.23 1.82-10.15 1.89-11.29 1.89-4.64 0-17.17-1.13-17.17-19.76 0-6.23 1.85-19.76 16.47-19.76a34.85 34.85 0 0 1 11.52 1.65s.94.47 1.18-.71c.94-2.59 1.64-4.47 2.59-7.53.23-.94-.47-1.17-.71-1.17-11.59-3.87-22.34-2.53-27.76 0-1.59.74-16.23 6.49-16.23 27.52 0 2.9-.58 30.11 28.94 30.11a44.45 44.45 0 0 0 15.52-2.83 1.3 1.3 0 0 0 .47-1.42zm53.87-39.52c-.8-3-5.37-16.23-22.35-16.23-16 0-23.52 10.11-25.64 18.59a38.58 38.58 0 0 0-1.65 11.76c0 25.87 18.84 29.4 29.88 29.4 10.82 0 16.46-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.36-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.93-16.7h37.16a1.25 1.25 0 0 0 1.18-.94c-.24-.01.94-7.07-1.41-15.54zm-23.29-6.35c-10.33 0-13 9-13.64 14.12H546c-.88-11.92-7.62-14.13-12.73-14.13z"], + "sass": [640, 512, [], "f41e", "M301.84 378.92c-.3.6-.6 1.08 0 0zm249.13-87a131.16 131.16 0 0 0-58 13.5c-5.9-11.9-12-22.3-13-30.1-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.3-6.7-24 2.5-25.29 5.9a122.83 122.83 0 0 0-5.3 19.1c-2.3 11.7-25.79 53.5-39.09 75.3-4.4-8.5-8.1-16-8.9-22-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.29-6.7-24 2.5-25.3 5.9-2.7 11.4-5.3 19.1-33.89 77.3-42.08 95.4c-4.2 9.2-7.8 16.6-10.4 21.6-.4.8-.7 1.3-.9 1.7.3-.5.5-1 .5-.8-2.2 4.3-3.5 6.7-3.5 6.7v.1c-1.7 3.2-3.6 6.1-4.5 6.1-.6 0-1.9-8.4.3-19.9 4.7-24.2 15.8-61.8 15.7-63.1-.1-.7 2.1-7.2-7.3-10.7-9.1-3.3-12.4 2.2-13.2 2.2s-1.4 2-1.4 2 10.1-42.4-19.39-42.4c-18.4 0-44 20.2-56.58 38.5-7.9 4.3-25 13.6-43 23.5-6.9 3.8-14 7.7-20.7 11.4-.5-.5-.9-1-1.4-1.5-35.79-38.2-101.87-65.2-99.07-116.5 1-18.7 7.5-67.8 127.07-127.4 98-48.8 176.35-35.4 189.84-5.6 19.4 42.5-41.89 121.6-143.66 133-38.79 4.3-59.18-10.7-64.28-16.3-5.3-5.9-6.1-6.2-8.1-5.1-3.3 1.8-1.2 7 0 10.1 3 7.9 15.5 21.9 36.79 28.9 18.7 6.1 64.18 9.5 119.17-11.8 61.78-23.8 109.87-90.1 95.77-145.6C386.52 18.32 293-.18 204.57 31.22c-52.69 18.7-109.67 48.1-150.66 86.4-48.69 45.6-56.48 85.3-53.28 101.9 11.39 58.9 92.57 97.3 125.06 125.7-1.6.9-3.1 1.7-4.5 2.5-16.29 8.1-78.18 40.5-93.67 74.7-17.5 38.8 2.9 66.6 16.29 70.4 41.79 11.6 84.58-9.3 107.57-43.6s20.2-79.1 9.6-99.5c-.1-.3-.3-.5-.4-.8 4.2-2.5 8.5-5 12.8-7.5 8.29-4.9 16.39-9.4 23.49-13.3-4 10.8-6.9 23.8-8.4 42.6-1.8 22 7.3 50.5 19.1 61.7 5.2 4.9 11.49 5 15.39 5 13.8 0 20-11.4 26.89-25 8.5-16.6 16-35.9 16-35.9s-9.4 52.2 16.3 52.2c9.39 0 18.79-12.1 23-18.3v.1s.2-.4.7-1.2c1-1.5 1.5-2.4 1.5-2.4v-.3c3.8-6.5 12.1-21.4 24.59-46 16.2-31.8 31.69-71.5 31.69-71.5a201.24 201.24 0 0 0 6.2 25.8c2.8 9.5 8.7 19.9 13.4 30-3.8 5.2-6.1 8.2-6.1 8.2a.31.31 0 0 0 .1.2c-3 4-6.4 8.3-9.9 12.5-12.79 15.2-28 32.6-30 37.6-2.4 5.9-1.8 10.3 2.8 13.7 3.4 2.6 9.4 3 15.69 2.5 11.5-.8 19.6-3.6 23.5-5.4a82.2 82.2 0 0 0 20.19-10.6c12.5-9.2 20.1-22.4 19.4-39.8-.4-9.6-3.5-19.2-7.3-28.2 1.1-1.6 2.3-3.3 3.4-5C434.8 301.72 450.1 270 450.1 270a201.24 201.24 0 0 0 6.2 25.8c2.4 8.1 7.09 17 11.39 25.7-18.59 15.1-30.09 32.6-34.09 44.1-7.4 21.3-1.6 30.9 9.3 33.1 4.9 1 11.9-1.3 17.1-3.5a79.46 79.46 0 0 0 21.59-11.1c12.5-9.2 24.59-22.1 23.79-39.6-.3-7.9-2.5-15.8-5.4-23.4 15.7-6.6 36.09-10.2 62.09-7.2 55.68 6.5 66.58 41.3 64.48 55.8s-13.8 22.6-17.7 25-5.1 3.3-4.8 5.1c.5 2.6 2.3 2.5 5.6 1.9 4.6-.8 29.19-11.8 30.29-38.7 1.6-34-31.09-71.4-89-71.1zm-429.18 144.7c-18.39 20.1-44.19 27.7-55.28 21.3C54.61 451 59.31 421.42 82 400c13.8-13 31.59-25 43.39-32.4 2.7-1.6 6.6-4 11.4-6.9.8-.5 1.2-.7 1.2-.7.9-.6 1.9-1.1 2.9-1.7 8.29 30.4.3 57.2-19.1 78.3zm134.36-91.4c-6.4 15.7-19.89 55.7-28.09 53.6-7-1.8-11.3-32.3-1.4-62.3 5-15.1 15.6-33.1 21.9-40.1 10.09-11.3 21.19-14.9 23.79-10.4 3.5 5.9-12.2 49.4-16.2 59.2zm111 53c-2.7 1.4-5.2 2.3-6.4 1.6-.9-.5 1.1-2.4 1.1-2.4s13.9-14.9 19.4-21.7c3.2-4 6.9-8.7 10.89-13.9 0 .5.1 1 .1 1.6-.13 17.9-17.32 30-25.12 34.8zm85.58-19.5c-2-1.4-1.7-6.1 5-20.7 2.6-5.7 8.59-15.3 19-24.5a36.18 36.18 0 0 1 1.9 10.8c-.1 22.5-16.2 30.9-25.89 34.4z"], + "schlix": [448, 512, [], "f3ea", "M350.5 157.7l-54.2-46.1 73.4-39 78.3 44.2-97.5 40.9zM192 122.1l45.7-28.2 34.7 34.6-55.4 29-25-35.4zm-65.1 6.6l31.9-22.1L176 135l-36.7 22.5-12.4-28.8zm-23.3 88.2l-8.8-34.8 29.6-18.3 13.1 35.3-33.9 17.8zm-21.2-83.7l23.9-18.1 8.9 24-26.7 18.3-6.1-24.2zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7L59 206.5zm-30.6 16.6l20.8-12.8 3.3 33.4-22.9 12-1.2-32.6zM1.4 268l19.2-10.2.4 38.2-21 8.8L1.4 268zm59.1 59.3l-28.3 8.3-1.6-46.8 25.1-10.7 4.8 49.2zM99 263.2l-31.1 13-5.2-40.8L90.1 221l8.9 42.2zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8 14.5 68.4zm28.5-139.9l21.2 57.1-46.2 13.6-13.7-54.1 38.7-16.6zm85.7 230.5l-70.9-3.3-24.3-95.8 55.2-8.6 40 107.7zm-84.9-279.7l42.2-22.4 28 45.9-50.8 21.3-19.4-44.8zm41 94.9l61.3-18.7 52.8 86.6-79.8 11.3-34.3-79.2zm51.4-85.6l67.3-28.8 65.5 65.4-88.6 26.2-44.2-62.8z"], + "scribd": [384, 512, [], "f28a", "M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9 0-100.4 75.2-153.1 167.2-153.1 98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1-37.3-24.6 26.9-38.6c-36.5-24-79.4-36.5-123-35.8-50.7-.8-111.7 27.2-111.7 76.2 0 18.7 11.2 20.7 28.6 15.6 23.3-5.3 41.9.6 55.8 14 26.4 24.3 23.2 67.6-.7 91.9-29.2 29.5-85.2 27.3-114.8-8.4zm317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6-38.1-2-71.1 28-70.5 67.2-.7 16.8 6 33 18.4 44.3 14.1 13.9 33 19.7 56.3 14.4 17.4-5.1 28.6-3.1 28.6 15.6 0 4.3-.5 8.5-1.4 12.7-16.7 40.9-59.5 64.4-121.4 64.4-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4-35.6-27.4L0 406.3l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2 51.4 0 94.4-10.5 133.6-44.1 57.1-51.4 54.2-149.2 20.3-189.6z"], + "searchengin": [460, 512, [], "f3eb", "M220.6 130.3l-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3l67.2-209.3zm-83.2-96.7l-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158zm311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5zm-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8z"], + "sellcast": [448, 512, [], "f2da", "M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6zm-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5zm21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5z"], + "sellsy": [640, 512, [], "f213", "M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508zM199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v110.928zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321v131.458zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v162.714zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628v224.613z"], + "servicestack": [496, 512, [], "f3ec", "M88 216c81.7 10.2 273.7 102.3 304 232H0c99.5-8.1 184.5-137 88-232zm32-152c32.3 35.6 47.7 83.9 46.4 133.6C249.3 231.3 373.7 321.3 400 448h96C455.3 231.9 222.8 79.5 120 64z"], + "shirtsinbulk": [448, 512, [], "f214", "M100 410.3l30.6 13.4 4.4-9.9-30.6-13.4zm39.4 17.5l30.6 13.4 4.4-9.9-30.6-13.4zm172.1-14l4.4 9.9 30.6-13.4-4.4-9.9zM179.1 445l30.3 13.7 4.4-9.9-30.3-13.4zM60.4 392.8L91 406.2l4.4-9.6-30.6-13.7zm211.4 38.5l4.4 9.9 30.6-13.4-4.4-9.9zm-39.3 17.5l4.4 9.9 30.6-13.7-4.4-9.6zm118.4-52.2l4.4 9.6 30.6-13.4-4.4-9.9zM170 46.6h-33.5v10.5H170zm-47.2 0H89.2v10.5h33.5zm-47.3 0H42.3v10.5h33.3zm141.5 0h-33.2v10.5H217zm94.5 0H278v10.5h33.5zm47.3 0h-33.5v10.5h33.5zm-94.6 0H231v10.5h33.2zm141.5 0h-33.3v10.5h33.3zM52.8 351.1H42v33.5h10.8zm70-215.9H89.2v10.5h33.5zm-70 10.6h22.8v-10.5H42v33.5h10.8zm168.9 228.6c50.5 0 91.3-40.8 91.3-91.3 0-50.2-40.8-91.3-91.3-91.3-50.2 0-91.3 41.1-91.3 91.3 0 50.5 41.1 91.3 91.3 91.3zm-48.2-111.1c0-25.4 29.5-31.8 49.6-31.8 16.9 0 29.2 5.8 44.3 12l-8.8 16.9h-.9c-6.4-9.9-24.8-13.1-35.6-13.1-9 0-29.8 1.8-29.8 14.9 0 21.6 78.5-10.2 78.5 37.9 0 25.4-31.5 31.2-51 31.2-18.1 0-32.4-2.9-47.2-12.2l9-18.4h.9c6.1 12.2 23.6 14.9 35.9 14.9 8.7 0 32.7-1.2 32.7-14.3 0-26.1-77.6 6.3-77.6-38zM52.8 178.4H42V212h10.8zm342.4 206.2H406v-33.5h-10.8zM52.8 307.9H42v33.5h10.8zM0 3.7v406l221.7 98.6L448 409.7V3.7zm418.8 387.1L222 476.5 29.2 390.8V120.7h389.7v270.1zm0-299.3H29.2V32.9h389.7v58.6zm-366 130.1H42v33.5h10.8zm0 43.2H42v33.5h10.8zM170 135.2h-33.5v10.5H170zm225.2 163.1H406v-33.5h-10.8zm0-43.2H406v-33.5h-10.8zM217 135.2h-33.2v10.5H217zM395.2 212H406v-33.5h-10.8zm0 129.5H406V308h-10.8zm-131-206.3H231v10.5h33.2zm47.3 0H278v10.5h33.5zm83.7 33.6H406v-33.5h-33.5v10.5h22.8zm-36.4-33.6h-33.5v10.5h33.5z"], + "shopify": [448, 512, [], "e057", "M388.32,104.1a4.66,4.66,0,0,0-4.4-4c-2,0-37.23-.8-37.23-.8s-21.61-20.82-29.62-28.83V503.2L442.76,472S388.72,106.5,388.32,104.1ZM288.65,70.47a116.67,116.67,0,0,0-7.21-17.61C271,32.85,255.42,22,237,22a15,15,0,0,0-4,.4c-.4-.8-1.2-1.2-1.6-2C223.4,11.63,213,7.63,200.58,8c-24,.8-48,18-67.25,48.83-13.61,21.62-24,48.84-26.82,70.06-27.62,8.4-46.83,14.41-47.23,14.81-14,4.4-14.41,4.8-16,18-1.2,10-38,291.82-38,291.82L307.86,504V65.67a41.66,41.66,0,0,0-4.4.4S297.86,67.67,288.65,70.47ZM233.41,87.69c-16,4.8-33.63,10.4-50.84,15.61,4.8-18.82,14.41-37.63,25.62-50,4.4-4.4,10.41-9.61,17.21-12.81C232.21,54.86,233.81,74.48,233.41,87.69ZM200.58,24.44A27.49,27.49,0,0,1,215,28c-6.4,3.2-12.81,8.41-18.81,14.41-15.21,16.42-26.82,42-31.62,66.45-14.42,4.41-28.83,8.81-42,12.81C131.33,83.28,163.75,25.24,200.58,24.44ZM154.15,244.61c1.6,25.61,69.25,31.22,73.25,91.66,2.8,47.64-25.22,80.06-65.65,82.47-48.83,3.2-75.65-25.62-75.65-25.62l10.4-44s26.82,20.42,48.44,18.82c14-.8,19.22-12.41,18.81-20.42-2-33.62-57.24-31.62-60.84-86.86-3.2-46.44,27.22-93.27,94.47-97.68,26-1.6,39.23,4.81,39.23,4.81L221.4,225.39s-17.21-8-37.63-6.4C154.15,221,153.75,239.8,154.15,244.61ZM249.42,82.88c0-12-1.6-29.22-7.21-43.63,18.42,3.6,27.22,24,31.23,36.43Q262.63,78.68,249.42,82.88Z"], + "shopware": [512, 512, [], "f5b5", "M403.5 455.41A246.17 246.17 0 0 1 256 504C118.81 504 8 393 8 256 8 118.81 119 8 256 8a247.39 247.39 0 0 1 165.7 63.5 3.57 3.57 0 0 1-2.86 6.18A418.62 418.62 0 0 0 362.13 74c-129.36 0-222.4 53.47-222.4 155.35 0 109 92.13 145.88 176.83 178.73 33.64 13 65.4 25.36 87 41.59a3.58 3.58 0 0 1 0 5.72zM503 233.09a3.64 3.64 0 0 0-1.27-2.44c-51.76-43-93.62-60.48-144.48-60.48-84.13 0-80.25 52.17-80.25 53.63 0 42.6 52.06 62 112.34 84.49 31.07 11.59 63.19 23.57 92.68 39.93a3.57 3.57 0 0 0 5-1.82A249 249 0 0 0 503 233.09z"], + "simplybuilt": [512, 512, [], "f215", "M481.2 64h-106c-14.5 0-26.6 11.8-26.6 26.3v39.6H163.3V90.3c0-14.5-12-26.3-26.6-26.3h-106C16.1 64 4.3 75.8 4.3 90.3v331.4c0 14.5 11.8 26.3 26.6 26.3h450.4c14.8 0 26.6-11.8 26.6-26.3V90.3c-.2-14.5-12-26.3-26.7-26.3zM149.8 355.8c-36.6 0-66.4-29.7-66.4-66.4 0-36.9 29.7-66.6 66.4-66.6 36.9 0 66.6 29.7 66.6 66.6 0 36.7-29.7 66.4-66.6 66.4zm212.4 0c-36.9 0-66.6-29.7-66.6-66.6 0-36.6 29.7-66.4 66.6-66.4 36.6 0 66.4 29.7 66.4 66.4 0 36.9-29.8 66.6-66.4 66.6z"], + "sistrix": [448, 512, [], "f3ee", "M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2 0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1 30.5-31zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9-57.4 129.9-128.1 129.9z"], + "sith": [448, 512, [], "f512", "M0 32l69.71 118.75-58.86-11.52 69.84 91.03a146.741 146.741 0 0 0 0 51.45l-69.84 91.03 58.86-11.52L0 480l118.75-69.71-11.52 58.86 91.03-69.84c17.02 3.04 34.47 3.04 51.48 0l91.03 69.84-11.52-58.86L448 480l-69.71-118.78 58.86 11.52-69.84-91.03c3.03-17.01 3.04-34.44 0-51.45l69.84-91.03-58.86 11.52L448 32l-118.75 69.71 11.52-58.9-91.06 69.87c-8.5-1.52-17.1-2.29-25.71-2.29s-17.21.78-25.71 2.29l-91.06-69.87 11.52 58.9L0 32zm224 99.78c31.8 0 63.6 12.12 87.85 36.37 48.5 48.5 48.49 127.21 0 175.7s-127.2 48.46-175.7-.03c-48.5-48.5-48.49-127.21 0-175.7 24.24-24.25 56.05-36.34 87.85-36.34zm0 36.66c-22.42 0-44.83 8.52-61.92 25.61-34.18 34.18-34.19 89.68 0 123.87s89.65 34.18 123.84 0c34.18-34.18 34.19-89.68 0-123.87-17.09-17.09-39.5-25.61-61.92-25.61z"], + "sketch": [512, 512, [], "f7c6", "M27.5 162.2L9 187.1h90.5l6.9-130.7-78.9 105.8zM396.3 45.7L267.7 32l135.7 147.2-7.1-133.5zM112.2 218.3l-11.2-22H9.9L234.8 458zm2-31.2h284l-81.5-88.5L256.3 33zm297.3 9.1L277.6 458l224.8-261.7h-90.9zM415.4 69L406 56.4l.9 17.3 6.1 113.4h90.3zM113.5 93.5l-4.6 85.6L244.7 32 116.1 45.7zm287.7 102.7h-290l42.4 82.9L256.3 480l144.9-283.8z"], + "skyatlas": [640, 512, [], "f216", "M640 329.3c0 65.9-52.5 114.4-117.5 114.4-165.9 0-196.6-249.7-359.7-249.7-146.9 0-147.1 212.2 5.6 212.2 42.5 0 90.9-17.8 125.3-42.5 5.6-4.1 16.9-16.3 22.8-16.3s10.9 5 10.9 10.9c0 7.8-13.1 19.1-18.7 24.1-40.9 35.6-100.3 61.2-154.7 61.2-83.4.1-154-59-154-144.9s67.5-149.1 152.8-149.1c185.3 0 222.5 245.9 361.9 245.9 99.9 0 94.8-139.7 3.4-139.7-17.5 0-35 11.6-46.9 11.6-8.4 0-15.9-7.2-15.9-15.6 0-11.6 5.3-23.7 5.3-36.3 0-66.6-50.9-114.7-116.9-114.7-53.1 0-80 36.9-88.8 36.9-6.2 0-11.2-5-11.2-11.2 0-5.6 4.1-10.3 7.8-14.4 25.3-28.8 64.7-43.7 102.8-43.7 79.4 0 139.1 58.4 139.1 137.8 0 6.9-.3 13.7-1.2 20.6 11.9-3.1 24.1-4.7 35.9-4.7 60.7 0 111.9 45.3 111.9 107.2z"], + "skype": [448, 512, [], "f17e", "M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z"], + "slack": [448, 512, [], "f198", "M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z"], + "slack-hash": [448, 512, [], "f3ef", "M446.2 270.4c-6.2-19-26.9-29.1-46-22.9l-45.4 15.1-30.3-90 45.4-15.1c19.1-6.2 29.1-26.8 23-45.9-6.2-19-26.9-29.1-46-22.9l-45.4 15.1-15.7-47c-6.2-19-26.9-29.1-46-22.9-19.1 6.2-29.1 26.8-23 45.9l15.7 47-93.4 31.2-15.7-47c-6.2-19-26.9-29.1-46-22.9-19.1 6.2-29.1 26.8-23 45.9l15.7 47-45.3 15c-19.1 6.2-29.1 26.8-23 45.9 5 14.5 19.1 24 33.6 24.6 6.8 1 12-1.6 57.7-16.8l30.3 90L78 354.8c-19 6.2-29.1 26.9-23 45.9 5 14.5 19.1 24 33.6 24.6 6.8 1 12-1.6 57.7-16.8l15.7 47c5.9 16.9 24.7 29 46 22.9 19.1-6.2 29.1-26.8 23-45.9l-15.7-47 93.6-31.3 15.7 47c5.9 16.9 24.7 29 46 22.9 19.1-6.2 29.1-26.8 23-45.9l-15.7-47 45.4-15.1c19-6 29.1-26.7 22.9-45.7zm-254.1 47.2l-30.3-90.2 93.5-31.3 30.3 90.2-93.5 31.3z"], + "slideshare": [512, 512, [], "f1e7", "M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7zm143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7zm156.6 90l-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8zm-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z"], + "snapchat": [496, 512, [], "f2ab", "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm169.5 338.9c-3.5 8.1-18.1 14-44.8 18.2-1.4 1.9-2.5 9.8-4.3 15.9-1.1 3.7-3.7 5.9-8.1 5.9h-.2c-6.2 0-12.8-2.9-25.8-2.9-17.6 0-23.7 4-37.4 13.7-14.5 10.3-28.4 19.1-49.2 18.2-21 1.6-38.6-11.2-48.5-18.2-13.8-9.7-19.8-13.7-37.4-13.7-12.5 0-20.4 3.1-25.8 3.1-5.4 0-7.5-3.3-8.3-6-1.8-6.1-2.9-14.1-4.3-16-13.8-2.1-44.8-7.5-45.5-21.4-.2-3.6 2.3-6.8 5.9-7.4 46.3-7.6 67.1-55.1 68-57.1 0-.1.1-.2.2-.3 2.5-5 3-9.2 1.6-12.5-3.4-7.9-17.9-10.7-24-13.2-15.8-6.2-18-13.4-17-18.3 1.6-8.5 14.4-13.8 21.9-10.3 5.9 2.8 11.2 4.2 15.7 4.2 3.3 0 5.5-.8 6.6-1.4-1.4-23.9-4.7-58 3.8-77.1C183.1 100 230.7 96 244.7 96c.6 0 6.1-.1 6.7-.1 34.7 0 68 17.8 84.3 54.3 8.5 19.1 5.2 53.1 3.8 77.1 1.1.6 2.9 1.3 5.7 1.4 4.3-.2 9.2-1.6 14.7-4.2 4-1.9 9.6-1.6 13.6 0 6.3 2.3 10.3 6.8 10.4 11.9.1 6.5-5.7 12.1-17.2 16.6-1.4.6-3.1 1.1-4.9 1.7-6.5 2.1-16.4 5.2-19 11.5-1.4 3.3-.8 7.5 1.6 12.5.1.1.1.2.2.3.9 2 21.7 49.5 68 57.1 4 1 7.1 5.5 4.9 10.8z"], + "snapchat-ghost": [512, 512, [], "f2ac", "M510.846 392.673c-5.211 12.157-27.239 21.089-67.36 27.318-2.064 2.786-3.775 14.686-6.507 23.956-1.625 5.566-5.623 8.869-12.128 8.869l-.297-.005c-9.395 0-19.203-4.323-38.852-4.323-26.521 0-35.662 6.043-56.254 20.588-21.832 15.438-42.771 28.764-74.027 27.399-31.646 2.334-58.025-16.908-72.871-27.404-20.714-14.643-29.828-20.582-56.241-20.582-18.864 0-30.736 4.72-38.852 4.72-8.073 0-11.213-4.922-12.422-9.04-2.703-9.189-4.404-21.263-6.523-24.13-20.679-3.209-67.31-11.344-68.498-32.15a10.627 10.627 0 0 1 8.877-11.069c69.583-11.455 100.924-82.901 102.227-85.934.074-.176.155-.344.237-.515 3.713-7.537 4.544-13.849 2.463-18.753-5.05-11.896-26.872-16.164-36.053-19.796-23.715-9.366-27.015-20.128-25.612-27.504 2.437-12.836 21.725-20.735 33.002-15.453 8.919 4.181 16.843 6.297 23.547 6.297 5.022 0 8.212-1.204 9.96-2.171-2.043-35.936-7.101-87.29 5.687-115.969C158.122 21.304 229.705 15.42 250.826 15.42c.944 0 9.141-.089 10.11-.089 52.148 0 102.254 26.78 126.723 81.643 12.777 28.65 7.749 79.792 5.695 116.009 1.582.872 4.357 1.942 8.599 2.139 6.397-.286 13.815-2.389 22.069-6.257 6.085-2.846 14.406-2.461 20.48.058l.029.01c9.476 3.385 15.439 10.215 15.589 17.87.184 9.747-8.522 18.165-25.878 25.018-2.118.835-4.694 1.655-7.434 2.525-9.797 3.106-24.6 7.805-28.616 17.271-2.079 4.904-1.256 11.211 2.46 18.748.087.168.166.342.239.515 1.301 3.03 32.615 74.46 102.23 85.934 6.427 1.058 11.163 7.877 7.725 15.859z"], + "snapchat-square": [448, 512, [], "f2ad", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6.5 314.9c-3.5 8.1-18.1 14-44.8 18.2-1.4 1.9-2.5 9.8-4.3 15.9-1.1 3.7-3.7 5.9-8.1 5.9h-.2c-6.2 0-12.8-2.9-25.8-2.9-17.6 0-23.7 4-37.4 13.7-14.5 10.3-28.4 19.1-49.2 18.2-21 1.6-38.6-11.2-48.5-18.2-13.8-9.7-19.8-13.7-37.4-13.7-12.5 0-20.4 3.1-25.8 3.1-5.4 0-7.5-3.3-8.3-6-1.8-6.1-2.9-14.1-4.3-16-13.8-2.1-44.8-7.5-45.5-21.4-.2-3.6 2.3-6.8 5.9-7.4 46.3-7.6 67.1-55.1 68-57.1 0-.1.1-.2.2-.3 2.5-5 3-9.2 1.6-12.5-3.4-7.9-17.9-10.7-24-13.2-15.8-6.2-18-13.4-17-18.3 1.6-8.5 14.4-13.8 21.9-10.3 5.9 2.8 11.2 4.2 15.7 4.2 3.3 0 5.5-.8 6.6-1.4-1.4-23.9-4.7-58 3.8-77.1C159.1 100 206.7 96 220.7 96c.6 0 6.1-.1 6.7-.1 34.7 0 68 17.8 84.3 54.3 8.5 19.1 5.2 53.1 3.8 77.1 1.1.6 2.9 1.3 5.7 1.4 4.3-.2 9.2-1.6 14.7-4.2 4-1.9 9.6-1.6 13.6 0 6.3 2.3 10.3 6.8 10.4 11.9.1 6.5-5.7 12.1-17.2 16.6-1.4.6-3.1 1.1-4.9 1.7-6.5 2.1-16.4 5.2-19 11.5-1.4 3.3-.8 7.5 1.6 12.5.1.1.1.2.2.3.9 2 21.7 49.5 68 57.1 4 1 7.1 5.5 4.9 10.8z"], + "soundcloud": [640, 512, [], "f1be", "M111.4 256.3l5.8 65-5.8 68.3c-.3 2.5-2.2 4.4-4.4 4.4s-4.2-1.9-4.2-4.4l-5.6-68.3 5.6-65c0-2.2 1.9-4.2 4.2-4.2 2.2 0 4.1 2 4.4 4.2zm21.4-45.6c-2.8 0-4.7 2.2-5 5l-5 105.6 5 68.3c.3 2.8 2.2 5 5 5 2.5 0 4.7-2.2 4.7-5l5.8-68.3-5.8-105.6c0-2.8-2.2-5-4.7-5zm25.5-24.1c-3.1 0-5.3 2.2-5.6 5.3l-4.4 130 4.4 67.8c.3 3.1 2.5 5.3 5.6 5.3 2.8 0 5.3-2.2 5.3-5.3l5.3-67.8-5.3-130c0-3.1-2.5-5.3-5.3-5.3zM7.2 283.2c-1.4 0-2.2 1.1-2.5 2.5L0 321.3l4.7 35c.3 1.4 1.1 2.5 2.5 2.5s2.2-1.1 2.5-2.5l5.6-35-5.6-35.6c-.3-1.4-1.1-2.5-2.5-2.5zm23.6-21.9c-1.4 0-2.5 1.1-2.5 2.5l-6.4 57.5 6.4 56.1c0 1.7 1.1 2.8 2.5 2.8s2.5-1.1 2.8-2.5l7.2-56.4-7.2-57.5c-.3-1.4-1.4-2.5-2.8-2.5zm25.3-11.4c-1.7 0-3.1 1.4-3.3 3.3L47 321.3l5.8 65.8c.3 1.7 1.7 3.1 3.3 3.1 1.7 0 3.1-1.4 3.1-3.1l6.9-65.8-6.9-68.1c0-1.9-1.4-3.3-3.1-3.3zm25.3-2.2c-1.9 0-3.6 1.4-3.6 3.6l-5.8 70 5.8 67.8c0 2.2 1.7 3.6 3.6 3.6s3.6-1.4 3.9-3.6l6.4-67.8-6.4-70c-.3-2.2-2-3.6-3.9-3.6zm241.4-110.9c-1.1-.8-2.8-1.4-4.2-1.4-2.2 0-4.2.8-5.6 1.9-1.9 1.7-3.1 4.2-3.3 6.7v.8l-3.3 176.7 1.7 32.5 1.7 31.7c.3 4.7 4.2 8.6 8.9 8.6s8.6-3.9 8.6-8.6l3.9-64.2-3.9-177.5c-.4-3-2-5.8-4.5-7.2zm-26.7 15.3c-1.4-.8-2.8-1.4-4.4-1.4s-3.1.6-4.4 1.4c-2.2 1.4-3.6 3.9-3.6 6.7l-.3 1.7-2.8 160.8s0 .3 3.1 65.6v.3c0 1.7.6 3.3 1.7 4.7 1.7 1.9 3.9 3.1 6.4 3.1 2.2 0 4.2-1.1 5.6-2.5 1.7-1.4 2.5-3.3 2.5-5.6l.3-6.7 3.1-58.6-3.3-162.8c-.3-2.8-1.7-5.3-3.9-6.7zm-111.4 22.5c-3.1 0-5.8 2.8-5.8 6.1l-4.4 140.6 4.4 67.2c.3 3.3 2.8 5.8 5.8 5.8 3.3 0 5.8-2.5 6.1-5.8l5-67.2-5-140.6c-.2-3.3-2.7-6.1-6.1-6.1zm376.7 62.8c-10.8 0-21.1 2.2-30.6 6.1-6.4-70.8-65.8-126.4-138.3-126.4-17.8 0-35 3.3-50.3 9.4-6.1 2.2-7.8 4.4-7.8 9.2v249.7c0 5 3.9 8.6 8.6 9.2h218.3c43.3 0 78.6-35 78.6-78.3.1-43.6-35.2-78.9-78.5-78.9zm-296.7-60.3c-4.2 0-7.5 3.3-7.8 7.8l-3.3 136.7 3.3 65.6c.3 4.2 3.6 7.5 7.8 7.5 4.2 0 7.5-3.3 7.5-7.5l3.9-65.6-3.9-136.7c-.3-4.5-3.3-7.8-7.5-7.8zm-53.6-7.8c-3.3 0-6.4 3.1-6.4 6.7l-3.9 145.3 3.9 66.9c.3 3.6 3.1 6.4 6.4 6.4 3.6 0 6.4-2.8 6.7-6.4l4.4-66.9-4.4-145.3c-.3-3.6-3.1-6.7-6.7-6.7zm26.7 3.4c-3.9 0-6.9 3.1-6.9 6.9L227 321.3l3.9 66.4c.3 3.9 3.1 6.9 6.9 6.9s6.9-3.1 6.9-6.9l4.2-66.4-4.2-141.7c0-3.9-3-6.9-6.9-6.9z"], + "sourcetree": [448, 512, [], "f7d3", "M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203zm-271.6 0c0-90.8 137.3-90.8 137.3 0-.1 89.9-137.3 91-137.3 0z"], + "speakap": [448, 512, [], "f3f3", "M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24 72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6-52.33-.91-95.86 28.3-96.77 80-.2 11.33.29 36.72 29.42 54.83 34.46 21.42 86.52 21.51 86 52.26-.37 21.28-26.42 25.81-38.59 25.6-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05 10.23.18 96.42.33 97.84-81 .28-15.81-2.07-39.72-28.86-56.59-34.36-21.64-85-19.45-84.43-49.75.41-23.25 31-25.37 37.53-25.26.43 0 26.62.26 39.62 17.37z"], + "speaker-deck": [512, 512, [], "f83c", "M213.86 296H100a100 100 0 0 1 0-200h132.84a40 40 0 0 1 0 80H98c-26.47 0-26.45 40 0 40h113.82a100 100 0 0 1 0 200H40a40 40 0 0 1 0-80h173.86c26.48 0 26.46-40 0-40zM298 416a120.21 120.21 0 0 0 51.11-80h64.55a19.83 19.83 0 0 0 19.66-20V196a19.83 19.83 0 0 0-19.66-20H296.42a60.77 60.77 0 0 0 0-80h136.93c43.44 0 78.65 35.82 78.65 80v160c0 44.18-35.21 80-78.65 80z"], + "spotify": [496, 512, [], "f1bc", "M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z"], + "squarespace": [512, 512, [], "f5be", "M186.12 343.34c-9.65 9.65-9.65 25.29 0 34.94 9.65 9.65 25.29 9.65 34.94 0L378.24 221.1c19.29-19.29 50.57-19.29 69.86 0s19.29 50.57 0 69.86L293.95 445.1c19.27 19.29 50.53 19.31 69.82.04l.04-.04 119.25-119.24c38.59-38.59 38.59-101.14 0-139.72-38.59-38.59-101.15-38.59-139.72 0l-157.22 157.2zm244.53-104.8c-9.65-9.65-25.29-9.65-34.93 0l-157.2 157.18c-19.27 19.29-50.53 19.31-69.82.05l-.05-.05c-9.64-9.64-25.27-9.65-34.92-.01l-.01.01c-9.65 9.64-9.66 25.28-.02 34.93l.02.02c38.58 38.57 101.14 38.57 139.72 0l157.2-157.2c9.65-9.65 9.65-25.29.01-34.93zm-261.99 87.33l157.18-157.18c9.64-9.65 9.64-25.29 0-34.94-9.64-9.64-25.27-9.64-34.91 0L133.72 290.93c-19.28 19.29-50.56 19.3-69.85.01l-.01-.01c-19.29-19.28-19.31-50.54-.03-69.84l.03-.03L218.03 66.89c-19.28-19.29-50.55-19.3-69.85-.02l-.02.02L28.93 186.14c-38.58 38.59-38.58 101.14 0 139.72 38.6 38.59 101.13 38.59 139.73.01zm-87.33-52.4c9.64 9.64 25.27 9.64 34.91 0l157.21-157.19c19.28-19.29 50.55-19.3 69.84-.02l.02.02c9.65 9.65 25.29 9.65 34.93 0 9.65-9.65 9.65-25.29 0-34.93-38.59-38.59-101.13-38.59-139.72 0L81.33 238.54c-9.65 9.64-9.65 25.28-.01 34.93h.01z"], + "stack-exchange": [448, 512, [], "f18d", "M17.7 332.3h412.7v22c0 37.7-29.3 68-65.3 68h-19L259.3 512v-89.7H83c-36 0-65.3-30.3-65.3-68v-22zm0-23.6h412.7v-85H17.7v85zm0-109.4h412.7v-85H17.7v85zM365 0H83C47 0 17.7 30.3 17.7 67.7V90h412.7V67.7C430.3 30.3 401 0 365 0z"], + "stack-overflow": [384, 512, [], "f16c", "M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z"], + "stackpath": [448, 512, [], "f842", "M244.6 232.4c0 8.5-4.26 20.49-21.34 20.49h-19.61v-41.47h19.61c17.13 0 21.34 12.36 21.34 20.98zM448 32v448H0V32zM151.3 287.84c0-21.24-12.12-34.54-46.72-44.85-20.57-7.41-26-10.91-26-18.63s7-14.61 20.41-14.61c14.09 0 20.79 8.45 20.79 18.35h30.7l.19-.57c.5-19.57-15.06-41.65-51.12-41.65-23.37 0-52.55 10.75-52.55 38.29 0 19.4 9.25 31.29 50.74 44.37 17.26 6.15 21.91 10.4 21.91 19.48 0 15.2-19.13 14.23-19.47 14.23-20.4 0-25.65-9.1-25.65-21.9h-30.8l-.18.56c-.68 31.32 28.38 45.22 56.63 45.22 29.98 0 51.12-13.55 51.12-38.29zm125.38-55.63c0-25.3-18.43-45.46-53.42-45.46h-51.78v138.18h32.17v-47.36h19.61c30.25 0 53.42-15.95 53.42-45.36zM297.94 325L347 186.78h-31.09L268 325zm106.52-138.22h-31.09L325.46 325h29.94z"], + "staylinked": [440, 512, [], "f3f5", "M382.7 292.5l2.7 2.7-170-167.3c-3.5-3.5-9.7-3.7-13.8-.5L144.3 171c-4.2 3.2-4.6 8.7-1.1 12.2l68.1 64.3c3.6 3.5 9.9 3.7 14 .5l.1-.1c4.1-3.2 10.4-3 14 .5l84 81.3c3.6 3.5 3.2 9-.9 12.2l-93.2 74c-4.2 3.3-10.5 3.1-14.2-.4L63.2 268c-3.5-3.5-9.7-3.7-13.9-.5L3.5 302.4c-4.2 3.2-4.7 8.7-1.2 12.2L211 510.7s7.4 6.8 17.3-.8l198-163.9c4-3.2 4.4-8.7.7-12.2zm54.5-83.4L226.7 2.5c-1.5-1.2-8-5.5-16.3 1.1L3.6 165.7c-4.2 3.2-4.8 8.7-1.2 12.2l42.3 41.7 171.7 165.1c3.7 3.5 10.1 3.7 14.3.4l50.2-38.8-.3-.3 7.7-6c4.2-3.2 4.6-8.7.9-12.2l-57.1-54.4c-3.6-3.5-10-3.7-14.2-.5l-.1.1c-4.2 3.2-10.5 3.1-14.2-.4L109 180.8c-3.6-3.5-3.1-8.9 1.1-12.2l92.2-71.5c4.1-3.2 10.3-3 13.9.5l160.4 159c3.7 3.5 10 3.7 14.1.5l45.8-35.8c4.1-3.2 4.4-8.7.7-12.2z"], + "steam": [496, 512, [], "f1b6", "M496 256c0 137-111.2 248-248.4 248-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4 39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5 0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L176.6 279c-15.5-.9-30.7 3.4-43.5 12.1L0 236.1C10.2 108.4 117.1 8 247.6 8 384.8 8 496 119 496 256zM155.7 384.3l-30.5-12.6a52.79 52.79 0 0 0 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4 5.4-13 5.5-27.3.1-40.3-5.4-13-15.5-23.2-28.5-28.6-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7-8.3 19.9-31 29.2-50.8 21zm173.8-129.9c-34.4 0-62.4-28-62.4-62.3s28-62.3 62.4-62.3 62.4 28 62.4 62.3-27.9 62.3-62.4 62.3zm.1-15.6c25.9 0 46.9-21 46.9-46.8 0-25.9-21-46.8-46.9-46.8s-46.9 21-46.9 46.8c.1 25.8 21.1 46.8 46.9 46.8z"], + "steam-square": [448, 512, [], "f1b7", "M185.2 356.5c7.7-18.5-1-39.7-19.6-47.4l-29.5-12.2c11.4-4.3 24.3-4.5 36.4.5 12.2 5.1 21.6 14.6 26.7 26.7 5 12.2 5 25.6-.1 37.7-10.5 25.1-39.4 37-64.6 26.5-11.6-4.8-20.4-13.6-25.4-24.2l28.5 11.8c18.6 7.8 39.9-.9 47.6-19.4zM400 32H48C21.5 32 0 53.5 0 80v160.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8-31.8 0-58.5-22.7-64.5-52.7L0 319.2V432c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-99.7 222.5c-32.2 0-58.4-26.1-58.4-58.3s26.2-58.3 58.4-58.3 58.4 26.2 58.4 58.3-26.2 58.3-58.4 58.3zm.1-14.6c24.2 0 43.9-19.6 43.9-43.8 0-24.2-19.6-43.8-43.9-43.8-24.2 0-43.9 19.6-43.9 43.8 0 24.2 19.7 43.8 43.9 43.8z"], + "steam-symbol": [448, 512, [], "f3f6", "M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61zm52.5.2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7zM203 363c0-34.7-27.8-62.5-62.5-62.5-4.5 0-9 .5-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5zm207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9.1 76.2-33.9 76.2-76.2z"], + "sticker-mule": [576, 512, [], "f3f7", "M561.7 199.6c-1.3.3.3 0 0 0zm-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9-1.6-6.5-3.6-14.5-6.2-20-4.4-8.7-4.6-7.5-4.6-9.5 0-5.3 30.7-45.3 19-46.9-5.7-.6-12.2 11.6-20.6 17-8.6 4.2-8 5-10.3 5-2.6 0-5.7-3-6.2-5-2-5.7 1.9-25.9-3.6-25.9-3.6 0-12.3 24.8-17 25.8-5.2 1.3-27.9-11.4-75.1 18-25.3 13.2-86.9 65.2-87 65.3-6.7 4.7-20 4.7-35.5 16-44.4 30.1-109.6 9.4-110.7 9-110.6-26.8-128-15.2-159 11.5-20.8 17.9-23.7 36.5-24.2 38.9-4.2 20.4 5.2 48.3 6.7 64.3 1.8 19.3-2.7 17.7 7.7 98.3.5 1 4.1 0 5.1 1.5 0 8.4-3.8 12.1-4.1 13-1.5 4.5-1.5 10.5 0 16 2.3 8.2 8.2 37.2 8.2 46.9 0 41.8.4 44 2.6 49.4 3.9 10 12.5 9.1 17 12 3.1 3.5-.5 8.5 1 12.5.5 2 3.6 4 6.2 5 9.2 3.6 27 .3 29.9-2.5 1.6-1.5.5-4.5 3.1-5 5.1 0 10.8-.5 14.4-2.5 5.1-2.5 4.1-6 1.5-10.5-.4-.8-7-13.3-9.8-16-2.1-2-5.1-3-7.2-4.5-5.8-4.9-10.3-19.4-10.3-19.5-4.6-19.4-10.3-46.3-4.1-66.8 4.6-17.2 39.5-87.7 39.6-87.8 4.1-6.5 17-11.5 27.3-7 6 1.9 19.3 22 65.4 30.9 47.9 8.7 97.4-2 112.2-2 2.8 2-1.9 13-.5 38.9 0 26.4-.4 13.7-4.1 29.9-2.2 9.7 3.4 23.2-1.5 46.9-1.4 9.8-9.9 32.7-8.2 43.4.5 1 1 2 1.5 3.5.5 4.5 1.5 8.5 4.6 10 7.3 3.6 12-3.5 9.8 11.5-.7 3.1-2.6 12 1.5 15 4.4 3.7 30.6 3.4 36.5.5 2.6-1.5 1.6-4.5 6.4-7.4 1.9-.9 11.3-.4 11.3-6.5.3-1.8-9.2-19.9-9.3-20-2.6-3.5-9.2-4.5-11.3-8-6.9-10.1-1.7-52.6.5-59.4 3-11 5.6-22.4 8.7-32.4 11-42.5 10.3-50.6 16.5-68.3.8-1.8 6.4-23.1 10.3-29.9 9.3-17 21.7-32.4 33.5-47.4 18-22.9 34-46.9 52-69.8 6.1-7 8.2-13.7 18-8 10.8 5.7 21.6 7 31.9 17 14.6 12.8 10.2 18.2 11.8 22.9 1.5 5 7.7 10.5 14.9 9.5 10.4-2 13-2.5 13.4-2.5 2.6-.5 5.7-5 7.2-8 3.1-5.5 7.2-9 7.2-16.5 0-7.7-.4-2.8-20.6-52.9z"], + "strava": [384, 512, [], "f428", "M158.4 0L7 292h89.2l62.2-116.1L220.1 292h88.5zm150.2 292l-43.9 88.2-44.6-88.2h-67.6l112.2 220 111.5-220z"], + "stripe": [640, 512, [], "f429", "M165 144.7l-43.3 9.2-.2 142.4c0 26.3 19.8 43.3 46.1 43.3 14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V221h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V233.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1zm92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 228.3c0-6.9 5.8-9.6 15.1-9.7 13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1-36 0-60 18.8-60 50.2 0 49.2 67.5 41.2 67.5 62.4 0 8.2-7.1 10.9-17 10.9-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1 36.9 0 62.3-15.8 62.3-47.8 0-52.9-67.9-43.4-67.9-63.4zM640 261.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2 21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9zm-87.9-16.8c0-20 12.3-28.4 23.4-28.4 10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2 31.8 0 60.8-23.2 60.8-79.6.1-51.6-29.3-79.7-60.5-79.7zm-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8 16.2 0 27.4 18.2 27.4 41.4.1 23.9-10.9 41.8-27.4 41.8zm-126.7 33.7h44.6V183.2h-44.6z"], + "stripe-s": [384, 512, [], "f42a", "M155.3 154.6c0-22.3 18.6-30.9 48.4-30.9 43.4 0 98.5 13.3 141.9 36.7V26.1C298.3 7.2 251.1 0 203.8 0 88.1 0 11 60.4 11 161.4c0 157.9 216.8 132.3 216.8 200.4 0 26.4-22.9 34.9-54.7 34.9-47.2 0-108.2-19.5-156.1-45.5v128.5a396.09 396.09 0 0 0 156 32.4c118.6 0 200.3-51 200.3-153.6 0-170.2-218-139.7-218-203.9z"], + "studiovinari": [512, 512, [], "f3f8", "M480.3 187.7l4.2 28v28l-25.1 44.1-39.8 78.4-56.1 67.5-79.1 37.8-17.7 24.5-7.7 12-9.6 4s17.3-63.6 19.4-63.6c2.1 0 20.3.7 20.3.7l66.7-38.6-92.5 26.1-55.9 36.8-22.8 28-6.6 1.4 20.8-73.6 6.9-5.5 20.7 12.9 88.3-45.2 56.8-51.5 14.8-68.4-125.4 23.3 15.2-18.2-173.4-53.3 81.9-10.5-166-122.9L133.5 108 32.2 0l252.9 126.6-31.5-38L378 163 234.7 64l18.7 38.4-49.6-18.1L158.3 0l194.6 122L310 66.2l108 96.4 12-8.9-21-16.4 4.2-37.8L451 89.1l29.2 24.7 11.5 4.2-7 6.2 8.5 12-13.1 7.4-10.3 20.2 10.5 23.9z"], + "stumbleupon": [512, 512, [], "f1a4", "M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z"], + "stumbleupon-circle": [496, 512, [], "f1a3", "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1 40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6zm167.6 123.6c0 41.4-33.5 74.9-74.9 74.9-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7 34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4z"], + "superpowers": [448, 512, [], "f2dd", "M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151z"], + "supple": [640, 512, [], "f3f9", "M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5 7.7.4 15.5.6 23.4.6 134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4zM47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78zm60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1l-8.8 10.9zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8-10.7 0-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55h-15.7zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7h-12.6zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7h-12.6zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2h2.7zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1h-2.4z"], + "suse": [640, 512, [], "f7d6", "M471.08 102.66s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3-51.9-1.8-122.8-4.3-223 57.3-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.12 307 7 335.06a111 111 0 0 0 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4 44.4 3.9 78.1-16 90-53.3 8.2-25.8 0-63.6-31.5-82.9-25.6-15.7-53.3-12.1-69.2-1.6-13.9 9.2-21.8 23.5-21.6 39.2.3 27.8 24.3 42.6 41.5 42.6a49 49 0 0 0 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9 0-12.1-11.6-14.8-16.8-13.9-2.9.5-4.5 2-11.8 2.4-2-.2-12-3.1-12-14V316c.2-12.3 13.2-18 25.5-16.9 32.3 2.8 47.7 40.7 28.5 65.7-18.3 23.7-76.6 23.2-99.7-20.4-26-49.2 12.7-111.2 87-98.4 33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3 56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8 5.6-33.8 39.7-18.4 82.4-17.4 66.5.4 102.1-27 103.1-28 3.7-3.1 6.5-15.8 7-17.7 1.3-5.1-3.2-2.4-3.2-2.4-8.7 5.2-30.5 15.2-50.9 15.6-25.3.5-76.2-25.4-81.6-28.2-.3-.4.1 1.2-11-25.5 88.4 58.3 118.3 40.5 145.2 21.7.8-.6 4.3-2.9 3.6-5.7-13.8-48.1-22.4-62.7-34.5-69.6-37-21.6-125-34.7-129.2-35.3.1-.1-.9-.3-.9.7zm60.4 72.8a37.54 37.54 0 0 1 38.9-36.3c33.4 1.2 48.8 42.3 24.4 65.2-24.2 22.7-64.4 4.6-63.3-28.9zm38.6-25.3a26.27 26.27 0 1 0 25.4 27.2 26.19 26.19 0 0 0-25.4-27.2zm4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.64 0 15.64z"], + "swift": [448, 512, [], "f8e1", "M448 156.09c0-4.51-.08-9-.2-13.52a196.31 196.31 0 0 0-2.58-29.42 99.62 99.62 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.17 99.17 0 0 0-28-9.22 195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2-2.45.07-4.91.15-7.37.27a171.68 171.68 0 0 0-22.06 2.32 103.06 103.06 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.66 94.66 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.86 93.86 0 0 0 12 85.17a99.45 99.45 0 0 0-9.22 28 196.31 196.31 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196.08 196.08 0 0 0 2.58 29.42 99.3 99.3 0 0 0 9.22 28A94.31 94.31 0 0 0 53.17 468a99.47 99.47 0 0 0 28 9.21 195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2H323.91c4.51 0 9-.08 13.52-.2a196.59 196.59 0 0 0 29.44-2.59 99.57 99.57 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28 194.79 194.79 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05zm-69.88 241c-20-38.93-57.23-29.27-76.31-19.47-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.63 230.63 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0-57-43.85-104.6-101-141.09-147.22a197.09 197.09 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12-52.57-55.49-98.89-123.94-96.72-121.74 82.79 83.42 159.18 130.59 159.18 130.59 2.88 1.58 5 2.85 6.73 4a127.44 127.44 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09 38.52 47.4 28.04 98.17 23.13 88.59z"], + "symfony": [512, 512, [], "f83d", "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87-.27-9.18 6.68-13.44 6.53-18.85-.23-6.55-10.16-6.82-12.87-6.67-39.78 1.29-48.59 57-58.89 113.85 21.43 3.15 36.65-.72 45.14-6.22 12-7.75-3.34-15.72-1.42-24.56 4-18.16 32.55-19 32 5.3-.36 17.86-25.92 41.81-77.6 35.7-10.76 59.52-18.35 115-58.2 161.72-29 34.46-58.4 39.82-71.58 40.26-24.65.85-41-12.31-41.58-29.84-.56-17 14.45-26.26 24.31-26.59 21.89-.75 30.12 25.67 14.88 34-12.09 9.71.11 12.61 2.05 12.55 10.42-.36 17.34-5.51 22.18-9 24-20 33.24-54.86 45.35-118.35 8.19-49.66 17-78 18.23-82-16.93-12.75-27.08-28.55-49.85-34.72-15.61-4.23-25.12-.63-31.81 7.83-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62-5.06 29.93-40.72 52.9-82.88 39.94-36-11.11-42.7-36.56-38.38-50.62 7.51-24.15 42.36-11.72 34.62 13.6-2.79 8.6-4.92 8.68-6.28 13.07-4.56 14.77 41.85 28.4 51-1.39 4.47-14.52-5.3-21.71-22.25-39.85-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53 25.16-.81 44.19 10.59 44.83 28.65.25 7.69-4.17 22.59-19.52 23.13z"], + "teamspeak": [512, 512, [], "f4f9", "M244.2 346.79c2.4-12.3-12-30-32.4-48.7-20.9-19.2-48.2-39.1-63.4-46.6-21.7-12-41.7-1.8-46.3 22.7-5 26.2 0 51.4 14.5 73.9 10.2 15.5 25.4 22.7 43.4 24 11.6.6 52.5 2.2 61.7-1 11.9-4.3 20.1-11.8 22.5-24.3zm205 20.8a5.22 5.22 0 0 0-8.3 2.4c-8 25.4-44.7 112.5-172.1 121.5-149.7 10.5 80.3 43.6 145.4-6.4 22.7-17.4 47.6-35 46.6-85.4-.4-10.1-4.9-26.69-11.6-32.1zm62-122.4c-.3-18.9-8.6-33.4-26-42.2-2.9-1.3-5-2.7-5.9-6.4A222.64 222.64 0 0 0 438.9 103c-1.1-1.5-3.5-3.2-2.2-5 8.5-11.5-.3-18-7-24.4Q321.4-31.11 177.4 13.09c-40.1 12.3-73.9 35.6-102 67.4-4 4.3-6.7 9.1-3 14.5 3 4 1.3 6.2-1 9.3C51.6 132 38.2 162.59 32.1 196c-.7 4.3-2.9 6-6.4 7.8-14.2 7-22.5 18.5-24.9 34L0 264.29v20.9c0 30.8 21 50.4 51.8 49 7.7-.3 11.7-4.3 12-11.5 2-77.5-2.4-95.4 3.7-125.8C92.1 72.39 234.3 5 345.3 65.39 411.4 102 445.7 159 447.6 234.79c.8 28.2 0 56.5 0 84.6 0 7 2.2 12.5 9.4 14.2 24.1 5 49.2-12 53.2-36.7 2.9-17.1 1-34.5 1-51.7zm-159.6 131.5c36.5 2.8 59.3-28.5 58.4-60.5-2.1-45.2-66.2-16.5-87.8-8-73.2 28.1-45 54.9-22.2 60.8z"], + "telegram": [496, 512, [], "f2c6", "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"], + "telegram-plane": [448, 512, [], "f3fe", "M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z"], + "tencent-weibo": [384, 512, [], "f1d5", "M72.3 495.8c1.4 19.9-27.6 22.2-29.7 2.9C31 368.8 73.7 259.2 144 185.5c-15.6-34 9.2-77.1 50.6-77.1 30.3 0 55.1 24.6 55.1 55.1 0 44-49.5 70.8-86.9 45.1-65.7 71.3-101.4 169.8-90.5 287.2zM192 .1C66.1.1-12.3 134.3 43.7 242.4 52.4 259.8 79 246.9 70 229 23.7 136.4 91 29.8 192 29.8c75.4 0 136.9 61.4 136.9 136.9 0 90.8-86.9 153.9-167.7 133.1-19.1-4.1-25.6 24.4-6.6 29.1 110.7 23.2 204-60 204-162.3C358.6 74.7 284 .1 192 .1z"], + "the-red-yeti": [512, 512, [], "f69d", "M488.23 241.7l20.7 7.1c-9.6-23.9-23.9-37-31.7-44.8l7.1-18.2c.2 0 12.3-27.8-2.5-30.7-.6-11.3-6.6-27-18.4-27-7.6-10.6-17.7-12.3-30.7-5.9a122.2 122.2 0 0 0-25.3 16.5c-5.3-6.4-3 .4-3-29.8-37.1-24.3-45.4-11.7-74.8 3l.5.5a239.36 239.36 0 0 0-68.4-13.3c-5.5-8.7-18.6-19.1-25.1-25.1l24.8 7.1c-5.5-5.5-26.8-12.9-34.2-15.2 18.2-4.1 29.8-20.8 42.5-33-34.9-10.1-67.9-5.9-97.9 11.8l12-44.2L182 0c-31.6 24.2-33 41.9-33.7 45.5-.9-2.4-6.3-19.6-15.2-27a35.12 35.12 0 0 0-.5 25.3c3 8.4 5.9 14.8 8.4 18.9-16-3.3-28.3-4.9-49.2 0h-3.7l33 14.3a194.26 194.26 0 0 0-46.7 67.4l-1.7 8.4 1.7 1.7 7.6-4.7c-3.3 11.6-5.3 19.4-6.6 25.8a200.18 200.18 0 0 0-27.8 40.3c-15 1-31.8 10.8-40.3 14.3l3 3.4 28.8 1c-.5 1-.7 2.2-1.2 3.2-7.3 6.4-39.8 37.7-33 80.7l20.2-22.4c.5 1.7.7 3.4 1.2 5.2 0 25.5.4 89.6 64.9 150.5 43.6 40 96 60.2 157.5 60.2 121.7 0 223-87.3 223-211.5 6.8-9.7-1.2 3 16.7-25.1l13 14.3 2.5-.5A181.84 181.84 0 0 0 495 255a44.74 44.74 0 0 0-6.8-13.3zM398 111.2l-.5 21.9c5.5 18.1 16.9 17.2 22.4 17.2l-3.4-4.7 22.4-5.4a242.44 242.44 0 0 1-27 0c12.8-2.1 33.3-29 43-11.3 3.4 7.6 6.4 17.2 9.3 27.8l1.7-5.9a56.38 56.38 0 0 1-1.7-15.2c5.4.5 8.8 3.4 9.3 10.1.5 6.4 1.7 14.8 3.4 25.3l4.7-11.3c4.6 0 4.5-3.6-2.5 20.7-20.9-8.7-35.1-8.4-46.5-8.4l18.2-16c-25.3 8.2-33 10.8-54.8 20.9-1.1-5.4-5-13.5-16-19.9-3.2 3.8-2.8.9-.7 14.8h-2.5a62.32 62.32 0 0 0-8.4-23.1l4.2-3.4c8.4-7.1 11.8-14.3 10.6-21.9-.5-6.4-5.4-13.5-13.5-20.7 5.6-3.4 15.2-.4 28.3 8.5zm-39.6-10.1c2.7 1.9 11.4 5.4 18.9 17.2 4.2 8.4 4 9.8 3.4 11.1-.5 2.4-.5 4.3-3 7.1-1.7 2.5-5.4 4.7-11.8 7.6-7.6-13-16.5-23.6-27.8-31.2zM91 143.1l1.2-1.7c1.2-2.9 4.2-7.6 9.3-15.2l2.5-3.4-13 12.3 5.4-4.7-10.1 9.3-4.2 1.2c12.3-24.1 23.1-41.3 32.5-50.2 9.3-9.3 16-16 20.2-19.4l-6.4 1.2c-11.3-4.2-19.4-7.1-24.8-8.4 2.5-.5 3.7-.5 3.2-.5 10.3 0 17.5.5 20.9 1.2a52.35 52.35 0 0 0 16 2.5l.5-1.7-8.4-35.8 13.5 29a42.89 42.89 0 0 0 5.9-14.3c1.7-6.4 5.4-13 10.1-19.4s7.6-10.6 9.3-11.3a234.68 234.68 0 0 0-6.4 25.3l-1.7 7.1-.5 4.7 2.5 2.5C190.4 39.9 214 34 239.8 34.5l21.1.5c-11.8 13.5-27.8 21.9-48.5 24.8a201.26 201.26 0 0 1-23.4 2.9l-.2-.5-2.5-1.2a20.75 20.75 0 0 0-14 2c-2.5-.2-4.9-.5-7.1-.7l-2.5 1.7.5 1.2c2 .2 3.9.5 6.2.7l-2 3.4 3.4-.5-10.6 11.3c-4.2 3-5.4 6.4-4.2 9.3l5.4-3.4h1.2a39.4 39.4 0 0 1 25.3-15.2v-3c6.4.5 13 1 19.4 1.2 6.4 0 8.4.5 5.4 1.2a189.6 189.6 0 0 1 20.7 13.5c13.5 10.1 23.6 21.9 30 35.4 8.8 18.2 13.5 37.1 13.5 56.6a141.13 141.13 0 0 1-3 28.3 209.91 209.91 0 0 1-16 46l2.5.5c18.2-19.7 41.9-16 49.2-16l-6.4 5.9 22.4 17.7-1.7 30.7c-5.4-12.3-16.5-21.1-33-27.8 16.5 14.8 23.6 21.1 21.9 20.2-4.8-2.8-3.5-1.9-10.8-3.7 4.1 4.1 17.5 18.8 18.2 20.7l.2.2-.2.2c0 1.8 1.6-1.2-14 22.9-75.2-15.3-106.27-42.7-141.2-63.2l11.8 1.2c-11.8-18.5-15.6-17.7-38.4-26.1L149 225c-8.8-3-18.2-3-28.3.5l7.6-10.6-1.2-1.7c-14.9 4.3-19.8 9.2-22.6 11.3-1.1-5.5-2.8-12.4-12.3-28.8l-1.2 27-13.2-5c1.5-25.2 5.4-50.5 13.2-74.6zm276.5 330c-49.9 25-56.1 22.4-59 23.9-29.8-11.8-50.9-31.7-63.5-58.8l30 16.5c-9.8-9.3-18.3-16.5-38.4-44.3l11.8 23.1-17.7-7.6c14.2 21.1 23.5 51.7 66.6 73.5-120.8 24.2-199-72.1-200.9-74.3a262.57 262.57 0 0 0 35.4 24.8c3.4 1.7 7.1 2.5 10.1 1.2l-16-20.7c9.2 4.2 9.5 4.5 69.1 29-42.5-20.7-73.8-40.8-93.2-60.2-.5 6.4-1.2 10.1-1.2 10.1a80.25 80.25 0 0 1 20.7 26.6c-39-18.9-57.6-47.6-71.3-82.6 49.9 55.1 118.9 37.5 120.5 37.1 34.8 16.4 69.9 23.6 113.9 10.6 3.3 0 20.3 17 25.3 39.1l4.2-3-2.5-23.6c9 9 24.9 22.6 34.4 13-15.6-5.3-23.5-9.5-29.5-31.7 4.6 4.2 7.6 9 27.8 15l1.2-1.2-10.5-14.2c11.7-4.8-3.5 1 32-10.8 4.3 34.3 9 49.2.7 89.5zm115.3-214.4l-2.5.5 3 9.3c-3.5 5.9-23.7 44.3-71.6 79.7-39.5 29.8-76.6 39.1-80.9 40.3l-7.6-7.1-1.2 3 14.3 16-7.1-4.7 3.4 4.2h-1.2l-21.9-13.5 9.3 26.6-19-27.9-1.2 2.5 7.6 29c-6.1-8.2-21-32.6-56.8-39.6l32.5 21.2a214.82 214.82 0 0 1-93.2-6.4c-4.2-1.2-8.9-2.5-13.5-4.2l1.2-3-44.8-22.4 26.1 22.4c-57.7 9.1-113-25.4-126.4-83.4l-2.5-16.4-22.27 22.3c19.5-57.5 25.6-57.9 51.4-70.1-9.1-5.3-1.6-3.3-38.4-9.3 15.8-5.8 33-15.4 73 5.2a18.5 18.5 0 0 1 3.7-1.7c.6-3.2.4-.8 1-11.8 3.9 10 3.6 8.7 3 9.3l1.7.5c12.7-6.5 8.9-4.5 17-8.9l-5.4 13.5 22.3-5.8-8.4 8.4 2.5 2.5c4.5-1.8 30.3 3.4 40.8 16l-23.6-2.5c39.4 23 51.5 54 55.8 69.6l1.7-1.2c-2.8-22.3-12.4-33.9-16-40.1 4.2 5 39.2 34.6 110.4 46-11.3-.5-23.1 5.4-34.9 18.9l46.7-20.2-9.3 21.9c7.6-10.1 14.8-23.6 21.2-39.6v-.5l1.2-3-1.2 16c13.5-41.8 25.3-78.5 35.4-109.7l13.5-27.8v-2l-5.4-4.2h10.1l5.9 4.2 2.5-1.2-3.4-16 12.3 18.9 41.8-20.2-14.8 13 .5 2.9 17.7-.5a184 184 0 0 1 33 4.2l-23.6 2.5-1.2 3 26.6 23.1a254.21 254.21 0 0 1 27 32c-11.2-3.3-10.3-3.4-21.2-3.4l12.3 32.5zm-6.1-71.3l-3.9 13-14.3-11.8zm-254.8 7.1c1.7 10.6 4.7 17.7 8.8 21.9-9.3 6.6-27.5 13.9-46.5 16l.5 1.2a50.22 50.22 0 0 0 24.8-2.5l-7.1 13c4.2-1.7 10.1-7.1 17.7-14.8 11.9-5.5 12.7-5.1 20.2-16-12.7-6.4-15.7-13.7-18.4-18.8zm3.7-102.3c-6.4-3.4-10.6 3-12.3 18.9s2.5 29.5 11.8 39.6 18.2 10.6 26.1 3 3.4-23.6-11.3-47.7a39.57 39.57 0 0 0-14.27-13.8zm-4.7 46.3c5.4 2.2 10.5 1.9 12.3-10.6v-4.7l-1.2.5c-4.3-3.1-2.5-4.5-1.7-6.2l.5-.5c-.9-1.2-5-8.1-12.5 4.7-.5-13.5.5-21.9 3-24.8 1.2-2.5 4.7-1.2 11.3 4.2 6.4 5.4 11.3 16 15.2 32.5 6.5 28-19.8 26.2-26.9 4.9zm-45-5.5c1.6.3 9.3-1.1 9.3-14.8h-.5c-5.4-1.1-2.2-5.5-.7-5.9-1.7-3-3.4-4.2-5.4-4.7-8.1 0-11.6 12.7-8.1 21.2a7.51 7.51 0 0 0 5.43 4.2zM216 82.9l-2.5.5.5 3a48.94 48.94 0 0 1 26.1 5.9c-2.5-5.5-10-14.3-28.3-14.3l.5 2.5zm-71.8 49.4c21.7 16.8 16.5 21.4 46.5 23.6l-2.9-4.7a42.67 42.67 0 0 0 14.8-28.3c1.7-16-1.2-29.5-8.8-41.3l13-7.6a2.26 2.26 0 0 0-.5-1.7 14.21 14.21 0 0 0-13.5 1.7c-12.7 6.7-28 20.9-29 22.4-1.7 1.7-3.4 5.9-5.4 13.5a99.61 99.61 0 0 0-2.9 23.6c-4.7-8-10.5-6.4-19.9-5.9l7.1 7.6c-16.5 0-23.3 15.4-23.6 16 6.8 0 4.6-7.6 30-12.3-4.3-6.3-3.3-5-4.9-6.6zm18.7-18.7c1.2-7.6 3.4-13 6.4-17.2 5.4-6.4 10.6-10.1 16-11.8 4.2-1.7 7.1 1.2 10.1 9.3a72.14 72.14 0 0 1 3 25.3c-.5 9.3-3.4 17.2-8.4 23.1-2.9 3.4-5.4 5.9-6.4 7.6a39.21 39.21 0 0 1-11.3-.5l-7.1-3.4-5.4-6.4c.8-10 1.3-18.8 3.1-26zm42 56.1c-34.8 14.4-34.7 14-36.1 14.3-20.8 4.7-19-24.4-18.9-24.8l5.9-1.2-.5-2.5c-20.2-2.6-31 4.2-32.5 4.9.5.5 3 3.4 5.9 9.3 4.2-6.4 8.8-10.1 15.2-10.6a83.47 83.47 0 0 0 1.7 33.7c.1.5 2.6 17.4 27.5 24.1 11.3 3 27 1.2 48.9-5.4l-9.2.5c-4.2-14.8-6.4-24.8-5.9-29.5 11.3-8.8 21.9-11.3 30.7-7.6h2.5l-11.8-7.6-7.1.5c-5.9 1.2-12.3 4.2-19.4 8.4z"], + "themeco": [448, 512, [], "f5c6", "M202.9 8.43c9.9-5.73 26-5.82 35.95-.21L430 115.85c10 5.6 18 19.44 18 30.86V364c0 11.44-8.06 25.29-18 31L238.81 503.74c-9.93 5.66-26 5.57-35.85-.21L17.86 395.12C8 389.34 0 375.38 0 364V146.71c0-11.44 8-25.36 17.91-31.08zm-77.4 199.83c-15.94 0-31.89.14-47.83.14v101.45H96.8V280h28.7c49.71 0 49.56-71.74 0-71.74zm140.14 100.29l-30.73-34.64c37-7.51 34.8-65.23-10.87-65.51-16.09 0-32.17-.14-48.26-.14v101.59h19.13v-33.91h18.41l29.56 33.91h22.76zm-41.59-82.32c23.34 0 23.26 32.46 0 32.46h-29.13v-32.46zm-95.56-1.6c21.18 0 21.11 38.85 0 38.85H96.18v-38.84zm192.65-18.25c-68.46 0-71 105.8 0 105.8 69.48-.01 69.41-105.8 0-105.8zm0 17.39c44.12 0 44.8 70.86 0 70.86s-44.43-70.86 0-70.86z"], + "themeisle": [512, 512, [], "f2b2", "M208 88.286c0-10 6.286-21.714 17.715-21.714 11.142 0 17.714 11.714 17.714 21.714 0 10.285-6.572 21.714-17.714 21.714C214.286 110 208 98.571 208 88.286zm304 160c0 36.001-11.429 102.286-36.286 129.714-22.858 24.858-87.428 61.143-120.857 70.572l-1.143.286v32.571c0 16.286-12.572 30.571-29.143 30.571-10 0-19.429-5.714-24.572-14.286-5.427 8.572-14.856 14.286-24.856 14.286-10 0-19.429-5.714-24.858-14.286-5.142 8.572-14.571 14.286-24.57 14.286-10.286 0-19.429-5.714-24.858-14.286-5.143 8.572-14.571 14.286-24.571 14.286-18.857 0-29.429-15.714-29.429-32.857-16.286 12.285-35.715 19.428-56.571 19.428-22 0-43.429-8.285-60.286-22.857 10.285-.286 20.571-2.286 30.285-5.714-20.857-5.714-39.428-18.857-52-36.286 21.37 4.645 46.209 1.673 67.143-11.143-22-22-56.571-58.857-68.572-87.428C1.143 321.714 0 303.714 0 289.429c0-49.714 20.286-160 86.286-160 10.571 0 18.857 4.858 23.143 14.857a158.792 158.792 0 0 1 12-15.428c2-2.572 5.714-5.429 7.143-8.286 7.999-12.571 11.714-21.142 21.714-34C182.571 45.428 232 17.143 285.143 17.143c6 0 12 .285 17.714 1.143C313.714 6.571 328.857 0 344.572 0c14.571 0 29.714 6 40 16.286.857.858 1.428 2.286 1.428 3.428 0 3.714-10.285 13.429-12.857 16.286 4.286 1.429 15.714 6.858 15.714 12 0 2.857-2.857 5.143-4.571 7.143 31.429 27.714 49.429 67.143 56.286 108 4.286-5.143 10.285-8.572 17.143-8.572 10.571 0 20.857 7.144 28.571 14.001C507.143 187.143 512 221.714 512 248.286zM188 89.428c0 18.286 12.571 37.143 32.286 37.143 19.714 0 32.285-18.857 32.285-37.143 0-18-12.571-36.857-32.285-36.857-19.715 0-32.286 18.858-32.286 36.857zM237.714 194c0-19.714 3.714-39.143 8.571-58.286-52.039 79.534-13.531 184.571 68.858 184.571 21.428 0 42.571-7.714 60-20 2-7.429 3.714-14.857 3.714-22.572 0-14.286-6.286-21.428-20.572-21.428-4.571 0-9.143.857-13.429 1.714-63.343 12.668-107.142 3.669-107.142-63.999zm-41.142 254.858c0-11.143-8.858-20.857-20.286-20.857-11.429 0-20 9.715-20 20.857v32.571c0 11.143 8.571 21.142 20 21.142 11.428 0 20.286-9.715 20.286-21.142v-32.571zm49.143 0c0-11.143-8.572-20.857-20-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20-10 20-21.142v-32.571zm49.713 0c0-11.143-8.857-20.857-20.285-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20.285-9.715 20.285-21.142v-32.571zm49.715 0c0-11.143-8.857-20.857-20.286-20.857-11.428 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.858 21.142 20.286 21.142 11.429 0 20.286-10 20.286-21.142v-32.571zM421.714 286c-30.857 59.142-90.285 102.572-158.571 102.572-96.571 0-160.571-84.572-160.571-176.572 0-16.857 2-33.429 6-49.714-20 33.715-29.714 72.572-29.714 111.429 0 60.286 24.857 121.715 71.429 160.857 5.143-9.714 14.857-16.286 26-16.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.571-14.286 24.858-14.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.857-14.286 24.858-14.286 10 0 19.428 5.714 24.857 14.286 5.143-8.571 14.571-14.286 24.572-14.286 10.857 0 20.857 6.572 25.714 16 43.427-36.286 68.569-92 71.426-148.286zm10.572-99.714c0-53.714-34.571-105.714-92.572-105.714-30.285 0-58.571 15.143-78.857 36.857C240.862 183.812 233.41 254 302.286 254c28.805 0 97.357-28.538 84.286 36.857 28.857-26 45.714-65.714 45.714-104.571z"], + "think-peaks": [576, 512, [], "f731", "M465.4 409.4l87.1-150.2-32-.3-55.1 95L259.2 0 23 407.4l32 .3L259.2 55.6zm-355.3-44.1h32.1l117.4-202.5L463 511.9l32.5.1-235.8-404.6z"], + "tiktok": [448, 512, [], "e07b", "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"], + "trade-federation": [496, 512, [], "f513", "M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z"], + "trello": [448, 512, [], "f181", "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z"], + "tripadvisor": [576, 512, [], "f262", "M528.91,178.82,576,127.58H471.66a326.11,326.11,0,0,0-367,0H0l47.09,51.24A143.911,143.911,0,0,0,241.86,390.73L288,440.93l46.11-50.17A143.94,143.94,0,0,0,575.88,285.18h-.03A143.56,143.56,0,0,0,528.91,178.82ZM144.06,382.57a97.39,97.39,0,1,1,97.39-97.39A97.39,97.39,0,0,1,144.06,382.57ZM288,282.37c0-64.09-46.62-119.08-108.09-142.59a281,281,0,0,1,216.17,0C334.61,163.3,288,218.29,288,282.37Zm143.88,100.2h-.01a97.405,97.405,0,1,1,.01,0ZM144.06,234.12h-.01a51.06,51.06,0,1,0,51.06,51.06v-.11A51,51,0,0,0,144.06,234.12Zm287.82,0a51.06,51.06,0,1,0,51.06,51.06A51.06,51.06,0,0,0,431.88,234.12Z"], + "tumblr": [320, 512, [], "f173", "M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z"], + "tumblr-square": [448, 512, [], "f174", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z"], + "twitch": [512, 512, [], "f1e8", "M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z"], + "twitter": [512, 512, [], "f099", "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"], + "twitter-square": [448, 512, [], "f081", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z"], + "typo3": [448, 512, [], "f42b", "M178.7 78.4c0-24.7 5.4-32.4 13.9-39.4-69.5 8.5-149.3 34-176.3 66.4-5.4 7.7-9.3 20.8-9.3 37.1C7 246 113.8 480 191.1 480c36.3 0 97.3-59.5 146.7-139-7 2.3-11.6 2.3-18.5 2.3-57.2 0-140.6-198.5-140.6-264.9zM301.5 32c-30.1 0-41.7 5.4-41.7 36.3 0 66.4 53.8 198.5 101.7 198.5 26.3 0 78.8-99.7 78.8-182.3 0-40.9-67-52.5-138.8-52.5z"], + "uber": [448, 512, [], "f402", "M414.1 32H33.9C15.2 32 0 47.2 0 65.9V446c0 18.8 15.2 34 33.9 34H414c18.7 0 33.9-15.2 33.9-33.9V65.9C448 47.2 432.8 32 414.1 32zM237.6 391.1C163 398.6 96.4 344.2 88.9 269.6h94.4V290c0 3.7 3 6.8 6.8 6.8H258c3.7 0 6.8-3 6.8-6.8v-67.9c0-3.7-3-6.8-6.8-6.8h-67.9c-3.7 0-6.8 3-6.8 6.8v20.4H88.9c7-69.4 65.4-122.2 135.1-122.2 69.7 0 128.1 52.8 135.1 122.2 7.5 74.5-46.9 141.1-121.5 148.6z"], + "ubuntu": [496, 512, [], "f7df", "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm52.7 93c8.8-15.2 28.3-20.5 43.5-11.7 15.3 8.8 20.5 28.3 11.7 43.6-8.8 15.2-28.3 20.5-43.5 11.7-15.3-8.9-20.5-28.4-11.7-43.6zM87.4 287.9c-17.6 0-31.9-14.3-31.9-31.9 0-17.6 14.3-31.9 31.9-31.9 17.6 0 31.9 14.3 31.9 31.9 0 17.6-14.3 31.9-31.9 31.9zm28.1 3.1c22.3-17.9 22.4-51.9 0-69.9 8.6-32.8 29.1-60.7 56.5-79.1l23.7 39.6c-51.5 36.3-51.5 112.5 0 148.8L172 370c-27.4-18.3-47.8-46.3-56.5-79zm228.7 131.7c-15.3 8.8-34.7 3.6-43.5-11.7-8.8-15.3-3.6-34.8 11.7-43.6 15.2-8.8 34.7-3.6 43.5 11.7 8.8 15.3 3.6 34.8-11.7 43.6zm.3-69.5c-26.7-10.3-56.1 6.6-60.5 35-5.2 1.4-48.9 14.3-96.7-9.4l22.5-40.3c57 26.5 123.4-11.7 128.9-74.4l46.1.7c-2.3 34.5-17.3 65.5-40.3 88.4zm-5.9-105.3c-5.4-62-71.3-101.2-128.9-74.4l-22.5-40.3c47.9-23.7 91.5-10.8 96.7-9.4 4.4 28.3 33.8 45.3 60.5 35 23.1 22.9 38 53.9 40.2 88.5l-46 .6z"], + "uikit": [448, 512, [], "f403", "M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1L443.9 128zM308.6 49.1L223.8 0l-88.6 54.8 86 47.3 87.4-53z"], + "umbraco": [510, 512, [], "f8e8", "M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27 136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8zm145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a224.81 224.81 0 0 1 0-30.71 418.37 418.37 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32 1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5 5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a380.62 380.62 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.64 242.64 0 0 0 57.27-5.16 43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77 5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45 1.82 9.62 3.52 18.78 5.39 32a415.71 415.71 0 0 1 3.61 43.88 228.06 228.06 0 0 1-.04 30.73z"], + "uncharted": [448, 512, [], "e084", "M171.73,232.813A5.381,5.381,0,0,0,176.7,229.5,48.081,48.081,0,0,1,191.6,204.244c1.243-.828,1.657-2.484,1.657-4.141a4.22,4.22,0,0,0-2.071-3.312L74.429,128.473,148.958,85a9.941,9.941,0,0,0,4.968-8.281,9.108,9.108,0,0,0-4.968-8.281L126.6,55.6a9.748,9.748,0,0,0-9.523,0l-100.2,57.966a9.943,9.943,0,0,0-4.969,8.281V236.954a9.109,9.109,0,0,0,4.969,8.281L39.235,258.07a8.829,8.829,0,0,0,4.968,1.242,9.4,9.4,0,0,0,6.625-2.484,10.8,10.8,0,0,0,2.9-7.039V164.5L169.66,232.4A4.5,4.5,0,0,0,171.73,232.813ZM323.272,377.73a12.478,12.478,0,0,0-4.969,1.242l-74.528,43.062V287.882c0-2.9-2.9-5.8-6.211-4.555a53.036,53.036,0,0,1-28.984.414,4.86,4.86,0,0,0-6.21,4.555V421.619l-74.529-43.061a8.83,8.83,0,0,0-4.969-1.242,9.631,9.631,0,0,0-9.523,9.523v26.085a9.107,9.107,0,0,0,4.969,8.281l100.2,57.553A8.829,8.829,0,0,0,223.486,480a11.027,11.027,0,0,0,4.969-1.242l100.2-57.553a9.941,9.941,0,0,0,4.968-8.281V386.839C332.8,382.285,328.24,377.73,323.272,377.73ZM286.007,78a23,23,0,1,0-23-23A23,23,0,0,0,286.007,78Zm63.627-10.086a23,23,0,1,0,23,23A23,23,0,0,0,349.634,67.914ZM412.816,151.6a23,23,0,1,0-23-23A23,23,0,0,0,412.816,151.6Zm-63.182-9.2a23,23,0,1,0,23,23A23,23,0,0,0,349.634,142.4Zm-63.627,83.244a23,23,0,1,0-23-23A23,23,0,0,0,286.007,225.648Zm-62.074,36.358a23,23,0,1,0-23-23A23,23,0,0,0,223.933,262.006Zm188.883-82.358a23,23,0,1,0,23,23A23,23,0,0,0,412.816,179.648Zm0,72.272a23,23,0,1,0,23,23A23,23,0,0,0,412.816,251.92Z"], + "uniregistry": [384, 512, [], "f404", "M192 480c39.5 0 76.2-11.8 106.8-32.2H85.3C115.8 468.2 152.5 480 192 480zm-89.1-193.1v-12.4H0v12.4c0 2.5 0 5 .1 7.4h103.1c-.2-2.4-.3-4.9-.3-7.4zm20.5 57H8.5c2.6 8.5 5.8 16.8 9.6 24.8h138.3c-12.9-5.7-24.1-14.2-33-24.8zm-17.7-34.7H1.3c.9 7.6 2.2 15 3.9 22.3h109.7c-4-6.9-7.2-14.4-9.2-22.3zm-2.8-69.3H0v17.3h102.9zm0-173.2H0v4.9h102.9zm0-34.7H0v2.5h102.9zm0 69.3H0v7.4h102.9zm0 104H0v14.8h102.9zm0-69.3H0v9.9h102.9zm0 34.6H0V183h102.9zm166.2 160.9h109.7c1.8-7.3 3.1-14.7 3.9-22.3H278.3c-2.1 7.9-5.2 15.4-9.2 22.3zm12-185.7H384V136H281.1zm0 37.2H384v-12.4H281.1zm0-74.3H384v-7.4H281.1zm0-76.7v2.5H384V32zm-203 410.9h227.7c11.8-8.7 22.7-18.6 32.2-29.7H44.9c9.6 11 21.4 21 33.2 29.7zm203-371.3H384v-4.9H281.1zm0 148.5H384v-14.8H281.1zM38.8 405.7h305.3c6.7-8.5 12.6-17.6 17.8-27.2H23c5.2 9.6 9.2 18.7 15.8 27.2zm188.8-37.1H367c3.7-8 5.8-16.2 8.5-24.8h-115c-8.8 10.7-20.1 19.2-32.9 24.8zm53.5-81.7c0 2.5-.1 5-.4 7.4h103.1c.1-2.5.2-4.9.2-7.4v-12.4H281.1zm0-29.7H384v-17.3H281.1z"], + "unity": [576, 512, [], "e049", "M498.11,206.4,445.31,14.72,248.2,66.08,219,116.14l-59.2-.43L15.54,256,159.82,396.32l59.17-.43,29.24,50,197.08,51.36,52.8-191.62-30-49.63ZM223.77,124.2,374.55,86.51,288,232.33H114.87Zm0,263.63L114.87,279.71H288l86.55,145.81Zm193,14L330.17,256l86.58-145.84L458.56,256Z"], + "unsplash": [448, 512, [], "e07c", "M448,230.17V480H0V230.17H141.13V355.09H306.87V230.17ZM306.87,32H141.13V156.91H306.87Z"], + "untappd": [640, 512, [], "f405", "M401.3 49.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.6 497.1c-7.6 10.6-20.4 16.2-33.4 14.6-40.3-5-77.8-32.2-95.3-68.5-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9 1-4.8 1-7.3 3.6-8 3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6 4.5-.1 13.2 1.2 25.6 10 12.3 8.9 16.4 16.8 17.7 21.1.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4.1 2.8-2.3 3.6-6.5 6.1zM230.1 36.4c3.4.9 2.5 4.4 2.3 7.4-.2 2.7 2.1 3.5 6.4 6 7.9 15.9 15.3 30.5 22.2 44 .7 1.3 2.3 1.5 3.3.5 11.2-12 24.6-26.2 40.5-42.6 1.3-1.4 1.4-3.5.1-4.9-8-8.2-16.5-16.9-25.6-26.1-1-4.7-1-7.3-3.6-8-3-.8-6.6-1-6.3-4.6.3-3.3 1.4-8.1-2.8-8.2-4.5-.1-13.2 1.1-25.6 10-12.3 8.9-16.4 16.8-17.7 21.1-1.4 4.2 3.6 4.6 6.8 5.4zM620 406.7L471.2 198.8c-13.2-18.5-26.6-23.4-56.4-39.1-11.2-5.9-14.2-10.9-30.5-28.9-1-1.1-2.9-.9-3.6.5-46.3 88.8-47.1 82.8-49 94.8-1.7 10.7-1.3 20 .3 29.8 1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7 40.3-4.9 78-32 95.7-68.6 5.4-11.9 4.3-25.9-3.4-36.6z"], + "ups": [384, 512, [], "f7e0", "M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0zm358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6zm32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51zm79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9z"], + "usb": [640, 512, [], "f287", "M641.5 256c0 3.1-1.7 6.1-4.5 7.5L547.9 317c-1.4.8-2.8 1.4-4.5 1.4-1.4 0-3.1-.3-4.5-1.1-2.8-1.7-4.5-4.5-4.5-7.8v-35.6H295.7c25.3 39.6 40.5 106.9 69.6 106.9H392V354c0-5 3.9-8.9 8.9-8.9H490c5 0 8.9 3.9 8.9 8.9v89.1c0 5-3.9 8.9-8.9 8.9h-89.1c-5 0-8.9-3.9-8.9-8.9v-26.7h-26.7c-75.4 0-81.1-142.5-124.7-142.5H140.3c-8.1 30.6-35.9 53.5-69 53.5C32 327.3 0 295.3 0 256s32-71.3 71.3-71.3c33.1 0 61 22.8 69 53.5 39.1 0 43.9 9.5 74.6-60.4C255 88.7 273 95.7 323.8 95.7c7.5-20.9 27-35.6 50.4-35.6 29.5 0 53.5 23.9 53.5 53.5s-23.9 53.5-53.5 53.5c-23.4 0-42.9-14.8-50.4-35.6H294c-29.1 0-44.3 67.4-69.6 106.9h310.1v-35.6c0-3.3 1.7-6.1 4.5-7.8 2.8-1.7 6.4-1.4 8.9.3l89.1 53.5c2.8 1.1 4.5 4.1 4.5 7.2z"], + "usps": [576, 512, [], "f7e1", "M460.3 241.7c25.8-41.3 15.2-48.8-11.7-48.8h-27c-.1 0-1.5-1.4-10.9 8-11.2 5.6-37.9 6.3-37.9 8.7 0 4.5 70.3-3.1 88.1 0 9.5 1.5-1.5 20.4-4.4 32-.5 4.5 2.4 2.3 3.8.1zm-112.1 22.6c64-21.3 97.3-23.9 102-26.2 4.4-2.9-4.4-6.6-26.2-5.8-51.7 2.2-137.6 37.1-172.6 53.9l-30.7-93.3h196.6c-2.7-28.2-152.9-22.6-337.9-22.6L27 415.8c196.4-97.3 258.9-130.3 321.2-151.5zM94.7 96c253.3 53.7 330 65.7 332.1 85.2 36.4 0 45.9 0 52.4 6.6 21.1 19.7-14.6 67.7-14.6 67.7-4.4 2.9-406.4 160.2-406.4 160.2h423.1L549 96z"], + "ussunnah": [512, 512, [], "f407", "M156.8 285.1l5.7 14.4h-8.2c-1.3-3.2-3.1-7.7-3.8-9.5-2.5-6.3-1.1-8.4 0-10 1.9-2.7 3.2-4.4 3.6-5.2 0 2.2.8 5.7 2.7 10.3zm297.3 18.8c-2.1 13.8-5.7 27.1-10.5 39.7l43 23.4-44.8-18.8c-5.3 13.2-12 25.6-19.9 37.2l34.2 30.2-36.8-26.4c-8.4 11.8-18 22.6-28.7 32.3l24.9 34.7-28.1-31.8c-11 9.6-23.1 18-36.1 25.1l15.7 37.2-19.3-35.3c-13.1 6.8-27 12.1-41.6 15.9l6.7 38.4-10.5-37.4c-14.3 3.4-29.2 5.3-44.5 5.4L256 512l-1.9-38.4c-15.3-.1-30.2-2-44.5-5.3L199 505.6l6.7-38.2c-14.6-3.7-28.6-9.1-41.7-15.8l-19.2 35.1 15.6-37c-13-7-25.2-15.4-36.2-25.1l-27.9 31.6 24.7-34.4c-10.7-9.7-20.4-20.5-28.8-32.3l-36.5 26.2 33.9-29.9c-7.9-11.6-14.6-24.1-20-37.3l-44.4 18.7L67.8 344c-4.8-12.7-8.4-26.1-10.5-39.9l-51 9 50.3-14.2c-1.1-8.5-1.7-17.1-1.7-25.9 0-4.7.2-9.4.5-14.1L0 256l56-2.8c1.3-13.1 3.8-25.8 7.5-38.1L6.4 199l58.9 10.4c4-12 9.1-23.5 15.2-34.4l-55.1-30 58.3 24.6C90 159 97.2 149.2 105.3 140L55.8 96.4l53.9 38.7c8.1-8.6 17-16.5 26.6-23.6l-40-55.6 45.6 51.6c9.5-6.6 19.7-12.3 30.3-17.2l-27.3-64.9 33.8 62.1c10.5-4.4 21.4-7.9 32.7-10.4L199 6.4l19.5 69.2c11-2.1 22.3-3.2 33.8-3.4L256 0l3.6 72.2c11.5.2 22.8 1.4 33.8 3.5L313 6.4l-12.4 70.7c11.3 2.6 22.2 6.1 32.6 10.5l33.9-62.2-27.4 65.1c10.6 4.9 20.7 10.7 30.2 17.2l45.8-51.8-40.1 55.9c9.5 7.1 18.4 15 26.5 23.6l54.2-38.9-49.7 43.9c8 9.1 15.2 18.9 21.5 29.4l58.7-24.7-55.5 30.2c6.1 10.9 11.1 22.3 15.1 34.3l59.3-10.4-57.5 16.2c3.7 12.2 6.2 24.9 7.5 37.9L512 256l-56 2.8c.3 4.6.5 9.3.5 14.1 0 8.7-.6 17.3-1.6 25.8l50.7 14.3-51.5-9.1zm-21.8-31c0-97.5-79-176.5-176.5-176.5s-176.5 79-176.5 176.5 79 176.5 176.5 176.5 176.5-79 176.5-176.5zm-24 0c0 84.3-68.3 152.6-152.6 152.6s-152.6-68.3-152.6-152.6 68.3-152.6 152.6-152.6 152.6 68.3 152.6 152.6zM195 241c0 2.1 1.3 3.8 3.6 5.1 3.3 1.9 6.2 4.6 8.2 8.2 2.8-5.7 4.3-9.5 4.3-11.2 0-2.2-1.1-4.4-3.2-7-2.1-2.5-3.2-5.2-3.3-7.7-6.5 6.8-9.6 10.9-9.6 12.6zm-40.7-19c0 2.1 1.3 3.8 3.6 5.1 3.5 1.9 6.2 4.6 8.2 8.2 2.8-5.7 4.3-9.5 4.3-11.2 0-2.2-1.1-4.4-3.2-7-2.1-2.5-3.2-5.2-3.3-7.7-6.5 6.8-9.6 10.9-9.6 12.6zm-19 0c0 2.1 1.3 3.8 3.6 5.1 3.3 1.9 6.2 4.6 8.2 8.2 2.8-5.7 4.3-9.5 4.3-11.2 0-2.2-1.1-4.4-3.2-7-2.1-2.5-3.2-5.2-3.3-7.7-6.4 6.8-9.6 10.9-9.6 12.6zm204.9 87.9c-8.4-3-8.7-6.8-8.7-15.6V182c-8.2 12.5-14.2 18.6-18 18.6 6.3 14.4 9.5 23.9 9.5 28.3v64.3c0 2.2-2.2 6.5-4.7 6.5h-18c-2.8-7.5-10.2-26.9-15.3-40.3-2 2.5-7.2 9.2-10.7 13.7 2.4 1.6 4.1 3.6 5.2 6.3 2.6 6.7 6.4 16.5 7.9 20.2h-9.2c-3.9-10.4-9.6-25.4-11.8-31.1-2 2.5-7.2 9.2-10.7 13.7 2.4 1.6 4.1 3.6 5.2 6.3.8 2 2.8 7.3 4.3 10.9H256c-1.5-4.1-5.6-14.6-8.4-22-2 2.5-7.2 9.2-10.7 13.7 2.5 1.6 4.3 3.6 5.2 6.3.2.6.5 1.4.6 1.7H225c-4.6-13.9-11.4-27.7-11.4-34.1 0-2.2.3-5.1 1.1-8.2-8.8 10.8-14 15.9-14 25 0 7.5 10.4 28.3 10.4 33.3 0 1.7-.5 3.3-1.4 4.9-9.6-12.7-15.5-20.7-18.8-20.7h-12l-11.2-28c-3.8-9.6-5.7-16-5.7-18.8 0-3.8.5-7.7 1.7-12.2-1 1.3-3.7 4.7-5.5 7.1-.8-2.1-3.1-7.7-4.6-11.5-2.1 2.5-7.5 9.1-11.2 13.6.9 2.3 3.3 8.1 4.9 12.2-2.5 3.3-9.1 11.8-13.6 17.7-4 5.3-5.8 13.3-2.7 21.8 2.5 6.7 2 7.9-1.7 14.1H191c5.5 0 14.3 14 15.5 22 13.2-16 15.4-19.6 16.8-21.6h107c3.9 0 7.2-1.9 9.9-5.8zm20.1-26.6V181.7c-9 12.5-15.9 18.6-20.7 18.6 7.1 14.4 10.7 23.9 10.7 28.3v66.3c0 17.5 8.6 20.4 24 20.4 8.1 0 12.5-.8 13.7-2.7-4.3-1.6-7.6-2.5-9.9-3.3-8.1-3.2-17.8-7.4-17.8-26z"], + "vaadin": [448, 512, [], "f408", "M224.5 140.7c1.5-17.6 4.9-52.7 49.8-52.7h98.6c20.7 0 32.1-7.8 32.1-21.6V54.1c0-12.2 9.3-22.1 21.5-22.1S448 41.9 448 54.1v36.5c0 42.9-21.5 62-66.8 62H280.7c-30.1 0-33 14.7-33 27.1 0 1.3-.1 2.5-.2 3.7-.7 12.3-10.9 22.2-23.4 22.2s-22.7-9.8-23.4-22.2c-.1-1.2-.2-2.4-.2-3.7 0-12.3-3-27.1-33-27.1H66.8c-45.3 0-66.8-19.1-66.8-62V54.1C0 41.9 9.4 32 21.6 32s21.5 9.9 21.5 22.1v12.3C43.1 80.2 54.5 88 75.2 88h98.6c44.8 0 48.3 35.1 49.8 52.7h.9zM224 456c11.5 0 21.4-7 25.7-16.3 1.1-1.8 97.1-169.6 98.2-171.4 11.9-19.6-3.2-44.3-27.2-44.3-13.9 0-23.3 6.4-29.8 20.3L224 362l-66.9-117.7c-6.4-13.9-15.9-20.3-29.8-20.3-24 0-39.1 24.6-27.2 44.3 1.1 1.9 97.1 169.6 98.2 171.4 4.3 9.3 14.2 16.3 25.7 16.3z"], + "viacoin": [384, 512, [], "f237", "M384 32h-64l-80.7 192h-94.5L64 32H0l48 112H0v48h68.5l13.8 32H0v48h102.8L192 480l89.2-208H384v-48h-82.3l13.8-32H384v-48h-48l48-112zM192 336l-27-64h54l-27 64z"], + "viadeo": [448, 512, [], "f2a9", "M276.2 150.5v.7C258.3 98.6 233.6 47.8 205.4 0c43.3 29.2 67 100 70.8 150.5zm32.7 121.7c7.6 18.2 11 37.5 11 57 0 77.7-57.8 141-137.8 139.4l3.8-.3c74.2-46.7 109.3-118.6 109.3-205.1 0-38.1-6.5-75.9-18.9-112 1 11.7 1 23.7 1 35.4 0 91.8-18.1 241.6-116.6 280C95 455.2 49.4 398 49.4 329.2c0-75.6 57.4-142.3 135.4-142.3 16.8 0 33.7 3.1 49.1 9.6 1.7-15.1 6.5-29.9 13.4-43.3-19.9-7.2-41.2-10.7-62.5-10.7-161.5 0-238.7 195.9-129.9 313.7 67.9 74.6 192 73.9 259.8 0 56.6-61.3 60.9-142.4 36.4-201-12.7 8-27.1 13.9-42.2 17zM418.1 11.7c-31 66.5-81.3 47.2-115.8 80.1-12.4 12-20.6 34-20.6 50.5 0 14.1 4.5 27.1 12 38.8 47.4-11 98.3-46 118.2-90.7-.7 5.5-4.8 14.4-7.2 19.2-20.3 35.7-64.6 65.6-99.7 84.9 14.8 14.4 33.7 25.8 55 25.8 79 0 110.1-134.6 58.1-208.6z"], + "viadeo-square": [448, 512, [], "f2aa", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM280.7 381.2c-42.4 46.2-120 46.6-162.4 0-68-73.6-19.8-196.1 81.2-196.1 13.3 0 26.6 2.1 39.1 6.7-4.3 8.4-7.3 17.6-8.4 27.1-9.7-4.1-20.2-6-30.7-6-48.8 0-84.6 41.7-84.6 88.9 0 43 28.5 78.7 69.5 85.9 61.5-24 72.9-117.6 72.9-175 0-7.3 0-14.8-.6-22.1-11.2-32.9-26.6-64.6-44.2-94.5 27.1 18.3 41.9 62.5 44.2 94.1v.4c7.7 22.5 11.8 46.2 11.8 70 0 54.1-21.9 99-68.3 128.2l-2.4.2c50 1 86.2-38.6 86.2-87.2 0-12.2-2.1-24.3-6.9-35.7 9.5-1.9 18.5-5.6 26.4-10.5 15.3 36.6 12.6 87.3-22.8 125.6zM309 233.7c-13.3 0-25.1-7.1-34.4-16.1 21.9-12 49.6-30.7 62.3-53 1.5-3 4.1-8.6 4.5-12-12.5 27.9-44.2 49.8-73.9 56.7-4.7-7.3-7.5-15.5-7.5-24.3 0-10.3 5.2-24.1 12.9-31.6 21.6-20.5 53-8.5 72.4-50 32.5 46.2 13.1 130.3-36.3 130.3z"], + "viber": [512, 512, [], "f409", "M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z"], + "vimeo": [448, 512, [], "f40a", "M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7z"], + "vimeo-square": [448, 512, [], "f194", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16.2 149.6c-1.4 31.1-23.2 73.8-65.3 127.9-43.5 56.5-80.3 84.8-110.4 84.8-18.7 0-34.4-17.2-47.3-51.6-25.2-92.3-35.9-146.4-56.7-146.4-2.4 0-10.8 5-25.1 15.1L64 192c36.9-32.4 72.1-68.4 94.1-70.4 24.9-2.4 40.2 14.6 46 51.1 20.5 129.6 29.6 149.2 66.8 90.5 13.4-21.2 20.6-37.2 21.5-48.3 3.4-32.8-25.6-30.6-45.2-22.2 15.7-51.5 45.8-76.5 90.1-75.1 32.9 1 48.4 22.4 46.5 64z"], + "vimeo-v": [448, 512, [], "f27d", "M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z"], + "vine": [384, 512, [], "f1ca", "M384 254.7v52.1c-18.4 4.2-36.9 6.1-52.1 6.1-36.9 77.4-103 143.8-125.1 156.2-14 7.9-27.1 8.4-42.7-.8C137 452 34.2 367.7 0 102.7h74.5C93.2 261.8 139 343.4 189.3 404.5c27.9-27.9 54.8-65.1 75.6-106.9-49.8-25.3-80.1-80.9-80.1-145.6 0-65.6 37.7-115.1 102.2-115.1 114.9 0 106.2 127.9 81.6 181.5 0 0-46.4 9.2-63.5-20.5 3.4-11.3 8.2-30.8 8.2-48.5 0-31.3-11.3-46.6-28.4-46.6-18.2 0-30.8 17.1-30.8 50 .1 79.2 59.4 118.7 129.9 101.9z"], + "vk": [576, 512, [], "f189", "M545 117.7c3.7-12.5 0-21.7-17.8-21.7h-58.9c-15 0-21.9 7.9-25.6 16.7 0 0-30 73.1-72.4 120.5-13.7 13.7-20 18.1-27.5 18.1-3.7 0-9.4-4.4-9.4-16.9V117.7c0-15-4.2-21.7-16.6-21.7h-92.6c-9.4 0-15 7-15 13.5 0 14.2 21.2 17.5 23.4 57.5v86.8c0 19-3.4 22.5-10.9 22.5-20 0-68.6-73.4-97.4-157.4-5.8-16.3-11.5-22.9-26.6-22.9H38.8c-16.8 0-20.2 7.9-20.2 16.7 0 15.6 20 93.1 93.1 195.5C160.4 378.1 229 416 291.4 416c37.5 0 42.1-8.4 42.1-22.9 0-66.8-3.4-73.1 15.4-73.1 8.7 0 23.7 4.4 58.7 38.1 40 40 46.6 57.9 69 57.9h58.9c16.8 0 25.3-8.4 20.4-25-11.2-34.9-86.9-106.7-90.3-111.5-8.7-11.2-6.2-16.2 0-26.2.1-.1 72-101.3 79.4-135.6z"], + "vnv": [640, 512, [], "f40b", "M104.9 352c-34.1 0-46.4-30.4-46.4-30.4L2.6 210.1S-7.8 192 13 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.7-74.5c5.6-9.5 8.4-18.1 18.8-18.1h32.8c20.8 0 10.4 18.1 10.4 18.1l-55.8 111.5S174.2 352 140 352h-35.1zm395 0c-34.1 0-46.4-30.4-46.4-30.4l-55.9-111.5S387.2 192 408 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.8-74.5c5.6-9.5 8.4-18.1 18.8-18.1H627c20.8 0 10.4 18.1 10.4 18.1l-55.9 111.5S569.3 352 535.1 352h-35.2zM337.6 192c34.1 0 46.4 30.4 46.4 30.4l55.9 111.5s10.4 18.1-10.4 18.1h-32.8c-10.4 0-13.2-8.7-18.8-18.1l-36.7-74.5s-5.2-13.1-21.1-13.1c-15.9 0-21.1 13.1-21.1 13.1l-36.7 74.5c-5.6 9.4-8.4 18.1-18.8 18.1h-32.9c-20.8 0-10.4-18.1-10.4-18.1l55.9-111.5s12.2-30.4 46.4-30.4h35.1z"], + "vuejs": [448, 512, [], "f41f", "M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z"], + "watchman-monitoring": [512, 512, [], "e087", "M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM121.69,429.122C70.056,388.972,36.741,326.322,36.741,256a218.519,218.519,0,0,1,9.587-64.122l102.9-17.895-.121,10.967-13.943,2.013s-.144,12.5-.144,19.549a12.778,12.778,0,0,0,4.887,10.349l9.468,7.4Zm105.692-283.27,8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5-5.348-5.477-8.257-7.347-15.46,0,0,0-32.342,30.474-39.529,34.5-7.078,3.964-.144,9.344-.144,9.344l8.481,7.618-.048,4.369L75.982,131.045c39.644-56.938,105.532-94.3,180.018-94.3A218.754,218.754,0,0,1,420.934,111.77l-193.512,37.7Zm34.063,329.269-33.9-250.857,9.467-7.4a12.778,12.778,0,0,0,4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013-.116-10.474,241.711,31.391A218.872,218.872,0,0,1,475.259,256C475.259,375.074,379.831,472.212,261.445,475.121Z"], + "waze": [512, 512, [], "f83f", "M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67zM373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42zM205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0zm116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0zm-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z"], + "weebly": [512, 512, [], "f5cc", "M425.09 65.83c-39.88 0-73.28 25.73-83.66 64.33-18.16-58.06-65.5-64.33-84.95-64.33-19.78 0-66.8 6.28-85.28 64.33-10.38-38.6-43.45-64.33-83.66-64.33C38.59 65.83 0 99.72 0 143.03c0 28.96 4.18 33.27 77.17 233.48 22.37 60.57 67.77 69.35 92.74 69.35 39.23 0 70.04-19.46 85.93-53.98 15.89 34.83 46.69 54.29 85.93 54.29 24.97 0 70.36-9.1 92.74-69.67 76.55-208.65 77.5-205.58 77.5-227.2.63-48.32-36.01-83.47-86.92-83.47zm26.34 114.81l-65.57 176.44c-7.92 21.49-21.22 37.22-46.24 37.22-23.44 0-37.38-12.41-44.03-33.9l-39.28-117.42h-.95L216.08 360.4c-6.96 21.5-20.9 33.6-44.02 33.6-25.02 0-38.33-15.74-46.24-37.22L60.88 181.55c-5.38-14.83-7.92-23.91-7.92-34.5 0-16.34 15.84-29.36 38.33-29.36 18.69 0 31.99 11.8 36.11 29.05l44.03 139.82h.95l44.66-136.79c6.02-19.67 16.47-32.08 38.96-32.08s32.94 12.11 38.96 32.08l44.66 136.79h.95l44.03-139.82c4.12-17.25 17.42-29.05 36.11-29.05 22.17 0 38.33 13.32 38.33 35.71-.32 7.87-4.12 16.04-7.61 27.24z"], + "weibo": [512, 512, [], "f18a", "M407 177.6c7.6-24-13.4-46.8-37.4-41.7-22 4.8-28.8-28.1-7.1-32.8 50.1-10.9 92.3 37.1 76.5 84.8-6.8 21.2-38.8 10.8-32-10.3zM214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6 79.5-33.6 140.5-16.8 114 51.4-3.7 9.4 1.1 10.9 8.3 13.1 135.7 42.3 34.8 215.2-169.7 215.2zm143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116zM347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3 72.3-15.2 134.8 52.8 111.7 124-7.4 24.2 29.1 37 37.4 12 31.9-99.8-55.1-195.9-157.4-174.3zm-78.5 311c-17.1 38.8-66.8 60-109.1 46.3-40.8-13.1-58-53.4-40.3-89.7 17.7-35.4 63.1-55.4 103.4-45.1 42 10.8 63.1 50.2 46 88.5zm-86.3-30c-12.9-5.4-30 .3-38 12.9-8.3 12.9-4.3 28 8.6 34 13.1 6 30.8.3 39.1-12.9 8-13.1 3.7-28.3-9.7-34zm32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4-2.9 5.1-1.4 10.6 3.7 12.9 5.1 2 11.7-.3 14.6-5.4 2.8-5.2 1.1-10.9-4-12.9z"], + "weixin": [576, 512, [], "f1d7", "M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4zm-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6zm107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6z"], + "whatsapp": [448, 512, [], "f232", "M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"], + "whatsapp-square": [448, 512, [], "f40c", "M224 122.8c-72.7 0-131.8 59.1-131.9 131.8 0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6 49.9-13.1 4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8 0-35.2-15.2-68.3-40.1-93.2-25-25-58-38.7-93.2-38.7zm77.5 188.4c-3.3 9.3-19.1 17.7-26.7 18.8-12.6 1.9-22.4.9-47.5-9.9-39.7-17.2-65.7-57.2-67.7-59.8-2-2.6-16.2-21.5-16.2-41s10.2-29.1 13.9-33.1c3.6-4 7.9-5 10.6-5 2.6 0 5.3 0 7.6.1 2.4.1 5.7-.9 8.9 6.8 3.3 7.9 11.2 27.4 12.2 29.4s1.7 4.3.3 6.9c-7.6 15.2-15.7 14.6-11.6 21.6 15.3 26.3 30.6 35.4 53.9 47.1 4 2 6.3 1.7 8.6-1 2.3-2.6 9.9-11.6 12.5-15.5 2.6-4 5.3-3.3 8.9-2 3.6 1.3 23.1 10.9 27.1 12.9s6.6 3 7.6 4.6c.9 1.9.9 9.9-2.4 19.1zM400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM223.9 413.2c-26.6 0-52.7-6.7-75.8-19.3L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5 29.9 30 47.9 69.8 47.9 112.2 0 87.4-72.7 158.5-160.1 158.5z"], + "whmcs": [448, 512, [], "f40d", "M448 161v-21.3l-28.5-8.8-2.2-10.4 20.1-20.7L427 80.4l-29 7.5-7.2-7.5 7.5-28.2-19.1-11.6-21.3 21-10.7-3.2-7-26.4h-22.6l-6.2 26.4-12.1 3.2-19.7-21-19.4 11 8.1 27.7-8.1 8.4-28.5-7.5-11 19.1 20.7 21-2.9 10.4-28.5 7.8-.3 21.7 28.8 7.5 2.4 12.1-20.1 19.9 10.4 18.5 29.6-7.5 7.2 8.6-8.1 26.9 19.9 11.6 19.4-20.4 11.6 2.9 6.7 28.5 22.6.3 6.7-28.8 11.6-3.5 20.7 21.6 20.4-12.1-8.8-28 7.8-8.1 28.8 8.8 10.3-20.1-20.9-18.8 2.2-12.1 29.1-7zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8 56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8zm72.3 16.4l46.9 14.5V277l-55.1 13.4-4.1 22.7 38.9 35.3-19.2 37.9-54-16.7-14.6 15.2 16.7 52.5-38.3 22.7-38.9-40.5-21.7 6.6-12.6 54-42.4-.5-12.6-53.6-21.7-5.6-36.4 38.4-37.4-21.7 15.2-50.5-13.7-16.1-55.5 14.1-19.7-34.8 37.9-37.4-4.8-22.8-54-14.1.5-40.9L54 219.9l5.7-19.7-38.9-39.4L41.5 125l53.6 14.1 15.2-15.7-15.2-52 36.4-20.7 36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7-3.3 5.7-11 19.1-3.3 5.6 4.6 4.6 17.2 17.4-.3 1-23.8 6.5-6.2 1.7-.1 6.4-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7 50.5 0 92.7-35.4 103.2-82.8l13.2.2 6.9.1 1.6-6.7 5.6-24 1.9-.6 17.1 17.8 4.7 4.9 5.8-3.4 20.4-12.1 5.8-3.5-2-6.5-6.8-21.2z"], + "wikipedia-w": [640, 512, [], "f266", "M640 51.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1-.3.3-15 0-15-.3C172 352.3 122.8 243.4 75.8 133.4 64.4 106.7 26.4 63.4.2 63.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2 21.9 49.7 103.6 240.3 125.6 288.6 15-29.7 57.8-109.2 75.3-142.8-13.9-28.3-58.6-133.9-72.8-160-9.7-17.8-36.1-19.4-55.8-19.7V49.8l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1 18.9 40 30.6 68.1 48.1 104.7 5.6-10.8 34.7-69.4 48.1-100.8 8.9-20.6-3.9-28.6-38.6-29.4.3-3.6 0-10.3.3-13.6 44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7L559.2 91.8c-8.6-23.1-36.4-28.1-47.2-28.3V49.6l127.8 1.1.2.5z"], + "windows": [448, 512, [], "f17a", "M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"], + "wix": [640, 512, [], "f5cf", "M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83-9.52 3.45-15.95 9.66-15.95 9.66 0-31 4.72-42.22 17.4-48.86 9.75-5.11 27.23-4.63 27.23-4.63zm-115.8 35.54l-34.24 132.66-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89 55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57 7.67-30.07 29.11-118.41 31.12-124.7 4.76-14.94 11.09-13.81 15.4 0 1.97 6.3 23.45 94.63 31.12 124.7 8.6 33.73 15.37 39.32 29.59 46.57 10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27zm115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01v-8.98zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47-.47.73-6.25 10.54-13.07 0-29.29-42.23-40.8-60.29-54.18-72.47-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72 6.81-10.52 12.57-.77 13.07 0 29.4 42.38 39.23 58.06 53.14 70.72 17.39 15.83 53.32 11.21 53.32 11.21L556.8 256.52z"], + "wizards-of-the-coast": [640, 512, [], "f730", "M219.19 345.69c-1.9 1.38-11.07 8.44-.26 23.57 4.64 6.42 14.11 12.79 21.73 6.55 6.5-4.88 7.35-12.92.26-23.04-5.47-7.76-14.28-12.88-21.73-7.08zm336.75 75.94c-.34 1.7-.55 1.67.79 0 2.09-4.19 4.19-10.21 4.98-19.9 3.14-38.49-40.33-71.49-101.34-78.03-54.73-6.02-124.38 9.17-188.8 60.49l-.26 1.57c2.62 4.98 4.98 10.74 3.4 21.21l.79.26c63.89-58.4 131.19-77.25 184.35-73.85 58.4 3.67 100.03 34.04 100.03 68.08-.01 9.96-2.63 15.72-3.94 20.17zM392.28 240.42c.79 7.07 4.19 10.21 9.17 10.47 5.5.26 9.43-2.62 10.47-6.55.79-3.4 2.09-29.85 2.09-29.85s-11.26 6.55-14.93 10.47c-3.66 3.68-7.33 8.39-6.8 15.46zm-50.02-151.1C137.75 89.32 13.1 226.8.79 241.2c-1.05.52-1.31.79.79 1.31 60.49 16.5 155.81 81.18 196.13 202.16l1.05.26c55.25-69.92 140.88-128.05 236.99-128.05 80.92 0 130.15 42.16 130.15 80.39 0 18.33-6.55 33.52-22.26 46.35 0 .96-.2.79.79.79 14.66-10.74 27.5-28.8 27.5-48.18 0-22.78-12.05-38.23-12.05-38.23 7.07 7.07 10.74 16.24 10.74 16.24 5.76-40.85 26.97-62.32 26.97-62.32-2.36-9.69-6.81-17.81-6.81-17.81 7.59 8.12 14.4 27.5 14.4 41.37 0 10.47-3.4 22.78-12.57 31.95l.26.52c8.12-4.98 16.5-16.76 16.5-37.97 0-15.71-4.71-25.92-4.71-25.92 5.76-5.24 11.26-9.17 15.97-11.78.79 3.4 2.09 9.69 2.36 14.93 0 1.05.79 1.83 1.05 0 .79-5.76-.26-16.24-.26-16.5 6.02-3.14 9.69-4.45 9.69-4.45C617.74 176 489.43 89.32 342.26 89.32zm-99.24 289.62c-11.06 8.99-24.2 4.08-30.64-4.19-7.45-9.58-6.76-24.09 4.19-32.47 14.85-11.35 27.08-.49 31.16 5.5.28.39 12.13 16.57-4.71 31.16zm2.09-136.43l9.43-17.81 11.78 70.96-12.57 6.02-24.62-28.8 14.14-26.71 3.67 4.45-1.83-8.11zm18.59 117.58l-.26-.26c2.05-4.1-2.5-6.61-17.54-31.69-1.31-2.36-3.14-2.88-4.45-2.62l-.26-.52c7.86-5.76 15.45-10.21 25.4-15.71l.52.26c1.31 1.83 2.09 2.88 3.4 4.71l-.26.52c-1.05-.26-2.36-.79-5.24.26-2.09.79-7.86 3.67-12.31 7.59v1.31c1.57 2.36 3.93 6.55 5.76 9.69h.26c10.05-6.28 7.56-4.55 11.52-7.86h.26c.52 1.83.52 1.83 1.83 5.5l-.26.26c-3.06.61-4.65.34-11.52 5.5v.26c9.46 17.02 11.01 16.75 12.57 15.97l.26.26c-2.34 1.59-6.27 4.21-9.68 6.57zm55.26-32.47c-3.14 1.57-6.02 2.88-9.95 4.98l-.26-.26c1.29-2.59 1.16-2.71-11.78-32.47l-.26-.26c-.15 0-8.9 3.65-9.95 7.33h-.52l-1.05-5.76.26-.52c7.29-4.56 25.53-11.64 27.76-12.57l.52.26 3.14 4.98-.26.52c-3.53-1.76-7.35.76-12.31 2.62v.26c12.31 32.01 12.67 30.64 14.66 30.64v.25zm44.77-16.5c-4.19 1.05-5.24 1.31-9.69 2.88l-.26-.26.52-4.45c-1.05-3.4-3.14-11.52-3.67-13.62l-.26-.26c-3.4.79-8.9 2.62-12.83 3.93l-.26.26c.79 2.62 3.14 9.95 4.19 13.88.79 2.36 1.83 2.88 2.88 3.14v.52c-3.67 1.05-7.07 2.62-10.21 3.93l-.26-.26c1.05-1.31 1.05-2.88.26-4.98-1.05-3.14-8.12-23.83-9.17-27.23-.52-1.83-1.57-3.14-2.62-3.14v-.52c3.14-1.05 6.02-2.09 10.74-3.4l.26.26-.26 4.71c1.31 3.93 2.36 7.59 3.14 9.69h.26c3.93-1.31 9.43-2.88 12.83-3.93l.26-.26-2.62-9.43c-.52-1.83-1.05-3.4-2.62-3.93v-.26c4.45-1.05 7.33-1.83 10.74-2.36l.26.26c-1.05 1.31-1.05 2.88-.52 4.45 1.57 6.28 4.71 20.43 6.28 26.45.54 2.62 1.85 3.41 2.63 3.93zm32.21-6.81l-.26.26c-4.71.52-14.14 2.36-22.52 4.19l-.26-.26.79-4.19c-1.57-7.86-3.4-18.59-4.98-26.19-.26-1.83-.79-2.88-2.62-3.67l.79-.52c9.17-1.57 20.16-2.36 24.88-2.62l.26.26c.52 2.36.79 3.14 1.57 5.5l-.26.26c-1.14-1.14-3.34-3.2-16.24-.79l-.26.26c.26 1.57 1.05 6.55 1.57 9.95l.26.26c9.52-1.68 4.76-.06 10.74-2.36h.26c0 1.57-.26 1.83-.26 5.24h-.26c-4.81-1.03-2.15-.9-10.21 0l-.26.26c.26 2.09 1.57 9.43 2.09 12.57l.26.26c1.15.38 14.21-.65 16.24-4.71h.26c-.53 2.38-1.05 4.21-1.58 6.04zm10.74-44.51c-4.45 2.36-8.12 2.88-11 2.88-.25.02-11.41 1.09-17.54-9.95-6.74-10.79-.98-25.2 5.5-31.69 8.8-8.12 23.35-10.1 28.54-17.02 8.03-10.33-13.04-22.31-29.59-5.76l-2.62-2.88 5.24-16.24c25.59-1.57 45.2-3.04 50.02 16.24.79 3.14 0 9.43-.26 12.05 0 2.62-1.83 18.85-2.09 23.04-.52 4.19-.79 18.33-.79 20.69.26 2.36.52 4.19 1.57 5.5 1.57 1.83 5.76 1.83 5.76 1.83l-.79 4.71c-11.82-1.07-10.28-.59-20.43-1.05-3.22-5.15-2.23-3.28-4.19-7.86 0 .01-4.19 3.94-7.33 5.51zm37.18 21.21c-6.35-10.58-19.82-7.16-21.73 5.5-2.63 17.08 14.3 19.79 20.69 10.21l.26.26c-.52 1.83-1.83 6.02-1.83 6.28l-.52.52c-10.3 6.87-28.5-2.5-25.66-18.59 1.94-10.87 14.44-18.93 28.8-9.95l.26.52c0 1.06-.27 3.41-.27 5.25zm5.77-87.73v-6.55c.69 0 19.65 3.28 27.76 7.33l-1.57 17.54s10.21-9.43 15.45-10.74c5.24-1.57 14.93 7.33 14.93 7.33l-11.26 11.26c-12.07-6.35-19.59-.08-20.69.79-5.29 38.72-8.6 42.17 4.45 46.09l-.52 4.71c-17.55-4.29-18.53-4.5-36.92-7.33l.79-4.71c7.25 0 7.48-5.32 7.59-6.81 0 0 4.98-53.16 4.98-55.25-.02-2.87-4.99-3.66-4.99-3.66zm10.99 114.44c-8.12-2.09-14.14-11-10.74-20.69 3.14-9.43 12.31-12.31 18.85-10.21 9.17 2.62 12.83 11.78 10.74 19.38-2.61 8.9-9.42 13.87-18.85 11.52zm42.16 9.69c-2.36-.52-7.07-2.36-8.64-2.88v-.26l1.57-1.83c.59-8.24.59-7.27.26-7.59-4.82-1.81-6.66-2.36-7.07-2.36-1.31 1.83-2.88 4.45-3.67 5.5l-.79 3.4v.26c-1.31-.26-3.93-1.31-6.02-1.57v-.26l2.62-1.83c3.4-4.71 9.95-14.14 13.88-20.16v-2.09l.52-.26c2.09.79 5.5 2.09 7.59 2.88.48.48.18-1.87-1.05 25.14-.24 1.81.02 2.6.8 3.91zm-4.71-89.82c11.25-18.27 30.76-16.19 34.04-3.4L539.7 198c2.34-6.25-2.82-9.9-4.45-11.26l1.83-3.67c12.22 10.37 16.38 13.97 22.52 20.43-25.91 73.07-30.76 80.81-24.62 84.32l-1.83 4.45c-6.37-3.35-8.9-4.42-17.81-8.64l2.09-6.81c-.26-.26-3.93 3.93-9.69 3.67-19.06-1.3-22.89-31.75-9.67-52.9zm29.33 79.34c0-5.71-6.34-7.89-7.86-5.24-1.31 2.09 1.05 4.98 2.88 8.38 1.57 2.62 2.62 6.28 1.05 9.43-2.64 6.34-12.4 5.31-15.45-.79 0-.7-.27.09 1.83-4.71l.79-.26c-.57 5.66 6.06 9.61 8.38 4.98 1.05-2.09-.52-5.5-2.09-8.38-1.57-2.62-3.67-6.28-1.83-9.69 2.72-5.06 11.25-4.47 14.66 2.36v.52l-2.36 3.4zm21.21 13.36c-1.96-3.27-.91-2.14-4.45-4.71h-.26c-2.36 4.19-5.76 10.47-8.64 16.24-1.31 2.36-1.05 3.4-.79 3.93l-.26.26-5.76-4.45.26-.26 2.09-1.31c3.14-5.76 6.55-12.05 9.17-17.02v-.26c-2.64-1.98-1.22-1.51-6.02-1.83v-.26l3.14-3.4h.26c3.67 2.36 9.95 6.81 12.31 8.9l.26.26-1.31 3.91zm27.23-44.26l-2.88-2.88c.79-2.36 1.83-4.98 2.09-7.59.75-9.74-11.52-11.84-11.52-4.98 0 4.98 7.86 19.38 7.86 27.76 0 10.21-5.76 15.71-13.88 16.5-8.38.79-20.16-10.47-20.16-10.47l4.98-14.4 2.88 2.09c-2.97 17.8 17.68 20.37 13.35 5.24-1.06-4.02-18.75-34.2 2.09-38.23 13.62-2.36 23.04 16.5 23.04 16.5l-7.85 10.46zm35.62-10.21c-11-30.38-60.49-127.53-191.95-129.62-53.42-1.05-94.27 15.45-132.76 37.97l85.63-9.17-91.39 20.69 25.14 19.64-3.93-16.5c7.5-1.71 39.15-8.45 66.77-8.9l-22.26 80.39c13.61-.7 18.97-8.98 19.64-22.78l4.98-1.05.26 26.71c-22.46 3.21-37.3 6.69-49.49 9.95l13.09-43.21-61.54-36.66 2.36 8.12 10.21 4.98c6.28 18.59 19.38 56.56 20.43 58.66 1.95 4.28 3.16 5.78 12.05 4.45l1.05 4.98c-16.08 4.86-23.66 7.61-39.02 14.4l-2.36-4.71c4.4-2.94 8.73-3.94 5.5-12.83-23.7-62.5-21.48-58.14-22.78-59.44l2.36-4.45 33.52 67.3c-3.84-11.87 1.68 1.69-32.99-78.82l-41.9 88.51 4.71-13.88-35.88-42.16 27.76 93.48-11.78 8.38C95 228.58 101.05 231.87 93.23 231.52c-5.5-.26-13.62 5.5-13.62 5.5L74.63 231c30.56-23.53 31.62-24.33 58.4-42.68l4.19 7.07s-5.76 4.19-7.86 7.07c-5.9 9.28 1.67 13.28 61.8 75.68l-18.85-58.92 39.8-10.21 25.66 30.64 4.45-12.31-4.98-24.62 13.09-3.4.52 3.14 3.67-10.47-94.27 29.33 11.26-4.98-13.62-42.42 17.28-9.17 30.11 36.14 28.54-13.09c-1.41-7.47-2.47-14.5-4.71-19.64l17.28 13.88 4.71-2.09-59.18-42.68 23.08 11.5c18.98-6.07 25.23-7.47 32.21-9.69l2.62 11c-12.55 12.55 1.43 16.82 6.55 19.38l-13.62-61.01 12.05 28.28c4.19-1.31 7.33-2.09 7.33-2.09l2.62 8.64s-3.14 1.05-6.28 2.09l8.9 20.95 33.78-65.73-20.69 61.01c42.42-24.09 81.44-36.66 131.98-35.88 67.04 1.05 167.33 40.85 199.8 139.83.78 2.1-.01 2.63-.79.27zM203.48 152.43s1.83-.52 4.19-1.31l9.43 7.59c-.4 0-3.44-.25-11.26 2.36l-2.36-8.64zm143.76 38.5c-1.57-.6-26.46-4.81-33.26 20.69l21.73 17.02 11.53-37.71zM318.43 67.07c-58.4 0-106.05 12.05-114.96 14.4v.79c8.38 2.09 14.4 4.19 21.21 11.78l1.57.26c6.55-1.83 48.97-13.88 110.24-13.88 180.16 0 301.67 116.79 301.67 223.37v9.95c0 1.31.79 2.62 1.05.52.52-2.09.79-8.64.79-19.64.26-83.79-96.63-227.55-321.57-227.55zm211.06 169.68c1.31-5.76 0-12.31-7.33-13.09-9.62-1.13-16.14 23.79-17.02 33.52-.79 5.5-1.31 14.93 6.02 14.93 4.68-.01 9.72-.91 18.33-35.36zm-61.53 42.95c-2.62-.79-9.43-.79-12.57 10.47-1.83 6.81.52 13.35 6.02 14.66 3.67 1.05 8.9.52 11.78-10.74 2.62-9.94-1.83-13.61-5.23-14.39zM491 300.65c1.83.52 3.14 1.05 5.76 1.83 0-1.83.52-8.38.79-12.05-1.05 1.31-5.5 8.12-6.55 9.95v.27z"], + "wodu": [640, 512, [], "e088", "M178.414 339.706H141.1L112.166 223.475h-.478L83.228 339.706H45.2L0 168.946H37.548L64.574 285.177h.478L94.707 168.946h35.157l29.178 117.667h.479L187.5 168.946h36.831zM271.4 212.713c38.984 0 64.1 25.828 64.1 65.291 0 39.222-25.111 65.05-64.1 65.05-38.743 0-63.855-25.828-63.855-65.05C207.547 238.541 232.659 212.713 271.4 212.713zm0 104.753c23.2 0 30.133-19.852 30.133-39.462 0-19.852-6.934-39.7-30.133-39.7-27.7 0-29.894 19.85-29.894 39.7C241.508 297.614 248.443 317.466 271.4 317.466zM435.084 323.922h-.478c-7.893 13.392-21.765 19.132-37.548 19.132-37.31 0-55.485-32.045-55.485-66.246 0-33.243 18.415-64.095 54.767-64.095 14.589 0 28.938 6.218 36.831 18.416h.24V168.946h33.96v170.76H435.084zM405.428 238.3c-22.24 0-29.894 19.134-29.894 39.463 0 19.371 8.848 39.7 29.894 39.7 22.482 0 29.178-19.613 29.178-39.94C434.606 257.436 427.432 238.3 405.428 238.3zM592.96 339.706H560.673V322.487h-.718c-8.609 13.87-23.436 20.567-37.786 20.567-36.113 0-45.2-20.328-45.2-50.941V216.061h33.959V285.9c0 20.329 5.979 30.372 21.765 30.372 18.415 0 26.306-10.283 26.306-35.393V216.061H592.96zM602.453 302.876H640v36.83H602.453z"], + "wolf-pack-battalion": [512, 512, [], "f514", "M267.73 471.53l10.56 15.84 5.28-12.32 5.28 7V512c21.06-7.92 21.11-66.86 25.51-97.21 4.62-31.89-.88-92.81 81.37-149.11-8.88-23.61-12-49.43-2.64-80.05C421 189 447 196.21 456.43 239.73l-30.35 8.36c11.15 23 17 46.76 13.2 72.14L412 313.18l-6.16 33.43-18.47-7-8.8 33.39-19.35-7 26.39 21.11 8.8-28.15L419 364.2l7-35.63 26.39 14.52c.25-20 7-58.06-8.8-84.45l26.39 5.28c4-22.07-2.38-39.21-7.92-56.74l22.43 9.68c-.44-25.07-29.94-56.79-61.58-58.5-20.22-1.09-56.74-25.17-54.1-51.9 2-19.87 17.45-42.62 43.11-49.7-44 36.51-9.68 67.3 5.28 73.46 4.4-11.44 17.54-69.08 0-130.2-40.39 22.87-89.65 65.1-93.2 147.79l-58 38.71-3.52 93.25L369.78 220l7 7-17.59 3.52-44 38.71-15.84-5.28-28.1 49.25-3.52 119.64 21.11 15.84-32.55 15.84-32.55-15.84 21.11-15.84-3.52-119.64-28.15-49.26-15.84 5.28-44-38.71-17.58-3.51 7-7 107.33 59.82-3.52-93.25-58.06-38.71C185 65.1 135.77 22.87 95.3 0c-17.54 61.12-4.4 118.76 0 130.2 15-6.16 49.26-36.95 5.28-73.46 25.66 7.08 41.15 29.83 43.11 49.7 2.63 26.74-33.88 50.81-54.1 51.9-31.65 1.72-61.15 33.44-61.59 58.51l22.43-9.68c-5.54 17.53-11.91 34.67-7.92 56.74l26.39-5.28c-15.76 26.39-9.05 64.43-8.8 84.45l26.39-14.52 7 35.63 24.63-5.28 8.8 28.15L153.35 366 134 373l-8.8-33.43-18.47 7-6.16-33.43-27.27 7c-3.82-25.38 2-49.1 13.2-72.14l-30.35-8.36c9.4-43.52 35.47-50.77 63.34-54.1 9.36 30.62 6.24 56.45-2.64 80.05 82.25 56.3 76.75 117.23 81.37 149.11 4.4 30.35 4.45 89.29 25.51 97.21v-29.83l5.28-7 5.28 12.32 10.56-15.84 11.44 21.11 11.43-21.1zm79.17-95L331.06 366c7.47-4.36 13.76-8.42 19.35-12.32-.6 7.22-.27 13.84-3.51 22.84zm28.15-49.26c-.4 10.94-.9 21.66-1.76 31.67-7.85-1.86-15.57-3.8-21.11-7 8.24-7.94 15.55-16.32 22.87-24.68zm24.63 5.28c0-13.43-2.05-24.21-5.28-33.43a235 235 0 0 1-18.47 27.27zm3.52-80.94c19.44 12.81 27.8 33.66 29.91 56.3-12.32-4.53-24.63-9.31-36.95-10.56 5.06-12 6.65-28.14 7-45.74zm-1.76-45.74c.81 14.3 1.84 28.82 1.76 42.23 19.22-8.11 29.78-9.72 44-14.08-10.61-18.96-27.2-25.53-45.76-28.16zM165.68 376.52L181.52 366c-7.47-4.36-13.76-8.42-19.35-12.32.6 7.26.27 13.88 3.51 22.88zm-28.15-49.26c.4 10.94.9 21.66 1.76 31.67 7.85-1.86 15.57-3.8 21.11-7-8.24-7.93-15.55-16.31-22.87-24.67zm-24.64 5.28c0-13.43 2-24.21 5.28-33.43a235 235 0 0 0 18.47 27.27zm-3.52-80.94c-19.44 12.81-27.8 33.66-29.91 56.3 12.32-4.53 24.63-9.31 37-10.56-5-12-6.65-28.14-7-45.74zm1.76-45.74c-.81 14.3-1.84 28.82-1.76 42.23-19.22-8.11-29.78-9.72-44-14.08 10.63-18.95 27.23-25.52 45.76-28.15z"], + "wordpress": [512, 512, [], "f19a", "M61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zm-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9l-65.4-179.2zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1zM504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248zm-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6z"], + "wordpress-simple": [512, 512, [], "f411", "M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8zM33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256zm223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4 68.5 187.8c.5 1.1 1 2.1 1.6 3.1-23.1 8.1-48 12.6-74 12.6zm30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-21.9 0-58.7-2.8-58.7-2.8-12-.7-13.4 17.7-1.4 18.4 0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5-1-.1-1.9-.2-2.9-.2-21.9 0-37.4 19.1-37.4 39.6 0 18.4 10.6 33.9 21.9 52.3 8.5 14.8 18.4 33.9 18.4 61.5 0 19.1-7.3 41.2-17 72.1l-22.2 74.3-80.7-239.6zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9 0-8.2-.5-15.8-1.5-22.9 17.4 31.8 27.3 68.2 27.3 107 0 82.3-44.6 154.1-110.9 192.7z"], + "wpbeginner": [512, 512, [], "f297", "M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374zm-339.647-82.972h41.529v-58.075h-41.529v58.075zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913zm-150.753-86.072h166.058v-58.075H189.579v58.075z"], + "wpexplorer": [512, 512, [], "f2de", "M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256zm-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224 224-100.5 224-224zM160.9 124.6l86.9 37.1-37.1 86.9-86.9-37.1 37.1-86.9zm110 169.1l46.6 94h-14.6l-50-100-48.9 100h-14l51.1-106.9-22.3-9.4 6-14 68.6 29.1-6 14.3-16.5-7.1zm-11.8-116.3l68.6 29.4-29.4 68.3L230 246l29.1-68.6zm80.3 42.9l54.6 23.1-23.4 54.3-54.3-23.1 23.1-54.3z"], + "wpforms": [448, 512, [], "f298", "M448 75.2v361.7c0 24.3-19 43.2-43.2 43.2H43.2C19.3 480 0 461.4 0 436.8V75.2C0 51.1 18.8 32 43.2 32h361.7c24 0 43.1 18.8 43.1 43.2zm-37.3 361.6V75.2c0-3-2.6-5.8-5.8-5.8h-9.3L285.3 144 224 94.1 162.8 144 52.5 69.3h-9.3c-3.2 0-5.8 2.8-5.8 5.8v361.7c0 3 2.6 5.8 5.8 5.8h361.7c3.2.1 5.8-2.7 5.8-5.8zM150.2 186v37H76.7v-37h73.5zm0 74.4v37.3H76.7v-37.3h73.5zm11.1-147.3l54-43.7H96.8l64.5 43.7zm210 72.9v37h-196v-37h196zm0 74.4v37.3h-196v-37.3h196zm-84.6-147.3l64.5-43.7H232.8l53.9 43.7zM371.3 335v37.3h-99.4V335h99.4z"], + "wpressr": [496, 512, [], "f3e4", "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27z"], + "xbox": [512, 512, [], "f412", "M369.9 318.2c44.3 54.3 64.7 98.8 54.4 118.7-7.9 15.1-56.7 44.6-92.6 55.9-29.6 9.3-68.4 13.3-100.4 10.2-38.2-3.7-76.9-17.4-110.1-39C93.3 445.8 87 438.3 87 423.4c0-29.9 32.9-82.3 89.2-142.1 32-33.9 76.5-73.7 81.4-72.6 9.4 2.1 84.3 75.1 112.3 109.5zM188.6 143.8c-29.7-26.9-58.1-53.9-86.4-63.4-15.2-5.1-16.3-4.8-28.7 8.1-29.2 30.4-53.5 79.7-60.3 122.4-5.4 34.2-6.1 43.8-4.2 60.5 5.6 50.5 17.3 85.4 40.5 120.9 9.5 14.6 12.1 17.3 9.3 9.9-4.2-11-.3-37.5 9.5-64 14.3-39 53.9-112.9 120.3-194.4zm311.6 63.5C483.3 127.3 432.7 77 425.6 77c-7.3 0-24.2 6.5-36 13.9-23.3 14.5-41 31.4-64.3 52.8C367.7 197 427.5 283.1 448.2 346c6.8 20.7 9.7 41.1 7.4 52.3-1.7 8.5-1.7 8.5 1.4 4.6 6.1-7.7 19.9-31.3 25.4-43.5 7.4-16.2 15-40.2 18.6-58.7 4.3-22.5 3.9-70.8-.8-93.4zM141.3 43C189 40.5 251 77.5 255.6 78.4c.7.1 10.4-4.2 21.6-9.7 63.9-31.1 94-25.8 107.4-25.2-63.9-39.3-152.7-50-233.9-11.7-23.4 11.1-24 11.9-9.4 11.2z"], + "xing": [384, 512, [], "f168", "M162.7 210c-1.8 3.3-25.2 44.4-70.1 123.5-4.9 8.3-10.8 12.5-17.7 12.5H9.8c-7.7 0-12.1-7.5-8.5-14.4l69-121.3c.2 0 .2-.1 0-.3l-43.9-75.6c-4.3-7.8.3-14.1 8.5-14.1H100c7.3 0 13.3 4.1 18 12.2l44.7 77.5zM382.6 46.1l-144 253v.3L330.2 466c3.9 7.1.2 14.1-8.5 14.1h-65.2c-7.6 0-13.6-4-18-12.2l-92.4-168.5c3.3-5.8 51.5-90.8 144.8-255.2 4.6-8.1 10.4-12.2 17.5-12.2h65.7c8 0 12.3 6.7 8.5 14.1z"], + "xing-square": [448, 512, [], "f169", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM140.4 320.2H93.8c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6.2-10.1 6-10.1h46.6c5.2 0 9.5 2.9 12.9 8.7l31.9 55.3c-1.3 2.3-18 31.7-50.1 88.2-3.5 6.2-7.7 9.1-12.6 9.1zm219.7-214.1L257.3 286.8v.2l65.5 119c2.8 5.1.1 10.1-6 10.1h-46.6c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3c2.3-4.1 36.8-64.9 103.4-182.3 3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10z"], + "y-combinator": [448, 512, [], "f23b", "M448 32v448H0V32h448zM236 287.5L313.5 142h-32.7L235 233c-4.7 9.3-9 18.3-12.8 26.8L210 233l-45.2-91h-35l76.7 143.8v94.5H236v-92.8z"], + "yahoo": [512, 512, [], "f19e", "M223.69,141.06,167,284.23,111,141.06H14.93L120.76,390.19,82.19,480h94.17L317.27,141.06Zm105.4,135.79a58.22,58.22,0,1,0,58.22,58.22A58.22,58.22,0,0,0,329.09,276.85ZM394.65,32l-93,223.47H406.44L499.07,32Z"], + "yammer": [512, 512, [], "f840", "M421.78 152.17A23.06 23.06 0 0 0 400.9 112c-.83.43-1.71.9-2.63 1.4-15.25 8.4-118.33 80.62-106.69 88.77s82.04-23.61 130.2-50zm0 217.17c-48.16-26.38-118.64-58.1-130.2-50s91.42 80.35 106.69 88.74c.92.51 1.8 1 2.63 1.41a23.07 23.07 0 0 0 20.88-40.15zM464.21 237c-.95 0-1.95-.06-3-.06-17.4 0-142.52 13.76-136.24 26.51s83.3 18.74 138.21 18.76a23 23 0 0 0 1-45.21zM31 96.65a24.88 24.88 0 0 1 46.14-18.4l81 205.06h1.21l77-203.53a23.52 23.52 0 0 1 44.45 15.27L171.2 368.44C152.65 415.66 134.08 448 77.91 448a139.67 139.67 0 0 1-23.81-1.95 21.31 21.31 0 0 1 6.9-41.77c.66.06 10.91.66 13.86.66 30.47 0 43.74-18.94 58.07-59.41z"], + "yandex": [256, 512, [], "f413", "M153.1 315.8L65.7 512H2l96-209.8c-45.1-22.9-75.2-64.4-75.2-141.1C22.7 53.7 90.8 0 171.7 0H254v512h-55.1V315.8h-45.8zm45.8-269.3h-29.4c-44.4 0-87.4 29.4-87.4 114.6 0 82.3 39.4 108.8 87.4 108.8h29.4V46.5z"], + "yandex-international": [320, 512, [], "f414", "M129.5 512V345.9L18.5 48h55.8l81.8 229.7L250.2 0h51.3L180.8 347.8V512h-51.3z"], + "yarn": [496, 512, [], "f7e3", "M393.9 345.2c-39 9.3-48.4 32.1-104 47.4 0 0-2.7 4-10.4 5.8-13.4 3.3-63.9 6-68.5 6.1-12.4.1-19.9-3.2-22-8.2-6.4-15.3 9.2-22 9.2-22-8.1-5-9-9.9-9.8-8.1-2.4 5.8-3.6 20.1-10.1 26.5-8.8 8.9-25.5 5.9-35.3.8-10.8-5.7.8-19.2.8-19.2s-5.8 3.4-10.5-3.6c-6-9.3-17.1-37.3 11.5-62-1.3-10.1-4.6-53.7 40.6-85.6 0 0-20.6-22.8-12.9-43.3 5-13.4 7-13.3 8.6-13.9 5.7-2.2 11.3-4.6 15.4-9.1 20.6-22.2 46.8-18 46.8-18s12.4-37.8 23.9-30.4c3.5 2.3 16.3 30.6 16.3 30.6s13.6-7.9 15.1-5c8.2 16 9.2 46.5 5.6 65.1-6.1 30.6-21.4 47.1-27.6 57.5-1.4 2.4 16.5 10 27.8 41.3 10.4 28.6 1.1 52.7 2.8 55.3.8 1.4 13.7.8 36.4-13.2 12.8-7.9 28.1-16.9 45.4-17 16.7-.5 17.6 19.2 4.9 22.2zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-79.3 75.2c-1.7-13.6-13.2-23-28-22.8-22 .3-40.5 11.7-52.8 19.2-4.8 3-8.9 5.2-12.4 6.8 3.1-44.5-22.5-73.1-28.7-79.4 7.8-11.3 18.4-27.8 23.4-53.2 4.3-21.7 3-55.5-6.9-74.5-1.6-3.1-7.4-11.2-21-7.4-9.7-20-13-22.1-15.6-23.8-1.1-.7-23.6-16.4-41.4 28-12.2.9-31.3 5.3-47.5 22.8-2 2.2-5.9 3.8-10.1 5.4h.1c-8.4 3-12.3 9.9-16.9 22.3-6.5 17.4.2 34.6 6.8 45.7-17.8 15.9-37 39.8-35.7 82.5-34 36-11.8 73-5.6 79.6-1.6 11.1 3.7 19.4 12 23.8 12.6 6.7 30.3 9.6 43.9 2.8 4.9 5.2 13.8 10.1 30 10.1 6.8 0 58-2.9 72.6-6.5 6.8-1.6 11.5-4.5 14.6-7.1 9.8-3.1 36.8-12.3 62.2-28.7 18-11.7 24.2-14.2 37.6-17.4 12.9-3.2 21-15.1 19.4-28.2z"], + "yelp": [384, 512, [], "f1e9", "M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z"], + "yoast": [448, 512, [], "f2b1", "M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76zm229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.3c-20.8 21.6-49.3 31.7-78.3 32.7v-51.1c49.2-7.7 64.6-49.9 64.6-75.3 0-20.1.6-12.6-82.1-223.2h61.4L218.2 299 320.4 20zM448 161.5V460H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V161.5c0-32.5-17.1-51.9-48.2-62.9l6.7-17.6c41.7 13.6 60.9 43.1 60.9 80.5z"], + "youtube": [576, 512, [], "f167", "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"], + "youtube-square": [448, 512, [], "f431", "M186.8 202.1l95.2 54.1-95.2 54.1V202.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-42 176.3s0-59.6-7.6-88.2c-4.2-15.8-16.5-28.2-32.2-32.4C337.9 128 224 128 224 128s-113.9 0-142.2 7.7c-15.7 4.2-28 16.6-32.2 32.4-7.6 28.5-7.6 88.2-7.6 88.2s0 59.6 7.6 88.2c4.2 15.8 16.5 27.7 32.2 31.9C110.1 384 224 384 224 384s113.9 0 142.2-7.7c15.7-4.2 28-16.1 32.2-31.9 7.6-28.5 7.6-88.1 7.6-88.1z"], + "zhihu": [640, 512, [], "f63f", "M170.54 148.13v217.54l23.43.01 7.71 26.37 42.01-26.37h49.53V148.13H170.54zm97.75 193.93h-27.94l-27.9 17.51-5.08-17.47-11.9-.04V171.75h72.82v170.31zm-118.46-94.39H97.5c1.74-27.1 2.2-51.59 2.2-73.46h51.16s1.97-22.56-8.58-22.31h-88.5c3.49-13.12 7.87-26.66 13.12-40.67 0 0-24.07 0-32.27 21.57-3.39 8.9-13.21 43.14-30.7 78.12 5.89-.64 25.37-1.18 36.84-22.21 2.11-5.89 2.51-6.66 5.14-14.53h28.87c0 10.5-1.2 66.88-1.68 73.44H20.83c-11.74 0-15.56 23.62-15.56 23.62h65.58C66.45 321.1 42.83 363.12 0 396.34c20.49 5.85 40.91-.93 51-9.9 0 0 22.98-20.9 35.59-69.25l53.96 64.94s7.91-26.89-1.24-39.99c-7.58-8.92-28.06-33.06-36.79-41.81L87.9 311.95c4.36-13.98 6.99-27.55 7.87-40.67h61.65s-.09-23.62-7.59-23.62v.01zm412.02-1.6c20.83-25.64 44.98-58.57 44.98-58.57s-18.65-14.8-27.38-4.06c-6 8.15-36.83 48.2-36.83 48.2l19.23 14.43zm-150.09-59.09c-9.01-8.25-25.91 2.13-25.91 2.13s39.52 55.04 41.12 57.45l19.46-13.73s-25.67-37.61-34.66-45.86h-.01zM640 258.35c-19.78 0-130.91.93-131.06.93v-101c4.81 0 12.42-.4 22.85-1.2 40.88-2.41 70.13-4 87.77-4.81 0 0 12.22-27.19-.59-33.44-3.07-1.18-23.17 4.58-23.17 4.58s-165.22 16.49-232.36 18.05c1.6 8.82 7.62 17.08 15.78 19.55 13.31 3.48 22.69 1.7 49.15.89 24.83-1.6 43.68-2.43 56.51-2.43v99.81H351.41s2.82 22.31 25.51 22.85h107.94v70.92c0 13.97-11.19 21.99-24.48 21.12-14.08.11-26.08-1.15-41.69-1.81 1.99 3.97 6.33 14.39 19.31 21.84 9.88 4.81 16.17 6.57 26.02 6.57 29.56 0 45.67-17.28 44.89-45.31v-73.32h122.36c9.68 0 8.7-23.78 8.7-23.78l.03-.01z"] + }; + + bunker(function () { + defineIcons('fab', icons); + }); + +}()); diff --git a/docs/vendor/fontawesome-free-5.15.2-web/js/brands.min.js b/docs/vendor/fontawesome-free-5.15.2-web/js/brands.min.js new file mode 100644 index 000000000..d87fb60d4 --- /dev/null +++ b/docs/vendor/fontawesome-free-5.15.2-web/js/brands.min.js @@ -0,0 +1,5 @@ +/*! + * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + */ +!function(){"use strict";var c={},l={};try{"undefined"!=typeof window&&(c=window),"undefined"!=typeof document&&(l=document)}catch(c){}var z=(c.navigator||{}).userAgent,h=void 0===z?"":z,m=c,v=l,a=(m.document,!!v.documentElement&&!!v.head&&"function"==typeof v.addEventListener&&v.createElement,~h.indexOf("MSIE")||h.indexOf("Trident/"),"___FONT_AWESOME___"),M=function(){try{return!0}catch(c){return!1}}();var s=m||{};s[a]||(s[a]={}),s[a].styles||(s[a].styles={}),s[a].hooks||(s[a].hooks={}),s[a].shims||(s[a].shims=[]);var H=s[a];function V(c,h){var l=(2 0) { + console.info("%cConflict".concat(conflictsCount > 1 ? 's' : '', " found:"), 'color: darkred; font-size: large'); + var data = {}; + + for (var _key in nodesTested.conflict) { + var item = nodesTested.conflict[_key]; + data[_key] = { + 'tagName': item.tagName, + 'src/href': item.src || item.href || 'n/a', + 'innerText excerpt': item.innerText && item.innerText !== '' ? item.innerText.slice(0, 200) + '...' : '(empty)' + }; + } + + console.table(data); + } + + var noConflictsCount = Object.keys(nodesTested.noConflict).length; + + if (noConflictsCount > 0) { + console.info("%cNo conflict".concat(noConflictsCount > 1 ? 's' : '', " found with ").concat(noConflictsCount == 1 ? 'this' : 'these', ":"), 'color: green; font-size: large'); + var _data = {}; + + for (var _key2 in nodesTested.noConflict) { + var _item = nodesTested.noConflict[_key2]; + _data[_key2] = { + 'tagName': _item.tagName, + 'src/href': _item.src || _item.href || 'n/a', + 'innerText excerpt': _item.innerText && _item.innerText !== '' ? _item.innerText.slice(0, 200) + '...' : '(empty)' + }; + } + + console.table(_data); + } + + var timeOutCount = Object.keys(timedOutTests).length; + + if (timeOutCount > 0) { + console.info("%cLeftovers--we timed out before collecting test results for ".concat(timeOutCount == 1 ? 'this' : 'these', ":"), 'color: blue; font-size: large'); + var _data2 = {}; + + for (var _key3 in timedOutTests) { + var _item2 = timedOutTests[_key3]; + _data2[_key3] = { + 'tagName': _item2.tagName, + 'src/href': _item2.src || _item2.href || 'n/a', + 'innerText excerpt': _item2.innerText && _item2.innerText !== '' ? _item2.innerText.slice(0, 200) + '...' : '(empty)' + }; + } + + console.table(_data2); + } + } + + var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; + + function createCommonjsModule(fn, module) { + return module = { exports: {} }, fn(module, module.exports), module.exports; + } + + var md5 = createCommonjsModule(function (module) { + + (function ($) { + /** + * Add integers, wrapping at 2^32. + * This uses 16-bit operations internally to work around bugs in interpreters. + * + * @param {number} x First integer + * @param {number} y Second integer + * @returns {number} Sum + */ + + function safeAdd(x, y) { + var lsw = (x & 0xffff) + (y & 0xffff); + var msw = (x >> 16) + (y >> 16) + (lsw >> 16); + return msw << 16 | lsw & 0xffff; + } + /** + * Bitwise rotate a 32-bit number to the left. + * + * @param {number} num 32-bit number + * @param {number} cnt Rotation count + * @returns {number} Rotated number + */ + + + function bitRotateLeft(num, cnt) { + return num << cnt | num >>> 32 - cnt; + } + /** + * Basic operation the algorithm uses. + * + * @param {number} q q + * @param {number} a a + * @param {number} b b + * @param {number} x x + * @param {number} s s + * @param {number} t t + * @returns {number} Result + */ + + + function md5cmn(q, a, b, x, s, t) { + return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b); + } + /** + * Basic operation the algorithm uses. + * + * @param {number} a a + * @param {number} b b + * @param {number} c c + * @param {number} d d + * @param {number} x x + * @param {number} s s + * @param {number} t t + * @returns {number} Result + */ + + + function md5ff(a, b, c, d, x, s, t) { + return md5cmn(b & c | ~b & d, a, b, x, s, t); + } + /** + * Basic operation the algorithm uses. + * + * @param {number} a a + * @param {number} b b + * @param {number} c c + * @param {number} d d + * @param {number} x x + * @param {number} s s + * @param {number} t t + * @returns {number} Result + */ + + + function md5gg(a, b, c, d, x, s, t) { + return md5cmn(b & d | c & ~d, a, b, x, s, t); + } + /** + * Basic operation the algorithm uses. + * + * @param {number} a a + * @param {number} b b + * @param {number} c c + * @param {number} d d + * @param {number} x x + * @param {number} s s + * @param {number} t t + * @returns {number} Result + */ + + + function md5hh(a, b, c, d, x, s, t) { + return md5cmn(b ^ c ^ d, a, b, x, s, t); + } + /** + * Basic operation the algorithm uses. + * + * @param {number} a a + * @param {number} b b + * @param {number} c c + * @param {number} d d + * @param {number} x x + * @param {number} s s + * @param {number} t t + * @returns {number} Result + */ + + + function md5ii(a, b, c, d, x, s, t) { + return md5cmn(c ^ (b | ~d), a, b, x, s, t); + } + /** + * Calculate the MD5 of an array of little-endian words, and a bit length. + * + * @param {Array} x Array of little-endian words + * @param {number} len Bit length + * @returns {Array} MD5 Array + */ + + + function binlMD5(x, len) { + /* append padding */ + x[len >> 5] |= 0x80 << len % 32; + x[(len + 64 >>> 9 << 4) + 14] = len; + var i; + var olda; + var oldb; + var oldc; + var oldd; + var a = 1732584193; + var b = -271733879; + var c = -1732584194; + var d = 271733878; + + for (i = 0; i < x.length; i += 16) { + olda = a; + oldb = b; + oldc = c; + oldd = d; + a = md5ff(a, b, c, d, x[i], 7, -680876936); + d = md5ff(d, a, b, c, x[i + 1], 12, -389564586); + c = md5ff(c, d, a, b, x[i + 2], 17, 606105819); + b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330); + a = md5ff(a, b, c, d, x[i + 4], 7, -176418897); + d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426); + c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341); + b = md5ff(b, c, d, a, x[i + 7], 22, -45705983); + a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416); + d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417); + c = md5ff(c, d, a, b, x[i + 10], 17, -42063); + b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162); + a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682); + d = md5ff(d, a, b, c, x[i + 13], 12, -40341101); + c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290); + b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329); + a = md5gg(a, b, c, d, x[i + 1], 5, -165796510); + d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632); + c = md5gg(c, d, a, b, x[i + 11], 14, 643717713); + b = md5gg(b, c, d, a, x[i], 20, -373897302); + a = md5gg(a, b, c, d, x[i + 5], 5, -701558691); + d = md5gg(d, a, b, c, x[i + 10], 9, 38016083); + c = md5gg(c, d, a, b, x[i + 15], 14, -660478335); + b = md5gg(b, c, d, a, x[i + 4], 20, -405537848); + a = md5gg(a, b, c, d, x[i + 9], 5, 568446438); + d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690); + c = md5gg(c, d, a, b, x[i + 3], 14, -187363961); + b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501); + a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467); + d = md5gg(d, a, b, c, x[i + 2], 9, -51403784); + c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473); + b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734); + a = md5hh(a, b, c, d, x[i + 5], 4, -378558); + d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463); + c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562); + b = md5hh(b, c, d, a, x[i + 14], 23, -35309556); + a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060); + d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353); + c = md5hh(c, d, a, b, x[i + 7], 16, -155497632); + b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640); + a = md5hh(a, b, c, d, x[i + 13], 4, 681279174); + d = md5hh(d, a, b, c, x[i], 11, -358537222); + c = md5hh(c, d, a, b, x[i + 3], 16, -722521979); + b = md5hh(b, c, d, a, x[i + 6], 23, 76029189); + a = md5hh(a, b, c, d, x[i + 9], 4, -640364487); + d = md5hh(d, a, b, c, x[i + 12], 11, -421815835); + c = md5hh(c, d, a, b, x[i + 15], 16, 530742520); + b = md5hh(b, c, d, a, x[i + 2], 23, -995338651); + a = md5ii(a, b, c, d, x[i], 6, -198630844); + d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415); + c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905); + b = md5ii(b, c, d, a, x[i + 5], 21, -57434055); + a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571); + d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606); + c = md5ii(c, d, a, b, x[i + 10], 15, -1051523); + b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799); + a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359); + d = md5ii(d, a, b, c, x[i + 15], 10, -30611744); + c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380); + b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649); + a = md5ii(a, b, c, d, x[i + 4], 6, -145523070); + d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379); + c = md5ii(c, d, a, b, x[i + 2], 15, 718787259); + b = md5ii(b, c, d, a, x[i + 9], 21, -343485551); + a = safeAdd(a, olda); + b = safeAdd(b, oldb); + c = safeAdd(c, oldc); + d = safeAdd(d, oldd); + } + + return [a, b, c, d]; + } + /** + * Convert an array of little-endian words to a string + * + * @param {Array} input MD5 Array + * @returns {string} MD5 string + */ + + + function binl2rstr(input) { + var i; + var output = ''; + var length32 = input.length * 32; + + for (i = 0; i < length32; i += 8) { + output += String.fromCharCode(input[i >> 5] >>> i % 32 & 0xff); + } + + return output; + } + /** + * Convert a raw string to an array of little-endian words + * Characters >255 have their high-byte silently ignored. + * + * @param {string} input Raw input string + * @returns {Array} Array of little-endian words + */ + + + function rstr2binl(input) { + var i; + var output = []; + output[(input.length >> 2) - 1] = undefined; + + for (i = 0; i < output.length; i += 1) { + output[i] = 0; + } + + var length8 = input.length * 8; + + for (i = 0; i < length8; i += 8) { + output[i >> 5] |= (input.charCodeAt(i / 8) & 0xff) << i % 32; + } + + return output; + } + /** + * Calculate the MD5 of a raw string + * + * @param {string} s Input string + * @returns {string} Raw MD5 string + */ + + + function rstrMD5(s) { + return binl2rstr(binlMD5(rstr2binl(s), s.length * 8)); + } + /** + * Calculates the HMAC-MD5 of a key and some data (raw strings) + * + * @param {string} key HMAC key + * @param {string} data Raw input string + * @returns {string} Raw MD5 string + */ + + + function rstrHMACMD5(key, data) { + var i; + var bkey = rstr2binl(key); + var ipad = []; + var opad = []; + var hash; + ipad[15] = opad[15] = undefined; + + if (bkey.length > 16) { + bkey = binlMD5(bkey, key.length * 8); + } + + for (i = 0; i < 16; i += 1) { + ipad[i] = bkey[i] ^ 0x36363636; + opad[i] = bkey[i] ^ 0x5c5c5c5c; + } + + hash = binlMD5(ipad.concat(rstr2binl(data)), 512 + data.length * 8); + return binl2rstr(binlMD5(opad.concat(hash), 512 + 128)); + } + /** + * Convert a raw string to a hex string + * + * @param {string} input Raw input string + * @returns {string} Hex encoded string + */ + + + function rstr2hex(input) { + var hexTab = '0123456789abcdef'; + var output = ''; + var x; + var i; + + for (i = 0; i < input.length; i += 1) { + x = input.charCodeAt(i); + output += hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f); + } + + return output; + } + /** + * Encode a string as UTF-8 + * + * @param {string} input Input string + * @returns {string} UTF8 string + */ + + + function str2rstrUTF8(input) { + return unescape(encodeURIComponent(input)); + } + /** + * Encodes input string as raw MD5 string + * + * @param {string} s Input string + * @returns {string} Raw MD5 string + */ + + + function rawMD5(s) { + return rstrMD5(str2rstrUTF8(s)); + } + /** + * Encodes input string as Hex encoded string + * + * @param {string} s Input string + * @returns {string} Hex encoded string + */ + + + function hexMD5(s) { + return rstr2hex(rawMD5(s)); + } + /** + * Calculates the raw HMAC-MD5 for the given key and data + * + * @param {string} k HMAC key + * @param {string} d Input string + * @returns {string} Raw MD5 string + */ + + + function rawHMACMD5(k, d) { + return rstrHMACMD5(str2rstrUTF8(k), str2rstrUTF8(d)); + } + /** + * Calculates the Hex encoded HMAC-MD5 for the given key and data + * + * @param {string} k HMAC key + * @param {string} d Input string + * @returns {string} Raw MD5 string + */ + + + function hexHMACMD5(k, d) { + return rstr2hex(rawHMACMD5(k, d)); + } + /** + * Calculates MD5 value for a given string. + * If a key is provided, calculates the HMAC-MD5 value. + * Returns a Hex encoded string unless the raw argument is given. + * + * @param {string} string Input string + * @param {string} [key] HMAC key + * @param {boolean} raw Raw oytput switch + * @returns {string} MD5 output + */ + + + function md5(string, key, raw) { + if (!key) { + if (!raw) { + return hexMD5(string); + } + + return rawMD5(string); + } + + if (!raw) { + return hexHMACMD5(key, string); + } + + return rawHMACMD5(key, string); + } + + if (module.exports) { + module.exports = md5; + } else { + $.md5 = md5; + } + })(commonjsGlobal); + }); + + function md5ForNode(node) { + if (null === node || 'object' !== _typeof(node)) return undefined; + + if (node.src) { + return md5(node.src); + } else if (node.href) { + return md5(node.href); + } else if (node.innerText && '' !== node.innerText) { + // eslint-disable-line yoda + return md5(node.innerText); + } else { + return undefined; + } + } + + var diagScriptId = 'fa-kits-diag'; + var nodeUnderTestId = 'fa-kits-node-under-test'; + var md5Attr = 'data-md5'; + var detectionIgnoreAttr = 'data-fa-detection-ignore'; + var timeoutAttr = 'data-fa-detection-timeout'; + var resultsCollectionMaxWaitAttr = 'data-fa-detection-results-collection-max-wait'; + + var silenceErrors = function silenceErrors(e) { + e.preventDefault(); + e.stopPropagation(); + }; + + function pollUntil(_ref) { + var _ref$fn = _ref.fn, + fn = _ref$fn === void 0 ? function () { + return true; + } : _ref$fn, + _ref$initialDuration = _ref.initialDuration, + initialDuration = _ref$initialDuration === void 0 ? 1 : _ref$initialDuration, + _ref$maxDuration = _ref.maxDuration, + maxDuration = _ref$maxDuration === void 0 ? WINDOW.FontAwesomeDetection.timeout : _ref$maxDuration, + _ref$showProgress = _ref.showProgress, + showProgress = _ref$showProgress === void 0 ? false : _ref$showProgress, + progressIndicator = _ref.progressIndicator; + return new Promise(function (resolve, reject) { + // eslint-disable-line compat/compat + function poll(duration, cumulativeDuration) { + setTimeout(function () { + var result = fn(); + + if (showProgress) { + console.info(progressIndicator); + } + + if (!!result) { + // eslint-disable-line no-extra-boolean-cast + resolve(result); + } else { + var nextDuration = 250; + var nextCumulativeDuration = nextDuration + cumulativeDuration; + + if (nextCumulativeDuration <= maxDuration) { + poll(nextDuration, nextCumulativeDuration); + } else { + reject('timeout'); // eslint-disable-line prefer-promise-reject-errors + } + } + }, duration); + } + + poll(initialDuration, 0); + }); + } + + function detectWebfontConflicts() { + var linkTags = Array.from(DOCUMENT.getElementsByTagName('link')).filter(function (t) { + return !t.hasAttribute(detectionIgnoreAttr); + }); + var styleTags = Array.from(DOCUMENT.getElementsByTagName('style')).filter(function (t) { + if (t.hasAttribute(detectionIgnoreAttr)) { + return false; + } // If the browser has loaded the FA5 CSS, let's not test that