/*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.bulma-button, .bulma-input, .bulma-textarea, .bulma-select select, .bulma-file-cta,
.bulma-file-name, .bulma-pagination-previous,
.bulma-pagination-next,
.bulma-pagination-link,
.bulma-pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

.bulma-button:focus, .bulma-input:focus, .bulma-textarea:focus, .bulma-select select:focus, .bulma-file-cta:focus,
.bulma-file-name:focus, .bulma-pagination-previous:focus,
.bulma-pagination-next:focus,
.bulma-pagination-link:focus,
.bulma-pagination-ellipsis:focus, .bulma-is-focused.bulma-button, .bulma-is-focused.bulma-input, .bulma-is-focused.bulma-textarea, .bulma-select select.bulma-is-focused, .bulma-is-focused.bulma-file-cta,
.bulma-is-focused.bulma-file-name, .bulma-is-focused.bulma-pagination-previous,
.bulma-is-focused.bulma-pagination-next,
.bulma-is-focused.bulma-pagination-link,
.bulma-is-focused.bulma-pagination-ellipsis, .bulma-button:active, .bulma-input:active, .bulma-textarea:active, .bulma-select select:active, .bulma-file-cta:active,
.bulma-file-name:active, .bulma-pagination-previous:active,
.bulma-pagination-next:active,
.bulma-pagination-link:active,
.bulma-pagination-ellipsis:active, .bulma-is-active.bulma-button, .bulma-is-active.bulma-input, .bulma-is-active.bulma-textarea, .bulma-select select.bulma-is-active, .bulma-is-active.bulma-file-cta,
.bulma-is-active.bulma-file-name, .bulma-is-active.bulma-pagination-previous,
.bulma-is-active.bulma-pagination-next,
.bulma-is-active.bulma-pagination-link,
.bulma-is-active.bulma-pagination-ellipsis {
  outline: none;
}

.bulma-button[disabled], .bulma-input[disabled], .bulma-textarea[disabled], .bulma-select select[disabled], .bulma-file-cta[disabled],
.bulma-file-name[disabled], .bulma-pagination-previous[disabled],
.bulma-pagination-next[disabled],
.bulma-pagination-link[disabled],
.bulma-pagination-ellipsis[disabled],
fieldset[disabled] .bulma-button,
fieldset[disabled] .bulma-input,
fieldset[disabled] .bulma-textarea,
fieldset[disabled] .bulma-select select,
.bulma-select fieldset[disabled] select,
fieldset[disabled] .bulma-file-cta,
fieldset[disabled] .bulma-file-name,
fieldset[disabled] .bulma-pagination-previous,
fieldset[disabled] .bulma-pagination-next,
fieldset[disabled] .bulma-pagination-link,
fieldset[disabled] .bulma-pagination-ellipsis {
  cursor: not-allowed;
}

.bulma-button, .bulma-file, .bulma-breadcrumb, .bulma-pagination-previous,
.bulma-pagination-next,
.bulma-pagination-link,
.bulma-pagination-ellipsis, .bulma-tabs, .bulma-is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bulma-select:not(.bulma-is-multiple):not(.bulma-is-loading)::after, .bulma-navbar-link:not(.bulma-is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.bulma-box:not(:last-child), .bulma-content:not(:last-child), .bulma-notification:not(:last-child), .bulma-progress:not(:last-child), .bulma-table:not(:last-child), .bulma-table-container:not(:last-child), .bulma-title:not(:last-child),
.bulma-subtitle:not(:last-child), .bulma-block:not(:last-child), .bulma-breadcrumb:not(:last-child), .bulma-level:not(:last-child), .bulma-message:not(:last-child), .bulma-pagination:not(:last-child), .bulma-tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

.bulma-delete, .bulma-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, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.bulma-delete::before, .bulma-modal-close::before, .bulma-delete::after, .bulma-modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.bulma-delete::before, .bulma-modal-close::before {
  height: 2px;
  width: 50%;
}

.bulma-delete::after, .bulma-modal-close::after {
  height: 50%;
  width: 2px;
}

.bulma-delete:hover, .bulma-modal-close:hover, .bulma-delete:focus, .bulma-modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.bulma-delete:active, .bulma-modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.bulma-is-small.bulma-delete, .bulma-is-small.bulma-modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.bulma-is-medium.bulma-delete, .bulma-is-medium.bulma-modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.bulma-is-large.bulma-delete, .bulma-is-large.bulma-modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.bulma-button.bulma-is-loading::after, .bulma-loader, .bulma-select.bulma-is-loading::after, .bulma-control.bulma-is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.bulma-image.bulma-is-square img,
.bulma-image.bulma-is-square .bulma-has-ratio, .bulma-image.bulma-is-1by1 img,
.bulma-image.bulma-is-1by1 .bulma-has-ratio, .bulma-image.bulma-is-5by4 img,
.bulma-image.bulma-is-5by4 .bulma-has-ratio, .bulma-image.bulma-is-4by3 img,
.bulma-image.bulma-is-4by3 .bulma-has-ratio, .bulma-image.bulma-is-3by2 img,
.bulma-image.bulma-is-3by2 .bulma-has-ratio, .bulma-image.bulma-is-5by3 img,
.bulma-image.bulma-is-5by3 .bulma-has-ratio, .bulma-image.bulma-is-16by9 img,
.bulma-image.bulma-is-16by9 .bulma-has-ratio, .bulma-image.bulma-is-2by1 img,
.bulma-image.bulma-is-2by1 .bulma-has-ratio, .bulma-image.bulma-is-3by1 img,
.bulma-image.bulma-is-3by1 .bulma-has-ratio, .bulma-image.bulma-is-4by5 img,
.bulma-image.bulma-is-4by5 .bulma-has-ratio, .bulma-image.bulma-is-3by4 img,
.bulma-image.bulma-is-3by4 .bulma-has-ratio, .bulma-image.bulma-is-2by3 img,
.bulma-image.bulma-is-2by3 .bulma-has-ratio, .bulma-image.bulma-is-3by5 img,
.bulma-image.bulma-is-3by5 .bulma-has-ratio, .bulma-image.bulma-is-9by16 img,
.bulma-image.bulma-is-9by16 .bulma-has-ratio, .bulma-image.bulma-is-1by2 img,
.bulma-image.bulma-is-1by2 .bulma-has-ratio, .bulma-image.bulma-is-1by3 img,
.bulma-image.bulma-is-1by3 .bulma-has-ratio, .bulma-modal, .bulma-modal-background, .bulma-is-overlay, .bulma-hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bulma-navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
/* html, */
/* body, */
/* p, */
/* ol, */
/* ul, */
/* li, */
/* dl, */
/* dt, */
/* dd, */
/* blockquote, */
/* figure, */
/* fieldset, */
/* legend, */
/* textarea, */
/* pre, */
/* iframe, */
/* hr, */
/* h1, */
/* h2, */
/* h3, */
/* h4, */
/* h5, */
/* h6 { */
  /* margin: 0; */
  /* padding: 0; */
/* } */

/* h1, */
/* h2, */
/* h3, */
/* h4, */
/* h5, */
/* h6 { */
  /* font-size: 100%; */
  /* font-weight: normal; */
/* } */

/* ul { */
  /* list-style: none; */
/* } */

/* button, */
/* input, */
/* select, */
/* textarea { */
  /* margin: 0; */
/* } */

/* html { */
  /* box-sizing: border-box; */
/* } */

/* *, *::before, *::after { */
  /* box-sizing: inherit; */
/* } */

/* img, */
/* video { */
  /* height: auto; */
  /* max-width: 100%; */
/* } */

/* iframe { */
  /* border: 0; */
/* } */

/* table { */
  /* border-collapse: collapse; */
  /* border-spacing: 0; */
/* } */

/* td, */
/* th { */
  /* padding: 0; */
/* } */

/* td:not([align]), */
/* th:not([align]) { */
  /* text-align: inherit; */
/* } */

/* html { */
  /* background-color: 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%; */
          /* 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: whitesmoke; */
  /* color: #da1039; */
  /* 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; */
/* } */

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* Bulma Elements */
.bulma-box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

a.bulma-box:hover, a.bulma-box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7;
}

a.bulma-box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7;
}

.bulma-button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}

.bulma-button strong {
  color: inherit;
}

.bulma-button .bulma-icon, .bulma-button .bulma-icon.bulma-is-small, .bulma-button .bulma-icon.bulma-is-medium, .bulma-button .bulma-icon.bulma-is-large {
  height: 1.5em;
  width: 1.5em;
}

.bulma-button .bulma-icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}

.bulma-button .bulma-icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}

.bulma-button .bulma-icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}

.bulma-button:hover, .bulma-button.bulma-is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

.bulma-button:focus, .bulma-button.bulma-is-focused {
  border-color: #485fc7;
  color: #363636;
}

.bulma-button:focus:not(:active), .bulma-button.bulma-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.bulma-button:active, .bulma-button.bulma-is-active {
  border-color: #4a4a4a;
  color: #363636;
}

.bulma-button.bulma-is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

.bulma-button.bulma-is-text:hover, .bulma-button.bulma-is-text.bulma-is-hovered, .bulma-button.bulma-is-text:focus, .bulma-button.bulma-is-text.bulma-is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.bulma-button.bulma-is-text:active, .bulma-button.bulma-is-text.bulma-is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.bulma-button.bulma-is-text[disabled],
fieldset[disabled] .bulma-button.bulma-is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.bulma-button.bulma-is-ghost {
  background: none;
  border-color: transparent;
  color: #485fc7;
  text-decoration: none;
}

.bulma-button.bulma-is-ghost:hover, .bulma-button.bulma-is-ghost.bulma-is-hovered {
  color: #485fc7;
  text-decoration: underline;
}

.bulma-button.bulma-is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.bulma-button.bulma-is-white:hover, .bulma-button.bulma-is-white.bulma-is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.bulma-button.bulma-is-white:focus, .bulma-button.bulma-is-white.bulma-is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

.bulma-button.bulma-is-white:focus:not(:active), .bulma-button.bulma-is-white.bulma-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.bulma-button.bulma-is-white:active, .bulma-button.bulma-is-white.bulma-is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.bulma-button.bulma-is-white[disabled],
fieldset[disabled] .bulma-button.bulma-is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}

.bulma-button.bulma-is-white.bulma-is-inverted {
  background-color: #0a0a0a;
  color: white;
}

.bulma-button.bulma-is-white.bulma-is-inverted:hover, .bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-hovered {
  background-color: black;
}

.bulma-button.bulma-is-white.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-white.bulma-is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}

.bulma-button.bulma-is-white.bulma-is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.bulma-button.bulma-is-white.bulma-is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.bulma-button.bulma-is-white.bulma-is-outlined:hover, .bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-white.bulma-is-outlined:focus, .bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading::after {
  border-color: transparent transparent white white !important;
}

.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.bulma-button.bulma-is-white.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-white.bulma-is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined:hover, .bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined:focus, .bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-focused {
  background-color: #0a0a0a;
  color: white;
}

.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent white white !important;
}

.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.bulma-button.bulma-is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.bulma-button.bulma-is-black:hover, .bulma-button.bulma-is-black.bulma-is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.bulma-button.bulma-is-black:focus, .bulma-button.bulma-is-black.bulma-is-focused {
  border-color: transparent;
  color: white;
}

.bulma-button.bulma-is-black:focus:not(:active), .bulma-button.bulma-is-black.bulma-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.bulma-button.bulma-is-black:active, .bulma-button.bulma-is-black.bulma-is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

.bulma-button.bulma-is-black[disabled],
fieldset[disabled] .bulma-button.bulma-is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}

.bulma-button.bulma-is-black.bulma-is-inverted {
  background-color: white;
  color: #0a0a0a;
}

.bulma-button.bulma-is-black.bulma-is-inverted:hover, .bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-hovered {
  background-color: #f2f2f2;
}

.bulma-button.bulma-is-black.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-black.bulma-is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}

.bulma-button.bulma-is-black.bulma-is-loading::after {
  border-color: transparent transparent white white !important;
}

.bulma-button.bulma-is-black.bulma-is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.bulma-button.bulma-is-black.bulma-is-outlined:hover, .bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-black.bulma-is-outlined:focus, .bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent white white !important;
}

.bulma-button.bulma-is-black.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-black.bulma-is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined:hover, .bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined:focus, .bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-focused {
  background-color: white;
  color: #0a0a0a;
}

.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.bulma-button.bulma-is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-light:hover, .bulma-button.bulma-is-light.bulma-is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-light:focus, .bulma-button.bulma-is-light.bulma-is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-light:focus:not(:active), .bulma-button.bulma-is-light.bulma-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.bulma-button.bulma-is-light:active, .bulma-button.bulma-is-light.bulma-is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-light[disabled],
fieldset[disabled] .bulma-button.bulma-is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}

.bulma-button.bulma-is-light.bulma-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.bulma-button.bulma-is-light.bulma-is-inverted:hover, .bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-light.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-light.bulma-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}

.bulma-button.bulma-is-light.bulma-is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.bulma-button.bulma-is-light.bulma-is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.bulma-button.bulma-is-light.bulma-is-outlined:hover, .bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-light.bulma-is-outlined:focus, .bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.bulma-button.bulma-is-light.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-light.bulma-is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined:hover, .bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined:focus, .bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-dark:hover, .bulma-button.bulma-is-dark.bulma-is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-dark:focus, .bulma-button.bulma-is-dark.bulma-is-focused {
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-dark:focus:not(:active), .bulma-button.bulma-is-dark.bulma-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.bulma-button.bulma-is-dark:active, .bulma-button.bulma-is-dark.bulma-is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-dark[disabled],
fieldset[disabled] .bulma-button.bulma-is-dark {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}

.bulma-button.bulma-is-dark.bulma-is-inverted {
  background-color: #fff;
  color: #363636;
}

.bulma-button.bulma-is-dark.bulma-is-inverted:hover, .bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-hovered {
  background-color: #f2f2f2;
}

.bulma-button.bulma-is-dark.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-dark.bulma-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}

.bulma-button.bulma-is-dark.bulma-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.bulma-button.bulma-is-dark.bulma-is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.bulma-button.bulma-is-dark.bulma-is-outlined:hover, .bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-dark.bulma-is-outlined:focus, .bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-focused {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.bulma-button.bulma-is-dark.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-dark.bulma-is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined:hover, .bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined:focus, .bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-focused {
  background-color: #fff;
  color: #363636;
}

.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.bulma-button.bulma-is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-primary:hover, .bulma-button.bulma-is-primary.bulma-is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-primary:focus, .bulma-button.bulma-is-primary.bulma-is-focused {
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-primary:focus:not(:active), .bulma-button.bulma-is-primary.bulma-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.bulma-button.bulma-is-primary:active, .bulma-button.bulma-is-primary.bulma-is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-primary[disabled],
fieldset[disabled] .bulma-button.bulma-is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  box-shadow: none;
}

.bulma-button.bulma-is-primary.bulma-is-inverted {
  background-color: #fff;
  color: #00d1b2;
}

.bulma-button.bulma-is-primary.bulma-is-inverted:hover, .bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-hovered {
  background-color: #f2f2f2;
}

.bulma-button.bulma-is-primary.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-primary.bulma-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00d1b2;
}

.bulma-button.bulma-is-primary.bulma-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.bulma-button.bulma-is-primary.bulma-is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2;
}

.bulma-button.bulma-is-primary.bulma-is-outlined:hover, .bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-primary.bulma-is-outlined:focus, .bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-focused {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.bulma-button.bulma-is-primary.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-primary.bulma-is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  box-shadow: none;
  color: #00d1b2;
}

.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined:hover, .bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined:focus, .bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-focused {
  background-color: #fff;
  color: #00d1b2;
}

.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.bulma-button.bulma-is-primary.bulma-is-light {
  background-color: #ebfffc;
  color: #00947e;
}

.bulma-button.bulma-is-primary.bulma-is-light:hover, .bulma-button.bulma-is-primary.bulma-is-light.bulma-is-hovered {
  background-color: #defffa;
  border-color: transparent;
  color: #00947e;
}

.bulma-button.bulma-is-primary.bulma-is-light:active, .bulma-button.bulma-is-primary.bulma-is-light.bulma-is-active {
  background-color: #d1fff8;
  border-color: transparent;
  color: #00947e;
}

.bulma-button.bulma-is-link {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-link:hover, .bulma-button.bulma-is-link.bulma-is-hovered {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-link:focus, .bulma-button.bulma-is-link.bulma-is-focused {
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-link:focus:not(:active), .bulma-button.bulma-is-link.bulma-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.bulma-button.bulma-is-link:active, .bulma-button.bulma-is-link.bulma-is-active {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-link[disabled],
fieldset[disabled] .bulma-button.bulma-is-link {
  background-color: #485fc7;
  border-color: transparent;
  box-shadow: none;
}

.bulma-button.bulma-is-link.bulma-is-inverted {
  background-color: #fff;
  color: #485fc7;
}

.bulma-button.bulma-is-link.bulma-is-inverted:hover, .bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-hovered {
  background-color: #f2f2f2;
}

.bulma-button.bulma-is-link.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-link.bulma-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #485fc7;
}

.bulma-button.bulma-is-link.bulma-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.bulma-button.bulma-is-link.bulma-is-outlined {
  background-color: transparent;
  border-color: #485fc7;
  color: #485fc7;
}

.bulma-button.bulma-is-link.bulma-is-outlined:hover, .bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-link.bulma-is-outlined:focus, .bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-focused {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}

.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading::after {
  border-color: transparent transparent #485fc7 #485fc7 !important;
}

.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.bulma-button.bulma-is-link.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-link.bulma-is-outlined {
  background-color: transparent;
  border-color: #485fc7;
  box-shadow: none;
  color: #485fc7;
}

.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined:hover, .bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined:focus, .bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-focused {
  background-color: #fff;
  color: #485fc7;
}

.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #485fc7 #485fc7 !important;
}

.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.bulma-button.bulma-is-link.bulma-is-light {
  background-color: #eff1fa;
  color: #3850b7;
}

.bulma-button.bulma-is-link.bulma-is-light:hover, .bulma-button.bulma-is-link.bulma-is-light.bulma-is-hovered {
  background-color: #e6e9f7;
  border-color: transparent;
  color: #3850b7;
}

.bulma-button.bulma-is-link.bulma-is-light:active, .bulma-button.bulma-is-link.bulma-is-light.bulma-is-active {
  background-color: #dce0f4;
  border-color: transparent;
  color: #3850b7;
}

.bulma-button.bulma-is-info {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-info:hover, .bulma-button.bulma-is-info.bulma-is-hovered {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-info:focus, .bulma-button.bulma-is-info.bulma-is-focused {
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-info:focus:not(:active), .bulma-button.bulma-is-info.bulma-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}

.bulma-button.bulma-is-info:active, .bulma-button.bulma-is-info.bulma-is-active {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-info[disabled],
fieldset[disabled] .bulma-button.bulma-is-info {
  background-color: #3e8ed0;
  border-color: transparent;
  box-shadow: none;
}

.bulma-button.bulma-is-info.bulma-is-inverted {
  background-color: #fff;
  color: #3e8ed0;
}

.bulma-button.bulma-is-info.bulma-is-inverted:hover, .bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-hovered {
  background-color: #f2f2f2;
}

.bulma-button.bulma-is-info.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-info.bulma-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3e8ed0;
}

.bulma-button.bulma-is-info.bulma-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.bulma-button.bulma-is-info.bulma-is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  color: #3e8ed0;
}

.bulma-button.bulma-is-info.bulma-is-outlined:hover, .bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-info.bulma-is-outlined:focus, .bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-focused {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}

.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}

.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.bulma-button.bulma-is-info.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-info.bulma-is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  box-shadow: none;
  color: #3e8ed0;
}

.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined:hover, .bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined:focus, .bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-focused {
  background-color: #fff;
  color: #3e8ed0;
}

.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}

.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.bulma-button.bulma-is-info.bulma-is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

.bulma-button.bulma-is-info.bulma-is-light:hover, .bulma-button.bulma-is-info.bulma-is-light.bulma-is-hovered {
  background-color: #e4eff9;
  border-color: transparent;
  color: #296fa8;
}

.bulma-button.bulma-is-info.bulma-is-light:active, .bulma-button.bulma-is-info.bulma-is-light.bulma-is-active {
  background-color: #dae9f6;
  border-color: transparent;
  color: #296fa8;
}

.bulma-button.bulma-is-success {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-success:hover, .bulma-button.bulma-is-success.bulma-is-hovered {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-success:focus, .bulma-button.bulma-is-success.bulma-is-focused {
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-success:focus:not(:active), .bulma-button.bulma-is-success.bulma-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}

.bulma-button.bulma-is-success:active, .bulma-button.bulma-is-success.bulma-is-active {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-success[disabled],
fieldset[disabled] .bulma-button.bulma-is-success {
  background-color: #48c78e;
  border-color: transparent;
  box-shadow: none;
}

.bulma-button.bulma-is-success.bulma-is-inverted {
  background-color: #fff;
  color: #48c78e;
}

.bulma-button.bulma-is-success.bulma-is-inverted:hover, .bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-hovered {
  background-color: #f2f2f2;
}

.bulma-button.bulma-is-success.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-success.bulma-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #48c78e;
}

.bulma-button.bulma-is-success.bulma-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.bulma-button.bulma-is-success.bulma-is-outlined {
  background-color: transparent;
  border-color: #48c78e;
  color: #48c78e;
}

.bulma-button.bulma-is-success.bulma-is-outlined:hover, .bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-success.bulma-is-outlined:focus, .bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-focused {
  background-color: #48c78e;
  border-color: #48c78e;
  color: #fff;
}

.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading::after {
  border-color: transparent transparent #48c78e #48c78e !important;
}

.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.bulma-button.bulma-is-success.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-success.bulma-is-outlined {
  background-color: transparent;
  border-color: #48c78e;
  box-shadow: none;
  color: #48c78e;
}

.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined:hover, .bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined:focus, .bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-focused {
  background-color: #fff;
  color: #48c78e;
}

.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #48c78e #48c78e !important;
}

.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.bulma-button.bulma-is-success.bulma-is-light {
  background-color: #effaf5;
  color: #257953;
}

.bulma-button.bulma-is-success.bulma-is-light:hover, .bulma-button.bulma-is-success.bulma-is-light.bulma-is-hovered {
  background-color: #e6f7ef;
  border-color: transparent;
  color: #257953;
}

.bulma-button.bulma-is-success.bulma-is-light:active, .bulma-button.bulma-is-success.bulma-is-light.bulma-is-active {
  background-color: #dcf4e9;
  border-color: transparent;
  color: #257953;
}

.bulma-button.bulma-is-warning {
  background-color: #ffe08a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-warning:hover, .bulma-button.bulma-is-warning.bulma-is-hovered {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-warning:focus, .bulma-button.bulma-is-warning.bulma-is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-warning:focus:not(:active), .bulma-button.bulma-is-warning.bulma-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}

.bulma-button.bulma-is-warning:active, .bulma-button.bulma-is-warning.bulma-is-active {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-warning[disabled],
fieldset[disabled] .bulma-button.bulma-is-warning {
  background-color: #ffe08a;
  border-color: transparent;
  box-shadow: none;
}

.bulma-button.bulma-is-warning.bulma-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}

.bulma-button.bulma-is-warning.bulma-is-inverted:hover, .bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-warning.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-warning.bulma-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffe08a;
}

.bulma-button.bulma-is-warning.bulma-is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.bulma-button.bulma-is-warning.bulma-is-outlined {
  background-color: transparent;
  border-color: #ffe08a;
  color: #ffe08a;
}

.bulma-button.bulma-is-warning.bulma-is-outlined:hover, .bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-warning.bulma-is-outlined:focus, .bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-focused {
  background-color: #ffe08a;
  border-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading::after {
  border-color: transparent transparent #ffe08a #ffe08a !important;
}

.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.bulma-button.bulma-is-warning.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-warning.bulma-is-outlined {
  background-color: transparent;
  border-color: #ffe08a;
  box-shadow: none;
  color: #ffe08a;
}

.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined:hover, .bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined:focus, .bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}

.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #ffe08a #ffe08a !important;
}

.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-button.bulma-is-warning.bulma-is-light {
  background-color: #fffaeb;
  color: #946c00;
}

.bulma-button.bulma-is-warning.bulma-is-light:hover, .bulma-button.bulma-is-warning.bulma-is-light.bulma-is-hovered {
  background-color: #fff6de;
  border-color: transparent;
  color: #946c00;
}

.bulma-button.bulma-is-warning.bulma-is-light:active, .bulma-button.bulma-is-warning.bulma-is-light.bulma-is-active {
  background-color: #fff3d1;
  border-color: transparent;
  color: #946c00;
}

.bulma-button.bulma-is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-danger:hover, .bulma-button.bulma-is-danger.bulma-is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-danger:focus, .bulma-button.bulma-is-danger.bulma-is-focused {
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-danger:focus:not(:active), .bulma-button.bulma-is-danger.bulma-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

.bulma-button.bulma-is-danger:active, .bulma-button.bulma-is-danger.bulma-is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

.bulma-button.bulma-is-danger[disabled],
fieldset[disabled] .bulma-button.bulma-is-danger {
  background-color: #f14668;
  border-color: transparent;
  box-shadow: none;
}

.bulma-button.bulma-is-danger.bulma-is-inverted {
  background-color: #fff;
  color: #f14668;
}

.bulma-button.bulma-is-danger.bulma-is-inverted:hover, .bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-hovered {
  background-color: #f2f2f2;
}

.bulma-button.bulma-is-danger.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-danger.bulma-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f14668;
}

.bulma-button.bulma-is-danger.bulma-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.bulma-button.bulma-is-danger.bulma-is-outlined {
  background-color: transparent;
  border-color: #f14668;
  color: #f14668;
}

.bulma-button.bulma-is-danger.bulma-is-outlined:hover, .bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-danger.bulma-is-outlined:focus, .bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-focused {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}

.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}

.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.bulma-button.bulma-is-danger.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-danger.bulma-is-outlined {
  background-color: transparent;
  border-color: #f14668;
  box-shadow: none;
  color: #f14668;
}

.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined:hover, .bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered, .bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined:focus, .bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-focused {
  background-color: #fff;
  color: #f14668;
}

.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover::after, .bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered::after, .bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus::after, .bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}

.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.bulma-button.bulma-is-danger.bulma-is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

.bulma-button.bulma-is-danger.bulma-is-light:hover, .bulma-button.bulma-is-danger.bulma-is-light.bulma-is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}

.bulma-button.bulma-is-danger.bulma-is-light:active, .bulma-button.bulma-is-danger.bulma-is-light.bulma-is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}

.bulma-button.bulma-is-small {
  font-size: 0.75rem;
}

