@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");

.bulma {
	@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
	/* Bulma Utilities */
	/* Bulma Base */
	/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
	/* Bulma Helpers */
	/* Bulma Form */
	/* Bulma Components */
	/*================================
  	共通の設定
  =================================*/
	/*================================
  	製品ページの設定
  =================================*/
}

.bulma .pagination-previous,
.bulma .pagination-next,
.bulma .pagination-link,
.bulma .pagination-ellipsis,
.bulma .file-cta,
.bulma .file-name,
.bulma .select select,
.bulma .textarea,
.bulma .input,
.bulma .button {
	-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 .pagination-previous:focus,
.bulma .pagination-next:focus,
.bulma .pagination-link:focus,
.bulma .pagination-ellipsis:focus,
.bulma .file-cta:focus,
.bulma .file-name:focus,
.bulma .select select:focus,
.bulma .textarea:focus,
.bulma .input:focus,
.bulma .button:focus,
.bulma .is-focused.pagination-previous,
.bulma .is-focused.pagination-next,
.bulma .is-focused.pagination-link,
.bulma .is-focused.pagination-ellipsis,
.bulma .is-focused.file-cta,
.bulma .is-focused.file-name,
.bulma .select select.is-focused,
.bulma .is-focused.textarea,
.bulma .is-focused.input,
.bulma .is-focused.button,
.bulma .pagination-previous:active,
.bulma .pagination-next:active,
.bulma .pagination-link:active,
.bulma .pagination-ellipsis:active,
.bulma .file-cta:active,
.bulma .file-name:active,
.bulma .select select:active,
.bulma .textarea:active,
.bulma .input:active,
.bulma .button:active,
.bulma .is-active.pagination-previous,
.bulma .is-active.pagination-next,
.bulma .is-active.pagination-link,
.bulma .is-active.pagination-ellipsis,
.bulma .is-active.file-cta,
.bulma .is-active.file-name,
.bulma .select select.is-active,
.bulma .is-active.textarea,
.bulma .is-active.input,
.bulma .is-active.button {
	outline: none;
}

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

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

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

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

.bulma .modal-close,
.bulma .delete {
	-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 .modal-close::before,
.bulma .delete::before,
.bulma .modal-close::after,
.bulma .delete::after {
	background-color: #fff;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform-origin: center center;
}

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

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

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

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

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

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

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

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

.bulma .hero-video,
.bulma .modal-background,
.bulma .modal,
.bulma .image.is-square img,
.bulma .image.is-square .has-ratio,
.bulma .image.is-1by1 img,
.bulma .image.is-1by1 .has-ratio,
.bulma .image.is-5by4 img,
.bulma .image.is-5by4 .has-ratio,
.bulma .image.is-4by3 img,
.bulma .image.is-4by3 .has-ratio,
.bulma .image.is-3by2 img,
.bulma .image.is-3by2 .has-ratio,
.bulma .image.is-5by3 img,
.bulma .image.is-5by3 .has-ratio,
.bulma .image.is-16by9 img,
.bulma .image.is-16by9 .has-ratio,
.bulma .image.is-2by1 img,
.bulma .image.is-2by1 .has-ratio,
.bulma .image.is-3by1 img,
.bulma .image.is-3by1 .has-ratio,
.bulma .image.is-4by5 img,
.bulma .image.is-4by5 .has-ratio,
.bulma .image.is-3by4 img,
.bulma .image.is-3by4 .has-ratio,
.bulma .image.is-2by3 img,
.bulma .image.is-2by3 .has-ratio,
.bulma .image.is-3by5 img,
.bulma .image.is-3by5 .has-ratio,
.bulma .image.is-9by16 img,
.bulma .image.is-9by16 .has-ratio,
.bulma .image.is-1by2 img,
.bulma .image.is-1by2 .has-ratio,
.bulma .image.is-1by3 img,
.bulma .image.is-1by3 .has-ratio,
.bulma .is-overlay {
	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 html,
.bulma body,
.bulma p,
.bulma ol,
.bulma ul,
.bulma li,
.bulma dl,
.bulma dt,
.bulma dd,
.bulma blockquote,
.bulma figure,
.bulma fieldset,
.bulma legend,
.bulma textarea,
.bulma pre,
.bulma iframe,
.bulma hr,
.bulma h1,
.bulma h2,
.bulma h3,
.bulma h4,
.bulma h5,
.bulma h6 {
	margin: 0;
	padding: 0;
}

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

.bulma ul {
	list-style: none;
}

.bulma button,
.bulma input,
.bulma select,
.bulma textarea {
	margin: 0;
}

.bulma html {
	box-sizing: border-box;
}

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

.bulma img,
.bulma video {
	height: auto;
	max-width: 100%;
}

.bulma iframe {
	border: 0;
}

.bulma table {
	border-collapse: collapse;
	border-spacing: 0;
}

.bulma td,
.bulma th {
	padding: 0;
}

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

.bulma html {
	background-color: #fff;
	font-size: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	text-size-adjust: 100%;
}

.bulma article,
.bulma aside,
.bulma figure,
.bulma footer,
.bulma header,
.bulma hgroup,
.bulma section {
	display: block;
}

.bulma body,
.bulma button,
.bulma input,
.bulma optgroup,
.bulma select,
.bulma textarea {
	font-family: "Noto Sans JP", sans-serif;
}

.bulma code,
.bulma pre {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
	font-family: monospace;
}

.bulma body {
	color: hsl(0, 0%, 29%);
	font-size: 1.15em;
	font-weight: 400;
	line-height: 1.8;
}

.bulma a {
	color: hsl(229, 53%, 53%);
	cursor: pointer;
	text-decoration: none;
}

.bulma a strong {
	color: currentColor;
}

.bulma a:hover {
	color: hsl(0, 0%, 21%);
}

.bulma code {
	background-color: hsl(0, 0%, 96%);
	color: #da1039;
	font-size: 0.875em;
	font-weight: normal;
	padding: 0.25em 0.5em 0.25em;
}

.bulma hr {
	background-color: rgba(0, 0, 0, 0.15);
	border: none;
	display: block;
	height: 1px;
	margin: 1.5rem 0;
}

.bulma img {
	height: auto;
	max-width: 100%;
}

.bulma input[type=checkbox],
.bulma input[type=radio] {
	vertical-align: baseline;
}

.bulma small {
	font-size: 0.875em;
}

.bulma span {
	font-style: inherit;
	font-weight: inherit;
}

.bulma strong {
	color: hsl(0, 0%, 21%);
	font-weight: 700;
}

.bulma fieldset {
	border: none;
}

.bulma pre {
	-webkit-overflow-scrolling: touch;
	background-color: hsl(0, 0%, 96%);
	color: hsl(0, 0%, 29%);
	font-size: 0.875em;
	overflow-x: auto;
	padding: 1.25rem 1.5rem;
	white-space: pre;
	word-wrap: normal;
}

.bulma pre code {
	background-color: transparent;
	color: currentColor;
	font-size: 1em;
	padding: 0;
}

.bulma table td,
.bulma table th {
	vertical-align: top;
}

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

.bulma table th {
	color: hsl(0, 0%, 21%);
}

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

	to {
		transform: rotate(359deg);
	}
}

.bulma .has-text-white {
	color: #fff !important;
}

.bulma a.has-text-white:hover,
.bulma a.has-text-white:focus {
	color: #e6e6e6 !important;
}

.bulma .has-background-white {
	background-color: #fff !important;
}

.bulma .has-text-black {
	color: hsl(0, 0%, 4%) !important;
}

.bulma a.has-text-black:hover,
.bulma a.has-text-black:focus {
	color: black !important;
}

.bulma .has-background-black {
	background-color: hsl(0, 0%, 4%) !important;
}

.bulma .has-text-light {
	color: hsl(0, 0%, 96%) !important;
}

.bulma a.has-text-light:hover,
.bulma a.has-text-light:focus {
	color: #dbdbdb !important;
}

.bulma .has-background-light {
	background-color: hsl(0, 0%, 96%) !important;
}

.bulma .has-text-dark {
	color: hsl(0, 0%, 21%) !important;
}

.bulma a.has-text-dark:hover,
.bulma a.has-text-dark:focus {
	color: #1c1c1c !important;
}

.bulma .has-background-dark {
	background-color: hsl(0, 0%, 21%) !important;
}

.bulma .has-text-primary {
	color: #f39800 !important;
}

.bulma a.has-text-primary:hover,
.bulma a.has-text-primary:focus {
	color: #c07800 !important;
}

.bulma .has-background-primary {
	background-color: #f39800 !important;
}

.bulma .has-text-primary-light {
	color: #fff7eb !important;
}

.bulma a.has-text-primary-light:hover,
.bulma a.has-text-primary-light:focus {
	color: #ffe4b8 !important;
}

.bulma .has-background-primary-light {
	background-color: #fff7eb !important;
}

.bulma .has-text-primary-dark {
	color: #a36600 !important;
}

.bulma a.has-text-primary-dark:hover,
.bulma a.has-text-primary-dark:focus {
	color: #d68600 !important;
}

.bulma .has-background-primary-dark {
	background-color: #a36600 !important;
}

.bulma .has-text-link {
	color: hsl(229, 53%, 53%) !important;
}

.bulma a.has-text-link:hover,
.bulma a.has-text-link:focus {
	color: #3449a8 !important;
}

.bulma .has-background-link {
	background-color: hsl(229, 53%, 53%) !important;
}

.bulma .has-text-link-light {
	color: #eff1fa !important;
}

.bulma a.has-text-link-light:hover,
.bulma a.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;
}

.bulma a.has-text-link-dark:hover,
.bulma a.has-text-link-dark:focus {
	color: #576dcb !important;
}

.bulma .has-background-link-dark {
	background-color: #3850b7 !important;
}

.bulma .has-text-info {
	color: hsl(207, 61%, 53%) !important;
}

.bulma a.has-text-info:hover,
.bulma a.has-text-info:focus {
	color: #2b74b1 !important;
}

.bulma .has-background-info {
	background-color: hsl(207, 61%, 53%) !important;
}

.bulma .has-text-info-light {
	color: #eff5fb !important;
}

.bulma a.has-text-info-light:hover,
.bulma a.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;
}

.bulma a.has-text-info-dark:hover,
.bulma a.has-text-info-dark:focus {
	color: #368ace !important;
}

.bulma .has-background-info-dark {
	background-color: #296fa8 !important;
}

.bulma .has-text-success {
	color: hsl(153, 53%, 53%) !important;
}

.bulma a.has-text-success:hover,
.bulma a.has-text-success:focus {
	color: #34a873 !important;
}

.bulma .has-background-success {
	background-color: hsl(153, 53%, 53%) !important;
}

.bulma .has-text-success-light {
	color: #effaf5 !important;
}

.bulma a.has-text-success-light:hover,
.bulma a.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;
}

.bulma a.has-text-success-dark:hover,
.bulma a.has-text-success-dark:focus {
	color: #31a06e !important;
}

.bulma .has-background-success-dark {
	background-color: #257953 !important;
}

.bulma .has-text-warning {
	color: hsl(44, 100%, 77%) !important;
}

.bulma a.has-text-warning:hover,
.bulma a.has-text-warning:focus {
	color: #ffd257 !important;
}

.bulma .has-background-warning {
	background-color: hsl(44, 100%, 77%) !important;
}

.bulma .has-text-warning-light {
	color: #fffaeb !important;
}

.bulma a.has-text-warning-light:hover,
.bulma a.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;
}

.bulma a.has-text-warning-dark:hover,
.bulma a.has-text-warning-dark:focus {
	color: #c79200 !important;
}

.bulma .has-background-warning-dark {
	background-color: #946c00 !important;
}

.bulma .has-text-danger {
	color: hsl(348, 86%, 61%) !important;
}

.bulma a.has-text-danger:hover,
.bulma a.has-text-danger:focus {
	color: #ee1742 !important;
}

.bulma .has-background-danger {
	background-color: hsl(348, 86%, 61%) !important;
}

.bulma .has-text-danger-light {
	color: #feecf0 !important;
}

.bulma a.has-text-danger-light:hover,
.bulma a.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;
}

.bulma a.has-text-danger-dark:hover,
.bulma a.has-text-danger-dark:focus {
	color: #ee2049 !important;
}

.bulma .has-background-danger-dark {
	background-color: #cc0f35 !important;
}

.bulma .has-text-black-bis {
	color: hsl(0, 0%, 7%) !important;
}

.bulma .has-background-black-bis {
	background-color: hsl(0, 0%, 7%) !important;
}

.bulma .has-text-black-ter {
	color: hsl(0, 0%, 14%) !important;
}

.bulma .has-background-black-ter {
	background-color: hsl(0, 0%, 14%) !important;
}

.bulma .has-text-grey-darker {
	color: hsl(0, 0%, 21%) !important;
}

.bulma .has-background-grey-darker {
	background-color: hsl(0, 0%, 21%) !important;
}

.bulma .has-text-grey-dark {
	color: hsl(0, 0%, 29%) !important;
}

.bulma .has-background-grey-dark {
	background-color: hsl(0, 0%, 29%) !important;
}

.bulma .has-text-grey {
	color: hsl(0, 0%, 48%) !important;
}

.bulma .has-background-grey {
	background-color: hsl(0, 0%, 48%) !important;
}

.bulma .has-text-grey-light {
	color: hsl(0, 0%, 71%) !important;
}

.bulma .has-background-grey-light {
	background-color: hsl(0, 0%, 71%) !important;
}

.bulma .has-text-grey-lighter {
	color: hsl(0, 0%, 86%) !important;
}

.bulma .has-background-grey-lighter {
	background-color: hsl(0, 0%, 86%) !important;
}

.bulma .has-text-white-ter {
	color: hsl(0, 0%, 96%) !important;
}

.bulma .has-background-white-ter {
	background-color: hsl(0, 0%, 96%) !important;
}

.bulma .has-text-white-bis {
	color: hsl(0, 0%, 98%) !important;
}

.bulma .has-background-white-bis {
	background-color: hsl(0, 0%, 98%) !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: 1184px) {
	.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: 1183px) {
	.bulma .has-text-centered-desktop-only {
		text-align: center !important;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .has-text-centered-widescreen {
		text-align: center !important;
	}
}

@media screen and (min-width: 1184px) 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: 1183px) {
	.bulma .has-text-justified-desktop-only {
		text-align: justify !important;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .has-text-justified-widescreen {
		text-align: justify !important;
	}
}

@media screen and (min-width: 1184px) 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: 1183px) {
	.bulma .has-text-left-desktop-only {
		text-align: left !important;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .has-text-left-widescreen {
		text-align: left !important;
	}
}

@media screen and (min-width: 1184px) 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: 1183px) {
	.bulma .has-text-right-desktop-only {
		text-align: right !important;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .has-text-right-widescreen {
		text-align: right !important;
	}
}

@media screen and (min-width: 1184px) 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: "Noto Sans JP", sans-serif !important;
}

.bulma .is-family-secondary {
	font-family: "Noto Sans JP", sans-serif !important;
}

.bulma .is-family-sans-serif {
	font-family: "Noto Sans JP", 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: 1183px) {
	.bulma .is-block-desktop-only {
		display: block !important;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .is-block-widescreen {
		display: block !important;
	}
}

@media screen and (min-width: 1184px) 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: 1183px) {
	.bulma .is-flex-desktop-only {
		display: flex !important;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .is-flex-widescreen {
		display: flex !important;
	}
}

@media screen and (min-width: 1184px) 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: 1183px) {
	.bulma .is-inline-desktop-only {
		display: inline !important;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .is-inline-widescreen {
		display: inline !important;
	}
}

@media screen and (min-width: 1184px) 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: 1183px) {
	.bulma .is-inline-block-desktop-only {
		display: inline-block !important;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .is-inline-block-widescreen {
		display: inline-block !important;
	}
}

@media screen and (min-width: 1184px) 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: 1183px) {
	.bulma .is-inline-flex-desktop-only {
		display: inline-flex !important;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .is-inline-flex-widescreen {
		display: inline-flex !important;
	}
}

@media screen and (min-width: 1184px) 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: 1183px) {
	.bulma .is-hidden-desktop-only {
		display: none !important;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .is-hidden-widescreen {
		display: none !important;
	}
}

@media screen and (min-width: 1184px) 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: 1183px) {
	.bulma .is-invisible-desktop-only {
		visibility: hidden !important;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .is-invisible-widescreen {
		visibility: hidden !important;
	}
}

@media screen and (min-width: 1184px) 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 .button {
	background-color: #fff;
	border-color: hsl(0, 0%, 86%);
	border-width: 1px;
	color: hsl(0, 0%, 21%);
	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 .icon,
.bulma .button .icon.is-small,
.bulma .button .icon.is-medium,
.bulma .button .icon.is-large {
	height: 1.5em;
	width: 1.5em;
}

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

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

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

.bulma .button:hover,
.bulma .button.is-hovered {
	border-color: hsl(0, 0%, 71%);
	color: hsl(0, 0%, 21%);
}

.bulma .button:focus,
.bulma .button.is-focused {
	border-color: hsl(229, 53%, 53%);
	color: hsl(0, 0%, 21%);
}

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

.bulma .button:active,
.bulma .button.is-active {
	border-color: hsl(0, 0%, 29%);
	color: hsl(0, 0%, 21%);
}

.bulma .button.is-text {
	background-color: transparent;
	border-color: transparent;
	color: hsl(0, 0%, 29%);
	text-decoration: underline;
}

.bulma .button.is-text:hover,
.bulma .button.is-text.is-hovered,
.bulma .button.is-text:focus,
.bulma .button.is-text.is-focused {
	background-color: hsl(0, 0%, 96%);
	color: hsl(0, 0%, 21%);
}

.bulma .button.is-text:active,
.bulma .button.is-text.is-active {
	background-color: #e8e8e8;
	color: hsl(0, 0%, 21%);
}

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

.bulma .button.is-ghost {
	background: none;
	border-color: transparent;
	color: hsl(229, 53%, 53%);
	text-decoration: none;
}

.bulma .button.is-ghost:hover,
.bulma .button.is-ghost.is-hovered {
	color: hsl(229, 53%, 53%);
	text-decoration: underline;
}

.bulma .button.is-white {
	background-color: #fff;
	border-color: transparent;
	color: hsl(0, 0%, 4%);
}

.bulma .button.is-white:hover,
.bulma .button.is-white.is-hovered {
	background-color: #f9f9f9;
	border-color: transparent;
	color: hsl(0, 0%, 4%);
}

.bulma .button.is-white:focus,
.bulma .button.is-white.is-focused {
	border-color: transparent;
	color: hsl(0, 0%, 4%);
}

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

.bulma .button.is-white:active,
.bulma .button.is-white.is-active {
	background-color: #f2f2f2;
	border-color: transparent;
	color: hsl(0, 0%, 4%);
}

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

.bulma .button.is-white.is-inverted {
	background-color: hsl(0, 0%, 4%);
	color: #fff;
}

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

.bulma .button.is-white.is-inverted[disabled],
fieldset[disabled] .bulma .button.is-white.is-inverted {
	background-color: hsl(0, 0%, 4%);
	border-color: transparent;
	box-shadow: none;
	color: #fff;
}

.bulma .button.is-white.is-loading::after {
	border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}

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

.bulma .button.is-white.is-outlined:hover,
.bulma .button.is-white.is-outlined.is-hovered,
.bulma .button.is-white.is-outlined:focus,
.bulma .button.is-white.is-outlined.is-focused {
	background-color: #fff;
	border-color: #fff;
	color: hsl(0, 0%, 4%);
}

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

.bulma .button.is-white.is-outlined.is-loading:hover::after,
.bulma .button.is-white.is-outlined.is-loading.is-hovered::after,
.bulma .button.is-white.is-outlined.is-loading:focus::after,
.bulma .button.is-white.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}

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

.bulma .button.is-white.is-inverted.is-outlined {
	background-color: transparent;
	border-color: hsl(0, 0%, 4%);
	color: hsl(0, 0%, 4%);
}

.bulma .button.is-white.is-inverted.is-outlined:hover,
.bulma .button.is-white.is-inverted.is-outlined.is-hovered,
.bulma .button.is-white.is-inverted.is-outlined:focus,
.bulma .button.is-white.is-inverted.is-outlined.is-focused {
	background-color: hsl(0, 0%, 4%);
	color: #fff;
}

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

.bulma .button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .bulma .button.is-white.is-inverted.is-outlined {
	background-color: transparent;
	border-color: hsl(0, 0%, 4%);
	box-shadow: none;
	color: hsl(0, 0%, 4%);
}

.bulma .button.is-black {
	background-color: hsl(0, 0%, 4%);
	border-color: transparent;
	color: #fff;
}

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

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

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

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

.bulma .button.is-black[disabled],
fieldset[disabled] .bulma .button.is-black {
	background-color: hsl(0, 0%, 4%);
	border-color: hsl(0, 0%, 4%);
	box-shadow: none;
}

.bulma .button.is-black.is-inverted {
	background-color: #fff;
	color: hsl(0, 0%, 4%);
}

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

.bulma .button.is-black.is-inverted[disabled],
fieldset[disabled] .bulma .button.is-black.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: hsl(0, 0%, 4%);
}

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

.bulma .button.is-black.is-outlined {
	background-color: transparent;
	border-color: hsl(0, 0%, 4%);
	color: hsl(0, 0%, 4%);
}

.bulma .button.is-black.is-outlined:hover,
.bulma .button.is-black.is-outlined.is-hovered,
.bulma .button.is-black.is-outlined:focus,
.bulma .button.is-black.is-outlined.is-focused {
	background-color: hsl(0, 0%, 4%);
	border-color: hsl(0, 0%, 4%);
	color: #fff;
}

.bulma .button.is-black.is-outlined.is-loading::after {
	border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}

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

.bulma .button.is-black.is-outlined[disabled],
fieldset[disabled] .bulma .button.is-black.is-outlined {
	background-color: transparent;
	border-color: hsl(0, 0%, 4%);
	box-shadow: none;
	color: hsl(0, 0%, 4%);
}

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

.bulma .button.is-black.is-inverted.is-outlined:hover,
.bulma .button.is-black.is-inverted.is-outlined.is-hovered,
.bulma .button.is-black.is-inverted.is-outlined:focus,
.bulma .button.is-black.is-inverted.is-outlined.is-focused {
	background-color: #fff;
	color: hsl(0, 0%, 4%);
}

.bulma .button.is-black.is-inverted.is-outlined.is-loading:hover::after,
.bulma .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,
.bulma .button.is-black.is-inverted.is-outlined.is-loading:focus::after,
.bulma .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}

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

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

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

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

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

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

.bulma .button.is-light[disabled],
fieldset[disabled] .bulma .button.is-light {
	background-color: hsl(0, 0%, 96%);
	border-color: hsl(0, 0%, 96%);
	box-shadow: none;
}

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

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

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

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

.bulma .button.is-light.is-outlined {
	background-color: transparent;
	border-color: hsl(0, 0%, 96%);
	color: hsl(0, 0%, 96%);
}

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

.bulma .button.is-light.is-outlined.is-loading::after {
	border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}

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

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

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

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

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

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

.bulma .button.is-dark {
	background-color: hsl(0, 0%, 21%);
	border-color: transparent;
	color: #fff;
}

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

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

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

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

.bulma .button.is-dark[disabled],
fieldset[disabled] .bulma .button.is-dark {
	background-color: hsl(0, 0%, 21%);
	border-color: hsl(0, 0%, 21%);
	box-shadow: none;
}

