bulmil
Version:

2,614 lines (2,317 loc) • 67.9 kB
CSS
.is-unselectable, .delete {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.table-container:not(:last-child), .table:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .list:not(:last-child), .level:not(:last-child) {
margin-bottom: 1.5rem;
}
.delete {
-moz-appearance: none;
-webkit-appearance: none;
background-color: rgba(10, 10, 10, 0.2);
border: none;
border-radius: 290486px;
cursor: pointer;
pointer-events: auto;
display: inline-block;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 0;
height: 20px;
max-height: 20px;
max-width: 20px;
min-height: 20px;
min-width: 20px;
outline: none;
position: relative;
vertical-align: top;
width: 20px;
}
.delete::before, .delete::after {
background-color: white;
content: "";
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.delete::before {
height: 2px;
width: 50%;
}
.delete::after {
height: 50%;
width: 2px;
}
.delete:hover, .delete:focus {
background-color: rgba(10, 10, 10, 0.3);
}
.delete:active {
background-color: rgba(10, 10, 10, 0.4);
}
.is-small.delete {
height: 16px;
max-height: 16px;
max-width: 16px;
min-height: 16px;
min-width: 16px;
width: 16px;
}
.is-medium.delete {
height: 24px;
max-height: 24px;
max-width: 24px;
min-height: 24px;
min-width: 24px;
width: 24px;
}
.is-large.delete {
height: 32px;
max-height: 32px;
max-width: 32px;
min-height: 32px;
min-width: 32px;
width: 32px;
}
.loader {
-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;
}
.hero-video, .is-overlay {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.is-unselectable, .delete {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.table-container:not(:last-child), .table:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .list:not(:last-child), .level:not(:last-child) {
margin-bottom: 1.5rem;
}
.delete {
-moz-appearance: none;
-webkit-appearance: none;
background-color: rgba(10, 10, 10, 0.2);
border: none;
border-radius: 290486px;
cursor: pointer;
pointer-events: auto;
display: inline-block;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 0;
height: 20px;
max-height: 20px;
max-width: 20px;
min-height: 20px;
min-width: 20px;
outline: none;
position: relative;
vertical-align: top;
width: 20px;
}
.delete::before, .delete::after {
background-color: white;
content: "";
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.delete::before {
height: 2px;
width: 50%;
}
.delete::after {
height: 50%;
width: 2px;
}
.delete:hover, .delete:focus {
background-color: rgba(10, 10, 10, 0.3);
}
.delete:active {
background-color: rgba(10, 10, 10, 0.4);
}
.is-small.delete {
height: 16px;
max-height: 16px;
max-width: 16px;
min-height: 16px;
min-width: 16px;
width: 16px;
}
.is-medium.delete {
height: 24px;
max-height: 24px;
max-width: 24px;
min-height: 24px;
min-width: 24px;
width: 24px;
}
.is-large.delete {
height: 32px;
max-height: 32px;
max-width: 32px;
min-height: 32px;
min-width: 32px;
width: 32px;
}
.loader {
-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;
}
.hero-video, .is-overlay {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
}
ul {
list-style: none;
}
button,
input,
select,
textarea {
margin: 0;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*, *::before, *::after {
-webkit-box-sizing: inherit;
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: white;
font-size: 16px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-width: 300px;
overflow-x: hidden;
overflow-y: scroll;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
display: block;
}
body,
button,
input,
select,
textarea {
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
code,
pre {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
font-family: monospace;
}
body {
color: #4a4a4a;
font-size: 1em;
font-weight: 400;
line-height: 1.5;
}
a {
color: #5851ff;
cursor: pointer;
text-decoration: none;
}
a strong {
color: currentColor;
}
a:hover {
color: #363636;
}
code {
background-color: whitesmoke;
color: #f14668;
font-size: 0.875em;
font-weight: normal;
padding: 0.25em 0.5em 0.25em;
}
hr {
background-color: whitesmoke;
border: none;
display: block;
height: 2px;
margin: 1.5rem 0;
}
img {
height: auto;
max-width: 100%;
}
input[type=checkbox],
input[type=radio] {
vertical-align: baseline;
}
small {
font-size: 0.875em;
}
span {
font-style: inherit;
font-weight: inherit;
}
strong {
color: #363636;
font-weight: 700;
}
fieldset {
border: none;
}
pre {
-webkit-overflow-scrolling: touch;
background-color: whitesmoke;
color: #4a4a4a;
font-size: 0.875em;
overflow-x: auto;
padding: 1.25rem 1.5rem;
white-space: pre;
word-wrap: normal;
}
pre code {
background-color: transparent;
color: currentColor;
font-size: 1em;
padding: 0;
}
table td,
table th {
vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
text-align: inherit;
}
table th {
color: #363636;
}
.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: #5851ff !important;
}
a.has-text-primary:hover, a.has-text-primary:focus {
color: #271eff !important;
}
.has-background-primary {
background-color: #5851ff !important;
}
.has-text-primary-light {
color: #ebebff !important;
}
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
color: #bab8ff !important;
}
.has-background-primary-light {
background-color: #ebebff !important;
}
.has-text-primary-dark {
color: #0a00f0 !important;
}
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
color: #2d24ff !important;
}
.has-background-primary-dark {
background-color: #0a00f0 !important;
}
.has-text-link {
color: #5851ff !important;
}
a.has-text-link:hover, a.has-text-link:focus {
color: #271eff !important;
}
.has-background-link {
background-color: #5851ff !important;
}
.has-text-link-light {
color: #ebebff !important;
}
a.has-text-link-light:hover, a.has-text-link-light:focus {
color: #bab8ff !important;
}
.has-background-link-light {
background-color: #ebebff !important;
}
.has-text-link-dark {
color: #0a00f0 !important;
}
a.has-text-link-dark:hover, a.has-text-link-dark:focus {
color: #2d24ff !important;
}
.has-background-link-dark {
background-color: #0a00f0 !important;
}
.has-text-info {
color: #3298dc !important;
}
a.has-text-info:hover, a.has-text-info:focus {
color: #207dbc !important;
}
.has-background-info {
background-color: #3298dc !important;
}
.has-text-info-light {
color: #eef6fc !important;
}
a.has-text-info-light:hover, a.has-text-info-light:focus {
color: #c2e0f5 !important;
}
.has-background-info-light {
background-color: #eef6fc !important;
}
.has-text-info-dark {
color: #1d72aa !important;
}
a.has-text-info-dark:hover, a.has-text-info-dark:focus {
color: #248fd6 !important;
}
.has-background-info-dark {
background-color: #1d72aa !important;
}
.has-text-success {
color: #48c774 !important;
}
a.has-text-success:hover, a.has-text-success:focus {
color: #34a85c !important;
}
.has-background-success {
background-color: #48c774 !important;
}
.has-text-success-light {
color: #effaf3 !important;
}
a.has-text-success-light:hover, a.has-text-success-light:focus {
color: #c8eed6 !important;
}
.has-background-success-light {
background-color: #effaf3 !important;
}
.has-text-success-dark {
color: #257942 !important;
}
a.has-text-success-dark:hover, a.has-text-success-dark:focus {
color: #31a058 !important;
}
.has-background-success-dark {
background-color: #257942 !important;
}
.has-text-warning {
color: #ffdd57 !important;
}
a.has-text-warning:hover, a.has-text-warning:focus {
color: #ffd324 !important;
}
.has-background-warning {
background-color: #ffdd57 !important;
}
.has-text-warning-light {
color: #fffbeb !important;
}
a.has-text-warning-light:hover, a.has-text-warning-light:focus {
color: #fff1b8 !important;
}
.has-background-warning-light {
background-color: #fffbeb !important;
}
.has-text-warning-dark {
color: #947600 !important;
}
a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
color: #c79f00 !important;
}
.has-background-warning-dark {
background-color: #947600 !important;
}
.has-text-danger {
color: #f14668 !important;
}
a.has-text-danger:hover, a.has-text-danger:focus {
color: #ee1742 !important;
}
.has-background-danger {
background-color: #f14668 !important;
}
.has-text-danger-light {
color: #feecf0 !important;
}
a.has-text-danger-light:hover, a.has-text-danger-light:focus {
color: #fabdc9 !important;
}
.has-background-danger-light {
background-color: #feecf0 !important;
}
.has-text-danger-dark {
color: #cc0f35 !important;
}
a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
color: #ee2049 !important;
}
.has-background-danger-dark {
background-color: #cc0f35 !important;
}
.has-text-black-bis {
color: #121212 !important;
}
.has-background-black-bis {
background-color: #121212 !important;
}
.has-text-black-ter {
color: #242424 !important;
}
.has-background-black-ter {
background-color: #242424 !important;
}
.has-text-grey-darker {
color: #363636 !important;
}
.has-background-grey-darker {
background-color: #363636 !important;
}
.has-text-grey-dark {
color: #4a4a4a !important;
}
.has-background-grey-dark {
background-color: #4a4a4a !important;
}
.has-text-grey {
color: #7a7a7a !important;
}
.has-background-grey {
background-color: #7a7a7a !important;
}
.has-text-grey-light {
color: #b5b5b5 !important;
}
.has-background-grey-light {
background-color: #b5b5b5 !important;
}
.has-text-grey-lighter {
color: #dbdbdb !important;
}
.has-background-grey-lighter {
background-color: #dbdbdb !important;
}
.has-text-white-ter {
color: whitesmoke !important;
}
.has-background-white-ter {
background-color: whitesmoke !important;
}
.has-text-white-bis {
color: #fafafa !important;
}
.has-background-white-bis {
background-color: #fafafa !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 {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.is-clipped {
overflow: hidden !important;
}
.is-relative {
position: relative !important;
}
.is-marginless {
margin: 0 !important;
}
.is-paddingless {
padding: 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;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mr-1 {
margin-right: 0.25rem !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.ml-1 {
margin-left: 0.25rem !important;
}
.mx-1 {
margin-left: 0.25rem !important;
margin-right: 0.25rem !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mr-2 {
margin-right: 0.5rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.ml-2 {
margin-left: 0.5rem !important;
}
.mx-2 {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.mt-3 {
margin-top: 0.75rem !important;
}
.mr-3 {
margin-right: 0.75rem !important;
}
.mb-3 {
margin-bottom: 0.75rem !important;
}
.ml-3 {
margin-left: 0.75rem !important;
}
.mx-3 {
margin-left: 0.75rem !important;
margin-right: 0.75rem !important;
}
.my-3 {
margin-top: 0.75rem !important;
margin-bottom: 0.75rem !important;
}
.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;
}
.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;
}
.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;
}
.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;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pr-1 {
padding-right: 0.25rem !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pl-1 {
padding-left: 0.25rem !important;
}
.px-1 {
padding-left: 0.25rem !important;
padding-right: 0.25rem !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pr-2 {
padding-right: 0.5rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pl-2 {
padding-left: 0.5rem !important;
}
.px-2 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.pt-3 {
padding-top: 0.75rem !important;
}
.pr-3 {
padding-right: 0.75rem !important;
}
.pb-3 {
padding-bottom: 0.75rem !important;
}
.pl-3 {
padding-left: 0.75rem !important;
}
.px-3 {
padding-left: 0.75rem !important;
padding-right: 0.75rem !important;
}
.py-3 {
padding-top: 0.75rem !important;
padding-bottom: 0.75rem !important;
}
.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;
}
.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;
}
.pt-6 {
padding-top: 3rem !important;
}
.pr-6 {
padding-right: 3rem !important;
}
.pb-6 {
padding-bottom: 3rem !important;
}
.pl-6 {
padding-left: 3rem !important;
}
.px-6 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
.py-6 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.is-size-1 {
font-size: 3rem !important;
}
.is-size-2 {
font-size: 2.5rem !important;
}
.is-size-3 {
font-size: 2rem !important;
}
.is-size-4 {
font-size: 1.5rem !important;
}
.is-size-5 {
font-size: 1.25rem !important;
}
.is-size-6 {
font-size: 1rem !important;
}
.is-size-7 {
font-size: 0.75rem !important;
}
@media screen and (max-width: 768px) {
.is-size-1-mobile {
font-size: 3rem !important;
}
.is-size-2-mobile {
font-size: 2.5rem !important;
}
.is-size-3-mobile {
font-size: 2rem !important;
}
.is-size-4-mobile {
font-size: 1.5rem !important;
}
.is-size-5-mobile {
font-size: 1.25rem !important;
}
.is-size-6-mobile {
font-size: 1rem !important;
}
.is-size-7-mobile {
font-size: 0.75rem !important;
}
}
@media screen and (min-width: 769px), print {
.is-size-1-tablet {
font-size: 3rem !important;
}
.is-size-2-tablet {
font-size: 2.5rem !important;
}
.is-size-3-tablet {
font-size: 2rem !important;
}
.is-size-4-tablet {
font-size: 1.5rem !important;
}
.is-size-5-tablet {
font-size: 1.25rem !important;
}
.is-size-6-tablet {
font-size: 1rem !important;
}
.is-size-7-tablet {
font-size: 0.75rem !important;
}
}
@media screen and (max-width: 1023px) {
.is-size-1-touch {
font-size: 3rem !important;
}
.is-size-2-touch {
font-size: 2.5rem !important;
}
.is-size-3-touch {
font-size: 2rem !important;
}
.is-size-4-touch {
font-size: 1.5rem !important;
}
.is-size-5-touch {
font-size: 1.25rem !important;
}
.is-size-6-touch {
font-size: 1rem !important;
}
.is-size-7-touch {
font-size: 0.75rem !important;
}
}
@media screen and (min-width: 1024px) {
.is-size-1-desktop {
font-size: 3rem !important;
}
.is-size-2-desktop {
font-size: 2.5rem !important;
}
.is-size-3-desktop {
font-size: 2rem !important;
}
.is-size-4-desktop {
font-size: 1.5rem !important;
}
.is-size-5-desktop {
font-size: 1.25rem !important;
}
.is-size-6-desktop {
font-size: 1rem !important;
}
.is-size-7-desktop {
font-size: 0.75rem !important;
}
}
@media screen and (min-width: 1216px) {
.is-size-1-widescreen {
font-size: 3rem !important;
}
.is-size-2-widescreen {
font-size: 2.5rem !important;
}
.is-size-3-widescreen {
font-size: 2rem !important;
}
.is-size-4-widescreen {
font-size: 1.5rem !important;
}
.is-size-5-widescreen {
font-size: 1.25rem !important;
}
.is-size-6-widescreen {
font-size: 1rem !important;
}
.is-size-7-widescreen {
font-size: 0.75rem !important;
}
}
@media screen and (min-width: 1408px) {
.is-size-1-fullhd {
font-size: 3rem !important;
}
.is-size-2-fullhd {
font-size: 2.5rem !important;
}
.is-size-3-fullhd {
font-size: 2rem !important;
}
.is-size-4-fullhd {
font-size: 1.5rem !important;
}
.is-size-5-fullhd {
font-size: 1.25rem !important;
}
.is-size-6-fullhd {
font-size: 1rem !important;
}
.is-size-7-fullhd {
font-size: 0.75rem !important;
}
}
.has-text-centered {
text-align: center !important;
}
.has-text-justified {
text-align: justify !important;
}
.has-text-left {
text-align: left !important;
}
.has-text-right {
text-align: right !important;
}
@media screen and (max-width: 768px) {
.has-text-centered-mobile {
text-align: center !important;
}
}
@media screen and (min-width: 769px), print {
.has-text-centered-tablet {
text-align: center !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.has-text-centered-tablet-only {
text-align: center !important;
}
}
@media screen and (max-width: 1023px) {
.has-text-centered-touch {
text-align: center !important;
}
}
@media screen and (min-width: 1024px) {
.has-text-centered-desktop {
text-align: center !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.has-text-centered-desktop-only {
text-align: center !important;
}
}
@media screen and (min-width: 1216px) {
.has-text-centered-widescreen {
text-align: center !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.has-text-centered-widescreen-only {
text-align: center !important;
}
}
@media screen and (min-width: 1408px) {
.has-text-centered-fullhd {
text-align: center !important;
}
}
@media screen and (max-width: 768px) {
.has-text-justified-mobile {
text-align: justify !important;
}
}
@media screen and (min-width: 769px), print {
.has-text-justified-tablet {
text-align: justify !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.has-text-justified-tablet-only {
text-align: justify !important;
}
}
@media screen and (max-width: 1023px) {
.has-text-justified-touch {
text-align: justify !important;
}
}
@media screen and (min-width: 1024px) {
.has-text-justified-desktop {
text-align: justify !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.has-text-justified-desktop-only {
text-align: justify !important;
}
}
@media screen and (min-width: 1216px) {
.has-text-justified-widescreen {
text-align: justify !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.has-text-justified-widescreen-only {
text-align: justify !important;
}
}
@media screen and (min-width: 1408px) {
.has-text-justified-fullhd {
text-align: justify !important;
}
}
@media screen and (max-width: 768px) {
.has-text-left-mobile {
text-align: left !important;
}
}
@media screen and (min-width: 769px), print {
.has-text-left-tablet {
text-align: left !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.has-text-left-tablet-only {
text-align: left !important;
}
}
@media screen and (max-width: 1023px) {
.has-text-left-touch {
text-align: left !important;
}
}
@media screen and (min-width: 1024px) {
.has-text-left-desktop {
text-align: left !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.has-text-left-desktop-only {
text-align: left !important;
}
}
@media screen and (min-width: 1216px) {
.has-text-left-widescreen {
text-align: left !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.has-text-left-widescreen-only {
text-align: left !important;
}
}
@media screen and (min-width: 1408px) {
.has-text-left-fullhd {
text-align: left !important;
}
}
@media screen and (max-width: 768px) {
.has-text-right-mobile {
text-align: right !important;
}
}
@media screen and (min-width: 769px), print {
.has-text-right-tablet {
text-align: right !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.has-text-right-tablet-only {
text-align: right !important;
}
}
@media screen and (max-width: 1023px) {
.has-text-right-touch {
text-align: right !important;
}
}
@media screen and (min-width: 1024px) {
.has-text-right-desktop {
text-align: right !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.has-text-right-desktop-only {
text-align: right !important;
}
}
@media screen and (min-width: 1216px) {
.has-text-right-widescreen {
text-align: right !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.has-text-right-widescreen-only {
text-align: right !important;
}
}
@media screen and (min-width: 1408px) {
.has-text-right-fullhd {
text-align: right !important;
}
}
.is-capitalized {
text-transform: capitalize !important;
}
.is-lowercase {
text-transform: lowercase !important;
}
.is-uppercase {
text-transform: uppercase !important;
}
.is-italic {
font-style: italic !important;
}
.has-text-weight-light {
font-weight: 300 !important;
}
.has-text-weight-normal {
font-weight: 400 !important;
}
.has-text-weight-medium {
font-weight: 500 !important;
}
.has-text-weight-semibold {
font-weight: 600 !important;
}
.has-text-weight-bold {
font-weight: 700 !important;
}
.is-family-primary {
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
.is-family-secondary {
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
.is-family-sans-serif {
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
.is-family-monospace {
font-family: monospace !important;
}
.is-family-code {
font-family: monospace !important;
}
.is-block {
display: block !important;
}
@media screen and (max-width: 768px) {
.is-block-mobile {
display: block !important;
}
}
@media screen and (min-width: 769px), print {
.is-block-tablet {
display: block !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.is-block-tablet-only {
display: block !important;
}
}
@media screen and (max-width: 1023px) {
.is-block-touch {
display: block !important;
}
}
@media screen and (min-width: 1024px) {
.is-block-desktop {
display: block !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-block-desktop-only {
display: block !important;
}
}
@media screen and (min-width: 1216px) {
.is-block-widescreen {
display: block !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-block-widescreen-only {
display: block !important;
}
}
@media screen and (min-width: 1408px) {
.is-block-fullhd {
display: block !important;
}
}
.is-flex {
display: -ms-flexbox !important;
display: flex !important;
}
@media screen and (max-width: 768px) {
.is-flex-mobile {
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 769px), print {
.is-flex-tablet {
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.is-flex-tablet-only {
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (max-width: 1023px) {
.is-flex-touch {
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 1024px) {
.is-flex-desktop {
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-flex-desktop-only {
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 1216px) {
.is-flex-widescreen {
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-flex-widescreen-only {
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 1408px) {
.is-flex-fullhd {
display: -ms-flexbox !important;
display: flex !important;
}
}
.is-inline {
display: inline !important;
}
@media screen and (max-width: 768px) {
.is-inline-mobile {
display: inline !important;
}
}
@media screen and (min-width: 769px), print {
.is-inline-tablet {
display: inline !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.is-inline-tablet-only {
display: inline !important;
}
}
@media screen and (max-width: 1023px) {
.is-inline-touch {
display: inline !important;
}
}
@media screen and (min-width: 1024px) {
.is-inline-desktop {
display: inline !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-inline-desktop-only {
display: inline !important;
}
}
@media screen and (min-width: 1216px) {
.is-inline-widescreen {
display: inline !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-inline-widescreen-only {
display: inline !important;
}
}
@media screen and (min-width: 1408px) {
.is-inline-fullhd {
display: inline !important;
}
}
.is-inline-block {
display: inline-block !important;
}
@media screen and (max-width: 768px) {
.is-inline-block-mobile {
display: inline-block !important;
}
}
@media screen and (min-width: 769px), print {
.is-inline-block-tablet {
display: inline-block !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.is-inline-block-tablet-only {
display: inline-block !important;
}
}
@media screen and (max-width: 1023px) {
.is-inline-block-touch {
display: inline-block !important;
}
}
@media screen and (min-width: 1024px) {
.is-inline-block-desktop {
display: inline-block !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-inline-block-desktop-only {
display: inline-block !important;
}
}
@media screen and (min-width: 1216px) {
.is-inline-block-widescreen {
display: inline-block !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-inline-block-widescreen-only {
display: inline-block !important;
}
}
@media screen and (min-width: 1408px) {
.is-inline-block-fullhd {
display: inline-block !important;
}
}
.is-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media screen and (max-width: 768px) {
.is-inline-flex-mobile {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 769px), print {
.is-inline-flex-tablet {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.is-inline-flex-tablet-only {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (max-width: 1023px) {
.is-inline-flex-touch {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 1024px) {
.is-inline-flex-desktop {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-inline-flex-desktop-only {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 1216px) {
.is-inline-flex-widescreen {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-inline-flex-widescreen-only {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 1408px) {
.is-inline-flex-fullhd {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.is-hidden {
display: none !important;
}
.is-sr-only {
border: none !important;
clip: rect(0, 0, 0, 0) !important;
height: 0.01em !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
white-space: nowrap !important;
width: 0.01em !important;
}
@media screen and (max-width: 768px) {
.is-hidden-mobile {
display: none !important;
}
}
@media screen and (min-width: 769px), print {
.is-hidden-tablet {
display: none !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.is-hidden-tablet-only {
display: none !important;
}
}
@media screen and (max-width: 1023px) {
.is-hidden-touch {
display: none !important;
}
}
@media screen and (min-width: 1024px) {
.is-hidden-desktop {
display: none !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-hidden-desktop-only {
display: none !important;
}
}
@media screen and (min-width: 1216px) {
.is-hidden-widescreen {
display: none !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-hidden-widescreen-only {
display: none !important;
}
}
@media screen and (min-width: 1408px) {
.is-hidden-fullhd {
display: none !important;
}
}
.is-invisible {
visibility: hidden !important;
}
@media screen and (max-width: 768px) {
.is-invisible-mobile {
visibility: hidden !important;
}
}
@media screen and (min-width: 769px), print {
.is-invisible-tablet {
visibility: hidden !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.is-invisible-tablet-only {
visibility: hidden !important;
}
}
@media screen and (max-width: 1023px) {
.is-invisible-touch {
visibility: hidden !important;
}
}
@media screen and (min-width: 1024px) {
.is-invisible-desktop {
visibility: hidden !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-invisible-desktop-only {
visibility: hidden !important;
}
}
@media screen and (min-width: 1216px) {
.is-invisible-widescreen {
visibility: hidden !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-invisible-widescreen-only {
visibility: hidden !important;
}
}
@media screen and (min-width: 1408px) {
.is-invisible-fullhd {
visibility: hidden !important;
}
}
.level {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.level code {
border-radius: 4px;
}
.level img {
display: inline-block;
vertical-align: top;
}
.level.is-mobile {
display: -ms-flexbox;
display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
display: -ms-flexbox;
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) {
-ms-flex-positive: 1;
flex-grow: 1;
}
@media screen and (min-width: 769px), print {
.level {
display: -ms-flexbox;
display: flex;
}
.level > .level-item:not(.is-narrow) {
-ms-flex-positive: 1;
flex-grow: 1;
}
}
.level-item {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
-ms-flex-preferred-size: auto;
flex-basis: auto;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-pack: center;
justify-content: center;
}
.level-item .title,
.level-item .subtitle {
margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.level-item:not(:last-child) {
margin-bottom: 0.75rem;
}
}
.level-left,
.level-right {
-ms-flex-preferred-size: auto;
flex-basis: auto;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
-ms-flex-positive: 1;
flex-grow: 1;
}
@media screen and (min-width: 769px), print {
.level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
margin-right: 0.75rem;
}
}
.level-left {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: start;
justify-content: flex-start;
}
@media screen and (max-width: 768px) {
.level-left + .level-right {
margin-top: 1.5rem;
}
}
@media screen and (min-width: 769px), print {
.level-left {
display: -ms-flexbox;
display: flex;
}
}
.level-right {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
.level-right {
display: -ms-flexbox;
display: flex;
}
}
.list {
background-color: white;
border-radius: 4px;
-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}
.list-item {
display: block;
padding: 0.5em 1em;
}
.list-item:not(a) {
color: #4a4a4a;
}
.list-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.list-item:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.list-item:not(:last-child) {
border-bottom: 1px solid #dbdbdb;
}
.list-item.is-active {
background-color: #5851ff;
color: #fff;
}
a.list-item {
background-color: whitesmoke;
cursor: pointer;
}
.media {
-ms-flex-align: start;
align-items: flex-start;
display: -ms-flexbox;
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: -ms-flexbox;
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 {
-ms-flex-preferred-size: auto;
flex-basis: auto;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.media-left {
margin-right: 1rem;
}
.media-right {
margin-left: 1rem;
}
.media-content {
-ms-flex-preferred-size: auto;
flex-basis: auto;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
text-align: inherit;
}
@media screen and (max-width: 768px) {
.media-content {
overflow-x: auto;
}
}
.tile {
-ms-flex-align: stretch;
align-items: stretch;
display: block;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 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 {
-ms-flex-direction: column;
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: -ms-flexbox;
display: flex;
}
.tile.is-1 {
-ms-flex: none;
flex: none;
width: 8.3333333333%;
}
.tile.is-2 {
-ms-flex: none;
flex: none;
width: 16.6666666667%;
}
.tile.is-3 {
-ms-flex: none;
flex: none;
width: 25%;
}
.tile.is-4 {
-ms-flex: none;
flex: none;
width: 33.3333333333%;
}
.tile.is-5 {
-ms-flex: none;
flex: none;
width: 41.6666666667%;
}
.tile.is-6 {
-ms-flex: none;
flex: none;
width: 50%;
}
.tile.is-7 {
-ms-flex: none;
flex: none;
width: 58.3333333333%;
}
.tile.is-8 {
-ms-flex: none;
flex: none;
width: 66.6666666667%;
}
.tile.is-9 {
-ms-flex: none;
flex: none;
width: 75%;
}
.tile.is-10 {
-ms-flex: none;
flex: none;
width: 83.3333333333%;
}
.tile.is-11 {
-ms-flex: none;
flex: none;
width: 91.6666666667%;
}
.tile.is-12 {
-ms-flex: none;
flex: none;
width: 100%;
}
}
.hero {
-ms-flex-align: stretch;
align-items: stretch;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
}
.hero .navbar {
background: none;
}
.hero .tabs ul {
border-bottom: none;
}
.hero.is-white {
background-color: white;
color: #0a0a0a;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
color: inherit;
}
.hero.is-white .title {
color: #0a0a0a;
}
.hero.is-white .subtitle {
color: rgba(10, 10, 10, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
color: #0a0a0a;
}
@media screen and (max-width: 1023px) {
.hero.is-white .navbar-menu {
background-color: white;
}
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
color: rgba(10, 10, 10, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
background-color: #f2f2f2;
color: #0a0a0a;
}
.hero.is-white .tabs a {
color: #0a0a0a;
opacity: 0.9;
}
.hero.is-white .tabs a:hover {
opacity: 1;
}
.hero.is-white .tabs li.is-active a {
opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
color: #0a0a0a;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
background-color: #0a0a0a;
border-color: #0a0a0a;
color: white;
}
.hero.is-white.is-bold {
background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}
@media screen and (max-width: 768px) {
.hero.is-white.is-bold .navbar-menu {
background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}
}
.hero.is-black {
background-color: #0a0a0a;
color: white;
}
.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: white;
}
.hero.is-black .subtitle {
color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
color: white;
}
@media screen and (max-width: 1023px) {
.hero.is-black .navbar-menu {
background-color: #0a0a0a;
}
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
background-color: black;
color: white;
}
.hero.is-black .tabs a {
color: white;
opacity: 0.9;
}
.hero.is-black .tabs a:hover {
opacity: 1;
}
.hero.is-black .tabs li.is-active a {
opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
color: white;
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
background-color: white;
border-color: white;
color: #0a0a0a;
}
.hero.is-black.is-bold {
background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 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-light {
background-color: whitesmoke;
color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
color: inherit;
}
.hero.is-light .title {
color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
.hero.is-light .navbar-menu {
background-color: whitesmoke;
}
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
background-color: #e8e8e8;
color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
color: rgba(0, 0, 0, 0.7);
opacity: 0.9;
}
.hero.is-light .tabs a:hover {
opacity: 1;
}
.hero.is-light .tabs li.is-active a {
opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
background-color: rgba(0, 0, 0, 0.7);
border-color: rgba(0, 0, 0, 0.7);
color: whitesmoke;
}
.hero.is-light.is-bold {
background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 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-dark {
background-color: #363636;
color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
color: inherit;
}
.hero.is-dark .title {
color: #fff;
}
.hero.is-dark .subtitle {
color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
color: #fff;
}
@media screen and (max-width: 1023px) {
.hero.is-dark .navbar-menu {
background-color: #363636;
}
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark 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-dark .tabs a {
color: #fff;
opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-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-grad