.bulma-button.bulma-is-small:not(.bulma-is-rounded) {
  border-radius: 2px;
}

.bulma-button.bulma-is-normal {
  font-size: 1rem;
}

.bulma-button.bulma-is-medium {
  font-size: 1.25rem;
}

.bulma-button.bulma-is-large {
  font-size: 1.5rem;
}

.bulma-button[disabled],
fieldset[disabled] .bulma-button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

.bulma-button.bulma-is-fullwidth {
  display: flex;
  width: 100%;
}

.bulma-button.bulma-is-loading {
  color: transparent !important;
  pointer-events: none;
}

.bulma-button.bulma-is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}

.bulma-button.bulma-is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

.bulma-button.bulma-is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.bulma-buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bulma-buttons .bulma-button {
  margin-bottom: 0.5rem;
}

.bulma-buttons .bulma-button:not(:last-child):not(.bulma-is-fullwidth) {
  margin-right: 0.5rem;
}

.bulma-buttons:last-child {
  margin-bottom: -0.5rem;
}

.bulma-buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.bulma-buttons.bulma-are-small .bulma-button:not(.bulma-is-normal):not(.bulma-is-medium):not(.bulma-is-large) {
  font-size: 0.75rem;
}

.bulma-buttons.bulma-are-small .bulma-button:not(.bulma-is-normal):not(.bulma-is-medium):not(.bulma-is-large):not(.bulma-is-rounded) {
  border-radius: 2px;
}

.bulma-buttons.bulma-are-medium .bulma-button:not(.bulma-is-small):not(.bulma-is-normal):not(.bulma-is-large) {
  font-size: 1.25rem;
}

.bulma-buttons.bulma-are-large .bulma-button:not(.bulma-is-small):not(.bulma-is-normal):not(.bulma-is-medium) {
  font-size: 1.5rem;
}

.bulma-buttons.bulma-has-addons .bulma-button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.bulma-buttons.bulma-has-addons .bulma-button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.bulma-buttons.bulma-has-addons .bulma-button:last-child {
  margin-right: 0;
}

.bulma-buttons.bulma-has-addons .bulma-button:hover, .bulma-buttons.bulma-has-addons .bulma-button.bulma-is-hovered {
  z-index: 2;
}

.bulma-buttons.bulma-has-addons .bulma-button:focus, .bulma-buttons.bulma-has-addons .bulma-button.bulma-is-focused, .bulma-buttons.bulma-has-addons .bulma-button:active, .bulma-buttons.bulma-has-addons .bulma-button.bulma-is-active, .bulma-buttons.bulma-has-addons .bulma-button.bulma-is-selected {
  z-index: 3;
}

.bulma-buttons.bulma-has-addons .bulma-button:focus:hover, .bulma-buttons.bulma-has-addons .bulma-button.bulma-is-focused:hover, .bulma-buttons.bulma-has-addons .bulma-button:active:hover, .bulma-buttons.bulma-has-addons .bulma-button.bulma-is-active:hover, .bulma-buttons.bulma-has-addons .bulma-button.bulma-is-selected:hover {
  z-index: 4;
}

.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.bulma-buttons.bulma-is-centered {
  justify-content: center;
}

.bulma-buttons.bulma-is-centered:not(.bulma-has-addons) .bulma-button:not(.bulma-is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.bulma-buttons.bulma-is-right {
  justify-content: flex-end;
}

.bulma-buttons.bulma-is-right:not(.bulma-has-addons) .bulma-button:not(.bulma-is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.bulma-container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.bulma-container.bulma-is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .bulma-container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1215px) {
  .bulma-container.bulma-is-widescreen:not(.bulma-is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  .bulma-container.bulma-is-fullhd:not(.bulma-is-max-desktop):not(.bulma-is-max-widescreen) {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-container:not(.bulma-is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-container:not(.bulma-is-max-desktop):not(.bulma-is-max-widescreen) {
    max-width: 1344px;
  }
}

.bulma-content li + li {
  margin-top: 0.25em;
}

.bulma-content p:not(:last-child),
.bulma-content dl:not(:last-child),
.bulma-content ol:not(:last-child),
.bulma-content ul:not(:last-child),
.bulma-content blockquote:not(:last-child),
.bulma-content pre:not(:last-child),
.bulma-content table:not(:last-child) {
  margin-bottom: 1em;
}

.bulma-content h1,
.bulma-content h2,
.bulma-content h3,
.bulma-content h4,
.bulma-content h5,
.bulma-content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}

.bulma-content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.bulma-content h1:not(:first-child) {
  margin-top: 1em;
}

.bulma-content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.bulma-content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.bulma-content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.bulma-content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.bulma-content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.bulma-content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.bulma-content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.bulma-content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

.bulma-content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

.bulma-content ol:not([type]) {
  list-style-type: decimal;
}

.bulma-content ol:not([type]).bulma-is-lower-alpha {
  list-style-type: lower-alpha;
}

.bulma-content ol:not([type]).bulma-is-lower-roman {
  list-style-type: lower-roman;
}

.bulma-content ol:not([type]).bulma-is-upper-alpha {
  list-style-type: upper-alpha;
}

.bulma-content ol:not([type]).bulma-is-upper-roman {
  list-style-type: upper-roman;
}

.bulma-content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.bulma-content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.bulma-content ul ul ul {
  list-style-type: square;
}

.bulma-content dd {
  margin-left: 2em;
}

.bulma-content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

.bulma-content figure:not(:first-child) {
  margin-top: 2em;
}

.bulma-content figure:not(:last-child) {
  margin-bottom: 2em;
}

.bulma-content figure img {
  display: inline-block;
}

.bulma-content figure figcaption {
  font-style: italic;
}

.bulma-content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

.bulma-content sup,
.bulma-content sub {
  font-size: 75%;
}

.bulma-content table {
  width: 100%;
}

.bulma-content table td,
.bulma-content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.bulma-content table th {
  color: #363636;
}

.bulma-content table th:not([align]) {
  text-align: inherit;
}

.bulma-content table thead td,
.bulma-content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.bulma-content table tfoot td,
.bulma-content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.bulma-content table tbody tr:last-child td,
.bulma-content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.bulma-content .bulma-tabs li + li {
  margin-top: 0;
}

.bulma-content.bulma-is-small {
  font-size: 0.75rem;
}

.bulma-content.bulma-is-normal {
  font-size: 1rem;
}

.bulma-content.bulma-is-medium {
  font-size: 1.25rem;
}

.bulma-content.bulma-is-large {
  font-size: 1.5rem;
}

.bulma-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.bulma-icon.bulma-is-small {
  height: 1rem;
  width: 1rem;
}

.bulma-icon.bulma-is-medium {
  height: 2rem;
  width: 2rem;
}

.bulma-icon.bulma-is-large {
  height: 3rem;
  width: 3rem;
}

.bulma-icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}

.bulma-icon-text .bulma-icon {
  flex-grow: 0;
  flex-shrink: 0;
}

.bulma-icon-text .bulma-icon:not(:last-child) {
  margin-right: 0.25em;
}

.bulma-icon-text .bulma-icon:not(:first-child) {
  margin-left: 0.25em;
}

div.bulma-icon-text {
  display: flex;
}

.bulma-image {
  display: block;
  position: relative;
}

.bulma-image img {
  display: block;
  height: auto;
  width: 100%;
}

.bulma-image img.bulma-is-rounded {
  border-radius: 9999px;
}

.bulma-image.bulma-is-fullwidth {
  width: 100%;
}

.bulma-image.bulma-is-square img,
.bulma-image.bulma-is-square .bulma-has-ratio, .bulma-image.bulma-is-1by1 img,
.bulma-image.bulma-is-1by1 .bulma-has-ratio, .bulma-image.bulma-is-5by4 img,
.bulma-image.bulma-is-5by4 .bulma-has-ratio, .bulma-image.bulma-is-4by3 img,
.bulma-image.bulma-is-4by3 .bulma-has-ratio, .bulma-image.bulma-is-3by2 img,
.bulma-image.bulma-is-3by2 .bulma-has-ratio, .bulma-image.bulma-is-5by3 img,
.bulma-image.bulma-is-5by3 .bulma-has-ratio, .bulma-image.bulma-is-16by9 img,
.bulma-image.bulma-is-16by9 .bulma-has-ratio, .bulma-image.bulma-is-2by1 img,
.bulma-image.bulma-is-2by1 .bulma-has-ratio, .bulma-image.bulma-is-3by1 img,
.bulma-image.bulma-is-3by1 .bulma-has-ratio, .bulma-image.bulma-is-4by5 img,
.bulma-image.bulma-is-4by5 .bulma-has-ratio, .bulma-image.bulma-is-3by4 img,
.bulma-image.bulma-is-3by4 .bulma-has-ratio, .bulma-image.bulma-is-2by3 img,
.bulma-image.bulma-is-2by3 .bulma-has-ratio, .bulma-image.bulma-is-3by5 img,
.bulma-image.bulma-is-3by5 .bulma-has-ratio, .bulma-image.bulma-is-9by16 img,
.bulma-image.bulma-is-9by16 .bulma-has-ratio, .bulma-image.bulma-is-1by2 img,
.bulma-image.bulma-is-1by2 .bulma-has-ratio, .bulma-image.bulma-is-1by3 img,
.bulma-image.bulma-is-1by3 .bulma-has-ratio {
  height: 100%;
  width: 100%;
}

.bulma-image.bulma-is-square, .bulma-image.bulma-is-1by1 {
  padding-top: 100%;
}

.bulma-image.bulma-is-5by4 {
  padding-top: 80%;
}

.bulma-image.bulma-is-4by3 {
  padding-top: 75%;
}

.bulma-image.bulma-is-3by2 {
  padding-top: 66.6666%;
}

.bulma-image.bulma-is-5by3 {
  padding-top: 60%;
}

.bulma-image.bulma-is-16by9 {
  padding-top: 56.25%;
}

.bulma-image.bulma-is-2by1 {
  padding-top: 50%;
}

.bulma-image.bulma-is-3by1 {
  padding-top: 33.3333%;
}

.bulma-image.bulma-is-4by5 {
  padding-top: 125%;
}

.bulma-image.bulma-is-3by4 {
  padding-top: 133.3333%;
}

.bulma-image.bulma-is-2by3 {
  padding-top: 150%;
}

.bulma-image.bulma-is-3by5 {
  padding-top: 166.6666%;
}

.bulma-image.bulma-is-9by16 {
  padding-top: 177.7777%;
}

.bulma-image.bulma-is-1by2 {
  padding-top: 200%;
}

.bulma-image.bulma-is-1by3 {
  padding-top: 300%;
}

.bulma-image.bulma-is-16x16 {
  height: 16px;
  width: 16px;
}

.bulma-image.bulma-is-24x24 {
  height: 24px;
  width: 24px;
}

.bulma-image.bulma-is-32x32 {
  height: 32px;
  width: 32px;
}

.bulma-image.bulma-is-48x48 {
  height: 48px;
  width: 48px;
}

.bulma-image.bulma-is-64x64 {
  height: 64px;
  width: 64px;
}

.bulma-image.bulma-is-96x96 {
  height: 96px;
  width: 96px;
}

.bulma-image.bulma-is-128x128 {
  height: 128px;
  width: 128px;
}

.bulma-notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

.bulma-notification a:not(.bulma-button):not(.bulma-dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.bulma-notification strong {
  color: currentColor;
}

.bulma-notification code,
.bulma-notification pre {
  background: white;
}

.bulma-notification pre code {
  background: transparent;
}

.bulma-notification > .bulma-delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}

.bulma-notification .bulma-title,
.bulma-notification .bulma-subtitle,
.bulma-notification .bulma-content {
  color: currentColor;
}

.bulma-notification.bulma-is-white {
  background-color: white;
  color: #0a0a0a;
}

.bulma-notification.bulma-is-black {
  background-color: #0a0a0a;
  color: white;
}

.bulma-notification.bulma-is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-notification.bulma-is-dark {
  background-color: #363636;
  color: #fff;
}

.bulma-notification.bulma-is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.bulma-notification.bulma-is-primary.bulma-is-light {
  background-color: #ebfffc;
  color: #00947e;
}

.bulma-notification.bulma-is-link {
  background-color: #485fc7;
  color: #fff;
}

.bulma-notification.bulma-is-link.bulma-is-light {
  background-color: #eff1fa;
  color: #3850b7;
}

.bulma-notification.bulma-is-info {
  background-color: #3e8ed0;
  color: #fff;
}

.bulma-notification.bulma-is-info.bulma-is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

.bulma-notification.bulma-is-success {
  background-color: #48c78e;
  color: #fff;
}

.bulma-notification.bulma-is-success.bulma-is-light {
  background-color: #effaf5;
  color: #257953;
}

.bulma-notification.bulma-is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-notification.bulma-is-warning.bulma-is-light {
  background-color: #fffaeb;
  color: #946c00;
}

.bulma-notification.bulma-is-danger {
  background-color: #f14668;
  color: #fff;
}

.bulma-notification.bulma-is-danger.bulma-is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

.bulma-progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.bulma-progress::-webkit-progress-bar {
  background-color: #ededed;
}

.bulma-progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

.bulma-progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

.bulma-progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

.bulma-progress.bulma-is-white::-webkit-progress-value {
  background-color: white;
}

.bulma-progress.bulma-is-white::-moz-progress-bar {
  background-color: white;
}

.bulma-progress.bulma-is-white::-ms-fill {
  background-color: white;
}

.bulma-progress.bulma-is-white:indeterminate {
  background-image: linear-gradient(to right, white 30%, #ededed 30%);
}

.bulma-progress.bulma-is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

.bulma-progress.bulma-is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

.bulma-progress.bulma-is-black::-ms-fill {
  background-color: #0a0a0a;
}

.bulma-progress.bulma-is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}

.bulma-progress.bulma-is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

.bulma-progress.bulma-is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

.bulma-progress.bulma-is-light::-ms-fill {
  background-color: whitesmoke;
}

.bulma-progress.bulma-is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}

.bulma-progress.bulma-is-dark::-webkit-progress-value {
  background-color: #363636;
}

.bulma-progress.bulma-is-dark::-moz-progress-bar {
  background-color: #363636;
}

.bulma-progress.bulma-is-dark::-ms-fill {
  background-color: #363636;
}

.bulma-progress.bulma-is-dark:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
}

.bulma-progress.bulma-is-primary::-webkit-progress-value {
  background-color: #00d1b2;
}

.bulma-progress.bulma-is-primary::-moz-progress-bar {
  background-color: #00d1b2;
}

.bulma-progress.bulma-is-primary::-ms-fill {
  background-color: #00d1b2;
}

.bulma-progress.bulma-is-primary:indeterminate {
  background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%);
}

.bulma-progress.bulma-is-link::-webkit-progress-value {
  background-color: #485fc7;
}

.bulma-progress.bulma-is-link::-moz-progress-bar {
  background-color: #485fc7;
}

.bulma-progress.bulma-is-link::-ms-fill {
  background-color: #485fc7;
}

.bulma-progress.bulma-is-link:indeterminate {
  background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%);
}

.bulma-progress.bulma-is-info::-webkit-progress-value {
  background-color: #3e8ed0;
}

.bulma-progress.bulma-is-info::-moz-progress-bar {
  background-color: #3e8ed0;
}

.bulma-progress.bulma-is-info::-ms-fill {
  background-color: #3e8ed0;
}

.bulma-progress.bulma-is-info:indeterminate {
  background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%);
}

.bulma-progress.bulma-is-success::-webkit-progress-value {
  background-color: #48c78e;
}

.bulma-progress.bulma-is-success::-moz-progress-bar {
  background-color: #48c78e;
}

.bulma-progress.bulma-is-success::-ms-fill {
  background-color: #48c78e;
}

.bulma-progress.bulma-is-success:indeterminate {
  background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%);
}

.bulma-progress.bulma-is-warning::-webkit-progress-value {
  background-color: #ffe08a;
}

.bulma-progress.bulma-is-warning::-moz-progress-bar {
  background-color: #ffe08a;
}

.bulma-progress.bulma-is-warning::-ms-fill {
  background-color: #ffe08a;
}

.bulma-progress.bulma-is-warning:indeterminate {
  background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%);
}

.bulma-progress.bulma-is-danger::-webkit-progress-value {
  background-color: #f14668;
}

.bulma-progress.bulma-is-danger::-moz-progress-bar {
  background-color: #f14668;
}

.bulma-progress.bulma-is-danger::-ms-fill {
  background-color: #f14668;
}

.bulma-progress.bulma-is-danger:indeterminate {
  background-image: linear-gradient(to right, #f14668 30%, #ededed 30%);
}

.bulma-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%;
}

.bulma-progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

.bulma-progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

.bulma-progress:indeterminate::-ms-fill {
  animation-name: none;
}

.bulma-progress.bulma-is-small {
  height: 0.75rem;
}

.bulma-progress.bulma-is-medium {
  height: 1.25rem;
}

.bulma-progress.bulma-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;
  }
}

.bulma-table {
  background-color: white;
  color: #363636;
}

.bulma-table td,
.bulma-table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.bulma-table td.bulma-is-white,
.bulma-table th.bulma-is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.bulma-table td.bulma-is-black,
.bulma-table th.bulma-is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.bulma-table td.bulma-is-light,
.bulma-table th.bulma-is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-table td.bulma-is-dark,
.bulma-table th.bulma-is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.bulma-table td.bulma-is-primary,
.bulma-table th.bulma-is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.bulma-table td.bulma-is-link,
.bulma-table th.bulma-is-link {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}

.bulma-table td.bulma-is-info,
.bulma-table th.bulma-is-info {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}

.bulma-table td.bulma-is-success,
.bulma-table th.bulma-is-success {
  background-color: #48c78e;
  border-color: #48c78e;
  color: #fff;
}

.bulma-table td.bulma-is-warning,
.bulma-table th.bulma-is-warning {
  background-color: #ffe08a;
  border-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-table td.bulma-is-danger,
.bulma-table th.bulma-is-danger {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}

.bulma-table td.bulma-is-narrow,
.bulma-table th.bulma-is-narrow {
  white-space: nowrap;
  width: 1%;
}

.bulma-table td.bulma-is-selected,
.bulma-table th.bulma-is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.bulma-table td.bulma-is-selected a,
.bulma-table td.bulma-is-selected strong,
.bulma-table th.bulma-is-selected a,
.bulma-table th.bulma-is-selected strong {
  color: currentColor;
}

.bulma-table td.bulma-is-vcentered,
.bulma-table th.bulma-is-vcentered {
  vertical-align: middle;
}

.bulma-table th {
  color: #363636;
}

.bulma-table th:not([align]) {
  text-align: inherit;
}

.bulma-table tr.bulma-is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.bulma-table tr.bulma-is-selected a,
.bulma-table tr.bulma-is-selected strong {
  color: currentColor;
}

.bulma-table tr.bulma-is-selected td,
.bulma-table tr.bulma-is-selected th {
  border-color: #fff;
  color: currentColor;
}

.bulma-table thead {
  background-color: transparent;
}

.bulma-table thead td,
.bulma-table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.bulma-table tfoot {
  background-color: transparent;
}

.bulma-table tfoot td,
.bulma-table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.bulma-table tbody {
  background-color: transparent;
}

.bulma-table tbody tr:last-child td,
.bulma-table tbody tr:last-child th {
  border-bottom-width: 0;
}

.bulma-table.bulma-is-bordered td,
.bulma-table.bulma-is-bordered th {
  border-width: 1px;
}

.bulma-table.bulma-is-bordered tr:last-child td,
.bulma-table.bulma-is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.bulma-table.bulma-is-fullwidth {
  width: 100%;
}

.bulma-table.bulma-is-hoverable tbody tr:not(.bulma-is-selected):hover {
  background-color: #fafafa;
}

.bulma-table.bulma-is-hoverable.bulma-is-striped tbody tr:not(.bulma-is-selected):hover {
  background-color: #fafafa;
}

.bulma-table.bulma-is-hoverable.bulma-is-striped tbody tr:not(.bulma-is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

.bulma-table.bulma-is-narrow td,
.bulma-table.bulma-is-narrow th {
  padding: 0.25em 0.5em;
}

.bulma-table.bulma-is-striped tbody tr:not(.bulma-is-selected):nth-child(even) {
  background-color: #fafafa;
}

.bulma-table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.bulma-tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bulma-tags .bulma-tag {
  margin-bottom: 0.5rem;
}

.bulma-tags .bulma-tag:not(:last-child) {
  margin-right: 0.5rem;
}

.bulma-tags:last-child {
  margin-bottom: -0.5rem;
}

.bulma-tags:not(:last-child) {
  margin-bottom: 1rem;
}

.bulma-tags.bulma-are-medium .bulma-tag:not(.bulma-is-normal):not(.bulma-is-large) {
  font-size: 1rem;
}

.bulma-tags.bulma-are-large .bulma-tag:not(.bulma-is-normal):not(.bulma-is-medium) {
  font-size: 1.25rem;
}

.bulma-tags.bulma-is-centered {
  justify-content: center;
}

.bulma-tags.bulma-is-centered .bulma-tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.bulma-tags.bulma-is-right {
  justify-content: flex-end;
}

.bulma-tags.bulma-is-right .bulma-tag:not(:first-child) {
  margin-left: 0.5rem;
}

.bulma-tags.bulma-is-right .bulma-tag:not(:last-child) {
  margin-right: 0;
}

.bulma-tags.bulma-has-addons .bulma-tag {
  margin-right: 0;
}

.bulma-tags.bulma-has-addons .bulma-tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bulma-tags.bulma-has-addons .bulma-tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bulma-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;
}

.bulma-tag:not(body) .bulma-delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

.bulma-tag:not(body).bulma-is-white {
  background-color: white;
  color: #0a0a0a;
}

.bulma-tag:not(body).bulma-is-black {
  background-color: #0a0a0a;
  color: white;
}

.bulma-tag:not(body).bulma-is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-tag:not(body).bulma-is-dark {
  background-color: #363636;
  color: #fff;
}

.bulma-tag:not(body).bulma-is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.bulma-tag:not(body).bulma-is-primary.bulma-is-light {
  background-color: #ebfffc;
  color: #00947e;
}

.bulma-tag:not(body).bulma-is-link {
  background-color: #485fc7;
  color: #fff;
}

.bulma-tag:not(body).bulma-is-link.bulma-is-light {
  background-color: #eff1fa;
  color: #3850b7;
}

.bulma-tag:not(body).bulma-is-info {
  background-color: #3e8ed0;
  color: #fff;
}

.bulma-tag:not(body).bulma-is-info.bulma-is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

.bulma-tag:not(body).bulma-is-success {
  background-color: #48c78e;
  color: #fff;
}

.bulma-tag:not(body).bulma-is-success.bulma-is-light {
  background-color: #effaf5;
  color: #257953;
}

.bulma-tag:not(body).bulma-is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-tag:not(body).bulma-is-warning.bulma-is-light {
  background-color: #fffaeb;
  color: #946c00;
}

.bulma-tag:not(body).bulma-is-danger {
  background-color: #f14668;
  color: #fff;
}

.bulma-tag:not(body).bulma-is-danger.bulma-is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

.bulma-tag:not(body).bulma-is-normal {
  font-size: 0.75rem;
}

.bulma-tag:not(body).bulma-is-medium {
  font-size: 1rem;
}

.bulma-tag:not(body).bulma-is-large {
  font-size: 1.25rem;
}

.bulma-tag:not(body) .bulma-icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.bulma-tag:not(body) .bulma-icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.bulma-tag:not(body) .bulma-icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.bulma-tag:not(body).bulma-is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.bulma-tag:not(body).bulma-is-delete::before, .bulma-tag:not(body).bulma-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;
}

.bulma-tag:not(body).bulma-is-delete::before {
  height: 1px;
  width: 50%;
}

.bulma-tag:not(body).bulma-is-delete::after {
  height: 50%;
  width: 1px;
}

.bulma-tag:not(body).bulma-is-delete:hover, .bulma-tag:not(body).bulma-is-delete:focus {
  background-color: #e8e8e8;
}

.bulma-tag:not(body).bulma-is-delete:active {
  background-color: #dbdbdb;
}

.bulma-tag:not(body).bulma-is-rounded {
  border-radius: 9999px;
}

a.bulma-tag:hover {
  text-decoration: underline;
}

.bulma-title,
.bulma-subtitle {
  word-break: break-word;
}

.bulma-title em,
.bulma-title span,
.bulma-subtitle em,
.bulma-subtitle span {
  font-weight: inherit;
}

.bulma-title sub,
.bulma-subtitle sub {
  font-size: 0.75em;
}

.bulma-title sup,
.bulma-subtitle sup {
  font-size: 0.75em;
}

.bulma-title .bulma-tag,
.bulma-subtitle .bulma-tag {
  vertical-align: middle;
}

.bulma-title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.bulma-title strong {
  color: inherit;
  font-weight: inherit;
}

.bulma-title:not(.bulma-is-spaced) + .bulma-subtitle {
  margin-top: -1.25rem;
}

.bulma-title.bulma-is-1 {
  font-size: 3rem;
}

.bulma-title.bulma-is-2 {
  font-size: 2.5rem;
}

.bulma-title.bulma-is-3 {
  font-size: 2rem;
}

.bulma-title.bulma-is-4 {
  font-size: 1.5rem;
}

.bulma-title.bulma-is-5 {
  font-size: 1.25rem;
}

.bulma-title.bulma-is-6 {
  font-size: 1rem;
}

.bulma-title.bulma-is-7 {
  font-size: 0.75rem;
}

.bulma-subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.bulma-subtitle strong {
  color: #363636;
  font-weight: 600;
}

.bulma-subtitle:not(.bulma-is-spaced) + .bulma-title {
  margin-top: -1.25rem;
}

.bulma-subtitle.bulma-is-1 {
  font-size: 3rem;
}

.bulma-subtitle.bulma-is-2 {
  font-size: 2.5rem;
}

.bulma-subtitle.bulma-is-3 {
  font-size: 2rem;
}

.bulma-subtitle.bulma-is-4 {
  font-size: 1.5rem;
}

.bulma-subtitle.bulma-is-5 {
  font-size: 1.25rem;
}

.bulma-subtitle.bulma-is-6 {
  font-size: 1rem;
}

.bulma-subtitle.bulma-is-7 {
  font-size: 0.75rem;
}

.bulma-heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.bulma-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;
}