.bulma .button.is-dark.is-inverted {
	background-color: #fff;
	color: hsl(0, 0%, 21%);
}

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

.bulma .button.is-dark.is-inverted[disabled],
fieldset[disabled] .bulma .button.is-dark.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: hsl(0, 0%, 21%);
}

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

.bulma .button.is-dark.is-outlined {
	background-color: transparent;
	border-color: hsl(0, 0%, 21%);
	color: hsl(0, 0%, 21%);
}

.bulma .button.is-dark.is-outlined:hover,
.bulma .button.is-dark.is-outlined.is-hovered,
.bulma .button.is-dark.is-outlined:focus,
.bulma .button.is-dark.is-outlined.is-focused {
	background-color: hsl(0, 0%, 21%);
	border-color: hsl(0, 0%, 21%);
	color: #fff;
}

.bulma .button.is-dark.is-outlined.is-loading::after {
	border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}

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

.bulma .button.is-dark.is-outlined[disabled],
fieldset[disabled] .bulma .button.is-dark.is-outlined {
	background-color: transparent;
	border-color: hsl(0, 0%, 21%);
	box-shadow: none;
	color: hsl(0, 0%, 21%);
}

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

.bulma .button.is-dark.is-inverted.is-outlined:hover,
.bulma .button.is-dark.is-inverted.is-outlined.is-hovered,
.bulma .button.is-dark.is-inverted.is-outlined:focus,
.bulma .button.is-dark.is-inverted.is-outlined.is-focused {
	background-color: #fff;
	color: hsl(0, 0%, 21%);
}

.bulma .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,
.bulma .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
.bulma .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,
.bulma .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bulma .button.is-primary.is-light {
	background-color: #fff7eb;
	color: #a36600;
}

.bulma .button.is-primary.is-light:hover,
.bulma .button.is-primary.is-light.is-hovered {
	background-color: #fff3de;
	border-color: transparent;
	color: #a36600;
}

.bulma .button.is-primary.is-light:active,
.bulma .button.is-primary.is-light.is-active {
	background-color: #ffeed1;
	border-color: transparent;
	color: #a36600;
}

.bulma .button.is-link {
	background-color: hsl(229, 53%, 53%);
	border-color: transparent;
	color: #fff;
}

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

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

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

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

.bulma .button.is-link[disabled],
fieldset[disabled] .bulma .button.is-link {
	background-color: hsl(229, 53%, 53%);
	border-color: hsl(229, 53%, 53%);
	box-shadow: none;
}

.bulma .button.is-link.is-inverted {
	background-color: #fff;
	color: hsl(229, 53%, 53%);
}

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

.bulma .button.is-link.is-inverted[disabled],
fieldset[disabled] .bulma .button.is-link.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: hsl(229, 53%, 53%);
}

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

.bulma .button.is-link.is-outlined {
	background-color: transparent;
	border-color: hsl(229, 53%, 53%);
	color: hsl(229, 53%, 53%);
}

.bulma .button.is-link.is-outlined:hover,
.bulma .button.is-link.is-outlined.is-hovered,
.bulma .button.is-link.is-outlined:focus,
.bulma .button.is-link.is-outlined.is-focused {
	background-color: hsl(229, 53%, 53%);
	border-color: hsl(229, 53%, 53%);
	color: #fff;
}

.bulma .button.is-link.is-outlined.is-loading::after {
	border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
}

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

.bulma .button.is-link.is-outlined[disabled],
fieldset[disabled] .bulma .button.is-link.is-outlined {
	background-color: transparent;
	border-color: hsl(229, 53%, 53%);
	box-shadow: none;
	color: hsl(229, 53%, 53%);
}

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

.bulma .button.is-link.is-inverted.is-outlined:hover,
.bulma .button.is-link.is-inverted.is-outlined.is-hovered,
.bulma .button.is-link.is-inverted.is-outlined:focus,
.bulma .button.is-link.is-inverted.is-outlined.is-focused {
	background-color: #fff;
	color: hsl(229, 53%, 53%);
}

.bulma .button.is-link.is-inverted.is-outlined.is-loading:hover::after,
.bulma .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,
.bulma .button.is-link.is-inverted.is-outlined.is-loading:focus::after,
.bulma .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
}

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

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

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

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

.bulma .button.is-info {
	background-color: hsl(207, 61%, 53%);
	border-color: transparent;
	color: #fff;
}

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

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

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

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

.bulma .button.is-info[disabled],
fieldset[disabled] .bulma .button.is-info {
	background-color: hsl(207, 61%, 53%);
	border-color: hsl(207, 61%, 53%);
	box-shadow: none;
}

.bulma .button.is-info.is-inverted {
	background-color: #fff;
	color: hsl(207, 61%, 53%);
}

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

.bulma .button.is-info.is-inverted[disabled],
fieldset[disabled] .bulma .button.is-info.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: hsl(207, 61%, 53%);
}

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

.bulma .button.is-info.is-outlined {
	background-color: transparent;
	border-color: hsl(207, 61%, 53%);
	color: hsl(207, 61%, 53%);
}

.bulma .button.is-info.is-outlined:hover,
.bulma .button.is-info.is-outlined.is-hovered,
.bulma .button.is-info.is-outlined:focus,
.bulma .button.is-info.is-outlined.is-focused {
	background-color: hsl(207, 61%, 53%);
	border-color: hsl(207, 61%, 53%);
	color: #fff;
}

.bulma .button.is-info.is-outlined.is-loading::after {
	border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
}

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

.bulma .button.is-info.is-outlined[disabled],
fieldset[disabled] .bulma .button.is-info.is-outlined {
	background-color: transparent;
	border-color: hsl(207, 61%, 53%);
	box-shadow: none;
	color: hsl(207, 61%, 53%);
}

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

.bulma .button.is-info.is-inverted.is-outlined:hover,
.bulma .button.is-info.is-inverted.is-outlined.is-hovered,
.bulma .button.is-info.is-inverted.is-outlined:focus,
.bulma .button.is-info.is-inverted.is-outlined.is-focused {
	background-color: #fff;
	color: hsl(207, 61%, 53%);
}

.bulma .button.is-info.is-inverted.is-outlined.is-loading:hover::after,
.bulma .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
.bulma .button.is-info.is-inverted.is-outlined.is-loading:focus::after,
.bulma .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
}

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

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

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

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

.bulma .button.is-success {
	background-color: hsl(153, 53%, 53%);
	border-color: transparent;
	color: #fff;
}

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

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

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

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

.bulma .button.is-success[disabled],
fieldset[disabled] .bulma .button.is-success {
	background-color: hsl(153, 53%, 53%);
	border-color: hsl(153, 53%, 53%);
	box-shadow: none;
}

.bulma .button.is-success.is-inverted {
	background-color: #fff;
	color: hsl(153, 53%, 53%);
}

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

.bulma .button.is-success.is-inverted[disabled],
fieldset[disabled] .bulma .button.is-success.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: hsl(153, 53%, 53%);
}

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

.bulma .button.is-success.is-outlined {
	background-color: transparent;
	border-color: hsl(153, 53%, 53%);
	color: hsl(153, 53%, 53%);
}

.bulma .button.is-success.is-outlined:hover,
.bulma .button.is-success.is-outlined.is-hovered,
.bulma .button.is-success.is-outlined:focus,
.bulma .button.is-success.is-outlined.is-focused {
	background-color: hsl(153, 53%, 53%);
	border-color: hsl(153, 53%, 53%);
	color: #fff;
}

.bulma .button.is-success.is-outlined.is-loading::after {
	border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important;
}

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

.bulma .button.is-success.is-outlined[disabled],
fieldset[disabled] .bulma .button.is-success.is-outlined {
	background-color: transparent;
	border-color: hsl(153, 53%, 53%);
	box-shadow: none;
	color: hsl(153, 53%, 53%);
}

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

.bulma .button.is-success.is-inverted.is-outlined:hover,
.bulma .button.is-success.is-inverted.is-outlined.is-hovered,
.bulma .button.is-success.is-inverted.is-outlined:focus,
.bulma .button.is-success.is-inverted.is-outlined.is-focused {
	background-color: #fff;
	color: hsl(153, 53%, 53%);
}

.bulma .button.is-success.is-inverted.is-outlined.is-loading:hover::after,
.bulma .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
.bulma .button.is-success.is-inverted.is-outlined.is-loading:focus::after,
.bulma .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important;
}

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

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

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

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

.bulma .button.is-warning {
	background-color: hsl(44, 100%, 77%);
	border-color: transparent;
	color: rgba(0, 0, 0, 0.7);
}

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

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

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

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

.bulma .button.is-warning[disabled],
fieldset[disabled] .bulma .button.is-warning {
	background-color: hsl(44, 100%, 77%);
	border-color: hsl(44, 100%, 77%);
	box-shadow: none;
}

.bulma .button.is-warning.is-inverted {
	background-color: rgba(0, 0, 0, 0.7);
	color: hsl(44, 100%, 77%);
}

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

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

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

.bulma .button.is-warning.is-outlined {
	background-color: transparent;
	border-color: hsl(44, 100%, 77%);
	color: hsl(44, 100%, 77%);
}

.bulma .button.is-warning.is-outlined:hover,
.bulma .button.is-warning.is-outlined.is-hovered,
.bulma .button.is-warning.is-outlined:focus,
.bulma .button.is-warning.is-outlined.is-focused {
	background-color: hsl(44, 100%, 77%);
	border-color: hsl(44, 100%, 77%);
	color: rgba(0, 0, 0, 0.7);
}

.bulma .button.is-warning.is-outlined.is-loading::after {
	border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important;
}

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

.bulma .button.is-warning.is-outlined[disabled],
fieldset[disabled] .bulma .button.is-warning.is-outlined {
	background-color: transparent;
	border-color: hsl(44, 100%, 77%);
	box-shadow: none;
	color: hsl(44, 100%, 77%);
}

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

.bulma .button.is-warning.is-inverted.is-outlined:hover,
.bulma .button.is-warning.is-inverted.is-outlined.is-hovered,
.bulma .button.is-warning.is-inverted.is-outlined:focus,
.bulma .button.is-warning.is-inverted.is-outlined.is-focused {
	background-color: rgba(0, 0, 0, 0.7);
	color: hsl(44, 100%, 77%);
}

.bulma .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,
.bulma .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,
.bulma .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,
.bulma .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important;
}

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

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

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

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

.bulma .button.is-danger {
	background-color: hsl(348, 86%, 61%);
	border-color: transparent;
	color: #fff;
}

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

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

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

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

.bulma .button.is-danger[disabled],
fieldset[disabled] .bulma .button.is-danger {
	background-color: hsl(348, 86%, 61%);
	border-color: hsl(348, 86%, 61%);
	box-shadow: none;
}

.bulma .button.is-danger.is-inverted {
	background-color: #fff;
	color: hsl(348, 86%, 61%);
}

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

.bulma .button.is-danger.is-inverted[disabled],
fieldset[disabled] .bulma .button.is-danger.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: hsl(348, 86%, 61%);
}

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

.bulma .button.is-danger.is-outlined {
	background-color: transparent;
	border-color: hsl(348, 86%, 61%);
	color: hsl(348, 86%, 61%);
}

.bulma .button.is-danger.is-outlined:hover,
.bulma .button.is-danger.is-outlined.is-hovered,
.bulma .button.is-danger.is-outlined:focus,
.bulma .button.is-danger.is-outlined.is-focused {
	background-color: hsl(348, 86%, 61%);
	border-color: hsl(348, 86%, 61%);
	color: #fff;
}

.bulma .button.is-danger.is-outlined.is-loading::after {
	border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
}

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

.bulma .button.is-danger.is-outlined[disabled],
fieldset[disabled] .bulma .button.is-danger.is-outlined {
	background-color: transparent;
	border-color: hsl(348, 86%, 61%);
	box-shadow: none;
	color: hsl(348, 86%, 61%);
}

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

.bulma .button.is-danger.is-inverted.is-outlined:hover,
.bulma .button.is-danger.is-inverted.is-outlined.is-hovered,
.bulma .button.is-danger.is-inverted.is-outlined:focus,
.bulma .button.is-danger.is-inverted.is-outlined.is-focused {
	background-color: #fff;
	color: hsl(348, 86%, 61%);
}

.bulma .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,
.bulma .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,
.bulma .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,
.bulma .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
}

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

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

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

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

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

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

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

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

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

.bulma .button[disabled],
fieldset[disabled] .bulma .button {
	background-color: #fff;
	border-color: hsl(0, 0%, 86%);
	box-shadow: none;
	opacity: 0.5;
}

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

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

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

.bulma .button.is-static {
	background-color: hsl(0, 0%, 96%);
	border-color: hsl(0, 0%, 86%);
	color: hsl(0, 0%, 48%);
	box-shadow: none;
	pointer-events: none;
}

.bulma .button.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 .button {
	margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
	.bulma .button.is-responsive.is-small {
		font-size: 0.5625rem;
	}

	.bulma .button.is-responsive,
	.bulma .button.is-responsive.is-normal {
		font-size: 0.65625rem;
	}

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.bulma .button.is-responsive.is-small {
		font-size: 0.65625rem;
	}

	.bulma .button.is-responsive,
	.bulma .button.is-responsive.is-normal {
		font-size: 0.75rem;
	}

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

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

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

.bulma .container.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: 1183px) {
	.bulma .container.is-widescreen:not(.is-max-desktop) {
		max-width: 1120px;
	}
}

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

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

@media screen and (min-width: 1408px) {
	.bulma .container:not(.is-max-desktop):not(.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: hsl(0, 0%, 21%);
	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: hsl(0, 0%, 96%);
	border-left: 5px solid hsl(0, 0%, 86%);
	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]).is-lower-alpha {
	list-style-type: lower-alpha;
}

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

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

.bulma .content ol:not([type]).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 hsl(0, 0%, 86%);
	border-width: 0 0 1px;
	padding: 0.5em 0.75em;
	vertical-align: top;
}

.bulma .content table th {
	color: hsl(0, 0%, 21%);
}

.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: hsl(0, 0%, 21%);
}

.bulma .content table tfoot td,
.bulma .content table tfoot th {
	border-width: 2px 0 0;
	color: hsl(0, 0%, 21%);
}

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

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

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

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

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

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

.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 .tag,
.bulma .subtitle .tag {
	vertical-align: middle;
}

.bulma .title {
	color: hsl(0, 0%, 21%);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.125;
}

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

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

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

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

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

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

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

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

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

.bulma .subtitle {
	color: hsl(0, 0%, 29%);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
}

.bulma .subtitle strong {
	color: hsl(0, 0%, 21%);
	font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

.bulma .tags .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.are-medium .tag:not(.is-normal):not(.is-large) {
	font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

.bulma .tag:not(body) {
	align-items: center;
	background-color: hsl(0, 0%, 96%);
	border-radius: 4px;
	color: hsl(0, 0%, 29%);
	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) .delete {
	margin-left: 0.25rem;
	margin-right: -0.375rem;
}

.bulma .tag:not(body).is-white {
	background-color: #fff;
	color: hsl(0, 0%, 4%);
}

.bulma .tag:not(body).is-black {
	background-color: hsl(0, 0%, 4%);
	color: #fff;
}

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

.bulma .tag:not(body).is-dark {
	background-color: hsl(0, 0%, 21%);
	color: #fff;
}

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

.bulma .tag:not(body).is-primary.is-light {
	background-color: #fff7eb;
	color: #a36600;
}

.bulma .tag:not(body).is-link {
	background-color: hsl(229, 53%, 53%);
	color: #fff;
}

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

.bulma .tag:not(body).is-info {
	background-color: hsl(207, 61%, 53%);
	color: #fff;
}

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

.bulma .tag:not(body).is-success {
	background-color: hsl(153, 53%, 53%);
	color: #fff;
}

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

.bulma .tag:not(body).is-warning {
	background-color: hsl(44, 100%, 77%);
	color: rgba(0, 0, 0, 0.7);
}

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

.bulma .tag:not(body).is-danger {
	background-color: hsl(348, 86%, 61%);
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bulma .table {
	background-color: #fff;
	color: hsl(0, 0%, 21%);
}

.bulma .table td,
.bulma .table th {
	border: 1px solid hsl(0, 0%, 86%);
	border-width: 0 0 1px;
	padding: 0.5em 0.75em;
	vertical-align: top;
}

.bulma .table td.is-white,
.bulma .table th.is-white {
	background-color: #fff;
	border-color: #fff;
	color: hsl(0, 0%, 4%);
}

.bulma .table td.is-black,
.bulma .table th.is-black {
	background-color: hsl(0, 0%, 4%);
	border-color: hsl(0, 0%, 4%);
	color: #fff;
}

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

.bulma .table td.is-dark,
.bulma .table th.is-dark {
	background-color: hsl(0, 0%, 21%);
	border-color: hsl(0, 0%, 21%);
	color: #fff;
}

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

.bulma .table td.is-link,
.bulma .table th.is-link {
	background-color: hsl(229, 53%, 53%);
	border-color: hsl(229, 53%, 53%);
	color: #fff;
}

.bulma .table td.is-info,
.bulma .table th.is-info {
	background-color: hsl(207, 61%, 53%);
	border-color: hsl(207, 61%, 53%);
	color: #fff;
}

.bulma .table td.is-success,
.bulma .table th.is-success {
	background-color: hsl(153, 53%, 53%);
	border-color: hsl(153, 53%, 53%);
	color: #fff;
}

.bulma .table td.is-warning,
.bulma .table th.is-warning {
	background-color: hsl(44, 100%, 77%);
	border-color: hsl(44, 100%, 77%);
	color: rgba(0, 0, 0, 0.7);
}

.bulma .table td.is-danger,
.bulma .table th.is-danger {
	background-color: hsl(348, 86%, 61%);
	border-color: hsl(348, 86%, 61%);
	color: #fff;
}

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

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

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

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

.bulma .table th {
	color: hsl(0, 0%, 21%);
}

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

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

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

.bulma .table tr.is-selected td,
.bulma .table tr.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: hsl(0, 0%, 21%);
}

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

.bulma .table tfoot td,
.bulma .table tfoot th {
	border-width: 2px 0 0;
	color: hsl(0, 0%, 21%);
}

.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.is-bordered td,
.bulma .table.is-bordered th {
	border-width: 1px;
}

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

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

.bulma .table.is-hoverable tbody tr:not(.is-selected):hover {
	background-color: hsl(0, 0%, 98%);
}

.bulma .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
	background-color: hsl(0, 0%, 98%);
}

.bulma .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
	background-color: hsl(0, 0%, 96%);
}

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

.bulma .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
	background-color: hsl(0, 0%, 98%);
}

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

.bulma .box {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
	color: hsl(0, 0%, 29%);
	display: block;
	padding: 1.25rem;
}

.bulma a.box:hover,
.bulma a.box:focus {
	box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px hsl(229, 53%, 53%);
}

.bulma a.box:active {
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px hsl(229, 53%, 53%);
}

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

.bulma .number {
	align-items: center;
	background-color: hsl(0, 0%, 96%);
	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 .select select,
.bulma .textarea,
.bulma .input {
	background-color: #fff;
	border-color: hsl(0, 0%, 86%);
	border-radius: 4px;
	color: hsl(0, 0%, 21%);
}

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

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

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

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

.bulma .select select:hover,
.bulma .textarea:hover,
.bulma .input:hover,
.bulma .select select.is-hovered,
.bulma .is-hovered.textarea,
.bulma .is-hovered.input {
	border-color: hsl(0, 0%, 71%);
}

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

.bulma .select select[disabled],
.bulma [disabled].textarea,
.bulma [disabled].input,
fieldset[disabled] .bulma .select select,
fieldset[disabled] .bulma .textarea,
fieldset[disabled] .bulma .input {
	background-color: hsl(0, 0%, 96%);
	border-color: hsl(0, 0%, 96%);
	box-shadow: none;
	color: hsl(0, 0%, 48%);
}

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

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

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

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

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

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

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

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

.bulma .is-black.textarea,
.bulma .is-black.input {
	border-color: hsl(0, 0%, 4%);
}

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

.bulma .is-light.textarea,
.bulma .is-light.input {
	border-color: hsl(0, 0%, 96%);
}

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

.bulma .is-dark.textarea,
.bulma .is-dark.input {
	border-color: hsl(0, 0%, 21%);
}

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

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

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

.bulma .is-link.textarea,
.bulma .is-link.input {
	border-color: hsl(229, 53%, 53%);
}

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

.bulma .is-info.textarea,
.bulma .is-info.input {
	border-color: hsl(207, 61%, 53%);
}

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

.bulma .is-success.textarea,
.bulma .is-success.input {
	border-color: hsl(153, 53%, 53%);
}

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

.bulma .is-warning.textarea,
.bulma .is-warning.input {
	border-color: hsl(44, 100%, 77%);
}

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

.bulma .is-danger.textarea,
.bulma .is-danger.input {
	border-color: hsl(348, 86%, 61%);
}

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

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

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

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

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

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

.bulma .input.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.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.has-fixed-size {
	resize: none;
}

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

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

.bulma .radio:hover,
.bulma .checkbox:hover {
	color: hsl(0, 0%, 21%);
}

.bulma [disabled].radio,
.bulma [disabled].checkbox,
fieldset[disabled] .bulma .radio,
fieldset[disabled] .bulma .checkbox,
.bulma .radio input[disabled],
.bulma .checkbox input[disabled] {
	color: hsl(0, 0%, 48%);
	cursor: not-allowed;
}

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

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

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

.bulma .select:not(.is-multiple):not(.is-loading)::after {
	border-color: hsl(229, 53%, 53%);
	right: 1.125em;
	z-index: 4;
}

.bulma .select.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: hsl(0, 0%, 96%);
}

.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(.is-multiple):not(.is-loading):hover::after {
	border-color: hsl(0, 0%, 21%);
}

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

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

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

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

.bulma .select.is-black:not(:hover)::after {
	border-color: hsl(0, 0%, 4%);
}

.bulma .select.is-black select {
	border-color: hsl(0, 0%, 4%);
}

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

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

.bulma .select.is-light:not(:hover)::after {
	border-color: hsl(0, 0%, 96%);
}

.bulma .select.is-light select {
	border-color: hsl(0, 0%, 96%);
}

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

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

.bulma .select.is-dark:not(:hover)::after {
	border-color: hsl(0, 0%, 21%);
}

.bulma .select.is-dark select {
	border-color: hsl(0, 0%, 21%);
}

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

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

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

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

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

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

.bulma .select.is-link:not(:hover)::after {
	border-color: hsl(229, 53%, 53%);
}

.bulma .select.is-link select {
	border-color: hsl(229, 53%, 53%);
}

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

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

.bulma .select.is-info:not(:hover)::after {
	border-color: hsl(207, 61%, 53%);
}

.bulma .select.is-info select {
	border-color: hsl(207, 61%, 53%);
}

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

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

.bulma .select.is-success:not(:hover)::after {
	border-color: hsl(153, 53%, 53%);
}

.bulma .select.is-success select {
	border-color: hsl(153, 53%, 53%);
}

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

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

.bulma .select.is-warning:not(:hover)::after {
	border-color: hsl(44, 100%, 77%);
}

.bulma .select.is-warning select {
	border-color: hsl(44, 100%, 77%);
}

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

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

.bulma .select.is-danger:not(:hover)::after {
	border-color: hsl(348, 86%, 61%);
}

.bulma .select.is-danger select {
	border-color: hsl(348, 86%, 61%);
}

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

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

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

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

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

