/*! Buefy v0.7.7 | MIT License | github.com/buefy/buefy */
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

/*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

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

@keyframes spinAround {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

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

.b-checkbox.checkbox {
	outline: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.b-checkbox.checkbox+.checkbox {
	margin-left: .5em
}

.b-checkbox.checkbox input[type=checkbox] {
	position: absolute;
	left: 0;
	opacity: 0;
	outline: none;
	z-index: -1
}

.b-checkbox.checkbox input[type=checkbox]+.check {
	width: 1.25em;
	height: 1.25em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	/* border-radius: 4px; */
	border: 2px solid #fff;
	-webkit-transition: background .15s ease-out;
	transition: background .15s ease-out
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #dbdfec;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-white {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #fff
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-black {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #0a0a0a
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-light {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #f5f5f5
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-dark {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #363636
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-link,
.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-primary {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #dbdfec
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-info {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #167df0
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-success {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #23d160
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-warning {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #ffdd57
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-danger {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #ff3860
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #dbdfec
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-white {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #fff
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-black {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #0a0a0a
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-light {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #f5f5f5
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-dark {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #363636
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-primary {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #dbdfec
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-link {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #dbdfec
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-info {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #167df0
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-success {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #23d160
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-warning {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #ffdd57
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-danger {
	background: url('../images/check.svg') no-repeat 50%;
	border-color: #ff3860
}

.b-checkbox.checkbox input[type=checkbox]:focus+.check {
	-webkit-box-shadow: 0 0 .5em hsla(0, 0%, 47.8%, .8);
	box-shadow: 0 0 .5em hsla(0, 0%, 47.8%, .8)
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check {
	-webkit-box-shadow: 0 0 .5em rgba(121, 87, 213, .8);
	box-shadow: 0 0 .5em rgba(121, 87, 213, .8)
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-white {
	-webkit-box-shadow: 0 0 .5em hsla(0, 0%, 100%, .8);
	box-shadow: 0 0 .5em hsla(0, 0%, 100%, .8)
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-black {
	-webkit-box-shadow: 0 0 .5em rgba(10, 10, 10, .8);
	box-shadow: 0 0 .5em rgba(10, 10, 10, .8)
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-light {
	-webkit-box-shadow: 0 0 .5em hsla(0, 0%, 96.1%, .8);
	box-shadow: 0 0 .5em hsla(0, 0%, 96.1%, .8)
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-dark {
	-webkit-box-shadow: 0 0 .5em rgba(54, 54, 54, .8);
	box-shadow: 0 0 .5em rgba(54, 54, 54, .8)
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-link,
.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-primary {
	-webkit-box-shadow: 0 0 .5em rgba(121, 87, 213, .8);
	box-shadow: 0 0 .5em rgba(121, 87, 213, .8)
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-info {
	-webkit-box-shadow: 0 0 .5em rgba(22, 125, 240, .8);
	box-shadow: 0 0 .5em rgba(22, 125, 240, .8)
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-success {
	-webkit-box-shadow: 0 0 .5em rgba(35, 209, 96, .8);
	box-shadow: 0 0 .5em rgba(35, 209, 96, .8)
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-warning {
	-webkit-box-shadow: 0 0 .5em rgba(255, 221, 87, .8);
	box-shadow: 0 0 .5em rgba(255, 221, 87, .8)
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-danger {
	-webkit-box-shadow: 0 0 .5em rgba(255, 56, 96, .8);
	box-shadow: 0 0 .5em rgba(255, 56, 96, .8)
}

.b-checkbox.checkbox .control-label {
	padding-left: .5em
}

.b-checkbox.checkbox[disabled] {
	opacity: .5
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check {
	border-color: #dbdfec
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-white {
	border-color: #fff
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-black {
	border-color: #0a0a0a
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-light {
	border-color: #f5f5f5
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-dark {
	border-color: #363636
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-link,
.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-primary {
	border-color: #dbdfec
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-info {
	border-color: #167df0
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-success {
	border-color: #23d160
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-warning {
	border-color: #ffdd57
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-danger {
	border-color: #ff3860
}

.b-checkbox.checkbox.is-small {
	border-radius: 2px;
	font-size: .75rem
}

.b-checkbox.checkbox.is-medium {
	font-size: 1.25rem
}

.b-checkbox.checkbox.is-large {
	font-size: 1.5rem
}

@media screen and (max-width:768px) {
	.b-table .table.has-mobile-cards thead {
		display: none
	}

	.b-table .table.has-mobile-cards tfoot th {
		border: 0;
		display: inherit
	}

	.b-table .table.has-mobile-cards tr {
		-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
		box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
		max-width: 100%;
		position: relative;
		display: block
	}

	.b-table .table.has-mobile-cards tr td {
		border: 0;
		display: inherit
	}

	.b-table .table.has-mobile-cards tr td:last-child {
		border-bottom: 0
	}

	.b-table .table.has-mobile-cards tr:not(:last-child) {
		margin-bottom: 1rem
	}

	.b-table .table.has-mobile-cards tr:not([class*=is-]) {
		background: inherit
	}

	.b-table .table.has-mobile-cards tr:not([class*=is-]):hover {
		background-color: inherit
	}

	.b-table .table.has-mobile-cards tr.detail {
		margin-top: -1rem
	}

	.b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: right;
		border-bottom: 1px solid #f5f5f5
	}

	.b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
		content: attr(data-label);
		font-weight: 600;
		padding-right: .5em;
		text-align: left
	}
}

.b-table .level {
	padding-bottom: 1.5rem
}

.b-table.is-loading {
	position: relative;
	pointer-events: none;
	opacity: .5
}

.b-table.is-loading:after {
	-webkit-animation: spinAround .5s linear infinite;
	animation: spinAround .5s linear infinite;
	border: 2px solid #dbdbdb;
	border-radius: 290486px;
	border-right-color: transparent;
	border-top-color: transparent;
	content: "";
	display: block;
	height: 1em;
	position: relative;
	width: 1em;
	position: absolute;
	top: 4em;
	left: calc(50% - 2.5em);
	width: 5em;
	height: 5em;
	border-width: .25em
}

.b-tabs .tabs {
	margin-bottom: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.b-tabs .tabs li.is-disabled {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .5
}

.b-tabs .tab-content {
	position: relative;
	overflow: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1rem
}

.b-tabs .tab-content .tab-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.b-tabs .tab-content.is-transitioning {
	overflow: hidden
}

.b-tabs:not(:last-child) {
	margin-bottom: 1.5rem
}

.b-tabs.is-fullwidth {
	width: 100%
}

.tag .has-ellipsis {
	max-width: 10em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.taginput .taginput-container.is-focusable {
	padding-bottom: 0;
	padding-top: calc(.275em - 1px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: auto;
	cursor: text
}

.taginput .taginput-container>.tag,
.taginput .taginput-container>.tags {
	margin-bottom: calc(.275em - 1px);
	font-size: .9em;
	height: 1.7em
}

.taginput .taginput-container>.tag .tag,
.taginput .taginput-container>.tags .tag {
	margin-bottom: 0;
	font-size: .9em;
	height: 1.7em
}

.taginput .taginput-container>.tag:not(:last-child),
.taginput .taginput-container>.tags:not(:last-child) {
	margin-right: .275rem
}

.taginput .taginput-container .autocomplete {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.taginput .taginput-container .autocomplete input {
	height: 1.7em;
	margin-bottom: calc(.275em - 1px);
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: 8em
}

.taginput .taginput-container .autocomplete input:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.taginput .taginput-container .autocomplete .icon {
	height: 1.7em
}

.taginput .taginput-container .autocomplete>.control.is-loading:after {
	top: .375em
}

.timepicker .dropdown-menu {
	min-width: 0
}

.timepicker .dropdown,
.timepicker .dropdown-trigger {
	width: 100%
}

.dropdown .dropdown-menu .has-link .timepicker a,
.timepicker .dropdown-item,
.timepicker .dropdown .dropdown-menu .has-link a {
	font-size: inherit;
	padding: 0
}

.timepicker .timepicker-footer {
	padding: 0 .5rem 0 .5rem
}

.timepicker .dropdown-content .control {
	font-size: 1.25em;
	margin-right: 0 !important
}

.timepicker .dropdown-content .control .select select {
	font-weight: 600;
	padding-right: calc(.625em - 1px);
	border: 0
}

.timepicker .dropdown-content .control .select select option:disabled {
	color: hsla(0, 0%, 47.8%, .7)
}

.timepicker .dropdown-content .control .select:after {
	display: none
}

.timepicker .dropdown-content .control.is-colon {
	font-size: 1.7em
}

.timepicker.is-small {
	border-radius: 2px;
	font-size: .75rem
}

.timepicker.is-medium {
	font-size: 1.25rem
}

.timepicker.is-large {
	font-size: 1.5rem
}

.b-tooltip {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.b-tooltip.is-top:after,
.b-tooltip.is-top:before {
	top: auto;
	right: auto;
	bottom: calc(100% + 7px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.b-tooltip.is-top.is-white:before {
	border-top: 5px solid #fff
}

.b-tooltip.is-top.is-black:before,
.b-tooltip.is-top.is-white:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: calc(100% + 2px)
}

.b-tooltip.is-top.is-black:before {
	border-top: 5px solid #0a0a0a
}

.b-tooltip.is-top.is-light:before {
	border-top: 5px solid #f5f5f5
}

.b-tooltip.is-top.is-dark:before,
.b-tooltip.is-top.is-light:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: calc(100% + 2px)
}

.b-tooltip.is-top.is-dark:before {
	border-top: 5px solid #363636
}

.b-tooltip.is-top.is-link:before,
.b-tooltip.is-top.is-primary:before {
	border-top: 5px solid #dbdfec;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: calc(100% + 2px)
}

.b-tooltip.is-top.is-info:before {
	border-top: 5px solid #167df0
}

.b-tooltip.is-top.is-info:before,
.b-tooltip.is-top.is-success:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: calc(100% + 2px)
}

.b-tooltip.is-top.is-success:before {
	border-top: 5px solid #23d160
}

.b-tooltip.is-top.is-warning:before {
	border-top: 5px solid #ffdd57
}

.b-tooltip.is-top.is-danger:before,
.b-tooltip.is-top.is-warning:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: calc(100% + 2px)
}

.b-tooltip.is-top.is-danger:before {
	border-top: 5px solid #ff3860
}

.b-tooltip.is-top.is-multiline.is-small:after {
	width: 180px
}

.b-tooltip.is-top.is-multiline.is-medium:after {
	width: 240px
}

.b-tooltip.is-top.is-multiline.is-large:after {
	width: 300px
}

.b-tooltip.is-right:after,
.b-tooltip.is-right:before {
	top: 50%;
	right: auto;
	bottom: auto;
	left: calc(100% + 7px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.b-tooltip.is-right.is-white:before {
	border-right: 5px solid #fff
}

.b-tooltip.is-right.is-black:before,
.b-tooltip.is-right.is-white:before {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	left: calc(100% + 2px)
}

.b-tooltip.is-right.is-black:before {
	border-right: 5px solid #0a0a0a
}

.b-tooltip.is-right.is-light:before {
	border-right: 5px solid #f5f5f5
}

.b-tooltip.is-right.is-dark:before,
.b-tooltip.is-right.is-light:before {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	left: calc(100% + 2px)
}

.b-tooltip.is-right.is-dark:before {
	border-right: 5px solid #363636
}

.b-tooltip.is-right.is-link:before,
.b-tooltip.is-right.is-primary:before {
	border-top: 5px solid transparent;
	border-right: 5px solid #dbdfec;
	border-bottom: 5px solid transparent;
	left: calc(100% + 2px)
}

.b-tooltip.is-right.is-info:before {
	border-right: 5px solid #167df0
}

.b-tooltip.is-right.is-info:before,
.b-tooltip.is-right.is-success:before {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	left: calc(100% + 2px)
}

.b-tooltip.is-right.is-success:before {
	border-right: 5px solid #23d160
}

.b-tooltip.is-right.is-warning:before {
	border-right: 5px solid #ffdd57
}

.b-tooltip.is-right.is-danger:before,
.b-tooltip.is-right.is-warning:before {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	left: calc(100% + 2px)
}

.b-tooltip.is-right.is-danger:before {
	border-right: 5px solid #ff3860
}

.b-tooltip.is-right.is-multiline.is-small:after {
	width: 180px
}

.b-tooltip.is-right.is-multiline.is-medium:after {
	width: 240px
}

.b-tooltip.is-right.is-multiline.is-large:after {
	width: 300px
}

.b-tooltip.is-bottom:after,
.b-tooltip.is-bottom:before {
	top: calc(100% + 7px);
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.b-tooltip.is-bottom.is-white:before {
	border-bottom: 5px solid #fff
}

.b-tooltip.is-bottom.is-black:before,
.b-tooltip.is-bottom.is-white:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	top: calc(100% + 2px)
}

.b-tooltip.is-bottom.is-black:before {
	border-bottom: 5px solid #0a0a0a
}

.b-tooltip.is-bottom.is-light:before {
	border-bottom: 5px solid #f5f5f5
}

.b-tooltip.is-bottom.is-dark:before,
.b-tooltip.is-bottom.is-light:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	top: calc(100% + 2px)
}

.b-tooltip.is-bottom.is-dark:before {
	border-bottom: 5px solid #363636
}

.b-tooltip.is-bottom.is-link:before,
.b-tooltip.is-bottom.is-primary:before {
	border-right: 5px solid transparent;
	border-bottom: 5px solid #dbdfec;
	border-left: 5px solid transparent;
	top: calc(100% + 2px)
}

.b-tooltip.is-bottom.is-info:before {
	border-bottom: 5px solid #167df0
}

.b-tooltip.is-bottom.is-info:before,
.b-tooltip.is-bottom.is-success:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	top: calc(100% + 2px)
}

.b-tooltip.is-bottom.is-success:before {
	border-bottom: 5px solid #23d160
}

.b-tooltip.is-bottom.is-warning:before {
	border-bottom: 5px solid #ffdd57
}

.b-tooltip.is-bottom.is-danger:before,
.b-tooltip.is-bottom.is-warning:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	top: calc(100% + 2px)
}

.b-tooltip.is-bottom.is-danger:before {
	border-bottom: 5px solid #ff3860
}

.b-tooltip.is-bottom.is-multiline.is-small:after {
	width: 180px
}

.b-tooltip.is-bottom.is-multiline.is-medium:after {
	width: 240px
}

.b-tooltip.is-bottom.is-multiline.is-large:after {
	width: 300px
}

.b-tooltip.is-left:after,
.b-tooltip.is-left:before {
	top: 50%;
	right: calc(100% + 7px);
	bottom: auto;
	left: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.b-tooltip.is-left.is-white:before {
	border-left: 5px solid #fff
}

.b-tooltip.is-left.is-black:before,
.b-tooltip.is-left.is-white:before {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	right: calc(100% + 2px)
}

.b-tooltip.is-left.is-black:before {
	border-left: 5px solid #0a0a0a
}

.b-tooltip.is-left.is-light:before {
	border-left: 5px solid #f5f5f5
}

.b-tooltip.is-left.is-dark:before,
.b-tooltip.is-left.is-light:before {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	right: calc(100% + 2px)
}

.b-tooltip.is-left.is-dark:before {
	border-left: 5px solid #363636
}

.b-tooltip.is-left.is-link:before,
.b-tooltip.is-left.is-primary:before {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #dbdfec;
	right: calc(100% + 2px)
}

.b-tooltip.is-left.is-info:before {
	border-left: 5px solid #167df0
}

.b-tooltip.is-left.is-info:before,
.b-tooltip.is-left.is-success:before {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	right: calc(100% + 2px)
}

.b-tooltip.is-left.is-success:before {
	border-left: 5px solid #23d160
}

.b-tooltip.is-left.is-warning:before {
	border-left: 5px solid #ffdd57
}

.b-tooltip.is-left.is-danger:before,
.b-tooltip.is-left.is-warning:before {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	right: calc(100% + 2px)
}

.b-tooltip.is-left.is-danger:before {
	border-left: 5px solid #ff3860
}

.b-tooltip.is-left.is-multiline.is-small:after {
	width: 180px
}

.b-tooltip.is-left.is-multiline.is-medium:after {
	width: 240px
}

.b-tooltip.is-left.is-multiline.is-large:after {
	width: 300px
}

.b-tooltip:after,
.b-tooltip:before {
	position: absolute;
	content: "";
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.b-tooltip:before {
	z-index: 889
}

.b-tooltip:after {
	content: attr(data-label);
	width: auto;
	padding: .35rem .75rem;
	border-radius: 6px;
	font-size: .85rem;
	font-weight: 400;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 1, 0, .2);
	box-shadow: 0 1px 2px 1px rgba(0, 1, 0, .2);
	z-index: 888;
	white-space: nowrap
}

.b-tooltip:not([data-label=""]):hover:after,
.b-tooltip:not([data-label=""]):hover:before {
	opacity: 1;
	visibility: visible
}

.b-tooltip.is-white:after {
	background: #fff;
	color: #0a0a0a
}

.b-tooltip.is-black:after {
	background: #0a0a0a;
	color: #fff
}

.b-tooltip.is-light:after {
	background: #f5f5f5;
	color: #363636
}

.b-tooltip.is-dark:after {
	background: #363636;
	color: #f5f5f5
}

.b-tooltip.is-link:after,
.b-tooltip.is-primary:after {
	background: #dbdfec;
	color: #fff
}

.b-tooltip.is-info:after {
	background: #167df0;
	color: #fff
}

.b-tooltip.is-success:after {
	background: #23d160;
	color: #fff
}

.b-tooltip.is-warning:after {
	background: #ffdd57;
	color: rgba(0, 0, 0, .7)
}

.b-tooltip.is-danger:after {
	background: #ff3860;
	color: #fff
}

.b-tooltip:not([data-label=""]).is-always:after,
.b-tooltip:not([data-label=""]).is-always:before {
	opacity: 1;
	visibility: visible
}

.b-tooltip.is-multiline:after {
	display: flex-block;
	text-align: center;
	white-space: normal
}

.b-tooltip.is-dashed {
	border-bottom: 1px dashed #b5b5b5;
	cursor: default
}

.b-tooltip.is-square:after {
	border-radius: 0
}

.b-tooltip.is-animated:after,
.b-tooltip.is-animated:before {
	-webkit-transition: opacity 86ms ease-out, visibility 86ms ease-out;
	transition: opacity 86ms ease-out, visibility 86ms ease-out
}

.upload {
	position: relative
}

.upload input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	outline: none
}

.upload input[type=file].file-draggable {
	z-index: -1
}

.upload .upload-draggable {
	display: inline-block;
	cursor: pointer;
	padding: .25em;
	border: 1px dashed #b5b5b5;
	border-radius: 6px
}

.upload .upload-draggable.is-disabled {
	opacity: .5;
	cursor: not-allowed
}

.upload .upload-draggable.is-loading {
	position: relative;
	pointer-events: none;
	opacity: .5
}

.upload .upload-draggable.is-loading:after {
	-webkit-animation: spinAround .5s linear infinite;
	animation: spinAround .5s linear infinite;
	border: 2px solid #dbdbdb;
	border-radius: 290486px;
	border-right-color: transparent;
	border-top-color: transparent;
	content: "";
	display: block;
	height: 1em;
	position: relative;
	width: 1em;
	top: 0;
	left: calc(50% - 1.5em);
	width: 3em;
	height: 3em;
	border-width: .25em
}

.upload .upload-draggable.is-hovered.is-white,
.upload .upload-draggable:hover.is-white {
	border-color: #fff;
	background: hsla(0, 0%, 100%, .05)
}

.upload .upload-draggable.is-hovered.is-black,
.upload .upload-draggable:hover.is-black {
	border-color: #0a0a0a;
	background: rgba(10, 10, 10, .05)
}

.upload .upload-draggable.is-hovered.is-light,
.upload .upload-draggable:hover.is-light {
	border-color: #f5f5f5;
	background: hsla(0, 0%, 96.1%, .05)
}

.upload .upload-draggable.is-hovered.is-dark,
.upload .upload-draggable:hover.is-dark {
	border-color: #363636;
	background: rgba(54, 54, 54, .05)
}

.upload .upload-draggable.is-hovered.is-link,
.upload .upload-draggable.is-hovered.is-primary,
.upload .upload-draggable:hover.is-link,
.upload .upload-draggable:hover.is-primary {
	border-color: #dbdfec;
	background: rgba(121, 87, 213, .05)
}

.upload .upload-draggable.is-hovered.is-info,
.upload .upload-draggable:hover.is-info {
	border-color: #167df0;
	background: rgba(22, 125, 240, .05)
}

.upload .upload-draggable.is-hovered.is-success,
.upload .upload-draggable:hover.is-success {
	border-color: #23d160;
	background: rgba(35, 209, 96, .05)
}

.upload .upload-draggable.is-hovered.is-warning,
.upload .upload-draggable:hover.is-warning {
	border-color: #ffdd57;
	background: rgba(255, 221, 87, .05)
}

.upload .upload-draggable.is-hovered.is-danger,
.upload .upload-draggable:hover.is-danger {
	border-color: #ff3860;
	background: rgba(255, 56, 96, .05)
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: .3s opacity;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s, -webkit-transform .2s;
	transition: top .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s top;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s, -webkit-transform .2s;
	transition: left .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s left;
	transition: transform .2s, left .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s, -webkit-transform .2s;
	transition: right .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s right;
	transition: transform .2s, right .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}