/* Bulma Form */
.bulma-input, .bulma-textarea, .bulma-select select {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

.bulma-input::-moz-placeholder, .bulma-textarea::-moz-placeholder, .bulma-select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.bulma-input::-webkit-input-placeholder, .bulma-textarea::-webkit-input-placeholder, .bulma-select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.bulma-input:-moz-placeholder, .bulma-textarea:-moz-placeholder, .bulma-select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.bulma-input:-ms-input-placeholder, .bulma-textarea:-ms-input-placeholder, .bulma-select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.bulma-input:hover, .bulma-textarea:hover, .bulma-select select:hover, .bulma-is-hovered.bulma-input, .bulma-is-hovered.bulma-textarea, .bulma-select select.bulma-is-hovered {
  border-color: #b5b5b5;
}

.bulma-input:focus, .bulma-textarea:focus, .bulma-select select:focus, .bulma-is-focused.bulma-input, .bulma-is-focused.bulma-textarea, .bulma-select select.bulma-is-focused, .bulma-input:active, .bulma-textarea:active, .bulma-select select:active, .bulma-is-active.bulma-input, .bulma-is-active.bulma-textarea, .bulma-select select.bulma-is-active {
  border-color: #485fc7;
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.bulma-input[disabled], .bulma-textarea[disabled], .bulma-select select[disabled],
fieldset[disabled] .bulma-input,
fieldset[disabled] .bulma-textarea,
fieldset[disabled] .bulma-select select,
.bulma-select fieldset[disabled] select {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

.bulma-input[disabled]::-moz-placeholder, .bulma-textarea[disabled]::-moz-placeholder, .bulma-select select[disabled]::-moz-placeholder,
fieldset[disabled] .bulma-input::-moz-placeholder,
fieldset[disabled] .bulma-textarea::-moz-placeholder,
fieldset[disabled] .bulma-select select::-moz-placeholder,
.bulma-select fieldset[disabled] select::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.bulma-input[disabled]::-webkit-input-placeholder, .bulma-textarea[disabled]::-webkit-input-placeholder, .bulma-select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .bulma-input::-webkit-input-placeholder,
fieldset[disabled] .bulma-textarea::-webkit-input-placeholder,
fieldset[disabled] .bulma-select select::-webkit-input-placeholder,
.bulma-select fieldset[disabled] select::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.bulma-input[disabled]:-moz-placeholder, .bulma-textarea[disabled]:-moz-placeholder, .bulma-select select[disabled]:-moz-placeholder,
fieldset[disabled] .bulma-input:-moz-placeholder,
fieldset[disabled] .bulma-textarea:-moz-placeholder,
fieldset[disabled] .bulma-select select:-moz-placeholder,
.bulma-select fieldset[disabled] select:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.bulma-input[disabled]:-ms-input-placeholder, .bulma-textarea[disabled]:-ms-input-placeholder, .bulma-select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .bulma-input:-ms-input-placeholder,
fieldset[disabled] .bulma-textarea:-ms-input-placeholder,
fieldset[disabled] .bulma-select select:-ms-input-placeholder,
.bulma-select fieldset[disabled] select:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.bulma-input, .bulma-textarea {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}

.bulma-input[readonly], .bulma-textarea[readonly] {
  box-shadow: none;
}

.bulma-is-white.bulma-input, .bulma-is-white.bulma-textarea {
  border-color: white;
}

.bulma-is-white.bulma-input:focus, .bulma-is-white.bulma-textarea:focus, .bulma-is-white.bulma-is-focused.bulma-input, .bulma-is-white.bulma-is-focused.bulma-textarea, .bulma-is-white.bulma-input:active, .bulma-is-white.bulma-textarea:active, .bulma-is-white.bulma-is-active.bulma-input, .bulma-is-white.bulma-is-active.bulma-textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.bulma-is-black.bulma-input, .bulma-is-black.bulma-textarea {
  border-color: #0a0a0a;
}

.bulma-is-black.bulma-input:focus, .bulma-is-black.bulma-textarea:focus, .bulma-is-black.bulma-is-focused.bulma-input, .bulma-is-black.bulma-is-focused.bulma-textarea, .bulma-is-black.bulma-input:active, .bulma-is-black.bulma-textarea:active, .bulma-is-black.bulma-is-active.bulma-input, .bulma-is-black.bulma-is-active.bulma-textarea {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.bulma-is-light.bulma-input, .bulma-is-light.bulma-textarea {
  border-color: whitesmoke;
}

.bulma-is-light.bulma-input:focus, .bulma-is-light.bulma-textarea:focus, .bulma-is-light.bulma-is-focused.bulma-input, .bulma-is-light.bulma-is-focused.bulma-textarea, .bulma-is-light.bulma-input:active, .bulma-is-light.bulma-textarea:active, .bulma-is-light.bulma-is-active.bulma-input, .bulma-is-light.bulma-is-active.bulma-textarea {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.bulma-is-dark.bulma-input, .bulma-is-dark.bulma-textarea {
  border-color: #363636;
}

.bulma-is-dark.bulma-input:focus, .bulma-is-dark.bulma-textarea:focus, .bulma-is-dark.bulma-is-focused.bulma-input, .bulma-is-dark.bulma-is-focused.bulma-textarea, .bulma-is-dark.bulma-input:active, .bulma-is-dark.bulma-textarea:active, .bulma-is-dark.bulma-is-active.bulma-input, .bulma-is-dark.bulma-is-active.bulma-textarea {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.bulma-is-primary.bulma-input, .bulma-is-primary.bulma-textarea {
  border-color: #00d1b2;
}

.bulma-is-primary.bulma-input:focus, .bulma-is-primary.bulma-textarea:focus, .bulma-is-primary.bulma-is-focused.bulma-input, .bulma-is-primary.bulma-is-focused.bulma-textarea, .bulma-is-primary.bulma-input:active, .bulma-is-primary.bulma-textarea:active, .bulma-is-primary.bulma-is-active.bulma-input, .bulma-is-primary.bulma-is-active.bulma-textarea {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.bulma-is-link.bulma-input, .bulma-is-link.bulma-textarea {
  border-color: #485fc7;
}

.bulma-is-link.bulma-input:focus, .bulma-is-link.bulma-textarea:focus, .bulma-is-link.bulma-is-focused.bulma-input, .bulma-is-link.bulma-is-focused.bulma-textarea, .bulma-is-link.bulma-input:active, .bulma-is-link.bulma-textarea:active, .bulma-is-link.bulma-is-active.bulma-input, .bulma-is-link.bulma-is-active.bulma-textarea {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.bulma-is-info.bulma-input, .bulma-is-info.bulma-textarea {
  border-color: #3e8ed0;
}

.bulma-is-info.bulma-input:focus, .bulma-is-info.bulma-textarea:focus, .bulma-is-info.bulma-is-focused.bulma-input, .bulma-is-info.bulma-is-focused.bulma-textarea, .bulma-is-info.bulma-input:active, .bulma-is-info.bulma-textarea:active, .bulma-is-info.bulma-is-active.bulma-input, .bulma-is-info.bulma-is-active.bulma-textarea {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}

.bulma-is-success.bulma-input, .bulma-is-success.bulma-textarea {
  border-color: #48c78e;
}

.bulma-is-success.bulma-input:focus, .bulma-is-success.bulma-textarea:focus, .bulma-is-success.bulma-is-focused.bulma-input, .bulma-is-success.bulma-is-focused.bulma-textarea, .bulma-is-success.bulma-input:active, .bulma-is-success.bulma-textarea:active, .bulma-is-success.bulma-is-active.bulma-input, .bulma-is-success.bulma-is-active.bulma-textarea {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}

.bulma-is-warning.bulma-input, .bulma-is-warning.bulma-textarea {
  border-color: #ffe08a;
}

.bulma-is-warning.bulma-input:focus, .bulma-is-warning.bulma-textarea:focus, .bulma-is-warning.bulma-is-focused.bulma-input, .bulma-is-warning.bulma-is-focused.bulma-textarea, .bulma-is-warning.bulma-input:active, .bulma-is-warning.bulma-textarea:active, .bulma-is-warning.bulma-is-active.bulma-input, .bulma-is-warning.bulma-is-active.bulma-textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}

.bulma-is-danger.bulma-input, .bulma-is-danger.bulma-textarea {
  border-color: #f14668;
}

.bulma-is-danger.bulma-input:focus, .bulma-is-danger.bulma-textarea:focus, .bulma-is-danger.bulma-is-focused.bulma-input, .bulma-is-danger.bulma-is-focused.bulma-textarea, .bulma-is-danger.bulma-input:active, .bulma-is-danger.bulma-textarea:active, .bulma-is-danger.bulma-is-active.bulma-input, .bulma-is-danger.bulma-is-active.bulma-textarea {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

.bulma-is-small.bulma-input, .bulma-is-small.bulma-textarea {
  border-radius: 2px;
  font-size: 0.75rem;
}

.bulma-is-medium.bulma-input, .bulma-is-medium.bulma-textarea {
  font-size: 1.25rem;
}

.bulma-is-large.bulma-input, .bulma-is-large.bulma-textarea {
  font-size: 1.5rem;
}

.bulma-is-fullwidth.bulma-input, .bulma-is-fullwidth.bulma-textarea {
  display: block;
  width: 100%;
}

.bulma-is-inline.bulma-input, .bulma-is-inline.bulma-textarea {
  display: inline;
  width: auto;
}

.bulma-input.bulma-is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}

.bulma-input.bulma-is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.bulma-textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

.bulma-textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

.bulma-textarea[rows] {
  height: initial;
}

.bulma-textarea.bulma-has-fixed-size {
  resize: none;
}

.bulma-checkbox, .bulma-radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.bulma-checkbox input, .bulma-radio input {
  cursor: pointer;
}

.bulma-checkbox:hover, .bulma-radio:hover {
  color: #363636;
}

.bulma-checkbox[disabled], .bulma-radio[disabled],
fieldset[disabled] .bulma-checkbox,
fieldset[disabled] .bulma-radio,
.bulma-checkbox input[disabled],
.bulma-radio input[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

.bulma-radio + .bulma-radio {
  margin-left: 0.5em;
}

.bulma-select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.bulma-select:not(.bulma-is-multiple) {
  height: 2.5em;
}

.bulma-select:not(.bulma-is-multiple):not(.bulma-is-loading)::after {
  border-color: #485fc7;
  right: 1.125em;
  z-index: 4;
}

.bulma-select.bulma-is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}

.bulma-select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.bulma-select select::-ms-expand {
  display: none;
}

.bulma-select select[disabled]:hover,
fieldset[disabled] .bulma-select select:hover {
  border-color: whitesmoke;
}

.bulma-select select:not([multiple]) {
  padding-right: 2.5em;
}

.bulma-select select[multiple] {
  height: auto;
  padding: 0;
}

.bulma-select select[multiple] option {
  padding: 0.5em 1em;
}

.bulma-select:not(.bulma-is-multiple):not(.bulma-is-loading):hover::after {
  border-color: #363636;
}

.bulma-select.bulma-is-white:not(:hover)::after {
  border-color: white;
}

.bulma-select.bulma-is-white select {
  border-color: white;
}

.bulma-select.bulma-is-white select:hover, .bulma-select.bulma-is-white select.bulma-is-hovered {
  border-color: #f2f2f2;
}

.bulma-select.bulma-is-white select:focus, .bulma-select.bulma-is-white select.bulma-is-focused, .bulma-select.bulma-is-white select:active, .bulma-select.bulma-is-white select.bulma-is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.bulma-select.bulma-is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

.bulma-select.bulma-is-black select {
  border-color: #0a0a0a;
}

.bulma-select.bulma-is-black select:hover, .bulma-select.bulma-is-black select.bulma-is-hovered {
  border-color: black;
}

.bulma-select.bulma-is-black select:focus, .bulma-select.bulma-is-black select.bulma-is-focused, .bulma-select.bulma-is-black select:active, .bulma-select.bulma-is-black select.bulma-is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.bulma-select.bulma-is-light:not(:hover)::after {
  border-color: whitesmoke;
}

.bulma-select.bulma-is-light select {
  border-color: whitesmoke;
}

.bulma-select.bulma-is-light select:hover, .bulma-select.bulma-is-light select.bulma-is-hovered {
  border-color: #e8e8e8;
}

.bulma-select.bulma-is-light select:focus, .bulma-select.bulma-is-light select.bulma-is-focused, .bulma-select.bulma-is-light select:active, .bulma-select.bulma-is-light select.bulma-is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.bulma-select.bulma-is-dark:not(:hover)::after {
  border-color: #363636;
}

.bulma-select.bulma-is-dark select {
  border-color: #363636;
}

.bulma-select.bulma-is-dark select:hover, .bulma-select.bulma-is-dark select.bulma-is-hovered {
  border-color: #292929;
}

.bulma-select.bulma-is-dark select:focus, .bulma-select.bulma-is-dark select.bulma-is-focused, .bulma-select.bulma-is-dark select:active, .bulma-select.bulma-is-dark select.bulma-is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.bulma-select.bulma-is-primary:not(:hover)::after {
  border-color: #00d1b2;
}

.bulma-select.bulma-is-primary select {
  border-color: #00d1b2;
}

.bulma-select.bulma-is-primary select:hover, .bulma-select.bulma-is-primary select.bulma-is-hovered {
  border-color: #00b89c;
}

.bulma-select.bulma-is-primary select:focus, .bulma-select.bulma-is-primary select.bulma-is-focused, .bulma-select.bulma-is-primary select:active, .bulma-select.bulma-is-primary select.bulma-is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.bulma-select.bulma-is-link:not(:hover)::after {
  border-color: #485fc7;
}

.bulma-select.bulma-is-link select {
  border-color: #485fc7;
}

.bulma-select.bulma-is-link select:hover, .bulma-select.bulma-is-link select.bulma-is-hovered {
  border-color: #3a51bb;
}

.bulma-select.bulma-is-link select:focus, .bulma-select.bulma-is-link select.bulma-is-focused, .bulma-select.bulma-is-link select:active, .bulma-select.bulma-is-link select.bulma-is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.bulma-select.bulma-is-info:not(:hover)::after {
  border-color: #3e8ed0;
}

.bulma-select.bulma-is-info select {
  border-color: #3e8ed0;
}

.bulma-select.bulma-is-info select:hover, .bulma-select.bulma-is-info select.bulma-is-hovered {
  border-color: #3082c5;
}

.bulma-select.bulma-is-info select:focus, .bulma-select.bulma-is-info select.bulma-is-focused, .bulma-select.bulma-is-info select:active, .bulma-select.bulma-is-info select.bulma-is-active {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}

.bulma-select.bulma-is-success:not(:hover)::after {
  border-color: #48c78e;
}

.bulma-select.bulma-is-success select {
  border-color: #48c78e;
}

.bulma-select.bulma-is-success select:hover, .bulma-select.bulma-is-success select.bulma-is-hovered {
  border-color: #3abb81;
}

.bulma-select.bulma-is-success select:focus, .bulma-select.bulma-is-success select.bulma-is-focused, .bulma-select.bulma-is-success select:active, .bulma-select.bulma-is-success select.bulma-is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}

.bulma-select.bulma-is-warning:not(:hover)::after {
  border-color: #ffe08a;
}

.bulma-select.bulma-is-warning select {
  border-color: #ffe08a;
}

.bulma-select.bulma-is-warning select:hover, .bulma-select.bulma-is-warning select.bulma-is-hovered {
  border-color: #ffd970;
}

.bulma-select.bulma-is-warning select:focus, .bulma-select.bulma-is-warning select.bulma-is-focused, .bulma-select.bulma-is-warning select:active, .bulma-select.bulma-is-warning select.bulma-is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}

.bulma-select.bulma-is-danger:not(:hover)::after {
  border-color: #f14668;
}

.bulma-select.bulma-is-danger select {
  border-color: #f14668;
}

.bulma-select.bulma-is-danger select:hover, .bulma-select.bulma-is-danger select.bulma-is-hovered {
  border-color: #ef2e55;
}

.bulma-select.bulma-is-danger select:focus, .bulma-select.bulma-is-danger select.bulma-is-focused, .bulma-select.bulma-is-danger select:active, .bulma-select.bulma-is-danger select.bulma-is-active {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

.bulma-select.bulma-is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.bulma-select.bulma-is-medium {
  font-size: 1.25rem;
}

.bulma-select.bulma-is-large {
  font-size: 1.5rem;
}

.bulma-select.bulma-is-disabled::after {
  border-color: #7a7a7a;
}

.bulma-select.bulma-is-fullwidth {
  width: 100%;
}

.bulma-select.bulma-is-fullwidth select {
  width: 100%;
}

.bulma-select.bulma-is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

.bulma-select.bulma-is-loading.bulma-is-small:after {
  font-size: 0.75rem;
}

.bulma-select.bulma-is-loading.bulma-is-medium:after {
  font-size: 1.25rem;
}

.bulma-select.bulma-is-loading.bulma-is-large:after {
  font-size: 1.5rem;
}

.bulma-file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.bulma-file.bulma-is-white .bulma-file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.bulma-file.bulma-is-white:hover .bulma-file-cta, .bulma-file.bulma-is-white.bulma-is-hovered .bulma-file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.bulma-file.bulma-is-white:focus .bulma-file-cta, .bulma-file.bulma-is-white.bulma-is-focused .bulma-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

.bulma-file.bulma-is-white:active .bulma-file-cta, .bulma-file.bulma-is-white.bulma-is-active .bulma-file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.bulma-file.bulma-is-black .bulma-file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.bulma-file.bulma-is-black:hover .bulma-file-cta, .bulma-file.bulma-is-black.bulma-is-hovered .bulma-file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.bulma-file.bulma-is-black:focus .bulma-file-cta, .bulma-file.bulma-is-black.bulma-is-focused .bulma-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

.bulma-file.bulma-is-black:active .bulma-file-cta, .bulma-file.bulma-is-black.bulma-is-active .bulma-file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

.bulma-file.bulma-is-light .bulma-file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-file.bulma-is-light:hover .bulma-file-cta, .bulma-file.bulma-is-light.bulma-is-hovered .bulma-file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-file.bulma-is-light:focus .bulma-file-cta, .bulma-file.bulma-is-light.bulma-is-focused .bulma-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.bulma-file.bulma-is-light:active .bulma-file-cta, .bulma-file.bulma-is-light.bulma-is-active .bulma-file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-file.bulma-is-dark .bulma-file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-dark:hover .bulma-file-cta, .bulma-file.bulma-is-dark.bulma-is-hovered .bulma-file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-dark:focus .bulma-file-cta, .bulma-file.bulma-is-dark.bulma-is-focused .bulma-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}

.bulma-file.bulma-is-dark:active .bulma-file-cta, .bulma-file.bulma-is-dark.bulma-is-active .bulma-file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-primary .bulma-file-cta {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-primary:hover .bulma-file-cta, .bulma-file.bulma-is-primary.bulma-is-hovered .bulma-file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-primary:focus .bulma-file-cta, .bulma-file.bulma-is-primary.bulma-is-focused .bulma-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #fff;
}

.bulma-file.bulma-is-primary:active .bulma-file-cta, .bulma-file.bulma-is-primary.bulma-is-active .bulma-file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-link .bulma-file-cta {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-link:hover .bulma-file-cta, .bulma-file.bulma-is-link.bulma-is-hovered .bulma-file-cta {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-link:focus .bulma-file-cta, .bulma-file.bulma-is-link.bulma-is-focused .bulma-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
  color: #fff;
}

.bulma-file.bulma-is-link:active .bulma-file-cta, .bulma-file.bulma-is-link.bulma-is-active .bulma-file-cta {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-info .bulma-file-cta {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-info:hover .bulma-file-cta, .bulma-file.bulma-is-info.bulma-is-hovered .bulma-file-cta {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-info:focus .bulma-file-cta, .bulma-file.bulma-is-info.bulma-is-focused .bulma-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
  color: #fff;
}

.bulma-file.bulma-is-info:active .bulma-file-cta, .bulma-file.bulma-is-info.bulma-is-active .bulma-file-cta {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-success .bulma-file-cta {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-success:hover .bulma-file-cta, .bulma-file.bulma-is-success.bulma-is-hovered .bulma-file-cta {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-success:focus .bulma-file-cta, .bulma-file.bulma-is-success.bulma-is-focused .bulma-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25);
  color: #fff;
}

.bulma-file.bulma-is-success:active .bulma-file-cta, .bulma-file.bulma-is-success.bulma-is-active .bulma-file-cta {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-warning .bulma-file-cta {
  background-color: #ffe08a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-file.bulma-is-warning:hover .bulma-file-cta, .bulma-file.bulma-is-warning.bulma-is-hovered .bulma-file-cta {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-file.bulma-is-warning:focus .bulma-file-cta, .bulma-file.bulma-is-warning.bulma-is-focused .bulma-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.bulma-file.bulma-is-warning:active .bulma-file-cta, .bulma-file.bulma-is-warning.bulma-is-active .bulma-file-cta {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-file.bulma-is-danger .bulma-file-cta {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-danger:hover .bulma-file-cta, .bulma-file.bulma-is-danger.bulma-is-hovered .bulma-file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-danger:focus .bulma-file-cta, .bulma-file.bulma-is-danger.bulma-is-focused .bulma-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
  color: #fff;
}

.bulma-file.bulma-is-danger:active .bulma-file-cta, .bulma-file.bulma-is-danger.bulma-is-active .bulma-file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

.bulma-file.bulma-is-small {
  font-size: 0.75rem;
}

.bulma-file.bulma-is-normal {
  font-size: 1rem;
}

.bulma-file.bulma-is-medium {
  font-size: 1.25rem;
}

.bulma-file.bulma-is-medium .bulma-file-icon .bulma-fa {
  font-size: 21px;
}

.bulma-file.bulma-is-large {
  font-size: 1.5rem;
}

.bulma-file.bulma-is-large .bulma-file-icon .bulma-fa {
  font-size: 28px;
}

.bulma-file.bulma-has-name .bulma-file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.bulma-file.bulma-has-name .bulma-file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.bulma-file.bulma-has-name.bulma-is-empty .bulma-file-cta {
  border-radius: 4px;
}

.bulma-file.bulma-has-name.bulma-is-empty .bulma-file-name {
  display: none;
}

.bulma-file.bulma-is-boxed .bulma-file-label {
  flex-direction: column;
}

.bulma-file.bulma-is-boxed .bulma-file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.bulma-file.bulma-is-boxed .bulma-file-name {
  border-width: 0 1px 1px;
}

.bulma-file.bulma-is-boxed .bulma-file-icon {
  height: 1.5em;
  width: 1.5em;
}

.bulma-file.bulma-is-boxed .bulma-file-icon .bulma-fa {
  font-size: 21px;
}

.bulma-file.bulma-is-boxed.bulma-is-small .bulma-file-icon .bulma-fa {
  font-size: 14px;
}

.bulma-file.bulma-is-boxed.bulma-is-medium .bulma-file-icon .bulma-fa {
  font-size: 28px;
}

.bulma-file.bulma-is-boxed.bulma-is-large .bulma-file-icon .bulma-fa {
  font-size: 35px;
}

.bulma-file.bulma-is-boxed.bulma-has-name .bulma-file-cta {
  border-radius: 4px 4px 0 0;
}

.bulma-file.bulma-is-boxed.bulma-has-name .bulma-file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

.bulma-file.bulma-is-centered {
  justify-content: center;
}

.bulma-file.bulma-is-fullwidth .bulma-file-label {
  width: 100%;
}

.bulma-file.bulma-is-fullwidth .bulma-file-name {
  flex-grow: 1;
  max-width: none;
}

.bulma-file.bulma-is-right {
  justify-content: flex-end;
}

.bulma-file.bulma-is-right .bulma-file-cta {
  border-radius: 0 4px 4px 0;
}

.bulma-file.bulma-is-right .bulma-file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.bulma-file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.bulma-file-label:hover .bulma-file-cta {
  background-color: #eeeeee;
  color: #363636;
}

.bulma-file-label:hover .bulma-file-name {
  border-color: #d5d5d5;
}

.bulma-file-label:active .bulma-file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

.bulma-file-label:active .bulma-file-name {
  border-color: #cfcfcf;
}

.bulma-file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.bulma-file-cta,
.bulma-file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.bulma-file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.bulma-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;
}

.bulma-file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.bulma-file-icon .bulma-fa {
  font-size: 14px;
}

.bulma-label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.bulma-label:not(:last-child) {
  margin-bottom: 0.5em;
}

.bulma-label.bulma-is-small {
  font-size: 0.75rem;
}

.bulma-label.bulma-is-medium {
  font-size: 1.25rem;
}

.bulma-label.bulma-is-large {
  font-size: 1.5rem;
}

.bulma-help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.bulma-help.bulma-is-white {
  color: white;
}

.bulma-help.bulma-is-black {
  color: #0a0a0a;
}

.bulma-help.bulma-is-light {
  color: whitesmoke;
}

.bulma-help.bulma-is-dark {
  color: #363636;
}

.bulma-help.bulma-is-primary {
  color: #00d1b2;
}

.bulma-help.bulma-is-link {
  color: #485fc7;
}

.bulma-help.bulma-is-info {
  color: #3e8ed0;
}

.bulma-help.bulma-is-success {
  color: #48c78e;
}

.bulma-help.bulma-is-warning {
  color: #ffe08a;
}

.bulma-help.bulma-is-danger {
  color: #f14668;
}

.bulma-field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.bulma-field.bulma-has-addons {
  display: flex;
  justify-content: flex-start;
}

.bulma-field.bulma-has-addons .bulma-control:not(:last-child) {
  margin-right: -1px;
}

.bulma-field.bulma-has-addons .bulma-control:not(:first-child):not(:last-child) .bulma-button,
.bulma-field.bulma-has-addons .bulma-control:not(:first-child):not(:last-child) .bulma-input,
.bulma-field.bulma-has-addons .bulma-control:not(:first-child):not(:last-child) .bulma-select select {
  border-radius: 0;
}

.bulma-field.bulma-has-addons .bulma-control:first-child:not(:only-child) .bulma-button,
.bulma-field.bulma-has-addons .bulma-control:first-child:not(:only-child) .bulma-input,
.bulma-field.bulma-has-addons .bulma-control:first-child:not(:only-child) .bulma-select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.bulma-field.bulma-has-addons .bulma-control:last-child:not(:only-child) .bulma-button,
.bulma-field.bulma-has-addons .bulma-control:last-child:not(:only-child) .bulma-input,
.bulma-field.bulma-has-addons .bulma-control:last-child:not(:only-child) .bulma-select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):hover, .bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-hovered,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-hovered,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-hovered {
  z-index: 2;
}

.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):focus, .bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-focused, .bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):active, .bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-active,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):focus,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-focused,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):active,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-active,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):focus,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-focused,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):active,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-active {
  z-index: 3;
}

.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):focus:hover, .bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-focused:hover, .bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):active:hover, .bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):focus:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-focused:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):focus:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-focused:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-active:hover {
  z-index: 4;
}

.bulma-field.bulma-has-addons .bulma-control.bulma-is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.bulma-field.bulma-has-addons.bulma-has-addons-centered {
  justify-content: center;
}

.bulma-field.bulma-has-addons.bulma-has-addons-right {
  justify-content: flex-end;
}