.bulma .select.is-disabled::after {
	border-color: hsl(0, 0%, 48%) !important;
	opacity: 0.5;
}

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

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

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

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

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

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

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

.bulma .file.is-white .file-cta {
	background-color: #fff;
	border-color: transparent;
	color: hsl(0, 0%, 4%);
}

.bulma .file.is-white:hover .file-cta,
.bulma .file.is-white.is-hovered .file-cta {
	background-color: #f9f9f9;
	border-color: transparent;
	color: hsl(0, 0%, 4%);
}

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

.bulma .file.is-white:active .file-cta,
.bulma .file.is-white.is-active .file-cta {
	background-color: #f2f2f2;
	border-color: transparent;
	color: hsl(0, 0%, 4%);
}

.bulma .file.is-black .file-cta {
	background-color: hsl(0, 0%, 4%);
	border-color: transparent;
	color: #fff;
}

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

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

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

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

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

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

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

.bulma .file.is-dark .file-cta {
	background-color: hsl(0, 0%, 21%);
	border-color: transparent;
	color: #fff;
}

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

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

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

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

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

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

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

.bulma .file.is-link .file-cta {
	background-color: hsl(229, 53%, 53%);
	border-color: transparent;
	color: #fff;
}

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

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

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

.bulma .file.is-info .file-cta {
	background-color: hsl(207, 61%, 53%);
	border-color: transparent;
	color: #fff;
}

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

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

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

.bulma .file.is-success .file-cta {
	background-color: hsl(153, 53%, 53%);
	border-color: transparent;
	color: #fff;
}

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

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

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

.bulma .file.is-warning .file-cta {
	background-color: hsl(44, 100%, 77%);
	border-color: transparent;
	color: rgba(0, 0, 0, 0.7);
}

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

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

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

.bulma .file.is-danger .file-cta {
	background-color: hsl(348, 86%, 61%);
	border-color: transparent;
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bulma .file.is-right .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 .file-cta {
	background-color: #eeeeee;
	color: hsl(0, 0%, 21%);
}

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

.bulma .file-label:active .file-cta {
	background-color: #e8e8e8;
	color: hsl(0, 0%, 21%);
}

.bulma .file-label:active .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: hsl(0, 0%, 86%);
	border-radius: 4px;
	font-size: 1em;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
}

.bulma .file-cta {
	background-color: hsl(0, 0%, 96%);
	color: hsl(0, 0%, 29%);
}

.bulma .file-name {
	border-color: hsl(0, 0%, 86%);
	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 .fa {
	font-size: 14px;
}

.bulma .label {
	color: hsl(0, 0%, 21%);
	display: block;
	font-size: 1rem;
	font-weight: 700;
}

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

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

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

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

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

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

.bulma .help.is-black {
	color: hsl(0, 0%, 4%);
}

.bulma .help.is-light {
	color: hsl(0, 0%, 96%);
}

.bulma .help.is-dark {
	color: hsl(0, 0%, 21%);
}

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

.bulma .help.is-link {
	color: hsl(229, 53%, 53%);
}

.bulma .help.is-info {
	color: hsl(207, 61%, 53%);
}

.bulma .help.is-success {
	color: hsl(153, 53%, 53%);
}

.bulma .help.is-warning {
	color: hsl(44, 100%, 77%);
}

.bulma .help.is-danger {
	color: hsl(348, 86%, 61%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bulma .field-label .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.is-small {
		font-size: 0.75rem;
		padding-top: 0.375em;
	}

	.bulma .field-label.is-normal {
		padding-top: 0.375em;
	}

	.bulma .field-label.is-medium {
		font-size: 1.25rem;
		padding-top: 0.375em;
	}

	.bulma .field-label.is-large {
		font-size: 1.5rem;
		padding-top: 0.375em;
	}
}

.bulma .field-body .field .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 .field {
		margin-bottom: 0;
	}

	.bulma .field-body>.field {
		flex-shrink: 1;
	}

	.bulma .field-body>.field:not(.is-narrow) {
		flex-grow: 1;
	}

	.bulma .field-body>.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.has-icons-left .input:focus~.icon,
.bulma .control.has-icons-left .select:focus~.icon,
.bulma .control.has-icons-right .input:focus~.icon,
.bulma .control.has-icons-right .select:focus~.icon {
	color: hsl(0, 0%, 29%);
}

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

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

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

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

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

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

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

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

.bulma .control.is-loading::after {
	position: absolute !important;
	right: 0.625em;
	top: 0.625em;
	z-index: 4;
}

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

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

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

.bulma .breadcrumb {
	font-size: 1rem;
	white-space: nowrap;
}

.bulma .breadcrumb a {
	align-items: center;
	color: hsl(229, 53%, 53%);
	display: flex;
	justify-content: center;
	padding: 0 0.75em;
}

.bulma .breadcrumb a:hover {
	color: hsl(0, 0%, 21%);
}

.bulma .breadcrumb li {
	align-items: center;
	display: flex;
}

.bulma .breadcrumb li:first-child a {
	padding-left: 0;
}

.bulma .breadcrumb li.is-active a {
	color: hsl(0, 0%, 21%);
	cursor: default;
	pointer-events: none;
}

.bulma .breadcrumb li+li::before {
	color: hsl(0, 0%, 71%);
	content: "/";
}

.bulma .breadcrumb ul,
.bulma .breadcrumb ol {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.bulma .breadcrumb .icon:first-child {
	margin-right: 0.5em;
}

.bulma .breadcrumb .icon:last-child {
	margin-left: 0.5em;
}

.bulma .breadcrumb.is-centered ol,
.bulma .breadcrumb.is-centered ul {
	justify-content: center;
}

.bulma .breadcrumb.is-right ol,
.bulma .breadcrumb.is-right ul {
	justify-content: flex-end;
}

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

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

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

.bulma .breadcrumb.has-arrow-separator li+li::before {
	content: "→";
}

.bulma .breadcrumb.has-bullet-separator li+li::before {
	content: "•";
}

.bulma .breadcrumb.has-dot-separator li+li::before {
	content: "·";
}

.bulma .breadcrumb.has-succeeds-separator li+li::before {
	content: "≻";
}

.bulma .card {
	background-color: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
	color: hsl(0, 0%, 29%);
	max-width: 100%;
	position: relative;
}

.bulma .card-footer:first-child,
.bulma .card-content:first-child,
.bulma .card-header:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.bulma .card-footer:last-child,
.bulma .card-content:last-child,
.bulma .card-header: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: hsl(0, 0%, 21%);
	display: flex;
	flex-grow: 1;
	font-weight: 700;
	padding: 0.75rem 1rem;
}

.bulma .card-header-title.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 hsl(0, 0%, 93%);
	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 hsl(0, 0%, 93%);
}

.bulma .card .media:not(:last-child) {
	margin-bottom: 1.5rem;
}

.bulma .dropdown {
	display: inline-flex;
	position: relative;
	vertical-align: top;
}

.bulma .dropdown.is-active .dropdown-menu,
.bulma .dropdown.is-hoverable:hover .dropdown-menu {
	display: block;
}

.bulma .dropdown.is-right .dropdown-menu {
	left: auto;
	right: 0;
}

.bulma .dropdown.is-up .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: #fff;
	border-radius: 4px;
	box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.bulma .dropdown-item {
	color: hsl(0, 0%, 29%);
	display: block;
	font-size: 0.875rem;
	line-height: 1.5;
	padding: 0.375rem 1rem;
	position: relative;
}

.bulma a.dropdown-item,
.bulma button.dropdown-item {
	padding-right: 3rem;
	text-align: inherit;
	white-space: nowrap;
	width: 100%;
}

.bulma a.dropdown-item:hover,
.bulma button.dropdown-item:hover {
	background-color: hsl(0, 0%, 96%);
	color: hsl(0, 0%, 4%);
}

.bulma a.dropdown-item.is-active,
.bulma button.dropdown-item.is-active {
	background-color: hsl(229, 53%, 53%);
	color: #fff;
}

.bulma .dropdown-divider {
	background-color: hsl(0, 0%, 93%);
	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.is-mobile {
	display: flex;
}

.bulma .level.is-mobile .level-left,
.bulma .level.is-mobile .level-right {
	display: flex;
}

.bulma .level.is-mobile .level-left+.level-right {
	margin-top: 0;
}

.bulma .level.is-mobile .level-item:not(:last-child) {
	margin-bottom: 0;
	margin-right: 0.75rem;
}

.bulma .level.is-mobile .level-item:not(.is-narrow) {
	flex-grow: 1;
}

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

	.bulma .level>.level-item:not(.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 .title,
.bulma .level-item .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 .level-item.is-flexible,
.bulma .level-right .level-item.is-flexible {
	flex-grow: 1;
}

@media screen and (min-width: 769px),
print {

	.bulma .level-left .level-item:not(:last-child),
	.bulma .level-right .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+.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 .content:not(:last-child) {
	margin-bottom: 0.75rem;
}

.bulma .media .media {
	border-top: 1px solid rgba(219, 219, 219, 0.5);
	display: flex;
	padding-top: 0.75rem;
}

.bulma .media .media .content:not(:last-child),
.bulma .media .media .control:not(:last-child) {
	margin-bottom: 0.5rem;
}

.bulma .media .media .media {
	padding-top: 0.5rem;
}

.bulma .media .media .media+.media {
	margin-top: 0.5rem;
}

.bulma .media+.media {
	border-top: 1px solid rgba(219, 219, 219, 0.5);
	margin-top: 1rem;
	padding-top: 1rem;
}

.bulma .media.is-large+.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.is-small {
	font-size: 0.75rem;
}

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

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

.bulma .menu-list {
	line-height: 1.25;
}

.bulma .menu-list a {
	border-radius: 2px;
	color: hsl(0, 0%, 29%);
	display: block;
	padding: 0.5em 0.75em;
}

.bulma .menu-list a:hover {
	background-color: hsl(0, 0%, 96%);
	color: hsl(0, 0%, 21%);
}

.bulma .menu-list a.is-active {
	background-color: hsl(229, 53%, 53%);
	color: #fff;
}

.bulma .menu-list li ul {
	border-left: 1px solid hsl(0, 0%, 86%);
	margin: 0.75em;
	padding-left: 0.75em;
}

.bulma .menu-label {
	color: hsl(0, 0%, 48%);
	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: hsl(0, 0%, 96%);
	border-radius: 4px;
	font-size: 1rem;
}

.bulma .message strong {
	color: currentColor;
}

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

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

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

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

.bulma .message.is-white {
	background-color: white;
}

.bulma .message.is-white .message-header {
	background-color: #fff;
	color: hsl(0, 0%, 4%);
}

.bulma .message.is-white .message-body {
	border-color: #fff;
}

.bulma .message.is-black {
	background-color: #fafafa;
}

.bulma .message.is-black .message-header {
	background-color: hsl(0, 0%, 4%);
	color: #fff;
}

.bulma .message.is-black .message-body {
	border-color: hsl(0, 0%, 4%);
}

.bulma .message.is-light {
	background-color: #fafafa;
}

.bulma .message.is-light .message-header {
	background-color: hsl(0, 0%, 96%);
	color: rgba(0, 0, 0, 0.7);
}

.bulma .message.is-light .message-body {
	border-color: hsl(0, 0%, 96%);
}

.bulma .message.is-dark {
	background-color: #fafafa;
}

.bulma .message.is-dark .message-header {
	background-color: hsl(0, 0%, 21%);
	color: #fff;
}

.bulma .message.is-dark .message-body {
	border-color: hsl(0, 0%, 21%);
}

.bulma .message.is-primary {
	background-color: #fff7eb;
}

.bulma .message.is-primary .message-header {
	background-color: #f39800;
	color: #fff;
}

.bulma .message.is-primary .message-body {
	border-color: #f39800;
	color: #a36600;
}

.bulma .message.is-link {
	background-color: #eff1fa;
}

.bulma .message.is-link .message-header {
	background-color: hsl(229, 53%, 53%);
	color: #fff;
}

.bulma .message.is-link .message-body {
	border-color: hsl(229, 53%, 53%);
	color: #3850b7;
}

.bulma .message.is-info {
	background-color: #eff5fb;
}

.bulma .message.is-info .message-header {
	background-color: hsl(207, 61%, 53%);
	color: #fff;
}

.bulma .message.is-info .message-body {
	border-color: hsl(207, 61%, 53%);
	color: #296fa8;
}

.bulma .message.is-success {
	background-color: #effaf5;
}

.bulma .message.is-success .message-header {
	background-color: hsl(153, 53%, 53%);
	color: #fff;
}

.bulma .message.is-success .message-body {
	border-color: hsl(153, 53%, 53%);
	color: #257953;
}

.bulma .message.is-warning {
	background-color: #fffaeb;
}

.bulma .message.is-warning .message-header {
	background-color: hsl(44, 100%, 77%);
	color: rgba(0, 0, 0, 0.7);
}

.bulma .message.is-warning .message-body {
	border-color: hsl(44, 100%, 77%);
	color: #946c00;
}

.bulma .message.is-danger {
	background-color: #feecf0;
}

.bulma .message.is-danger .message-header {
	background-color: hsl(348, 86%, 61%);
	color: #fff;
}

.bulma .message.is-danger .message-body {
	border-color: hsl(348, 86%, 61%);
	color: #cc0f35;
}

.bulma .message-header {
	align-items: center;
	background-color: hsl(0, 0%, 29%);
	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 .delete {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 0.75em;
}

.bulma .message-header+.message-body {
	border-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.bulma .message-body {
	border-color: hsl(0, 0%, 86%);
	border-radius: 4px;
	border-style: solid;
	border-width: 0 0 0 4px;
	color: hsl(0, 0%, 29%);
	padding: 1.25em 1.5em;
}

.bulma .message-body code,
.bulma .message-body pre {
	background-color: #fff;
}

.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.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: hsl(0, 0%, 96%);
	display: flex;
	flex-shrink: 0;
	justify-content: flex-start;
	padding: 20px;
	position: relative;
}

.bulma .modal-card-head {
	border-bottom: 1px solid hsl(0, 0%, 86%);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.bulma .modal-card-title {
	color: hsl(0, 0%, 21%);
	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 hsl(0, 0%, 86%);
}

.bulma .modal-card-foot .button:not(:last-child) {
	margin-right: 0.5em;
}

.bulma .modal-card-body {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: auto;
	padding: 20px;
}

.bulma .navbar {
	background-color: #fff;
	min-height: 3.25rem;
	position: relative;
	z-index: 30;
}

.bulma .navbar.is-white {
	background-color: #fff;
	color: hsl(0, 0%, 4%);
}

.bulma .navbar.is-white .navbar-brand>.navbar-item,
.bulma .navbar.is-white .navbar-brand .navbar-link {
	color: hsl(0, 0%, 4%);
}

.bulma .navbar.is-white .navbar-brand>a.navbar-item:focus,
.bulma .navbar.is-white .navbar-brand>a.navbar-item:hover,
.bulma .navbar.is-white .navbar-brand>a.navbar-item.is-active,
.bulma .navbar.is-white .navbar-brand .navbar-link:focus,
.bulma .navbar.is-white .navbar-brand .navbar-link:hover,
.bulma .navbar.is-white .navbar-brand .navbar-link.is-active {
	background-color: #f2f2f2;
	color: hsl(0, 0%, 4%);
}

.bulma .navbar.is-white .navbar-brand .navbar-link::after {
	border-color: hsl(0, 0%, 4%);
}

.bulma .navbar.is-white .navbar-burger {
	color: hsl(0, 0%, 4%);
}

@media screen and (min-width: 1024px) {

	.bulma .navbar.is-white .navbar-start>.navbar-item,
	.bulma .navbar.is-white .navbar-start .navbar-link,
	.bulma .navbar.is-white .navbar-end>.navbar-item,
	.bulma .navbar.is-white .navbar-end .navbar-link {
		color: hsl(0, 0%, 4%);
	}

	.bulma .navbar.is-white .navbar-start>a.navbar-item:focus,
	.bulma .navbar.is-white .navbar-start>a.navbar-item:hover,
	.bulma .navbar.is-white .navbar-start>a.navbar-item.is-active,
	.bulma .navbar.is-white .navbar-start .navbar-link:focus,
	.bulma .navbar.is-white .navbar-start .navbar-link:hover,
	.bulma .navbar.is-white .navbar-start .navbar-link.is-active,
	.bulma .navbar.is-white .navbar-end>a.navbar-item:focus,
	.bulma .navbar.is-white .navbar-end>a.navbar-item:hover,
	.bulma .navbar.is-white .navbar-end>a.navbar-item.is-active,
	.bulma .navbar.is-white .navbar-end .navbar-link:focus,
	.bulma .navbar.is-white .navbar-end .navbar-link:hover,
	.bulma .navbar.is-white .navbar-end .navbar-link.is-active {
		background-color: #f2f2f2;
		color: hsl(0, 0%, 4%);
	}

	.bulma .navbar.is-white .navbar-start .navbar-link::after,
	.bulma .navbar.is-white .navbar-end .navbar-link::after {
		border-color: hsl(0, 0%, 4%);
	}

	.bulma .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
	.bulma .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
	.bulma .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #f2f2f2;
		color: hsl(0, 0%, 4%);
	}

	.bulma .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
		background-color: #fff;
		color: hsl(0, 0%, 4%);
	}
}

.bulma .navbar.is-black {
	background-color: hsl(0, 0%, 4%);
	color: #fff;
}

.bulma .navbar.is-black .navbar-brand>.navbar-item,
.bulma .navbar.is-black .navbar-brand .navbar-link {
	color: #fff;
}

.bulma .navbar.is-black .navbar-brand>a.navbar-item:focus,
.bulma .navbar.is-black .navbar-brand>a.navbar-item:hover,
.bulma .navbar.is-black .navbar-brand>a.navbar-item.is-active,
.bulma .navbar.is-black .navbar-brand .navbar-link:focus,
.bulma .navbar.is-black .navbar-brand .navbar-link:hover,
.bulma .navbar.is-black .navbar-brand .navbar-link.is-active {
	background-color: black;
	color: #fff;
}

.bulma .navbar.is-black .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.bulma .navbar.is-black .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {

	.bulma .navbar.is-black .navbar-start>.navbar-item,
	.bulma .navbar.is-black .navbar-start .navbar-link,
	.bulma .navbar.is-black .navbar-end>.navbar-item,
	.bulma .navbar.is-black .navbar-end .navbar-link {
		color: #fff;
	}

	.bulma .navbar.is-black .navbar-start>a.navbar-item:focus,
	.bulma .navbar.is-black .navbar-start>a.navbar-item:hover,
	.bulma .navbar.is-black .navbar-start>a.navbar-item.is-active,
	.bulma .navbar.is-black .navbar-start .navbar-link:focus,
	.bulma .navbar.is-black .navbar-start .navbar-link:hover,
	.bulma .navbar.is-black .navbar-start .navbar-link.is-active,
	.bulma .navbar.is-black .navbar-end>a.navbar-item:focus,
	.bulma .navbar.is-black .navbar-end>a.navbar-item:hover,
	.bulma .navbar.is-black .navbar-end>a.navbar-item.is-active,
	.bulma .navbar.is-black .navbar-end .navbar-link:focus,
	.bulma .navbar.is-black .navbar-end .navbar-link:hover,
	.bulma .navbar.is-black .navbar-end .navbar-link.is-active {
		background-color: black;
		color: #fff;
	}

	.bulma .navbar.is-black .navbar-start .navbar-link::after,
	.bulma .navbar.is-black .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.bulma .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
	.bulma .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
	.bulma .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: black;
		color: #fff;
	}

	.bulma .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
		background-color: hsl(0, 0%, 4%);
		color: #fff;
	}
}

.bulma .navbar.is-light {
	background-color: hsl(0, 0%, 96%);
	color: rgba(0, 0, 0, 0.7);
}

.bulma .navbar.is-light .navbar-brand>.navbar-item,
.bulma .navbar.is-light .navbar-brand .navbar-link {
	color: rgba(0, 0, 0, 0.7);
}

.bulma .navbar.is-light .navbar-brand>a.navbar-item:focus,
.bulma .navbar.is-light .navbar-brand>a.navbar-item:hover,
.bulma .navbar.is-light .navbar-brand>a.navbar-item.is-active,
.bulma .navbar.is-light .navbar-brand .navbar-link:focus,
.bulma .navbar.is-light .navbar-brand .navbar-link:hover,
.bulma .navbar.is-light .navbar-brand .navbar-link.is-active {
	background-color: #e8e8e8;
	color: rgba(0, 0, 0, 0.7);
}

.bulma .navbar.is-light .navbar-brand .navbar-link::after {
	border-color: rgba(0, 0, 0, 0.7);
}

.bulma .navbar.is-light .navbar-burger {
	color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {

	.bulma .navbar.is-light .navbar-start>.navbar-item,
	.bulma .navbar.is-light .navbar-start .navbar-link,
	.bulma .navbar.is-light .navbar-end>.navbar-item,
	.bulma .navbar.is-light .navbar-end .navbar-link {
		color: rgba(0, 0, 0, 0.7);
	}

	.bulma .navbar.is-light .navbar-start>a.navbar-item:focus,
	.bulma .navbar.is-light .navbar-start>a.navbar-item:hover,
	.bulma .navbar.is-light .navbar-start>a.navbar-item.is-active,
	.bulma .navbar.is-light .navbar-start .navbar-link:focus,
	.bulma .navbar.is-light .navbar-start .navbar-link:hover,
	.bulma .navbar.is-light .navbar-start .navbar-link.is-active,
	.bulma .navbar.is-light .navbar-end>a.navbar-item:focus,
	.bulma .navbar.is-light .navbar-end>a.navbar-item:hover,
	.bulma .navbar.is-light .navbar-end>a.navbar-item.is-active,
	.bulma .navbar.is-light .navbar-end .navbar-link:focus,
	.bulma .navbar.is-light .navbar-end .navbar-link:hover,
	.bulma .navbar.is-light .navbar-end .navbar-link.is-active {
		background-color: #e8e8e8;
		color: rgba(0, 0, 0, 0.7);
	}

	.bulma .navbar.is-light .navbar-start .navbar-link::after,
	.bulma .navbar.is-light .navbar-end .navbar-link::after {
		border-color: rgba(0, 0, 0, 0.7);
	}

	.bulma .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
	.bulma .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
	.bulma .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #e8e8e8;
		color: rgba(0, 0, 0, 0.7);
	}

	.bulma .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
		background-color: hsl(0, 0%, 96%);
		color: rgba(0, 0, 0, 0.7);
	}
}

.bulma .navbar.is-dark {
	background-color: hsl(0, 0%, 21%);
	color: #fff;
}

.bulma .navbar.is-dark .navbar-brand>.navbar-item,
.bulma .navbar.is-dark .navbar-brand .navbar-link {
	color: #fff;
}

.bulma .navbar.is-dark .navbar-brand>a.navbar-item:focus,
.bulma .navbar.is-dark .navbar-brand>a.navbar-item:hover,
.bulma .navbar.is-dark .navbar-brand>a.navbar-item.is-active,
.bulma .navbar.is-dark .navbar-brand .navbar-link:focus,
.bulma .navbar.is-dark .navbar-brand .navbar-link:hover,
.bulma .navbar.is-dark .navbar-brand .navbar-link.is-active {
	background-color: #292929;
	color: #fff;
}

.bulma .navbar.is-dark .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.bulma .navbar.is-dark .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {

	.bulma .navbar.is-dark .navbar-start>.navbar-item,
	.bulma .navbar.is-dark .navbar-start .navbar-link,
	.bulma .navbar.is-dark .navbar-end>.navbar-item,
	.bulma .navbar.is-dark .navbar-end .navbar-link {
		color: #fff;
	}

	.bulma .navbar.is-dark .navbar-start>a.navbar-item:focus,
	.bulma .navbar.is-dark .navbar-start>a.navbar-item:hover,
	.bulma .navbar.is-dark .navbar-start>a.navbar-item.is-active,
	.bulma .navbar.is-dark .navbar-start .navbar-link:focus,
	.bulma .navbar.is-dark .navbar-start .navbar-link:hover,
	.bulma .navbar.is-dark .navbar-start .navbar-link.is-active,
	.bulma .navbar.is-dark .navbar-end>a.navbar-item:focus,
	.bulma .navbar.is-dark .navbar-end>a.navbar-item:hover,
	.bulma .navbar.is-dark .navbar-end>a.navbar-item.is-active,
	.bulma .navbar.is-dark .navbar-end .navbar-link:focus,
	.bulma .navbar.is-dark .navbar-end .navbar-link:hover,
	.bulma .navbar.is-dark .navbar-end .navbar-link.is-active {
		background-color: #292929;
		color: #fff;
	}

	.bulma .navbar.is-dark .navbar-start .navbar-link::after,
	.bulma .navbar.is-dark .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.bulma .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
	.bulma .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
	.bulma .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #292929;
		color: #fff;
	}

	.bulma .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
		background-color: hsl(0, 0%, 21%);
		color: #fff;
	}
}

.bulma .navbar.is-primary {
	background-color: #f39800;
	color: #fff;
}

.bulma .navbar.is-primary .navbar-brand>.navbar-item,
.bulma .navbar.is-primary .navbar-brand .navbar-link {
	color: #fff;
}

.bulma .navbar.is-primary .navbar-brand>a.navbar-item:focus,
.bulma .navbar.is-primary .navbar-brand>a.navbar-item:hover,
.bulma .navbar.is-primary .navbar-brand>a.navbar-item.is-active,
.bulma .navbar.is-primary .navbar-brand .navbar-link:focus,
.bulma .navbar.is-primary .navbar-brand .navbar-link:hover,
.bulma .navbar.is-primary .navbar-brand .navbar-link.is-active {
	background-color: #da8800;
	color: #fff;
}

.bulma .navbar.is-primary .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.bulma .navbar.is-primary .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {

	.bulma .navbar.is-primary .navbar-start>.navbar-item,
	.bulma .navbar.is-primary .navbar-start .navbar-link,
	.bulma .navbar.is-primary .navbar-end>.navbar-item,
	.bulma .navbar.is-primary .navbar-end .navbar-link {
		color: #fff;
	}

	.bulma .navbar.is-primary .navbar-start>a.navbar-item:focus,
	.bulma .navbar.is-primary .navbar-start>a.navbar-item:hover,
	.bulma .navbar.is-primary .navbar-start>a.navbar-item.is-active,
	.bulma .navbar.is-primary .navbar-start .navbar-link:focus,
	.bulma .navbar.is-primary .navbar-start .navbar-link:hover,
	.bulma .navbar.is-primary .navbar-start .navbar-link.is-active,
	.bulma .navbar.is-primary .navbar-end>a.navbar-item:focus,
	.bulma .navbar.is-primary .navbar-end>a.navbar-item:hover,
	.bulma .navbar.is-primary .navbar-end>a.navbar-item.is-active,
	.bulma .navbar.is-primary .navbar-end .navbar-link:focus,
	.bulma .navbar.is-primary .navbar-end .navbar-link:hover,
	.bulma .navbar.is-primary .navbar-end .navbar-link.is-active {
		background-color: #da8800;
		color: #fff;
	}

	.bulma .navbar.is-primary .navbar-start .navbar-link::after,
	.bulma .navbar.is-primary .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.bulma .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
	.bulma .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
	.bulma .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #da8800;
		color: #fff;
	}

	.bulma .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
		background-color: #f39800;
		color: #fff;
	}
}

.bulma .navbar.is-link {
	background-color: hsl(229, 53%, 53%);
	color: #fff;
}

.bulma .navbar.is-link .navbar-brand>.navbar-item,
.bulma .navbar.is-link .navbar-brand .navbar-link {
	color: #fff;
}

.bulma .navbar.is-link .navbar-brand>a.navbar-item:focus,
.bulma .navbar.is-link .navbar-brand>a.navbar-item:hover,
.bulma .navbar.is-link .navbar-brand>a.navbar-item.is-active,
.bulma .navbar.is-link .navbar-brand .navbar-link:focus,
.bulma .navbar.is-link .navbar-brand .navbar-link:hover,
.bulma .navbar.is-link .navbar-brand .navbar-link.is-active {
	background-color: #3a51bb;
	color: #fff;
}

.bulma .navbar.is-link .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.bulma .navbar.is-link .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {

	.bulma .navbar.is-link .navbar-start>.navbar-item,
	.bulma .navbar.is-link .navbar-start .navbar-link,
	.bulma .navbar.is-link .navbar-end>.navbar-item,
	.bulma .navbar.is-link .navbar-end .navbar-link {
		color: #fff;
	}

	.bulma .navbar.is-link .navbar-start>a.navbar-item:focus,
	.bulma .navbar.is-link .navbar-start>a.navbar-item:hover,
	.bulma .navbar.is-link .navbar-start>a.navbar-item.is-active,
	.bulma .navbar.is-link .navbar-start .navbar-link:focus,
	.bulma .navbar.is-link .navbar-start .navbar-link:hover,
	.bulma .navbar.is-link .navbar-start .navbar-link.is-active,
	.bulma .navbar.is-link .navbar-end>a.navbar-item:focus,
	.bulma .navbar.is-link .navbar-end>a.navbar-item:hover,
	.bulma .navbar.is-link .navbar-end>a.navbar-item.is-active,
	.bulma .navbar.is-link .navbar-end .navbar-link:focus,
	.bulma .navbar.is-link .navbar-end .navbar-link:hover,
	.bulma .navbar.is-link .navbar-end .navbar-link.is-active {
		background-color: #3a51bb;
		color: #fff;
	}

	.bulma .navbar.is-link .navbar-start .navbar-link::after,
	.bulma .navbar.is-link .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.bulma .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
	.bulma .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
	.bulma .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #3a51bb;
		color: #fff;
	}

	.bulma .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
		background-color: hsl(229, 53%, 53%);
		color: #fff;
	}
}

.bulma .navbar.is-info {
	background-color: hsl(207, 61%, 53%);
	color: #fff;
}

.bulma .navbar.is-info .navbar-brand>.navbar-item,
.bulma .navbar.is-info .navbar-brand .navbar-link {
	color: #fff;
}

.bulma .navbar.is-info .navbar-brand>a.navbar-item:focus,
.bulma .navbar.is-info .navbar-brand>a.navbar-item:hover,
.bulma .navbar.is-info .navbar-brand>a.navbar-item.is-active,
.bulma .navbar.is-info .navbar-brand .navbar-link:focus,
.bulma .navbar.is-info .navbar-brand .navbar-link:hover,
.bulma .navbar.is-info .navbar-brand .navbar-link.is-active {
	background-color: #3082c5;
	color: #fff;
}

.bulma .navbar.is-info .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.bulma .navbar.is-info .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {

	.bulma .navbar.is-info .navbar-start>.navbar-item,
	.bulma .navbar.is-info .navbar-start .navbar-link,
	.bulma .navbar.is-info .navbar-end>.navbar-item,
	.bulma .navbar.is-info .navbar-end .navbar-link {
		color: #fff;
	}

	.bulma .navbar.is-info .navbar-start>a.navbar-item:focus,
	.bulma .navbar.is-info .navbar-start>a.navbar-item:hover,
	.bulma .navbar.is-info .navbar-start>a.navbar-item.is-active,
	.bulma .navbar.is-info .navbar-start .navbar-link:focus,
	.bulma .navbar.is-info .navbar-start .navbar-link:hover,
	.bulma .navbar.is-info .navbar-start .navbar-link.is-active,
	.bulma .navbar.is-info .navbar-end>a.navbar-item:focus,
	.bulma .navbar.is-info .navbar-end>a.navbar-item:hover,
	.bulma .navbar.is-info .navbar-end>a.navbar-item.is-active,
	.bulma .navbar.is-info .navbar-end .navbar-link:focus,
	.bulma .navbar.is-info .navbar-end .navbar-link:hover,
	.bulma .navbar.is-info .navbar-end .navbar-link.is-active {
		background-color: #3082c5;
		color: #fff;
	}

	.bulma .navbar.is-info .navbar-start .navbar-link::after,
	.bulma .navbar.is-info .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.bulma .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
	.bulma .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
	.bulma .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #3082c5;
		color: #fff;
	}

	.bulma .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
		background-color: hsl(207, 61%, 53%);
		color: #fff;
	}
}

.bulma .navbar.is-success {
	background-color: hsl(153, 53%, 53%);
	color: #fff;
}

.bulma .navbar.is-success .navbar-brand>.navbar-item,
.bulma .navbar.is-success .navbar-brand .navbar-link {
	color: #fff;
}

.bulma .navbar.is-success .navbar-brand>a.navbar-item:focus,
.bulma .navbar.is-success .navbar-brand>a.navbar-item:hover,
.bulma .navbar.is-success .navbar-brand>a.navbar-item.is-active,
.bulma .navbar.is-success .navbar-brand .navbar-link:focus,
.bulma .navbar.is-success .navbar-brand .navbar-link:hover,
.bulma .navbar.is-success .navbar-brand .navbar-link.is-active {
	background-color: #3abb81;
	color: #fff;
}

.bulma .navbar.is-success .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.bulma .navbar.is-success .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {

	.bulma .navbar.is-success .navbar-start>.navbar-item,
	.bulma .navbar.is-success .navbar-start .navbar-link,
	.bulma .navbar.is-success .navbar-end>.navbar-item,
	.bulma .navbar.is-success .navbar-end .navbar-link {
		color: #fff;
	}

	.bulma .navbar.is-success .navbar-start>a.navbar-item:focus,
	.bulma .navbar.is-success .navbar-start>a.navbar-item:hover,
	.bulma .navbar.is-success .navbar-start>a.navbar-item.is-active,
	.bulma .navbar.is-success .navbar-start .navbar-link:focus,
	.bulma .navbar.is-success .navbar-start .navbar-link:hover,
	.bulma .navbar.is-success .navbar-start .navbar-link.is-active,
	.bulma .navbar.is-success .navbar-end>a.navbar-item:focus,
	.bulma .navbar.is-success .navbar-end>a.navbar-item:hover,
	.bulma .navbar.is-success .navbar-end>a.navbar-item.is-active,
	.bulma .navbar.is-success .navbar-end .navbar-link:focus,
	.bulma .navbar.is-success .navbar-end .navbar-link:hover,
	.bulma .navbar.is-success .navbar-end .navbar-link.is-active {
		background-color: #3abb81;
		color: #fff;
	}

	.bulma .navbar.is-success .navbar-start .navbar-link::after,
	.bulma .navbar.is-success .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.bulma .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
	.bulma .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
	.bulma .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #3abb81;
		color: #fff;
	}

	.bulma .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
		background-color: hsl(153, 53%, 53%);
		color: #fff;
	}
}

.bulma .navbar.is-warning {
	background-color: hsl(44, 100%, 77%);
	color: rgba(0, 0, 0, 0.7);
}

.bulma .navbar.is-warning .navbar-brand>.navbar-item,
.bulma .navbar.is-warning .navbar-brand .navbar-link {
	color: rgba(0, 0, 0, 0.7);
}

.bulma .navbar.is-warning .navbar-brand>a.navbar-item:focus,
.bulma .navbar.is-warning .navbar-brand>a.navbar-item:hover,
.bulma .navbar.is-warning .navbar-brand>a.navbar-item.is-active,
.bulma .navbar.is-warning .navbar-brand .navbar-link:focus,
.bulma .navbar.is-warning .navbar-brand .navbar-link:hover,
.bulma .navbar.is-warning .navbar-brand .navbar-link.is-active {
	background-color: #ffd970;
	color: rgba(0, 0, 0, 0.7);
}

.bulma .navbar.is-warning .navbar-brand .navbar-link::after {
	border-color: rgba(0, 0, 0, 0.7);
}

.bulma .navbar.is-warning .navbar-burger {
	color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {

	.bulma .navbar.is-warning .navbar-start>.navbar-item,
	.bulma .navbar.is-warning .navbar-start .navbar-link,
	.bulma .navbar.is-warning .navbar-end>.navbar-item,
	.bulma .navbar.is-warning .navbar-end .navbar-link {
		color: rgba(0, 0, 0, 0.7);
	}

	.bulma .navbar.is-warning .navbar-start>a.navbar-item:focus,
	.bulma .navbar.is-warning .navbar-start>a.navbar-item:hover,
	.bulma .navbar.is-warning .navbar-start>a.navbar-item.is-active,
	.bulma .navbar.is-warning .navbar-start .navbar-link:focus,
	.bulma .navbar.is-warning .navbar-start .navbar-link:hover,
	.bulma .navbar.is-warning .navbar-start .navbar-link.is-active,
	.bulma .navbar.is-warning .navbar-end>a.navbar-item:focus,
	.bulma .navbar.is-warning .navbar-end>a.navbar-item:hover,
	.bulma .navbar.is-warning .navbar-end>a.navbar-item.is-active,
	.bulma .navbar.is-warning .navbar-end .navbar-link:focus,
	.bulma .navbar.is-warning .navbar-end .navbar-link:hover,
	.bulma .navbar.is-warning .navbar-end .navbar-link.is-active {
		background-color: #ffd970;
		color: rgba(0, 0, 0, 0.7);
	}

	.bulma .navbar.is-warning .navbar-start .navbar-link::after,
	.bulma .navbar.is-warning .navbar-end .navbar-link::after {
		border-color: rgba(0, 0, 0, 0.7);
	}

	.bulma .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
	.bulma .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
	.bulma .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #ffd970;
		color: rgba(0, 0, 0, 0.7);
	}

	.bulma .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
		background-color: hsl(44, 100%, 77%);
		color: rgba(0, 0, 0, 0.7);
	}
}

.bulma .navbar.is-danger {
	background-color: hsl(348, 86%, 61%);
	color: #fff;
}

.bulma .navbar.is-danger .navbar-brand>.navbar-item,
.bulma .navbar.is-danger .navbar-brand .navbar-link {
	color: #fff;
}

.bulma .navbar.is-danger .navbar-brand>a.navbar-item:focus,
.bulma .navbar.is-danger .navbar-brand>a.navbar-item:hover,
.bulma .navbar.is-danger .navbar-brand>a.navbar-item.is-active,
.bulma .navbar.is-danger .navbar-brand .navbar-link:focus,
.bulma .navbar.is-danger .navbar-brand .navbar-link:hover,
.bulma .navbar.is-danger .navbar-brand .navbar-link.is-active {
	background-color: #ef2e55;
	color: #fff;
}

.bulma .navbar.is-danger .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.bulma .navbar.is-danger .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {

	.bulma .navbar.is-danger .navbar-start>.navbar-item,
	.bulma .navbar.is-danger .navbar-start .navbar-link,
	.bulma .navbar.is-danger .navbar-end>.navbar-item,
	.bulma .navbar.is-danger .navbar-end .navbar-link {
		color: #fff;
	}

	.bulma .navbar.is-danger .navbar-start>a.navbar-item:focus,
	.bulma .navbar.is-danger .navbar-start>a.navbar-item:hover,
	.bulma .navbar.is-danger .navbar-start>a.navbar-item.is-active,
	.bulma .navbar.is-danger .navbar-start .navbar-link:focus,
	.bulma .navbar.is-danger .navbar-start .navbar-link:hover,
	.bulma .navbar.is-danger .navbar-start .navbar-link.is-active,
	.bulma .navbar.is-danger .navbar-end>a.navbar-item:focus,
	.bulma .navbar.is-danger .navbar-end>a.navbar-item:hover,
	.bulma .navbar.is-danger .navbar-end>a.navbar-item.is-active,
	.bulma .navbar.is-danger .navbar-end .navbar-link:focus,
	.bulma .navbar.is-danger .navbar-end .navbar-link:hover,
	.bulma .navbar.is-danger .navbar-end .navbar-link.is-active {
		background-color: #ef2e55;
		color: #fff;
	}

	.bulma .navbar.is-danger .navbar-start .navbar-link::after,
	.bulma .navbar.is-danger .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.bulma .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
	.bulma .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
	.bulma .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #ef2e55;
		color: #fff;
	}

	.bulma .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
		background-color: hsl(348, 86%, 61%);
		color: #fff;
	}
}

.bulma .navbar>.container {
	align-items: stretch;
	display: flex;
	min-height: 3.25rem;
	width: 100%;
}

.bulma .navbar.has-shadow {
	box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
}

.bulma .navbar.is-fixed-bottom,
.bulma .navbar.is-fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 30;
}

.bulma .navbar.is-fixed-bottom {
	bottom: 0;
}

.bulma .navbar.is-fixed-bottom.has-shadow {
	box-shadow: 0 -2px 0 0 hsl(0, 0%, 96%);
}

.bulma .navbar.is-fixed-top {
	top: 0;
}

.bulma html.has-navbar-fixed-top,
.bulma body.has-navbar-fixed-top {
	padding-top: 3.25rem;
}

.bulma html.has-navbar-fixed-bottom,
.bulma body.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.navbar-item:focus,
.bulma .navbar-brand a.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: hsl(0, 0%, 29%);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	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.is-active span:nth-child(1) {
	transform: translateY(5px) rotate(45deg);
}

.bulma .navbar-burger.is-active span:nth-child(2) {
	opacity: 0;
}

.bulma .navbar-burger.is-active span:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}

.bulma .navbar-menu {
	display: none;
}

.bulma .navbar-item,
.bulma .navbar-link {
	color: hsl(0, 0%, 29%);
	display: block;
	line-height: 1.5;
	padding: 0.5rem 0.75rem;
	position: relative;
}

.bulma .navbar-item .icon:only-child,
.bulma .navbar-link .icon:only-child {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}

.bulma a.navbar-item,
.bulma .navbar-link {
	cursor: pointer;
}

.bulma a.navbar-item:focus,
.bulma a.navbar-item:focus-within,
.bulma a.navbar-item:hover,
.bulma a.navbar-item.is-active,
.bulma .navbar-link:focus,
.bulma .navbar-link:focus-within,
.bulma .navbar-link:hover,
.bulma .navbar-link.is-active {
	background-color: hsl(0, 0%, 98%);
	color: hsl(229, 53%, 53%);
}

.bulma .navbar-item {
	flex-grow: 0;
	flex-shrink: 0;
}

.bulma .navbar-item img {
	max-height: 1.75rem;
}

.bulma .navbar-item.has-dropdown {
	padding: 0;
}

.bulma .navbar-item.is-expanded {
	flex-grow: 1;
	flex-shrink: 1;
}

.bulma .navbar-item.is-tab {
	border-bottom: 1px solid transparent;
	min-height: 3.25rem;
	padding-bottom: calc(0.5rem - 1px);
}

.bulma .navbar-item.is-tab:focus,
.bulma .navbar-item.is-tab:hover {
	background-color: transparent;
	border-bottom-color: hsl(229, 53%, 53%);
}

.bulma .navbar-item.is-tab.is-active {
	background-color: transparent;
	border-bottom-color: hsl(229, 53%, 53%);
	border-bottom-style: solid;
	border-bottom-width: 3px;
	color: hsl(229, 53%, 53%);
	padding-bottom: calc(0.5rem - 3px);
}

.bulma .navbar-content {
	flex-grow: 1;
	flex-shrink: 1;
}

.bulma .navbar-link:not(.is-arrowless) {
	padding-right: 2.5em;
}