.bulma-field.bulma-has-addons.bulma-has-addons-fullwidth .bulma-control {
  flex-grow: 1;
  flex-shrink: 0;
}

.bulma-field.bulma-is-grouped {
  display: flex;
  justify-content: flex-start;
}

.bulma-field.bulma-is-grouped > .bulma-control {
  flex-shrink: 0;
}

.bulma-field.bulma-is-grouped > .bulma-control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.bulma-field.bulma-is-grouped > .bulma-control.bulma-is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.bulma-field.bulma-is-grouped.bulma-is-grouped-centered {
  justify-content: center;
}

.bulma-field.bulma-is-grouped.bulma-is-grouped-right {
  justify-content: flex-end;
}

.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline {
  flex-wrap: wrap;
}

.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline > .bulma-control:last-child, .bulma-field.bulma-is-grouped.bulma-is-grouped-multiline > .bulma-control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .bulma-field.bulma-is-horizontal {
    display: flex;
  }
}

.bulma-field-label .bulma-label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .bulma-field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .bulma-field-label.bulma-is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .bulma-field-label.bulma-is-normal {
    padding-top: 0.375em;
  }
  .bulma-field-label.bulma-is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .bulma-field-label.bulma-is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.bulma-field-body .bulma-field .bulma-field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .bulma-field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .bulma-field-body .bulma-field {
    margin-bottom: 0;
  }
  .bulma-field-body > .bulma-field {
    flex-shrink: 1;
  }
  .bulma-field-body > .bulma-field:not(.bulma-is-narrow) {
    flex-grow: 1;
  }
  .bulma-field-body > .bulma-field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.bulma-control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}

.bulma-control.bulma-has-icons-left .bulma-input:focus ~ .bulma-icon,
.bulma-control.bulma-has-icons-left .bulma-select:focus ~ .bulma-icon, .bulma-control.bulma-has-icons-right .bulma-input:focus ~ .bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-select:focus ~ .bulma-icon {
  color: #4a4a4a;
}

.bulma-control.bulma-has-icons-left .bulma-input.bulma-is-small ~ .bulma-icon,
.bulma-control.bulma-has-icons-left .bulma-select.bulma-is-small ~ .bulma-icon, .bulma-control.bulma-has-icons-right .bulma-input.bulma-is-small ~ .bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-select.bulma-is-small ~ .bulma-icon {
  font-size: 0.75rem;
}

.bulma-control.bulma-has-icons-left .bulma-input.bulma-is-medium ~ .bulma-icon,
.bulma-control.bulma-has-icons-left .bulma-select.bulma-is-medium ~ .bulma-icon, .bulma-control.bulma-has-icons-right .bulma-input.bulma-is-medium ~ .bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-select.bulma-is-medium ~ .bulma-icon {
  font-size: 1.25rem;
}

.bulma-control.bulma-has-icons-left .bulma-input.bulma-is-large ~ .bulma-icon,
.bulma-control.bulma-has-icons-left .bulma-select.bulma-is-large ~ .bulma-icon, .bulma-control.bulma-has-icons-right .bulma-input.bulma-is-large ~ .bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-select.bulma-is-large ~ .bulma-icon {
  font-size: 1.5rem;
}

.bulma-control.bulma-has-icons-left .bulma-icon, .bulma-control.bulma-has-icons-right .bulma-icon {
  color: #dbdbdb;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}

.bulma-control.bulma-has-icons-left .bulma-input,
.bulma-control.bulma-has-icons-left .bulma-select select {
  padding-left: 2.5em;
}

.bulma-control.bulma-has-icons-left .bulma-icon.bulma-is-left {
  left: 0;
}

.bulma-control.bulma-has-icons-right .bulma-input,
.bulma-control.bulma-has-icons-right .bulma-select select {
  padding-right: 2.5em;
}

.bulma-control.bulma-has-icons-right .bulma-icon.bulma-is-right {
  right: 0;
}

.bulma-control.bulma-is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

.bulma-control.bulma-is-loading.bulma-is-small:after {
  font-size: 0.75rem;
}

.bulma-control.bulma-is-loading.bulma-is-medium:after {
  font-size: 1.25rem;
}

.bulma-control.bulma-is-loading.bulma-is-large:after {
  font-size: 1.5rem;
}

/* Bulma Components */
.bulma-breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

.bulma-breadcrumb a {
  align-items: center;
  color: #485fc7;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}

.bulma-breadcrumb a:hover {
  color: #363636;
}

.bulma-breadcrumb li {
  align-items: center;
  display: flex;
}

.bulma-breadcrumb li:first-child a {
  padding-left: 0;
}

.bulma-breadcrumb li.bulma-is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

.bulma-breadcrumb li + li::before {
  color: #b5b5b5;
  content: "\0002f";
}

.bulma-breadcrumb ul,
.bulma-breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bulma-breadcrumb .bulma-icon:first-child {
  margin-right: 0.5em;
}

.bulma-breadcrumb .bulma-icon:last-child {
  margin-left: 0.5em;
}

.bulma-breadcrumb.bulma-is-centered ol,
.bulma-breadcrumb.bulma-is-centered ul {
  justify-content: center;
}

.bulma-breadcrumb.bulma-is-right ol,
.bulma-breadcrumb.bulma-is-right ul {
  justify-content: flex-end;
}

.bulma-breadcrumb.bulma-is-small {
  font-size: 0.75rem;
}

.bulma-breadcrumb.bulma-is-medium {
  font-size: 1.25rem;
}

.bulma-breadcrumb.bulma-is-large {
  font-size: 1.5rem;
}

.bulma-breadcrumb.bulma-has-arrow-separator li + li::before {
  content: "\02192";
}

.bulma-breadcrumb.bulma-has-bullet-separator li + li::before {
  content: "\02022";
}

.bulma-breadcrumb.bulma-has-dot-separator li + li::before {
  content: "\000b7";
}

.bulma-breadcrumb.bulma-has-succeeds-separator li + li::before {
  content: "\0227B";
}

.bulma-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;
}

.bulma-card-header:first-child, .bulma-card-content:first-child, .bulma-card-footer:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.bulma-card-header:last-child, .bulma-card-content:last-child, .bulma-card-footer:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.bulma-card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

.bulma-card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.bulma-card-header-title.bulma-is-centered {
  justify-content: center;
}

.bulma-card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.bulma-card-image {
  display: block;
  position: relative;
}

.bulma-card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.bulma-card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.bulma-card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.bulma-card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex;
}

.bulma-card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}

.bulma-card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

.bulma-card .bulma-media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.bulma-dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.bulma-dropdown.bulma-is-active .bulma-dropdown-menu, .bulma-dropdown.bulma-is-hoverable:hover .bulma-dropdown-menu {
  display: block;
}

.bulma-dropdown.bulma-is-right .bulma-dropdown-menu {
  left: auto;
  right: 0;
}

.bulma-dropdown.bulma-is-up .bulma-dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.bulma-dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.bulma-dropdown-content {
  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;
}

.bulma-dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.bulma-dropdown-item,
button.bulma-dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

a.bulma-dropdown-item:hover,
button.bulma-dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.bulma-dropdown-item.bulma-is-active,
button.bulma-dropdown-item.bulma-is-active {
  background-color: #485fc7;
  color: #fff;
}

.bulma-dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.bulma-level {
  align-items: center;
  justify-content: space-between;
}

.bulma-level code {
  border-radius: 4px;
}

.bulma-level img {
  display: inline-block;
  vertical-align: top;
}

.bulma-level.bulma-is-mobile {
  display: flex;
}

.bulma-level.bulma-is-mobile .bulma-level-left,
.bulma-level.bulma-is-mobile .bulma-level-right {
  display: flex;
}

.bulma-level.bulma-is-mobile .bulma-level-left + .bulma-level-right {
  margin-top: 0;
}

.bulma-level.bulma-is-mobile .bulma-level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.bulma-level.bulma-is-mobile .bulma-level-item:not(.bulma-is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .bulma-level {
    display: flex;
  }
  .bulma-level > .bulma-level-item:not(.bulma-is-narrow) {
    flex-grow: 1;
  }
}

.bulma-level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}

.bulma-level-item .bulma-title,
.bulma-level-item .bulma-subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .bulma-level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.bulma-level-left,
.bulma-level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.bulma-level-left .bulma-level-item.bulma-is-flexible,
.bulma-level-right .bulma-level-item.bulma-is-flexible {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .bulma-level-left .bulma-level-item:not(:last-child),
  .bulma-level-right .bulma-level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.bulma-level-left {
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .bulma-level-left + .bulma-level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-level-left {
    display: flex;
  }
}

.bulma-level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  .bulma-level-right {
    display: flex;
  }
}

.bulma-media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}

.bulma-media .bulma-content:not(:last-child) {
  margin-bottom: 0.75rem;
}

.bulma-media .bulma-media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}

.bulma-media .bulma-media .bulma-content:not(:last-child),
.bulma-media .bulma-media .bulma-control:not(:last-child) {
  margin-bottom: 0.5rem;
}

.bulma-media .bulma-media .bulma-media {
  padding-top: 0.5rem;
}

.bulma-media .bulma-media .bulma-media + .bulma-media {
  margin-top: 0.5rem;
}

.bulma-media + .bulma-media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.bulma-media.bulma-is-large + .bulma-media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.bulma-media-left,
.bulma-media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.bulma-media-left {
  margin-right: 1rem;
}

.bulma-media-right {
  margin-left: 1rem;
}

.bulma-media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  .bulma-media-content {
    overflow-x: auto;
  }
}

.bulma-menu {
  font-size: 1rem;
}

.bulma-menu.bulma-is-small {
  font-size: 0.75rem;
}

.bulma-menu.bulma-is-medium {
  font-size: 1.25rem;
}

.bulma-menu.bulma-is-large {
  font-size: 1.5rem;
}

.bulma-menu-list {
  line-height: 1.25;
}

.bulma-menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

.bulma-menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

.bulma-menu-list a.bulma-is-active {
  background-color: #485fc7;
  color: #fff;
}

.bulma-menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.bulma-menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bulma-menu-label:not(:first-child) {
  margin-top: 1em;
}

.bulma-menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.bulma-message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

.bulma-message strong {
  color: currentColor;
}

.bulma-message a:not(.bulma-button):not(.bulma-tag):not(.bulma-dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.bulma-message.bulma-is-small {
  font-size: 0.75rem;
}

.bulma-message.bulma-is-medium {
  font-size: 1.25rem;
}

.bulma-message.bulma-is-large {
  font-size: 1.5rem;
}

.bulma-message.bulma-is-white {
  background-color: white;
}

.bulma-message.bulma-is-white .bulma-message-header {
  background-color: white;
  color: #0a0a0a;
}

.bulma-message.bulma-is-white .bulma-message-body {
  border-color: white;
}

.bulma-message.bulma-is-black {
  background-color: #fafafa;
}

.bulma-message.bulma-is-black .bulma-message-header {
  background-color: #0a0a0a;
  color: white;
}

.bulma-message.bulma-is-black .bulma-message-body {
  border-color: #0a0a0a;
}

.bulma-message.bulma-is-light {
  background-color: #fafafa;
}

.bulma-message.bulma-is-light .bulma-message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-message.bulma-is-light .bulma-message-body {
  border-color: whitesmoke;
}

.bulma-message.bulma-is-dark {
  background-color: #fafafa;
}

.bulma-message.bulma-is-dark .bulma-message-header {
  background-color: #363636;
  color: #fff;
}

.bulma-message.bulma-is-dark .bulma-message-body {
  border-color: #363636;
}

.bulma-message.bulma-is-primary {
  background-color: #ebfffc;
}

.bulma-message.bulma-is-primary .bulma-message-header {
  background-color: #00d1b2;
  color: #fff;
}

.bulma-message.bulma-is-primary .bulma-message-body {
  border-color: #00d1b2;
  color: #00947e;
}

.bulma-message.bulma-is-link {
  background-color: #eff1fa;
}

.bulma-message.bulma-is-link .bulma-message-header {
  background-color: #485fc7;
  color: #fff;
}

.bulma-message.bulma-is-link .bulma-message-body {
  border-color: #485fc7;
  color: #3850b7;
}

.bulma-message.bulma-is-info {
  background-color: #eff5fb;
}

.bulma-message.bulma-is-info .bulma-message-header {
  background-color: #3e8ed0;
  color: #fff;
}

.bulma-message.bulma-is-info .bulma-message-body {
  border-color: #3e8ed0;
  color: #296fa8;
}

.bulma-message.bulma-is-success {
  background-color: #effaf5;
}

.bulma-message.bulma-is-success .bulma-message-header {
  background-color: #48c78e;
  color: #fff;
}

.bulma-message.bulma-is-success .bulma-message-body {
  border-color: #48c78e;
  color: #257953;
}

.bulma-message.bulma-is-warning {
  background-color: #fffaeb;
}

.bulma-message.bulma-is-warning .bulma-message-header {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-message.bulma-is-warning .bulma-message-body {
  border-color: #ffe08a;
  color: #946c00;
}

.bulma-message.bulma-is-danger {
  background-color: #feecf0;
}

.bulma-message.bulma-is-danger .bulma-message-header {
  background-color: #f14668;
  color: #fff;
}

.bulma-message.bulma-is-danger .bulma-message-body {
  border-color: #f14668;
  color: #cc0f35;
}

.bulma-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;
}

.bulma-message-header .bulma-delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

.bulma-message-header + .bulma-message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bulma-message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}

.bulma-message-body code,
.bulma-message-body pre {
  background-color: white;
}

.bulma-message-body pre code {
  background-color: transparent;
}

.bulma-modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.bulma-modal.bulma-is-active {
  display: flex;
}

.bulma-modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.bulma-modal-content,
.bulma-modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .bulma-modal-content,
  .bulma-modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.bulma-modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.bulma-modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.bulma-modal-card-head,
.bulma-modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.bulma-modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.bulma-modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.bulma-modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.bulma-modal-card-foot .bulma-button:not(:last-child) {
  margin-right: 0.5em;
}

.bulma-modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.bulma-navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.bulma-navbar.bulma-is-white {
  background-color: white;
  color: #0a0a0a;
}

.bulma-navbar.bulma-is-white .bulma-navbar-brand > .bulma-navbar-item,
.bulma-navbar.bulma-is-white .bulma-navbar-brand .bulma-navbar-link {
  color: #0a0a0a;
}

.bulma-navbar.bulma-is-white .bulma-navbar-brand > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-white .bulma-navbar-brand > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-white .bulma-navbar-brand > a.bulma-navbar-item.bulma-is-active,
.bulma-navbar.bulma-is-white .bulma-navbar-brand .bulma-navbar-link:focus,
.bulma-navbar.bulma-is-white .bulma-navbar-brand .bulma-navbar-link:hover,
.bulma-navbar.bulma-is-white .bulma-navbar-brand .bulma-navbar-link.bulma-is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.bulma-navbar.bulma-is-white .bulma-navbar-brand .bulma-navbar-link::after {
  border-color: #0a0a0a;
}

.bulma-navbar.bulma-is-white .bulma-navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  .bulma-navbar.bulma-is-white .bulma-navbar-start > .bulma-navbar-item,
  .bulma-navbar.bulma-is-white .bulma-navbar-start .bulma-navbar-link,
  .bulma-navbar.bulma-is-white .bulma-navbar-end > .bulma-navbar-item,
  .bulma-navbar.bulma-is-white .bulma-navbar-end .bulma-navbar-link {
    color: #0a0a0a;
  }
  .bulma-navbar.bulma-is-white .bulma-navbar-start > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-white .bulma-navbar-start > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-white .bulma-navbar-start > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-white .bulma-navbar-start .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-white .bulma-navbar-start .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-white .bulma-navbar-start .bulma-navbar-link.bulma-is-active,
  .bulma-navbar.bulma-is-white .bulma-navbar-end > a.bulma-navbar-item:focus,
  .bulma-navbar.bulma-is-white .bulma-navbar-end > a.bulma-navbar-item:hover,
  .bulma-navbar.bulma-is-white .bulma-navbar-end > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-white .bulma-navbar-end .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-white .bulma-navbar-end .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-white .bulma-navbar-end .bulma-navbar-link.bulma-is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .bulma-navbar.bulma-is-white .bulma-navbar-start .bulma-navbar-link::after,
  .bulma-navbar.bulma-is-white .bulma-navbar-end .bulma-navbar-link::after {
    border-color: #0a0a0a;
  }
  .bulma-navbar.bulma-is-white .bulma-navbar-item.bulma-has-dropdown:focus .bulma-navbar-link,
  .bulma-navbar.bulma-is-white .bulma-navbar-item.bulma-has-dropdown:hover .bulma-navbar-link,
  .bulma-navbar.bulma-is-white .bulma-navbar-item.bulma-has-dropdown.bulma-is-active .bulma-navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .bulma-navbar.bulma-is-white .bulma-navbar-dropdown a.bulma-navbar-item.bulma-is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

.bulma-navbar.bulma-is-black {
  background-color: #0a0a0a;
  color: white;
}

.bulma-navbar.bulma-is-black .bulma-navbar-brand > .bulma-navbar-item,
.bulma-navbar.bulma-is-black .bulma-navbar-brand .bulma-navbar-link {
  color: white;
}

.bulma-navbar.bulma-is-black .bulma-navbar-brand > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-black .bulma-navbar-brand > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-black .bulma-navbar-brand > a.bulma-navbar-item.bulma-is-active,
.bulma-navbar.bulma-is-black .bulma-navbar-brand .bulma-navbar-link:focus,
.bulma-navbar.bulma-is-black .bulma-navbar-brand .bulma-navbar-link:hover,
.bulma-navbar.bulma-is-black .bulma-navbar-brand .bulma-navbar-link.bulma-is-active {
  background-color: black;
  color: white;
}

.bulma-navbar.bulma-is-black .bulma-navbar-brand .bulma-navbar-link::after {
  border-color: white;
}

.bulma-navbar.bulma-is-black .bulma-navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  .bulma-navbar.bulma-is-black .bulma-navbar-start > .bulma-navbar-item,
  .bulma-navbar.bulma-is-black .bulma-navbar-start .bulma-navbar-link,
  .bulma-navbar.bulma-is-black .bulma-navbar-end > .bulma-navbar-item,
  .bulma-navbar.bulma-is-black .bulma-navbar-end .bulma-navbar-link {
    color: white;
  }
  .bulma-navbar.bulma-is-black .bulma-navbar-start > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-black .bulma-navbar-start > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-black .bulma-navbar-start > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-black .bulma-navbar-start .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-black .bulma-navbar-start .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-black .bulma-navbar-start .bulma-navbar-link.bulma-is-active,
  .bulma-navbar.bulma-is-black .bulma-navbar-end > a.bulma-navbar-item:focus,
  .bulma-navbar.bulma-is-black .bulma-navbar-end > a.bulma-navbar-item:hover,
  .bulma-navbar.bulma-is-black .bulma-navbar-end > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-black .bulma-navbar-end .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-black .bulma-navbar-end .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-black .bulma-navbar-end .bulma-navbar-link.bulma-is-active {
    background-color: black;
    color: white;
  }
  .bulma-navbar.bulma-is-black .bulma-navbar-start .bulma-navbar-link::after,
  .bulma-navbar.bulma-is-black .bulma-navbar-end .bulma-navbar-link::after {
    border-color: white;
  }
  .bulma-navbar.bulma-is-black .bulma-navbar-item.bulma-has-dropdown:focus .bulma-navbar-link,
  .bulma-navbar.bulma-is-black .bulma-navbar-item.bulma-has-dropdown:hover .bulma-navbar-link,
  .bulma-navbar.bulma-is-black .bulma-navbar-item.bulma-has-dropdown.bulma-is-active .bulma-navbar-link {
    background-color: black;
    color: white;
  }
  .bulma-navbar.bulma-is-black .bulma-navbar-dropdown a.bulma-navbar-item.bulma-is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

.bulma-navbar.bulma-is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-navbar.bulma-is-light .bulma-navbar-brand > .bulma-navbar-item,
.bulma-navbar.bulma-is-light .bulma-navbar-brand .bulma-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.bulma-navbar.bulma-is-light .bulma-navbar-brand > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-light .bulma-navbar-brand > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-light .bulma-navbar-brand > a.bulma-navbar-item.bulma-is-active,
.bulma-navbar.bulma-is-light .bulma-navbar-brand .bulma-navbar-link:focus,
.bulma-navbar.bulma-is-light .bulma-navbar-brand .bulma-navbar-link:hover,
.bulma-navbar.bulma-is-light .bulma-navbar-brand .bulma-navbar-link.bulma-is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-navbar.bulma-is-light .bulma-navbar-brand .bulma-navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.bulma-navbar.bulma-is-light .bulma-navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  .bulma-navbar.bulma-is-light .bulma-navbar-start > .bulma-navbar-item,
  .bulma-navbar.bulma-is-light .bulma-navbar-start .bulma-navbar-link,
  .bulma-navbar.bulma-is-light .bulma-navbar-end > .bulma-navbar-item,
  .bulma-navbar.bulma-is-light .bulma-navbar-end .bulma-navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .bulma-navbar.bulma-is-light .bulma-navbar-start > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-light .bulma-navbar-start > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-light .bulma-navbar-start > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-light .bulma-navbar-start .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-light .bulma-navbar-start .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-light .bulma-navbar-start .bulma-navbar-link.bulma-is-active,
  .bulma-navbar.bulma-is-light .bulma-navbar-end > a.bulma-navbar-item:focus,
  .bulma-navbar.bulma-is-light .bulma-navbar-end > a.bulma-navbar-item:hover,
  .bulma-navbar.bulma-is-light .bulma-navbar-end > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-light .bulma-navbar-end .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-light .bulma-navbar-end .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-light .bulma-navbar-end .bulma-navbar-link.bulma-is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .bulma-navbar.bulma-is-light .bulma-navbar-start .bulma-navbar-link::after,
  .bulma-navbar.bulma-is-light .bulma-navbar-end .bulma-navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .bulma-navbar.bulma-is-light .bulma-navbar-item.bulma-has-dropdown:focus .bulma-navbar-link,
  .bulma-navbar.bulma-is-light .bulma-navbar-item.bulma-has-dropdown:hover .bulma-navbar-link,
  .bulma-navbar.bulma-is-light .bulma-navbar-item.bulma-has-dropdown.bulma-is-active .bulma-navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .bulma-navbar.bulma-is-light .bulma-navbar-dropdown a.bulma-navbar-item.bulma-is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}

.bulma-navbar.bulma-is-dark {
  background-color: #363636;
  color: #fff;
}

.bulma-navbar.bulma-is-dark .bulma-navbar-brand > .bulma-navbar-item,
.bulma-navbar.bulma-is-dark .bulma-navbar-brand .bulma-navbar-link {
  color: #fff;
}

.bulma-navbar.bulma-is-dark .bulma-navbar-brand > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-dark .bulma-navbar-brand > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-dark .bulma-navbar-brand > a.bulma-navbar-item.bulma-is-active,
.bulma-navbar.bulma-is-dark .bulma-navbar-brand .bulma-navbar-link:focus,
.bulma-navbar.bulma-is-dark .bulma-navbar-brand .bulma-navbar-link:hover,
.bulma-navbar.bulma-is-dark .bulma-navbar-brand .bulma-navbar-link.bulma-is-active {
  background-color: #292929;
  color: #fff;
}

.bulma-navbar.bulma-is-dark .bulma-navbar-brand .bulma-navbar-link::after {
  border-color: #fff;
}

.bulma-navbar.bulma-is-dark .bulma-navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .bulma-navbar.bulma-is-dark .bulma-navbar-start > .bulma-navbar-item,
  .bulma-navbar.bulma-is-dark .bulma-navbar-start .bulma-navbar-link,
  .bulma-navbar.bulma-is-dark .bulma-navbar-end > .bulma-navbar-item,
  .bulma-navbar.bulma-is-dark .bulma-navbar-end .bulma-navbar-link {
    color: #fff;
  }
  .bulma-navbar.bulma-is-dark .bulma-navbar-start > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-dark .bulma-navbar-start > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-dark .bulma-navbar-start > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-dark .bulma-navbar-start .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-dark .bulma-navbar-start .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-dark .bulma-navbar-start .bulma-navbar-link.bulma-is-active,
  .bulma-navbar.bulma-is-dark .bulma-navbar-end > a.bulma-navbar-item:focus,
  .bulma-navbar.bulma-is-dark .bulma-navbar-end > a.bulma-navbar-item:hover,
  .bulma-navbar.bulma-is-dark .bulma-navbar-end > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-dark .bulma-navbar-end .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-dark .bulma-navbar-end .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-dark .bulma-navbar-end .bulma-navbar-link.bulma-is-active {
    background-color: #292929;
    color: #fff;
  }
  .bulma-navbar.bulma-is-dark .bulma-navbar-start .bulma-navbar-link::after,
  .bulma-navbar.bulma-is-dark .bulma-navbar-end .bulma-navbar-link::after {
    border-color: #fff;
  }
  .bulma-navbar.bulma-is-dark .bulma-navbar-item.bulma-has-dropdown:focus .bulma-navbar-link,
  .bulma-navbar.bulma-is-dark .bulma-navbar-item.bulma-has-dropdown:hover .bulma-navbar-link,
  .bulma-navbar.bulma-is-dark .bulma-navbar-item.bulma-has-dropdown.bulma-is-active .bulma-navbar-link {
    background-color: #292929;
    color: #fff;
  }
  .bulma-navbar.bulma-is-dark .bulma-navbar-dropdown a.bulma-navbar-item.bulma-is-active {
    background-color: #363636;
    color: #fff;
  }
}

.bulma-navbar.bulma-is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.bulma-navbar.bulma-is-primary .bulma-navbar-brand > .bulma-navbar-item,
.bulma-navbar.bulma-is-primary .bulma-navbar-brand .bulma-navbar-link {
  color: #fff;
}

.bulma-navbar.bulma-is-primary .bulma-navbar-brand > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-primary .bulma-navbar-brand > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-primary .bulma-navbar-brand > a.bulma-navbar-item.bulma-is-active,
.bulma-navbar.bulma-is-primary .bulma-navbar-brand .bulma-navbar-link:focus,
.bulma-navbar.bulma-is-primary .bulma-navbar-brand .bulma-navbar-link:hover,
.bulma-navbar.bulma-is-primary .bulma-navbar-brand .bulma-navbar-link.bulma-is-active {
  background-color: #00b89c;
  color: #fff;
}

.bulma-navbar.bulma-is-primary .bulma-navbar-brand .bulma-navbar-link::after {
  border-color: #fff;
}