.bulma .navbar-link:not(.is-arrowless)::after {
	border-color: hsl(229, 53%, 53%);
	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 .navbar-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.bulma .navbar-divider {
	background-color: hsl(0, 0%, 96%);
	border: none;
	display: none;
	height: 2px;
	margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
	.bulma .navbar>.container {
		display: block;
	}

	.bulma .navbar-brand .navbar-item,
	.bulma .navbar-tabs .navbar-item {
		align-items: center;
		display: flex;
	}

	.bulma .navbar-link::after {
		display: none;
	}

	.bulma .navbar-menu {
		background-color: #fff;
		box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
		padding: 0.5rem 0;
	}

	.bulma .navbar-menu.is-active {
		display: block;
	}

	.bulma .navbar.is-fixed-bottom-touch,
	.bulma .navbar.is-fixed-top-touch {
		left: 0;
		position: fixed;
		right: 0;
		z-index: 30;
	}

	.bulma .navbar.is-fixed-bottom-touch {
		bottom: 0;
	}

	.bulma .navbar.is-fixed-bottom-touch.has-shadow {
		box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
	}

	.bulma .navbar.is-fixed-top-touch {
		top: 0;
	}

	.bulma .navbar.is-fixed-top .navbar-menu,
	.bulma .navbar.is-fixed-top-touch .navbar-menu {
		-webkit-overflow-scrolling: touch;
		max-height: calc(100vh - 3.25rem);
		overflow: auto;
	}

	.bulma html.has-navbar-fixed-top-touch,
	.bulma body.has-navbar-fixed-top-touch {
		padding-top: 3.25rem;
	}

	.bulma html.has-navbar-fixed-bottom-touch,
	.bulma body.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.is-spaced {
		padding: 1rem 2rem;
	}

	.bulma .navbar.is-spaced .navbar-start,
	.bulma .navbar.is-spaced .navbar-end {
		align-items: center;
	}

	.bulma .navbar.is-spaced a.navbar-item,
	.bulma .navbar.is-spaced .navbar-link {
		border-radius: 4px;
	}

	.bulma .navbar.is-transparent a.navbar-item:focus,
	.bulma .navbar.is-transparent a.navbar-item:hover,
	.bulma .navbar.is-transparent a.navbar-item.is-active,
	.bulma .navbar.is-transparent .navbar-link:focus,
	.bulma .navbar.is-transparent .navbar-link:hover,
	.bulma .navbar.is-transparent .navbar-link.is-active {
		background-color: transparent !important;
	}

	.bulma .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
	.bulma .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,
	.bulma .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,
	.bulma .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
		background-color: transparent !important;
	}

	.bulma .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
	.bulma .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
		background-color: hsl(0, 0%, 96%);
		color: hsl(0, 0%, 4%);
	}

	.bulma .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
		background-color: hsl(0, 0%, 96%);
		color: hsl(229, 53%, 53%);
	}

	.bulma .navbar-burger {
		display: none;
	}

	.bulma .navbar-item,
	.bulma .navbar-link {
		align-items: center;
		display: flex;
	}

	.bulma .navbar-item.has-dropdown {
		align-items: stretch;
	}

	.bulma .navbar-item.has-dropdown-up .navbar-link::after {
		transform: rotate(135deg) translate(0.25em, -0.25em);
	}

	.bulma .navbar-item.has-dropdown-up .navbar-dropdown {
		border-bottom: 2px solid hsl(0, 0%, 86%);
		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.is-active .navbar-dropdown,
	.bulma .navbar-item.is-hoverable:focus .navbar-dropdown,
	.bulma .navbar-item.is-hoverable:focus-within .navbar-dropdown,
	.bulma .navbar-item.is-hoverable:hover .navbar-dropdown {
		display: block;
	}

	.navbar.is-spaced .bulma .navbar-item.is-active .navbar-dropdown,
	.bulma .navbar-item.is-active .navbar-dropdown.is-boxed,
	.navbar.is-spaced .bulma .navbar-item.is-hoverable:focus .navbar-dropdown,
	.bulma .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
	.navbar.is-spaced .bulma .navbar-item.is-hoverable:focus-within .navbar-dropdown,
	.bulma .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
	.navbar.is-spaced .bulma .navbar-item.is-hoverable:hover .navbar-dropdown,
	.bulma .navbar-item.is-hoverable:hover .navbar-dropdown.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: #fff;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-top: 2px solid hsl(0, 0%, 86%);
		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 .navbar-item {
		padding: 0.375rem 1rem;
		white-space: nowrap;
	}

	.bulma .navbar-dropdown a.navbar-item {
		padding-right: 3rem;
	}

	.bulma .navbar-dropdown a.navbar-item:focus,
	.bulma .navbar-dropdown a.navbar-item:hover {
		background-color: hsl(0, 0%, 96%);
		color: hsl(0, 0%, 4%);
	}

	.bulma .navbar-dropdown a.navbar-item.is-active {
		background-color: hsl(0, 0%, 96%);
		color: hsl(229, 53%, 53%);
	}

	.navbar.is-spaced .bulma .navbar-dropdown,
	.bulma .navbar-dropdown.is-boxed {
		border-radius: 6px;
		border-top: none;
		box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
		display: block;
		opacity: 0;
		pointer-events: none;
		top: calc(100% + (-4px));
		transform: translateY(-5px);
		transition-duration: 86ms;
		transition-property: opacity, transform;
	}

	.bulma .navbar-dropdown.is-right {
		left: auto;
		right: 0;
	}

	.bulma .navbar-divider {
		display: block;
	}

	.bulma .navbar>.container .navbar-brand,
	.bulma .container>.navbar .navbar-brand {
		margin-left: -0.75rem;
	}

	.bulma .navbar>.container .navbar-menu,
	.bulma .container>.navbar .navbar-menu {
		margin-right: -0.75rem;
	}

	.bulma .navbar.is-fixed-bottom-desktop,
	.bulma .navbar.is-fixed-top-desktop {
		left: 0;
		position: fixed;
		right: 0;
		z-index: 30;
	}

	.bulma .navbar.is-fixed-bottom-desktop {
		bottom: 0;
	}

	.bulma .navbar.is-fixed-bottom-desktop.has-shadow {
		box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
	}

	.bulma .navbar.is-fixed-top-desktop {
		top: 0;
	}

	.bulma html.has-navbar-fixed-top-desktop,
	.bulma body.has-navbar-fixed-top-desktop {
		padding-top: 3.25rem;
	}

	.bulma html.has-navbar-fixed-bottom-desktop,
	.bulma body.has-navbar-fixed-bottom-desktop {
		padding-bottom: 3.25rem;
	}

	.bulma html.has-spaced-navbar-fixed-top,
	.bulma body.has-spaced-navbar-fixed-top {
		padding-top: 5.25rem;
	}

	.bulma html.has-spaced-navbar-fixed-bottom,
	.bulma body.has-spaced-navbar-fixed-bottom {
		padding-bottom: 5.25rem;
	}

	.bulma a.navbar-item.is-active,
	.bulma .navbar-link.is-active {
		color: hsl(0, 0%, 4%);
	}

	.bulma a.navbar-item.is-active:not(:focus):not(:hover),
	.bulma .navbar-link.is-active:not(:focus):not(:hover) {
		background-color: transparent;
	}

	.bulma .navbar-item.has-dropdown:focus .navbar-link,
	.bulma .navbar-item.has-dropdown:hover .navbar-link,
	.bulma .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: hsl(0, 0%, 98%);
	}
}

.bulma .hero.is-fullheight-with-navbar {
	min-height: calc(100vh - 3.25rem);
}

.bulma .pagination {
	font-size: 1rem;
	margin: -0.25rem;
}

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

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

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

.bulma .pagination.is-rounded .pagination-previous,
.bulma .pagination.is-rounded .pagination-next {
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 9999px;
}

.bulma .pagination.is-rounded .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: hsl(0, 0%, 86%);
	color: hsl(0, 0%, 21%);
	min-width: 2.5em;
}

.bulma .pagination-previous:hover,
.bulma .pagination-next:hover,
.bulma .pagination-link:hover {
	border-color: hsl(0, 0%, 71%);
	color: hsl(0, 0%, 21%);
}

.bulma .pagination-previous:focus,
.bulma .pagination-next:focus,
.bulma .pagination-link:focus {
	border-color: hsl(229, 53%, 53%);
}

.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-previous.is-disabled,
.bulma .pagination-next[disabled],
.bulma .pagination-next.is-disabled,
.bulma .pagination-link[disabled],
.bulma .pagination-link.is-disabled {
	background-color: hsl(0, 0%, 86%);
	border-color: hsl(0, 0%, 86%);
	box-shadow: none;
	color: hsl(0, 0%, 48%);
	opacity: 0.5;
}

.bulma .pagination-previous,
.bulma .pagination-next {
	padding-left: 0.75em;
	padding-right: 0.75em;
	white-space: nowrap;
}

.bulma .pagination-link.is-current {
	background-color: hsl(229, 53%, 53%);
	border-color: hsl(229, 53%, 53%);
	color: #fff;
}

.bulma .pagination-ellipsis {
	color: hsl(0, 0%, 71%);
	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.is-centered .pagination-previous {
		order: 1;
	}

	.bulma .pagination.is-centered .pagination-list {
		justify-content: center;
		order: 2;
	}

	.bulma .pagination.is-centered .pagination-next {
		order: 3;
	}

	.bulma .pagination.is-right .pagination-previous {
		order: 1;
	}

	.bulma .pagination.is-right .pagination-next {
		order: 2;
	}

	.bulma .pagination.is-right .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.is-white .panel-heading {
	background-color: #fff;
	color: hsl(0, 0%, 4%);
}

.bulma .panel.is-white .panel-tabs a.is-active {
	border-bottom-color: #fff;
}

.bulma .panel.is-white .panel-block.is-active .panel-icon {
	color: #fff;
}

.bulma .panel.is-black .panel-heading {
	background-color: hsl(0, 0%, 4%);
	color: #fff;
}

.bulma .panel.is-black .panel-tabs a.is-active {
	border-bottom-color: hsl(0, 0%, 4%);
}

.bulma .panel.is-black .panel-block.is-active .panel-icon {
	color: hsl(0, 0%, 4%);
}

.bulma .panel.is-light .panel-heading {
	background-color: hsl(0, 0%, 96%);
	color: rgba(0, 0, 0, 0.7);
}

.bulma .panel.is-light .panel-tabs a.is-active {
	border-bottom-color: hsl(0, 0%, 96%);
}

.bulma .panel.is-light .panel-block.is-active .panel-icon {
	color: hsl(0, 0%, 96%);
}

.bulma .panel.is-dark .panel-heading {
	background-color: hsl(0, 0%, 21%);
	color: #fff;
}

.bulma .panel.is-dark .panel-tabs a.is-active {
	border-bottom-color: hsl(0, 0%, 21%);
}

.bulma .panel.is-dark .panel-block.is-active .panel-icon {
	color: hsl(0, 0%, 21%);
}

.bulma .panel.is-primary .panel-heading {
	background-color: #f39800;
	color: #fff;
}

.bulma .panel.is-primary .panel-tabs a.is-active {
	border-bottom-color: #f39800;
}

.bulma .panel.is-primary .panel-block.is-active .panel-icon {
	color: #f39800;
}

.bulma .panel.is-link .panel-heading {
	background-color: hsl(229, 53%, 53%);
	color: #fff;
}

.bulma .panel.is-link .panel-tabs a.is-active {
	border-bottom-color: hsl(229, 53%, 53%);
}

.bulma .panel.is-link .panel-block.is-active .panel-icon {
	color: hsl(229, 53%, 53%);
}

.bulma .panel.is-info .panel-heading {
	background-color: hsl(207, 61%, 53%);
	color: #fff;
}

.bulma .panel.is-info .panel-tabs a.is-active {
	border-bottom-color: hsl(207, 61%, 53%);
}

.bulma .panel.is-info .panel-block.is-active .panel-icon {
	color: hsl(207, 61%, 53%);
}

.bulma .panel.is-success .panel-heading {
	background-color: hsl(153, 53%, 53%);
	color: #fff;
}

.bulma .panel.is-success .panel-tabs a.is-active {
	border-bottom-color: hsl(153, 53%, 53%);
}

.bulma .panel.is-success .panel-block.is-active .panel-icon {
	color: hsl(153, 53%, 53%);
}

.bulma .panel.is-warning .panel-heading {
	background-color: hsl(44, 100%, 77%);
	color: rgba(0, 0, 0, 0.7);
}

.bulma .panel.is-warning .panel-tabs a.is-active {
	border-bottom-color: hsl(44, 100%, 77%);
}

.bulma .panel.is-warning .panel-block.is-active .panel-icon {
	color: hsl(44, 100%, 77%);
}

.bulma .panel.is-danger .panel-heading {
	background-color: hsl(348, 86%, 61%);
	color: #fff;
}

.bulma .panel.is-danger .panel-tabs a.is-active {
	border-bottom-color: hsl(348, 86%, 61%);
}

.bulma .panel.is-danger .panel-block.is-active .panel-icon {
	color: hsl(348, 86%, 61%);
}

.bulma .panel-tabs:not(:last-child),
.bulma .panel-block:not(:last-child) {
	border-bottom: 1px solid hsl(0, 0%, 93%);
}

.bulma .panel-heading {
	background-color: hsl(0, 0%, 93%);
	border-radius: 6px 6px 0 0;
	color: hsl(0, 0%, 21%);
	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 hsl(0, 0%, 86%);
	margin-bottom: -1px;
	padding: 0.5em;
}

.bulma .panel-tabs a.is-active {
	border-bottom-color: hsl(0, 0%, 29%);
	color: hsl(0, 0%, 21%);
}

.bulma .panel-list a {
	color: hsl(0, 0%, 29%);
}

.bulma .panel-list a:hover {
	color: hsl(229, 53%, 53%);
}

.bulma .panel-block {
	align-items: center;
	color: hsl(0, 0%, 21%);
	display: flex;
	justify-content: flex-start;
	padding: 0.5em 0.75em;
}

.bulma .panel-block input[type=checkbox] {
	margin-right: 0.75em;
}

.bulma .panel-block>.control {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
}

.bulma .panel-block.is-wrapped {
	flex-wrap: wrap;
}

.bulma .panel-block.is-active {
	border-left-color: hsl(229, 53%, 53%);
	color: hsl(0, 0%, 21%);
}

.bulma .panel-block.is-active .panel-icon {
	color: hsl(229, 53%, 53%);
}

.bulma .panel-block:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.bulma a.panel-block,
.bulma label.panel-block {
	cursor: pointer;
}

.bulma a.panel-block:hover,
.bulma label.panel-block:hover {
	background-color: hsl(0, 0%, 96%);
}

.bulma .panel-icon {
	display: inline-block;
	font-size: 14px;
	height: 1em;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 1em;
	color: hsl(0, 0%, 48%);
	margin-right: 0.75em;
}

.bulma .panel-icon .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: hsl(0, 0%, 86%);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: hsl(0, 0%, 29%);
	display: flex;
	justify-content: center;
	margin-bottom: -1px;
	padding: 0.5em 1em;
	vertical-align: top;
}

.bulma .tabs a:hover {
	border-bottom-color: hsl(0, 0%, 21%);
	color: hsl(0, 0%, 21%);
}

.bulma .tabs li {
	display: block;
}

.bulma .tabs li.is-active a {
	border-bottom-color: hsl(229, 53%, 53%);
	color: hsl(229, 53%, 53%);
}

.bulma .tabs ul {
	align-items: center;
	border-bottom-color: hsl(0, 0%, 86%);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: flex;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: flex-start;
}

.bulma .tabs ul.is-left {
	padding-right: 0.75em;
}

.bulma .tabs ul.is-center {
	flex: none;
	justify-content: center;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

.bulma .tabs ul.is-right {
	justify-content: flex-end;
	padding-left: 0.75em;
}

.bulma .tabs .icon:first-child {
	margin-right: 0.5em;
}

.bulma .tabs .icon:last-child {
	margin-left: 0.5em;
}

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

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

.bulma .tabs.is-boxed a {
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.bulma .tabs.is-boxed a:hover {
	background-color: hsl(0, 0%, 96%);
	border-bottom-color: hsl(0, 0%, 86%);
}

.bulma .tabs.is-boxed li.is-active a {
	background-color: #fff;
	border-color: hsl(0, 0%, 86%);
	border-bottom-color: transparent !important;
}

.bulma .tabs.is-fullwidth li {
	flex-grow: 1;
	flex-shrink: 0;
}

.bulma .tabs.is-toggle a {
	border-color: hsl(0, 0%, 86%);
	border-style: solid;
	border-width: 1px;
	margin-bottom: 0;
	position: relative;
}

.bulma .tabs.is-toggle a:hover {
	background-color: hsl(0, 0%, 96%);
	border-color: hsl(0, 0%, 71%);
	z-index: 2;
}

.bulma .tabs.is-toggle li+li {
	margin-left: -1px;
}

.bulma .tabs.is-toggle li:first-child a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.bulma .tabs.is-toggle li:last-child a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.bulma .tabs.is-toggle li.is-active a {
	background-color: hsl(229, 53%, 53%);
	border-color: hsl(229, 53%, 53%);
	color: #fff;
	z-index: 1;
}

.bulma .tabs.is-toggle ul {
	border-bottom: none;
}

.bulma .tabs.is-toggle.is-toggle-rounded li:first-child a {
	border-bottom-left-radius: 9999px;
	border-top-left-radius: 9999px;
	padding-left: 1.25em;
}

.bulma .tabs.is-toggle.is-toggle-rounded li:last-child a {
	border-bottom-right-radius: 9999px;
	border-top-right-radius: 9999px;
	padding-right: 1.25em;
}

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

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

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

.bulma .hero {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bulma .hero .navbar {
	background: none;
}

.bulma .hero .tabs ul {
	border-bottom: none;
}

.bulma .hero.is-white {
	background-color: #fff;
	color: hsl(0, 0%, 4%);
}

.bulma .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-white strong {
	color: inherit;
}

.bulma .hero.is-white .title {
	color: hsl(0, 0%, 4%);
}

.bulma .hero.is-white .subtitle {
	color: rgba(10, 10, 10, 0.9);
}

.bulma .hero.is-white .subtitle a:not(.button),
.bulma .hero.is-white .subtitle strong {
	color: hsl(0, 0%, 4%);
}

@media screen and (max-width: 1023px) {
	.bulma .hero.is-white .navbar-menu {
		background-color: #fff;
	}
}

.bulma .hero.is-white .navbar-item,
.bulma .hero.is-white .navbar-link {
	color: rgba(10, 10, 10, 0.7);
}

.bulma .hero.is-white a.navbar-item:hover,
.bulma .hero.is-white a.navbar-item.is-active,
.bulma .hero.is-white .navbar-link:hover,
.bulma .hero.is-white .navbar-link.is-active {
	background-color: #f2f2f2;
	color: hsl(0, 0%, 4%);
}

.bulma .hero.is-white .tabs a {
	color: hsl(0, 0%, 4%);
	opacity: 0.9;
}

.bulma .hero.is-white .tabs a:hover {
	opacity: 1;
}

.bulma .hero.is-white .tabs li.is-active a {
	color: #fff !important;
	opacity: 1;
}

.bulma .hero.is-white .tabs.is-boxed a,
.bulma .hero.is-white .tabs.is-toggle a {
	color: hsl(0, 0%, 4%);
}

.bulma .hero.is-white .tabs.is-boxed a:hover,
.bulma .hero.is-white .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, 0.1);
}

.bulma .hero.is-white .tabs.is-boxed li.is-active a,
.bulma .hero.is-white .tabs.is-boxed li.is-active a:hover,
.bulma .hero.is-white .tabs.is-toggle li.is-active a,
.bulma .hero.is-white .tabs.is-toggle li.is-active a:hover {
	background-color: hsl(0, 0%, 4%);
	border-color: hsl(0, 0%, 4%);
	color: #fff;
}

.bulma .hero.is-white.is-bold {
	background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
}

@media screen and (max-width: 768px) {
	.bulma .hero.is-white.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
	}
}

.bulma .hero.is-black {
	background-color: hsl(0, 0%, 4%);
	color: #fff;
}

.bulma .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-black strong {
	color: inherit;
}

.bulma .hero.is-black .title {
	color: #fff;
}

.bulma .hero.is-black .subtitle {
	color: rgba(255, 255, 255, 0.9);
}

.bulma .hero.is-black .subtitle a:not(.button),
.bulma .hero.is-black .subtitle strong {
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.bulma .hero.is-black .navbar-menu {
		background-color: hsl(0, 0%, 4%);
	}
}

.bulma .hero.is-black .navbar-item,
.bulma .hero.is-black .navbar-link {
	color: rgba(255, 255, 255, 0.7);
}

.bulma .hero.is-black a.navbar-item:hover,
.bulma .hero.is-black a.navbar-item.is-active,
.bulma .hero.is-black .navbar-link:hover,
.bulma .hero.is-black .navbar-link.is-active {
	background-color: black;
	color: #fff;
}

.bulma .hero.is-black .tabs a {
	color: #fff;
	opacity: 0.9;
}

.bulma .hero.is-black .tabs a:hover {
	opacity: 1;
}

.bulma .hero.is-black .tabs li.is-active a {
	color: hsl(0, 0%, 4%) !important;
	opacity: 1;
}

.bulma .hero.is-black .tabs.is-boxed a,
.bulma .hero.is-black .tabs.is-toggle a {
	color: #fff;
}

.bulma .hero.is-black .tabs.is-boxed a:hover,
.bulma .hero.is-black .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, 0.1);
}

.bulma .hero.is-black .tabs.is-boxed li.is-active a,
.bulma .hero.is-black .tabs.is-boxed li.is-active a:hover,
.bulma .hero.is-black .tabs.is-toggle li.is-active a,
.bulma .hero.is-black .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: hsl(0, 0%, 4%);
}

.bulma .hero.is-black.is-bold {
	background-image: linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
	.bulma .hero.is-black.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%);
	}
}

.bulma .hero.is-light {
	background-color: hsl(0, 0%, 96%);
	color: rgba(0, 0, 0, 0.7);
}

.bulma .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-light strong {
	color: inherit;
}

.bulma .hero.is-light .title {
	color: rgba(0, 0, 0, 0.7);
}

.bulma .hero.is-light .subtitle {
	color: rgba(0, 0, 0, 0.9);
}

.bulma .hero.is-light .subtitle a:not(.button),
.bulma .hero.is-light .subtitle strong {
	color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
	.bulma .hero.is-light .navbar-menu {
		background-color: hsl(0, 0%, 96%);
	}
}

.bulma .hero.is-light .navbar-item,
.bulma .hero.is-light .navbar-link {
	color: rgba(0, 0, 0, 0.7);
}

.bulma .hero.is-light a.navbar-item:hover,
.bulma .hero.is-light a.navbar-item.is-active,
.bulma .hero.is-light .navbar-link:hover,
.bulma .hero.is-light .navbar-link.is-active {
	background-color: #e8e8e8;
	color: rgba(0, 0, 0, 0.7);
}

.bulma .hero.is-light .tabs a {
	color: rgba(0, 0, 0, 0.7);
	opacity: 0.9;
}

.bulma .hero.is-light .tabs a:hover {
	opacity: 1;
}

.bulma .hero.is-light .tabs li.is-active a {
	color: hsl(0, 0%, 96%) !important;
	opacity: 1;
}

.bulma .hero.is-light .tabs.is-boxed a,
.bulma .hero.is-light .tabs.is-toggle a {
	color: rgba(0, 0, 0, 0.7);
}

.bulma .hero.is-light .tabs.is-boxed a:hover,
.bulma .hero.is-light .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, 0.1);
}

.bulma .hero.is-light .tabs.is-boxed li.is-active a,
.bulma .hero.is-light .tabs.is-boxed li.is-active a:hover,
.bulma .hero.is-light .tabs.is-toggle li.is-active a,
.bulma .hero.is-light .tabs.is-toggle li.is-active a:hover {
	background-color: rgba(0, 0, 0, 0.7);
	border-color: rgba(0, 0, 0, 0.7);
	color: hsl(0, 0%, 96%);
}

.bulma .hero.is-light.is-bold {
	background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%);
}

@media screen and (max-width: 768px) {
	.bulma .hero.is-light.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%);
	}
}

.bulma .hero.is-dark {
	background-color: hsl(0, 0%, 21%);
	color: #fff;
}

.bulma .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-dark strong {
	color: inherit;
}

.bulma .hero.is-dark .title {
	color: #fff;
}

.bulma .hero.is-dark .subtitle {
	color: rgba(255, 255, 255, 0.9);
}

.bulma .hero.is-dark .subtitle a:not(.button),
.bulma .hero.is-dark .subtitle strong {
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.bulma .hero.is-dark .navbar-menu {
		background-color: hsl(0, 0%, 21%);
	}
}

.bulma .hero.is-dark .navbar-item,
.bulma .hero.is-dark .navbar-link {
	color: rgba(255, 255, 255, 0.7);
}

.bulma .hero.is-dark a.navbar-item:hover,
.bulma .hero.is-dark a.navbar-item.is-active,
.bulma .hero.is-dark .navbar-link:hover,
.bulma .hero.is-dark .navbar-link.is-active {
	background-color: #292929;
	color: #fff;
}

.bulma .hero.is-dark .tabs a {
	color: #fff;
	opacity: 0.9;
}

.bulma .hero.is-dark .tabs a:hover {
	opacity: 1;
}

.bulma .hero.is-dark .tabs li.is-active a {
	color: hsl(0, 0%, 21%) !important;
	opacity: 1;
}

.bulma .hero.is-dark .tabs.is-boxed a,
.bulma .hero.is-dark .tabs.is-toggle a {
	color: #fff;
}

.bulma .hero.is-dark .tabs.is-boxed a:hover,
.bulma .hero.is-dark .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, 0.1);
}

.bulma .hero.is-dark .tabs.is-boxed li.is-active a,
.bulma .hero.is-dark .tabs.is-boxed li.is-active a:hover,
.bulma .hero.is-dark .tabs.is-toggle li.is-active a,
.bulma .hero.is-dark .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: hsl(0, 0%, 21%);
}

.bulma .hero.is-dark.is-bold {
	background-image: linear-gradient(141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
	.bulma .hero.is-dark.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
	}
}

.bulma .hero.is-primary {
	background-color: #f39800;
	color: #fff;
}

.bulma .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-primary strong {
	color: inherit;
}

.bulma .hero.is-primary .title {
	color: #fff;
}

.bulma .hero.is-primary .subtitle {
	color: rgba(255, 255, 255, 0.9);
}

.bulma .hero.is-primary .subtitle a:not(.button),
.bulma .hero.is-primary .subtitle strong {
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.bulma .hero.is-primary .navbar-menu {
		background-color: #f39800;
	}
}

.bulma .hero.is-primary .navbar-item,
.bulma .hero.is-primary .navbar-link {
	color: rgba(255, 255, 255, 0.7);
}