.bulma-navbar.bulma-is-primary .bulma-navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .bulma-navbar.bulma-is-primary .bulma-navbar-start > .bulma-navbar-item,
  .bulma-navbar.bulma-is-primary .bulma-navbar-start .bulma-navbar-link,
  .bulma-navbar.bulma-is-primary .bulma-navbar-end > .bulma-navbar-item,
  .bulma-navbar.bulma-is-primary .bulma-navbar-end .bulma-navbar-link {
    color: #fff;
  }
  .bulma-navbar.bulma-is-primary .bulma-navbar-start > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-primary .bulma-navbar-start > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-primary .bulma-navbar-start > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-primary .bulma-navbar-start .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-primary .bulma-navbar-start .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-primary .bulma-navbar-start .bulma-navbar-link.bulma-is-active,
  .bulma-navbar.bulma-is-primary .bulma-navbar-end > a.bulma-navbar-item:focus,
  .bulma-navbar.bulma-is-primary .bulma-navbar-end > a.bulma-navbar-item:hover,
  .bulma-navbar.bulma-is-primary .bulma-navbar-end > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-primary .bulma-navbar-end .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-primary .bulma-navbar-end .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-primary .bulma-navbar-end .bulma-navbar-link.bulma-is-active {
    background-color: #00b89c;
    color: #fff;
  }
  .bulma-navbar.bulma-is-primary .bulma-navbar-start .bulma-navbar-link::after,
  .bulma-navbar.bulma-is-primary .bulma-navbar-end .bulma-navbar-link::after {
    border-color: #fff;
  }
  .bulma-navbar.bulma-is-primary .bulma-navbar-item.bulma-has-dropdown:focus .bulma-navbar-link,
  .bulma-navbar.bulma-is-primary .bulma-navbar-item.bulma-has-dropdown:hover .bulma-navbar-link,
  .bulma-navbar.bulma-is-primary .bulma-navbar-item.bulma-has-dropdown.bulma-is-active .bulma-navbar-link {
    background-color: #00b89c;
    color: #fff;
  }
  .bulma-navbar.bulma-is-primary .bulma-navbar-dropdown a.bulma-navbar-item.bulma-is-active {
    background-color: #00d1b2;
    color: #fff;
  }
}

.bulma-navbar.bulma-is-link {
  background-color: #485fc7;
  color: #fff;
}

.bulma-navbar.bulma-is-link .bulma-navbar-brand > .bulma-navbar-item,
.bulma-navbar.bulma-is-link .bulma-navbar-brand .bulma-navbar-link {
  color: #fff;
}

.bulma-navbar.bulma-is-link .bulma-navbar-brand > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-link .bulma-navbar-brand > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-link .bulma-navbar-brand > a.bulma-navbar-item.bulma-is-active,
.bulma-navbar.bulma-is-link .bulma-navbar-brand .bulma-navbar-link:focus,
.bulma-navbar.bulma-is-link .bulma-navbar-brand .bulma-navbar-link:hover,
.bulma-navbar.bulma-is-link .bulma-navbar-brand .bulma-navbar-link.bulma-is-active {
  background-color: #3a51bb;
  color: #fff;
}

.bulma-navbar.bulma-is-link .bulma-navbar-brand .bulma-navbar-link::after {
  border-color: #fff;
}

.bulma-navbar.bulma-is-link .bulma-navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .bulma-navbar.bulma-is-link .bulma-navbar-start > .bulma-navbar-item,
  .bulma-navbar.bulma-is-link .bulma-navbar-start .bulma-navbar-link,
  .bulma-navbar.bulma-is-link .bulma-navbar-end > .bulma-navbar-item,
  .bulma-navbar.bulma-is-link .bulma-navbar-end .bulma-navbar-link {
    color: #fff;
  }
  .bulma-navbar.bulma-is-link .bulma-navbar-start > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-link .bulma-navbar-start > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-link .bulma-navbar-start > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-link .bulma-navbar-start .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-link .bulma-navbar-start .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-link .bulma-navbar-start .bulma-navbar-link.bulma-is-active,
  .bulma-navbar.bulma-is-link .bulma-navbar-end > a.bulma-navbar-item:focus,
  .bulma-navbar.bulma-is-link .bulma-navbar-end > a.bulma-navbar-item:hover,
  .bulma-navbar.bulma-is-link .bulma-navbar-end > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-link .bulma-navbar-end .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-link .bulma-navbar-end .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-link .bulma-navbar-end .bulma-navbar-link.bulma-is-active {
    background-color: #3a51bb;
    color: #fff;
  }
  .bulma-navbar.bulma-is-link .bulma-navbar-start .bulma-navbar-link::after,
  .bulma-navbar.bulma-is-link .bulma-navbar-end .bulma-navbar-link::after {
    border-color: #fff;
  }
  .bulma-navbar.bulma-is-link .bulma-navbar-item.bulma-has-dropdown:focus .bulma-navbar-link,
  .bulma-navbar.bulma-is-link .bulma-navbar-item.bulma-has-dropdown:hover .bulma-navbar-link,
  .bulma-navbar.bulma-is-link .bulma-navbar-item.bulma-has-dropdown.bulma-is-active .bulma-navbar-link {
    background-color: #3a51bb;
    color: #fff;
  }
  .bulma-navbar.bulma-is-link .bulma-navbar-dropdown a.bulma-navbar-item.bulma-is-active {
    background-color: #485fc7;
    color: #fff;
  }
}

.bulma-navbar.bulma-is-info {
  background-color: #3e8ed0;
  color: #fff;
}

.bulma-navbar.bulma-is-info .bulma-navbar-brand > .bulma-navbar-item,
.bulma-navbar.bulma-is-info .bulma-navbar-brand .bulma-navbar-link {
  color: #fff;
}

.bulma-navbar.bulma-is-info .bulma-navbar-brand > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-info .bulma-navbar-brand > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-info .bulma-navbar-brand > a.bulma-navbar-item.bulma-is-active,
.bulma-navbar.bulma-is-info .bulma-navbar-brand .bulma-navbar-link:focus,
.bulma-navbar.bulma-is-info .bulma-navbar-brand .bulma-navbar-link:hover,
.bulma-navbar.bulma-is-info .bulma-navbar-brand .bulma-navbar-link.bulma-is-active {
  background-color: #3082c5;
  color: #fff;
}

.bulma-navbar.bulma-is-info .bulma-navbar-brand .bulma-navbar-link::after {
  border-color: #fff;
}

.bulma-navbar.bulma-is-info .bulma-navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .bulma-navbar.bulma-is-info .bulma-navbar-start > .bulma-navbar-item,
  .bulma-navbar.bulma-is-info .bulma-navbar-start .bulma-navbar-link,
  .bulma-navbar.bulma-is-info .bulma-navbar-end > .bulma-navbar-item,
  .bulma-navbar.bulma-is-info .bulma-navbar-end .bulma-navbar-link {
    color: #fff;
  }
  .bulma-navbar.bulma-is-info .bulma-navbar-start > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-info .bulma-navbar-start > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-info .bulma-navbar-start > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-info .bulma-navbar-start .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-info .bulma-navbar-start .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-info .bulma-navbar-start .bulma-navbar-link.bulma-is-active,
  .bulma-navbar.bulma-is-info .bulma-navbar-end > a.bulma-navbar-item:focus,
  .bulma-navbar.bulma-is-info .bulma-navbar-end > a.bulma-navbar-item:hover,
  .bulma-navbar.bulma-is-info .bulma-navbar-end > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-info .bulma-navbar-end .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-info .bulma-navbar-end .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-info .bulma-navbar-end .bulma-navbar-link.bulma-is-active {
    background-color: #3082c5;
    color: #fff;
  }
  .bulma-navbar.bulma-is-info .bulma-navbar-start .bulma-navbar-link::after,
  .bulma-navbar.bulma-is-info .bulma-navbar-end .bulma-navbar-link::after {
    border-color: #fff;
  }
  .bulma-navbar.bulma-is-info .bulma-navbar-item.bulma-has-dropdown:focus .bulma-navbar-link,
  .bulma-navbar.bulma-is-info .bulma-navbar-item.bulma-has-dropdown:hover .bulma-navbar-link,
  .bulma-navbar.bulma-is-info .bulma-navbar-item.bulma-has-dropdown.bulma-is-active .bulma-navbar-link {
    background-color: #3082c5;
    color: #fff;
  }
  .bulma-navbar.bulma-is-info .bulma-navbar-dropdown a.bulma-navbar-item.bulma-is-active {
    background-color: #3e8ed0;
    color: #fff;
  }
}

.bulma-navbar.bulma-is-success {
  background-color: #48c78e;
  color: #fff;
}

.bulma-navbar.bulma-is-success .bulma-navbar-brand > .bulma-navbar-item,
.bulma-navbar.bulma-is-success .bulma-navbar-brand .bulma-navbar-link {
  color: #fff;
}

.bulma-navbar.bulma-is-success .bulma-navbar-brand > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-success .bulma-navbar-brand > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-success .bulma-navbar-brand > a.bulma-navbar-item.bulma-is-active,
.bulma-navbar.bulma-is-success .bulma-navbar-brand .bulma-navbar-link:focus,
.bulma-navbar.bulma-is-success .bulma-navbar-brand .bulma-navbar-link:hover,
.bulma-navbar.bulma-is-success .bulma-navbar-brand .bulma-navbar-link.bulma-is-active {
  background-color: #3abb81;
  color: #fff;
}

.bulma-navbar.bulma-is-success .bulma-navbar-brand .bulma-navbar-link::after {
  border-color: #fff;
}

.bulma-navbar.bulma-is-success .bulma-navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .bulma-navbar.bulma-is-success .bulma-navbar-start > .bulma-navbar-item,
  .bulma-navbar.bulma-is-success .bulma-navbar-start .bulma-navbar-link,
  .bulma-navbar.bulma-is-success .bulma-navbar-end > .bulma-navbar-item,
  .bulma-navbar.bulma-is-success .bulma-navbar-end .bulma-navbar-link {
    color: #fff;
  }
  .bulma-navbar.bulma-is-success .bulma-navbar-start > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-success .bulma-navbar-start > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-success .bulma-navbar-start > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-success .bulma-navbar-start .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-success .bulma-navbar-start .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-success .bulma-navbar-start .bulma-navbar-link.bulma-is-active,
  .bulma-navbar.bulma-is-success .bulma-navbar-end > a.bulma-navbar-item:focus,
  .bulma-navbar.bulma-is-success .bulma-navbar-end > a.bulma-navbar-item:hover,
  .bulma-navbar.bulma-is-success .bulma-navbar-end > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-success .bulma-navbar-end .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-success .bulma-navbar-end .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-success .bulma-navbar-end .bulma-navbar-link.bulma-is-active {
    background-color: #3abb81;
    color: #fff;
  }
  .bulma-navbar.bulma-is-success .bulma-navbar-start .bulma-navbar-link::after,
  .bulma-navbar.bulma-is-success .bulma-navbar-end .bulma-navbar-link::after {
    border-color: #fff;
  }
  .bulma-navbar.bulma-is-success .bulma-navbar-item.bulma-has-dropdown:focus .bulma-navbar-link,
  .bulma-navbar.bulma-is-success .bulma-navbar-item.bulma-has-dropdown:hover .bulma-navbar-link,
  .bulma-navbar.bulma-is-success .bulma-navbar-item.bulma-has-dropdown.bulma-is-active .bulma-navbar-link {
    background-color: #3abb81;
    color: #fff;
  }
  .bulma-navbar.bulma-is-success .bulma-navbar-dropdown a.bulma-navbar-item.bulma-is-active {
    background-color: #48c78e;
    color: #fff;
  }
}

.bulma-navbar.bulma-is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-navbar.bulma-is-warning .bulma-navbar-brand > .bulma-navbar-item,
.bulma-navbar.bulma-is-warning .bulma-navbar-brand .bulma-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.bulma-navbar.bulma-is-warning .bulma-navbar-brand > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-warning .bulma-navbar-brand > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-warning .bulma-navbar-brand > a.bulma-navbar-item.bulma-is-active,
.bulma-navbar.bulma-is-warning .bulma-navbar-brand .bulma-navbar-link:focus,
.bulma-navbar.bulma-is-warning .bulma-navbar-brand .bulma-navbar-link:hover,
.bulma-navbar.bulma-is-warning .bulma-navbar-brand .bulma-navbar-link.bulma-is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-navbar.bulma-is-warning .bulma-navbar-brand .bulma-navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.bulma-navbar.bulma-is-warning .bulma-navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  .bulma-navbar.bulma-is-warning .bulma-navbar-start > .bulma-navbar-item,
  .bulma-navbar.bulma-is-warning .bulma-navbar-start .bulma-navbar-link,
  .bulma-navbar.bulma-is-warning .bulma-navbar-end > .bulma-navbar-item,
  .bulma-navbar.bulma-is-warning .bulma-navbar-end .bulma-navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .bulma-navbar.bulma-is-warning .bulma-navbar-start > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-warning .bulma-navbar-start > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-warning .bulma-navbar-start > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-warning .bulma-navbar-start .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-warning .bulma-navbar-start .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-warning .bulma-navbar-start .bulma-navbar-link.bulma-is-active,
  .bulma-navbar.bulma-is-warning .bulma-navbar-end > a.bulma-navbar-item:focus,
  .bulma-navbar.bulma-is-warning .bulma-navbar-end > a.bulma-navbar-item:hover,
  .bulma-navbar.bulma-is-warning .bulma-navbar-end > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-warning .bulma-navbar-end .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-warning .bulma-navbar-end .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-warning .bulma-navbar-end .bulma-navbar-link.bulma-is-active {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  .bulma-navbar.bulma-is-warning .bulma-navbar-start .bulma-navbar-link::after,
  .bulma-navbar.bulma-is-warning .bulma-navbar-end .bulma-navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .bulma-navbar.bulma-is-warning .bulma-navbar-item.bulma-has-dropdown:focus .bulma-navbar-link,
  .bulma-navbar.bulma-is-warning .bulma-navbar-item.bulma-has-dropdown:hover .bulma-navbar-link,
  .bulma-navbar.bulma-is-warning .bulma-navbar-item.bulma-has-dropdown.bulma-is-active .bulma-navbar-link {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  .bulma-navbar.bulma-is-warning .bulma-navbar-dropdown a.bulma-navbar-item.bulma-is-active {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7);
  }
}

.bulma-navbar.bulma-is-danger {
  background-color: #f14668;
  color: #fff;
}

.bulma-navbar.bulma-is-danger .bulma-navbar-brand > .bulma-navbar-item,
.bulma-navbar.bulma-is-danger .bulma-navbar-brand .bulma-navbar-link {
  color: #fff;
}

.bulma-navbar.bulma-is-danger .bulma-navbar-brand > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-danger .bulma-navbar-brand > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-danger .bulma-navbar-brand > a.bulma-navbar-item.bulma-is-active,
.bulma-navbar.bulma-is-danger .bulma-navbar-brand .bulma-navbar-link:focus,
.bulma-navbar.bulma-is-danger .bulma-navbar-brand .bulma-navbar-link:hover,
.bulma-navbar.bulma-is-danger .bulma-navbar-brand .bulma-navbar-link.bulma-is-active {
  background-color: #ef2e55;
  color: #fff;
}

.bulma-navbar.bulma-is-danger .bulma-navbar-brand .bulma-navbar-link::after {
  border-color: #fff;
}

.bulma-navbar.bulma-is-danger .bulma-navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .bulma-navbar.bulma-is-danger .bulma-navbar-start > .bulma-navbar-item,
  .bulma-navbar.bulma-is-danger .bulma-navbar-start .bulma-navbar-link,
  .bulma-navbar.bulma-is-danger .bulma-navbar-end > .bulma-navbar-item,
  .bulma-navbar.bulma-is-danger .bulma-navbar-end .bulma-navbar-link {
    color: #fff;
  }
  .bulma-navbar.bulma-is-danger .bulma-navbar-start > a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-danger .bulma-navbar-start > a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-danger .bulma-navbar-start > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-danger .bulma-navbar-start .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-danger .bulma-navbar-start .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-danger .bulma-navbar-start .bulma-navbar-link.bulma-is-active,
  .bulma-navbar.bulma-is-danger .bulma-navbar-end > a.bulma-navbar-item:focus,
  .bulma-navbar.bulma-is-danger .bulma-navbar-end > a.bulma-navbar-item:hover,
  .bulma-navbar.bulma-is-danger .bulma-navbar-end > a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-danger .bulma-navbar-end .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-danger .bulma-navbar-end .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-danger .bulma-navbar-end .bulma-navbar-link.bulma-is-active {
    background-color: #ef2e55;
    color: #fff;
  }
  .bulma-navbar.bulma-is-danger .bulma-navbar-start .bulma-navbar-link::after,
  .bulma-navbar.bulma-is-danger .bulma-navbar-end .bulma-navbar-link::after {
    border-color: #fff;
  }
  .bulma-navbar.bulma-is-danger .bulma-navbar-item.bulma-has-dropdown:focus .bulma-navbar-link,
  .bulma-navbar.bulma-is-danger .bulma-navbar-item.bulma-has-dropdown:hover .bulma-navbar-link,
  .bulma-navbar.bulma-is-danger .bulma-navbar-item.bulma-has-dropdown.bulma-is-active .bulma-navbar-link {
    background-color: #ef2e55;
    color: #fff;
  }
  .bulma-navbar.bulma-is-danger .bulma-navbar-dropdown a.bulma-navbar-item.bulma-is-active {
    background-color: #f14668;
    color: #fff;
  }
}

.bulma-navbar > .bulma-container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.bulma-navbar.bulma-has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

.bulma-navbar.bulma-is-fixed-bottom, .bulma-navbar.bulma-is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.bulma-navbar.bulma-is-fixed-bottom {
  bottom: 0;
}

.bulma-navbar.bulma-is-fixed-bottom.bulma-has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

.bulma-navbar.bulma-is-fixed-top {
  top: 0;
}

html.bulma-has-navbar-fixed-top,
body.bulma-has-navbar-fixed-top {
  padding-top: 3.25rem;
}

html.bulma-has-navbar-fixed-bottom,
body.bulma-has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.bulma-navbar-brand,
.bulma-navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.bulma-navbar-brand a.bulma-navbar-item:focus, .bulma-navbar-brand a.bulma-navbar-item:hover {
  background-color: transparent;
}

.bulma-navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.bulma-navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

.bulma-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;
}

.bulma-navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.bulma-navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.bulma-navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.bulma-navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.bulma-navbar-burger.bulma-is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.bulma-navbar-burger.bulma-is-active span:nth-child(2) {
  opacity: 0;
}

.bulma-navbar-burger.bulma-is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.bulma-navbar-menu {
  display: none;
}

.bulma-navbar-item,
.bulma-navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.bulma-navbar-item .bulma-icon:only-child,
.bulma-navbar-link .bulma-icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.bulma-navbar-item,
.bulma-navbar-link {
  cursor: pointer;
}

a.bulma-navbar-item:focus, a.bulma-navbar-item:focus-within, a.bulma-navbar-item:hover, a.bulma-navbar-item.bulma-is-active,
.bulma-navbar-link:focus,
.bulma-navbar-link:focus-within,
.bulma-navbar-link:hover,
.bulma-navbar-link.bulma-is-active {
  background-color: #fafafa;
  color: #485fc7;
}

.bulma-navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}

.bulma-navbar-item img {
  max-height: 1.75rem;
}

.bulma-navbar-item.bulma-has-dropdown {
  padding: 0;
}

.bulma-navbar-item.bulma-is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.bulma-navbar-item.bulma-is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

.bulma-navbar-item.bulma-is-tab:focus, .bulma-navbar-item.bulma-is-tab:hover {
  background-color: transparent;
  border-bottom-color: #485fc7;
}

.bulma-navbar-item.bulma-is-tab.bulma-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);
}

.bulma-navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.bulma-navbar-link:not(.bulma-is-arrowless) {
  padding-right: 2.5em;
}

.bulma-navbar-link:not(.bulma-is-arrowless)::after {
  border-color: #485fc7;
  margin-top: -0.375em;
  right: 1.125em;
}

.bulma-navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.bulma-navbar-dropdown .bulma-navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bulma-navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .bulma-navbar > .bulma-container {
    display: block;
  }
  .bulma-navbar-brand .bulma-navbar-item,
  .bulma-navbar-tabs .bulma-navbar-item {
    align-items: center;
    display: flex;
  }
  .bulma-navbar-link::after {
    display: none;
  }
  .bulma-navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .bulma-navbar-menu.bulma-is-active {
    display: block;
  }
  .bulma-navbar.bulma-is-fixed-bottom-touch, .bulma-navbar.bulma-is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .bulma-navbar.bulma-is-fixed-bottom-touch {
    bottom: 0;
  }
  .bulma-navbar.bulma-is-fixed-bottom-touch.bulma-has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .bulma-navbar.bulma-is-fixed-top-touch {
    top: 0;
  }
  .bulma-navbar.bulma-is-fixed-top .bulma-navbar-menu, .bulma-navbar.bulma-is-fixed-top-touch .bulma-navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.bulma-has-navbar-fixed-top-touch,
  body.bulma-has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.bulma-has-navbar-fixed-bottom-touch,
  body.bulma-has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-navbar,
  .bulma-navbar-menu,
  .bulma-navbar-start,
  .bulma-navbar-end {
    align-items: stretch;
    display: flex;
  }
  .bulma-navbar {
    min-height: 3.25rem;
  }
  .bulma-navbar.bulma-is-spaced {
    padding: 1rem 2rem;
  }
  .bulma-navbar.bulma-is-spaced .bulma-navbar-start,
  .bulma-navbar.bulma-is-spaced .bulma-navbar-end {
    align-items: center;
  }
  .bulma-navbar.bulma-is-spaced a.bulma-navbar-item,
  .bulma-navbar.bulma-is-spaced .bulma-navbar-link {
    border-radius: 4px;
  }
  .bulma-navbar.bulma-is-transparent a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-transparent a.bulma-navbar-item:hover, .bulma-navbar.bulma-is-transparent a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar.bulma-is-transparent .bulma-navbar-link:focus,
  .bulma-navbar.bulma-is-transparent .bulma-navbar-link:hover,
  .bulma-navbar.bulma-is-transparent .bulma-navbar-link.bulma-is-active {
    background-color: transparent !important;
  }
  .bulma-navbar.bulma-is-transparent .bulma-navbar-item.bulma-has-dropdown.bulma-is-active .bulma-navbar-link, .bulma-navbar.bulma-is-transparent .bulma-navbar-item.bulma-has-dropdown.bulma-is-hoverable:focus .bulma-navbar-link, .bulma-navbar.bulma-is-transparent .bulma-navbar-item.bulma-has-dropdown.bulma-is-hoverable:focus-within .bulma-navbar-link, .bulma-navbar.bulma-is-transparent .bulma-navbar-item.bulma-has-dropdown.bulma-is-hoverable:hover .bulma-navbar-link {
    background-color: transparent !important;
  }
  .bulma-navbar.bulma-is-transparent .bulma-navbar-dropdown a.bulma-navbar-item:focus, .bulma-navbar.bulma-is-transparent .bulma-navbar-dropdown a.bulma-navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .bulma-navbar.bulma-is-transparent .bulma-navbar-dropdown a.bulma-navbar-item.bulma-is-active {
    background-color: whitesmoke;
    color: #485fc7;
  }
  .bulma-navbar-burger {
    display: none;
  }
  .bulma-navbar-item,
  .bulma-navbar-link {
    align-items: center;
    display: flex;
  }
  .bulma-navbar-item.bulma-has-dropdown {
    align-items: stretch;
  }
  .bulma-navbar-item.bulma-has-dropdown-up .bulma-navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .bulma-navbar-item.bulma-has-dropdown-up .bulma-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;
  }
  .bulma-navbar-item.bulma-is-active .bulma-navbar-dropdown, .bulma-navbar-item.bulma-is-hoverable:focus .bulma-navbar-dropdown, .bulma-navbar-item.bulma-is-hoverable:focus-within .bulma-navbar-dropdown, .bulma-navbar-item.bulma-is-hoverable:hover .bulma-navbar-dropdown {
    display: block;
  }
  .bulma-navbar.bulma-is-spaced .bulma-navbar-item.bulma-is-active .bulma-navbar-dropdown, .bulma-navbar-item.bulma-is-active .bulma-navbar-dropdown.bulma-is-boxed, .bulma-navbar.bulma-is-spaced .bulma-navbar-item.bulma-is-hoverable:focus .bulma-navbar-dropdown, .bulma-navbar-item.bulma-is-hoverable:focus .bulma-navbar-dropdown.bulma-is-boxed, .bulma-navbar.bulma-is-spaced .bulma-navbar-item.bulma-is-hoverable:focus-within .bulma-navbar-dropdown, .bulma-navbar-item.bulma-is-hoverable:focus-within .bulma-navbar-dropdown.bulma-is-boxed, .bulma-navbar.bulma-is-spaced .bulma-navbar-item.bulma-is-hoverable:hover .bulma-navbar-dropdown, .bulma-navbar-item.bulma-is-hoverable:hover .bulma-navbar-dropdown.bulma-is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .bulma-navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .bulma-navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .bulma-navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .bulma-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;
  }
  .bulma-navbar-dropdown .bulma-navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .bulma-navbar-dropdown a.bulma-navbar-item {
    padding-right: 3rem;
  }
  .bulma-navbar-dropdown a.bulma-navbar-item:focus, .bulma-navbar-dropdown a.bulma-navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .bulma-navbar-dropdown a.bulma-navbar-item.bulma-is-active {
    background-color: whitesmoke;
    color: #485fc7;
  }
  .bulma-navbar.bulma-is-spaced .bulma-navbar-dropdown, .bulma-navbar-dropdown.bulma-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;
  }
  .bulma-navbar-dropdown.bulma-is-right {
    left: auto;
    right: 0;
  }
  .bulma-navbar-divider {
    display: block;
  }
  .bulma-navbar > .bulma-container .bulma-navbar-brand,
  .bulma-container > .bulma-navbar .bulma-navbar-brand {
    margin-left: -0.75rem;
  }
  .bulma-navbar > .bulma-container .bulma-navbar-menu,
  .bulma-container > .bulma-navbar .bulma-navbar-menu {
    margin-right: -0.75rem;
  }
  .bulma-navbar.bulma-is-fixed-bottom-desktop, .bulma-navbar.bulma-is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .bulma-navbar.bulma-is-fixed-bottom-desktop {
    bottom: 0;
  }
  .bulma-navbar.bulma-is-fixed-bottom-desktop.bulma-has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .bulma-navbar.bulma-is-fixed-top-desktop {
    top: 0;
  }
  html.bulma-has-navbar-fixed-top-desktop,
  body.bulma-has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.bulma-has-navbar-fixed-bottom-desktop,
  body.bulma-has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.bulma-has-spaced-navbar-fixed-top,
  body.bulma-has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.bulma-has-spaced-navbar-fixed-bottom,
  body.bulma-has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.bulma-navbar-item.bulma-is-active,
  .bulma-navbar-link.bulma-is-active {
    color: #0a0a0a;
  }
  a.bulma-navbar-item.bulma-is-active:not(:focus):not(:hover),
  .bulma-navbar-link.bulma-is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .bulma-navbar-item.bulma-has-dropdown:focus .bulma-navbar-link, .bulma-navbar-item.bulma-has-dropdown:hover .bulma-navbar-link, .bulma-navbar-item.bulma-has-dropdown.bulma-is-active .bulma-navbar-link {
    background-color: #fafafa;
  }
}

.bulma-hero.bulma-is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.bulma-pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

.bulma-pagination.bulma-is-small {
  font-size: 0.75rem;
}

.bulma-pagination.bulma-is-medium {
  font-size: 1.25rem;
}

.bulma-pagination.bulma-is-large {
  font-size: 1.5rem;
}

.bulma-pagination.bulma-is-rounded .bulma-pagination-previous,
.bulma-pagination.bulma-is-rounded .bulma-pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}

.bulma-pagination.bulma-is-rounded .bulma-pagination-link {
  border-radius: 9999px;
}

.bulma-pagination,
.bulma-pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.bulma-pagination-previous,
.bulma-pagination-next,
.bulma-pagination-link,
.bulma-pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.bulma-pagination-previous,
.bulma-pagination-next,
.bulma-pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}

.bulma-pagination-previous:hover,
.bulma-pagination-next:hover,
.bulma-pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.bulma-pagination-previous:focus,
.bulma-pagination-next:focus,
.bulma-pagination-link:focus {
  border-color: #485fc7;
}

.bulma-pagination-previous:active,
.bulma-pagination-next:active,
.bulma-pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.bulma-pagination-previous[disabled],
.bulma-pagination-next[disabled],
.bulma-pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

.bulma-pagination-previous,
.bulma-pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.bulma-pagination-link.bulma-is-current {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}

.bulma-pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.bulma-pagination-list {
  flex-wrap: wrap;
}

.bulma-pagination-list li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .bulma-pagination {
    flex-wrap: wrap;
  }
  .bulma-pagination-previous,
  .bulma-pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .bulma-pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  .bulma-pagination-previous,
  .bulma-pagination-next,
  .bulma-pagination-link,
  .bulma-pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }
  .bulma-pagination-previous {
    order: 2;
  }
  .bulma-pagination-next {
    order: 3;
  }
  .bulma-pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  .bulma-pagination.bulma-is-centered .bulma-pagination-previous {
    order: 1;
  }
  .bulma-pagination.bulma-is-centered .bulma-pagination-list {
    justify-content: center;
    order: 2;
  }
  .bulma-pagination.bulma-is-centered .bulma-pagination-next {
    order: 3;
  }
  .bulma-pagination.bulma-is-right .bulma-pagination-previous {
    order: 1;
  }
  .bulma-pagination.bulma-is-right .bulma-pagination-next {
    order: 2;
  }
  .bulma-pagination.bulma-is-right .bulma-pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}

.bulma-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;
}

.bulma-panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.bulma-panel.bulma-is-white .bulma-panel-heading {
  background-color: white;
  color: #0a0a0a;
}

.bulma-panel.bulma-is-white .bulma-panel-tabs a.bulma-is-active {
  border-bottom-color: white;
}

.bulma-panel.bulma-is-white .bulma-panel-block.bulma-is-active .bulma-panel-icon {
  color: white;
}

.bulma-panel.bulma-is-black .bulma-panel-heading {
  background-color: #0a0a0a;
  color: white;
}

.bulma-panel.bulma-is-black .bulma-panel-tabs a.bulma-is-active {
  border-bottom-color: #0a0a0a;
}

.bulma-panel.bulma-is-black .bulma-panel-block.bulma-is-active .bulma-panel-icon {
  color: #0a0a0a;
}

.bulma-panel.bulma-is-light .bulma-panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-panel.bulma-is-light .bulma-panel-tabs a.bulma-is-active {
  border-bottom-color: whitesmoke;
}

.bulma-panel.bulma-is-light .bulma-panel-block.bulma-is-active .bulma-panel-icon {
  color: whitesmoke;
}

.bulma-panel.bulma-is-dark .bulma-panel-heading {
  background-color: #363636;
  color: #fff;
}

.bulma-panel.bulma-is-dark .bulma-panel-tabs a.bulma-is-active {
  border-bottom-color: #363636;
}

.bulma-panel.bulma-is-dark .bulma-panel-block.bulma-is-active .bulma-panel-icon {
  color: #363636;
}

.bulma-panel.bulma-is-primary .bulma-panel-heading {
  background-color: #00d1b2;
  color: #fff;
}

.bulma-panel.bulma-is-primary .bulma-panel-tabs a.bulma-is-active {
  border-bottom-color: #00d1b2;
}

.bulma-panel.bulma-is-primary .bulma-panel-block.bulma-is-active .bulma-panel-icon {
  color: #00d1b2;
}

.bulma-panel.bulma-is-link .bulma-panel-heading {
  background-color: #485fc7;
  color: #fff;
}

.bulma-panel.bulma-is-link .bulma-panel-tabs a.bulma-is-active {
  border-bottom-color: #485fc7;
}

.bulma-panel.bulma-is-link .bulma-panel-block.bulma-is-active .bulma-panel-icon {
  color: #485fc7;
}

.bulma-panel.bulma-is-info .bulma-panel-heading {
  background-color: #3e8ed0;
  color: #fff;
}

.bulma-panel.bulma-is-info .bulma-panel-tabs a.bulma-is-active {
  border-bottom-color: #3e8ed0;
}

.bulma-panel.bulma-is-info .bulma-panel-block.bulma-is-active .bulma-panel-icon {
  color: #3e8ed0;
}

.bulma-panel.bulma-is-success .bulma-panel-heading {
  background-color: #48c78e;
  color: #fff;
}

.bulma-panel.bulma-is-success .bulma-panel-tabs a.bulma-is-active {
  border-bottom-color: #48c78e;
}

.bulma-panel.bulma-is-success .bulma-panel-block.bulma-is-active .bulma-panel-icon {
  color: #48c78e;
}

.bulma-panel.bulma-is-warning .bulma-panel-heading {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-panel.bulma-is-warning .bulma-panel-tabs a.bulma-is-active {
  border-bottom-color: #ffe08a;
}

.bulma-panel.bulma-is-warning .bulma-panel-block.bulma-is-active .bulma-panel-icon {
  color: #ffe08a;
}

.bulma-panel.bulma-is-danger .bulma-panel-heading {
  background-color: #f14668;
  color: #fff;
}

.bulma-panel.bulma-is-danger .bulma-panel-tabs a.bulma-is-active {
  border-bottom-color: #f14668;
}

.bulma-panel.bulma-is-danger .bulma-panel-block.bulma-is-active .bulma-panel-icon {
  color: #f14668;
}

.bulma-panel-tabs:not(:last-child),
.bulma-panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.bulma-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;
}

.bulma-panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}

.bulma-panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

.bulma-panel-tabs a.bulma-is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.bulma-panel-list a {
  color: #4a4a4a;
}

.bulma-panel-list a:hover {
  color: #485fc7;
}

.bulma-panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.bulma-panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

.bulma-panel-block > .bulma-control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.bulma-panel-block.bulma-is-wrapped {
  flex-wrap: wrap;
}

.bulma-panel-block.bulma-is-active {
  border-left-color: #485fc7;
  color: #363636;
}

.bulma-panel-block.bulma-is-active .bulma-panel-icon {
  color: #485fc7;
}

.bulma-panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a.bulma-panel-block,
label.bulma-panel-block {
  cursor: pointer;
}

a.bulma-panel-block:hover,
label.bulma-panel-block:hover {
  background-color: whitesmoke;
}

.bulma-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;
}

.bulma-panel-icon .bulma-fa {
  font-size: inherit;
  line-height: inherit;
}

.bulma-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;
}

.bulma-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;
}

.bulma-tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

.bulma-tabs li {
  display: block;
}

.bulma-tabs li.bulma-is-active a {
  border-bottom-color: #485fc7;
  color: #485fc7;
}

.bulma-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;
}

.bulma-tabs ul.bulma-is-left {
  padding-right: 0.75em;
}

.bulma-tabs ul.bulma-is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.bulma-tabs ul.bulma-is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}

.bulma-tabs .bulma-icon:first-child {
  margin-right: 0.5em;
}

.bulma-tabs .bulma-icon:last-child {
  margin-left: 0.5em;
}

.bulma-tabs.bulma-is-centered ul {
  justify-content: center;
}

.bulma-tabs.bulma-is-right ul {
  justify-content: flex-end;
}

.bulma-tabs.bulma-is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.bulma-tabs.bulma-is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

.bulma-tabs.bulma-is-boxed li.bulma-is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

.bulma-tabs.bulma-is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

.bulma-tabs.bulma-is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.bulma-tabs.bulma-is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

.bulma-tabs.bulma-is-toggle li + li {
  margin-left: -1px;
}

.bulma-tabs.bulma-is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bulma-tabs.bulma-is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bulma-tabs.bulma-is-toggle li.bulma-is-active a {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
  z-index: 1;
}

.bulma-tabs.bulma-is-toggle ul {
  border-bottom: none;
}

.bulma-tabs.bulma-is-toggle.bulma-is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}

.bulma-tabs.bulma-is-toggle.bulma-is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-right: 1.25em;
}

.bulma-tabs.bulma-is-small {
  font-size: 0.75rem;
}

.bulma-tabs.bulma-is-medium {
  font-size: 1.25rem;
}

.bulma-tabs.bulma-is-large {
  font-size: 1.5rem;
}