.bulma .hero.is-primary a.navbar-item:hover,
.bulma .hero.is-primary a.navbar-item.is-active,
.bulma .hero.is-primary .navbar-link:hover,
.bulma .hero.is-primary .navbar-link.is-active {
	background-color: #da8800;
	color: #fff;
}

.bulma .hero.is-primary .tabs a {
	color: #fff;
	opacity: 0.9;
}

.bulma .hero.is-primary .tabs a:hover {
	opacity: 1;
}

.bulma .hero.is-primary .tabs li.is-active a {
	color: #f39800 !important;
	opacity: 1;
}

.bulma .hero.is-primary .tabs.is-boxed a,
.bulma .hero.is-primary .tabs.is-toggle a {
	color: #fff;
}

.bulma .hero.is-primary .tabs.is-boxed a:hover,
.bulma .hero.is-primary .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, 0.1);
}

.bulma .hero.is-primary .tabs.is-boxed li.is-active a,
.bulma .hero.is-primary .tabs.is-boxed li.is-active a:hover,
.bulma .hero.is-primary .tabs.is-toggle li.is-active a,
.bulma .hero.is-primary .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #f39800;
}

.bulma .hero.is-primary.is-bold {
	background-image: linear-gradient(141deg, #c05800 0%, #f39800 71%, #ffcd0e 100%);
}

@media screen and (max-width: 768px) {
	.bulma .hero.is-primary.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #c05800 0%, #f39800 71%, #ffcd0e 100%);
	}
}

.bulma .hero.is-link {
	background-color: hsl(229, 53%, 53%);
	color: #fff;
}

.bulma .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-link strong {
	color: inherit;
}

.bulma .hero.is-link .title {
	color: #fff;
}

.bulma .hero.is-link .subtitle {
	color: rgba(255, 255, 255, 0.9);
}

.bulma .hero.is-link .subtitle a:not(.button),
.bulma .hero.is-link .subtitle strong {
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.bulma .hero.is-link .navbar-menu {
		background-color: hsl(229, 53%, 53%);
	}
}

.bulma .hero.is-link .navbar-item,
.bulma .hero.is-link .navbar-link {
	color: rgba(255, 255, 255, 0.7);
}

.bulma .hero.is-link a.navbar-item:hover,
.bulma .hero.is-link a.navbar-item.is-active,
.bulma .hero.is-link .navbar-link:hover,
.bulma .hero.is-link .navbar-link.is-active {
	background-color: #3a51bb;
	color: #fff;
}

.bulma .hero.is-link .tabs a {
	color: #fff;
	opacity: 0.9;
}

.bulma .hero.is-link .tabs a:hover {
	opacity: 1;
}

.bulma .hero.is-link .tabs li.is-active a {
	color: hsl(229, 53%, 53%) !important;
	opacity: 1;
}

.bulma .hero.is-link .tabs.is-boxed a,
.bulma .hero.is-link .tabs.is-toggle a {
	color: #fff;
}

.bulma .hero.is-link .tabs.is-boxed a:hover,
.bulma .hero.is-link .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, 0.1);
}

.bulma .hero.is-link .tabs.is-boxed li.is-active a,
.bulma .hero.is-link .tabs.is-boxed li.is-active a:hover,
.bulma .hero.is-link .tabs.is-toggle li.is-active a,
.bulma .hero.is-link .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: hsl(229, 53%, 53%);
}

.bulma .hero.is-link.is-bold {
	background-image: linear-gradient(141deg, #2959b3 0%, hsl(229, 53%, 53%) 71%, #5658d2 100%);
}

@media screen and (max-width: 768px) {
	.bulma .hero.is-link.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #2959b3 0%, hsl(229, 53%, 53%) 71%, #5658d2 100%);
	}
}

.bulma .hero.is-info {
	background-color: hsl(207, 61%, 53%);
	color: #fff;
}

.bulma .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-info strong {
	color: inherit;
}

.bulma .hero.is-info .title {
	color: #fff;
}

.bulma .hero.is-info .subtitle {
	color: rgba(255, 255, 255, 0.9);
}

.bulma .hero.is-info .subtitle a:not(.button),
.bulma .hero.is-info .subtitle strong {
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.bulma .hero.is-info .navbar-menu {
		background-color: hsl(207, 61%, 53%);
	}
}

.bulma .hero.is-info .navbar-item,
.bulma .hero.is-info .navbar-link {
	color: rgba(255, 255, 255, 0.7);
}

.bulma .hero.is-info a.navbar-item:hover,
.bulma .hero.is-info a.navbar-item.is-active,
.bulma .hero.is-info .navbar-link:hover,
.bulma .hero.is-info .navbar-link.is-active {
	background-color: #3082c5;
	color: #fff;
}

.bulma .hero.is-info .tabs a {
	color: #fff;
	opacity: 0.9;
}

.bulma .hero.is-info .tabs a:hover {
	opacity: 1;
}

.bulma .hero.is-info .tabs li.is-active a {
	color: hsl(207, 61%, 53%) !important;
	opacity: 1;
}

.bulma .hero.is-info .tabs.is-boxed a,
.bulma .hero.is-info .tabs.is-toggle a {
	color: #fff;
}

.bulma .hero.is-info .tabs.is-boxed a:hover,
.bulma .hero.is-info .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, 0.1);
}

.bulma .hero.is-info .tabs.is-boxed li.is-active a,
.bulma .hero.is-info .tabs.is-boxed li.is-active a:hover,
.bulma .hero.is-info .tabs.is-toggle li.is-active a,
.bulma .hero.is-info .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: hsl(207, 61%, 53%);
}

.bulma .hero.is-info.is-bold {
	background-image: linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%);
}

@media screen and (max-width: 768px) {
	.bulma .hero.is-info.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%);
	}
}

.bulma .hero.is-success {
	background-color: hsl(153, 53%, 53%);
	color: #fff;
}

.bulma .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-success strong {
	color: inherit;
}

.bulma .hero.is-success .title {
	color: #fff;
}

.bulma .hero.is-success .subtitle {
	color: rgba(255, 255, 255, 0.9);
}

.bulma .hero.is-success .subtitle a:not(.button),
.bulma .hero.is-success .subtitle strong {
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.bulma .hero.is-success .navbar-menu {
		background-color: hsl(153, 53%, 53%);
	}
}

.bulma .hero.is-success .navbar-item,
.bulma .hero.is-success .navbar-link {
	color: rgba(255, 255, 255, 0.7);
}

.bulma .hero.is-success a.navbar-item:hover,
.bulma .hero.is-success a.navbar-item.is-active,
.bulma .hero.is-success .navbar-link:hover,
.bulma .hero.is-success .navbar-link.is-active {
	background-color: #3abb81;
	color: #fff;
}

.bulma .hero.is-success .tabs a {
	color: #fff;
	opacity: 0.9;
}

.bulma .hero.is-success .tabs a:hover {
	opacity: 1;
}

.bulma .hero.is-success .tabs li.is-active a {
	color: hsl(153, 53%, 53%) !important;
	opacity: 1;
}

.bulma .hero.is-success .tabs.is-boxed a,
.bulma .hero.is-success .tabs.is-toggle a {
	color: #fff;
}

.bulma .hero.is-success .tabs.is-boxed a:hover,
.bulma .hero.is-success .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, 0.1);
}

.bulma .hero.is-success .tabs.is-boxed li.is-active a,
.bulma .hero.is-success .tabs.is-boxed li.is-active a:hover,
.bulma .hero.is-success .tabs.is-toggle li.is-active a,
.bulma .hero.is-success .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: hsl(153, 53%, 53%);
}

.bulma .hero.is-success.is-bold {
	background-image: linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%);
}

@media screen and (max-width: 768px) {
	.bulma .hero.is-success.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%);
	}
}

.bulma .hero.is-warning {
	background-color: hsl(44, 100%, 77%);
	color: rgba(0, 0, 0, 0.7);
}

.bulma .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-warning strong {
	color: inherit;
}

.bulma .hero.is-warning .title {
	color: rgba(0, 0, 0, 0.7);
}

.bulma .hero.is-warning .subtitle {
	color: rgba(0, 0, 0, 0.9);
}

.bulma .hero.is-warning .subtitle a:not(.button),
.bulma .hero.is-warning .subtitle strong {
	color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
	.bulma .hero.is-warning .navbar-menu {
		background-color: hsl(44, 100%, 77%);
	}
}

.bulma .hero.is-warning .navbar-item,
.bulma .hero.is-warning .navbar-link {
	color: rgba(0, 0, 0, 0.7);
}

.bulma .hero.is-warning a.navbar-item:hover,
.bulma .hero.is-warning a.navbar-item.is-active,
.bulma .hero.is-warning .navbar-link:hover,
.bulma .hero.is-warning .navbar-link.is-active {
	background-color: #ffd970;
	color: rgba(0, 0, 0, 0.7);
}

.bulma .hero.is-warning .tabs a {
	color: rgba(0, 0, 0, 0.7);
	opacity: 0.9;
}

.bulma .hero.is-warning .tabs a:hover {
	opacity: 1;
}

.bulma .hero.is-warning .tabs li.is-active a {
	color: hsl(44, 100%, 77%) !important;
	opacity: 1;
}

.bulma .hero.is-warning .tabs.is-boxed a,
.bulma .hero.is-warning .tabs.is-toggle a {
	color: rgba(0, 0, 0, 0.7);
}

.bulma .hero.is-warning .tabs.is-boxed a:hover,
.bulma .hero.is-warning .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, 0.1);
}

.bulma .hero.is-warning .tabs.is-boxed li.is-active a,
.bulma .hero.is-warning .tabs.is-boxed li.is-active a:hover,
.bulma .hero.is-warning .tabs.is-toggle li.is-active a,
.bulma .hero.is-warning .tabs.is-toggle li.is-active a:hover {
	background-color: rgba(0, 0, 0, 0.7);
	border-color: rgba(0, 0, 0, 0.7);
	color: hsl(44, 100%, 77%);
}

.bulma .hero.is-warning.is-bold {
	background-image: linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%);
}

@media screen and (max-width: 768px) {
	.bulma .hero.is-warning.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%);
	}
}

.bulma .hero.is-danger {
	background-color: hsl(348, 86%, 61%);
	color: #fff;
}

.bulma .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-danger strong {
	color: inherit;
}

.bulma .hero.is-danger .title {
	color: #fff;
}

.bulma .hero.is-danger .subtitle {
	color: rgba(255, 255, 255, 0.9);
}

.bulma .hero.is-danger .subtitle a:not(.button),
.bulma .hero.is-danger .subtitle strong {
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.bulma .hero.is-danger .navbar-menu {
		background-color: hsl(348, 86%, 61%);
	}
}

.bulma .hero.is-danger .navbar-item,
.bulma .hero.is-danger .navbar-link {
	color: rgba(255, 255, 255, 0.7);
}

.bulma .hero.is-danger a.navbar-item:hover,
.bulma .hero.is-danger a.navbar-item.is-active,
.bulma .hero.is-danger .navbar-link:hover,
.bulma .hero.is-danger .navbar-link.is-active {
	background-color: #ef2e55;
	color: #fff;
}

.bulma .hero.is-danger .tabs a {
	color: #fff;
	opacity: 0.9;
}

.bulma .hero.is-danger .tabs a:hover {
	opacity: 1;
}

.bulma .hero.is-danger .tabs li.is-active a {
	color: hsl(348, 86%, 61%) !important;
	opacity: 1;
}

.bulma .hero.is-danger .tabs.is-boxed a,
.bulma .hero.is-danger .tabs.is-toggle a {
	color: #fff;
}

.bulma .hero.is-danger .tabs.is-boxed a:hover,
.bulma .hero.is-danger .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, 0.1);
}

.bulma .hero.is-danger .tabs.is-boxed li.is-active a,
.bulma .hero.is-danger .tabs.is-boxed li.is-active a:hover,
.bulma .hero.is-danger .tabs.is-toggle li.is-active a,
.bulma .hero.is-danger .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: hsl(348, 86%, 61%);
}

.bulma .hero.is-danger.is-bold {
	background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%);
}

@media screen and (max-width: 768px) {
	.bulma .hero.is-danger.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%);
	}
}

.bulma .hero.is-small .hero-body {
	padding: 1.5rem;
}

@media screen and (min-width: 769px),
print {
	.bulma .hero.is-medium .hero-body {
		padding: 9rem 4.5rem;
	}
}

@media screen and (min-width: 769px),
print {
	.bulma .hero.is-large .hero-body {
		padding: 18rem 6rem;
	}
}

.bulma .hero.is-halfheight .hero-body,
.bulma .hero.is-fullheight .hero-body,
.bulma .hero.is-fullheight-with-navbar .hero-body {
	align-items: center;
	display: flex;
}

.bulma .hero.is-halfheight .hero-body>.container,
.bulma .hero.is-fullheight .hero-body>.container,
.bulma .hero.is-fullheight-with-navbar .hero-body>.container {
	flex-grow: 1;
	flex-shrink: 1;
}

.bulma .hero.is-halfheight {
	min-height: 50vh;
}

.bulma .hero.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.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 .button {
		display: flex;
	}

	.bulma .hero-buttons .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 .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.is-medium {
		padding: 9rem 4.5rem;
	}

	.bulma .section.is-large {
		padding: 18rem 6rem;
	}
}

.bulma .column {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 0.75rem;
}

.columns.is-mobile>.bulma .column.is-narrow {
	flex: none;
	width: unset;
}

.columns.is-mobile>.bulma .column.is-full {
	flex: none;
	width: 100%;
}

.columns.is-mobile>.bulma .column.is-three-quarters {
	flex: none;
	width: 75%;
}

.columns.is-mobile>.bulma .column.is-two-thirds {
	flex: none;
	width: 66.6666%;
}

.columns.is-mobile>.bulma .column.is-half {
	flex: none;
	width: 50%;
}

.columns.is-mobile>.bulma .column.is-one-third {
	flex: none;
	width: 33.3333%;
}

.columns.is-mobile>.bulma .column.is-one-quarter {
	flex: none;
	width: 25%;
}

.columns.is-mobile>.bulma .column.is-one-fifth {
	flex: none;
	width: 20%;
}

.columns.is-mobile>.bulma .column.is-two-fifths {
	flex: none;
	width: 40%;
}

.columns.is-mobile>.bulma .column.is-three-fifths {
	flex: none;
	width: 60%;
}

.columns.is-mobile>.bulma .column.is-four-fifths {
	flex: none;
	width: 80%;
}

.columns.is-mobile>.bulma .column.is-offset-three-quarters {
	margin-left: 75%;
}

.columns.is-mobile>.bulma .column.is-offset-two-thirds {
	margin-left: 66.6666%;
}

.columns.is-mobile>.bulma .column.is-offset-half {
	margin-left: 50%;
}

.columns.is-mobile>.bulma .column.is-offset-one-third {
	margin-left: 33.3333%;
}

.columns.is-mobile>.bulma .column.is-offset-one-quarter {
	margin-left: 25%;
}

.columns.is-mobile>.bulma .column.is-offset-one-fifth {
	margin-left: 20%;
}

.columns.is-mobile>.bulma .column.is-offset-two-fifths {
	margin-left: 40%;
}

.columns.is-mobile>.bulma .column.is-offset-three-fifths {
	margin-left: 60%;
}

.columns.is-mobile>.bulma .column.is-offset-four-fifths {
	margin-left: 80%;
}

.columns.is-mobile>.bulma .column.is-0 {
	flex: none;
	width: 0%;
}

.columns.is-mobile>.bulma .column.is-offset-0 {
	margin-left: 0%;
}

.columns.is-mobile>.bulma .column.is-1 {
	flex: none;
	width: 8.33333337%;
}

.columns.is-mobile>.bulma .column.is-offset-1 {
	margin-left: 8.33333337%;
}

.columns.is-mobile>.bulma .column.is-2 {
	flex: none;
	width: 16.66666674%;
}

.columns.is-mobile>.bulma .column.is-offset-2 {
	margin-left: 16.66666674%;
}

.columns.is-mobile>.bulma .column.is-3 {
	flex: none;
	width: 25%;
}

.columns.is-mobile>.bulma .column.is-offset-3 {
	margin-left: 25%;
}

.columns.is-mobile>.bulma .column.is-4 {
	flex: none;
	width: 33.33333337%;
}

.columns.is-mobile>.bulma .column.is-offset-4 {
	margin-left: 33.33333337%;
}

.columns.is-mobile>.bulma .column.is-5 {
	flex: none;
	width: 41.66666674%;
}

.columns.is-mobile>.bulma .column.is-offset-5 {
	margin-left: 41.66666674%;
}

.columns.is-mobile>.bulma .column.is-6 {
	flex: none;
	width: 50%;
}

.columns.is-mobile>.bulma .column.is-offset-6 {
	margin-left: 50%;
}

.columns.is-mobile>.bulma .column.is-7 {
	flex: none;
	width: 58.33333337%;
}

.columns.is-mobile>.bulma .column.is-offset-7 {
	margin-left: 58.33333337%;
}

.columns.is-mobile>.bulma .column.is-8 {
	flex: none;
	width: 66.66666674%;
}

.columns.is-mobile>.bulma .column.is-offset-8 {
	margin-left: 66.66666674%;
}

.columns.is-mobile>.bulma .column.is-9 {
	flex: none;
	width: 75%;
}

.columns.is-mobile>.bulma .column.is-offset-9 {
	margin-left: 75%;
}

.columns.is-mobile>.bulma .column.is-10 {
	flex: none;
	width: 83.33333337%;
}

.columns.is-mobile>.bulma .column.is-offset-10 {
	margin-left: 83.33333337%;
}

.columns.is-mobile>.bulma .column.is-11 {
	flex: none;
	width: 91.66666674%;
}

.columns.is-mobile>.bulma .column.is-offset-11 {
	margin-left: 91.66666674%;
}

.columns.is-mobile>.bulma .column.is-12 {
	flex: none;
	width: 100%;
}

.columns.is-mobile>.bulma .column.is-offset-12 {
	margin-left: 100%;
}

@media screen and (max-width: 768px) {
	.bulma .column.is-narrow-mobile {
		flex: none;
		width: unset;
	}

	.bulma .column.is-full-mobile {
		flex: none;
		width: 100%;
	}

	.bulma .column.is-three-quarters-mobile {
		flex: none;
		width: 75%;
	}

	.bulma .column.is-two-thirds-mobile {
		flex: none;
		width: 66.6666%;
	}

	.bulma .column.is-half-mobile {
		flex: none;
		width: 50%;
	}

	.bulma .column.is-one-third-mobile {
		flex: none;
		width: 33.3333%;
	}

	.bulma .column.is-one-quarter-mobile {
		flex: none;
		width: 25%;
	}

	.bulma .column.is-one-fifth-mobile {
		flex: none;
		width: 20%;
	}

	.bulma .column.is-two-fifths-mobile {
		flex: none;
		width: 40%;
	}

	.bulma .column.is-three-fifths-mobile {
		flex: none;
		width: 60%;
	}

	.bulma .column.is-four-fifths-mobile {
		flex: none;
		width: 80%;
	}

	.bulma .column.is-offset-three-quarters-mobile {
		margin-left: 75%;
	}

	.bulma .column.is-offset-two-thirds-mobile {
		margin-left: 66.6666%;
	}

	.bulma .column.is-offset-half-mobile {
		margin-left: 50%;
	}

	.bulma .column.is-offset-one-third-mobile {
		margin-left: 33.3333%;
	}

	.bulma .column.is-offset-one-quarter-mobile {
		margin-left: 25%;
	}

	.bulma .column.is-offset-one-fifth-mobile {
		margin-left: 20%;
	}

	.bulma .column.is-offset-two-fifths-mobile {
		margin-left: 40%;
	}

	.bulma .column.is-offset-three-fifths-mobile {
		margin-left: 60%;
	}

	.bulma .column.is-offset-four-fifths-mobile {
		margin-left: 80%;
	}

	.bulma .column.is-0-mobile {
		flex: none;
		width: 0%;
	}

	.bulma .column.is-offset-0-mobile {
		margin-left: 0%;
	}

	.bulma .column.is-1-mobile {
		flex: none;
		width: 8.33333337%;
	}

	.bulma .column.is-offset-1-mobile {
		margin-left: 8.33333337%;
	}

	.bulma .column.is-2-mobile {
		flex: none;
		width: 16.66666674%;
	}

	.bulma .column.is-offset-2-mobile {
		margin-left: 16.66666674%;
	}

	.bulma .column.is-3-mobile {
		flex: none;
		width: 25%;
	}

	.bulma .column.is-offset-3-mobile {
		margin-left: 25%;
	}

	.bulma .column.is-4-mobile {
		flex: none;
		width: 33.33333337%;
	}

	.bulma .column.is-offset-4-mobile {
		margin-left: 33.33333337%;
	}

	.bulma .column.is-5-mobile {
		flex: none;
		width: 41.66666674%;
	}

	.bulma .column.is-offset-5-mobile {
		margin-left: 41.66666674%;
	}

	.bulma .column.is-6-mobile {
		flex: none;
		width: 50%;
	}

	.bulma .column.is-offset-6-mobile {
		margin-left: 50%;
	}

	.bulma .column.is-7-mobile {
		flex: none;
		width: 58.33333337%;
	}

	.bulma .column.is-offset-7-mobile {
		margin-left: 58.33333337%;
	}

	.bulma .column.is-8-mobile {
		flex: none;
		width: 66.66666674%;
	}

	.bulma .column.is-offset-8-mobile {
		margin-left: 66.66666674%;
	}

	.bulma .column.is-9-mobile {
		flex: none;
		width: 75%;
	}

	.bulma .column.is-offset-9-mobile {
		margin-left: 75%;
	}

	.bulma .column.is-10-mobile {
		flex: none;
		width: 83.33333337%;
	}

	.bulma .column.is-offset-10-mobile {
		margin-left: 83.33333337%;
	}

	.bulma .column.is-11-mobile {
		flex: none;
		width: 91.66666674%;
	}

	.bulma .column.is-offset-11-mobile {
		margin-left: 91.66666674%;
	}

	.bulma .column.is-12-mobile {
		flex: none;
		width: 100%;
	}

	.bulma .column.is-offset-12-mobile {
		margin-left: 100%;
	}
}