/* Bulma Grid */
.bulma-column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-narrow {
  flex: none;
  width: unset;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-full {
  flex: none;
  width: 100%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-three-quarters {
  flex: none;
  width: 75%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-half {
  flex: none;
  width: 50%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-one-third {
  flex: none;
  width: 33.3333%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-one-quarter {
  flex: none;
  width: 25%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-one-fifth {
  flex: none;
  width: 20%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-two-fifths {
  flex: none;
  width: 40%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-three-fifths {
  flex: none;
  width: 60%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-four-fifths {
  flex: none;
  width: 80%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-three-quarters {
  margin-left: 75%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-two-thirds {
  margin-left: 66.6666%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-half {
  margin-left: 50%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-one-third {
  margin-left: 33.3333%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-one-quarter {
  margin-left: 25%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-one-fifth {
  margin-left: 20%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-two-fifths {
  margin-left: 40%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-three-fifths {
  margin-left: 60%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-four-fifths {
  margin-left: 80%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-0 {
  flex: none;
  width: 0%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-0 {
  margin-left: 0%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-1 {
  flex: none;
  width: 8.33333%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-1 {
  margin-left: 8.33333%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-2 {
  flex: none;
  width: 16.66667%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-2 {
  margin-left: 16.66667%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-3 {
  flex: none;
  width: 25%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-3 {
  margin-left: 25%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-4 {
  flex: none;
  width: 33.33333%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-4 {
  margin-left: 33.33333%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-5 {
  flex: none;
  width: 41.66667%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-5 {
  margin-left: 41.66667%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-6 {
  flex: none;
  width: 50%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-6 {
  margin-left: 50%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-7 {
  flex: none;
  width: 58.33333%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-7 {
  margin-left: 58.33333%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-8 {
  flex: none;
  width: 66.66667%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-8 {
  margin-left: 66.66667%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-9 {
  flex: none;
  width: 75%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-9 {
  margin-left: 75%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-10 {
  flex: none;
  width: 83.33333%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-10 {
  margin-left: 83.33333%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-11 {
  flex: none;
  width: 91.66667%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-11 {
  margin-left: 91.66667%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-12 {
  flex: none;
  width: 100%;
}

.bulma-columns.bulma-is-mobile > .bulma-column.bulma-is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .bulma-column.bulma-is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .bulma-column.bulma-is-full-mobile {
    flex: none;
    width: 100%;
  }
  .bulma-column.bulma-is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .bulma-column.bulma-is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .bulma-column.bulma-is-half-mobile {
    flex: none;
    width: 50%;
  }
  .bulma-column.bulma-is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .bulma-column.bulma-is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .bulma-column.bulma-is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .bulma-column.bulma-is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .bulma-column.bulma-is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .bulma-column.bulma-is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .bulma-column.bulma-is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .bulma-column.bulma-is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .bulma-column.bulma-is-offset-half-mobile {
    margin-left: 50%;
  }
  .bulma-column.bulma-is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .bulma-column.bulma-is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .bulma-column.bulma-is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .bulma-column.bulma-is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .bulma-column.bulma-is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .bulma-column.bulma-is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .bulma-column.bulma-is-0-mobile {
    flex: none;
    width: 0%;
  }
  .bulma-column.bulma-is-offset-0-mobile {
    margin-left: 0%;
  }
  .bulma-column.bulma-is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  .bulma-column.bulma-is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .bulma-column.bulma-is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  .bulma-column.bulma-is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .bulma-column.bulma-is-3-mobile {
    flex: none;
    width: 25%;
  }
  .bulma-column.bulma-is-offset-3-mobile {
    margin-left: 25%;
  }
  .bulma-column.bulma-is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  .bulma-column.bulma-is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .bulma-column.bulma-is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  .bulma-column.bulma-is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .bulma-column.bulma-is-6-mobile {
    flex: none;
    width: 50%;
  }
  .bulma-column.bulma-is-offset-6-mobile {
    margin-left: 50%;
  }
  .bulma-column.bulma-is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  .bulma-column.bulma-is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .bulma-column.bulma-is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  .bulma-column.bulma-is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .bulma-column.bulma-is-9-mobile {
    flex: none;
    width: 75%;
  }
  .bulma-column.bulma-is-offset-9-mobile {
    margin-left: 75%;
  }
  .bulma-column.bulma-is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  .bulma-column.bulma-is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .bulma-column.bulma-is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  .bulma-column.bulma-is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .bulma-column.bulma-is-12-mobile {
    flex: none;
    width: 100%;
  }
  .bulma-column.bulma-is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-column.bulma-is-narrow, .bulma-column.bulma-is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .bulma-column.bulma-is-full, .bulma-column.bulma-is-full-tablet {
    flex: none;
    width: 100%;
  }
  .bulma-column.bulma-is-three-quarters, .bulma-column.bulma-is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .bulma-column.bulma-is-two-thirds, .bulma-column.bulma-is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .bulma-column.bulma-is-half, .bulma-column.bulma-is-half-tablet {
    flex: none;
    width: 50%;
  }
  .bulma-column.bulma-is-one-third, .bulma-column.bulma-is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .bulma-column.bulma-is-one-quarter, .bulma-column.bulma-is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .bulma-column.bulma-is-one-fifth, .bulma-column.bulma-is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .bulma-column.bulma-is-two-fifths, .bulma-column.bulma-is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .bulma-column.bulma-is-three-fifths, .bulma-column.bulma-is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .bulma-column.bulma-is-four-fifths, .bulma-column.bulma-is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .bulma-column.bulma-is-offset-three-quarters, .bulma-column.bulma-is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .bulma-column.bulma-is-offset-two-thirds, .bulma-column.bulma-is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .bulma-column.bulma-is-offset-half, .bulma-column.bulma-is-offset-half-tablet {
    margin-left: 50%;
  }
  .bulma-column.bulma-is-offset-one-third, .bulma-column.bulma-is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .bulma-column.bulma-is-offset-one-quarter, .bulma-column.bulma-is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .bulma-column.bulma-is-offset-one-fifth, .bulma-column.bulma-is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .bulma-column.bulma-is-offset-two-fifths, .bulma-column.bulma-is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .bulma-column.bulma-is-offset-three-fifths, .bulma-column.bulma-is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .bulma-column.bulma-is-offset-four-fifths, .bulma-column.bulma-is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .bulma-column.bulma-is-0, .bulma-column.bulma-is-0-tablet {
    flex: none;
    width: 0%;
  }
  .bulma-column.bulma-is-offset-0, .bulma-column.bulma-is-offset-0-tablet {
    margin-left: 0%;
  }
  .bulma-column.bulma-is-1, .bulma-column.bulma-is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  .bulma-column.bulma-is-offset-1, .bulma-column.bulma-is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .bulma-column.bulma-is-2, .bulma-column.bulma-is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .bulma-column.bulma-is-offset-2, .bulma-column.bulma-is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .bulma-column.bulma-is-3, .bulma-column.bulma-is-3-tablet {
    flex: none;
    width: 25%;
  }
  .bulma-column.bulma-is-offset-3, .bulma-column.bulma-is-offset-3-tablet {
    margin-left: 25%;
  }
  .bulma-column.bulma-is-4, .bulma-column.bulma-is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  .bulma-column.bulma-is-offset-4, .bulma-column.bulma-is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .bulma-column.bulma-is-5, .bulma-column.bulma-is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .bulma-column.bulma-is-offset-5, .bulma-column.bulma-is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .bulma-column.bulma-is-6, .bulma-column.bulma-is-6-tablet {
    flex: none;
    width: 50%;
  }
  .bulma-column.bulma-is-offset-6, .bulma-column.bulma-is-offset-6-tablet {
    margin-left: 50%;
  }
  .bulma-column.bulma-is-7, .bulma-column.bulma-is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  .bulma-column.bulma-is-offset-7, .bulma-column.bulma-is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .bulma-column.bulma-is-8, .bulma-column.bulma-is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  .bulma-column.bulma-is-offset-8, .bulma-column.bulma-is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .bulma-column.bulma-is-9, .bulma-column.bulma-is-9-tablet {
    flex: none;
    width: 75%;
  }
  .bulma-column.bulma-is-offset-9, .bulma-column.bulma-is-offset-9-tablet {
    margin-left: 75%;
  }
  .bulma-column.bulma-is-10, .bulma-column.bulma-is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  .bulma-column.bulma-is-offset-10, .bulma-column.bulma-is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .bulma-column.bulma-is-11, .bulma-column.bulma-is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  .bulma-column.bulma-is-offset-11, .bulma-column.bulma-is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .bulma-column.bulma-is-12, .bulma-column.bulma-is-12-tablet {
    flex: none;
    width: 100%;
  }
  .bulma-column.bulma-is-offset-12, .bulma-column.bulma-is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-column.bulma-is-narrow-touch {
    flex: none;
    width: unset;
  }
  .bulma-column.bulma-is-full-touch {
    flex: none;
    width: 100%;
  }
  .bulma-column.bulma-is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .bulma-column.bulma-is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .bulma-column.bulma-is-half-touch {
    flex: none;
    width: 50%;
  }
  .bulma-column.bulma-is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .bulma-column.bulma-is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .bulma-column.bulma-is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .bulma-column.bulma-is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .bulma-column.bulma-is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .bulma-column.bulma-is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .bulma-column.bulma-is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .bulma-column.bulma-is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .bulma-column.bulma-is-offset-half-touch {
    margin-left: 50%;
  }
  .bulma-column.bulma-is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .bulma-column.bulma-is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .bulma-column.bulma-is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .bulma-column.bulma-is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .bulma-column.bulma-is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .bulma-column.bulma-is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .bulma-column.bulma-is-0-touch {
    flex: none;
    width: 0%;
  }
  .bulma-column.bulma-is-offset-0-touch {
    margin-left: 0%;
  }
  .bulma-column.bulma-is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  .bulma-column.bulma-is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .bulma-column.bulma-is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .bulma-column.bulma-is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .bulma-column.bulma-is-3-touch {
    flex: none;
    width: 25%;
  }
  .bulma-column.bulma-is-offset-3-touch {
    margin-left: 25%;
  }
  .bulma-column.bulma-is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  .bulma-column.bulma-is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .bulma-column.bulma-is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .bulma-column.bulma-is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .bulma-column.bulma-is-6-touch {
    flex: none;
    width: 50%;
  }
  .bulma-column.bulma-is-offset-6-touch {
    margin-left: 50%;
  }
  .bulma-column.bulma-is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  .bulma-column.bulma-is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .bulma-column.bulma-is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .bulma-column.bulma-is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .bulma-column.bulma-is-9-touch {
    flex: none;
    width: 75%;
  }
  .bulma-column.bulma-is-offset-9-touch {
    margin-left: 75%;
  }
  .bulma-column.bulma-is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  .bulma-column.bulma-is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .bulma-column.bulma-is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .bulma-column.bulma-is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .bulma-column.bulma-is-12-touch {
    flex: none;
    width: 100%;
  }
  .bulma-column.bulma-is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-column.bulma-is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .bulma-column.bulma-is-full-desktop {
    flex: none;
    width: 100%;
  }
  .bulma-column.bulma-is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .bulma-column.bulma-is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .bulma-column.bulma-is-half-desktop {
    flex: none;
    width: 50%;
  }
  .bulma-column.bulma-is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .bulma-column.bulma-is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .bulma-column.bulma-is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .bulma-column.bulma-is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .bulma-column.bulma-is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .bulma-column.bulma-is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .bulma-column.bulma-is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .bulma-column.bulma-is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .bulma-column.bulma-is-offset-half-desktop {
    margin-left: 50%;
  }
  .bulma-column.bulma-is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .bulma-column.bulma-is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .bulma-column.bulma-is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .bulma-column.bulma-is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .bulma-column.bulma-is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .bulma-column.bulma-is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .bulma-column.bulma-is-0-desktop {
    flex: none;
    width: 0%;
  }
  .bulma-column.bulma-is-offset-0-desktop {
    margin-left: 0%;
  }
  .bulma-column.bulma-is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  .bulma-column.bulma-is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .bulma-column.bulma-is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  .bulma-column.bulma-is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .bulma-column.bulma-is-3-desktop {
    flex: none;
    width: 25%;
  }
  .bulma-column.bulma-is-offset-3-desktop {
    margin-left: 25%;
  }
  .bulma-column.bulma-is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  .bulma-column.bulma-is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .bulma-column.bulma-is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  .bulma-column.bulma-is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .bulma-column.bulma-is-6-desktop {
    flex: none;
    width: 50%;
  }
  .bulma-column.bulma-is-offset-6-desktop {
    margin-left: 50%;
  }
  .bulma-column.bulma-is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  .bulma-column.bulma-is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .bulma-column.bulma-is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  .bulma-column.bulma-is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .bulma-column.bulma-is-9-desktop {
    flex: none;
    width: 75%;
  }
  .bulma-column.bulma-is-offset-9-desktop {
    margin-left: 75%;
  }
  .bulma-column.bulma-is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  .bulma-column.bulma-is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .bulma-column.bulma-is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  .bulma-column.bulma-is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .bulma-column.bulma-is-12-desktop {
    flex: none;
    width: 100%;
  }
  .bulma-column.bulma-is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-column.bulma-is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .bulma-column.bulma-is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .bulma-column.bulma-is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .bulma-column.bulma-is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .bulma-column.bulma-is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .bulma-column.bulma-is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .bulma-column.bulma-is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .bulma-column.bulma-is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .bulma-column.bulma-is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .bulma-column.bulma-is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .bulma-column.bulma-is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .bulma-column.bulma-is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .bulma-column.bulma-is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .bulma-column.bulma-is-offset-half-widescreen {
    margin-left: 50%;
  }
  .bulma-column.bulma-is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .bulma-column.bulma-is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .bulma-column.bulma-is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .bulma-column.bulma-is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .bulma-column.bulma-is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .bulma-column.bulma-is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .bulma-column.bulma-is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .bulma-column.bulma-is-offset-0-widescreen {
    margin-left: 0%;
  }
  .bulma-column.bulma-is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  .bulma-column.bulma-is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .bulma-column.bulma-is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  .bulma-column.bulma-is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .bulma-column.bulma-is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .bulma-column.bulma-is-offset-3-widescreen {
    margin-left: 25%;
  }
  .bulma-column.bulma-is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  .bulma-column.bulma-is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .bulma-column.bulma-is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  .bulma-column.bulma-is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .bulma-column.bulma-is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .bulma-column.bulma-is-offset-6-widescreen {
    margin-left: 50%;
  }
  .bulma-column.bulma-is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  .bulma-column.bulma-is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .bulma-column.bulma-is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  .bulma-column.bulma-is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .bulma-column.bulma-is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .bulma-column.bulma-is-offset-9-widescreen {
    margin-left: 75%;
  }
  .bulma-column.bulma-is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  .bulma-column.bulma-is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .bulma-column.bulma-is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  .bulma-column.bulma-is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .bulma-column.bulma-is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .bulma-column.bulma-is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-column.bulma-is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .bulma-column.bulma-is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .bulma-column.bulma-is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .bulma-column.bulma-is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .bulma-column.bulma-is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .bulma-column.bulma-is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .bulma-column.bulma-is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .bulma-column.bulma-is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .bulma-column.bulma-is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .bulma-column.bulma-is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .bulma-column.bulma-is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .bulma-column.bulma-is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .bulma-column.bulma-is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .bulma-column.bulma-is-offset-half-fullhd {
    margin-left: 50%;
  }
  .bulma-column.bulma-is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .bulma-column.bulma-is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .bulma-column.bulma-is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .bulma-column.bulma-is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .bulma-column.bulma-is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .bulma-column.bulma-is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .bulma-column.bulma-is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .bulma-column.bulma-is-offset-0-fullhd {
    margin-left: 0%;
  }
  .bulma-column.bulma-is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  .bulma-column.bulma-is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .bulma-column.bulma-is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .bulma-column.bulma-is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .bulma-column.bulma-is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .bulma-column.bulma-is-offset-3-fullhd {
    margin-left: 25%;
  }
  .bulma-column.bulma-is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  .bulma-column.bulma-is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .bulma-column.bulma-is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .bulma-column.bulma-is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .bulma-column.bulma-is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .bulma-column.bulma-is-offset-6-fullhd {
    margin-left: 50%;
  }
  .bulma-column.bulma-is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  .bulma-column.bulma-is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .bulma-column.bulma-is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .bulma-column.bulma-is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .bulma-column.bulma-is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .bulma-column.bulma-is-offset-9-fullhd {
    margin-left: 75%;
  }
  .bulma-column.bulma-is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  .bulma-column.bulma-is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .bulma-column.bulma-is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .bulma-column.bulma-is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .bulma-column.bulma-is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .bulma-column.bulma-is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.bulma-columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.bulma-columns:last-child {
  margin-bottom: -0.75rem;
}

.bulma-columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.bulma-columns.bulma-is-centered {
  justify-content: center;
}

.bulma-columns.bulma-is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.bulma-columns.bulma-is-gapless > .bulma-column {
  margin: 0;
  padding: 0 !important;
}

.bulma-columns.bulma-is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.bulma-columns.bulma-is-gapless:last-child {
  margin-bottom: 0;
}

.bulma-columns.bulma-is-mobile {
  display: flex;
}

.bulma-columns.bulma-is-multiline {
  flex-wrap: wrap;
}

.bulma-columns.bulma-is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  .bulma-columns:not(.bulma-is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-columns.bulma-is-desktop {
    display: flex;
  }
}

.bulma-columns.bulma-is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.bulma-columns.bulma-is-variable > .bulma-column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.bulma-columns.bulma-is-variable.bulma-is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .bulma-columns.bulma-is-variable.bulma-is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-columns.bulma-is-variable.bulma-is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-columns.bulma-is-variable.bulma-is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-columns.bulma-is-variable.bulma-is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-columns.bulma-is-variable.bulma-is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-columns.bulma-is-variable.bulma-is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-columns.bulma-is-variable.bulma-is-0-fullhd {
    --columnGap: 0rem;
  }
}

.bulma-columns.bulma-is-variable.bulma-is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .bulma-columns.bulma-is-variable.bulma-is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-columns.bulma-is-variable.bulma-is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-columns.bulma-is-variable.bulma-is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-columns.bulma-is-variable.bulma-is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-columns.bulma-is-variable.bulma-is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-columns.bulma-is-variable.bulma-is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-columns.bulma-is-variable.bulma-is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.bulma-columns.bulma-is-variable.bulma-is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .bulma-columns.bulma-is-variable.bulma-is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-columns.bulma-is-variable.bulma-is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-columns.bulma-is-variable.bulma-is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-columns.bulma-is-variable.bulma-is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-columns.bulma-is-variable.bulma-is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-columns.bulma-is-variable.bulma-is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-columns.bulma-is-variable.bulma-is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.bulma-columns.bulma-is-variable.bulma-is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .bulma-columns.bulma-is-variable.bulma-is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-columns.bulma-is-variable.bulma-is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-columns.bulma-is-variable.bulma-is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-columns.bulma-is-variable.bulma-is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-columns.bulma-is-variable.bulma-is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-columns.bulma-is-variable.bulma-is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-columns.bulma-is-variable.bulma-is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.bulma-columns.bulma-is-variable.bulma-is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .bulma-columns.bulma-is-variable.bulma-is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-columns.bulma-is-variable.bulma-is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-columns.bulma-is-variable.bulma-is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-columns.bulma-is-variable.bulma-is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-columns.bulma-is-variable.bulma-is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-columns.bulma-is-variable.bulma-is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-columns.bulma-is-variable.bulma-is-4-fullhd {
    --columnGap: 1rem;
  }
}

.bulma-columns.bulma-is-variable.bulma-is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .bulma-columns.bulma-is-variable.bulma-is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-columns.bulma-is-variable.bulma-is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-columns.bulma-is-variable.bulma-is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-columns.bulma-is-variable.bulma-is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-columns.bulma-is-variable.bulma-is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-columns.bulma-is-variable.bulma-is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-columns.bulma-is-variable.bulma-is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.bulma-columns.bulma-is-variable.bulma-is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .bulma-columns.bulma-is-variable.bulma-is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-columns.bulma-is-variable.bulma-is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-columns.bulma-is-variable.bulma-is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-columns.bulma-is-variable.bulma-is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-columns.bulma-is-variable.bulma-is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-columns.bulma-is-variable.bulma-is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-columns.bulma-is-variable.bulma-is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.bulma-columns.bulma-is-variable.bulma-is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .bulma-columns.bulma-is-variable.bulma-is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-columns.bulma-is-variable.bulma-is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-columns.bulma-is-variable.bulma-is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-columns.bulma-is-variable.bulma-is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-columns.bulma-is-variable.bulma-is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-columns.bulma-is-variable.bulma-is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-columns.bulma-is-variable.bulma-is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.bulma-columns.bulma-is-variable.bulma-is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .bulma-columns.bulma-is-variable.bulma-is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-columns.bulma-is-variable.bulma-is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-columns.bulma-is-variable.bulma-is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-columns.bulma-is-variable.bulma-is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-columns.bulma-is-variable.bulma-is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-columns.bulma-is-variable.bulma-is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-columns.bulma-is-variable.bulma-is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-columns.bulma-is-variable.bulma-is-8-fullhd {
    --columnGap: 2rem;
  }
}

.bulma-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;
}

.bulma-tile.bulma-is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.bulma-tile.bulma-is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.bulma-tile.bulma-is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.bulma-tile.bulma-is-child {
  margin: 0 !important;
}

.bulma-tile.bulma-is-parent {
  padding: 0.75rem;
}

.bulma-tile.bulma-is-vertical {
  flex-direction: column;
}

.bulma-tile.bulma-is-vertical > .bulma-tile.bulma-is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .bulma-tile:not(.bulma-is-child) {
    display: flex;
  }
  .bulma-tile.bulma-is-1 {
    flex: none;
    width: 8.33333%;
  }
  .bulma-tile.bulma-is-2 {
    flex: none;
    width: 16.66667%;
  }
  .bulma-tile.bulma-is-3 {
    flex: none;
    width: 25%;
  }
  .bulma-tile.bulma-is-4 {
    flex: none;
    width: 33.33333%;
  }
  .bulma-tile.bulma-is-5 {
    flex: none;
    width: 41.66667%;
  }
  .bulma-tile.bulma-is-6 {
    flex: none;
    width: 50%;
  }
  .bulma-tile.bulma-is-7 {
    flex: none;
    width: 58.33333%;
  }
  .bulma-tile.bulma-is-8 {
    flex: none;
    width: 66.66667%;
  }
  .bulma-tile.bulma-is-9 {
    flex: none;
    width: 75%;
  }
  .bulma-tile.bulma-is-10 {
    flex: none;
    width: 83.33333%;
  }
  .bulma-tile.bulma-is-11 {
    flex: none;
    width: 91.66667%;
  }
  .bulma-tile.bulma-is-12 {
    flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */
.bulma-has-text-white {
  color: white !important;
}

a.bulma-has-text-white:hover, a.bulma-has-text-white:focus {
  color: #e6e6e6 !important;
}

.bulma-has-background-white {
  background-color: white !important;
}

.bulma-has-text-black {
  color: #0a0a0a !important;
}

a.bulma-has-text-black:hover, a.bulma-has-text-black:focus {
  color: black !important;
}

.bulma-has-background-black {
  background-color: #0a0a0a !important;
}

.bulma-has-text-light {
  color: whitesmoke !important;
}

a.bulma-has-text-light:hover, a.bulma-has-text-light:focus {
  color: #dbdbdb !important;
}

.bulma-has-background-light {
  background-color: whitesmoke !important;
}

.bulma-has-text-dark {
  color: #363636 !important;
}

a.bulma-has-text-dark:hover, a.bulma-has-text-dark:focus {
  color: #1c1c1c !important;
}

.bulma-has-background-dark {
  background-color: #363636 !important;
}

.bulma-has-text-primary {
  color: #00d1b2 !important;
}

a.bulma-has-text-primary:hover, a.bulma-has-text-primary:focus {
  color: #009e86 !important;
}

.bulma-has-background-primary {
  background-color: #00d1b2 !important;
}

.bulma-has-text-primary-light {
  color: #ebfffc !important;
}

a.bulma-has-text-primary-light:hover, a.bulma-has-text-primary-light:focus {
  color: #b8fff4 !important;
}

.bulma-has-background-primary-light {
  background-color: #ebfffc !important;
}

.bulma-has-text-primary-dark {
  color: #00947e !important;
}

a.bulma-has-text-primary-dark:hover, a.bulma-has-text-primary-dark:focus {
  color: #00c7a9 !important;
}

.bulma-has-background-primary-dark {
  background-color: #00947e !important;
}

.bulma-has-text-link {
  color: #485fc7 !important;
}

a.bulma-has-text-link:hover, a.bulma-has-text-link:focus {
  color: #3449a8 !important;
}

.bulma-has-background-link {
  background-color: #485fc7 !important;
}

.bulma-has-text-link-light {
  color: #eff1fa !important;
}

a.bulma-has-text-link-light:hover, a.bulma-has-text-link-light:focus {
  color: #c8cfee !important;
}

.bulma-has-background-link-light {
  background-color: #eff1fa !important;
}

.bulma-has-text-link-dark {
  color: #3850b7 !important;
}

a.bulma-has-text-link-dark:hover, a.bulma-has-text-link-dark:focus {
  color: #576dcb !important;
}

.bulma-has-background-link-dark {
  background-color: #3850b7 !important;
}

.bulma-has-text-info {
  color: #3e8ed0 !important;
}

a.bulma-has-text-info:hover, a.bulma-has-text-info:focus {
  color: #2b74b1 !important;
}

.bulma-has-background-info {
  background-color: #3e8ed0 !important;
}

.bulma-has-text-info-light {
  color: #eff5fb !important;
}

a.bulma-has-text-info-light:hover, a.bulma-has-text-info-light:focus {
  color: #c6ddf1 !important;
}

.bulma-has-background-info-light {
  background-color: #eff5fb !important;
}

.bulma-has-text-info-dark {
  color: #296fa8 !important;
}

a.bulma-has-text-info-dark:hover, a.bulma-has-text-info-dark:focus {
  color: #368ace !important;
}

.bulma-has-background-info-dark {
  background-color: #296fa8 !important;
}

.bulma-has-text-success {
  color: #48c78e !important;
}

a.bulma-has-text-success:hover, a.bulma-has-text-success:focus {
  color: #34a873 !important;
}

.bulma-has-background-success {
  background-color: #48c78e !important;
}

.bulma-has-text-success-light {
  color: #effaf5 !important;
}

a.bulma-has-text-success-light:hover, a.bulma-has-text-success-light:focus {
  color: #c8eedd !important;
}

.bulma-has-background-success-light {
  background-color: #effaf5 !important;
}

.bulma-has-text-success-dark {
  color: #257953 !important;
}

a.bulma-has-text-success-dark:hover, a.bulma-has-text-success-dark:focus {
  color: #31a06e !important;
}

.bulma-has-background-success-dark {
  background-color: #257953 !important;
}

.bulma-has-text-warning {
  color: #ffe08a !important;
}

a.bulma-has-text-warning:hover, a.bulma-has-text-warning:focus {
  color: #ffd257 !important;
}

.bulma-has-background-warning {
  background-color: #ffe08a !important;
}

.bulma-has-text-warning-light {
  color: #fffaeb !important;
}

a.bulma-has-text-warning-light:hover, a.bulma-has-text-warning-light:focus {
  color: #ffecb8 !important;
}

.bulma-has-background-warning-light {
  background-color: #fffaeb !important;
}

.bulma-has-text-warning-dark {
  color: #946c00 !important;
}

a.bulma-has-text-warning-dark:hover, a.bulma-has-text-warning-dark:focus {
  color: #c79200 !important;
}

.bulma-has-background-warning-dark {
  background-color: #946c00 !important;
}

.bulma-has-text-danger {
  color: #f14668 !important;
}

a.bulma-has-text-danger:hover, a.bulma-has-text-danger:focus {
  color: #ee1742 !important;
}

.bulma-has-background-danger {
  background-color: #f14668 !important;
}

.bulma-has-text-danger-light {
  color: #feecf0 !important;
}

a.bulma-has-text-danger-light:hover, a.bulma-has-text-danger-light:focus {
  color: #fabdc9 !important;
}

.bulma-has-background-danger-light {
  background-color: #feecf0 !important;
}

.bulma-has-text-danger-dark {
  color: #cc0f35 !important;
}

a.bulma-has-text-danger-dark:hover, a.bulma-has-text-danger-dark:focus {
  color: #ee2049 !important;
}

.bulma-has-background-danger-dark {
  background-color: #cc0f35 !important;
}

.bulma-has-text-black-bis {
  color: #121212 !important;
}

.bulma-has-background-black-bis {
  background-color: #121212 !important;
}

.bulma-has-text-black-ter {
  color: #242424 !important;
}

.bulma-has-background-black-ter {
  background-color: #242424 !important;
}

.bulma-has-text-grey-darker {
  color: #363636 !important;
}

.bulma-has-background-grey-darker {
  background-color: #363636 !important;
}

.bulma-has-text-grey-dark {
  color: #4a4a4a !important;
}

.bulma-has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.bulma-has-text-grey {
  color: #7a7a7a !important;
}

.bulma-has-background-grey {
  background-color: #7a7a7a !important;
}

.bulma-has-text-grey-light {
  color: #b5b5b5 !important;
}

.bulma-has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.bulma-has-text-grey-lighter {
  color: #dbdbdb !important;
}

.bulma-has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.bulma-has-text-white-ter {
  color: whitesmoke !important;
}

.bulma-has-background-white-ter {
  background-color: whitesmoke !important;
}

.bulma-has-text-white-bis {
  color: #fafafa !important;
}

.bulma-has-background-white-bis {
  background-color: #fafafa !important;
}

.bulma-is-flex-direction-row {
  flex-direction: row !important;
}

.bulma-is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.bulma-is-flex-direction-column {
  flex-direction: column !important;
}

.bulma-is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.bulma-is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.bulma-is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.bulma-is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.bulma-is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.bulma-is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.bulma-is-justify-content-center {
  justify-content: center !important;
}

.bulma-is-justify-content-space-between {
  justify-content: space-between !important;
}

.bulma-is-justify-content-space-around {
  justify-content: space-around !important;
}

.bulma-is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.bulma-is-justify-content-start {
  justify-content: start !important;
}

.bulma-is-justify-content-end {
  justify-content: end !important;
}

.bulma-is-justify-content-left {
  justify-content: left !important;
}

.bulma-is-justify-content-right {
  justify-content: right !important;
}

.bulma-is-align-content-flex-start {
  align-content: flex-start !important;
}

.bulma-is-align-content-flex-end {
  align-content: flex-end !important;
}

.bulma-is-align-content-center {
  align-content: center !important;
}

.bulma-is-align-content-space-between {
  align-content: space-between !important;
}

.bulma-is-align-content-space-around {
  align-content: space-around !important;
}

.bulma-is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.bulma-is-align-content-stretch {
  align-content: stretch !important;
}

.bulma-is-align-content-start {
  align-content: start !important;
}

.bulma-is-align-content-end {
  align-content: end !important;
}

.bulma-is-align-content-baseline {
  align-content: baseline !important;
}

.bulma-is-align-items-stretch {
  align-items: stretch !important;
}

.bulma-is-align-items-flex-start {
  align-items: flex-start !important;
}

.bulma-is-align-items-flex-end {
  align-items: flex-end !important;
}

.bulma-is-align-items-center {
  align-items: center !important;
}

.bulma-is-align-items-baseline {
  align-items: baseline !important;
}

.bulma-is-align-items-start {
  align-items: start !important;
}

.bulma-is-align-items-end {
  align-items: end !important;
}

.bulma-is-align-items-self-start {
  align-items: self-start !important;
}

.bulma-is-align-items-self-end {
  align-items: self-end !important;
}

.bulma-is-align-self-auto {
  align-self: auto !important;
}

.bulma-is-align-self-flex-start {
  align-self: flex-start !important;
}

.bulma-is-align-self-flex-end {
  align-self: flex-end !important;
}

.bulma-is-align-self-center {
  align-self: center !important;
}

.bulma-is-align-self-baseline {
  align-self: baseline !important;
}

.bulma-is-align-self-stretch {
  align-self: stretch !important;
}

.bulma-is-flex-grow-0 {
  flex-grow: 0 !important;
}

.bulma-is-flex-grow-1 {
  flex-grow: 1 !important;
}

.bulma-is-flex-grow-2 {
  flex-grow: 2 !important;
}

.bulma-is-flex-grow-3 {
  flex-grow: 3 !important;
}

.bulma-is-flex-grow-4 {
  flex-grow: 4 !important;
}

.bulma-is-flex-grow-5 {
  flex-grow: 5 !important;
}

.bulma-is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.bulma-is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.bulma-is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.bulma-is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.bulma-is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.bulma-is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.bulma-is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.bulma-is-pulled-left {
  float: left !important;
}

.bulma-is-pulled-right {
  float: right !important;
}

.bulma-is-radiusless {
  border-radius: 0 !important;
}

.bulma-is-shadowless {
  box-shadow: none !important;
}

.bulma-is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.bulma-is-clipped {
  overflow: hidden !important;
}

.bulma-is-relative {
  position: relative !important;
}

.bulma-is-marginless {
  margin: 0 !important;
}

.bulma-is-paddingless {
  padding: 0 !important;
}

.bulma-m-0 {
  margin: 0 !important;
}

.bulma-mt-0 {
  margin-top: 0 !important;
}

.bulma-mr-0 {
  margin-right: 0 !important;
}

.bulma-mb-0 {
  margin-bottom: 0 !important;
}

.bulma-ml-0 {
  margin-left: 0 !important;
}

.bulma-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.bulma-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bulma-m-1 {
  margin: 0.25rem !important;
}

.bulma-mt-1 {
  margin-top: 0.25rem !important;
}

.bulma-mr-1 {
  margin-right: 0.25rem !important;
}

.bulma-mb-1 {
  margin-bottom: 0.25rem !important;
}

.bulma-ml-1 {
  margin-left: 0.25rem !important;
}

.bulma-mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.bulma-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.bulma-m-2 {
  margin: 0.5rem !important;
}

.bulma-mt-2 {
  margin-top: 0.5rem !important;
}

.bulma-mr-2 {
  margin-right: 0.5rem !important;
}

.bulma-mb-2 {
  margin-bottom: 0.5rem !important;
}

.bulma-ml-2 {
  margin-left: 0.5rem !important;
}

.bulma-mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.bulma-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.bulma-m-3 {
  margin: 0.75rem !important;
}

.bulma-mt-3 {
  margin-top: 0.75rem !important;
}

.bulma-mr-3 {
  margin-right: 0.75rem !important;
}

.bulma-mb-3 {
  margin-bottom: 0.75rem !important;
}

.bulma-ml-3 {
  margin-left: 0.75rem !important;
}

.bulma-mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.bulma-my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.bulma-m-4 {
  margin: 1rem !important;
}

.bulma-mt-4 {
  margin-top: 1rem !important;
}

.bulma-mr-4 {
  margin-right: 1rem !important;
}

.bulma-mb-4 {
  margin-bottom: 1rem !important;
}

.bulma-ml-4 {
  margin-left: 1rem !important;
}

.bulma-mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.bulma-my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.bulma-m-5 {
  margin: 1.5rem !important;
}

.bulma-mt-5 {
  margin-top: 1.5rem !important;
}

.bulma-mr-5 {
  margin-right: 1.5rem !important;
}

.bulma-mb-5 {
  margin-bottom: 1.5rem !important;
}

.bulma-ml-5 {
  margin-left: 1.5rem !important;
}

.bulma-mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.bulma-my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.bulma-m-6 {
  margin: 3rem !important;
}

.bulma-mt-6 {
  margin-top: 3rem !important;
}

.bulma-mr-6 {
  margin-right: 3rem !important;
}

.bulma-mb-6 {
  margin-bottom: 3rem !important;
}

.bulma-ml-6 {
  margin-left: 3rem !important;
}

.bulma-mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.bulma-my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.bulma-m-auto {
  margin: auto !important;
}

.bulma-mt-auto {
  margin-top: auto !important;
}

.bulma-mr-auto {
  margin-right: auto !important;
}

.bulma-mb-auto {
  margin-bottom: auto !important;
}

.bulma-ml-auto {
  margin-left: auto !important;
}

.bulma-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.bulma-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.bulma-p-0 {
  padding: 0 !important;
}

.bulma-pt-0 {
  padding-top: 0 !important;
}

.bulma-pr-0 {
  padding-right: 0 !important;
}

.bulma-pb-0 {
  padding-bottom: 0 !important;
}

.bulma-pl-0 {
  padding-left: 0 !important;
}

.bulma-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bulma-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.bulma-p-1 {
  padding: 0.25rem !important;
}

.bulma-pt-1 {
  padding-top: 0.25rem !important;
}

.bulma-pr-1 {
  padding-right: 0.25rem !important;
}

.bulma-pb-1 {
  padding-bottom: 0.25rem !important;
}

.bulma-pl-1 {
  padding-left: 0.25rem !important;
}

.bulma-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.bulma-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.bulma-p-2 {
  padding: 0.5rem !important;
}

.bulma-pt-2 {
  padding-top: 0.5rem !important;
}

.bulma-pr-2 {
  padding-right: 0.5rem !important;
}

.bulma-pb-2 {
  padding-bottom: 0.5rem !important;
}

.bulma-pl-2 {
  padding-left: 0.5rem !important;
}

.bulma-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.bulma-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.bulma-p-3 {
  padding: 0.75rem !important;
}

.bulma-pt-3 {
  padding-top: 0.75rem !important;
}

.bulma-pr-3 {
  padding-right: 0.75rem !important;
}

.bulma-pb-3 {
  padding-bottom: 0.75rem !important;
}

.bulma-pl-3 {
  padding-left: 0.75rem !important;
}

.bulma-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.bulma-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.bulma-p-4 {
  padding: 1rem !important;
}

.bulma-pt-4 {
  padding-top: 1rem !important;
}

.bulma-pr-4 {
  padding-right: 1rem !important;
}

.bulma-pb-4 {
  padding-bottom: 1rem !important;
}

.bulma-pl-4 {
  padding-left: 1rem !important;
}

.bulma-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.bulma-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.bulma-p-5 {
  padding: 1.5rem !important;
}

.bulma-pt-5 {
  padding-top: 1.5rem !important;
}

.bulma-pr-5 {
  padding-right: 1.5rem !important;
}

.bulma-pb-5 {
  padding-bottom: 1.5rem !important;
}

.bulma-pl-5 {
  padding-left: 1.5rem !important;
}

.bulma-px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.bulma-py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.bulma-p-6 {
  padding: 3rem !important;
}

.bulma-pt-6 {
  padding-top: 3rem !important;
}

.bulma-pr-6 {
  padding-right: 3rem !important;
}

.bulma-pb-6 {
  padding-bottom: 3rem !important;
}

.bulma-pl-6 {
  padding-left: 3rem !important;
}

.bulma-px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.bulma-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.bulma-p-auto {
  padding: auto !important;
}

.bulma-pt-auto {
  padding-top: auto !important;
}

.bulma-pr-auto {
  padding-right: auto !important;
}

.bulma-pb-auto {
  padding-bottom: auto !important;
}

.bulma-pl-auto {
  padding-left: auto !important;
}

.bulma-px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.bulma-py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.bulma-is-size-1 {
  font-size: 3rem !important;
}

.bulma-is-size-2 {
  font-size: 2.5rem !important;
}

.bulma-is-size-3 {
  font-size: 2rem !important;
}

.bulma-is-size-4 {
  font-size: 1.5rem !important;
}

.bulma-is-size-5 {
  font-size: 1.25rem !important;
}

.bulma-is-size-6 {
  font-size: 1rem !important;
}

.bulma-is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .bulma-is-size-1-mobile {
    font-size: 3rem !important;
  }
  .bulma-is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .bulma-is-size-3-mobile {
    font-size: 2rem !important;
  }
  .bulma-is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .bulma-is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .bulma-is-size-6-mobile {
    font-size: 1rem !important;
  }
  .bulma-is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-is-size-1-tablet {
    font-size: 3rem !important;
  }
  .bulma-is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .bulma-is-size-3-tablet {
    font-size: 2rem !important;
  }
  .bulma-is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .bulma-is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .bulma-is-size-6-tablet {
    font-size: 1rem !important;
  }
  .bulma-is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-is-size-1-touch {
    font-size: 3rem !important;
  }
  .bulma-is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .bulma-is-size-3-touch {
    font-size: 2rem !important;
  }
  .bulma-is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .bulma-is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .bulma-is-size-6-touch {
    font-size: 1rem !important;
  }
  .bulma-is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-is-size-1-desktop {
    font-size: 3rem !important;
  }
  .bulma-is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .bulma-is-size-3-desktop {
    font-size: 2rem !important;
  }
  .bulma-is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .bulma-is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .bulma-is-size-6-desktop {
    font-size: 1rem !important;
  }
  .bulma-is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .bulma-is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .bulma-is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .bulma-is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .bulma-is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .bulma-is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .bulma-is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .bulma-is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .bulma-is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .bulma-is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .bulma-is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .bulma-is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .bulma-is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

.bulma-has-text-centered {
  text-align: center !important;
}

.bulma-has-text-justified {
  text-align: justify !important;
}

.bulma-has-text-left {
  text-align: left !important;
}

.bulma-has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .bulma-has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .bulma-has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  .bulma-has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .bulma-has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-has-text-right-fullhd {
    text-align: right !important;
  }
}

.bulma-is-capitalized {
  text-transform: capitalize !important;
}

.bulma-is-lowercase {
  text-transform: lowercase !important;
}

.bulma-is-uppercase {
  text-transform: uppercase !important;
}

.bulma-is-italic {
  font-style: italic !important;
}

.bulma-is-underlined {
  text-decoration: underline !important;
}

.bulma-has-text-weight-light {
  font-weight: 300 !important;
}

.bulma-has-text-weight-normal {
  font-weight: 400 !important;
}

.bulma-has-text-weight-medium {
  font-weight: 500 !important;
}

.bulma-has-text-weight-semibold {
  font-weight: 600 !important;
}

.bulma-has-text-weight-bold {
  font-weight: 700 !important;
}

.bulma-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;
}

.bulma-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;
}

.bulma-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;
}

.bulma-is-family-monospace {
  font-family: monospace !important;
}

.bulma-is-family-code {
  font-family: monospace !important;
}

.bulma-is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .bulma-is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-is-block-fullhd {
    display: block !important;
  }
}

.bulma-is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .bulma-is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-is-flex-fullhd {
    display: flex !important;
  }
}

.bulma-is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .bulma-is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-is-inline-fullhd {
    display: inline !important;
  }
}

.bulma-is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .bulma-is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.bulma-is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .bulma-is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

.bulma-is-hidden {
  display: none !important;
}

.bulma-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) {
  .bulma-is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-is-hidden-fullhd {
    display: none !important;
  }
}

.bulma-is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .bulma-is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bulma-is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .bulma-is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .bulma-is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bulma-is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .bulma-is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bulma-is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .bulma-is-invisible-fullhd {
    visibility: hidden !important;
  }
}

/* Bulma Layout */
.bulma-hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bulma-hero .bulma-navbar {
  background: none;
}

.bulma-hero .bulma-tabs ul {
  border-bottom: none;
}

.bulma-hero.bulma-is-white {
  background-color: white;
  color: #0a0a0a;
}

.bulma-hero.bulma-is-white a:not(.bulma-button):not(.bulma-dropdown-item):not(.bulma-tag):not(.bulma-pagination-link.bulma-is-current),
.bulma-hero.bulma-is-white strong {
  color: inherit;
}

.bulma-hero.bulma-is-white .bulma-title {
  color: #0a0a0a;
}

.bulma-hero.bulma-is-white .bulma-subtitle {
  color: rgba(10, 10, 10, 0.9);
}

.bulma-hero.bulma-is-white .bulma-subtitle a:not(.bulma-button),
.bulma-hero.bulma-is-white .bulma-subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  .bulma-hero.bulma-is-white .bulma-navbar-menu {
    background-color: white;
  }
}

.bulma-hero.bulma-is-white .bulma-navbar-item,
.bulma-hero.bulma-is-white .bulma-navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

.bulma-hero.bulma-is-white a.bulma-navbar-item:hover, .bulma-hero.bulma-is-white a.bulma-navbar-item.bulma-is-active,
.bulma-hero.bulma-is-white .bulma-navbar-link:hover,
.bulma-hero.bulma-is-white .bulma-navbar-link.bulma-is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.bulma-hero.bulma-is-white .bulma-tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

.bulma-hero.bulma-is-white .bulma-tabs a:hover {
  opacity: 1;
}

.bulma-hero.bulma-is-white .bulma-tabs li.bulma-is-active a {
  color: white !important;
  opacity: 1;
}

.bulma-hero.bulma-is-white .bulma-tabs.bulma-is-boxed a, .bulma-hero.bulma-is-white .bulma-tabs.bulma-is-toggle a {
  color: #0a0a0a;
}

.bulma-hero.bulma-is-white .bulma-tabs.bulma-is-boxed a:hover, .bulma-hero.bulma-is-white .bulma-tabs.bulma-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.bulma-hero.bulma-is-white .bulma-tabs.bulma-is-boxed li.bulma-is-active a, .bulma-hero.bulma-is-white .bulma-tabs.bulma-is-boxed li.bulma-is-active a:hover, .bulma-hero.bulma-is-white .bulma-tabs.bulma-is-toggle li.bulma-is-active a, .bulma-hero.bulma-is-white .bulma-tabs.bulma-is-toggle li.bulma-is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.bulma-hero.bulma-is-white.bulma-is-bold {
  background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .bulma-hero.bulma-is-white.bulma-is-bold .bulma-navbar-menu {
    background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
  }
}

.bulma-hero.bulma-is-black {
  background-color: #0a0a0a;
  color: white;
}

.bulma-hero.bulma-is-black a:not(.bulma-button):not(.bulma-dropdown-item):not(.bulma-tag):not(.bulma-pagination-link.bulma-is-current),
.bulma-hero.bulma-is-black strong {
  color: inherit;
}

.bulma-hero.bulma-is-black .bulma-title {
  color: white;
}

.bulma-hero.bulma-is-black .bulma-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.bulma-hero.bulma-is-black .bulma-subtitle a:not(.bulma-button),
.bulma-hero.bulma-is-black .bulma-subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  .bulma-hero.bulma-is-black .bulma-navbar-menu {
    background-color: #0a0a0a;
  }
}

.bulma-hero.bulma-is-black .bulma-navbar-item,
.bulma-hero.bulma-is-black .bulma-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.bulma-hero.bulma-is-black a.bulma-navbar-item:hover, .bulma-hero.bulma-is-black a.bulma-navbar-item.bulma-is-active,
.bulma-hero.bulma-is-black .bulma-navbar-link:hover,
.bulma-hero.bulma-is-black .bulma-navbar-link.bulma-is-active {
  background-color: black;
  color: white;
}

.bulma-hero.bulma-is-black .bulma-tabs a {
  color: white;
  opacity: 0.9;
}

.bulma-hero.bulma-is-black .bulma-tabs a:hover {
  opacity: 1;
}

.bulma-hero.bulma-is-black .bulma-tabs li.bulma-is-active a {
  color: #0a0a0a !important;
  opacity: 1;
}

.bulma-hero.bulma-is-black .bulma-tabs.bulma-is-boxed a, .bulma-hero.bulma-is-black .bulma-tabs.bulma-is-toggle a {
  color: white;
}

.bulma-hero.bulma-is-black .bulma-tabs.bulma-is-boxed a:hover, .bulma-hero.bulma-is-black .bulma-tabs.bulma-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.bulma-hero.bulma-is-black .bulma-tabs.bulma-is-boxed li.bulma-is-active a, .bulma-hero.bulma-is-black .bulma-tabs.bulma-is-boxed li.bulma-is-active a:hover, .bulma-hero.bulma-is-black .bulma-tabs.bulma-is-toggle li.bulma-is-active a, .bulma-hero.bulma-is-black .bulma-tabs.bulma-is-toggle li.bulma-is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.bulma-hero.bulma-is-black.bulma-is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  .bulma-hero.bulma-is-black.bulma-is-bold .bulma-navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

.bulma-hero.bulma-is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-hero.bulma-is-light a:not(.bulma-button):not(.bulma-dropdown-item):not(.bulma-tag):not(.bulma-pagination-link.bulma-is-current),
.bulma-hero.bulma-is-light strong {
  color: inherit;
}

.bulma-hero.bulma-is-light .bulma-title {
  color: rgba(0, 0, 0, 0.7);
}

.bulma-hero.bulma-is-light .bulma-subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.bulma-hero.bulma-is-light .bulma-subtitle a:not(.bulma-button),
.bulma-hero.bulma-is-light .bulma-subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .bulma-hero.bulma-is-light .bulma-navbar-menu {
    background-color: whitesmoke;
  }
}

.bulma-hero.bulma-is-light .bulma-navbar-item,
.bulma-hero.bulma-is-light .bulma-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.bulma-hero.bulma-is-light a.bulma-navbar-item:hover, .bulma-hero.bulma-is-light a.bulma-navbar-item.bulma-is-active,
.bulma-hero.bulma-is-light .bulma-navbar-link:hover,
.bulma-hero.bulma-is-light .bulma-navbar-link.bulma-is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-hero.bulma-is-light .bulma-tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.bulma-hero.bulma-is-light .bulma-tabs a:hover {
  opacity: 1;
}

.bulma-hero.bulma-is-light .bulma-tabs li.bulma-is-active a {
  color: whitesmoke !important;
  opacity: 1;
}

.bulma-hero.bulma-is-light .bulma-tabs.bulma-is-boxed a, .bulma-hero.bulma-is-light .bulma-tabs.bulma-is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.bulma-hero.bulma-is-light .bulma-tabs.bulma-is-boxed a:hover, .bulma-hero.bulma-is-light .bulma-tabs.bulma-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.bulma-hero.bulma-is-light .bulma-tabs.bulma-is-boxed li.bulma-is-active a, .bulma-hero.bulma-is-light .bulma-tabs.bulma-is-boxed li.bulma-is-active a:hover, .bulma-hero.bulma-is-light .bulma-tabs.bulma-is-toggle li.bulma-is-active a, .bulma-hero.bulma-is-light .bulma-tabs.bulma-is-toggle li.bulma-is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.bulma-hero.bulma-is-light.bulma-is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .bulma-hero.bulma-is-light.bulma-is-bold .bulma-navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

.bulma-hero.bulma-is-dark {
  background-color: #363636;
  color: #fff;
}

.bulma-hero.bulma-is-dark a:not(.bulma-button):not(.bulma-dropdown-item):not(.bulma-tag):not(.bulma-pagination-link.bulma-is-current),
.bulma-hero.bulma-is-dark strong {
  color: inherit;
}

.bulma-hero.bulma-is-dark .bulma-title {
  color: #fff;
}

.bulma-hero.bulma-is-dark .bulma-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.bulma-hero.bulma-is-dark .bulma-subtitle a:not(.bulma-button),
.bulma-hero.bulma-is-dark .bulma-subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .bulma-hero.bulma-is-dark .bulma-navbar-menu {
    background-color: #363636;
  }
}

.bulma-hero.bulma-is-dark .bulma-navbar-item,
.bulma-hero.bulma-is-dark .bulma-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.bulma-hero.bulma-is-dark a.bulma-navbar-item:hover, .bulma-hero.bulma-is-dark a.bulma-navbar-item.bulma-is-active,
.bulma-hero.bulma-is-dark .bulma-navbar-link:hover,
.bulma-hero.bulma-is-dark .bulma-navbar-link.bulma-is-active {
  background-color: #292929;
  color: #fff;
}

.bulma-hero.bulma-is-dark .bulma-tabs a {
  color: #fff;
  opacity: 0.9;
}

.bulma-hero.bulma-is-dark .bulma-tabs a:hover {
  opacity: 1;
}

.bulma-hero.bulma-is-dark .bulma-tabs li.bulma-is-active a {
  color: #363636 !important;
  opacity: 1;
}

.bulma-hero.bulma-is-dark .bulma-tabs.bulma-is-boxed a, .bulma-hero.bulma-is-dark .bulma-tabs.bulma-is-toggle a {
  color: #fff;
}

.bulma-hero.bulma-is-dark .bulma-tabs.bulma-is-boxed a:hover, .bulma-hero.bulma-is-dark .bulma-tabs.bulma-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.bulma-hero.bulma-is-dark .bulma-tabs.bulma-is-boxed li.bulma-is-active a, .bulma-hero.bulma-is-dark .bulma-tabs.bulma-is-boxed li.bulma-is-active a:hover, .bulma-hero.bulma-is-dark .bulma-tabs.bulma-is-toggle li.bulma-is-active a, .bulma-hero.bulma-is-dark .bulma-tabs.bulma-is-toggle li.bulma-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #363636;
}

.bulma-hero.bulma-is-dark.bulma-is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
  .bulma-hero.bulma-is-dark.bulma-is-bold .bulma-navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}

.bulma-hero.bulma-is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.bulma-hero.bulma-is-primary a:not(.bulma-button):not(.bulma-dropdown-item):not(.bulma-tag):not(.bulma-pagination-link.bulma-is-current),
.bulma-hero.bulma-is-primary strong {
  color: inherit;
}

.bulma-hero.bulma-is-primary .bulma-title {
  color: #fff;
}

.bulma-hero.bulma-is-primary .bulma-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.bulma-hero.bulma-is-primary .bulma-subtitle a:not(.bulma-button),
.bulma-hero.bulma-is-primary .bulma-subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .bulma-hero.bulma-is-primary .bulma-navbar-menu {
    background-color: #00d1b2;
  }
}

.bulma-hero.bulma-is-primary .bulma-navbar-item,
.bulma-hero.bulma-is-primary .bulma-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.bulma-hero.bulma-is-primary a.bulma-navbar-item:hover, .bulma-hero.bulma-is-primary a.bulma-navbar-item.bulma-is-active,
.bulma-hero.bulma-is-primary .bulma-navbar-link:hover,
.bulma-hero.bulma-is-primary .bulma-navbar-link.bulma-is-active {
  background-color: #00b89c;
  color: #fff;
}

.bulma-hero.bulma-is-primary .bulma-tabs a {
  color: #fff;
  opacity: 0.9;
}

.bulma-hero.bulma-is-primary .bulma-tabs a:hover {
  opacity: 1;
}

.bulma-hero.bulma-is-primary .bulma-tabs li.bulma-is-active a {
  color: #00d1b2 !important;
  opacity: 1;
}

.bulma-hero.bulma-is-primary .bulma-tabs.bulma-is-boxed a, .bulma-hero.bulma-is-primary .bulma-tabs.bulma-is-toggle a {
  color: #fff;
}

.bulma-hero.bulma-is-primary .bulma-tabs.bulma-is-boxed a:hover, .bulma-hero.bulma-is-primary .bulma-tabs.bulma-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.bulma-hero.bulma-is-primary .bulma-tabs.bulma-is-boxed li.bulma-is-active a, .bulma-hero.bulma-is-primary .bulma-tabs.bulma-is-boxed li.bulma-is-active a:hover, .bulma-hero.bulma-is-primary .bulma-tabs.bulma-is-toggle li.bulma-is-active a, .bulma-hero.bulma-is-primary .bulma-tabs.bulma-is-toggle li.bulma-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00d1b2;
}

.bulma-hero.bulma-is-primary.bulma-is-bold {
  background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
}

@media screen and (max-width: 768px) {
  .bulma-hero.bulma-is-primary.bulma-is-bold .bulma-navbar-menu {
    background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
  }
}

.bulma-hero.bulma-is-link {
  background-color: #485fc7;
  color: #fff;
}

.bulma-hero.bulma-is-link a:not(.bulma-button):not(.bulma-dropdown-item):not(.bulma-tag):not(.bulma-pagination-link.bulma-is-current),
.bulma-hero.bulma-is-link strong {
  color: inherit;
}

.bulma-hero.bulma-is-link .bulma-title {
  color: #fff;
}

.bulma-hero.bulma-is-link .bulma-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.bulma-hero.bulma-is-link .bulma-subtitle a:not(.bulma-button),
.bulma-hero.bulma-is-link .bulma-subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .bulma-hero.bulma-is-link .bulma-navbar-menu {
    background-color: #485fc7;
  }
}

.bulma-hero.bulma-is-link .bulma-navbar-item,
.bulma-hero.bulma-is-link .bulma-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.bulma-hero.bulma-is-link a.bulma-navbar-item:hover, .bulma-hero.bulma-is-link a.bulma-navbar-item.bulma-is-active,
.bulma-hero.bulma-is-link .bulma-navbar-link:hover,
.bulma-hero.bulma-is-link .bulma-navbar-link.bulma-is-active {
  background-color: #3a51bb;
  color: #fff;
}

.bulma-hero.bulma-is-link .bulma-tabs a {
  color: #fff;
  opacity: 0.9;
}

.bulma-hero.bulma-is-link .bulma-tabs a:hover {
  opacity: 1;
}

.bulma-hero.bulma-is-link .bulma-tabs li.bulma-is-active a {
  color: #485fc7 !important;
  opacity: 1;
}

.bulma-hero.bulma-is-link .bulma-tabs.bulma-is-boxed a, .bulma-hero.bulma-is-link .bulma-tabs.bulma-is-toggle a {
  color: #fff;
}

.bulma-hero.bulma-is-link .bulma-tabs.bulma-is-boxed a:hover, .bulma-hero.bulma-is-link .bulma-tabs.bulma-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.bulma-hero.bulma-is-link .bulma-tabs.bulma-is-boxed li.bulma-is-active a, .bulma-hero.bulma-is-link .bulma-tabs.bulma-is-boxed li.bulma-is-active a:hover, .bulma-hero.bulma-is-link .bulma-tabs.bulma-is-toggle li.bulma-is-active a, .bulma-hero.bulma-is-link .bulma-tabs.bulma-is-toggle li.bulma-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #485fc7;
}

.bulma-hero.bulma-is-link.bulma-is-bold {
  background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
}

@media screen and (max-width: 768px) {
  .bulma-hero.bulma-is-link.bulma-is-bold .bulma-navbar-menu {
    background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
  }
}

.bulma-hero.bulma-is-info {
  background-color: #3e8ed0;
  color: #fff;
}

.bulma-hero.bulma-is-info a:not(.bulma-button):not(.bulma-dropdown-item):not(.bulma-tag):not(.bulma-pagination-link.bulma-is-current),
.bulma-hero.bulma-is-info strong {
  color: inherit;
}

.bulma-hero.bulma-is-info .bulma-title {
  color: #fff;
}

.bulma-hero.bulma-is-info .bulma-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.bulma-hero.bulma-is-info .bulma-subtitle a:not(.bulma-button),
.bulma-hero.bulma-is-info .bulma-subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .bulma-hero.bulma-is-info .bulma-navbar-menu {
    background-color: #3e8ed0;
  }
}

.bulma-hero.bulma-is-info .bulma-navbar-item,
.bulma-hero.bulma-is-info .bulma-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.bulma-hero.bulma-is-info a.bulma-navbar-item:hover, .bulma-hero.bulma-is-info a.bulma-navbar-item.bulma-is-active,
.bulma-hero.bulma-is-info .bulma-navbar-link:hover,
.bulma-hero.bulma-is-info .bulma-navbar-link.bulma-is-active {
  background-color: #3082c5;
  color: #fff;
}

.bulma-hero.bulma-is-info .bulma-tabs a {
  color: #fff;
  opacity: 0.9;
}

.bulma-hero.bulma-is-info .bulma-tabs a:hover {
  opacity: 1;
}

.bulma-hero.bulma-is-info .bulma-tabs li.bulma-is-active a {
  color: #3e8ed0 !important;
  opacity: 1;
}

.bulma-hero.bulma-is-info .bulma-tabs.bulma-is-boxed a, .bulma-hero.bulma-is-info .bulma-tabs.bulma-is-toggle a {
  color: #fff;
}

.bulma-hero.bulma-is-info .bulma-tabs.bulma-is-boxed a:hover, .bulma-hero.bulma-is-info .bulma-tabs.bulma-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.bulma-hero.bulma-is-info .bulma-tabs.bulma-is-boxed li.bulma-is-active a, .bulma-hero.bulma-is-info .bulma-tabs.bulma-is-boxed li.bulma-is-active a:hover, .bulma-hero.bulma-is-info .bulma-tabs.bulma-is-toggle li.bulma-is-active a, .bulma-hero.bulma-is-info .bulma-tabs.bulma-is-toggle li.bulma-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3e8ed0;
}

.bulma-hero.bulma-is-info.bulma-is-bold {
  background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
}

@media screen and (max-width: 768px) {
  .bulma-hero.bulma-is-info.bulma-is-bold .bulma-navbar-menu {
    background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
  }
}

.bulma-hero.bulma-is-success {
  background-color: #48c78e;
  color: #fff;
}

.bulma-hero.bulma-is-success a:not(.bulma-button):not(.bulma-dropdown-item):not(.bulma-tag):not(.bulma-pagination-link.bulma-is-current),
.bulma-hero.bulma-is-success strong {
  color: inherit;
}

.bulma-hero.bulma-is-success .bulma-title {
  color: #fff;
}

.bulma-hero.bulma-is-success .bulma-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.bulma-hero.bulma-is-success .bulma-subtitle a:not(.bulma-button),
.bulma-hero.bulma-is-success .bulma-subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .bulma-hero.bulma-is-success .bulma-navbar-menu {
    background-color: #48c78e;
  }
}

.bulma-hero.bulma-is-success .bulma-navbar-item,
.bulma-hero.bulma-is-success .bulma-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.bulma-hero.bulma-is-success a.bulma-navbar-item:hover, .bulma-hero.bulma-is-success a.bulma-navbar-item.bulma-is-active,
.bulma-hero.bulma-is-success .bulma-navbar-link:hover,
.bulma-hero.bulma-is-success .bulma-navbar-link.bulma-is-active {
  background-color: #3abb81;
  color: #fff;
}

.bulma-hero.bulma-is-success .bulma-tabs a {
  color: #fff;
  opacity: 0.9;
}

.bulma-hero.bulma-is-success .bulma-tabs a:hover {
  opacity: 1;
}

.bulma-hero.bulma-is-success .bulma-tabs li.bulma-is-active a {
  color: #48c78e !important;
  opacity: 1;
}

.bulma-hero.bulma-is-success .bulma-tabs.bulma-is-boxed a, .bulma-hero.bulma-is-success .bulma-tabs.bulma-is-toggle a {
  color: #fff;
}

.bulma-hero.bulma-is-success .bulma-tabs.bulma-is-boxed a:hover, .bulma-hero.bulma-is-success .bulma-tabs.bulma-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.bulma-hero.bulma-is-success .bulma-tabs.bulma-is-boxed li.bulma-is-active a, .bulma-hero.bulma-is-success .bulma-tabs.bulma-is-boxed li.bulma-is-active a:hover, .bulma-hero.bulma-is-success .bulma-tabs.bulma-is-toggle li.bulma-is-active a, .bulma-hero.bulma-is-success .bulma-tabs.bulma-is-toggle li.bulma-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #48c78e;
}

.bulma-hero.bulma-is-success.bulma-is-bold {
  background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
}

@media screen and (max-width: 768px) {
  .bulma-hero.bulma-is-success.bulma-is-bold .bulma-navbar-menu {
    background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
  }
}

.bulma-hero.bulma-is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-hero.bulma-is-warning a:not(.bulma-button):not(.bulma-dropdown-item):not(.bulma-tag):not(.bulma-pagination-link.bulma-is-current),
.bulma-hero.bulma-is-warning strong {
  color: inherit;
}

.bulma-hero.bulma-is-warning .bulma-title {
  color: rgba(0, 0, 0, 0.7);
}

.bulma-hero.bulma-is-warning .bulma-subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.bulma-hero.bulma-is-warning .bulma-subtitle a:not(.bulma-button),
.bulma-hero.bulma-is-warning .bulma-subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .bulma-hero.bulma-is-warning .bulma-navbar-menu {
    background-color: #ffe08a;
  }
}

.bulma-hero.bulma-is-warning .bulma-navbar-item,
.bulma-hero.bulma-is-warning .bulma-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.bulma-hero.bulma-is-warning a.bulma-navbar-item:hover, .bulma-hero.bulma-is-warning a.bulma-navbar-item.bulma-is-active,
.bulma-hero.bulma-is-warning .bulma-navbar-link:hover,
.bulma-hero.bulma-is-warning .bulma-navbar-link.bulma-is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}

.bulma-hero.bulma-is-warning .bulma-tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.bulma-hero.bulma-is-warning .bulma-tabs a:hover {
  opacity: 1;
}

.bulma-hero.bulma-is-warning .bulma-tabs li.bulma-is-active a {
  color: #ffe08a !important;
  opacity: 1;
}

.bulma-hero.bulma-is-warning .bulma-tabs.bulma-is-boxed a, .bulma-hero.bulma-is-warning .bulma-tabs.bulma-is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.bulma-hero.bulma-is-warning .bulma-tabs.bulma-is-boxed a:hover, .bulma-hero.bulma-is-warning .bulma-tabs.bulma-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.bulma-hero.bulma-is-warning .bulma-tabs.bulma-is-boxed li.bulma-is-active a, .bulma-hero.bulma-is-warning .bulma-tabs.bulma-is-boxed li.bulma-is-active a:hover, .bulma-hero.bulma-is-warning .bulma-tabs.bulma-is-toggle li.bulma-is-active a, .bulma-hero.bulma-is-warning .bulma-tabs.bulma-is-toggle li.bulma-is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}

.bulma-hero.bulma-is-warning.bulma-is-bold {
  background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
}

@media screen and (max-width: 768px) {
  .bulma-hero.bulma-is-warning.bulma-is-bold .bulma-navbar-menu {
    background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
  }
}

.bulma-hero.bulma-is-danger {
  background-color: #f14668;
  color: #fff;
}

.bulma-hero.bulma-is-danger a:not(.bulma-button):not(.bulma-dropdown-item):not(.bulma-tag):not(.bulma-pagination-link.bulma-is-current),
.bulma-hero.bulma-is-danger strong {
  color: inherit;
}

.bulma-hero.bulma-is-danger .bulma-title {
  color: #fff;
}

.bulma-hero.bulma-is-danger .bulma-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.bulma-hero.bulma-is-danger .bulma-subtitle a:not(.bulma-button),
.bulma-hero.bulma-is-danger .bulma-subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .bulma-hero.bulma-is-danger .bulma-navbar-menu {
    background-color: #f14668;
  }
}

.bulma-hero.bulma-is-danger .bulma-navbar-item,
.bulma-hero.bulma-is-danger .bulma-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.bulma-hero.bulma-is-danger a.bulma-navbar-item:hover, .bulma-hero.bulma-is-danger a.bulma-navbar-item.bulma-is-active,
.bulma-hero.bulma-is-danger .bulma-navbar-link:hover,
.bulma-hero.bulma-is-danger .bulma-navbar-link.bulma-is-active {
  background-color: #ef2e55;
  color: #fff;
}

.bulma-hero.bulma-is-danger .bulma-tabs a {
  color: #fff;
  opacity: 0.9;
}

.bulma-hero.bulma-is-danger .bulma-tabs a:hover {
  opacity: 1;
}

.bulma-hero.bulma-is-danger .bulma-tabs li.bulma-is-active a {
  color: #f14668 !important;
  opacity: 1;
}

.bulma-hero.bulma-is-danger .bulma-tabs.bulma-is-boxed a, .bulma-hero.bulma-is-danger .bulma-tabs.bulma-is-toggle a {
  color: #fff;
}

.bulma-hero.bulma-is-danger .bulma-tabs.bulma-is-boxed a:hover, .bulma-hero.bulma-is-danger .bulma-tabs.bulma-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.bulma-hero.bulma-is-danger .bulma-tabs.bulma-is-boxed li.bulma-is-active a, .bulma-hero.bulma-is-danger .bulma-tabs.bulma-is-boxed li.bulma-is-active a:hover, .bulma-hero.bulma-is-danger .bulma-tabs.bulma-is-toggle li.bulma-is-active a, .bulma-hero.bulma-is-danger .bulma-tabs.bulma-is-toggle li.bulma-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f14668;
}

.bulma-hero.bulma-is-danger.bulma-is-bold {
  background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
}

@media screen and (max-width: 768px) {
  .bulma-hero.bulma-is-danger.bulma-is-bold .bulma-navbar-menu {
    background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
  }
}

.bulma-hero.bulma-is-small .bulma-hero-body {
  padding: 1.5rem;
}

@media screen and (min-width: 769px), print {
  .bulma-hero.bulma-is-medium .bulma-hero-body {
    padding: 9rem 4.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-hero.bulma-is-large .bulma-hero-body {
    padding: 18rem 6rem;
  }
}

.bulma-hero.bulma-is-halfheight .bulma-hero-body, .bulma-hero.bulma-is-fullheight .bulma-hero-body, .bulma-hero.bulma-is-fullheight-with-navbar .bulma-hero-body {
  align-items: center;
  display: flex;
}

.bulma-hero.bulma-is-halfheight .bulma-hero-body > .bulma-container, .bulma-hero.bulma-is-fullheight .bulma-hero-body > .bulma-container, .bulma-hero.bulma-is-fullheight-with-navbar .bulma-hero-body > .bulma-container {
  flex-grow: 1;
  flex-shrink: 1;
}

.bulma-hero.bulma-is-halfheight {
  min-height: 50vh;
}

.bulma-hero.bulma-is-fullheight {
  min-height: 100vh;
}

.bulma-hero-video {
  overflow: hidden;
}

.bulma-hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.bulma-hero-video.bulma-is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .bulma-hero-video {
    display: none;
  }
}

.bulma-hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .bulma-hero-buttons .bulma-button {
    display: flex;
  }
  .bulma-hero-buttons .bulma-button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .bulma-hero-buttons {
    display: flex;
    justify-content: center;
  }
  .bulma-hero-buttons .bulma-button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.bulma-hero-head,
.bulma-hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.bulma-hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 769px), print {
  .bulma-hero-body {
    padding: 3rem 3rem;
  }
}

.bulma-section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  .bulma-section {
    padding: 3rem 3rem;
  }
  .bulma-section.bulma-is-medium {
    padding: 9rem 4.5rem;
  }
  .bulma-section.bulma-is-large {
    padding: 18rem 6rem;
  }
}

.bulma-footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}
/*# sourceMappingURL=bulma.prefixed.css.map */