@media screen and (min-width: 769px),
print {

	.bulma .column.is-narrow,
	.bulma .column.is-narrow-tablet {
		flex: none;
		width: unset;
	}

	.bulma .column.is-full,
	.bulma .column.is-full-tablet {
		flex: none;
		width: 100%;
	}

	.bulma .column.is-three-quarters,
	.bulma .column.is-three-quarters-tablet {
		flex: none;
		width: 75%;
	}

	.bulma .column.is-two-thirds,
	.bulma .column.is-two-thirds-tablet {
		flex: none;
		width: 66.6666%;
	}

	.bulma .column.is-half,
	.bulma .column.is-half-tablet {
		flex: none;
		width: 50%;
	}

	.bulma .column.is-one-third,
	.bulma .column.is-one-third-tablet {
		flex: none;
		width: 33.3333%;
	}

	.bulma .column.is-one-quarter,
	.bulma .column.is-one-quarter-tablet {
		flex: none;
		width: 25%;
	}

	.bulma .column.is-one-fifth,
	.bulma .column.is-one-fifth-tablet {
		flex: none;
		width: 20%;
	}

	.bulma .column.is-two-fifths,
	.bulma .column.is-two-fifths-tablet {
		flex: none;
		width: 40%;
	}

	.bulma .column.is-three-fifths,
	.bulma .column.is-three-fifths-tablet {
		flex: none;
		width: 60%;
	}

	.bulma .column.is-four-fifths,
	.bulma .column.is-four-fifths-tablet {
		flex: none;
		width: 80%;
	}

	.bulma .column.is-offset-three-quarters,
	.bulma .column.is-offset-three-quarters-tablet {
		margin-left: 75%;
	}

	.bulma .column.is-offset-two-thirds,
	.bulma .column.is-offset-two-thirds-tablet {
		margin-left: 66.6666%;
	}

	.bulma .column.is-offset-half,
	.bulma .column.is-offset-half-tablet {
		margin-left: 50%;
	}

	.bulma .column.is-offset-one-third,
	.bulma .column.is-offset-one-third-tablet {
		margin-left: 33.3333%;
	}

	.bulma .column.is-offset-one-quarter,
	.bulma .column.is-offset-one-quarter-tablet {
		margin-left: 25%;
	}

	.bulma .column.is-offset-one-fifth,
	.bulma .column.is-offset-one-fifth-tablet {
		margin-left: 20%;
	}

	.bulma .column.is-offset-two-fifths,
	.bulma .column.is-offset-two-fifths-tablet {
		margin-left: 40%;
	}

	.bulma .column.is-offset-three-fifths,
	.bulma .column.is-offset-three-fifths-tablet {
		margin-left: 60%;
	}

	.bulma .column.is-offset-four-fifths,
	.bulma .column.is-offset-four-fifths-tablet {
		margin-left: 80%;
	}

	.bulma .column.is-0,
	.bulma .column.is-0-tablet {
		flex: none;
		width: 0%;
	}

	.bulma .column.is-offset-0,
	.bulma .column.is-offset-0-tablet {
		margin-left: 0%;
	}

	.bulma .column.is-1,
	.bulma .column.is-1-tablet {
		flex: none;
		width: 8.33333337%;
	}

	.bulma .column.is-offset-1,
	.bulma .column.is-offset-1-tablet {
		margin-left: 8.33333337%;
	}

	.bulma .column.is-2,
	.bulma .column.is-2-tablet {
		flex: none;
		width: 16.66666674%;
	}

	.bulma .column.is-offset-2,
	.bulma .column.is-offset-2-tablet {
		margin-left: 16.66666674%;
	}

	.bulma .column.is-3,
	.bulma .column.is-3-tablet {
		flex: none;
		width: 25%;
	}

	.bulma .column.is-offset-3,
	.bulma .column.is-offset-3-tablet {
		margin-left: 25%;
	}

	.bulma .column.is-4,
	.bulma .column.is-4-tablet {
		flex: none;
		width: 33.33333337%;
	}

	.bulma .column.is-offset-4,
	.bulma .column.is-offset-4-tablet {
		margin-left: 33.33333337%;
	}

	.bulma .column.is-5,
	.bulma .column.is-5-tablet {
		flex: none;
		width: 41.66666674%;
	}

	.bulma .column.is-offset-5,
	.bulma .column.is-offset-5-tablet {
		margin-left: 41.66666674%;
	}

	.bulma .column.is-6,
	.bulma .column.is-6-tablet {
		flex: none;
		width: 50%;
	}

	.bulma .column.is-offset-6,
	.bulma .column.is-offset-6-tablet {
		margin-left: 50%;
	}

	.bulma .column.is-7,
	.bulma .column.is-7-tablet {
		flex: none;
		width: 58.33333337%;
	}

	.bulma .column.is-offset-7,
	.bulma .column.is-offset-7-tablet {
		margin-left: 58.33333337%;
	}

	.bulma .column.is-8,
	.bulma .column.is-8-tablet {
		flex: none;
		width: 66.66666674%;
	}

	.bulma .column.is-offset-8,
	.bulma .column.is-offset-8-tablet {
		margin-left: 66.66666674%;
	}

	.bulma .column.is-9,
	.bulma .column.is-9-tablet {
		flex: none;
		width: 75%;
	}

	.bulma .column.is-offset-9,
	.bulma .column.is-offset-9-tablet {
		margin-left: 75%;
	}

	.bulma .column.is-10,
	.bulma .column.is-10-tablet {
		flex: none;
		width: 83.33333337%;
	}

	.bulma .column.is-offset-10,
	.bulma .column.is-offset-10-tablet {
		margin-left: 83.33333337%;
	}

	.bulma .column.is-11,
	.bulma .column.is-11-tablet {
		flex: none;
		width: 91.66666674%;
	}

	.bulma .column.is-offset-11,
	.bulma .column.is-offset-11-tablet {
		margin-left: 91.66666674%;
	}

	.bulma .column.is-12,
	.bulma .column.is-12-tablet {
		flex: none;
		width: 100%;
	}

	.bulma .column.is-offset-12,
	.bulma .column.is-offset-12-tablet {
		margin-left: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.bulma .column.is-narrow-touch {
		flex: none;
		width: unset;
	}

	.bulma .column.is-full-touch {
		flex: none;
		width: 100%;
	}

	.bulma .column.is-three-quarters-touch {
		flex: none;
		width: 75%;
	}

	.bulma .column.is-two-thirds-touch {
		flex: none;
		width: 66.6666%;
	}

	.bulma .column.is-half-touch {
		flex: none;
		width: 50%;
	}

	.bulma .column.is-one-third-touch {
		flex: none;
		width: 33.3333%;
	}

	.bulma .column.is-one-quarter-touch {
		flex: none;
		width: 25%;
	}

	.bulma .column.is-one-fifth-touch {
		flex: none;
		width: 20%;
	}

	.bulma .column.is-two-fifths-touch {
		flex: none;
		width: 40%;
	}

	.bulma .column.is-three-fifths-touch {
		flex: none;
		width: 60%;
	}

	.bulma .column.is-four-fifths-touch {
		flex: none;
		width: 80%;
	}

	.bulma .column.is-offset-three-quarters-touch {
		margin-left: 75%;
	}

	.bulma .column.is-offset-two-thirds-touch {
		margin-left: 66.6666%;
	}

	.bulma .column.is-offset-half-touch {
		margin-left: 50%;
	}

	.bulma .column.is-offset-one-third-touch {
		margin-left: 33.3333%;
	}

	.bulma .column.is-offset-one-quarter-touch {
		margin-left: 25%;
	}

	.bulma .column.is-offset-one-fifth-touch {
		margin-left: 20%;
	}

	.bulma .column.is-offset-two-fifths-touch {
		margin-left: 40%;
	}

	.bulma .column.is-offset-three-fifths-touch {
		margin-left: 60%;
	}

	.bulma .column.is-offset-four-fifths-touch {
		margin-left: 80%;
	}

	.bulma .column.is-0-touch {
		flex: none;
		width: 0%;
	}

	.bulma .column.is-offset-0-touch {
		margin-left: 0%;
	}

	.bulma .column.is-1-touch {
		flex: none;
		width: 8.33333337%;
	}

	.bulma .column.is-offset-1-touch {
		margin-left: 8.33333337%;
	}

	.bulma .column.is-2-touch {
		flex: none;
		width: 16.66666674%;
	}

	.bulma .column.is-offset-2-touch {
		margin-left: 16.66666674%;
	}

	.bulma .column.is-3-touch {
		flex: none;
		width: 25%;
	}

	.bulma .column.is-offset-3-touch {
		margin-left: 25%;
	}

	.bulma .column.is-4-touch {
		flex: none;
		width: 33.33333337%;
	}

	.bulma .column.is-offset-4-touch {
		margin-left: 33.33333337%;
	}

	.bulma .column.is-5-touch {
		flex: none;
		width: 41.66666674%;
	}

	.bulma .column.is-offset-5-touch {
		margin-left: 41.66666674%;
	}

	.bulma .column.is-6-touch {
		flex: none;
		width: 50%;
	}

	.bulma .column.is-offset-6-touch {
		margin-left: 50%;
	}

	.bulma .column.is-7-touch {
		flex: none;
		width: 58.33333337%;
	}

	.bulma .column.is-offset-7-touch {
		margin-left: 58.33333337%;
	}

	.bulma .column.is-8-touch {
		flex: none;
		width: 66.66666674%;
	}

	.bulma .column.is-offset-8-touch {
		margin-left: 66.66666674%;
	}

	.bulma .column.is-9-touch {
		flex: none;
		width: 75%;
	}

	.bulma .column.is-offset-9-touch {
		margin-left: 75%;
	}

	.bulma .column.is-10-touch {
		flex: none;
		width: 83.33333337%;
	}

	.bulma .column.is-offset-10-touch {
		margin-left: 83.33333337%;
	}

	.bulma .column.is-11-touch {
		flex: none;
		width: 91.66666674%;
	}

	.bulma .column.is-offset-11-touch {
		margin-left: 91.66666674%;
	}

	.bulma .column.is-12-touch {
		flex: none;
		width: 100%;
	}

	.bulma .column.is-offset-12-touch {
		margin-left: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.bulma .column.is-narrow-desktop {
		flex: none;
		width: unset;
	}

	.bulma .column.is-full-desktop {
		flex: none;
		width: 100%;
	}

	.bulma .column.is-three-quarters-desktop {
		flex: none;
		width: 75%;
	}

	.bulma .column.is-two-thirds-desktop {
		flex: none;
		width: 66.6666%;
	}

	.bulma .column.is-half-desktop {
		flex: none;
		width: 50%;
	}

	.bulma .column.is-one-third-desktop {
		flex: none;
		width: 33.3333%;
	}

	.bulma .column.is-one-quarter-desktop {
		flex: none;
		width: 25%;
	}

	.bulma .column.is-one-fifth-desktop {
		flex: none;
		width: 20%;
	}

	.bulma .column.is-two-fifths-desktop {
		flex: none;
		width: 40%;
	}

	.bulma .column.is-three-fifths-desktop {
		flex: none;
		width: 60%;
	}

	.bulma .column.is-four-fifths-desktop {
		flex: none;
		width: 80%;
	}

	.bulma .column.is-offset-three-quarters-desktop {
		margin-left: 75%;
	}

	.bulma .column.is-offset-two-thirds-desktop {
		margin-left: 66.6666%;
	}

	.bulma .column.is-offset-half-desktop {
		margin-left: 50%;
	}

	.bulma .column.is-offset-one-third-desktop {
		margin-left: 33.3333%;
	}

	.bulma .column.is-offset-one-quarter-desktop {
		margin-left: 25%;
	}

	.bulma .column.is-offset-one-fifth-desktop {
		margin-left: 20%;
	}

	.bulma .column.is-offset-two-fifths-desktop {
		margin-left: 40%;
	}

	.bulma .column.is-offset-three-fifths-desktop {
		margin-left: 60%;
	}

	.bulma .column.is-offset-four-fifths-desktop {
		margin-left: 80%;
	}

	.bulma .column.is-0-desktop {
		flex: none;
		width: 0%;
	}

	.bulma .column.is-offset-0-desktop {
		margin-left: 0%;
	}

	.bulma .column.is-1-desktop {
		flex: none;
		width: 8.33333337%;
	}

	.bulma .column.is-offset-1-desktop {
		margin-left: 8.33333337%;
	}

	.bulma .column.is-2-desktop {
		flex: none;
		width: 16.66666674%;
	}

	.bulma .column.is-offset-2-desktop {
		margin-left: 16.66666674%;
	}

	.bulma .column.is-3-desktop {
		flex: none;
		width: 25%;
	}

	.bulma .column.is-offset-3-desktop {
		margin-left: 25%;
	}

	.bulma .column.is-4-desktop {
		flex: none;
		width: 33.33333337%;
	}

	.bulma .column.is-offset-4-desktop {
		margin-left: 33.33333337%;
	}

	.bulma .column.is-5-desktop {
		flex: none;
		width: 41.66666674%;
	}

	.bulma .column.is-offset-5-desktop {
		margin-left: 41.66666674%;
	}

	.bulma .column.is-6-desktop {
		flex: none;
		width: 50%;
	}

	.bulma .column.is-offset-6-desktop {
		margin-left: 50%;
	}

	.bulma .column.is-7-desktop {
		flex: none;
		width: 58.33333337%;
	}

	.bulma .column.is-offset-7-desktop {
		margin-left: 58.33333337%;
	}

	.bulma .column.is-8-desktop {
		flex: none;
		width: 66.66666674%;
	}

	.bulma .column.is-offset-8-desktop {
		margin-left: 66.66666674%;
	}

	.bulma .column.is-9-desktop {
		flex: none;
		width: 75%;
	}

	.bulma .column.is-offset-9-desktop {
		margin-left: 75%;
	}

	.bulma .column.is-10-desktop {
		flex: none;
		width: 83.33333337%;
	}

	.bulma .column.is-offset-10-desktop {
		margin-left: 83.33333337%;
	}

	.bulma .column.is-11-desktop {
		flex: none;
		width: 91.66666674%;
	}

	.bulma .column.is-offset-11-desktop {
		margin-left: 91.66666674%;
	}

	.bulma .column.is-12-desktop {
		flex: none;
		width: 100%;
	}

	.bulma .column.is-offset-12-desktop {
		margin-left: 100%;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .column.is-narrow-widescreen {
		flex: none;
		width: unset;
	}

	.bulma .column.is-full-widescreen {
		flex: none;
		width: 100%;
	}

	.bulma .column.is-three-quarters-widescreen {
		flex: none;
		width: 75%;
	}

	.bulma .column.is-two-thirds-widescreen {
		flex: none;
		width: 66.6666%;
	}

	.bulma .column.is-half-widescreen {
		flex: none;
		width: 50%;
	}

	.bulma .column.is-one-third-widescreen {
		flex: none;
		width: 33.3333%;
	}

	.bulma .column.is-one-quarter-widescreen {
		flex: none;
		width: 25%;
	}

	.bulma .column.is-one-fifth-widescreen {
		flex: none;
		width: 20%;
	}

	.bulma .column.is-two-fifths-widescreen {
		flex: none;
		width: 40%;
	}

	.bulma .column.is-three-fifths-widescreen {
		flex: none;
		width: 60%;
	}

	.bulma .column.is-four-fifths-widescreen {
		flex: none;
		width: 80%;
	}

	.bulma .column.is-offset-three-quarters-widescreen {
		margin-left: 75%;
	}

	.bulma .column.is-offset-two-thirds-widescreen {
		margin-left: 66.6666%;
	}

	.bulma .column.is-offset-half-widescreen {
		margin-left: 50%;
	}

	.bulma .column.is-offset-one-third-widescreen {
		margin-left: 33.3333%;
	}

	.bulma .column.is-offset-one-quarter-widescreen {
		margin-left: 25%;
	}

	.bulma .column.is-offset-one-fifth-widescreen {
		margin-left: 20%;
	}

	.bulma .column.is-offset-two-fifths-widescreen {
		margin-left: 40%;
	}

	.bulma .column.is-offset-three-fifths-widescreen {
		margin-left: 60%;
	}

	.bulma .column.is-offset-four-fifths-widescreen {
		margin-left: 80%;
	}

	.bulma .column.is-0-widescreen {
		flex: none;
		width: 0%;
	}

	.bulma .column.is-offset-0-widescreen {
		margin-left: 0%;
	}

	.bulma .column.is-1-widescreen {
		flex: none;
		width: 8.33333337%;
	}

	.bulma .column.is-offset-1-widescreen {
		margin-left: 8.33333337%;
	}

	.bulma .column.is-2-widescreen {
		flex: none;
		width: 16.66666674%;
	}

	.bulma .column.is-offset-2-widescreen {
		margin-left: 16.66666674%;
	}

	.bulma .column.is-3-widescreen {
		flex: none;
		width: 25%;
	}

	.bulma .column.is-offset-3-widescreen {
		margin-left: 25%;
	}

	.bulma .column.is-4-widescreen {
		flex: none;
		width: 33.33333337%;
	}

	.bulma .column.is-offset-4-widescreen {
		margin-left: 33.33333337%;
	}

	.bulma .column.is-5-widescreen {
		flex: none;
		width: 41.66666674%;
	}

	.bulma .column.is-offset-5-widescreen {
		margin-left: 41.66666674%;
	}

	.bulma .column.is-6-widescreen {
		flex: none;
		width: 50%;
	}

	.bulma .column.is-offset-6-widescreen {
		margin-left: 50%;
	}

	.bulma .column.is-7-widescreen {
		flex: none;
		width: 58.33333337%;
	}

	.bulma .column.is-offset-7-widescreen {
		margin-left: 58.33333337%;
	}

	.bulma .column.is-8-widescreen {
		flex: none;
		width: 66.66666674%;
	}

	.bulma .column.is-offset-8-widescreen {
		margin-left: 66.66666674%;
	}

	.bulma .column.is-9-widescreen {
		flex: none;
		width: 75%;
	}

	.bulma .column.is-offset-9-widescreen {
		margin-left: 75%;
	}

	.bulma .column.is-10-widescreen {
		flex: none;
		width: 83.33333337%;
	}

	.bulma .column.is-offset-10-widescreen {
		margin-left: 83.33333337%;
	}

	.bulma .column.is-11-widescreen {
		flex: none;
		width: 91.66666674%;
	}

	.bulma .column.is-offset-11-widescreen {
		margin-left: 91.66666674%;
	}

	.bulma .column.is-12-widescreen {
		flex: none;
		width: 100%;
	}

	.bulma .column.is-offset-12-widescreen {
		margin-left: 100%;
	}
}

@media screen and (min-width: 1408px) {
	.bulma .column.is-narrow-fullhd {
		flex: none;
		width: unset;
	}

	.bulma .column.is-full-fullhd {
		flex: none;
		width: 100%;
	}

	.bulma .column.is-three-quarters-fullhd {
		flex: none;
		width: 75%;
	}

	.bulma .column.is-two-thirds-fullhd {
		flex: none;
		width: 66.6666%;
	}

	.bulma .column.is-half-fullhd {
		flex: none;
		width: 50%;
	}

	.bulma .column.is-one-third-fullhd {
		flex: none;
		width: 33.3333%;
	}

	.bulma .column.is-one-quarter-fullhd {
		flex: none;
		width: 25%;
	}

	.bulma .column.is-one-fifth-fullhd {
		flex: none;
		width: 20%;
	}

	.bulma .column.is-two-fifths-fullhd {
		flex: none;
		width: 40%;
	}

	.bulma .column.is-three-fifths-fullhd {
		flex: none;
		width: 60%;
	}

	.bulma .column.is-four-fifths-fullhd {
		flex: none;
		width: 80%;
	}

	.bulma .column.is-offset-three-quarters-fullhd {
		margin-left: 75%;
	}

	.bulma .column.is-offset-two-thirds-fullhd {
		margin-left: 66.6666%;
	}

	.bulma .column.is-offset-half-fullhd {
		margin-left: 50%;
	}

	.bulma .column.is-offset-one-third-fullhd {
		margin-left: 33.3333%;
	}

	.bulma .column.is-offset-one-quarter-fullhd {
		margin-left: 25%;
	}

	.bulma .column.is-offset-one-fifth-fullhd {
		margin-left: 20%;
	}

	.bulma .column.is-offset-two-fifths-fullhd {
		margin-left: 40%;
	}

	.bulma .column.is-offset-three-fifths-fullhd {
		margin-left: 60%;
	}

	.bulma .column.is-offset-four-fifths-fullhd {
		margin-left: 80%;
	}

	.bulma .column.is-0-fullhd {
		flex: none;
		width: 0%;
	}

	.bulma .column.is-offset-0-fullhd {
		margin-left: 0%;
	}

	.bulma .column.is-1-fullhd {
		flex: none;
		width: 8.33333337%;
	}

	.bulma .column.is-offset-1-fullhd {
		margin-left: 8.33333337%;
	}

	.bulma .column.is-2-fullhd {
		flex: none;
		width: 16.66666674%;
	}

	.bulma .column.is-offset-2-fullhd {
		margin-left: 16.66666674%;
	}

	.bulma .column.is-3-fullhd {
		flex: none;
		width: 25%;
	}

	.bulma .column.is-offset-3-fullhd {
		margin-left: 25%;
	}

	.bulma .column.is-4-fullhd {
		flex: none;
		width: 33.33333337%;
	}

	.bulma .column.is-offset-4-fullhd {
		margin-left: 33.33333337%;
	}

	.bulma .column.is-5-fullhd {
		flex: none;
		width: 41.66666674%;
	}

	.bulma .column.is-offset-5-fullhd {
		margin-left: 41.66666674%;
	}

	.bulma .column.is-6-fullhd {
		flex: none;
		width: 50%;
	}

	.bulma .column.is-offset-6-fullhd {
		margin-left: 50%;
	}

	.bulma .column.is-7-fullhd {
		flex: none;
		width: 58.33333337%;
	}

	.bulma .column.is-offset-7-fullhd {
		margin-left: 58.33333337%;
	}

	.bulma .column.is-8-fullhd {
		flex: none;
		width: 66.66666674%;
	}

	.bulma .column.is-offset-8-fullhd {
		margin-left: 66.66666674%;
	}

	.bulma .column.is-9-fullhd {
		flex: none;
		width: 75%;
	}

	.bulma .column.is-offset-9-fullhd {
		margin-left: 75%;
	}

	.bulma .column.is-10-fullhd {
		flex: none;
		width: 83.33333337%;
	}

	.bulma .column.is-offset-10-fullhd {
		margin-left: 83.33333337%;
	}

	.bulma .column.is-11-fullhd {
		flex: none;
		width: 91.66666674%;
	}

	.bulma .column.is-offset-11-fullhd {
		margin-left: 91.66666674%;
	}

	.bulma .column.is-12-fullhd {
		flex: none;
		width: 100%;
	}

	.bulma .column.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.is-centered {
	justify-content: center;
}

.bulma .columns.is-gapless {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.bulma .columns.is-gapless>.column {
	margin: 0;
	padding: 0 !important;
}

.bulma .columns.is-gapless:not(:last-child) {
	margin-bottom: 1.5rem;
}

.bulma .columns.is-gapless:last-child {
	margin-bottom: 0;
}

.bulma .columns.is-mobile {
	display: flex;
}

.bulma .columns.is-multiline {
	flex-wrap: wrap;
}

.bulma .columns.is-vcentered {
	align-items: center;
}

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

@media screen and (min-width: 1024px) {
	.bulma .columns.is-desktop {
		display: flex;
	}
}

.bulma .columns.is-variable {
	--columnGap: 0.75rem;
	margin-left: calc(-1 * var(--columnGap));
	margin-right: calc(-1 * var(--columnGap));
}

.bulma .columns.is-variable>.column {
	padding-left: var(--columnGap);
	padding-right: var(--columnGap);
}

.bulma .columns.is-variable.is-0 {
	--columnGap: 0rem;
}

@media screen and (max-width: 768px) {
	.bulma .columns.is-variable.is-0-mobile {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 769px),
print {
	.bulma .columns.is-variable.is-0-tablet {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.bulma .columns.is-variable.is-0-tablet-only {
		--columnGap: 0rem;
	}
}

@media screen and (max-width: 1023px) {
	.bulma .columns.is-variable.is-0-touch {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 1024px) {
	.bulma .columns.is-variable.is-0-desktop {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1183px) {
	.bulma .columns.is-variable.is-0-desktop-only {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .columns.is-variable.is-0-widescreen {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 1184px) and (max-width: 1407px) {
	.bulma .columns.is-variable.is-0-widescreen-only {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 1408px) {
	.bulma .columns.is-variable.is-0-fullhd {
		--columnGap: 0rem;
	}
}

.bulma .columns.is-variable.is-1 {
	--columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
	.bulma .columns.is-variable.is-1-mobile {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 769px),
print {
	.bulma .columns.is-variable.is-1-tablet {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.bulma .columns.is-variable.is-1-tablet-only {
		--columnGap: 0.25rem;
	}
}

@media screen and (max-width: 1023px) {
	.bulma .columns.is-variable.is-1-touch {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 1024px) {
	.bulma .columns.is-variable.is-1-desktop {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1183px) {
	.bulma .columns.is-variable.is-1-desktop-only {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .columns.is-variable.is-1-widescreen {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 1184px) and (max-width: 1407px) {
	.bulma .columns.is-variable.is-1-widescreen-only {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 1408px) {
	.bulma .columns.is-variable.is-1-fullhd {
		--columnGap: 0.25rem;
	}
}

.bulma .columns.is-variable.is-2 {
	--columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
	.bulma .columns.is-variable.is-2-mobile {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 769px),
print {
	.bulma .columns.is-variable.is-2-tablet {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.bulma .columns.is-variable.is-2-tablet-only {
		--columnGap: 0.5rem;
	}
}

@media screen and (max-width: 1023px) {
	.bulma .columns.is-variable.is-2-touch {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 1024px) {
	.bulma .columns.is-variable.is-2-desktop {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1183px) {
	.bulma .columns.is-variable.is-2-desktop-only {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .columns.is-variable.is-2-widescreen {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 1184px) and (max-width: 1407px) {
	.bulma .columns.is-variable.is-2-widescreen-only {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 1408px) {
	.bulma .columns.is-variable.is-2-fullhd {
		--columnGap: 0.5rem;
	}
}

.bulma .columns.is-variable.is-3 {
	--columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
	.bulma .columns.is-variable.is-3-mobile {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 769px),
print {
	.bulma .columns.is-variable.is-3-tablet {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.bulma .columns.is-variable.is-3-tablet-only {
		--columnGap: 0.75rem;
	}
}

@media screen and (max-width: 1023px) {
	.bulma .columns.is-variable.is-3-touch {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 1024px) {
	.bulma .columns.is-variable.is-3-desktop {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1183px) {
	.bulma .columns.is-variable.is-3-desktop-only {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .columns.is-variable.is-3-widescreen {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 1184px) and (max-width: 1407px) {
	.bulma .columns.is-variable.is-3-widescreen-only {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 1408px) {
	.bulma .columns.is-variable.is-3-fullhd {
		--columnGap: 0.75rem;
	}
}

.bulma .columns.is-variable.is-4 {
	--columnGap: 1rem;
}

@media screen and (max-width: 768px) {
	.bulma .columns.is-variable.is-4-mobile {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 769px),
print {
	.bulma .columns.is-variable.is-4-tablet {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.bulma .columns.is-variable.is-4-tablet-only {
		--columnGap: 1rem;
	}
}

@media screen and (max-width: 1023px) {
	.bulma .columns.is-variable.is-4-touch {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 1024px) {
	.bulma .columns.is-variable.is-4-desktop {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1183px) {
	.bulma .columns.is-variable.is-4-desktop-only {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .columns.is-variable.is-4-widescreen {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 1184px) and (max-width: 1407px) {
	.bulma .columns.is-variable.is-4-widescreen-only {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 1408px) {
	.bulma .columns.is-variable.is-4-fullhd {
		--columnGap: 1rem;
	}
}

.bulma .columns.is-variable.is-5 {
	--columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
	.bulma .columns.is-variable.is-5-mobile {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 769px),
print {
	.bulma .columns.is-variable.is-5-tablet {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.bulma .columns.is-variable.is-5-tablet-only {
		--columnGap: 1.25rem;
	}
}

@media screen and (max-width: 1023px) {
	.bulma .columns.is-variable.is-5-touch {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 1024px) {
	.bulma .columns.is-variable.is-5-desktop {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1183px) {
	.bulma .columns.is-variable.is-5-desktop-only {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .columns.is-variable.is-5-widescreen {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 1184px) and (max-width: 1407px) {
	.bulma .columns.is-variable.is-5-widescreen-only {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 1408px) {
	.bulma .columns.is-variable.is-5-fullhd {
		--columnGap: 1.25rem;
	}
}

.bulma .columns.is-variable.is-6 {
	--columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
	.bulma .columns.is-variable.is-6-mobile {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 769px),
print {
	.bulma .columns.is-variable.is-6-tablet {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.bulma .columns.is-variable.is-6-tablet-only {
		--columnGap: 1.5rem;
	}
}

@media screen and (max-width: 1023px) {
	.bulma .columns.is-variable.is-6-touch {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 1024px) {
	.bulma .columns.is-variable.is-6-desktop {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1183px) {
	.bulma .columns.is-variable.is-6-desktop-only {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .columns.is-variable.is-6-widescreen {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 1184px) and (max-width: 1407px) {
	.bulma .columns.is-variable.is-6-widescreen-only {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 1408px) {
	.bulma .columns.is-variable.is-6-fullhd {
		--columnGap: 1.5rem;
	}
}

.bulma .columns.is-variable.is-7 {
	--columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
	.bulma .columns.is-variable.is-7-mobile {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 769px),
print {
	.bulma .columns.is-variable.is-7-tablet {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.bulma .columns.is-variable.is-7-tablet-only {
		--columnGap: 1.75rem;
	}
}

@media screen and (max-width: 1023px) {
	.bulma .columns.is-variable.is-7-touch {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 1024px) {
	.bulma .columns.is-variable.is-7-desktop {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1183px) {
	.bulma .columns.is-variable.is-7-desktop-only {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .columns.is-variable.is-7-widescreen {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 1184px) and (max-width: 1407px) {
	.bulma .columns.is-variable.is-7-widescreen-only {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 1408px) {
	.bulma .columns.is-variable.is-7-fullhd {
		--columnGap: 1.75rem;
	}
}

.bulma .columns.is-variable.is-8 {
	--columnGap: 2rem;
}

@media screen and (max-width: 768px) {
	.bulma .columns.is-variable.is-8-mobile {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 769px),
print {
	.bulma .columns.is-variable.is-8-tablet {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.bulma .columns.is-variable.is-8-tablet-only {
		--columnGap: 2rem;
	}
}

@media screen and (max-width: 1023px) {
	.bulma .columns.is-variable.is-8-touch {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 1024px) {
	.bulma .columns.is-variable.is-8-desktop {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1183px) {
	.bulma .columns.is-variable.is-8-desktop-only {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 1184px) {
	.bulma .columns.is-variable.is-8-widescreen {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 1184px) and (max-width: 1407px) {
	.bulma .columns.is-variable.is-8-widescreen-only {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 1408px) {
	.bulma .columns.is-variable.is-8-fullhd {
		--columnGap: 2rem;
	}
}

.bulma html {
	-webkit-font-smoothing: auto;
}

body:not(.is-old) .bulma main {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.bulma h1,
.bulma h2,
.bulma h3,
.bulma h4,
.bulma h5,
.bulma h6 {
	font-weight: bold;
}

.bulma .content h1,
.bulma .content h2,
.bulma .content h3,
.bulma .content h4,
.bulma .content h5,
.bulma .content h6 {
	line-height: 1.4;
	color: hsl(0, 0%, 29%);
}

.content .bulma a:not(.button) {
	color: #f39800;
	transition: all 0.3s;
}

.content p .bulma a:not(.button) {
	box-shadow: 0 2px 0 0 #f39800;
}

.content p .bulma a:not(.button):hover {
	box-shadow: 0 3px 0 0 #f39800;
}

.bulma chat {
	position: relative;
	z-index: 20;
}

@media screen and (max-width: 768px) {
	.bulma .m-5 {
		margin: 1rem !important;
	}

	.bulma .m-6 {
		margin: 1.5rem !important;
	}

	.bulma .mt-5 {
		margin-top: 1rem !important;
	}

	.bulma .mt-6 {
		margin-top: 1.5rem !important;
	}

	.bulma .mb-5 {
		margin-bottom: 1rem !important;
	}

	.bulma .mb-6 {
		margin-bottom: 1.5rem !important;
	}

	.bulma .my-5 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.bulma .my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.bulma .p-5 {
		padding: 1rem !important;
	}

	.bulma .p-6 {
		padding: 1.5rem !important;
	}

	.bulma .pt-5 {
		padding-top: 1rem !important;
	}

	.bulma .pt-6 {
		padding-top: 1.5rem !important;
	}

	.bulma .pb-5 {
		padding-bottom: 1rem !important;
	}

	.bulma .pb-6 {
		padding-bottom: 1.5rem !important;
	}

	.bulma .py-5 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.bulma .py-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
}

.bulma tbody.has-th-nowrap th {
	white-space: nowrap;
}

.bulma .hero.is-mainVisual {
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.bulma .hero.is-large {
		padding: 32vw 1.5rem;
	}
}

.bulma .hero.has-carousel .hero-carousel img {
	transition: all 3s;
	opacity: 0;
}

.bulma .hero.has-carousel .hero-carousel .slider .has-background {
	height: 100%;
}

.bulma .hero.has-carousel .hero-carousel .slider .has-background img {
	opacity: 1;
}

.bulma .hero.has-carousel .hero-carousel .slider .slider-navigation-previous,
.bulma .hero.has-carousel .hero-carousel .slider .slider-navigation-next,
.bulma .hero.has-carousel .hero-carousel .slider .slider-pagination {
	display: none;
}

.bulma .button {
	transition: all 0.2s;
}

.bulma .button:focus,
.bulma .button.is-focused {
	border-color: hsl(0, 0%, 86%);
}

.bulma .button:focus:not(:active),
.bulma .button.is-focused:not(:active) {
	box-shadow: none;
}

.bulma .button.is-primary:not(.is-outlined) {
	background-image: linear-gradient(135deg, #ff9326 0%, #fca529 100%);
	text-shadow: 0 2px 5px rgb(221, 130, 20);
}

.bulma .button.is-primary:not(.is-outlined):hover {
	background-image: none;
}

.bulma .content figure {
	margin-left: 0;
	margin-right: 0;
}

.bulma .content figure figcaption {
	font-size: 0.95rem;
	font-style: normal;
	line-height: 1.3;
	margin-top: 0.5rem;
}

.bulma .has-overlay-caption {
	position: relative;
}

.bulma .has-overlay-caption figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.5rem 1rem;
	font-size: 0.83rem !important;
	line-height: 1;
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.bulma .section {
	padding: 3rem 1rem;
}

@media screen and (min-width: 1184px) {
	.bulma .section {
		padding: 6rem 3rem;
	}
}

.bulma .section .section {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width: 769px),
print {
	.bulma .section .section {
		padding: 3rem 3rem;
	}
}

.bulma .columns.is-variable>.column {
	padding: var(--columnGap);
}

.bulma .is-bordered {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.bulma .is-bordered-white {
	box-shadow: inset 0 0 0 1px hsl(0, 0%, 100%);
}

.bulma .is-bordered-black {
	box-shadow: inset 0 0 0 1px hsl(0, 0%, 4%);
}

.bulma .is-bordered-light {
	box-shadow: inset 0 0 0 1px hsl(0, 0%, 96%);
}

.bulma .is-bordered-dark {
	box-shadow: inset 0 0 0 1px hsl(0, 0%, 21%);
}

.bulma .is-bordered-primary {
	box-shadow: inset 0 0 0 1px #f39800;
}

.bulma .is-rounded {
	overflow: hidden;
}

.bulma .is-rounded[class*=has-background],
.bulma .is-rounded[class*=is-bordered] {
	border-radius: 1rem;
}

.bulma .is-rounded.image {
	border-radius: 1rem;
}

.bulma .is-rounded.is-rounded-half {
	border-radius: 0.5rem;
}

.bulma .is-nowrap {
	white-space: nowrap;
}

.bulma .is-size-tiny {
	font-size: 0.8rem;
	line-height: 1.4;
	font-weight: 400;
	opacity: 0.7;
}

.bulma .is-price_table thead th {
	line-height: 1.3;
}

.bulma .is-price_table tbody th {
	vertical-align: middle;
}

.content .bulma .is-markerless {
	list-style: none;
}

.bulma .has-text-lineHeight-1 {
	line-height: 1 !important;
}

.bulma .has-text-lineHeight-1_1 {
	line-height: 1.1 !important;
}

.bulma .has-text-lineHeight-1_2 {
	line-height: 1.2 !important;
}

.bulma .has-text-lineHeight-1_3 {
	line-height: 1.3 !important;
}

.bulma .has-text-lineHeight-1_4 {
	line-height: 1.4 !important;
}

.bulma .has-text-lineHeight-1_5 {
	line-height: 1.5 !important;
}

.bulma .has-text-lineHeight-1_6 {
	line-height: 1.6 !important;
}

.bulma .has-text-lineHeight-1_7 {
	line-height: 1.7 !important;
}

.bulma .has-text-lineHeight-1_8 {
	line-height: 1.8 !important;
}

.bulma .has-text-lineHeight-1_9 {
	line-height: 1.9 !important;
}

.bulma .has-text-lineHeight-2 {
	line-height: 2 !important;
}

.bulma .has-border-white {
	box-shadow: inset 0 0 0 1px hsl(0, 0%, 100%);
}

.bulma .has-border-black {
	box-shadow: inset 0 0 0 1px hsl(0, 0%, 4%);
}

.bulma .has-border-light {
	box-shadow: inset 0 0 0 1px hsl(0, 0%, 96%);
}

.bulma .has-border-gray {
	box-shadow: inset 0 0 0 1px hsl(0, 0%, 86%);
}

.bulma .has-border-dark {
	box-shadow: inset 0 0 0 1px hsl(0, 0%, 21%);
}

.bulma .has-border-primary {
	box-shadow: inset 0 0 0 1px #f39800;
}

.bulma ul.is-flex {
	list-style: none;
	margin-left: 0;
}

.bulma ul.is-flex li {
	margin-top: 0;
}

.bulma .title {
	letter-spacing: 0.05em;
}

.bulma .title.is-sub_section {
	letter-spacing: 0.08em;
	line-height: 1;
}

.bulma .title.is-sub_section+.subtitle {
	letter-spacing: 0.08em;
	line-height: 1.8;
}

@media screen and (max-width: 1023px) {
	.bulma .column .wrapper {
		padding: unset;
	}
}

.bulma .price {
	line-height: 1.2;
}

.bulma .price span {
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
}

.bulma .price small {
	font-size: 14px;
}

.bulma div.modal-button,
.bulma figure.modal-button {
	cursor: pointer;
	position: relative;
	display: block !important;
	transition: all 0.3s;
}

.bulma div.modal-button::after,
.bulma figure.modal-button::after {
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: "Font Awesome 5 Free";
	content: "\f00e";
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	padding: 8px;
	color: #666;
	transition: all 0.3s;
}

.bulma div.modal-button:hover,
.bulma figure.modal-button:hover {
	transform: scale(1.03);
	box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.1);
}

.bulma div.modal-button:hover::after,
.bulma figure.modal-button:hover::after {
	background-color: rgb(0, 0, 0);
	color: white;
}

.bulma .modal {
	transform: translate3d(0, 0, 1px);
}

.bulma .modal-content,
.bulma .modal-card {
	border-radius: 0.5rem;
}

.bulma body.product .is-itemcode .button {
	position: relative;
}

.bulma body.product .is-itemcode .button::before,
.bulma body.product .is-itemcode .button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0.8rem;
	width: 0.8rem;
	height: 2px;
	background-color: #666;
	transform: translateY(-50%);
	transition: transform 0.2s;
}

.bulma body.product .is-itemcode .button::before {
	transform: translateY(-50%) rotate(90deg);
}

.bulma body.product .is-itemcode .button.is-opened {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.bulma body.product .is-itemcode .button.is-opened::before {
	transform: translateY(-50%);
}

.bulma body.product .is-itemcode i {
	font-weight: bold;
}

.bulma body.product .is-itemcode .table {
	background-color: transparent;
	table-layout: fixed;
}

.bulma body.product .is-itemcode .table tr th,
.bulma body.product .is-itemcode .table tr td {
	white-space: nowrap;
}

@media screen and (min-width: 769px),
print {

	.bulma body.product .is-itemcode .table tbody th,
	.bulma body.product .is-itemcode .table tbody td:nth-child(2) {
		width: 20%;
	}
}

.bulma body.product.handlecover .is-handlecover-sizeS {
	background-color: #23a1e5 !important;
}

.bulma body.product.handlecover .is-handlecover-sizeM {
	background-color: #2fa93f !important;
}

.bulma body.product.handlecover [class*=is-handlecover] {
	color: white !important;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.bulma body.product.handlecover #common_manual .fig-hungle {
		max-width: 70vw;
	}
}

.bulma #clazzio-feature hr {
	width: 200px;
	max-width: 30%;
	margin-left: auto;
	margin-right: auto;
}

.bulma #clazzio-feature .has-background-white {
	background-color: rgba(255, 255, 255, 0.9) !important;
	box-shadow: 0 2rem 2rem -2rem rgba(106, 88, 55, 0.2);
}

@media screen and (max-width: 768px) {
	.bulma #clazzio-feature .tags .tag {
		width: 100%;
		justify-content: left;
	}
}

@media screen and (max-width: 768px) {
	.bulma table.is-specification tr {
		border: 1px solid hsl(0, 0%, 86%);
		border-width: 0 0 1px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0.5rem 0;
	}

	.bulma table.is-specification tr th,
	.bulma table.is-specification tr td {
		padding: 0;
		border: none;
	}

	.bulma table.is-specification tr th {
		padding-bottom: 0.25rem;
		width: 100%;
	}

	.bulma table.is-specification thead tr {
		border-bottom-width: 2px;
	}

	.bulma table.is-specification tbody th {
		text-align: left !important;
	}

	.bulma table.is-specification tfoot th {
		display: none;
	}

	.bulma table.is-specification tfoot td {
		width: 100%;
	}
}

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

.bulma table.is-specification tbody th .button,
.bulma table.is-specification tbody td .button {
	vertical-align: unset;
	color: #999;
}

.bulma table.is-specification tbody th .button:hover,
.bulma table.is-specification tbody td .button:hover {
	color: #444;
}

.bulma table.is-specification tbody td:last-child {
	text-align: right;
}

.bulma table.is-specification tfoot td {
	text-align: right;
}

.bulma table.is-specification tfoot td .price {
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.bulma .simulator-content {
		width: 100%;
	}
}

.bulma .button i.fa {
	line-height: unset;
}

html {
	font-size: 16px;
}

#plink {
	margin-bottom: 0;
	overflow: hidden;
}

.block {
	width: 100%;
}

/* 20240205@追記 */

.bulma .title.is-5 {
	text-align: center;
}

.simulator {
	margin: 40px auto 0;
}

.simulator-area {
	margin: 0 auto;
	max-width: 845px;
	width: 100%;
}

.simulator-imgBox {
	position: relative;
	height: 0;
	padding: 0 0 64.497%;
}

.simulator-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
	display: none;
	opacity: 1;
}

@starting-style {
	.simulator-img {
		opacity: 0;
	}
}

.simulator-img.is-loaded {
	display: block;
	transition: ease-in-out .4s all;
}

.simulatorTab {
	margin: 55px auto 0;
	padding: 0 15px;
	max-width: 870px;
	width: 100%;
}

.simulatorTab-bar {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.simulatorTab-button {
	margin: 0 10px !important;
	width: 19.28%;
	height: 41px;
	border: 0;
	background: #e1e1e1;
	border-radius: 7px 7px 0 0;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.simulatorTab-button:hover {
	opacity: .7;
}

.simulatorTab-area {
	padding: 30px 15px;
	min-height: 250px;
	border: 5px solid #d6cbbf;
	display: flex;
	justify-content: center;
	align-items: center;
}

.simulatorTab-list {
	display: flex;
	justify-content: center;
}

.simulatorTab-box {
	display: none;
	width: 100%;
}

.simulatorTab-box.is-active {
	display: block;
}

.simulatorTab-box.simulatorTab-box--grid3 {
	margin: 0 auto;
	max-width: 573px;
}

.simulatorTab-box.simulatorTab-box--grid3 .simulatorTab-list-item {
	/* width: 24.33%; */
	/* margin: 0 15px; */
}

.simulatorTab-list {
	margin: 0 -15px;
}

.simulatorTab-box .simulatorTab-label {
	margin: 0;
	border: 3px solid #e3e3e3;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	padding: 15px 12px 0;
	position: relative;
	width: 100%;
	text-align: center;
}

.simulatorTab-list-item>input {
	opacity: 0;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.simulatorTab-imgBox {
	position: relative;
	height: 0;
	display: block;
}

.simulatorTab-box.simulatorTab-box--grid3 .simulatorTab-imgBox {
	padding: 0 0 60.36%;
}

.simulatorTab-imgBox>img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
	margin: auto;
}

.simulatorTab-txt {
	margin: .6em 0;
	font-size: 11px;
	font-weight: 700 !important;
	display: inline-block;
}

.simulatorTab-button.is-active {
	background: #9db514;
	color: #FFF;
}

.simulatorTab-list-item>input:checked+.simulatorTab-label {
	border-color: #9db514;
}

.simulatorTab-list-item {
	position: relative;
}

.simulatorTab-box.simulatorTab-box--grid2 .simulatorTab-list {
	margin: 0 auto;
	max-width: 520px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em;
}

.simulatorTab-box.simulatorTab-box--grid2 .simulatorTab-imgBox {
	position: relative;
	padding: 0 0 25%;
	height: 0;
}

.simulatorTab-box.simulatorTab-box--grid2 .simulatorTab-label {
	padding: 10px 10px 0;
}

.simulatorTab-box.simulatorTab-box--grid3 .simulatorTab-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
}

.simulatorTab-box.simulatorTab-box--grid8 .simulatorTab-list {
	margin: 0 auto;
	max-width: 730px;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: .6em;
}

.simulatorTab-box.simulatorTab-box--grid8 .simulatorTab-imgBox {
	position: relative;
	padding: 0 0 100%;
	height: 0;
}

.simulatorTab-box.simulatorTab-box--grid8 .simulatorTab-label {
	padding: 5px 5px 0;
}

.itemNameTd {
	width: 300px;
}

@media(max-width: 768px) {

	.simulatorTab-button {
		font-size: 11px;
	}

	.simulatorTab-txt {
		font-size: 11px;
	}

	.simulatorTab-area {
		padding: 15px 10px;
		min-height: 200px;
	}

	.simulatorTab-box.simulatorTab-box--grid3 .simulatorTab-list {
		gap: 10px;
	}

	.simulatorTab-box.simulatorTab-box--grid8 .simulatorTab-list {
		gap: 10px;
		grid-template-columns: repeat(6, 1fr);
	}

}

@media(max-width: 768px) {

	.simulatorTab-button {
		width: 20%;
		margin: 0 5px !important;
		font-size: 8px;
		height: 30px;
	}

	.simulatorTab-box.simulatorTab-box--grid3 .simulatorTab-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.simulatorTab-box.simulatorTab-box--grid8 .simulatorTab-list {
		grid-template-columns: repeat(4, 1fr);
	}

	.simulatorTab-box.simulatorTab-box--grid2 .simulatorTab-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.simulatorTab-area {
		min-height: 345px;
	}

}

/*# sourceMappingURL=app-store.css.map */