/*!
 * VusUI v3.1.0[h5] (https://vusui3.github.io)
 * Copyright 2017-present The VusUI Authors
 */
*, ::after, ::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

body, html {
	width: 100%;
	height: 100%;
	user-select: none
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Helvetica, "Microsoft YaHei", FreeSans, "Droid Sans",
		"wenquanyi micro hei", "PingFang SC", "Hiragino Sans GB",
		"Hiragino Sans GB W3", Arial, sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	background-color: #fff;
	color: #333;
	overflow-x: hidden
}

article, aside, details, dialog, figcaption, figure, footer, header,
	hgroup, main, menu, nav, section, summary {
	display: block
}

a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active, a:hover {
	color: inherit;
	outline: 0;
	text-decoration: none
}

a[href] {
	cursor: pointer
}

a[href]:hover {
	color: #07e
}

a[href].underline:hover {
	text-decoration: underline
}

b, strong {
	font-weight: 700
}

audio, canvas, output, progress, video {
	display: inline-block;
	vertical-align: baseline
}

ol, ul {
	list-style: none
}

hr {
	height: 0;
	overflow: visible
}

dfn, em, i {
	font-style: normal
}

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

caption, table, tbody, td, tfoot, th, thead, tr {
	font-family: inherit;
	font-size: 100%
}

.vus-sub, .vus-sup {
	font-size: 75%;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	display: inline-flex
}

.vus-sub {
	bottom: -.3125rem
}

.vus-sup {
	top: -.5625rem
}

img {
	border-style: none;
	vertical-align: middle;
	will-change: transform;
	display: block
}

input, optgroup, select, textarea {
	line-height: 1.15;
	font-family: inherit;
	font-size: 100%
}

button {
	appearance: none;
	border-style: none;
	outline: 0
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}

.vus-container {
	width: 100%;
	overflow: hidden
}

.vus-h1, .vus-h2, .vus-h3, .vus-h4, .vus-h5, .vus-h6 {
	line-height: 1.2;
	color: inherit;
	font-family: inherit;
	font-weight: 600
}

.vus-h1 {
	font-size: 2.25rem
}

.vus-h2 {
	font-size: 1.875rem
}

.vus-h3 {
	font-size: 1.5rem
}

.vus-h4 {
	font-size: 1.25rem
}

.vus-h5 {
	font-size: 1.125rem
}

.vus-h6 {
	font-size: 1rem
}

.vus-h1 .small, .vus-h2 .small, .vus-h3 .small, .vus-h4 .small, .vus-h5 .small,
	.vus-h6 .small {
	color: #888;
	font-weight: 400;
	display: inline-block
}

.vus-h1 .small, .vus-h2 .small, .vus-h3 .small {
	font-size: 70%
}

.vus-h4 .small, .vus-h5 .small, .vus-h6 .small {
	font-size: 80%
}

.vus-small {
	font-size: 80%
}

.vus-code {
	color: #c00;
	padding: 0 .25rem;
	margin: .0625rem;
	border-radius: .25rem;
	display: inline-block;
	background-color: #f5f5f5;
	word-break: break-all;
	word-wrap: break-word;
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
		monospace, sans-serif
}

.vus-code.primary {
	color: #07e;
	background-color: rgba(0, 119, 238, .1)
}

.vus-code.success {
	color: #2a4;
	background-color: rgba(34, 170, 68, .1)
}

.vus-code.warning {
	color: #e83;
	background-color: rgba(238, 136, 51, .1)
}

.vus-code.danger {
	color: #d54;
	background-color: rgba(221, 85, 68, .1)
}

.vus-code.info {
	color: #3ae;
	background-color: rgba(51, 170, 238, .1)
}

.vus-code.red {
	color: red;
	background-color: rgba(255, 0, 0, .1)
}

.vus-code.dark {
	color: #333;
	background-color: rgba(51, 51, 51, .1)
}

.vus-code.light {
	color: #bbb
}

.vus-blockquote {
	padding: .3125rem 0 .3125rem .625rem;
	border-left-color: #e3e3e3;
	border-left-style: solid;
	border-left-width: .25rem !important;
	background-color: #f8f8f8
}

.vus-blockquote .small {
	display: block;
	font-size: 75%;
	color: #888
}

.vus-blockquote .small::before {
	content: '\2014 \00A0'
}

.vus-blockquote.reverse {
	padding-left: 0;
	padding-right: 1rem;
	text-align: right;
	border-left: 0;
	border-right: .25rem solid #e3e3e3
}

.vus-blockquote.reverse .small::before {
	content: ''
}

.vus-blockquote.reverse .small::after {
	content: '\00A0 \2014'
}

.vus-blockquote-tips {
	padding: .625rem .625rem .625rem 1.25rem;
	font-size: .875rem;
	border-left-color: #e54;
	border-left-style: solid;
	border-left-width: .25rem !important;
	background-color: #f8f8f8;
	position: relative
}

.vus-blockquote-tips::after {
	width: 1.25rem;
	height: 1.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #e54;
	font-size: 1rem;
	font-weight: 700;
	font-family: vusuiCore, Dosis, "Source Sans Pro", "Helvetica Neue",
		Arial, sans-serif;
	color: #fff;
	content: attr(data-text);
	position: absolute;
	top: .75rem;
	left: -.75rem
}

.vus-blockquote-tips.success {
	border-color: #2a4
}

.vus-blockquote-tips.success::after {
	background-color: #2a4
}

.vus-blockquote-tips.warning {
	border-color: #e83
}

.vus-blockquote-tips.warning::after {
	background-color: #e83
}

.vus-blockquote-tips.danger {
	border-color: #d54
}

.vus-blockquote-tips.danger::after {
	background-color: #d54
}

.vus-blockquote-tips.info {
	border-color: #3ae
}

.vus-blockquote-tips.info::after {
	background-color: #3ae
}

.vus-ol, .vus-ul {
	padding-left: 2em;
	margin-bottom: .625rem
}

.vus-ul.disc {
	list-style: disc
}

.vus-ul.circle {
	list-style: circle
}

.vus-ul.square {
	list-style: square
}

.vus-ol.number {
	list-style: decimal
}

.vus-ol.decimal {
	list-style: decimal-leading-zero
}

.vus-ol.lower-roman {
	list-style: lower-roman
}

.vus-ol.upper-roman {
	list-style: upper-roman
}

.vus-ol.lower-latin {
	list-style: lower-latin
}

.vus-ol.upper-latin {
	list-style: upper-latin
}

.vus-ol.inline, .vus-ul.inline {
	padding-left: 0;
	margin-left: -.3125rem;
	list-style: none
}

.vus-ol.inline>li, .vus-ul.inline>li {
	display: inline-block;
	padding-right: .3125rem;
	padding-left: .3125rem
}

.vus-ol.none, .vus-ul.none {
	padding-left: 0;
	list-style: none
}

.vus-ol .vus-ol, .vus-ol .vus-ul, .vus-ul .vus-ol, .vus-ul .vus-ul {
	margin-bottom: 0
}

.vus-dl {
	margin-bottom: .625rem
}

.vus-dl .dt {
	font-weight: 700
}

.vus-dl .dd+.dt {
	margin-top: .625rem
}

.vus-shadow-0 {
	box-shadow: 0 !important
}

.vus-shadow-1 {
	box-shadow: 0 0 .0625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2 {
	box-shadow: 0 0 .125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3 {
	box-shadow: 0 0 .1875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4 {
	box-shadow: 0 0 .25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-5 {
	box-shadow: 0 0 .3125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-6 {
	box-shadow: 0 0 .375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-7 {
	box-shadow: 0 0 .4375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-8 {
	box-shadow: 0 0 .5rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-9 {
	box-shadow: 0 0 .5625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-10 {
	box-shadow: 0 0 .625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-12 {
	box-shadow: 0 0 .75rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-14 {
	box-shadow: 0 0 .875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-15 {
	box-shadow: 0 0 .9375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-16 {
	box-shadow: 0 0 1rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-18 {
	box-shadow: 0 0 1.125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-20 {
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1 {
	box-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-2 {
	box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-3 {
	box-shadow: 0 .0625rem .1875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-4 {
	box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-5 {
	box-shadow: 0 .0625rem .3125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-6 {
	box-shadow: 0 .0625rem .375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-7 {
	box-shadow: 0 .0625rem .4375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-8 {
	box-shadow: 0 .0625rem .5rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-9 {
	box-shadow: 0 .0625rem .5625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-10 {
	box-shadow: 0 .0625rem .625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-12 {
	box-shadow: 0 .0625rem .75rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-14 {
	box-shadow: 0 .0625rem .875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-15 {
	box-shadow: 0 .0625rem .9375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-16 {
	box-shadow: 0 .0625rem 1rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-18 {
	box-shadow: 0 .0625rem 1.125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-20 {
	box-shadow: 0 .0625rem 1.25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-1 {
	box-shadow: 0 .125rem .0625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2 {
	box-shadow: 0 .125rem .125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-3 {
	box-shadow: 0 .125rem .1875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-4 {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-5 {
	box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-6 {
	box-shadow: 0 .125rem .375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-7 {
	box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-8 {
	box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-9 {
	box-shadow: 0 .125rem .5625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-10 {
	box-shadow: 0 .125rem .625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-12 {
	box-shadow: 0 .125rem .75rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-14 {
	box-shadow: 0 .125rem .875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-15 {
	box-shadow: 0 .125rem .9375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-16 {
	box-shadow: 0 .125rem 1rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-18 {
	box-shadow: 0 .125rem 1.125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-20 {
	box-shadow: 0 .125rem 1.25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-1 {
	box-shadow: 0 .1875rem .0625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-2 {
	box-shadow: 0 .1875rem .125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3 {
	box-shadow: 0 .1875rem .1875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-4 {
	box-shadow: 0 .1875rem .25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-5 {
	box-shadow: 0 .1875rem .3125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-6 {
	box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-7 {
	box-shadow: 0 .1875rem .4375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-8 {
	box-shadow: 0 .1875rem .5rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-9 {
	box-shadow: 0 .1875rem .5625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-10 {
	box-shadow: 0 .1875rem .625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-12 {
	box-shadow: 0 .1875rem .75rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-14 {
	box-shadow: 0 .1875rem .875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-15 {
	box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-16 {
	box-shadow: 0 .1875rem 1rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-18 {
	box-shadow: 0 .1875rem 1.125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-20 {
	box-shadow: 0 .1875rem 1.25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-1 {
	box-shadow: 0 .25rem .0625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-2 {
	box-shadow: 0 .25rem .125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-3 {
	box-shadow: 0 .25rem .1875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4 {
	box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-5 {
	box-shadow: 0 .25rem .3125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-6 {
	box-shadow: 0 .25rem .375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-7 {
	box-shadow: 0 .25rem .4375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-8 {
	box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-9 {
	box-shadow: 0 .25rem .5625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-10 {
	box-shadow: 0 .25rem .625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-12 {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-14 {
	box-shadow: 0 .25rem .875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-15 {
	box-shadow: 0 .25rem .9375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-16 {
	box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-18 {
	box-shadow: 0 .25rem 1.125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-20 {
	box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-1 {
	box-shadow: .0625rem .0625rem .0625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-2 {
	box-shadow: .0625rem .0625rem .125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-3 {
	box-shadow: .0625rem .0625rem .1875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-4 {
	box-shadow: .0625rem .0625rem .25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-5 {
	box-shadow: .0625rem .0625rem .3125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-6 {
	box-shadow: .0625rem .0625rem .375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-7 {
	box-shadow: .0625rem .0625rem .4375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-8 {
	box-shadow: .0625rem .0625rem .5rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-9 {
	box-shadow: .0625rem .0625rem .5625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-10 {
	box-shadow: .0625rem .0625rem .625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-12 {
	box-shadow: .0625rem .0625rem .75rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-14 {
	box-shadow: .0625rem .0625rem .875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-15 {
	box-shadow: .0625rem .0625rem .9375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-16 {
	box-shadow: .0625rem .0625rem 1rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-18 {
	box-shadow: .0625rem .0625rem 1.125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-1-1-20 {
	box-shadow: .0625rem .0625rem 1.25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-1 {
	box-shadow: .125rem .125rem .0625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-2 {
	box-shadow: .125rem .125rem .125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-3 {
	box-shadow: .125rem .125rem .1875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-4 {
	box-shadow: .125rem .125rem .25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-5 {
	box-shadow: .125rem .125rem .3125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-6 {
	box-shadow: .125rem .125rem .375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-7 {
	box-shadow: .125rem .125rem .4375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-8 {
	box-shadow: .125rem .125rem .5rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-9 {
	box-shadow: .125rem .125rem .5625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-10 {
	box-shadow: .125rem .125rem .625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-12 {
	box-shadow: .125rem .125rem .75rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-14 {
	box-shadow: .125rem .125rem .875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-15 {
	box-shadow: .125rem .125rem .9375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-16 {
	box-shadow: .125rem .125rem 1rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-18 {
	box-shadow: .125rem .125rem 1.125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-2-2-20 {
	box-shadow: .125rem .125rem 1.25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-1 {
	box-shadow: .1875rem .1875rem .0625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-2 {
	box-shadow: .1875rem .1875rem .125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-3 {
	box-shadow: .1875rem .1875rem .1875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-4 {
	box-shadow: .1875rem .1875rem .25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-5 {
	box-shadow: .1875rem .1875rem .3125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-6 {
	box-shadow: .1875rem .1875rem .375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-7 {
	box-shadow: .1875rem .1875rem .4375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-8 {
	box-shadow: .1875rem .1875rem .5rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-9 {
	box-shadow: .1875rem .1875rem .5625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-10 {
	box-shadow: .1875rem .1875rem .625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-12 {
	box-shadow: .1875rem .1875rem .75rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-14 {
	box-shadow: .1875rem .1875rem .875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-15 {
	box-shadow: .1875rem .1875rem .9375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-16 {
	box-shadow: .1875rem .1875rem 1rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-18 {
	box-shadow: .1875rem .1875rem 1.125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-3-3-20 {
	box-shadow: .1875rem .1875rem 1.25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-1 {
	box-shadow: .25rem .25rem .0625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-2 {
	box-shadow: .25rem .25rem .125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-3 {
	box-shadow: .25rem .25rem .1875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-4 {
	box-shadow: .25rem .25rem .25rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-5 {
	box-shadow: .25rem .25rem .3125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-6 {
	box-shadow: .25rem .25rem .375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-7 {
	box-shadow: .25rem .25rem .4375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-8 {
	box-shadow: .25rem .25rem .5rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-9 {
	box-shadow: .25rem .25rem .5625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-10 {
	box-shadow: .25rem .25rem .625rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-12 {
	box-shadow: .25rem .25rem .75rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-14 {
	box-shadow: .25rem .25rem .875rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-15 {
	box-shadow: .25rem .25rem .9375rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-16 {
	box-shadow: .25rem .25rem 1rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-18 {
	box-shadow: .25rem .25rem 1.125rem rgba(0, 0, 0, .1) !important
}

.vus-shadow-4-4-20 {
	box-shadow: .25rem .25rem 1.25rem rgba(0, 0, 0, .1) !important
}

.vus-text-shadow-0 {
	text-shadow: none !important
}

.vus-text-shadow-1 {
	text-shadow: 0 0 .0625rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-2 {
	text-shadow: 0 0 .125rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-3 {
	text-shadow: 0 0 .1875rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-1-0 {
	text-shadow: 0 .0625rem 0 rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-1-1 {
	text-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-1-2 {
	text-shadow: 0 .0625rem .125rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-1-3 {
	text-shadow: 0 .0625rem .1875rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-2-0 {
	text-shadow: 0 .125rem 0 rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-2-1 {
	text-shadow: 0 .125rem .0625rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-2-2 {
	text-shadow: 0 .125rem .125rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-2-3 {
	text-shadow: 0 .125rem .1875rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-3-0 {
	text-shadow: 0 .1875rem 0 rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-3-1 {
	text-shadow: 0 .1875rem .0625rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-3-2 {
	text-shadow: 0 .1875rem .125rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-3-3 {
	text-shadow: 0 .1875rem .1875rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-1-1-0 {
	text-shadow: .0625rem .0625rem 0 rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-1-1-1 {
	text-shadow: .0625rem .0625rem .0625rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-1-1-2 {
	text-shadow: .0625rem .0625rem .125rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-1-1-3 {
	text-shadow: .0625rem .0625rem .1875rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-2-2-0 {
	text-shadow: .125rem .125rem 0 rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-2-2-1 {
	text-shadow: .125rem .125rem .0625rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-2-2-2 {
	text-shadow: .125rem .125rem .125rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-2-2-3 {
	text-shadow: .125rem .125rem .1875rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-3-2-0 {
	text-shadow: .1875rem .1875rem 0 rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-3-3-1 {
	text-shadow: .1875rem .1875rem .0625rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-3-3-2 {
	text-shadow: .1875rem .1875rem .125rem rgba(0, 0, 0, .3) !important
}

.vus-text-shadow-3-3-3 {
	text-shadow: .1875rem .1875rem .1875rem rgba(0, 0, 0, .3) !important
}

.vus-input {
	width: 100%;
	height: auto;
	min-height: .875rem;
	line-height: .875rem;
	padding: .625rem;
	font-size: .875rem;
	color: #333;
	display: block;
	background-color: #fff;
	border: .0625rem solid #e3e3e3;
	border-radius: .25rem;
	outline: 0;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-transition: border-color .25s ease-in-out, box-shadow .25s
		cubic-bezier(.35, .81, .45, 1.47);
	transition: border-color .25s ease-in-out, box-shadow .25s
		cubic-bezier(.35, .81, .45, 1.47)
}

.vus-input:not (.transparent ):not ([disabled] ):not (.disabled ).active,
	.vus-input:not (.transparent ):not ([disabled] ):not (.disabled ):active
	{
	box-shadow: 0 0 0 .25rem rgba(153, 153, 153, .1);
	z-index: 2
}

select.vus-input:not ([multiple] ){
	padding-right: 1.5625rem;
	background-image:
		url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBhdXRob3I9InZ1c3VpLmNvbSI+DQogIDxwYXRoIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTIsMy41aDEwbC01LDdMMiwzLjV6Ii8+DQo8L3N2Zz4NCg==);
	background-repeat: no-repeat;
	background-position: right .625rem center
}

select[multiple].vus-input, select[size].vus-input, textarea.vus-input {
	min-height: 6.25rem;
	line-height: 1.5
}

select[multiple].vus-input {
	padding-right: 0
}

textarea.vus-input {
	resize: none
}

.vus-input.mini {
	line-height: .75rem;
	font-size: .75rem;
	padding: .3125rem .4375rem
}

.vus-input.small {
	line-height: .8125rem;
	font-size: .8125rem;
	padding: .5rem
}

.vus-input.large {
	line-height: 1rem;
	font-size: 1rem;
	padding: .75rem
}

.vus-input.primary {
	border-color: #07e
}

.vus-input.primary:not (.transparent ):not ([disabled] ):not (.disabled
	).active, .vus-input.primary:not (.transparent ):not ([disabled] ):not
	(.disabled ):active {
	border-color: #07e;
	box-shadow: 0 0 0 .25rem rgba(0, 119, 238, .1)
}

.vus-input.success {
	border-color: #2a4
}

.vus-input.success:not (.transparent ):not ([disabled] ):not (.disabled
	).active, .vus-input.success:not (.transparent ):not ([disabled] ):not
	(.disabled ):active {
	border-color: #2a4;
	box-shadow: 0 0 0 .25rem rgba(34, 170, 68, .1)
}

.vus-input.warning {
	border-color: #e83
}

.vus-input.warning:not (.transparent ):not ([disabled] ):not (.disabled
	).active, .vus-input.warning:not (.transparent ):not ([disabled] ):not
	(.disabled ):active {
	border-color: #e83;
	box-shadow: 0 0 0 .25rem rgba(238, 136, 51, .1)
}

.vus-input.danger {
	border-color: #d54
}

.vus-input.danger:not (.transparent ):not ([disabled] ):not (.disabled ).active,
	.vus-input.danger:not (.transparent ):not ([disabled] ):not (.disabled
	):active {
	border-color: #d54;
	box-shadow: 0 0 0 .25rem rgba(221, 85, 68, .1)
}

.vus-input.info {
	border-color: #3ae
}

.vus-input.info:not (.transparent ):not ([disabled] ):not (.disabled ).active,
	.vus-input.info:not (.transparent ):not ([disabled] ):not (.disabled ):active
	{
	border-color: #3ae;
	box-shadow: 0 0 0 .25rem rgba(51, 170, 238, .1)
}

.vus-input.dark {
	border-color: #333
}

.vus-input.dark:not (.transparent ):not ([disabled] ):not (.disabled ).active,
	.vus-input.dark:not (.transparent ):not ([disabled] ):not (.disabled ):active
	{
	border-color: #333;
	box-shadow: 0 0 0 .25rem rgba(51, 51, 51, .1)
}

.vus-input.red {
	border-color: red
}

.vus-input.red:not (.transparent ):not ([disabled] ):not (.disabled ).active,
	.vus-input.red:not (.transparent ):not ([disabled] ):not (.disabled ):active
	{
	border-color: red;
	box-shadow: 0 0 0 .25rem rgba(255, 0, 0, .1)
}

.vus-input.light {
	border-color: #bbb
}

.vus-input.light:not (.transparent ):not ([disabled] ):not (.disabled ).active,
	.vus-input.light:not (.transparent ):not ([disabled] ):not (.disabled ):active
	{
	border-color: #bbb;
	box-shadow: 0 0 0 .25rem rgba(153, 153, 153, .1)
}

.vus-input.white {
	border-color: #fff
}

.vus-input.white:not (.transparent ):not ([disabled] ):not (.disabled ).active,
	.vus-input.white:not (.transparent ):not ([disabled] ):not (.disabled ):active
	{
	border-color: #fff;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .1)
}

.vus-input.default {
	border-color: #e3e3e3
}

.vus-input.transparent {
	border: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	padding: 0
}

.vus-input.disabled, .vus-input[disabled] {
	opacity: .3 !important
}

.vus-btn {
	height: 2.625rem;
	line-height: 1;
	padding: 0 1.25rem;
	color: #333;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	border: .0625rem solid #e3e3e3;
	border-radius: .25rem;
	font-size: .875rem;
	outline: 0;
	text-overflow: ellipsis;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	white-space: nowrap;
	user-select: none;
	appearance: none;
	transition: all .25s ease-in-out, box-shadow .2s
		cubic-bezier(.35, .81, .45, 1.47)
}

.vus-btn:not ([disabled] ):not (.disabled ).active, .vus-btn:not ([disabled]
	):not (.disabled ):active {
	background-color: rgba(220, 220, 220, .4);
	box-shadow: 0 0 0 .25rem rgba(220, 220, 220, .2);
	transform: translate(.0625rem, .0625rem);
	z-index: 2
}

.vus-btn.mini {
	height: 1.375rem;
	font-size: .75rem;
	padding: 0 .5rem
}

.vus-btn.small {
	height: 2rem;
	font-size: .8125rem;
	padding: 0 .875rem
}

.vus-btn.large {
	height: 3.125rem;
	font-size: 1.0625rem;
	padding: 0 1.875rem
}

.vus-btn.outline.primary:not ([disabled] ):not (.disabled ).active,
	.vus-btn.outline.primary:not ([disabled] ):not (.disabled ):active,
	.vus-btn.primary {
	color: #fff;
	border-color: #07e;
	background-color: #07e
}

.vus-btn.primary:not ([disabled] ):not (.disabled ).active, .vus-btn.primary:not
	([disabled] ):not (.disabled ):active {
	border-color: #05c;
	background-color: #05c;
	box-shadow: 0 0 0 .25rem rgba(0, 119, 238, .1)
}

.vus-btn.outline.primary {
	color: #fff
}

.vus-btn.outline.success:not ([disabled] ):not (.disabled ).active,
	.vus-btn.outline.success:not ([disabled] ):not (.disabled ):active,
	.vus-btn.success {
	color: #fff;
	border-color: #2a4;
	background-color: #2a4
}

.vus-btn.success:not ([disabled] ):not (.disabled ).active, .vus-btn.success:not
	([disabled] ):not (.disabled ):active {
	border-color: #178e39;
	background-color: #178e39;
	box-shadow: 0 0 0 .25rem rgba(34, 170, 68, .1)
}

.vus-btn.outline.success {
	color: #2a4
}

.vus-btn.outline.warning:not ([disabled] ):not (.disabled ).active,
	.vus-btn.outline.warning:not ([disabled] ):not (.disabled ):active,
	.vus-btn.warning {
	color: #fff;
	border-color: #e83;
	background-color: #e83
}

.vus-btn.warning:not ([disabled] ):not (.disabled ).active, .vus-btn.warning:not
	([disabled] ):not (.disabled ):active {
	border-color: #e53;
	background-color: #e53;
	box-shadow: 0 0 0 .25rem rgba(238, 136, 51, .1)
}

.vus-btn.outline.warning {
	color: #e83
}

.vus-btn.danger, .vus-btn.outline.danger:not ([disabled] ):not (.disabled
	).active, .vus-btn.outline.danger:not ([disabled] ):not (.disabled ):active
	{
	color: #fff;
	border-color: #d54;
	background-color: #d54
}

.vus-btn.danger:not ([disabled] ):not (.disabled ).active, .vus-btn.danger:not
	([disabled] ):not (.disabled ):active {
	border-color: #c11;
	background-color: #c11;
	box-shadow: 0 0 0 .25rem rgba(221, 85, 68, .1)
}

.vus-btn.outline.danger {
	color: #d54
}

.vus-btn.info, .vus-btn.outline.info:not ([disabled] ):not (.disabled ).active,
	.vus-btn.outline.info:not ([disabled] ):not (.disabled ):active {
	color: #fff;
	border-color: #3ae;
	background-color: #3ae
}

.vus-btn.info:not ([disabled] ):not (.disabled ).active, .vus-btn.info:not
	([disabled] ):not (.disabled ):active {
	border-color: #1a8fd2;
	background-color: #1a8fd2;
	box-shadow: 0 0 0 .25rem rgba(51, 170, 238, .1)
}

.vus-btn.outline.info {
	color: #3ae
}

.vus-btn.dark, .vus-btn.outline.dark:not ([disabled] ):not (.disabled ).active,
	.vus-btn.outline.dark:not ([disabled] ):not (.disabled ):active {
	color: #fff;
	border-color: #333;
	background-color: #333
}

.vus-btn.dark:not ([disabled] ):not (.disabled ).active, .vus-btn.dark:not
	([disabled] ):not (.disabled ):active {
	border-color: #1f1f1f;
	background-color: #1f1f1f;
	box-shadow: 0 0 0 .25rem rgba(51, 51, 51, .1)
}

.vus-btn.outline.dark {
	color: #333
}

.vus-btn.outline.red:not ([disabled] ):not (.disabled ).active, .vus-btn.outline.red:not
	([disabled] ):not (.disabled ):active, .vus-btn.red {
	color: #fff;
	border-color: red;
	background-color: red
}

.vus-btn.red:not ([disabled] ):not (.disabled ).active, .vus-btn.red:not
	([disabled] ):not (.disabled ):active {
	border-color: #c00;
	background-color: #c00;
	box-shadow: 0 0 0 .25rem rgba(255, 0, 0, .1)
}

.vus-btn.outline.red {
	color: red
}

.vus-btn.light, .vus-btn.outline.light:not ([disabled] ):not (.disabled
	).active, .vus-btn.outline.light:not ([disabled] ):not (.disabled ):active
	{
	color: #fff;
	border-color: #bbb;
	background-color: #bbb
}

.vus-btn.light:not ([disabled] ):not (.disabled ).active, .vus-btn.light:not
	([disabled] ):not (.disabled ):active {
	border-color: #999;
	background-color: #999;
	box-shadow: 0 0 0 .25rem rgba(153, 153, 153, .1)
}

.vus-btn.outline.light {
	color: #bbb
}

.vus-btn.outline.white:not ([disabled] ):not (.disabled ).active,
	.vus-btn.outline.white:not ([disabled] ):not (.disabled ):active,
	.vus-btn.white {
	color: #555;
	border-color: #fff;
	background-color: #fff
}

.vus-btn.white:not ([disabled] ):not (.disabled ).active, .vus-btn.white:not
	([disabled] ):not (.disabled ):active {
	border-color: #f1f1f1;
	background-color: #f1f1f1;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .1)
}

.vus-btn.outline.white {
	color: #fff;
	background-color: transparent
}

.vus-btn.outline {
	background-color: #fff
}

.vus-btn.transparent {
	background-color: transparent
}

.vus-btn.disabled, .vus-btn[disabled] {
	opacity: .3 !important
}

.vus-checkbox, .vus-checkbox-btn, .vus-checkbox-list, .vus-radio,
	.vus-radio-btn, .vus-radio-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative
}

.vus-checkbox, .vus-radio {
	display: inline-flex;
	margin-right: .9375rem;
	cursor: pointer
}

.vus-checkbox .icon, .vus-checkbox-btn .icon, .vus-checkbox-list .icon,
	.vus-radio .icon, .vus-radio-btn .icon, .vus-radio-list .icon {
	width: auto;
	line-height: 1.2;
	flex: 0 0 auto;
	font-family: vusuiCore;
	font-size: 1.25rem;
	color: #e3e3e3;
	margin-right: .375rem;
	display: inline-block
}

.vus-checkbox .icon::before, .vus-checkbox-btn .icon::before,
	.vus-checkbox-list .icon::before, .vus-radio .icon::before,
	.vus-radio-btn .icon::before, .vus-radio-list .icon::before {
	transition: all .25s cubic-bezier(.35, .81, .45, 1.47);
	content: ''
}

.vus-checkbox .text, .vus-checkbox-btn .text, .vus-checkbox-list .text,
	.vus-radio .text, .vus-radio-btn .text, .vus-radio-list .text {
	max-width: 100%;
	line-height: 1.2;
	font-size: .875rem;
	flex-basis: 0;
	flex-grow: 1
}

.vus-checkbox-list.small .icon, .vus-checkbox.small .icon,
	.vus-radio-list.small .icon, .vus-radio.small .icon {
	font-size: 1rem;
	margin-right: .25rem
}

.vus-checkbox-list.small .text, .vus-checkbox.small .text,
	.vus-radio-list.small .text, .vus-radio.small .text {
	font-size: .75rem
}

.vus-checkbox-list.large .icon, .vus-checkbox.large .icon,
	.vus-radio-list.large .icon, .vus-radio.large .icon {
	font-size: 1.5rem;
	margin-right: .5rem
}

.vus-checkbox-list.large .text, .vus-checkbox.large .text,
	.vus-radio-list.large .text, .vus-radio.large .text {
	font-size: 1rem
}

.vus-checkbox .input, .vus-checkbox-btn .input, .vus-checkbox-list .input,
	.vus-radio .input, .vus-radio-btn .input, .vus-radio-list .input,
	.vus-switch .input {
	opacity: 0;
	outline: 0;
	position: absolute;
	z-index: -999
}

.vus-radio .icon::before, .vus-radio-list .icon::before {
	content: "\e604"
}

.vus-radio .input:checked+.icon, .vus-radio-list .input:checked+.icon,
	.vus-radio-list.checked .icon, .vus-radio.checked .icon {
	color: #07e
}

.vus-radio .input:checked+.icon::before, .vus-radio-list .input:checked+.icon::before,
	.vus-radio-list.checked .icon::before, .vus-radio.checked .icon::before
	{
	content: "\e605"
}

.vus-radio-list.check .input:checked+.icon::before, .vus-radio-list.checked.check .icon::before,
	.vus-radio.check .input:checked+.icon::before, .vus-radio.checked.check .icon::before
	{
	content: "\e607"
}

.vus-radio-list.check-o .input:checked+.icon::before, .vus-radio-list.checked.check-o .icon::before,
	.vus-radio.check-o .input:checked+.icon::before, .vus-radio.checked.check-o .icon::before
	{
	content: "\e606"
}

.vus-checkbox .icon::before, .vus-checkbox-list .icon::before {
	content: "\e600"
}

.vus-checkbox .input:checked+.icon, .vus-checkbox-list .input:checked+.icon,
	.vus-checkbox-list.checked .icon, .vus-checkbox.checked .icon {
	color: #07e
}

.vus-checkbox .input:checked+.icon::before, .vus-checkbox-list .input:checked+.icon::before,
	.vus-checkbox-list.checked .icon::before, .vus-checkbox.checked .icon::before
	{
	content: "\e601"
}

.vus-checkbox-list.check .input:checked+.icon::before,
	.vus-checkbox-list.checked.check .icon::before, .vus-checkbox.check .input:checked+.icon::before,
	.vus-checkbox.checked.check .icon::before {
	content: "\e603"
}

.vus-checkbox-list.check-o .input:checked+.icon::before,
	.vus-checkbox-list.checked.check-o .icon::before, .vus-checkbox.check-o .input:checked+.icon::before,
	.vus-checkbox.checked.check-o .icon::before {
	content: "\e602"
}

.vus-checkbox-list.circle .icon::before, .vus-checkbox.circle .icon::before
	{
	content: "\e604"
}

.vus-checkbox-list.checked.circle .icon::before, .vus-checkbox-list.circle .input:checked+.icon::before,
	.vus-checkbox.checked.circle .icon::before, .vus-checkbox.circle .input:checked+.icon::before
	{
	content: "\e607"
}

.vus-checkbox-list.checked.circle.check-o .icon::before,
	.vus-checkbox-list.circle.check-o .input:checked+.icon::before,
	.vus-checkbox.checked.circle.check-o .icon::before, .vus-checkbox.circle.check-o .input:checked+.icon::before
	{
	content: "\e606"
}

.vus-checkbox-list, .vus-radio-list {
	min-height: 3.25rem;
	padding: .625rem
}

.vus-checkbox-list::after, .vus-radio-list::after {
	height: 200%;
	content: '';
	position: absolute;
	top: 0;
	left: .625rem;
	right: 0;
	bottom: 0;
	border-bottom: .0625rem solid #e3e3e3;
	transform-origin: 0 0;
	transform: scaleY(.5)
}

.vus-checkbox-list:last-of-type::after, .vus-radio-list:last-of-type::after
	{
	border: 0
}

.vus-checkbox-list .image, .vus-radio-list .image {
	width: 1.5rem;
	height: 1.5rem
}

.vus-checkbox-list.icon-right, .vus-radio-list.icon-right {
	flex-direction: row-reverse
}

.vus-checkbox-list.icon-right .text, .vus-radio-list.icon-right .text {
	padding-left: 0
}

.vus-checkbox-list.icon-right .image, .vus-radio-list.icon-right .image
	{
	margin-right: .625rem
}

.vus-checkbox-list.text-right:not (.icon-right ), .vus-radio-list.text-right:not
	(.icon-right ){
	flex-direction: row
}

.vus-checkbox-list.text-right:not (.icon-right ) .text, .vus-radio-list.text-right:not
	(.icon-right ) .text {
	padding-left: 0;
	text-align: right
}

.vus-checkbox-list.text-right:not (.icon-right ) .image, .vus-radio-list.text-right:not
	(.icon-right ) .image {
	margin: 0;
	margin-left: .625rem
}

.vus-checkbox-btn, .vus-radio-btn {
	display: inline-flex
}

.vus-checkbox-btn:not (:last-child ), .vus-radio-btn:not (:last-child ){
	margin-right: -.0625rem
}

.vus-checkbox-btn .text, .vus-radio-btn .text {
	height: 2.625rem;
	padding: 0 .9375rem;
	border: .0625rem solid #e3e3e3;
	display: flex;
	align-items: center;
	transition: all .25s cubic-bezier(.35, .81, .45, 1.47)
}

.vus-checkbox-btn:first-child:not (.gap ) .text, .vus-radio-btn:first-child:not
	(.gap ) .text {
	border-radius: .25rem 0 0 .25rem
}

.vus-checkbox-btn:first-child:last-child:not (.gap ) .text,
	.vus-radio-btn:first-child:last-child:not (.gap ) .text {
	border-radius: .25rem
}

.vus-checkbox-btn:last-child:not (.gap ) .text, .vus-radio-btn:last-child:not
	(.gap ) .text {
	border-radius: 0 .25rem .25rem 0
}

.vus-checkbox-btn.check, .vus-radio-btn.check {
	vertical-align: top
}

.vus-checkbox-btn.check .icon, .vus-radio-btn.check .icon {
	font-size: .875rem;
	display: none
}

.vus-checkbox-btn .input:checked+.text, .vus-radio-btn .input:checked+.text
	{
	color: #fff;
	border-color: #07e;
	background-color: #07e;
	z-index: 2
}

.vus-checkbox-btn.check .input:checked+.text .icon, .vus-radio-btn.check .input:checked+.text .icon
	{
	color: #fff;
	display: inline-flex
}

.vus-checkbox-btn.check .input:checked+.text .icon::before,
	.vus-radio-btn.check .input:checked+.text .icon::before {
	content: "\e631"
}

.vus-checkbox-btn.outline .input:checked+.text, .vus-radio-btn.outline .input:checked+.text
	{
	background-color: inherit;
	color: #07e
}

.vus-checkbox-btn.outline.check .input:checked+.text .icon,
	.vus-radio-btn.outline.check .input:checked+.text .icon {
	color: #07e
}

.vus-checkbox-btn.gap:not (:last-child ), .vus-radio-btn.gap:not (:last-child
	){
	margin-right: .625rem
}

.vus-checkbox-btn.gap .text, .vus-radio-btn.gap .text {
	border-radius: .25rem
}

.vus-checkbox-btn.small .text, .vus-radio-btn.small .text {
	height: 2rem;
	padding: 0 .625rem
}

.vus-checkbox-btn.small.check .text .icon, .vus-radio-btn.small.check .text .icon
	{
	font-size: 1rem
}

.vus-checkbox-btn.large .text, .vus-radio-btn.large .text {
	height: 3.25rem;
	padding: 0 1.375rem;
	font-size: 1rem
}

.vus-checkbox-btn.large.check .text .icon, .vus-radio-btn.large.check .text .icon
	{
	font-size: 1.25rem
}

.vus-checkbox-btn:not (:first-child ):not (.outline ) .input:checked+.text
	{
	border-left-color: rgba(255, 255, 255, .3)
}

.vus-checkbox-btn.white:not (:first-child ):not (.outline ) .input:checked+.text
	{
	border-left-color: rgba(0, 0, 0, .1)
}

.vus-checkbox-list.primary .icon, .vus-checkbox-list.primary .input:checked+.icon::before,
	.vus-checkbox-list.primary.checked .icon::before, .vus-checkbox.primary .icon,
	.vus-checkbox.primary .input:checked+.icon::before, .vus-checkbox.primary.checked .icon::before,
	.vus-radio-list.primary .icon, .vus-radio-list.primary .input:checked+.icon::before,
	.vus-radio-list.primary.checked .icon::before, .vus-radio.primary .icon,
	.vus-radio.primary .input:checked+.icon::before, .vus-radio.primary.checked .icon::before
	{
	color: #07e
}

.vus-checkbox-btn.primary .text, .vus-radio-btn.primary .text {
	border-color: #07e
}

.vus-checkbox-btn.outline.check.success .input:checked+.text .icon,
	.vus-checkbox-list.success .icon, .vus-checkbox-list.success .input:checked+.icon::before,
	.vus-checkbox-list.success.checked .icon::before, .vus-checkbox.success .icon,
	.vus-checkbox.success .input:checked+.icon::before, .vus-checkbox.success.checked .icon::before,
	.vus-radio-btn.outline.check.success .input:checked+.text .icon,
	.vus-radio-list.success .icon, .vus-radio-list.success .input:checked+.icon::before,
	.vus-radio-list.success.checked .icon::before, .vus-radio.success .icon,
	.vus-radio.success .input:checked+.icon::before, .vus-radio.success.checked .icon::before
	{
	color: #2a4
}

.vus-checkbox-btn.success .input:checked+.text, .vus-checkbox-btn.success .text,
	.vus-radio-btn.success .input:checked+.text, .vus-radio-btn.success .text
	{
	border-color: #2a4
}

.vus-checkbox-btn.success .input:checked+.text, .vus-radio-btn.success .input:checked+.text
	{
	background-color: #2a4
}

.vus-checkbox-btn.outline.success .input:checked+.text, .vus-radio-btn.outline.success .input:checked+.text
	{
	background-color: inherit;
	color: #2a4
}

.vus-checkbox-btn.outline.check.warning .input:checked+.text .icon,
	.vus-checkbox-list.warning .icon, .vus-checkbox-list.warning .input:checked+.icon::before,
	.vus-checkbox-list.warning.checked .icon::before, .vus-checkbox.warning .icon,
	.vus-checkbox.warning .input:checked+.icon::before, .vus-checkbox.warning.checked .icon::before,
	.vus-radio-btn.outline.check.warning .input:checked+.text .icon,
	.vus-radio-list.warning .icon, .vus-radio-list.warning .input:checked+.icon::before,
	.vus-radio-list.warning.checked .icon::before, .vus-radio.warning .icon,
	.vus-radio.warning .input:checked+.icon::before, .vus-radio.warning.checked .icon::before
	{
	color: #e83
}

.vus-checkbox-btn.warning .input:checked+.text, .vus-checkbox-btn.warning .text,
	.vus-radio-btn.warning .input:checked+.text, .vus-radio-btn.warning .text
	{
	border-color: #e83
}

.vus-checkbox-btn.warning .input:checked+.text, .vus-radio-btn.warning .input:checked+.text
	{
	background-color: #e83
}

.vus-checkbox-btn.outline.warning .input:checked+.text, .vus-radio-btn.outline.warning .input:checked+.text
	{
	background-color: inherit;
	color: #e83
}

.vus-checkbox-btn.outline.check.danger .input:checked+.text .icon,
	.vus-checkbox-list.danger .icon, .vus-checkbox-list.danger .input:checked+.icon::before,
	.vus-checkbox-list.danger.checked .icon::before, .vus-checkbox.danger .icon,
	.vus-checkbox.danger .input:checked+.icon::before, .vus-checkbox.danger.checked .icon::before,
	.vus-radio-btn.outline.check.danger .input:checked+.text .icon,
	.vus-radio-list.danger .icon, .vus-radio-list.danger .input:checked+.icon::before,
	.vus-radio-list.danger.checked .icon::before, .vus-radio.danger .icon,
	.vus-radio.danger .input:checked+.icon::before, .vus-radio.danger.checked .icon::before
	{
	color: #d54
}

.vus-checkbox-btn.danger .input:checked+.text, .vus-checkbox-btn.danger .text,
	.vus-radio-btn.danger .input:checked+.text, .vus-radio-btn.danger .text
	{
	border-color: #d54
}

.vus-checkbox-btn.danger .input:checked+.text, .vus-radio-btn.danger .input:checked+.text
	{
	background-color: #d54
}

.vus-checkbox-btn.outline.danger .input:checked+.text, .vus-radio-btn.outline.danger .input:checked+.text
	{
	background-color: inherit;
	color: #d54
}

.vus-checkbox-btn.outline.check.info .input:checked+.text .icon,
	.vus-checkbox-list.info .icon, .vus-checkbox-list.info .input:checked+.icon::before,
	.vus-checkbox-list.info.checked .icon::before, .vus-checkbox.info .icon,
	.vus-checkbox.info .input:checked+.icon::before, .vus-checkbox.info.checked .icon::before,
	.vus-radio-btn.outline.check.info .input:checked+.text .icon,
	.vus-radio-list.info .icon, .vus-radio-list.info .input:checked+.icon::before,
	.vus-radio-list.info.checked .icon::before, .vus-radio.info .icon,
	.vus-radio.info .input:checked+.icon::before, .vus-radio.info.checked .icon::before
	{
	color: #3ae
}

.vus-checkbox-btn.info .input:checked+.text, .vus-checkbox-btn.info .text,
	.vus-radio-btn.info .input:checked+.text, .vus-radio-btn.info .text {
	border-color: #3ae
}

.vus-checkbox-btn.info .input:checked+.text, .vus-radio-btn.info .input:checked+.text
	{
	background-color: #3ae
}

.vus-checkbox-btn.outline.info .input:checked+.text, .vus-radio-btn.outline.info .input:checked+.text
	{
	background-color: inherit;
	color: #3ae
}

.vus-checkbox-btn.outline.check.dark .input:checked+.text .icon,
	.vus-checkbox-list.dark .icon, .vus-checkbox-list.dark .input:checked+.icon::before,
	.vus-checkbox-list.dark.checked .icon::before, .vus-checkbox.dark .icon,
	.vus-checkbox.dark .input:checked+.icon::before, .vus-checkbox.dark.checked .icon::before,
	.vus-radio-btn.outline.check.dark .input:checked+.text .icon,
	.vus-radio-list.dark .icon, .vus-radio-list.dark .input:checked+.icon::before,
	.vus-radio-list.dark.checked .icon::before, .vus-radio.dark .icon,
	.vus-radio.dark .input:checked+.icon::before, .vus-radio.dark.checked .icon::before
	{
	color: #333
}

.vus-checkbox-btn.dark .input:checked+.text, .vus-checkbox-btn.dark .text,
	.vus-radio-btn.dark .input:checked+.text, .vus-radio-btn.dark .text {
	border-color: #333
}

.vus-checkbox-btn.dark .input:checked+.text, .vus-radio-btn.dark .input:checked+.text
	{
	background-color: #333
}

.vus-checkbox-btn.outline.dark .input:checked+.text, .vus-radio-btn.outline.dark .input:checked+.text
	{
	background-color: inherit;
	color: #333
}

.vus-checkbox-list.light .icon, .vus-checkbox-list.light .input:checked+.icon::before,
	.vus-checkbox-list.light.checked .icon::before, .vus-checkbox.light .icon,
	.vus-checkbox.light .input:checked+.icon::before, .vus-checkbox.light.checked .icon::before,
	.vus-radio-list.light .icon, .vus-radio-list.light .input:checked+.icon::before,
	.vus-radio-list.light.checked .icon::before, .vus-radio.light .icon,
	.vus-radio.light .input:checked+.icon::before, .vus-radio.light.checked .icon::before
	{
	color: #bbb
}

.vus-checkbox-btn.light .input:checked+.text, .vus-checkbox-btn.light .text,
	.vus-radio-btn.light .input:checked+.text, .vus-radio-btn.light .text {
	border-color: #bbb
}

.vus-checkbox-btn.light .input:checked+.text, .vus-radio-btn.light .input:checked+.text
	{
	background-color: #bbb
}

.vus-checkbox-btn.outline.light .input:checked+.text, .vus-radio-btn.outline.light .input:checked+.text
	{
	background-color: inherit;
	color: #333
}

.vus-checkbox-btn.outline.check.light .input:checked+.text .icon,
	.vus-radio-btn.outline.check.light .input:checked+.text .icon {
	color: #333
}

.vus-checkbox-btn.outline.check.white .input:checked+.text .icon,
	.vus-checkbox-btn.white .text, .vus-checkbox-list.white .icon,
	.vus-checkbox-list.white .input:checked+.icon::before,
	.vus-checkbox-list.white .text, .vus-checkbox-list.white.checked .icon::before,
	.vus-checkbox.white .icon, .vus-checkbox.white .input:checked+.icon::before,
	.vus-checkbox.white .text, .vus-checkbox.white.checked .icon::before,
	.vus-radio-btn.outline.check.white .input:checked+.text .icon,
	.vus-radio-btn.white .text, .vus-radio-list.white .icon,
	.vus-radio-list.white .input:checked+.icon::before, .vus-radio-list.white .text,
	.vus-radio-list.white.checked .icon::before, .vus-radio.white .icon,
	.vus-radio.white .input:checked+.icon::before, .vus-radio.white .text,
	.vus-radio.white.checked .icon::before {
	color: #fff
}

.vus-checkbox-btn.white .input:checked+.text, .vus-checkbox-btn.white .text,
	.vus-radio-btn.white .input:checked+.text, .vus-radio-btn.white .text {
	border-color: #fff
}

.vus-checkbox-btn.white .input:checked+.text, .vus-radio-btn.white .input:checked+.text
	{
	background-color: #fff;
	color: #333
}

.vus-checkbox-btn.white .input:checked+.text .icon, .vus-radio-btn.white .input:checked+.text .icon
	{
	color: #333
}

.vus-checkbox-btn.outline.white .input:checked+.text, .vus-radio-btn.outline.white .input:checked+.text
	{
	background-color: inherit;
	color: #fff
}

.vus-checkbox .input[disabled]+.icon, .vus-checkbox .input[disabled]+.icon+.text,
	.vus-checkbox-btn .input[disabled]+.text, .vus-checkbox-list .input[disabled]+.icon,
	.vus-checkbox-list .input[disabled]+.icon+.text, .vus-checkbox-list .input[disabled]+.icon+.text+.image,
	.vus-radio .input[disabled]+.icon, .vus-radio .input[disabled]+.icon+.text,
	.vus-radio-btn .input[disabled]+.text, .vus-radio-list .input[disabled]+.icon,
	.vus-radio-list .input[disabled]+.icon+.text, .vus-radio-list .input[disabled]+.icon+.text+.image
	{
	opacity: .3 !important
}

.vus-checkbox.default .icon, .vus-radio-list.default .icon, .vus-radio.default .icon
	{
	color: #e3e3e3
}

.vus-switch {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	cursor: pointer;
	margin-right: .9375rem
}

.vus-switch .icon {
	width: 2.875rem;
	height: 1.5rem;
	border-radius: 5rem;
	position: relative;
	border: .125rem solid #ccc;
	background-color: #ccc
}

.vus-switch .icon::after, .vus-switch .icon::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	transition: all .25s cubic-bezier(.35, .81, .45, 1.47)
}

.vus-switch .icon::before {
	width: 50%;
	font-size: .75rem;
	font-family: vusuiCore;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	left: auto;
	right: 0;
	bottom: 0;
	content: '\e630'
}

.vus-switch .icon::after {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 0 .0625rem rgba(0, 0, 0, .1), 0 .1875rem 0
		rgba(0, 0, 0, .1);
	transition: left .35s cubic-bezier(.35, .81, .45, 1.47)
}

.vus-switch .input:checked ~.icon {
	border-color: #07e;
	background-color: #07e
}

.vus-switch .input:checked ~.icon::before {
	left: 0;
	right: auto;
	content: '\e631'
}

.vus-switch .input:checked ~.icon::after {
	left: 1.375rem
}

.vus-switch .input:active:not (:disabled )~.icon::after {
	-webkit-transform: scale(1.1, 1);
	transform: scale(1.1, 1)
}

.vus-switch.inner-text .icon::before, .vus-switch.outer-text .icon::before
	{
	content: attr(data-off)
}

.vus-switch.inner-text .input:checked ~.icon::before, .vus-switch.outer-text .input:checked
	~.icon::before {
	content: attr(data-on)
}

.vus-switch.outer-text .icon::before, .vus-switch.outer-text .input:checked
	~.icon::before {
	left: 100%;
	color: inherit;
	padding-left: .5rem;
	font-size: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	white-space: nowrap
}

.vus-switch.square .icon, .vus-switch.square .icon::after {
	border-radius: .125rem
}

.vus-switch.large .icon {
	width: 3.5rem;
	height: 1.875rem
}

.vus-switch.large .icon::after {
	width: 1.625rem;
	height: 1.625rem
}

.vus-switch.large .icon::before {
	font-size: .875rem
}

.vus-switch.large .input:checked ~.icon::after {
	left: 1.625rem
}

.vus-switch.primary .input:checked ~.icon, .vus-switch.primary:not (.default
	) .icon {
	background-color: #07e;
	border-color: #07e
}

.vus-switch.success .input:checked ~.icon, .vus-switch.success:not (.default
	) .icon {
	background-color: #2a4;
	border-color: #2a4
}

.vus-switch.warning .input:checked ~.icon, .vus-switch.warning:not (.default
	) .icon {
	background-color: #e83;
	border-color: #e83
}

.vus-switch.danger .input:checked ~.icon, .vus-switch.danger:not (.default
	) .icon {
	background-color: #d54;
	border-color: #d54
}

.vus-switch.info .input:checked ~.icon, .vus-switch.info:not (.default ) .icon
	{
	background-color: #3ae;
	border-color: #3ae
}

.vus-switch.dark .input:checked ~.icon, .vus-switch.dark:not (.default ) .icon
	{
	background-color: #333;
	border-color: #333
}

.vus-switch.light .input:checked ~.icon, .vus-switch.light:not (.default
	) .icon {
	background-color: #bbb;
	border-color: #bbb
}

.vus-switch.white .input:checked ~.icon, .vus-switch.white:not (.default
	) .icon {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}

.vus-switch.white:not (.default ) .icon::after {
	transform: scale(.8, .8)
}

.vus-switch .input:disabled ~.icon {
	opacity: .3 !important
}

.vus-form {
	display: block;
	position: relative
}

.vus-form-item {
	margin-bottom: .9375rem
}

.vus-form-label {
	width: 100%;
	display: block;
	padding-bottom: .3125rem;
	font-weight: 600
}

.vus-form-content {
	position: relative
}

.vus-form.group .vus-input {
	border-radius: 0
}

.vus-form.group .vus-input:first-child {
	border-radius: .25rem .25rem 0 0
}

.vus-form.group .vus-input:first-child:last-child {
	border-radius: .25rem
}

.vus-form.group .vus-input:last-child {
	border-radius: 0 0 .25rem .25rem
}

.vus-form.group .vus-input:not (:last-child ){
	margin-bottom: -.0625rem
}

.vus-progress {
	line-height: 1;
	position: relative;
	padding-top: 1rem;
	font-size: .75rem
}

.vus-progress-bar {
	width: 100%;
	height: .5rem;
	position: relative;
	display: block;
	background-color: #eee
}

.vus-progress-inner {
	height: 100%;
	text-align: right;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #2a4
}

.vus-progress-inner::after {
	width: 100%;
	content: attr(data-text);
	position: absolute;
	left: 0;
	bottom: calc(100% + .125rem)
}

.vus-progress.default {
	padding: 0
}

.vus-progress.default .vus-progress-inner::after {
	display: none
}

.vus-progress.line {
	padding: 0
}

.vus-progress.line .vus-progress-bar {
	height: .125rem
}

.vus-progress.line .vus-progress-inner::after {
	display: none
}

.vus-progress.right {
	padding-top: .125rem;
	padding-bottom: .125rem
}

.vus-progress.right .vus-progress-bar {
	width: calc(100% - 2.875rem)
}

.vus-progress.right .vus-progress-bar::after {
	line-height: 1;
	content: attr(data-text);
	position: absolute;
	top: 50%;
	left: calc(100% + .25rem);
	transform: translate(0, -50%)
}

.vus-progress.right.icon .vus-progress-bar {
	width: calc(100% - 1.375rem)
}

.vus-progress.right .vus-progress-inner::after, .vus-progress.right.icon .vus-progress-bar::after
	{
	display: none
}

.vus-progress.right.icon .icon {
	width: 1.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: vusuiCore
}

.vus-progress.right.icon .icon::before {
	content: "";
	font-size: .8125rem
}

.vus-progress.right.icon .icon.success::before {
	content: "\e607";
	color: #2a4
}

.vus-progress.right.icon .icon.error::before {
	content: "\e609";
	color: red
}

.vus-progress.inside {
	padding-top: 0
}

.vus-progress.inside .vus-progress-bar {
	height: .875rem
}

.vus-progress.inside .vus-progress-inner::after {
	width: 100%;
	height: 100%;
	line-height: .875rem;
	color: #fff;
	content: attr(data-text);
	padding: 0 .1875rem;
	position: absolute;
	bottom: 0
}

.vus-progress.radius .vus-progress-bar, .vus-progress.radius .vus-progress-inner
	{
	border-radius: 2rem
}

.vus-progress.radius .vus-progress-inner::after {
	padding: 0 .375rem
}

.vus-progress.large .vus-progress-bar {
	height: .875rem
}

.vus-progress.striped .vus-progress-inner {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.vus-progress.striped.anim .vus-progress-inner {
	animation: VusProgress 1s linear infinite
}

@
keyframes VusProgress {
	from {background-position: 1rem 0
}

to {
	background-position: 0 0
}

}
.vus-breadcrumb .active, .vus-breadcrumb .item, .vus-breadcrumb .link {
	display: inline-block
}

.vus-breadcrumb .item::before {
	content: attr(data-text);
	padding: 0 .5rem;
	color: #ccc
}

.vus-breadcrumb .item:first-child::before {
	display: none;
	content: ''
}

.vus-breadcrumb .active {
	color: #888;
	cursor: default
}

.vus-tag {
	height: 1.875rem;
	line-height: 1;
	padding: 0 .625rem;
	margin-right: .3125rem;
	margin-top: .125rem;
	margin-bottom: .125rem;
	font-size: .75rem;
	border-radius: .25rem;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	position: relative;
	background-color: rgba(0, 136, 255, .1);
	border: .0625rem solid rgba(0, 136, 255, .2)
}

.vus-tag.small {
	height: 1.375rem;
	padding: 0 .375rem
}

.vus-tag.large {
	height: 2.375rem;
	padding: 0 .75rem;
	font-size: .875rem
}

.vus-tag.primary {
	color: #07e;
	background-color: rgba(0, 119, 238, .1);
	border-color: rgba(0, 119, 238, .2)
}

.vus-tag.success {
	color: #2a4;
	background-color: rgba(34, 170, 68, .1);
	border-color: rgba(34, 170, 68, .2)
}

.vus-tag.warning {
	color: #e83;
	background-color: rgba(238, 136, 51, .1);
	border-color: rgba(238, 136, 51, .2)
}

.vus-tag.danger {
	color: #d54;
	background-color: rgba(221, 85, 68, .1);
	border-color: rgba(221, 85, 68, .2)
}

.vus-tag.info {
	color: #3ae;
	background-color: rgba(51, 170, 238, .1);
	border-color: rgba(51, 170, 238, .2)
}

.vus-tag.dark {
	color: #333;
	background-color: rgba(51, 51, 51, .1);
	border-color: rgba(51, 51, 51, .2)
}

.vus-tag.light {
	color: #999;
	background-color: rgba(153, 153, 153, .1);
	border-color: rgba(153, 153, 153, .2)
}

.vus-tag.white {
	color: #fff;
	background-color: rgba(255, 255, 255, .2);
	border-color: rgba(255, 255, 255, .3)
}

.vus-badge {
	min-width: 1.25rem;
	height: 1.25rem;
	line-height: 1;
	padding: 0 .375rem;
	font-size: .875rem;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	border-radius: .25rem;
	background-color: red;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	position: relative;
	z-index: 2
}

.vus-badge.pill {
	border-radius: 3.125rem
}

.vus-badge.small {
	min-width: 1rem;
	height: 1rem;
	padding: 0 .25rem;
	font-size: .75rem
}

.vus-badge.large {
	min-width: 1.5rem;
	height: 1.5rem;
	padding: 0 .5rem;
	font-size: 1rem
}

.vus-badge.dot, .vus-badge.dot-left, .vus-badge.dot-right {
	width: .5rem;
	min-width: .5rem;
	height: .5rem;
	padding: 0;
	border-radius: 50%
}

.vus-badge.dot-border {
	border: .0625rem solid #fff
}

.vus-badge.dot-left, .vus-badge.dot-right, .vus-badge.sup-left,
	.vus-badge.sup-right {
	position: absolute;
	top: 0
}

.vus-badge.sup-left {
	left: .625rem;
	transform: translate(-100%, -50%)
}

.vus-badge.sup-right {
	right: .625rem;
	transform: translate(100%, -50%)
}

.vus-badge.dot-left {
	left: .3125rem;
	transform: translate(-100%, -50%)
}

.vus-badge.dot-right {
	right: .3125rem;
	transform: translate(100%, -50%)
}

.vus-img, .vus-img-fluid {
	max-width: 100%;
	height: auto;
	display: block
}

.vus-img-fluid {
	width: 100% !important
}

.vus-img-wh-fluid {
	width: 100% !important;
	height: 100% !important
}

.vus-img-content img {
	width: 100% !important
}

.vus-img-size {
	width: 100%;
	height: 100%;
	line-height: 999999;
	display: block;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat
}

.vus-img-size.size-x {
	background-size: 100% auto
}

.vus-img-size.size-y {
	background-size: auto 100%
}

.vus-img-size.size-cover {
	background-size: cover
}

.vus-img-size.size-contain {
	background-size: contain
}

.vus-img-size.hover:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.vus-img-black {
	mix-blend-mode: screen
}

.vus-img-white {
	mix-blend-mode: multiply
}

.vus-timeline {
	position: relative;
	display: flex;
	flex-direction: column
}

.vus-timeline .time {
	width: 2.8125rem;
	line-height: 1.2;
	text-align: center;
	padding: .3125rem .125rem;
	font-size: .75rem;
	color: #999
}

.vus-timeline .item {
	padding: .625rem .625rem .625rem 2.8125rem;
	position: relative;
	display: block;
	z-index: 0
}

.vus-timeline .item::after {
	width: .0625rem;
	height: 100%;
	content: "";
	position: absolute;
	background-color: #e3e3e3;
	top: 0;
	left: 1.375rem;
	bottom: 0;
	z-index: 1
}

.vus-timeline .item::before {
	width: 2.8125rem;
	line-height: 1;
	font-family: vusuiCore;
	font-size: .875rem;
	padding: .125rem;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: .625rem;
	left: 0;
	z-index: 2;
	content: "\e605"
}

.vus-timeline .item.primary, .vus-timeline .item.primary::before {
	color: #07e
}

.vus-timeline .item.success, .vus-timeline .item.success::before {
	color: #2a4;
	content: "\e607"
}

.vus-timeline .item.warning, .vus-timeline .item.warning::before {
	color: #e83;
	content: "\e617"
}

.vus-timeline .item.danger, .vus-timeline .item.danger::before {
	color: #d54;
	content: "\e609"
}

.vus-timeline .item.info, .vus-timeline .item.info::before {
	color: #3ae;
	content: "\e615"
}

.vus-timeline .item.error, .vus-timeline .item.error::before {
	color: red;
	content: "\e609"
}

.vus-timeline.right {
	align-items: flex-end
}

.vus-timeline.right .item {
	padding: .625rem 2.8125rem .625rem .625rem
}

.vus-timeline.right .item::after {
	left: auto;
	right: 1.375rem
}

.vus-timeline.right .item::before {
	left: auto;
	right: 0
}

.vus-timeline.center {
	align-items: center
}

.vus-timeline.center .time {
	margin: 0 auto
}

.vus-timeline.center .item {
	width: 100%;
	padding: .625rem
}

.vus-timeline.center .item.left {
	display: flex;
	justify-content: flex-end;
	padding-right: calc(50% + 1.25rem)
}

.vus-timeline.center .item.right {
	padding-left: calc(50% + 1.25rem)
}

.vus-timeline.center .item::after {
	left: calc(50% - .0625rem)
}

.vus-timeline.center .item::before {
	left: 50%;
	transform: translateX(-50%)
}

.vus-steps {
	position: relative;
	display: flex
}

.vus-steps .item {
	min-width: 3.125rem;
	flex: 1;
	position: relative;
	text-align: center;
	font-family: vusuiCore;
	color: #ccc
}

.vus-steps .item::before {
	width: 2.5rem;
	height: 2.5rem;
	content: "\e605";
	font-size: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.vus-steps .item::after {
	width: calc(100% - 2.5rem);
	height: .0625rem;
	background-color: #e3e3e3;
	content: "";
	display: block;
	position: absolute;
	top: 1.25rem;
	left: calc(0rem - ( 100% - 2.5rem)/2);
	transition: all .25s ease-in-out 0s
}

.vus-steps .item:first-child::after {
	display: none !important
}

.vus-steps .text {
	display: block;
	margin-top: 2.5rem
}

.vus-steps.number .item::before {
	width: 1.25rem;
	height: 1.25rem;
	content: attr(data-index);
	font-size: .875rem;
	border: .0625rem solid #ccc;
	border-radius: 50%
}

.vus-steps.number .item::after {
	top: .625rem
}

.vus-steps.number .text {
	display: block;
	margin-top: 2rem
}

.vus-steps.arrow .item::after {
	content: "\e621";
	height: 2.5rem;
	top: 0;
	font-size: .75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: 0 0 !important
}

.vus-steps .item.done, .vus-steps.primary .item.done {
	color: #07e
}

.vus-steps .item.done::after, .vus-steps.primary .item.done::after {
	background-color: #07e
}

.vus-steps .item.done::before {
	content: "\e607";
	font-size: 1.25rem;
	border: 0;
	border-radius: 0
}

.vus-steps .item.done.active::before {
	content: "\e605";
	font-size: 1.625rem
}

.vus-steps .item.fail, .vus-steps.primary .item.done {
	color: #07e
}

.vus-steps .item.done::after, .vus-steps.primary .item.done::after {
	background-color: #07e
}

.vus-steps .item.done::before {
	content: "\e607";
	font-size: 1.25rem;
	border: 0;
	border-radius: 0
}

.vus-steps .item.done.active::before {
	content: "\e605";
	font-size: 1.625rem
}

.vus-steps.success .item.done {
	color: #2a4
}

.vus-steps.success .item.done::after {
	background-color: #2a4
}

.vus-steps.warning .item.done {
	color: #e83
}

.vus-steps.warning .item.done::after {
	background-color: #e83
}

.vus-steps.danger .item.done {
	color: #d54
}

.vus-steps.danger .item.done::after {
	background-color: #d54
}

.vus-steps.info .item.done {
	color: #3ae
}

.vus-steps.info .item.done::after {
	background-color: #3ae
}

.vus-steps.dark .item.done {
	color: #333
}

.vus-steps.dark .item.done::after {
	background-color: #333
}

.vus-steps.red .item.done {
	color: red
}

.vus-steps.red .item.done::after {
	background-color: red
}

.vus-steps.light .item.done {
	color: #999
}

.vus-steps.light .item.done::after {
	background-color: #999
}

.vus-steps.white .item {
	color: #fff;
	opacity: .5
}

.vus-steps.white .item::before {
	border-color: #fff;
	color: #fff
}

.vus-steps.white .item::after {
	background-color: #fff
}

.vus-steps.white .item.done {
	opacity: 1
}

.vus-opacity-0 {
	opacity: 0 !important
}

.vus-opacity-01 {
	opacity: .1 !important
}

.vus-opacity-02 {
	opacity: .2 !important
}

.vus-opacity-03 {
	opacity: .3 !important
}

.vus-opacity-04 {
	opacity: .4 !important
}

.vus-opacity-05 {
	opacity: .5 !important
}

.vus-opacity-06 {
	opacity: .6 !important
}

.vus-opacity-07 {
	opacity: .7 !important
}

.vus-opacity-08 {
	opacity: .8 !important
}

.vus-opacity-09 {
	opacity: .9 !important
}

.vus-opacity-1 {
	opacity: 1 !important
}

.vus-lh-inherit {
	line-height: inherit !important
}

.vus-lh-1 {
	line-height: 1 !important
}

.vus-lh-1-1 {
	line-height: 1.1 !important
}

.vus-lh-1-2 {
	line-height: 1.2 !important
}

.vus-lh-1-3 {
	line-height: 1.3 !important
}

.vus-lh-1-4 {
	line-height: 1.4 !important
}

.vus-lh-1-5 {
	line-height: 1.5 !important
}

.vus-lh-1-6 {
	line-height: 1.6 !important
}

.vus-lh-1-7 {
	line-height: 1.7 !important
}

.vus-lh-1-8 {
	line-height: 1.8 !important
}

.vus-lh-1-9 {
	line-height: 1.9 !important
}

.vus-lh-2 {
	line-height: 2 !important
}

.vus-mt--1 {
	margin-top: -.0625rem !important
}

.vus-mt--2 {
	margin-top: -.125rem !important
}

.vus-mt--3 {
	margin-top: -.1875rem !important
}

.vus-mt--4 {
	margin-top: -.25rem !important
}

.vus-mt--5 {
	margin-top: -.3125rem !important
}

.vus-mt--6 {
	margin-top: -.375rem !important
}

.vus-mt--7 {
	margin-top: -.4375rem !important
}

.vus-mt--8 {
	margin-top: -.5rem !important
}

.vus-mt--9 {
	margin-top: -.5625rem !important
}

.vus-mt--10 {
	margin-top: -.625rem !important
}

.vus-mt-0 {
	margin-top: 0 !important
}

.vus-mt-1 {
	margin-top: .0625rem !important
}

.vus-mt-2 {
	margin-top: .125rem !important
}

.vus-mt-3 {
	margin-top: .1875rem !important
}

.vus-mt-4 {
	margin-top: .25rem !important
}

.vus-mt-5 {
	margin-top: .3125rem !important
}

.vus-mt-6 {
	margin-top: .375rem !important
}

.vus-mt-7 {
	margin-top: .4375rem !important
}

.vus-mt-8 {
	margin-top: .5rem !important
}

.vus-mt-9 {
	margin-top: .5625rem !important
}

.vus-mt-10 {
	margin-top: .625rem !important
}

.vus-mt-11 {
	margin-top: .6875rem !important
}

.vus-mt-12 {
	margin-top: .75rem !important
}

.vus-mt-13 {
	margin-top: .8125rem !important
}

.vus-mt-14 {
	margin-top: .875rem !important
}

.vus-mt-15 {
	margin-top: .9375rem !important
}

.vus-mt-16 {
	margin-top: 1rem !important
}

.vus-mt-17 {
	margin-top: 1.0625rem !important
}

.vus-mt-18 {
	margin-top: 1.125rem !important
}

.vus-mt-19 {
	margin-top: 1.1875rem !important
}

.vus-mt-20 {
	margin-top: 1.25rem !important
}

.vus-mt-21 {
	margin-top: 1.3125rem !important
}

.vus-mt-22 {
	margin-top: 1.375rem !important
}

.vus-mt-23 {
	margin-top: 1.4375rem !important
}

.vus-mt-24 {
	margin-top: 1.5rem !important
}

.vus-mt-25 {
	margin-top: 1.5625rem !important
}

.vus-mt-26 {
	margin-top: 1.625rem !important
}

.vus-mt-27 {
	margin-top: 1.6875rem !important
}

.vus-mt-28 {
	margin-top: 1.75rem !important
}

.vus-mt-29 {
	margin-top: 1.8125rem !important
}

.vus-mt-30 {
	margin-top: 1.875rem !important
}

.vus-mt-32 {
	margin-top: 2rem !important
}

.vus-mt-34 {
	margin-top: 2.125rem !important
}

.vus-mt-35 {
	margin-top: 2.1875rem !important
}

.vus-mt-36 {
	margin-top: 2.25rem !important
}

.vus-mt-38 {
	margin-top: 2.375rem !important
}

.vus-mt-40 {
	margin-top: 2.5rem !important
}

.vus-mt-42 {
	margin-top: 2.625rem !important
}

.vus-mt-44 {
	margin-top: 2.75rem !important
}

.vus-mt-45 {
	margin-top: 2.8125rem !important
}

.vus-mt-46 {
	margin-top: 2.875rem !important
}

.vus-mt-48 {
	margin-top: 3rem !important
}

.vus-mt-50 {
	margin-top: 3.125rem !important
}

.vus-mt-52 {
	margin-top: 3.25rem !important
}

.vus-mt-54 {
	margin-top: 3.375rem !important
}

.vus-mt-55 {
	margin-top: 3.4375rem !important
}

.vus-mt-56 {
	margin-top: 3.5rem !important
}

.vus-mt-58 {
	margin-top: 3.625rem !important
}

.vus-mt-60 {
	margin-top: 3.75rem !important
}

.vus-mt-62 {
	margin-top: 3.875rem !important
}

.vus-mt-64 {
	margin-top: 4rem !important
}

.vus-mt-65 {
	margin-top: 4.0625rem !important
}

.vus-mt-66 {
	margin-top: 4.125rem !important
}

.vus-mt-68 {
	margin-top: 4.25rem !important
}

.vus-mt-70 {
	margin-top: 4.375rem !important
}

.vus-mt-72 {
	margin-top: 4.5rem !important
}

.vus-mt-74 {
	margin-top: 4.625rem !important
}

.vus-mt-75 {
	margin-top: 4.6875rem !important
}

.vus-mt-76 {
	margin-top: 4.75rem !important
}

.vus-mt-78 {
	margin-top: 4.875rem !important
}

.vus-mt-80 {
	margin-top: 5rem !important
}

.vus-mt-82 {
	margin-top: 5.125rem !important
}

.vus-mt-84 {
	margin-top: 5.25rem !important
}

.vus-mt-85 {
	margin-top: 5.3125rem !important
}

.vus-mt-86 {
	margin-top: 5.375rem !important
}

.vus-mt-88 {
	margin-top: 5.5rem !important
}

.vus-mt-90 {
	margin-top: 5.625rem !important
}

.vus-mt-92 {
	margin-top: 5.75rem !important
}

.vus-mt-94 {
	margin-top: 5.875rem !important
}

.vus-mt-95 {
	margin-top: 5.9375rem !important
}

.vus-mt-96 {
	margin-top: 6rem !important
}

.vus-mt-98 {
	margin-top: 6.125rem !important
}

.vus-mt-100 {
	margin-top: 6.25rem !important
}

.vus-mt-110 {
	margin-top: 6.875rem !important
}

.vus-mt-120 {
	margin-top: 7.5rem !important
}

.vus-mt-130 {
	margin-top: 8.125rem !important
}

.vus-mt-140 {
	margin-top: 8.75rem !important
}

.vus-mt-150 {
	margin-top: 9.375rem !important
}

.vus-mt-160 {
	margin-top: 10rem !important
}

.vus-mt-170 {
	margin-top: 10.625rem !important
}

.vus-mt-180 {
	margin-top: 11.25rem !important
}

.vus-mt-190 {
	margin-top: 11.875rem !important
}

.vus-mt-200 {
	margin-top: 12.5rem !important
}

.vus-mt-210 {
	margin-top: 13.125rem !important
}

.vus-mt-220 {
	margin-top: 13.75rem !important
}

.vus-mt-230 {
	margin-top: 14.375rem !important
}

.vus-mt-240 {
	margin-top: 15rem !important
}

.vus-mt-250 {
	margin-top: 15.625rem !important
}

.vus-mt-260 {
	margin-top: 16.25rem !important
}

.vus-mt-270 {
	margin-top: 16.875rem !important
}

.vus-mt-280 {
	margin-top: 17.5rem !important
}

.vus-mt-290 {
	margin-top: 18.125rem !important
}

.vus-mt-300 {
	margin-top: 18.75rem !important
}

.vus-mr--1 {
	margin-right: -.0625rem !important
}

.vus-mr--2 {
	margin-right: -.125rem !important
}

.vus-mr--3 {
	margin-right: -.1875rem !important
}

.vus-mr--4 {
	margin-right: -.25rem !important
}

.vus-mr--5 {
	margin-right: -.3125rem !important
}

.vus-mr--6 {
	margin-right: -.375rem !important
}

.vus-mr--7 {
	margin-right: -.4375rem !important
}

.vus-mr--8 {
	margin-right: -.5rem !important
}

.vus-mr--9 {
	margin-right: -.5625rem !important
}

.vus-mr--10 {
	margin-right: -.625rem !important
}

.vus-mr-0 {
	margin-right: 0 !important
}

.vus-mr-1 {
	margin-right: .0625rem !important
}

.vus-mr-2 {
	margin-right: .125rem !important
}

.vus-mr-3 {
	margin-right: .1875rem !important
}

.vus-mr-4 {
	margin-right: .25rem !important
}

.vus-mr-5 {
	margin-right: .3125rem !important
}

.vus-mr-6 {
	margin-right: .375rem !important
}

.vus-mr-7 {
	margin-right: .4375rem !important
}

.vus-mr-8 {
	margin-right: .5rem !important
}

.vus-mr-9 {
	margin-right: .5625rem !important
}

.vus-mr-10 {
	margin-right: .625rem !important
}

.vus-mr-11 {
	margin-right: .6875rem !important
}

.vus-mr-12 {
	margin-right: .75rem !important
}

.vus-mr-13 {
	margin-right: .8125rem !important
}

.vus-mr-14 {
	margin-right: .875rem !important
}

.vus-mr-15 {
	margin-right: .9375rem !important
}

.vus-mr-16 {
	margin-right: 1rem !important
}

.vus-mr-17 {
	margin-right: 1.0625rem !important
}

.vus-mr-18 {
	margin-right: 1.125rem !important
}

.vus-mr-19 {
	margin-right: 1.1875rem !important
}

.vus-mr-20 {
	margin-right: 1.25rem !important
}

.vus-mr-21 {
	margin-right: 1.3125rem !important
}

.vus-mr-22 {
	margin-right: 1.375rem !important
}

.vus-mr-23 {
	margin-right: 1.4375rem !important
}

.vus-mr-24 {
	margin-right: 1.5rem !important
}

.vus-mr-25 {
	margin-right: 1.5625rem !important
}

.vus-mr-26 {
	margin-right: 1.625rem !important
}

.vus-mr-27 {
	margin-right: 1.6875rem !important
}

.vus-mr-28 {
	margin-right: 1.75rem !important
}

.vus-mr-29 {
	margin-right: 1.8125rem !important
}

.vus-mr-30 {
	margin-right: 1.875rem !important
}

.vus-mr-32 {
	margin-right: 2rem !important
}

.vus-mr-34 {
	margin-right: 2.125rem !important
}

.vus-mr-35 {
	margin-right: 2.1875rem !important
}

.vus-mr-36 {
	margin-right: 2.25rem !important
}

.vus-mr-38 {
	margin-right: 2.375rem !important
}

.vus-mr-40 {
	margin-right: 2.5rem !important
}

.vus-mr-42 {
	margin-right: 2.625rem !important
}

.vus-mr-44 {
	margin-right: 2.75rem !important
}

.vus-mr-45 {
	margin-right: 2.8125rem !important
}

.vus-mr-46 {
	margin-right: 2.875rem !important
}

.vus-mr-48 {
	margin-right: 3rem !important
}

.vus-mr-50 {
	margin-right: 3.125rem !important
}

.vus-mr-52 {
	margin-right: 3.25rem !important
}

.vus-mr-54 {
	margin-right: 3.375rem !important
}

.vus-mr-55 {
	margin-right: 3.4375rem !important
}

.vus-mr-56 {
	margin-right: 3.5rem !important
}

.vus-mr-58 {
	margin-right: 3.625rem !important
}

.vus-mr-60 {
	margin-right: 3.75rem !important
}

.vus-mr-62 {
	margin-right: 3.875rem !important
}

.vus-mr-64 {
	margin-right: 4rem !important
}

.vus-mr-65 {
	margin-right: 4.0625rem !important
}

.vus-mr-66 {
	margin-right: 4.125rem !important
}

.vus-mr-68 {
	margin-right: 4.25rem !important
}

.vus-mr-70 {
	margin-right: 4.375rem !important
}

.vus-mr-72 {
	margin-right: 4.5rem !important
}

.vus-mr-74 {
	margin-right: 4.625rem !important
}

.vus-mr-75 {
	margin-right: 4.6875rem !important
}

.vus-mr-76 {
	margin-right: 4.75rem !important
}

.vus-mr-78 {
	margin-right: 4.875rem !important
}

.vus-mr-80 {
	margin-right: 5rem !important
}

.vus-mr-82 {
	margin-right: 5.125rem !important
}

.vus-mr-84 {
	margin-right: 5.25rem !important
}

.vus-mr-85 {
	margin-right: 5.3125rem !important
}

.vus-mr-86 {
	margin-right: 5.375rem !important
}

.vus-mr-88 {
	margin-right: 5.5rem !important
}

.vus-mr-90 {
	margin-right: 5.625rem !important
}

.vus-mr-92 {
	margin-right: 5.75rem !important
}

.vus-mr-94 {
	margin-right: 5.875rem !important
}

.vus-mr-95 {
	margin-right: 5.9375rem !important
}

.vus-mr-96 {
	margin-right: 6rem !important
}

.vus-mr-98 {
	margin-right: 6.125rem !important
}

.vus-mr-100 {
	margin-right: 6.25rem !important
}

.vus-mr-110 {
	margin-right: 6.875rem !important
}

.vus-mr-120 {
	margin-right: 7.5rem !important
}

.vus-mr-130 {
	margin-right: 8.125rem !important
}

.vus-mr-140 {
	margin-right: 8.75rem !important
}

.vus-mr-150 {
	margin-right: 9.375rem !important
}

.vus-mr-160 {
	margin-right: 10rem !important
}

.vus-mr-170 {
	margin-right: 10.625rem !important
}

.vus-mr-180 {
	margin-right: 11.25rem !important
}

.vus-mr-190 {
	margin-right: 11.875rem !important
}

.vus-mr-200 {
	margin-right: 12.5rem !important
}

.vus-mr-210 {
	margin-right: 13.125rem !important
}

.vus-mr-220 {
	margin-right: 13.75rem !important
}

.vus-mr-230 {
	margin-right: 14.375rem !important
}

.vus-mr-240 {
	margin-right: 15rem !important
}

.vus-mr-250 {
	margin-right: 15.625rem !important
}

.vus-mr-260 {
	margin-right: 16.25rem !important
}

.vus-mr-270 {
	margin-right: 16.875rem !important
}

.vus-mr-280 {
	margin-right: 17.5rem !important
}

.vus-mr-290 {
	margin-right: 18.125rem !important
}

.vus-mr-300 {
	margin-right: 18.75rem !important
}

.vus-mb--1 {
	margin-bottom: -.0625rem !important
}

.vus-mb--2 {
	margin-bottom: -.125rem !important
}

.vus-mb--3 {
	margin-bottom: -.1875rem !important
}

.vus-mb--4 {
	margin-bottom: -.25rem !important
}

.vus-mb--5 {
	margin-bottom: -.3125rem !important
}

.vus-mb--6 {
	margin-bottom: -.375rem !important
}

.vus-mb--7 {
	margin-bottom: -.4375rem !important
}

.vus-mb--8 {
	margin-bottom: -.5rem !important
}

.vus-mb--9 {
	margin-bottom: -.5625rem !important
}

.vus-mb--10 {
	margin-bottom: -.625rem !important
}

.vus-mb-0 {
	margin-bottom: 0 !important
}

.vus-mb-1 {
	margin-bottom: .0625rem !important
}

.vus-mb-2 {
	margin-bottom: .125rem !important
}

.vus-mb-3 {
	margin-bottom: .1875rem !important
}

.vus-mb-4 {
	margin-bottom: .25rem !important
}

.vus-mb-5 {
	margin-bottom: .3125rem !important
}

.vus-mb-6 {
	margin-bottom: .375rem !important
}

.vus-mb-7 {
	margin-bottom: .4375rem !important
}

.vus-mb-8 {
	margin-bottom: .5rem !important
}

.vus-mb-9 {
	margin-bottom: .5625rem !important
}

.vus-mb-10 {
	margin-bottom: .625rem !important
}

.vus-mb-11 {
	margin-bottom: .6875rem !important
}

.vus-mb-12 {
	margin-bottom: .75rem !important
}

.vus-mb-13 {
	margin-bottom: .8125rem !important
}

.vus-mb-14 {
	margin-bottom: .875rem !important
}

.vus-mb-15 {
	margin-bottom: .9375rem !important
}

.vus-mb-16 {
	margin-bottom: 1rem !important
}

.vus-mb-17 {
	margin-bottom: 1.0625rem !important
}

.vus-mb-18 {
	margin-bottom: 1.125rem !important
}

.vus-mb-19 {
	margin-bottom: 1.1875rem !important
}

.vus-mb-20 {
	margin-bottom: 1.25rem !important
}

.vus-mb-21 {
	margin-bottom: 1.3125rem !important
}

.vus-mb-22 {
	margin-bottom: 1.375rem !important
}

.vus-mb-23 {
	margin-bottom: 1.4375rem !important
}

.vus-mb-24 {
	margin-bottom: 1.5rem !important
}

.vus-mb-25 {
	margin-bottom: 1.5625rem !important
}

.vus-mb-26 {
	margin-bottom: 1.625rem !important
}

.vus-mb-27 {
	margin-bottom: 1.6875rem !important
}

.vus-mb-28 {
	margin-bottom: 1.75rem !important
}

.vus-mb-29 {
	margin-bottom: 1.8125rem !important
}

.vus-mb-30 {
	margin-bottom: 1.875rem !important
}

.vus-mb-32 {
	margin-bottom: 2rem !important
}

.vus-mb-34 {
	margin-bottom: 2.125rem !important
}

.vus-mb-35 {
	margin-bottom: 2.1875rem !important
}

.vus-mb-36 {
	margin-bottom: 2.25rem !important
}

.vus-mb-38 {
	margin-bottom: 2.375rem !important
}

.vus-mb-40 {
	margin-bottom: 2.5rem !important
}

.vus-mb-42 {
	margin-bottom: 2.625rem !important
}

.vus-mb-44 {
	margin-bottom: 2.75rem !important
}

.vus-mb-45 {
	margin-bottom: 2.8125rem !important
}

.vus-mb-46 {
	margin-bottom: 2.875rem !important
}

.vus-mb-48 {
	margin-bottom: 3rem !important
}

.vus-mb-50 {
	margin-bottom: 3.125rem !important
}

.vus-mb-52 {
	margin-bottom: 3.25rem !important
}

.vus-mb-54 {
	margin-bottom: 3.375rem !important
}

.vus-mb-55 {
	margin-bottom: 3.4375rem !important
}

.vus-mb-56 {
	margin-bottom: 3.5rem !important
}

.vus-mb-58 {
	margin-bottom: 3.625rem !important
}

.vus-mb-60 {
	margin-bottom: 3.75rem !important
}

.vus-mb-62 {
	margin-bottom: 3.875rem !important
}

.vus-mb-64 {
	margin-bottom: 4rem !important
}

.vus-mb-65 {
	margin-bottom: 4.0625rem !important
}

.vus-mb-66 {
	margin-bottom: 4.125rem !important
}

.vus-mb-68 {
	margin-bottom: 4.25rem !important
}

.vus-mb-70 {
	margin-bottom: 4.375rem !important
}

.vus-mb-72 {
	margin-bottom: 4.5rem !important
}

.vus-mb-74 {
	margin-bottom: 4.625rem !important
}

.vus-mb-75 {
	margin-bottom: 4.6875rem !important
}

.vus-mb-76 {
	margin-bottom: 4.75rem !important
}

.vus-mb-78 {
	margin-bottom: 4.875rem !important
}

.vus-mb-80 {
	margin-bottom: 5rem !important
}

.vus-mb-82 {
	margin-bottom: 5.125rem !important
}

.vus-mb-84 {
	margin-bottom: 5.25rem !important
}

.vus-mb-85 {
	margin-bottom: 5.3125rem !important
}

.vus-mb-86 {
	margin-bottom: 5.375rem !important
}

.vus-mb-88 {
	margin-bottom: 5.5rem !important
}

.vus-mb-90 {
	margin-bottom: 5.625rem !important
}

.vus-mb-92 {
	margin-bottom: 5.75rem !important
}

.vus-mb-94 {
	margin-bottom: 5.875rem !important
}

.vus-mb-95 {
	margin-bottom: 5.9375rem !important
}

.vus-mb-96 {
	margin-bottom: 6rem !important
}

.vus-mb-98 {
	margin-bottom: 6.125rem !important
}

.vus-mb-100 {
	margin-bottom: 6.25rem !important
}

.vus-mb-110 {
	margin-bottom: 6.875rem !important
}

.vus-mb-120 {
	margin-bottom: 7.5rem !important
}

.vus-mb-130 {
	margin-bottom: 8.125rem !important
}

.vus-mb-140 {
	margin-bottom: 8.75rem !important
}

.vus-mb-150 {
	margin-bottom: 9.375rem !important
}

.vus-mb-160 {
	margin-bottom: 10rem !important
}

.vus-mb-170 {
	margin-bottom: 10.625rem !important
}

.vus-mb-180 {
	margin-bottom: 11.25rem !important
}

.vus-mb-190 {
	margin-bottom: 11.875rem !important
}

.vus-mb-200 {
	margin-bottom: 12.5rem !important
}

.vus-mb-210 {
	margin-bottom: 13.125rem !important
}

.vus-mb-220 {
	margin-bottom: 13.75rem !important
}

.vus-mb-230 {
	margin-bottom: 14.375rem !important
}

.vus-mb-240 {
	margin-bottom: 15rem !important
}

.vus-mb-250 {
	margin-bottom: 15.625rem !important
}

.vus-mb-260 {
	margin-bottom: 16.25rem !important
}

.vus-mb-270 {
	margin-bottom: 16.875rem !important
}

.vus-mb-280 {
	margin-bottom: 17.5rem !important
}

.vus-mb-290 {
	margin-bottom: 18.125rem !important
}

.vus-mb-300 {
	margin-bottom: 18.75rem !important
}

.vus-ml--1 {
	margin-left: -.0625rem !important
}

.vus-ml--2 {
	margin-left: -.125rem !important
}

.vus-ml--3 {
	margin-left: -.1875rem !important
}

.vus-ml--4 {
	margin-left: -.25rem !important
}

.vus-ml--5 {
	margin-left: -.3125rem !important
}

.vus-ml--6 {
	margin-left: -.375rem !important
}

.vus-ml--7 {
	margin-left: -.4375rem !important
}

.vus-ml--8 {
	margin-left: -.5rem !important
}

.vus-ml--9 {
	margin-left: -.5625rem !important
}

.vus-ml--10 {
	margin-left: -.625rem !important
}

.vus-ml-0 {
	margin-left: 0 !important
}

.vus-ml-1 {
	margin-left: .0625rem !important
}

.vus-ml-2 {
	margin-left: .125rem !important
}

.vus-ml-3 {
	margin-left: .1875rem !important
}

.vus-ml-4 {
	margin-left: .25rem !important
}

.vus-ml-5 {
	margin-left: .3125rem !important
}

.vus-ml-6 {
	margin-left: .375rem !important
}

.vus-ml-7 {
	margin-left: .4375rem !important
}

.vus-ml-8 {
	margin-left: .5rem !important
}

.vus-ml-9 {
	margin-left: .5625rem !important
}

.vus-ml-10 {
	margin-left: .625rem !important
}

.vus-ml-11 {
	margin-left: .6875rem !important
}

.vus-ml-12 {
	margin-left: .75rem !important
}

.vus-ml-13 {
	margin-left: .8125rem !important
}

.vus-ml-14 {
	margin-left: .875rem !important
}

.vus-ml-15 {
	margin-left: .9375rem !important
}

.vus-ml-16 {
	margin-left: 1rem !important
}

.vus-ml-17 {
	margin-left: 1.0625rem !important
}

.vus-ml-18 {
	margin-left: 1.125rem !important
}

.vus-ml-19 {
	margin-left: 1.1875rem !important
}

.vus-ml-20 {
	margin-left: 1.25rem !important
}

.vus-ml-21 {
	margin-left: 1.3125rem !important
}

.vus-ml-22 {
	margin-left: 1.375rem !important
}

.vus-ml-23 {
	margin-left: 1.4375rem !important
}

.vus-ml-24 {
	margin-left: 1.5rem !important
}

.vus-ml-25 {
	margin-left: 1.5625rem !important
}

.vus-ml-26 {
	margin-left: 1.625rem !important
}

.vus-ml-27 {
	margin-left: 1.6875rem !important
}

.vus-ml-28 {
	margin-left: 1.75rem !important
}

.vus-ml-29 {
	margin-left: 1.8125rem !important
}

.vus-ml-30 {
	margin-left: 1.875rem !important
}

.vus-ml-32 {
	margin-left: 2rem !important
}

.vus-ml-34 {
	margin-left: 2.125rem !important
}

.vus-ml-35 {
	margin-left: 2.1875rem !important
}

.vus-ml-36 {
	margin-left: 2.25rem !important
}

.vus-ml-38 {
	margin-left: 2.375rem !important
}

.vus-ml-40 {
	margin-left: 2.5rem !important
}

.vus-ml-42 {
	margin-left: 2.625rem !important
}

.vus-ml-44 {
	margin-left: 2.75rem !important
}

.vus-ml-45 {
	margin-left: 2.8125rem !important
}

.vus-ml-46 {
	margin-left: 2.875rem !important
}

.vus-ml-48 {
	margin-left: 3rem !important
}

.vus-ml-50 {
	margin-left: 3.125rem !important
}

.vus-ml-52 {
	margin-left: 3.25rem !important
}

.vus-ml-54 {
	margin-left: 3.375rem !important
}

.vus-ml-55 {
	margin-left: 3.4375rem !important
}

.vus-ml-56 {
	margin-left: 3.5rem !important
}

.vus-ml-58 {
	margin-left: 3.625rem !important
}

.vus-ml-60 {
	margin-left: 3.75rem !important
}

.vus-ml-62 {
	margin-left: 3.875rem !important
}

.vus-ml-64 {
	margin-left: 4rem !important
}

.vus-ml-65 {
	margin-left: 4.0625rem !important
}

.vus-ml-66 {
	margin-left: 4.125rem !important
}

.vus-ml-68 {
	margin-left: 4.25rem !important
}

.vus-ml-70 {
	margin-left: 4.375rem !important
}

.vus-ml-72 {
	margin-left: 4.5rem !important
}

.vus-ml-74 {
	margin-left: 4.625rem !important
}

.vus-ml-75 {
	margin-left: 4.6875rem !important
}

.vus-ml-76 {
	margin-left: 4.75rem !important
}

.vus-ml-78 {
	margin-left: 4.875rem !important
}

.vus-ml-80 {
	margin-left: 5rem !important
}

.vus-ml-82 {
	margin-left: 5.125rem !important
}

.vus-ml-84 {
	margin-left: 5.25rem !important
}

.vus-ml-85 {
	margin-left: 5.3125rem !important
}

.vus-ml-86 {
	margin-left: 5.375rem !important
}

.vus-ml-88 {
	margin-left: 5.5rem !important
}

.vus-ml-90 {
	margin-left: 5.625rem !important
}

.vus-ml-92 {
	margin-left: 5.75rem !important
}

.vus-ml-94 {
	margin-left: 5.875rem !important
}

.vus-ml-95 {
	margin-left: 5.9375rem !important
}

.vus-ml-96 {
	margin-left: 6rem !important
}

.vus-ml-98 {
	margin-left: 6.125rem !important
}

.vus-ml-100 {
	margin-left: 6.25rem !important
}

.vus-ml-110 {
	margin-left: 6.875rem !important
}

.vus-ml-120 {
	margin-left: 7.5rem !important
}

.vus-ml-130 {
	margin-left: 8.125rem !important
}

.vus-ml-140 {
	margin-left: 8.75rem !important
}

.vus-ml-150 {
	margin-left: 9.375rem !important
}

.vus-ml-160 {
	margin-left: 10rem !important
}

.vus-ml-170 {
	margin-left: 10.625rem !important
}

.vus-ml-180 {
	margin-left: 11.25rem !important
}

.vus-ml-190 {
	margin-left: 11.875rem !important
}

.vus-ml-200 {
	margin-left: 12.5rem !important
}

.vus-ml-210 {
	margin-left: 13.125rem !important
}

.vus-ml-220 {
	margin-left: 13.75rem !important
}

.vus-ml-230 {
	margin-left: 14.375rem !important
}

.vus-ml-240 {
	margin-left: 15rem !important
}

.vus-ml-250 {
	margin-left: 15.625rem !important
}

.vus-ml-260 {
	margin-left: 16.25rem !important
}

.vus-ml-270 {
	margin-left: 16.875rem !important
}

.vus-ml-280 {
	margin-left: 17.5rem !important
}

.vus-ml-290 {
	margin-left: 18.125rem !important
}

.vus-ml-300 {
	margin-left: 18.75rem !important
}

.vus-pt-0 {
	padding-top: 0 !important
}

.vus-pt-1 {
	padding-top: .0625rem !important
}

.vus-pt-2 {
	padding-top: .125rem !important
}

.vus-pt-3 {
	padding-top: .1875rem !important
}

.vus-pt-4 {
	padding-top: .25rem !important
}

.vus-pt-5 {
	padding-top: .3125rem !important
}

.vus-pt-6 {
	padding-top: .375rem !important
}

.vus-pt-7 {
	padding-top: .4375rem !important
}

.vus-pt-8 {
	padding-top: .5rem !important
}

.vus-pt-9 {
	padding-top: .5625rem !important
}

.vus-pt-10 {
	padding-top: .625rem !important
}

.vus-pt-11 {
	padding-top: .6875rem !important
}

.vus-pt-12 {
	padding-top: .75rem !important
}

.vus-pt-13 {
	padding-top: .8125rem !important
}

.vus-pt-14 {
	padding-top: .875rem !important
}

.vus-pt-15 {
	padding-top: .9375rem !important
}

.vus-pt-16 {
	padding-top: 1rem !important
}

.vus-pt-17 {
	padding-top: 1.0625rem !important
}

.vus-pt-18 {
	padding-top: 1.125rem !important
}

.vus-pt-19 {
	padding-top: 1.1875rem !important
}

.vus-pt-20 {
	padding-top: 1.25rem !important
}

.vus-pt-21 {
	padding-top: 1.3125rem !important
}

.vus-pt-22 {
	padding-top: 1.375rem !important
}

.vus-pt-23 {
	padding-top: 1.4375rem !important
}

.vus-pt-24 {
	padding-top: 1.5rem !important
}

.vus-pt-25 {
	padding-top: 1.5625rem !important
}

.vus-pt-26 {
	padding-top: 1.625rem !important
}

.vus-pt-27 {
	padding-top: 1.6875rem !important
}

.vus-pt-28 {
	padding-top: 1.75rem !important
}

.vus-pt-29 {
	padding-top: 1.8125rem !important
}

.vus-pt-30 {
	padding-top: 1.875rem !important
}

.vus-pt-32 {
	padding-top: 2rem !important
}

.vus-pt-34 {
	padding-top: 2.125rem !important
}

.vus-pt-35 {
	padding-top: 2.1875rem !important
}

.vus-pt-36 {
	padding-top: 2.25rem !important
}

.vus-pt-38 {
	padding-top: 2.375rem !important
}

.vus-pt-40 {
	padding-top: 2.5rem !important
}

.vus-pt-42 {
	padding-top: 2.625rem !important
}

.vus-pt-44 {
	padding-top: 2.75rem !important
}

.vus-pt-45 {
	padding-top: 2.8125rem !important
}

.vus-pt-46 {
	padding-top: 2.875rem !important
}

.vus-pt-48 {
	padding-top: 3rem !important
}

.vus-pt-50 {
	padding-top: 3.125rem !important
}

.vus-pt-52 {
	padding-top: 3.25rem !important
}

.vus-pt-54 {
	padding-top: 3.375rem !important
}

.vus-pt-55 {
	padding-top: 3.4375rem !important
}

.vus-pt-56 {
	padding-top: 3.5rem !important
}

.vus-pt-58 {
	padding-top: 3.625rem !important
}

.vus-pt-60 {
	padding-top: 3.75rem !important
}

.vus-pt-62 {
	padding-top: 3.875rem !important
}

.vus-pt-64 {
	padding-top: 4rem !important
}

.vus-pt-65 {
	padding-top: 4.0625rem !important
}

.vus-pt-66 {
	padding-top: 4.125rem !important
}

.vus-pt-68 {
	padding-top: 4.25rem !important
}

.vus-pt-70 {
	padding-top: 4.375rem !important
}

.vus-pt-72 {
	padding-top: 4.5rem !important
}

.vus-pt-74 {
	padding-top: 4.625rem !important
}

.vus-pt-75 {
	padding-top: 4.6875rem !important
}

.vus-pt-76 {
	padding-top: 4.75rem !important
}

.vus-pt-78 {
	padding-top: 4.875rem !important
}

.vus-pt-80 {
	padding-top: 5rem !important
}

.vus-pt-82 {
	padding-top: 5.125rem !important
}

.vus-pt-84 {
	padding-top: 5.25rem !important
}

.vus-pt-85 {
	padding-top: 5.3125rem !important
}

.vus-pt-86 {
	padding-top: 5.375rem !important
}

.vus-pt-88 {
	padding-top: 5.5rem !important
}

.vus-pt-90 {
	padding-top: 5.625rem !important
}

.vus-pt-92 {
	padding-top: 5.75rem !important
}

.vus-pt-94 {
	padding-top: 5.875rem !important
}

.vus-pt-95 {
	padding-top: 5.9375rem !important
}

.vus-pt-96 {
	padding-top: 6rem !important
}

.vus-pt-98 {
	padding-top: 6.125rem !important
}

.vus-pt-100 {
	padding-top: 6.25rem !important
}

.vus-pt-110 {
	padding-top: 6.875rem !important
}

.vus-pt-120 {
	padding-top: 7.5rem !important
}

.vus-pt-130 {
	padding-top: 8.125rem !important
}

.vus-pt-140 {
	padding-top: 8.75rem !important
}

.vus-pt-150 {
	padding-top: 9.375rem !important
}

.vus-pt-160 {
	padding-top: 10rem !important
}

.vus-pt-170 {
	padding-top: 10.625rem !important
}

.vus-pt-180 {
	padding-top: 11.25rem !important
}

.vus-pt-190 {
	padding-top: 11.875rem !important
}

.vus-pt-200 {
	padding-top: 12.5rem !important
}

.vus-pt-210 {
	padding-top: 13.125rem !important
}

.vus-pt-220 {
	padding-top: 13.75rem !important
}

.vus-pt-230 {
	padding-top: 14.375rem !important
}

.vus-pt-240 {
	padding-top: 15rem !important
}

.vus-pt-250 {
	padding-top: 15.625rem !important
}

.vus-pt-260 {
	padding-top: 16.25rem !important
}

.vus-pt-270 {
	padding-top: 16.875rem !important
}

.vus-pt-280 {
	padding-top: 17.5rem !important
}

.vus-pt-290 {
	padding-top: 18.125rem !important
}

.vus-pt-300 {
	padding-top: 18.75rem !important
}

.vus-pr-0 {
	padding-right: 0 !important
}

.vus-pr-1 {
	padding-right: .0625rem !important
}

.vus-pr-2 {
	padding-right: .125rem !important
}

.vus-pr-3 {
	padding-right: .1875rem !important
}

.vus-pr-4 {
	padding-right: .25rem !important
}

.vus-pr-5 {
	padding-right: .3125rem !important
}

.vus-pr-6 {
	padding-right: .375rem !important
}

.vus-pr-7 {
	padding-right: .4375rem !important
}

.vus-pr-8 {
	padding-right: .5rem !important
}

.vus-pr-9 {
	padding-right: .5625rem !important
}

.vus-pr-10 {
	padding-right: .625rem !important
}

.vus-pr-11 {
	padding-right: .6875rem !important
}

.vus-pr-12 {
	padding-right: .75rem !important
}

.vus-pr-13 {
	padding-right: .8125rem !important
}

.vus-pr-14 {
	padding-right: .875rem !important
}

.vus-pr-15 {
	padding-right: .9375rem !important
}

.vus-pr-16 {
	padding-right: 1rem !important
}

.vus-pr-17 {
	padding-right: 1.0625rem !important
}

.vus-pr-18 {
	padding-right: 1.125rem !important
}

.vus-pr-19 {
	padding-right: 1.1875rem !important
}

.vus-pr-20 {
	padding-right: 1.25rem !important
}

.vus-pr-21 {
	padding-right: 1.3125rem !important
}

.vus-pr-22 {
	padding-right: 1.375rem !important
}

.vus-pr-23 {
	padding-right: 1.4375rem !important
}

.vus-pr-24 {
	padding-right: 1.5rem !important
}

.vus-pr-25 {
	padding-right: 1.5625rem !important
}

.vus-pr-26 {
	padding-right: 1.625rem !important
}

.vus-pr-27 {
	padding-right: 1.6875rem !important
}

.vus-pr-28 {
	padding-right: 1.75rem !important
}

.vus-pr-29 {
	padding-right: 1.8125rem !important
}

.vus-pr-30 {
	padding-right: 1.875rem !important
}

.vus-pr-32 {
	padding-right: 2rem !important
}

.vus-pr-34 {
	padding-right: 2.125rem !important
}

.vus-pr-35 {
	padding-right: 2.1875rem !important
}

.vus-pr-36 {
	padding-right: 2.25rem !important
}

.vus-pr-38 {
	padding-right: 2.375rem !important
}

.vus-pr-40 {
	padding-right: 2.5rem !important
}

.vus-pr-42 {
	padding-right: 2.625rem !important
}

.vus-pr-44 {
	padding-right: 2.75rem !important
}

.vus-pr-45 {
	padding-right: 2.8125rem !important
}

.vus-pr-46 {
	padding-right: 2.875rem !important
}

.vus-pr-48 {
	padding-right: 3rem !important
}

.vus-pr-50 {
	padding-right: 3.125rem !important
}

.vus-pr-52 {
	padding-right: 3.25rem !important
}

.vus-pr-54 {
	padding-right: 3.375rem !important
}

.vus-pr-55 {
	padding-right: 3.4375rem !important
}

.vus-pr-56 {
	padding-right: 3.5rem !important
}

.vus-pr-58 {
	padding-right: 3.625rem !important
}

.vus-pr-60 {
	padding-right: 3.75rem !important
}

.vus-pr-62 {
	padding-right: 3.875rem !important
}

.vus-pr-64 {
	padding-right: 4rem !important
}

.vus-pr-65 {
	padding-right: 4.0625rem !important
}

.vus-pr-66 {
	padding-right: 4.125rem !important
}

.vus-pr-68 {
	padding-right: 4.25rem !important
}

.vus-pr-70 {
	padding-right: 4.375rem !important
}

.vus-pr-72 {
	padding-right: 4.5rem !important
}

.vus-pr-74 {
	padding-right: 4.625rem !important
}

.vus-pr-75 {
	padding-right: 4.6875rem !important
}

.vus-pr-76 {
	padding-right: 4.75rem !important
}

.vus-pr-78 {
	padding-right: 4.875rem !important
}

.vus-pr-80 {
	padding-right: 5rem !important
}

.vus-pr-82 {
	padding-right: 5.125rem !important
}

.vus-pr-84 {
	padding-right: 5.25rem !important
}

.vus-pr-85 {
	padding-right: 5.3125rem !important
}

.vus-pr-86 {
	padding-right: 5.375rem !important
}

.vus-pr-88 {
	padding-right: 5.5rem !important
}

.vus-pr-90 {
	padding-right: 5.625rem !important
}

.vus-pr-92 {
	padding-right: 5.75rem !important
}

.vus-pr-94 {
	padding-right: 5.875rem !important
}

.vus-pr-95 {
	padding-right: 5.9375rem !important
}

.vus-pr-96 {
	padding-right: 6rem !important
}

.vus-pr-98 {
	padding-right: 6.125rem !important
}

.vus-pr-100 {
	padding-right: 6.25rem !important
}

.vus-pr-110 {
	padding-right: 6.875rem !important
}

.vus-pr-120 {
	padding-right: 7.5rem !important
}

.vus-pr-130 {
	padding-right: 8.125rem !important
}

.vus-pr-140 {
	padding-right: 8.75rem !important
}

.vus-pr-150 {
	padding-right: 9.375rem !important
}

.vus-pr-160 {
	padding-right: 10rem !important
}

.vus-pr-170 {
	padding-right: 10.625rem !important
}

.vus-pr-180 {
	padding-right: 11.25rem !important
}

.vus-pr-190 {
	padding-right: 11.875rem !important
}

.vus-pr-200 {
	padding-right: 12.5rem !important
}

.vus-pr-210 {
	padding-right: 13.125rem !important
}

.vus-pr-220 {
	padding-right: 13.75rem !important
}

.vus-pr-230 {
	padding-right: 14.375rem !important
}

.vus-pr-240 {
	padding-right: 15rem !important
}

.vus-pr-250 {
	padding-right: 15.625rem !important
}

.vus-pr-260 {
	padding-right: 16.25rem !important
}

.vus-pr-270 {
	padding-right: 16.875rem !important
}

.vus-pr-280 {
	padding-right: 17.5rem !important
}

.vus-pr-290 {
	padding-right: 18.125rem !important
}

.vus-pr-300 {
	padding-right: 18.75rem !important
}

.vus-pb-0 {
	padding-bottom: 0 !important
}

.vus-pb-1 {
	padding-bottom: .0625rem !important
}

.vus-pb-2 {
	padding-bottom: .125rem !important
}

.vus-pb-3 {
	padding-bottom: .1875rem !important
}

.vus-pb-4 {
	padding-bottom: .25rem !important
}

.vus-pb-5 {
	padding-bottom: .3125rem !important
}

.vus-pb-6 {
	padding-bottom: .375rem !important
}

.vus-pb-7 {
	padding-bottom: .4375rem !important
}

.vus-pb-8 {
	padding-bottom: .5rem !important
}

.vus-pb-9 {
	padding-bottom: .5625rem !important
}

.vus-pb-10 {
	padding-bottom: .625rem !important
}

.vus-pb-11 {
	padding-bottom: .6875rem !important
}

.vus-pb-12 {
	padding-bottom: .75rem !important
}

.vus-pb-13 {
	padding-bottom: .8125rem !important
}

.vus-pb-14 {
	padding-bottom: .875rem !important
}

.vus-pb-15 {
	padding-bottom: .9375rem !important
}

.vus-pb-16 {
	padding-bottom: 1rem !important
}

.vus-pb-17 {
	padding-bottom: 1.0625rem !important
}

.vus-pb-18 {
	padding-bottom: 1.125rem !important
}

.vus-pb-19 {
	padding-bottom: 1.1875rem !important
}

.vus-pb-20 {
	padding-bottom: 1.25rem !important
}

.vus-pb-21 {
	padding-bottom: 1.3125rem !important
}

.vus-pb-22 {
	padding-bottom: 1.375rem !important
}

.vus-pb-23 {
	padding-bottom: 1.4375rem !important
}

.vus-pb-24 {
	padding-bottom: 1.5rem !important
}

.vus-pb-25 {
	padding-bottom: 1.5625rem !important
}

.vus-pb-26 {
	padding-bottom: 1.625rem !important
}

.vus-pb-27 {
	padding-bottom: 1.6875rem !important
}

.vus-pb-28 {
	padding-bottom: 1.75rem !important
}

.vus-pb-29 {
	padding-bottom: 1.8125rem !important
}

.vus-pb-30 {
	padding-bottom: 1.875rem !important
}

.vus-pb-32 {
	padding-bottom: 2rem !important
}

.vus-pb-34 {
	padding-bottom: 2.125rem !important
}

.vus-pb-35 {
	padding-bottom: 2.1875rem !important
}

.vus-pb-36 {
	padding-bottom: 2.25rem !important
}

.vus-pb-38 {
	padding-bottom: 2.375rem !important
}

.vus-pb-40 {
	padding-bottom: 2.5rem !important
}

.vus-pb-42 {
	padding-bottom: 2.625rem !important
}

.vus-pb-44 {
	padding-bottom: 2.75rem !important
}

.vus-pb-45 {
	padding-bottom: 2.8125rem !important
}

.vus-pb-46 {
	padding-bottom: 2.875rem !important
}

.vus-pb-48 {
	padding-bottom: 3rem !important
}

.vus-pb-50 {
	padding-bottom: 3.125rem !important
}

.vus-pb-52 {
	padding-bottom: 3.25rem !important
}

.vus-pb-54 {
	padding-bottom: 3.375rem !important
}

.vus-pb-55 {
	padding-bottom: 3.4375rem !important
}

.vus-pb-56 {
	padding-bottom: 3.5rem !important
}

.vus-pb-58 {
	padding-bottom: 3.625rem !important
}

.vus-pb-60 {
	padding-bottom: 3.75rem !important
}

.vus-pb-62 {
	padding-bottom: 3.875rem !important
}

.vus-pb-64 {
	padding-bottom: 4rem !important
}

.vus-pb-65 {
	padding-bottom: 4.0625rem !important
}

.vus-pb-66 {
	padding-bottom: 4.125rem !important
}

.vus-pb-68 {
	padding-bottom: 4.25rem !important
}

.vus-pb-70 {
	padding-bottom: 4.375rem !important
}

.vus-pb-72 {
	padding-bottom: 4.5rem !important
}

.vus-pb-74 {
	padding-bottom: 4.625rem !important
}

.vus-pb-75 {
	padding-bottom: 4.6875rem !important
}

.vus-pb-76 {
	padding-bottom: 4.75rem !important
}

.vus-pb-78 {
	padding-bottom: 4.875rem !important
}

.vus-pb-80 {
	padding-bottom: 5rem !important
}

.vus-pb-82 {
	padding-bottom: 5.125rem !important
}

.vus-pb-84 {
	padding-bottom: 5.25rem !important
}

.vus-pb-85 {
	padding-bottom: 5.3125rem !important
}

.vus-pb-86 {
	padding-bottom: 5.375rem !important
}

.vus-pb-88 {
	padding-bottom: 5.5rem !important
}

.vus-pb-90 {
	padding-bottom: 5.625rem !important
}

.vus-pb-92 {
	padding-bottom: 5.75rem !important
}

.vus-pb-94 {
	padding-bottom: 5.875rem !important
}

.vus-pb-95 {
	padding-bottom: 5.9375rem !important
}

.vus-pb-96 {
	padding-bottom: 6rem !important
}

.vus-pb-98 {
	padding-bottom: 6.125rem !important
}

.vus-pb-100 {
	padding-bottom: 6.25rem !important
}

.vus-pb-110 {
	padding-bottom: 6.875rem !important
}

.vus-pb-120 {
	padding-bottom: 7.5rem !important
}

.vus-pb-130 {
	padding-bottom: 8.125rem !important
}

.vus-pb-140 {
	padding-bottom: 8.75rem !important
}

.vus-pb-150 {
	padding-bottom: 9.375rem !important
}

.vus-pb-160 {
	padding-bottom: 10rem !important
}

.vus-pb-170 {
	padding-bottom: 10.625rem !important
}

.vus-pb-180 {
	padding-bottom: 11.25rem !important
}

.vus-pb-190 {
	padding-bottom: 11.875rem !important
}

.vus-pb-200 {
	padding-bottom: 12.5rem !important
}

.vus-pb-210 {
	padding-bottom: 13.125rem !important
}

.vus-pb-220 {
	padding-bottom: 13.75rem !important
}

.vus-pb-230 {
	padding-bottom: 14.375rem !important
}

.vus-pb-240 {
	padding-bottom: 15rem !important
}

.vus-pb-250 {
	padding-bottom: 15.625rem !important
}

.vus-pb-260 {
	padding-bottom: 16.25rem !important
}

.vus-pb-270 {
	padding-bottom: 16.875rem !important
}

.vus-pb-280 {
	padding-bottom: 17.5rem !important
}

.vus-pb-290 {
	padding-bottom: 18.125rem !important
}

.vus-pb-300 {
	padding-bottom: 18.75rem !important
}

.vus-pl-0 {
	padding-left: 0 !important
}

.vus-pl-1 {
	padding-left: .0625rem !important
}

.vus-pl-2 {
	padding-left: .125rem !important
}

.vus-pl-3 {
	padding-left: .1875rem !important
}

.vus-pl-4 {
	padding-left: .25rem !important
}

.vus-pl-5 {
	padding-left: .3125rem !important
}

.vus-pl-6 {
	padding-left: .375rem !important
}

.vus-pl-7 {
	padding-left: .4375rem !important
}

.vus-pl-8 {
	padding-left: .5rem !important
}

.vus-pl-9 {
	padding-left: .5625rem !important
}

.vus-pl-10 {
	padding-left: .625rem !important
}

.vus-pl-11 {
	padding-left: .6875rem !important
}

.vus-pl-12 {
	padding-left: .75rem !important
}

.vus-pl-13 {
	padding-left: .8125rem !important
}

.vus-pl-14 {
	padding-left: .875rem !important
}

.vus-pl-15 {
	padding-left: .9375rem !important
}

.vus-pl-16 {
	padding-left: 1rem !important
}

.vus-pl-17 {
	padding-left: 1.0625rem !important
}

.vus-pl-18 {
	padding-left: 1.125rem !important
}

.vus-pl-19 {
	padding-left: 1.1875rem !important
}

.vus-pl-20 {
	padding-left: 1.25rem !important
}

.vus-pl-21 {
	padding-left: 1.3125rem !important
}

.vus-pl-22 {
	padding-left: 1.375rem !important
}

.vus-pl-23 {
	padding-left: 1.4375rem !important
}

.vus-pl-24 {
	padding-left: 1.5rem !important
}

.vus-pl-25 {
	padding-left: 1.5625rem !important
}

.vus-pl-26 {
	padding-left: 1.625rem !important
}

.vus-pl-27 {
	padding-left: 1.6875rem !important
}

.vus-pl-28 {
	padding-left: 1.75rem !important
}

.vus-pl-29 {
	padding-left: 1.8125rem !important
}

.vus-pl-30 {
	padding-left: 1.875rem !important
}

.vus-pl-32 {
	padding-left: 2rem !important
}

.vus-pl-34 {
	padding-left: 2.125rem !important
}

.vus-pl-35 {
	padding-left: 2.1875rem !important
}

.vus-pl-36 {
	padding-left: 2.25rem !important
}

.vus-pl-38 {
	padding-left: 2.375rem !important
}

.vus-pl-40 {
	padding-left: 2.5rem !important
}

.vus-pl-42 {
	padding-left: 2.625rem !important
}

.vus-pl-44 {
	padding-left: 2.75rem !important
}

.vus-pl-45 {
	padding-left: 2.8125rem !important
}

.vus-pl-46 {
	padding-left: 2.875rem !important
}

.vus-pl-48 {
	padding-left: 3rem !important
}

.vus-pl-50 {
	padding-left: 3.125rem !important
}

.vus-pl-52 {
	padding-left: 3.25rem !important
}

.vus-pl-54 {
	padding-left: 3.375rem !important
}

.vus-pl-55 {
	padding-left: 3.4375rem !important
}

.vus-pl-56 {
	padding-left: 3.5rem !important
}

.vus-pl-58 {
	padding-left: 3.625rem !important
}

.vus-pl-60 {
	padding-left: 3.75rem !important
}

.vus-pl-62 {
	padding-left: 3.875rem !important
}

.vus-pl-64 {
	padding-left: 4rem !important
}

.vus-pl-65 {
	padding-left: 4.0625rem !important
}

.vus-pl-66 {
	padding-left: 4.125rem !important
}

.vus-pl-68 {
	padding-left: 4.25rem !important
}

.vus-pl-70 {
	padding-left: 4.375rem !important
}

.vus-pl-72 {
	padding-left: 4.5rem !important
}

.vus-pl-74 {
	padding-left: 4.625rem !important
}

.vus-pl-75 {
	padding-left: 4.6875rem !important
}

.vus-pl-76 {
	padding-left: 4.75rem !important
}

.vus-pl-78 {
	padding-left: 4.875rem !important
}

.vus-pl-80 {
	padding-left: 5rem !important
}

.vus-pl-82 {
	padding-left: 5.125rem !important
}

.vus-pl-84 {
	padding-left: 5.25rem !important
}

.vus-pl-85 {
	padding-left: 5.3125rem !important
}

.vus-pl-86 {
	padding-left: 5.375rem !important
}

.vus-pl-88 {
	padding-left: 5.5rem !important
}

.vus-pl-90 {
	padding-left: 5.625rem !important
}

.vus-pl-92 {
	padding-left: 5.75rem !important
}

.vus-pl-94 {
	padding-left: 5.875rem !important
}

.vus-pl-95 {
	padding-left: 5.9375rem !important
}

.vus-pl-96 {
	padding-left: 6rem !important
}

.vus-pl-98 {
	padding-left: 6.125rem !important
}

.vus-pl-100 {
	padding-left: 6.25rem !important
}

.vus-pl-110 {
	padding-left: 6.875rem !important
}

.vus-pl-120 {
	padding-left: 7.5rem !important
}

.vus-pl-130 {
	padding-left: 8.125rem !important
}

.vus-pl-140 {
	padding-left: 8.75rem !important
}

.vus-pl-150 {
	padding-left: 9.375rem !important
}

.vus-pl-160 {
	padding-left: 10rem !important
}

.vus-pl-170 {
	padding-left: 10.625rem !important
}

.vus-pl-180 {
	padding-left: 11.25rem !important
}

.vus-pl-190 {
	padding-left: 11.875rem !important
}

.vus-pl-200 {
	padding-left: 12.5rem !important
}

.vus-pl-210 {
	padding-left: 13.125rem !important
}

.vus-pl-220 {
	padding-left: 13.75rem !important
}

.vus-pl-230 {
	padding-left: 14.375rem !important
}

.vus-pl-240 {
	padding-left: 15rem !important
}

.vus-pl-250 {
	padding-left: 15.625rem !important
}

.vus-pl-260 {
	padding-left: 16.25rem !important
}

.vus-pl-270 {
	padding-left: 16.875rem !important
}

.vus-pl-280 {
	padding-left: 17.5rem !important
}

.vus-pl-290 {
	padding-left: 18.125rem !important
}

.vus-pl-300 {
	padding-left: 18.75rem !important
}

.vus-fs-8, .vus-fs-8::before {
	font-size: .5rem !important
}

.vus-fs-9, .vus-fs-9::before {
	font-size: .5625rem !important
}

.vus-fs-10, .vus-fs-10::before {
	font-size: .625rem !important
}

.vus-fs-11, .vus-fs-11::before {
	font-size: .6875rem !important
}

.vus-fs-12, .vus-fs-12::before {
	font-size: .75rem !important
}

.vus-fs-13, .vus-fs-13::before {
	font-size: .8125rem !important
}

.vus-fs-14, .vus-fs-14::before {
	font-size: .875rem !important
}

.vus-fs-15, .vus-fs-15::before {
	font-size: .9375rem !important
}

.vus-fs-16, .vus-fs-16::before {
	font-size: 1rem !important
}

.vus-fs-17, .vus-fs-17::before {
	font-size: 1.0625rem !important
}

.vus-fs-18, .vus-fs-18::before {
	font-size: 1.125rem !important
}

.vus-fs-19, .vus-fs-19::before {
	font-size: 1.1875rem !important
}

.vus-fs-20, .vus-fs-20::before {
	font-size: 1.25rem !important
}

.vus-fs-21, .vus-fs-21::before {
	font-size: 1.3125rem !important
}

.vus-fs-22, .vus-fs-22::before {
	font-size: 1.375rem !important
}

.vus-fs-23, .vus-fs-23::before {
	font-size: 1.4375rem !important
}

.vus-fs-24, .vus-fs-24::before {
	font-size: 1.5rem !important
}

.vus-fs-25, .vus-fs-25::before {
	font-size: 1.5625rem !important
}

.vus-fs-26, .vus-fs-26::before {
	font-size: 1.625rem !important
}

.vus-fs-27, .vus-fs-27::before {
	font-size: 1.6875rem !important
}

.vus-fs-28, .vus-fs-28::before {
	font-size: 1.75rem !important
}

.vus-fs-29, .vus-fs-29::before {
	font-size: 1.8125rem !important
}

.vus-fs-30, .vus-fs-30::before {
	font-size: 1.875rem !important
}

.vus-fs-32, .vus-fs-32::before {
	font-size: 2rem !important
}

.vus-fs-34, .vus-fs-34::before {
	font-size: 2.125rem !important
}

.vus-fs-35, .vus-fs-35::before {
	font-size: 2.1875rem !important
}

.vus-fs-36, .vus-fs-36::before {
	font-size: 2.25rem !important
}

.vus-fs-38, .vus-fs-38::before {
	font-size: 2.375rem !important
}

.vus-fs-40, .vus-fs-40::before {
	font-size: 2.5rem !important
}

.vus-fs-42, .vus-fs-42::before {
	font-size: 2.625rem !important
}

.vus-fs-44, .vus-fs-44::before {
	font-size: 2.75rem !important
}

.vus-fs-45, .vus-fs-45::before {
	font-size: 2.8125rem !important
}

.vus-fs-46, .vus-fs-46::before {
	font-size: 2.875rem !important
}

.vus-fs-48, .vus-fs-48::before {
	font-size: 3rem !important
}

.vus-fs-50, .vus-fs-50::before {
	font-size: 3.125rem !important
}

.vus-fs-52, .vus-fs-52::before {
	font-size: 3.25rem !important
}

.vus-fs-54, .vus-fs-54::before {
	font-size: 3.375rem !important
}

.vus-fs-55, .vus-fs-55::before {
	font-size: 3.4375rem !important
}

.vus-fs-56, .vus-fs-56::before {
	font-size: 3.5rem !important
}

.vus-fs-58, .vus-fs-58::before {
	font-size: 3.625rem !important
}

.vus-fs-60, .vus-fs-60::before {
	font-size: 3.75rem !important
}

.vus-fs-62, .vus-fs-62::before {
	font-size: 3.875rem !important
}

.vus-fs-64, .vus-fs-64::before {
	font-size: 4rem !important
}

.vus-fs-65, .vus-fs-65::before {
	font-size: 4.0625rem !important
}

.vus-fs-66, .vus-fs-66::before {
	font-size: 4.125rem !important
}

.vus-fs-68, .vus-fs-68::before {
	font-size: 4.25rem !important
}

.vus-fs-70, .vus-fs-70::before {
	font-size: 4.375rem !important
}

.vus-fs-72, .vus-fs-72::before {
	font-size: 4.5rem !important
}

.vus-fs-74, .vus-fs-74::before {
	font-size: 4.625rem !important
}

.vus-fs-75, .vus-fs-75::before {
	font-size: 4.6875rem !important
}

.vus-fs-76, .vus-fs-76::before {
	font-size: 4.75rem !important
}

.vus-fs-78, .vus-fs-78::before {
	font-size: 4.875rem !important
}

.vus-fs-80, .vus-fs-80::before {
	font-size: 5rem !important
}

.vus-fs-82, .vus-fs-82::before {
	font-size: 5.125rem !important
}

.vus-fs-84, .vus-fs-84::before {
	font-size: 5.25rem !important
}

.vus-fs-85, .vus-fs-85::before {
	font-size: 5.3125rem !important
}

.vus-fs-86, .vus-fs-86::before {
	font-size: 5.375rem !important
}

.vus-fs-88, .vus-fs-88::before {
	font-size: 5.5rem !important
}

.vus-fs-90, .vus-fs-90::before {
	font-size: 5.625rem !important
}

.vus-fs-92, .vus-fs-92::before {
	font-size: 5.75rem !important
}

.vus-fs-94, .vus-fs-94::before {
	font-size: 5.875rem !important
}

.vus-fs-95, .vus-fs-95::before {
	font-size: 5.9375rem !important
}

.vus-fs-96, .vus-fs-96::before {
	font-size: 6rem !important
}

.vus-fs-98, .vus-fs-98::before {
	font-size: 6.125rem !important
}

.vus-fs-100, .vus-fs-100::before {
	font-size: 6.25rem !important
}

.vus-fs-110, .vus-fs-110::before {
	font-size: 6.875rem !important
}

.vus-fs-120, .vus-fs-120::before {
	font-size: 7.5rem !important
}

.vus-fs-130, .vus-fs-130::before {
	font-size: 8.125rem !important
}

.vus-fs-140, .vus-fs-140::before {
	font-size: 8.75rem !important
}

.vus-fs-150, .vus-fs-150::before {
	font-size: 9.375rem !important
}

.vus-fs-160, .vus-fs-160::before {
	font-size: 10rem !important
}

.vus-fs-170, .vus-fs-170::before {
	font-size: 10.625rem !important
}

.vus-fs-180, .vus-fs-180::before {
	font-size: 11.25rem !important
}

.vus-fs-190, .vus-fs-190::before {
	font-size: 11.875rem !important
}

.vus-fs-200, .vus-fs-200::before {
	font-size: 12.5rem !important
}

.vus-radius-0 {
	border-radius: 0 !important
}

.vus-radius-1 {
	border-radius: .0625rem !important
}

.vus-radius-2 {
	border-radius: .125rem !important
}

.vus-radius-3 {
	border-radius: .1875rem !important
}

.vus-radius-4 {
	border-radius: .25rem !important
}

.vus-radius-5 {
	border-radius: .3125rem !important
}

.vus-radius-6 {
	border-radius: .375rem !important
}

.vus-radius-7 {
	border-radius: .4375rem !important
}

.vus-radius-8 {
	border-radius: .5rem !important
}

.vus-radius-9 {
	border-radius: .5625rem !important
}

.vus-radius-10 {
	border-radius: .625rem !important
}

.vus-radius-12 {
	border-radius: .75rem !important
}

.vus-radius-14 {
	border-radius: .875rem !important
}

.vus-radius-16 {
	border-radius: 1rem !important
}

.vus-radius-18 {
	border-radius: 1.125rem !important
}

.vus-radius-20 {
	border-radius: 1.25rem !important
}

.vus-radius-circle {
	border-radius: 50% !important
}

.vus-radius-large {
	border-radius: 18.75rem !important
}

.vus-radius-lt-0 {
	border-top-left-radius: 0 !important
}

.vus-radius-lt-1 {
	border-top-left-radius: .0625rem !important
}

.vus-radius-lt-2 {
	border-top-left-radius: .125rem !important
}

.vus-radius-lt-3 {
	border-top-left-radius: .1875rem !important
}

.vus-radius-lt-4 {
	border-top-left-radius: .25rem !important
}

.vus-radius-lt-5 {
	border-top-left-radius: .3125rem !important
}

.vus-radius-lt-6 {
	border-top-left-radius: .375rem !important
}

.vus-radius-lt-7 {
	border-top-left-radius: .4375rem !important
}

.vus-radius-lt-8 {
	border-top-left-radius: .5rem !important
}

.vus-radius-lt-9 {
	border-top-left-radius: .5625rem !important
}

.vus-radius-lt-10 {
	border-top-left-radius: .625rem !important
}

.vus-radius-lt-12 {
	border-top-left-radius: .75rem !important
}

.vus-radius-lt-14 {
	border-top-left-radius: .875rem !important
}

.vus-radius-lt-16 {
	border-top-left-radius: 1rem !important
}

.vus-radius-lt-18 {
	border-top-left-radius: 1.125rem !important
}

.vus-radius-lt-20 {
	border-top-left-radius: 1.25rem !important
}

.vus-radius-lt-circle {
	border-top-left-radius: 50% !important
}

.vus-radius-lt-large {
	border-top-left-radius: 18.75rem !important
}

.vus-radius-rt-0 {
	border-top-right-radius: 0 !important
}

.vus-radius-rt-1 {
	border-top-right-radius: .0625rem !important
}

.vus-radius-rt-2 {
	border-top-right-radius: .125rem !important
}

.vus-radius-rt-3 {
	border-top-right-radius: .1875rem !important
}

.vus-radius-rt-4 {
	border-top-right-radius: .25rem !important
}

.vus-radius-rt-5 {
	border-top-right-radius: .3125rem !important
}

.vus-radius-rt-6 {
	border-top-right-radius: .375rem !important
}

.vus-radius-rt-7 {
	border-top-right-radius: .4375rem !important
}

.vus-radius-rt-8 {
	border-top-right-radius: .5rem !important
}

.vus-radius-rt-9 {
	border-top-right-radius: .5625rem !important
}

.vus-radius-rt-10 {
	border-top-right-radius: .625rem !important
}

.vus-radius-rt-12 {
	border-top-right-radius: .75rem !important
}

.vus-radius-rt-14 {
	border-top-right-radius: .875rem !important
}

.vus-radius-rt-16 {
	border-top-right-radius: 1rem !important
}

.vus-radius-rt-18 {
	border-top-right-radius: 1.125rem !important
}

.vus-radius-rt-20 {
	border-top-right-radius: 1.25rem !important
}

.vus-radius-rt-circle {
	border-top-right-radius: 50% !important
}

.vus-radius-rt-large {
	border-top-right-radius: 18.75rem !important
}

.vus-radius-rb-0 {
	border-bottom-right-radius: 0 !important
}

.vus-radius-rb-1 {
	border-bottom-right-radius: .0625rem !important
}

.vus-radius-rb-2 {
	border-bottom-right-radius: .125rem !important
}

.vus-radius-rb-3 {
	border-bottom-right-radius: .1875rem !important
}

.vus-radius-rb-4 {
	border-bottom-right-radius: .25rem !important
}

.vus-radius-rb-5 {
	border-bottom-right-radius: .3125rem !important
}

.vus-radius-rb-6 {
	border-bottom-right-radius: .375rem !important
}

.vus-radius-rb-7 {
	border-bottom-right-radius: .4375rem !important
}

.vus-radius-rb-8 {
	border-bottom-right-radius: .5rem !important
}

.vus-radius-rb-9 {
	border-bottom-right-radius: .5625rem !important
}

.vus-radius-rb-10 {
	border-bottom-right-radius: .625rem !important
}

.vus-radius-rb-12 {
	border-bottom-right-radius: .75rem !important
}

.vus-radius-rb-14 {
	border-bottom-right-radius: .875rem !important
}

.vus-radius-rb-16 {
	border-bottom-right-radius: 1rem !important
}

.vus-radius-rb-18 {
	border-bottom-right-radius: 1.125rem !important
}

.vus-radius-rb-20 {
	border-bottom-right-radius: 1.25rem !important
}

.vus-radius-rb-circle {
	border-bottom-right-radius: 50% !important
}

.vus-radius-rb-large {
	border-bottom-right-radius: 18.75rem !important
}

.vus-radius-lb-0 {
	border-bottom-left-radius: 0 !important
}

.vus-radius-lb-1 {
	border-bottom-left-radius: .0625rem !important
}

.vus-radius-lb-2 {
	border-bottom-left-radius: .125rem !important
}

.vus-radius-lb-3 {
	border-bottom-left-radius: .1875rem !important
}

.vus-radius-lb-4 {
	border-bottom-left-radius: .25rem !important
}

.vus-radius-lb-5 {
	border-bottom-left-radius: .3125rem !important
}

.vus-radius-lb-6 {
	border-bottom-left-radius: .375rem !important
}

.vus-radius-lb-7 {
	border-bottom-left-radius: .4375rem !important
}

.vus-radius-lb-8 {
	border-bottom-left-radius: .5rem !important
}

.vus-radius-lb-9 {
	border-bottom-left-radius: .5625rem !important
}

.vus-radius-lb-10 {
	border-bottom-left-radius: .625rem !important
}

.vus-radius-lb-12 {
	border-bottom-left-radius: .75rem !important
}

.vus-radius-lb-14 {
	border-bottom-left-radius: .875rem !important
}

.vus-radius-lb-16 {
	border-bottom-left-radius: 1rem !important
}

.vus-radius-lb-18 {
	border-bottom-left-radius: 1.125rem !important
}

.vus-radius-lb-20 {
	border-bottom-left-radius: 1.25rem !important
}

.vus-radius-lb-circle {
	border-bottom-left-radius: 50% !important
}

.vus-radius-lb-large {
	border-bottom-left-radius: 18.75rem !important
}

.vus-border-fine-10::after, .vus-border-fine-1::after,
	.vus-border-fine-2::after, .vus-border-fine-3::after,
	.vus-border-fine-4::after, .vus-border-fine-5::after,
	.vus-border-fine-6::after, .vus-border-fine-7::after,
	.vus-border-fine-8::after, .vus-border-fine-9::after {
	width: 200%;
	height: 200%;
	transform: scale(.5, .5)
}

[class*=vus-border-fine-bottom-]::after, [class*=vus-border-fine-top-]::after
	{
	height: 200%;
	transform: scaleY(.5)
}

[class*=vus-border-fine-left-]::after, [class*=vus-border-fine-right-]::after
	{
	width: 200%;
	transform: scaleX(.5)
}

[class*=vus-border-fine-].gt-1::after {
	top: .0625rem !important
}

[class*=vus-border-fine-].gt-2::after {
	top: .125rem !important
}

[class*=vus-border-fine-].gt-3::after {
	top: .1875rem !important
}

[class*=vus-border-fine-].gt-4::after {
	top: .25rem !important
}

[class*=vus-border-fine-].gt-5::after {
	top: .3125rem !important
}

[class*=vus-border-fine-].gt-6::after {
	top: .375rem !important
}

[class*=vus-border-fine-].gt-7::after {
	top: .4375rem !important
}

[class*=vus-border-fine-].gt-8::after {
	top: .5rem !important
}

[class*=vus-border-fine-].gt-9::after {
	top: .5625rem !important
}

[class*=vus-border-fine-].gt-10::after {
	top: .625rem !important
}

[class*=vus-border-fine-].gt-11::after {
	top: .6875rem !important
}

[class*=vus-border-fine-].gt-12::after {
	top: .75rem !important
}

[class*=vus-border-fine-].gt-13::after {
	top: .8125rem !important
}

[class*=vus-border-fine-].gt-14::after {
	top: .875rem !important
}

[class*=vus-border-fine-].gt-15::after {
	top: .9375rem !important
}

[class*=vus-border-fine-].gt-16::after {
	top: 1rem !important
}

[class*=vus-border-fine-].gt-17::after {
	top: 1.0625rem !important
}

[class*=vus-border-fine-].gt-18::after {
	top: 1.125rem !important
}

[class*=vus-border-fine-].gt-19::after {
	top: 1.1875rem !important
}

[class*=vus-border-fine-].gt-20::after {
	top: 1.25rem !important
}

[class*=vus-border-fine-].gb-1::after {
	bottom: .0625rem !important
}

[class*=vus-border-fine-].gb-2::after {
	bottom: .125rem !important
}

[class*=vus-border-fine-].gb-3::after {
	bottom: .1875rem !important
}

[class*=vus-border-fine-].gb-4::after {
	bottom: .25rem !important
}

[class*=vus-border-fine-].gb-5::after {
	bottom: .3125rem !important
}

[class*=vus-border-fine-].gb-6::after {
	bottom: .375rem !important
}

[class*=vus-border-fine-].gb-7::after {
	bottom: .4375rem !important
}

[class*=vus-border-fine-].gb-8::after {
	bottom: .5rem !important
}

[class*=vus-border-fine-].gb-9::after {
	bottom: .5625rem !important
}

[class*=vus-border-fine-].gb-10::after {
	bottom: .625rem !important
}

[class*=vus-border-fine-].gb-11::after {
	bottom: .6875rem !important
}

[class*=vus-border-fine-].gb-12::after {
	bottom: .75rem !important
}

[class*=vus-border-fine-].gb-13::after {
	bottom: .8125rem !important
}

[class*=vus-border-fine-].gb-14::after {
	bottom: .875rem !important
}

[class*=vus-border-fine-].gb-15::after {
	bottom: .9375rem !important
}

[class*=vus-border-fine-].gb-16::after {
	bottom: 1rem !important
}

[class*=vus-border-fine-].gb-17::after {
	bottom: 1.0625rem !important
}

[class*=vus-border-fine-].gb-18::after {
	bottom: 1.125rem !important
}

[class*=vus-border-fine-].gb-19::after {
	bottom: 1.1875rem !important
}

[class*=vus-border-fine-].gb-20::after {
	bottom: 1.25rem !important
}

[class*=vus-border-fine-].gl-1::after {
	left: .0625rem !important
}

[class*=vus-border-fine-].gl-2::after {
	left: .125rem !important
}

[class*=vus-border-fine-].gl-3::after {
	left: .1875rem !important
}

[class*=vus-border-fine-].gl-4::after {
	left: .25rem !important
}

[class*=vus-border-fine-].gl-5::after {
	left: .3125rem !important
}

[class*=vus-border-fine-].gl-6::after {
	left: .375rem !important
}

[class*=vus-border-fine-].gl-7::after {
	left: .4375rem !important
}

[class*=vus-border-fine-].gl-8::after {
	left: .5rem !important
}

[class*=vus-border-fine-].gl-9::after {
	left: .5625rem !important
}

[class*=vus-border-fine-].gl-10::after {
	left: .625rem !important
}

[class*=vus-border-fine-].gl-11::after {
	left: .6875rem !important
}

[class*=vus-border-fine-].gl-12::after {
	left: .75rem !important
}

[class*=vus-border-fine-].gl-13::after {
	left: .8125rem !important
}

[class*=vus-border-fine-].gl-14::after {
	left: .875rem !important
}

[class*=vus-border-fine-].gl-15::after {
	left: .9375rem !important
}

[class*=vus-border-fine-].gl-16::after {
	left: 1rem !important
}

[class*=vus-border-fine-].gl-17::after {
	left: 1.0625rem !important
}

[class*=vus-border-fine-].gl-18::after {
	left: 1.125rem !important
}

[class*=vus-border-fine-].gl-19::after {
	left: 1.1875rem !important
}

[class*=vus-border-fine-].gl-20::after {
	left: 1.25rem !important
}

[class*=vus-border-fine-].gr-1::after {
	right: .0625rem !important
}

[class*=vus-border-fine-].gr-2::after {
	right: .125rem !important
}

[class*=vus-border-fine-].gr-3::after {
	right: .1875rem !important
}

[class*=vus-border-fine-].gr-4::after {
	right: .25rem !important
}

[class*=vus-border-fine-].gr-5::after {
	right: .3125rem !important
}

[class*=vus-border-fine-].gr-6::after {
	right: .375rem !important
}

[class*=vus-border-fine-].gr-7::after {
	right: .4375rem !important
}

[class*=vus-border-fine-].gr-8::after {
	right: .5rem !important
}

[class*=vus-border-fine-].gr-9::after {
	right: .5625rem !important
}

[class*=vus-border-fine-].gr-10::after {
	right: .625rem !important
}

[class*=vus-border-fine-].gr-11::after {
	right: .6875rem !important
}

[class*=vus-border-fine-].gr-12::after {
	right: .75rem !important
}

[class*=vus-border-fine-].gr-13::after {
	right: .8125rem !important
}

[class*=vus-border-fine-].gr-14::after {
	right: .875rem !important
}

[class*=vus-border-fine-].gr-15::after {
	right: .9375rem !important
}

[class*=vus-border-fine-].gr-16::after {
	right: 1rem !important
}

[class*=vus-border-fine-].gr-17::after {
	right: 1.0625rem !important
}

[class*=vus-border-fine-].gr-18::after {
	right: 1.125rem !important
}

[class*=vus-border-fine-].gr-19::after {
	right: 1.1875rem !important
}

[class*=vus-border-fine-].gr-20::after {
	right: 1.25rem !important
}

[class*=vus-border-fine], [class*=vus-border-small] {
	position: relative
}

[class*=vus-border-fine]::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	border-width: 0;
	border-style: solid;
	border-color: #e3e3e3 !important;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none
}

[class*=vus-border-small]::after {
	transform-origin: 0 0;
	pointer-events: none
}

.vus-border-small::after {
	width: 200%;
	height: 200%;
	transform: scale(.5, .5)
}

.vus-border-small-y::after {
	height: 200%;
	transform: scaleY(.5)
}

.vus-border-small-x::after {
	width: 200%;
	transform: scaleX(.5)
}

.vus-border-0, .vus-border-fine-0::after {
	border: 0 !important
}

.vus-border-1, .vus-border-fine-1::after {
	border-width: .0625rem !important
}

.vus-border-2, .vus-border-fine-2::after {
	border-width: .125rem !important
}

.vus-border-3, .vus-border-fine-3::after {
	border-width: .1875rem !important
}

.vus-border-4, .vus-border-fine-4::after {
	border-width: .25rem !important
}

.vus-border-5, .vus-border-fine-5::after {
	border-width: .3125rem !important
}

.vus-border-6, .vus-border-fine-6::after {
	border-width: .375rem !important
}

.vus-border-7, .vus-border-fine-7::after {
	border-width: .4375rem !important
}

.vus-border-8, .vus-border-fine-8::after {
	border-width: .5rem !important
}

.vus-border-9, .vus-border-fine-9::after {
	border-width: .5625rem !important
}

.vus-border-10, .vus-border-fine-10::after {
	border-width: .625rem !important
}

.vus-border-fine-top-0::after, .vus-border-top-0 {
	border-top-width: 0 !important
}

.vus-border-fine-top-1::after, .vus-border-top-1 {
	border-top-width: .0625rem !important
}

.vus-border-fine-top-2::after, .vus-border-top-2 {
	border-top-width: .125rem !important
}

.vus-border-fine-top-3::after, .vus-border-top-3 {
	border-top-width: .1875rem !important
}

.vus-border-fine-top-4::after, .vus-border-top-4 {
	border-top-width: .25rem !important
}

.vus-border-fine-top-5::after, .vus-border-top-5 {
	border-top-width: .3125rem !important
}

.vus-border-fine-top-6::after, .vus-border-top-6 {
	border-top-width: .375rem !important
}

.vus-border-fine-top-7::after, .vus-border-top-7 {
	border-top-width: .4375rem !important
}

.vus-border-fine-top-8::after, .vus-border-top-8 {
	border-top-width: .5rem !important
}

.vus-border-fine-top-9::after, .vus-border-top-9 {
	border-top-width: .5625rem !important
}

.vus-border-fine-top-10::after, .vus-border-top-10 {
	border-top-width: .625rem !important
}

.vus-border-fine-right-0::after, .vus-border-right-0 {
	border-right-width: 0 !important
}

.vus-border-fine-right-1::after, .vus-border-right-1 {
	border-right-width: .0625rem !important
}

.vus-border-fine-right-2::after, .vus-border-right-2 {
	border-right-width: .125rem !important
}

.vus-border-fine-right-3::after, .vus-border-right-3 {
	border-right-width: .1875rem !important
}

.vus-border-fine-right-4::after, .vus-border-right-4 {
	border-right-width: .25rem !important
}

.vus-border-fine-right-5::after, .vus-border-right-5 {
	border-right-width: .3125rem !important
}

.vus-border-fine-right-6::after, .vus-border-right-6 {
	border-right-width: .375rem !important
}

.vus-border-fine-right-7::after, .vus-border-right-7 {
	border-right-width: .4375rem !important
}

.vus-border-fine-right-8::after, .vus-border-right-8 {
	border-right-width: .5rem !important
}

.vus-border-fine-right-9::after, .vus-border-right-9 {
	border-right-width: .5625rem !important
}

.vus-border-fine-right-10::after, .vus-border-right-10 {
	border-right-width: .625rem !important
}

.vus-border-bottom-0, .vus-border-fine-bottom-0::after {
	border-bottom-width: 0 !important
}

.vus-border-bottom-1, .vus-border-fine-bottom-1::after {
	border-bottom-width: .0625rem !important
}

.vus-border-bottom-2, .vus-border-fine-bottom-2::after {
	border-bottom-width: .125rem !important
}

.vus-border-bottom-3, .vus-border-fine-bottom-3::after {
	border-bottom-width: .1875rem !important
}

.vus-border-bottom-4, .vus-border-fine-bottom-4::after {
	border-bottom-width: .25rem !important
}

.vus-border-bottom-5, .vus-border-fine-bottom-5::after {
	border-bottom-width: .3125rem !important
}

.vus-border-bottom-6, .vus-border-fine-bottom-6::after {
	border-bottom-width: .375rem !important
}

.vus-border-bottom-7, .vus-border-fine-bottom-7::after {
	border-bottom-width: .4375rem !important
}

.vus-border-bottom-8, .vus-border-fine-bottom-8::after {
	border-bottom-width: .5rem !important
}

.vus-border-bottom-9, .vus-border-fine-bottom-9::after {
	border-bottom-width: .5625rem !important
}

.vus-border-bottom-10, .vus-border-fine-bottom-10::after {
	border-bottom-width: .625rem !important
}

.vus-border-fine-left-0::after, .vus-border-left-0 {
	border-left-width: 0 !important
}

.vus-border-fine-left-1::after, .vus-border-left-1 {
	border-left-width: .0625rem !important
}

.vus-border-fine-left-2::after, .vus-border-left-2 {
	border-left-width: .125rem !important
}

.vus-border-fine-left-3::after, .vus-border-left-3 {
	border-left-width: .1875rem !important
}

.vus-border-fine-left-4::after, .vus-border-left-4 {
	border-left-width: .25rem !important
}

.vus-border-fine-left-5::after, .vus-border-left-5 {
	border-left-width: .3125rem !important
}

.vus-border-fine-left-6::after, .vus-border-left-6 {
	border-left-width: .375rem !important
}

.vus-border-fine-left-7::after, .vus-border-left-7 {
	border-left-width: .4375rem !important
}

.vus-border-fine-left-8::after, .vus-border-left-8 {
	border-left-width: .5rem !important
}

.vus-border-fine-left-9::after, .vus-border-left-9 {
	border-left-width: .5625rem !important
}

.vus-border-fine-left-10::after, .vus-border-left-10 {
	border-left-width: .625rem !important
}

[class*=vus-border-] {
	border-width: 0;
	border-style: solid;
	border-color: #e3e3e3 !important
}

.vus-border-solid {
	border-style: solid !important
}

.vus-border-dashed {
	border-style: dashed !important
}

.vus-border-dotted {
	border-style: dotted !important
}

.vus-border-double {
	border-style: double !important
}

.vus-border-find-none .this-border, .vus-border-find-none .this-border::after,
	.vus-border-first-none-not:not (:first-of-type ),
	.vus-border-first-none-not:not (:first-of-type )::after,
	.vus-border-first-none:first-of-type, .vus-border-first-none:first-of-type::after,
	.vus-border-last-none-not:not (:last-of-type ),
	.vus-border-last-none-not:not (:last-of-type )::after,
	.vus-border-last-none:last-of-type, .vus-border-last-none:last-of-type::after
	{
	border: 0 !important
}

.vus-border-top-find-none .this-border, .vus-border-top-find-none .this-border::after,
	.vus-border-top-first-none-not:not (:first-of-type ),
	.vus-border-top-first-none-not:not (:first-of-type )::after,
	.vus-border-top-first-none:first-of-type, .vus-border-top-first-none:first-of-type::after,
	.vus-border-top-last-none-not:not (:last-of-type ),
	.vus-border-top-last-none-not:not (:last-of-type )::after,
	.vus-border-top-last-none:last-of-type, .vus-border-top-last-none:last-of-type::after
	{
	border-top: 0 !important
}

.vus-border-right-find-none .this-border, .vus-border-right-find-none .this-border::after,
	.vus-border-right-first-none-not:not (:first-of-type ),
	.vus-border-right-first-none-not:not (:first-of-type )::after,
	.vus-border-right-first-none:first-of-type,
	.vus-border-right-first-none:first-of-type::after,
	.vus-border-right-last-none-not:not (:last-of-type ),
	.vus-border-right-last-none-not:not (:last-of-type )::after,
	.vus-border-right-last-none:last-of-type, .vus-border-right-last-none:last-of-type::after
	{
	border-right: 0 !important
}

.vus-border-bottom-find-none .this-border, .vus-border-bottom-find-none .this-border::after,
	.vus-border-bottom-first-none-not:not (:first-of-type ),
	.vus-border-bottom-first-none-not:not (:first-of-type )::after,
	.vus-border-bottom-first-none:first-of-type,
	.vus-border-bottom-first-none:first-of-type::after,
	.vus-border-bottom-last-none-not:not (:last-of-type ),
	.vus-border-bottom-last-none-not:not (:last-of-type )::after,
	.vus-border-bottom-last-none:last-of-type, .vus-border-bottom-last-none:last-of-type::after
	{
	border-bottom: 0 !important
}

.vus-border-left-find-none .this-border, .vus-border-left-find-none .this-border::after,
	.vus-border-left-first-none-not:not (:first-of-type ),
	.vus-border-left-first-none-not:not (:first-of-type )::after,
	.vus-border-left-first-none:first-of-type, .vus-border-left-first-none:first-of-type::after,
	.vus-border-left-last-none-not:not (:last-of-type ),
	.vus-border-left-last-none-not:not (:last-of-type )::after,
	.vus-border-left-last-none:last-of-type, .vus-border-left-last-none:last-of-type::after
	{
	border-left: 0 !important
}

.vus-rotate-0 {
	transform: rotate(0)
}

.vus-rotate-45 {
	transform: rotate(45deg)
}

.vus-rotate-90 {
	transform: rotate(90deg)
}

.vus-rotate-135 {
	transform: rotate(135deg)
}

.vus-rotate-180 {
	transform: rotate(180deg)
}

.vus-rotate-225 {
	transform: rotate(225deg)
}

.vus-rotate-270 {
	transform: rotate(270deg)
}

.vus-rotate-315 {
	transform: rotate(315deg)
}

.vus-rotate-360 {
	transform: rotate(360deg)
}

.vus-hidden {
	overflow: hidden !important
}

.vus-visible {
	overflow: visible !important
}

.vus-inline {
	display: inline !important
}

.vus-inline-block {
	display: inline-block !important
}

.vus-align-top {
	vertical-align: top !important
}

.vus-align-middle {
	vertical-align: middle !important
}

.vus-align-bottom {
	vertical-align: bottom !important
}

.vus-align-baseline {
	vertical-align: baseline !important
}

.vus-show {
	display: block !important
}

.vus-hide {
	display: none !important
}

.vus-fixed {
	position: fixed !important
}

.vus-absolute {
	position: absolute !important
}

.vus-relative {
	position: relative !important
}

.vus-top-0 {
	top: 0 !important
}

.vus-top-1 {
	top: 1px !important
}

.vus-top-2 {
	top: 2px !important
}

.vus-top-3 {
	top: 3px !important
}

.vus-top-4 {
	top: 4px !important
}

.vus-top-5 {
	top: 5px !important
}

.vus-top-6 {
	top: 6px !important
}

.vus-top-7 {
	top: 7px !important
}

.vus-top-8 {
	top: 8px !important
}

.vus-top-9 {
	top: 9px !important
}

.vus-top-10 {
	top: 10px !important
}

.vus-top-11 {
	top: 11px !important
}

.vus-top-12 {
	top: 12px !important
}

.vus-top-13 {
	top: 13px !important
}

.vus-top-14 {
	top: 14px !important
}

.vus-top-15 {
	top: 15px !important
}

.vus-top-16 {
	top: 16px !important
}

.vus-top-17 {
	top: 17px !important
}

.vus-top-18 {
	top: 18px !important
}

.vus-top-19 {
	top: 19px !important
}

.vus-top-20 {
	top: 20px !important
}

.vus-top-21 {
	top: 21px !important
}

.vus-top-22 {
	top: 22px !important
}

.vus-top-23 {
	top: 23px !important
}

.vus-top-24 {
	top: 24px !important
}

.vus-top-25 {
	top: 25px !important
}

.vus-top-26 {
	top: 26px !important
}

.vus-top-27 {
	top: 27px !important
}

.vus-top-28 {
	top: 28px !important
}

.vus-top-29 {
	top: 29px !important
}

.vus-top-30 {
	top: 30px !important
}

.vus-top--1 {
	top: -1px !important
}

.vus-top--2 {
	top: -2px !important
}

.vus-top--3 {
	top: -3px !important
}

.vus-top--4 {
	top: -4px !important
}

.vus-top--5 {
	top: -5px !important
}

.vus-top--6 {
	top: -6px !important
}

.vus-top--7 {
	top: -7px !important
}

.vus-top--8 {
	top: -8px !important
}

.vus-top--9 {
	top: -9px !important
}

.vus-top--10 {
	top: -10px !important
}

.vus-top--11 {
	top: -11px !important
}

.vus-top--12 {
	top: -12px !important
}

.vus-top--13 {
	top: -13px !important
}

.vus-top--14 {
	top: -14px !important
}

.vus-top--15 {
	top: -15px !important
}

.vus-top--16 {
	top: -16px !important
}

.vus-top--17 {
	top: -17px !important
}

.vus-top--18 {
	top: -18px !important
}

.vus-top--19 {
	top: -19px !important
}

.vus-top--20 {
	top: -20px !important
}

.vus-top--21 {
	top: -21px !important
}

.vus-top--22 {
	top: -22px !important
}

.vus-top--23 {
	top: -23px !important
}

.vus-top--24 {
	top: -24px !important
}

.vus-top--25 {
	top: -25px !important
}

.vus-top--26 {
	top: -26px !important
}

.vus-top--27 {
	top: -27px !important
}

.vus-top--28 {
	top: -28px !important
}

.vus-top--29 {
	top: -29px !important
}

.vus-top--30 {
	top: -30px !important
}

.vus-bottom-0 {
	bottom: 0 !important
}

.vus-bottom-1 {
	bottom: 1px !important
}

.vus-bottom-2 {
	bottom: 2px !important
}

.vus-bottom-3 {
	bottom: 3px !important
}

.vus-bottom-4 {
	bottom: 4px !important
}

.vus-bottom-5 {
	bottom: 5px !important
}

.vus-bottom-6 {
	bottom: 6px !important
}

.vus-bottom-7 {
	bottom: 7px !important
}

.vus-bottom-8 {
	bottom: 8px !important
}

.vus-bottom-9 {
	bottom: 9px !important
}

.vus-bottom-10 {
	bottom: 10px !important
}

.vus-bottom-11 {
	bottom: 11px !important
}

.vus-bottom-12 {
	bottom: 12px !important
}

.vus-bottom-13 {
	bottom: 13px !important
}

.vus-bottom-14 {
	bottom: 14px !important
}

.vus-bottom-15 {
	bottom: 15px !important
}

.vus-bottom-16 {
	bottom: 16px !important
}

.vus-bottom-17 {
	bottom: 17px !important
}

.vus-bottom-18 {
	bottom: 18px !important
}

.vus-bottom-19 {
	bottom: 19px !important
}

.vus-bottom-20 {
	bottom: 20px !important
}

.vus-bottom-21 {
	bottom: 21px !important
}

.vus-bottom-22 {
	bottom: 22px !important
}

.vus-bottom-23 {
	bottom: 23px !important
}

.vus-bottom-24 {
	bottom: 24px !important
}

.vus-bottom-25 {
	bottom: 25px !important
}

.vus-bottom-26 {
	bottom: 26px !important
}

.vus-bottom-27 {
	bottom: 27px !important
}

.vus-bottom-28 {
	bottom: 28px !important
}

.vus-bottom-29 {
	bottom: 29px !important
}

.vus-bottom-30 {
	bottom: 30px !important
}

.vus-bottom--1 {
	bottom: -1px !important
}

.vus-bottom--2 {
	bottom: -2px !important
}

.vus-bottom--3 {
	bottom: -3px !important
}

.vus-bottom--4 {
	bottom: -4px !important
}

.vus-bottom--5 {
	bottom: -5px !important
}

.vus-bottom--6 {
	bottom: -6px !important
}

.vus-bottom--7 {
	bottom: -7px !important
}

.vus-bottom--8 {
	bottom: -8px !important
}

.vus-bottom--9 {
	bottom: -9px !important
}

.vus-bottom--10 {
	bottom: -10px !important
}

.vus-bottom--11 {
	bottom: -11px !important
}

.vus-bottom--12 {
	bottom: -12px !important
}

.vus-bottom--13 {
	bottom: -13px !important
}

.vus-bottom--14 {
	bottom: -14px !important
}

.vus-bottom--15 {
	bottom: -15px !important
}

.vus-bottom--16 {
	bottom: -16px !important
}

.vus-bottom--17 {
	bottom: -17px !important
}

.vus-bottom--18 {
	bottom: -18px !important
}

.vus-bottom--19 {
	bottom: -19px !important
}

.vus-bottom--20 {
	bottom: -20px !important
}

.vus-bottom--21 {
	bottom: -21px !important
}

.vus-bottom--22 {
	bottom: -22px !important
}

.vus-bottom--23 {
	bottom: -23px !important
}

.vus-bottom--24 {
	bottom: -24px !important
}

.vus-bottom--25 {
	bottom: -25px !important
}

.vus-bottom--26 {
	bottom: -26px !important
}

.vus-bottom--27 {
	bottom: -27px !important
}

.vus-bottom--28 {
	bottom: -28px !important
}

.vus-bottom--29 {
	bottom: -29px !important
}

.vus-bottom--30 {
	bottom: -30px !important
}

.vus-left-0 {
	left: 0 !important
}

.vus-left-1 {
	left: 1px !important
}

.vus-left-2 {
	left: 2px !important
}

.vus-left-3 {
	left: 3px !important
}

.vus-left-4 {
	left: 4px !important
}

.vus-left-5 {
	left: 5px !important
}

.vus-left-6 {
	left: 6px !important
}

.vus-left-7 {
	left: 7px !important
}

.vus-left-8 {
	left: 8px !important
}

.vus-left-9 {
	left: 9px !important
}

.vus-left-10 {
	left: 10px !important
}

.vus-left-11 {
	left: 11px !important
}

.vus-left-12 {
	left: 12px !important
}

.vus-left-13 {
	left: 13px !important
}

.vus-left-14 {
	left: 14px !important
}

.vus-left-15 {
	left: 15px !important
}

.vus-left-16 {
	left: 16px !important
}

.vus-left-17 {
	left: 17px !important
}

.vus-left-18 {
	left: 18px !important
}

.vus-left-19 {
	left: 19px !important
}

.vus-left-20 {
	left: 20px !important
}

.vus-left-21 {
	left: 21px !important
}

.vus-left-22 {
	left: 22px !important
}

.vus-left-23 {
	left: 23px !important
}

.vus-left-24 {
	left: 24px !important
}

.vus-left-25 {
	left: 25px !important
}

.vus-left-26 {
	left: 26px !important
}

.vus-left-27 {
	left: 27px !important
}

.vus-left-28 {
	left: 28px !important
}

.vus-left-29 {
	left: 29px !important
}

.vus-left-30 {
	left: 30px !important
}

.vus-left--1 {
	left: -1px !important
}

.vus-left--2 {
	left: -2px !important
}

.vus-left--3 {
	left: -3px !important
}

.vus-left--4 {
	left: -4px !important
}

.vus-left--5 {
	left: -5px !important
}

.vus-left--6 {
	left: -6px !important
}

.vus-left--7 {
	left: -7px !important
}

.vus-left--8 {
	left: -8px !important
}

.vus-left--9 {
	left: -9px !important
}

.vus-left--10 {
	left: -10px !important
}

.vus-left--11 {
	left: -11px !important
}

.vus-left--12 {
	left: -12px !important
}

.vus-left--13 {
	left: -13px !important
}

.vus-left--14 {
	left: -14px !important
}

.vus-left--15 {
	left: -15px !important
}

.vus-left--16 {
	left: -16px !important
}

.vus-left--17 {
	left: -17px !important
}

.vus-left--18 {
	left: -18px !important
}

.vus-left--19 {
	left: -19px !important
}

.vus-left--20 {
	left: -20px !important
}

.vus-left--21 {
	left: -21px !important
}

.vus-left--22 {
	left: -22px !important
}

.vus-left--23 {
	left: -23px !important
}

.vus-left--24 {
	left: -24px !important
}

.vus-left--25 {
	left: -25px !important
}

.vus-left--26 {
	left: -26px !important
}

.vus-left--27 {
	left: -27px !important
}

.vus-left--28 {
	left: -28px !important
}

.vus-left--29 {
	left: -29px !important
}

.vus-left--30 {
	left: -30px !important
}

.vus-right-0 {
	right: 0 !important
}

.vus-right-1 {
	right: 1px !important
}

.vus-right-2 {
	right: 2px !important
}

.vus-right-3 {
	right: 3px !important
}

.vus-right-4 {
	right: 4px !important
}

.vus-right-5 {
	right: 5px !important
}

.vus-right-6 {
	right: 6px !important
}

.vus-right-7 {
	right: 7px !important
}

.vus-right-8 {
	right: 8px !important
}

.vus-right-9 {
	right: 9px !important
}

.vus-right-10 {
	right: 10px !important
}

.vus-right-11 {
	right: 11px !important
}

.vus-right-12 {
	right: 12px !important
}

.vus-right-13 {
	right: 13px !important
}

.vus-right-14 {
	right: 14px !important
}

.vus-right-15 {
	right: 15px !important
}

.vus-right-16 {
	right: 16px !important
}

.vus-right-17 {
	right: 17px !important
}

.vus-right-18 {
	right: 18px !important
}

.vus-right-19 {
	right: 19px !important
}

.vus-right-20 {
	right: 20px !important
}

.vus-right-21 {
	right: 21px !important
}

.vus-right-22 {
	right: 22px !important
}

.vus-right-23 {
	right: 23px !important
}

.vus-right-24 {
	right: 24px !important
}

.vus-right-25 {
	right: 25px !important
}

.vus-right-26 {
	right: 26px !important
}

.vus-right-27 {
	right: 27px !important
}

.vus-right-28 {
	right: 28px !important
}

.vus-right-29 {
	right: 29px !important
}

.vus-right-30 {
	right: 30px !important
}

.vus-right--1 {
	right: -1px !important
}

.vus-right--2 {
	right: -2px !important
}

.vus-right--3 {
	right: -3px !important
}

.vus-right--4 {
	right: -4px !important
}

.vus-right--5 {
	right: -5px !important
}

.vus-right--6 {
	right: -6px !important
}

.vus-right--7 {
	right: -7px !important
}

.vus-right--8 {
	right: -8px !important
}

.vus-right--9 {
	right: -9px !important
}

.vus-right--10 {
	right: -10px !important
}

.vus-right--11 {
	right: -11px !important
}

.vus-right--12 {
	right: -12px !important
}

.vus-right--13 {
	right: -13px !important
}

.vus-right--14 {
	right: -14px !important
}

.vus-right--15 {
	right: -15px !important
}

.vus-right--16 {
	right: -16px !important
}

.vus-right--17 {
	right: -17px !important
}

.vus-right--18 {
	right: -18px !important
}

.vus-right--19 {
	right: -19px !important
}

.vus-right--20 {
	right: -20px !important
}

.vus-right--21 {
	right: -21px !important
}

.vus-right--22 {
	right: -22px !important
}

.vus-right--23 {
	right: -23px !important
}

.vus-right--24 {
	right: -24px !important
}

.vus-right--25 {
	right: -25px !important
}

.vus-right--26 {
	right: -26px !important
}

.vus-right--27 {
	right: -27px !important
}

.vus-right--28 {
	right: -28px !important
}

.vus-right--29 {
	right: -29px !important
}

.vus-right--30 {
	right: -30px !important
}

.vus-index--1 {
	z-index: -1 !important
}

.vus-index-0 {
	z-index: 0 !important
}

.vus-index-1 {
	z-index: 1 !important
}

.vus-index-2 {
	z-index: 2 !important
}

.vus-index-3 {
	z-index: 3 !important
}

.vus-index-4 {
	z-index: 4 !important
}

.vus-index-5 {
	z-index: 5 !important
}

.vus-index-6 {
	z-index: 6 !important
}

.vus-index-7 {
	z-index: 7 !important
}

.vus-index-8 {
	z-index: 8 !important
}

.vus-index-9 {
	z-index: 9 !important
}

.vus-index-10 {
	z-index: 10 !important
}

.vus-index-100 {
	z-index: 100 !important
}

.vus-index-101 {
	z-index: 101 !important
}

.vus-index-102 {
	z-index: 102 !important
}

.vus-index-103 {
	z-index: 103 !important
}

.vus-index-104 {
	z-index: 104 !important
}

.vus-index-105 {
	z-index: 105 !important
}

.vus-index-106 {
	z-index: 106 !important
}

.vus-index-107 {
	z-index: 107 !important
}

.vus-index-108 {
	z-index: 108 !important
}

.vus-index-109 {
	z-index: 109 !important
}

.vus-index-110 {
	z-index: 110 !important
}

.vus-index-1000 {
	z-index: 1000 !important
}

.vus-index-1001 {
	z-index: 1001 !important
}

.vus-index-1002 {
	z-index: 1002 !important
}

.vus-index-1003 {
	z-index: 1003 !important
}

.vus-index-1004 {
	z-index: 1004 !important
}

.vus-index-1005 {
	z-index: 1005 !important
}

.vus-index-1006 {
	z-index: 1006 !important
}

.vus-index-1007 {
	z-index: 1007 !important
}

.vus-index-1008 {
	z-index: 1008 !important
}

.vus-index-1009 {
	z-index: 1009 !important
}

.vus-index-1100 {
	z-index: 1100 !important
}

.vus-index-10000 {
	z-index: 10000 !important
}

.vus-index-10001 {
	z-index: 10001 !important
}

.vus-index-10002 {
	z-index: 10002 !important
}

.vus-index-10003 {
	z-index: 10003 !important
}

.vus-index-10004 {
	z-index: 10004 !important
}

.vus-index-10005 {
	z-index: 10005 !important
}

.vus-index-10006 {
	z-index: 10006 !important
}

.vus-index-10007 {
	z-index: 10007 !important
}

.vus-index-10008 {
	z-index: 10008 !important
}

.vus-index-10009 {
	z-index: 10009 !important
}

.vus-index-10010 {
	z-index: 10010 !important
}

.vus-text-left {
	text-align: left !important
}

.vus-text-center {
	text-align: center !important
}

.vus-text-right {
	text-align: right !important
}

.vus-text-justify {
	text-align: justify !important
}

.vus-text-indent {
	text-indent: 2em !important
}

.vus-text-spacing {
	letter-spacing: .1rem !important
}

.vus-text-lowercase {
	text-transform: lowercase !important
}

.vus-text-uppercase {
	text-transform: uppercase !important
}

.vus-text-capitalize {
	text-transform: capitalize !important
}

.vus-text-through {
	text-decoration: line-through !important
}

.vus-text-overline {
	text-decoration: overline !important
}

.vus-text-underline {
	text-decoration: underline !important
}

.vus-text-nowrap {
	white-space: nowrap !important
}

.vus-text-letter {
	word-break: break-all !important
}

.vus-text-word {
	word-wrap: break-word !important
}

.vus-text-pre {
	white-space: pre-wrap !important
}

.vus-text-ellipsis {
	overflow: hidden !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important
}

.vus-fw-100 {
	font-weight: 100 !important
}

.vus-fw-200 {
	font-weight: 200 !important
}

.vus-fw-300 {
	font-weight: 300 !important
}

.vus-fw-400 {
	font-weight: 400 !important
}

.vus-fw-500 {
	font-weight: 500 !important
}

.vus-fw-600 {
	font-weight: 600 !important
}

.vus-fw-700 {
	font-weight: 700 !important
}

.vus-fw-bold {
	font-weight: bolder !important
}

.vus-fw-normal {
	font-weight: 400 !important
}

.vus-fs-italic {
	font-style: italic !important
}

.vus-fs-normal {
	font-style: normal !important
}

.vus-fl {
	float: left !important
}

.vus-fr {
	float: right !important
}

.vus-fn {
	float: none !important
}

.vus-calc-w-10 {
	width: calc(100% - .625rem)
}

.vus-calc-w-12 {
	width: calc(100% - .75rem)
}

.vus-calc-w-14 {
	width: calc(100% - .875rem)
}

.vus-calc-w-15 {
	width: calc(100% - .9375rem)
}

.vus-calc-w-16 {
	width: calc(100% - 1rem)
}

.vus-calc-w-18 {
	width: calc(100% - 1.125rem)
}

.vus-calc-w-20 {
	width: calc(100% - 1.25rem)
}

.vus-calc-w-22 {
	width: calc(100% - 1.375rem)
}

.vus-calc-w-24 {
	width: calc(100% - 1.5rem)
}

.vus-calc-w-25 {
	width: calc(100% - 1.5625rem)
}

.vus-calc-w-26 {
	width: calc(100% - 1.625rem)
}

.vus-calc-w-28 {
	width: calc(100% - 1.75rem)
}

.vus-calc-w-30 {
	width: calc(100% - 1.875rem)
}

.vus-calc-w-32 {
	width: calc(100% - 2rem)
}

.vus-calc-w-34 {
	width: calc(100% - .875rem)
}

.vus-calc-w-35 {
	width: calc(100% - 2.1875rem)
}

.vus-calc-w-36 {
	width: calc(100% - 2.25rem)
}

.vus-calc-w-38 {
	width: calc(100% - 2.375rem)
}

.vus-calc-w-40 {
	width: calc(100% - 2.5rem)
}

.vus-calc-w-42 {
	width: calc(100% - 2.625rem)
}

.vus-calc-w-44 {
	width: calc(100% - 2.75rem)
}

.vus-calc-w-45 {
	width: calc(100% - 2.8125rem)
}

.vus-calc-w-46 {
	width: calc(100% - 2.875rem)
}

.vus-calc-w-48 {
	width: calc(100% - 3rem)
}

.vus-calc-w-50 {
	width: calc(100% - 3.125rem)
}

.vus-calc-w-52 {
	width: calc(100% - 3.25rem)
}

.vus-calc-w-54 {
	width: calc(100% - 3.375rem)
}

.vus-calc-w-55 {
	width: calc(100% - 3.4375rem)
}

.vus-calc-w-56 {
	width: calc(100% - 3.5rem)
}

.vus-calc-w-58 {
	width: calc(100% - 3.625rem)
}

.vus-calc-w-60 {
	width: calc(100% - 3.75rem)
}

.vus-calc-w-62 {
	width: calc(100% - 3.875rem)
}

.vus-calc-w-64 {
	width: calc(100% - 4rem)
}

.vus-calc-w-65 {
	width: calc(100% - 4.0625rem)
}

.vus-calc-w-66 {
	width: calc(100% - 4.125rem)
}

.vus-calc-w-68 {
	width: calc(100% - 4.25rem)
}

.vus-calc-w-70 {
	width: calc(100% - 4.375rem)
}

.vus-calc-w-72 {
	width: calc(100% - 4.5rem)
}

.vus-calc-w-74 {
	width: calc(100% - 4.625rem)
}

.vus-calc-w-75 {
	width: calc(100% - 4.6875rem)
}

.vus-calc-w-76 {
	width: calc(100% - 4.75rem)
}

.vus-calc-w-78 {
	width: calc(100% - 4.875rem)
}

.vus-calc-w-80 {
	width: calc(100% - 5rem)
}

.vus-calc-w-82 {
	width: calc(100% - 5.125rem)
}

.vus-calc-w-84 {
	width: calc(100% - 5.25rem)
}

.vus-calc-w-85 {
	width: calc(100% - 5.3125rem)
}

.vus-calc-w-86 {
	width: calc(100% - 5.375rem)
}

.vus-calc-w-88 {
	width: calc(100% - 5.5rem)
}

.vus-calc-w-90 {
	width: calc(100% - 5.625rem)
}

.vus-calc-w-92 {
	width: calc(100% - 5.75rem)
}

.vus-calc-w-94 {
	width: calc(100% - 5.875rem)
}

.vus-calc-w-95 {
	width: calc(100% - 5.9375rem)
}

.vus-calc-w-96 {
	width: calc(100% - 6rem)
}

.vus-calc-w-98 {
	width: calc(100% - 6.125rem)
}

.vus-calc-w-100 {
	width: calc(100% - 6.25rem)
}

.vus-calc-w-110 {
	width: calc(100% - 6.875rem)
}

.vus-calc-w-120 {
	width: calc(100% - 7.5rem)
}

.vus-calc-w-130 {
	width: calc(100% - 8.125rem)
}

.vus-calc-w-140 {
	width: calc(100% - 8.75rem)
}

.vus-calc-w-150 {
	width: calc(100% - 9.375rem)
}

.vus-calc-w-160 {
	width: calc(100% - 10rem)
}

.vus-calc-w-170 {
	width: calc(100% - 10.625rem)
}

.vus-calc-w-180 {
	width: calc(100% - 11.25rem)
}

.vus-calc-w-190 {
	width: calc(100% - 11.875rem)
}

.vus-calc-w-200 {
	width: calc(100% - 12.5rem)
}

.vus-calc-w-210 {
	width: calc(100% - 13.125rem)
}

.vus-calc-w-220 {
	width: calc(100% - 13.75rem)
}

.vus-calc-w-230 {
	width: calc(100% - 14.375rem)
}

.vus-calc-w-240 {
	width: calc(100% - 15rem)
}

.vus-calc-w-250 {
	width: calc(100% - 15.625rem)
}

.vus-calc-w-260 {
	width: calc(100% - 16.25rem)
}

.vus-calc-w-270 {
	width: calc(100% - 16.875rem)
}

.vus-calc-w-280 {
	width: calc(100% - 17.5rem)
}

.vus-calc-w-290 {
	width: calc(100% - 18.125rem)
}

.vus-calc-w-300 {
	width: calc(100% - 18.75rem)
}

.vus-calc-h-10 {
	height: calc(100% - .625rem)
}

.vus-calc-h-12 {
	height: calc(100% - .75rem)
}

.vus-calc-h-14 {
	height: calc(100% - .875rem)
}

.vus-calc-h-15 {
	height: calc(100% - .9375rem)
}

.vus-calc-h-16 {
	height: calc(100% - 1rem)
}

.vus-calc-h-18 {
	height: calc(100% - 1.125rem)
}

.vus-calc-h-20 {
	height: calc(100% - 1.25rem)
}

.vus-calc-h-22 {
	height: calc(100% - 1.375rem)
}

.vus-calc-h-24 {
	height: calc(100% - 1.5rem)
}

.vus-calc-h-25 {
	height: calc(100% - 1.5625rem)
}

.vus-calc-h-26 {
	height: calc(100% - 1.625rem)
}

.vus-calc-h-28 {
	height: calc(100% - 1.75rem)
}

.vus-calc-h-30 {
	height: calc(100% - 1.875rem)
}

.vus-calc-h-32 {
	height: calc(100% - 2rem)
}

.vus-calc-h-34 {
	height: calc(100% - .875rem)
}

.vus-calc-h-35 {
	height: calc(100% - 2.1875rem)
}

.vus-calc-h-36 {
	height: calc(100% - 2.25rem)
}

.vus-calc-h-38 {
	height: calc(100% - 2.375rem)
}

.vus-calc-h-40 {
	height: calc(100% - 2.5rem)
}

.vus-calc-h-42 {
	height: calc(100% - 2.625rem)
}

.vus-calc-h-44 {
	height: calc(100% - 2.75rem)
}

.vus-calc-h-45 {
	height: calc(100% - 2.8125rem)
}

.vus-calc-h-46 {
	height: calc(100% - 2.875rem)
}

.vus-calc-h-48 {
	height: calc(100% - 3rem)
}

.vus-calc-h-50 {
	height: calc(100% - 3.125rem)
}

.vus-calc-h-52 {
	height: calc(100% - 3.25rem)
}

.vus-calc-h-54 {
	height: calc(100% - 3.375rem)
}

.vus-calc-h-55 {
	height: calc(100% - 3.4375rem)
}

.vus-calc-h-56 {
	height: calc(100% - 3.5rem)
}

.vus-calc-h-58 {
	height: calc(100% - 3.625rem)
}

.vus-calc-h-60 {
	height: calc(100% - 3.75rem)
}

.vus-calc-h-62 {
	height: calc(100% - 3.875rem)
}

.vus-calc-h-64 {
	height: calc(100% - 4rem)
}

.vus-calc-h-65 {
	height: calc(100% - 4.0625rem)
}

.vus-calc-h-66 {
	height: calc(100% - 4.125rem)
}

.vus-calc-h-68 {
	height: calc(100% - 4.25rem)
}

.vus-calc-h-70 {
	height: calc(100% - 4.375rem)
}

.vus-calc-h-72 {
	height: calc(100% - 4.5rem)
}

.vus-calc-h-74 {
	height: calc(100% - 4.625rem)
}

.vus-calc-h-75 {
	height: calc(100% - 4.6875rem)
}

.vus-calc-h-76 {
	height: calc(100% - 4.75rem)
}

.vus-calc-h-78 {
	height: calc(100% - 4.875rem)
}

.vus-calc-h-80 {
	height: calc(100% - 5rem)
}

.vus-calc-h-82 {
	height: calc(100% - 5.125rem)
}

.vus-calc-h-84 {
	height: calc(100% - 5.25rem)
}

.vus-calc-h-85 {
	height: calc(100% - 5.3125rem)
}

.vus-calc-h-86 {
	height: calc(100% - 5.375rem)
}

.vus-calc-h-88 {
	height: calc(100% - 5.5rem)
}

.vus-calc-h-90 {
	height: calc(100% - 5.625rem)
}

.vus-calc-h-92 {
	height: calc(100% - 5.75rem)
}

.vus-calc-h-94 {
	height: calc(100% - 5.875rem)
}

.vus-calc-h-95 {
	height: calc(100% - 5.9375rem)
}

.vus-calc-h-96 {
	height: calc(100% - 6rem)
}

.vus-calc-h-98 {
	height: calc(100% - 6.125rem)
}

.vus-calc-h-100 {
	height: calc(100% - 6.25rem)
}

.vus-calc-h-110 {
	height: calc(100% - 6.875rem)
}

.vus-calc-h-120 {
	height: calc(100% - 7.5rem)
}

.vus-calc-h-130 {
	height: calc(100% - 8.125rem)
}

.vus-calc-h-140 {
	height: calc(100% - 8.75rem)
}

.vus-calc-h-150 {
	height: calc(100% - 9.375rem)
}

.vus-calc-h-160 {
	height: calc(100% - 10rem)
}

.vus-calc-h-170 {
	height: calc(100% - 10.625rem)
}

.vus-calc-h-180 {
	height: calc(100% - 11.25rem)
}

.vus-calc-h-190 {
	height: calc(100% - 11.875rem)
}

.vus-calc-h-200 {
	height: calc(100% - 12.5rem)
}

.vus-calc-h-210 {
	height: calc(100% - 13.125rem)
}

.vus-calc-h-220 {
	height: calc(100% - 13.75rem)
}

.vus-calc-h-230 {
	height: calc(100% - 14.375rem)
}

.vus-calc-h-240 {
	height: calc(100% - 15rem)
}

.vus-calc-h-250 {
	height: calc(100% - 15.625rem)
}

.vus-calc-h-260 {
	height: calc(100% - 16.25rem)
}

.vus-calc-h-270 {
	height: calc(100% - 16.875rem)
}

.vus-calc-h-280 {
	height: calc(100% - 17.5rem)
}

.vus-calc-h-290 {
	height: calc(100% - 18.125rem)
}

.vus-calc-h-300 {
	height: calc(100% - 18.75rem)
}

.vus-w-0 {
	width: 0 !important
}

.vus-w-5 {
	width: 5% !important
}

.vus-w-10 {
	width: 10% !important
}

.vus-w-15 {
	width: 15% !important
}

.vus-w-20 {
	width: 20% !important
}

.vus-w-25 {
	width: 25% !important
}

.vus-w-30 {
	width: 30% !important
}

.vus-w-35 {
	width: 35% !important
}

.vus-w-40 {
	width: 40% !important
}

.vus-w-45 {
	width: 45% !important
}

.vus-w-50 {
	width: 50% !important
}

.vus-w-55 {
	width: 55% !important
}

.vus-w-60 {
	width: 60% !important
}

.vus-w-65 {
	width: 65% !important
}

.vus-w-70 {
	width: 70% !important
}

.vus-w-75 {
	width: 75% !important
}

.vus-w-80 {
	width: 80% !important
}

.vus-w-85 {
	width: 85% !important
}

.vus-w-90 {
	width: 90% !important
}

.vus-w-95 {
	width: 95% !important
}

.vus-w-100 {
	width: 100% !important
}

.vus-vw-100 {
	width: 100vw !important
}

.vus-w-auto {
	width: auto !important
}

.vus-w-px-1 {
	width: .0625rem !important
}

.vus-w-px-2 {
	width: .125rem !important
}

.vus-w-px-3 {
	width: .1875rem !important
}

.vus-w-px-4 {
	width: .25rem !important
}

.vus-w-px-5 {
	width: .3125rem !important
}

.vus-w-px-6 {
	width: .375rem !important
}

.vus-w-px-7 {
	width: .4375rem !important
}

.vus-w-px-8 {
	width: .5rem !important
}

.vus-w-px-9 {
	width: .5625rem !important
}

.vus-w-px-10 {
	width: .625rem !important
}

.vus-w-px-12 {
	width: .75rem !important
}

.vus-w-px-14 {
	width: .875rem !important
}

.vus-w-px-15 {
	width: .9375rem !important
}

.vus-w-px-16 {
	width: 1rem !important
}

.vus-w-px-18 {
	width: 1.125rem !important
}

.vus-w-px-20 {
	width: 1.25rem !important
}

.vus-w-px-22 {
	width: 1.375rem !important
}

.vus-w-px-24 {
	width: 1.5rem !important
}

.vus-w-px-25 {
	width: 1.5625rem !important
}

.vus-w-px-26 {
	width: 1.625rem !important
}

.vus-w-px-28 {
	width: 1.75rem !important
}

.vus-w-px-30 {
	width: 1.875rem !important
}

.vus-w-px-32 {
	width: 2rem !important
}

.vus-w-px-34 {
	width: 2.125rem !important
}

.vus-w-px-35 {
	width: 2.1875rem !important
}

.vus-w-px-36 {
	width: 2.25rem !important
}

.vus-w-px-38 {
	width: 2.375rem !important
}

.vus-w-px-40 {
	width: 2.5rem !important
}

.vus-w-px-42 {
	width: 2.625rem !important
}

.vus-w-px-44 {
	width: 2.75rem !important
}

.vus-w-px-45 {
	width: 2.8125rem !important
}

.vus-w-px-46 {
	width: 2.875rem !important
}

.vus-w-px-48 {
	width: 3rem !important
}

.vus-w-px-50 {
	width: 3.125rem !important
}

.vus-w-px-52 {
	width: 3.25rem !important
}

.vus-w-px-54 {
	width: 3.375rem !important
}

.vus-w-px-55 {
	width: 3.4375rem !important
}

.vus-w-px-56 {
	width: 3.5rem !important
}

.vus-w-px-58 {
	width: 3.625rem !important
}

.vus-w-px-60 {
	width: 3.75rem !important
}

.vus-w-px-62 {
	width: 3.875rem !important
}

.vus-w-px-64 {
	width: 4rem !important
}

.vus-w-px-65 {
	width: 4.0625rem !important
}

.vus-w-px-66 {
	width: 4.125rem !important
}

.vus-w-px-68 {
	width: 4.25rem !important
}

.vus-w-px-70 {
	width: 4.375rem !important
}

.vus-w-px-72 {
	width: 4.5rem !important
}

.vus-w-px-74 {
	width: 4.625rem !important
}

.vus-w-px-75 {
	width: 4.6875rem !important
}

.vus-w-px-76 {
	width: 4.75rem !important
}

.vus-w-px-78 {
	width: 4.875rem !important
}

.vus-w-px-80 {
	width: 5rem !important
}

.vus-w-px-82 {
	width: 5.125rem !important
}

.vus-w-px-84 {
	width: 5.25rem !important
}

.vus-w-px-85 {
	width: 5.3125rem !important
}

.vus-w-px-86 {
	width: 5.375rem !important
}

.vus-w-px-88 {
	width: 5.5rem !important
}

.vus-w-px-90 {
	width: 5.625rem !important
}

.vus-w-px-92 {
	width: 5.75rem !important
}

.vus-w-px-94 {
	width: 5.875rem !important
}

.vus-w-px-95 {
	width: 5.9375rem !important
}

.vus-w-px-96 {
	width: 6rem !important
}

.vus-w-px-98 {
	width: 6.125rem !important
}

.vus-w-px-100 {
	width: 6.25rem !important
}

.vus-w-px-110 {
	width: 6.875rem !important
}

.vus-w-px-120 {
	width: 7.5rem !important
}

.vus-w-px-130 {
	width: 8.125rem !important
}

.vus-w-px-140 {
	width: 8.75rem !important
}

.vus-w-px-150 {
	width: 9.375rem !important
}

.vus-w-px-160 {
	width: 10rem !important
}

.vus-w-px-170 {
	width: 10.625rem !important
}

.vus-w-px-180 {
	width: 11.25rem !important
}

.vus-w-px-190 {
	width: 11.875rem !important
}

.vus-w-px-200 {
	width: 12.5rem !important
}

.vus-w-px-210 {
	width: 13.125rem !important
}

.vus-w-px-220 {
	width: 13.75rem !important
}

.vus-w-px-230 {
	width: 14.375rem !important
}

.vus-w-px-240 {
	width: 15rem !important
}

.vus-w-px-250 {
	width: 15.625rem !important
}

.vus-w-px-260 {
	width: 16.25rem !important
}

.vus-w-px-270 {
	width: 16.875rem !important
}

.vus-w-px-280 {
	width: 17.5rem !important
}

.vus-w-px-290 {
	width: 18.125rem !important
}

.vus-w-px-300 {
	width: 18.75rem !important
}

.vus-w-min-5 {
	min-width: 5% !important
}

.vus-w-min-10 {
	min-width: 10% !important
}

.vus-w-min-15 {
	min-width: 15% !important
}

.vus-w-min-20 {
	min-width: 20% !important
}

.vus-w-min-25 {
	min-width: 25% !important
}

.vus-w-min-30 {
	min-width: 30% !important
}

.vus-w-min-35 {
	min-width: 35% !important
}

.vus-w-min-40 {
	min-width: 40% !important
}

.vus-w-min-45 {
	min-width: 45% !important
}

.vus-w-min-50 {
	min-width: 50% !important
}

.vus-w-min-55 {
	min-width: 55% !important
}

.vus-w-min-60 {
	min-width: 60% !important
}

.vus-w-min-65 {
	min-width: 65% !important
}

.vus-w-min-70 {
	min-width: 70% !important
}

.vus-w-min-75 {
	min-width: 75% !important
}

.vus-w-min-80 {
	min-width: 80% !important
}

.vus-w-min-85 {
	min-width: 85% !important
}

.vus-w-min-90 {
	min-width: 90% !important
}

.vus-w-min-95 {
	min-width: 95% !important
}

.vus-w-min-100 {
	min-width: 100% !important
}

.vus-w-min-auto {
	min-width: auto !important
}

.vus-w-px-min-1 {
	min-width: .0625rem !important
}

.vus-w-px-min-2 {
	min-width: .125rem !important
}

.vus-w-px-min-3 {
	min-width: .1875rem !important
}

.vus-w-px-min-4 {
	min-width: .25rem !important
}

.vus-w-px-min-5 {
	min-width: .3125rem !important
}

.vus-w-px-min-6 {
	min-width: .375rem !important
}

.vus-w-px-min-7 {
	min-width: .4375rem !important
}

.vus-w-px-min-8 {
	min-width: .5rem !important
}

.vus-w-px-min-9 {
	min-width: .5625rem !important
}

.vus-w-px-min-10 {
	min-width: .625rem !important
}

.vus-w-px-min-12 {
	min-width: .75rem !important
}

.vus-w-px-min-14 {
	min-width: .875rem !important
}

.vus-w-px-min-15 {
	min-width: .9375rem !important
}

.vus-w-px-min-16 {
	min-width: 1rem !important
}

.vus-w-px-min-18 {
	min-width: 1.125rem !important
}

.vus-w-px-min-20 {
	min-width: 1.25rem !important
}

.vus-w-px-min-22 {
	min-width: 1.375rem !important
}

.vus-w-px-min-24 {
	min-width: 1.5rem !important
}

.vus-w-px-min-25 {
	min-width: 1.5625rem !important
}

.vus-w-px-min-26 {
	min-width: 1.625rem !important
}

.vus-w-px-min-28 {
	min-width: 1.75rem !important
}

.vus-w-px-min-30 {
	min-width: 1.875rem !important
}

.vus-w-px-min-32 {
	min-width: 2rem !important
}

.vus-w-px-min-34 {
	min-width: 2.125rem !important
}

.vus-w-px-min-35 {
	min-width: 2.1875rem !important
}

.vus-w-px-min-36 {
	min-width: 2.25rem !important
}

.vus-w-px-min-38 {
	min-width: 2.375rem !important
}

.vus-w-px-min-40 {
	min-width: 2.5rem !important
}

.vus-w-px-min-42 {
	min-width: 2.625rem !important
}

.vus-w-px-min-44 {
	min-width: 2.75rem !important
}

.vus-w-px-min-45 {
	min-width: 2.8125rem !important
}

.vus-w-px-min-46 {
	min-width: 2.875rem !important
}

.vus-w-px-min-48 {
	min-width: 3rem !important
}

.vus-w-px-min-50 {
	min-width: 3.125rem !important
}

.vus-w-px-min-52 {
	min-width: 3.25rem !important
}

.vus-w-px-min-54 {
	min-width: 3.375rem !important
}

.vus-w-px-min-55 {
	min-width: 3.4375rem !important
}

.vus-w-px-min-56 {
	min-width: 3.5rem !important
}

.vus-w-px-min-58 {
	min-width: 3.625rem !important
}

.vus-w-px-min-60 {
	min-width: 3.75rem !important
}

.vus-w-px-min-62 {
	min-width: 3.875rem !important
}

.vus-w-px-min-64 {
	min-width: 4rem !important
}

.vus-w-px-min-65 {
	min-width: 4.0625rem !important
}

.vus-w-px-min-66 {
	min-width: 4.125rem !important
}

.vus-w-px-min-68 {
	min-width: 4.25rem !important
}

.vus-w-px-min-70 {
	min-width: 4.375rem !important
}

.vus-w-px-min-72 {
	min-width: 4.5rem !important
}

.vus-w-px-min-74 {
	min-width: 4.625rem !important
}

.vus-w-px-min-75 {
	min-width: 4.6875rem !important
}

.vus-w-px-min-76 {
	min-width: 4.75rem !important
}

.vus-w-px-min-78 {
	min-width: 4.875rem !important
}

.vus-w-px-min-80 {
	min-width: 5rem !important
}

.vus-w-px-min-82 {
	min-width: 5.125rem !important
}

.vus-w-px-min-84 {
	min-width: 5.25rem !important
}

.vus-w-px-min-85 {
	min-width: 5.3125rem !important
}

.vus-w-px-min-86 {
	min-width: 5.375rem !important
}

.vus-w-px-min-88 {
	min-width: 5.5rem !important
}

.vus-w-px-min-90 {
	min-width: 5.625rem !important
}

.vus-w-px-min-92 {
	min-width: 5.75rem !important
}

.vus-w-px-min-94 {
	min-width: 5.875rem !important
}

.vus-w-px-min-95 {
	min-width: 5.9375rem !important
}

.vus-w-px-min-96 {
	min-width: 6rem !important
}

.vus-w-px-min-98 {
	min-width: 6.125rem !important
}

.vus-w-px-min-100 {
	min-width: 6.25rem !important
}

.vus-w-px-min-110 {
	min-width: 6.875rem !important
}

.vus-w-px-min-120 {
	min-width: 7.5rem !important
}

.vus-w-px-min-130 {
	min-width: 8.125rem !important
}

.vus-w-px-min-140 {
	min-width: 8.75rem !important
}

.vus-w-px-min-150 {
	min-width: 9.375rem !important
}

.vus-w-px-min-160 {
	min-width: 10rem !important
}

.vus-w-px-min-170 {
	min-width: 10.625rem !important
}

.vus-w-px-min-180 {
	min-width: 11.25rem !important
}

.vus-w-px-min-190 {
	min-width: 11.875rem !important
}

.vus-w-px-min-200 {
	min-width: 12.5rem !important
}

.vus-w-px-min-210 {
	min-width: 13.125rem !important
}

.vus-w-px-min-220 {
	min-width: 13.75rem !important
}

.vus-w-px-min-230 {
	min-width: 14.375rem !important
}

.vus-w-px-min-240 {
	min-width: 15rem !important
}

.vus-w-px-min-250 {
	min-width: 15.625rem !important
}

.vus-w-px-min-260 {
	min-width: 16.25rem !important
}

.vus-w-px-min-270 {
	min-width: 16.875rem !important
}

.vus-w-px-min-280 {
	min-width: 17.5rem !important
}

.vus-w-px-min-290 {
	min-width: 18.125rem !important
}

.vus-w-px-min-300 {
	min-width: 18.75rem !important
}

.vus-w-max-5 {
	max-width: 5% !important
}

.vus-w-max-10 {
	max-width: 10% !important
}

.vus-w-max-15 {
	max-width: 15% !important
}

.vus-w-max-20 {
	max-width: 20% !important
}

.vus-w-max-25 {
	max-width: 25% !important
}

.vus-w-max-30 {
	max-width: 30% !important
}

.vus-w-max-35 {
	max-width: 35% !important
}

.vus-w-max-40 {
	max-width: 40% !important
}

.vus-w-max-45 {
	max-width: 45% !important
}

.vus-w-max-50 {
	max-width: 50% !important
}

.vus-w-max-55 {
	max-width: 55% !important
}

.vus-w-max-60 {
	max-width: 60% !important
}

.vus-w-max-65 {
	max-width: 65% !important
}

.vus-w-max-70 {
	max-width: 70% !important
}

.vus-w-max-75 {
	max-width: 75% !important
}

.vus-w-max-80 {
	max-width: 80% !important
}

.vus-w-max-85 {
	max-width: 85% !important
}

.vus-w-max-90 {
	max-width: 90% !important
}

.vus-w-max-95 {
	max-width: 95% !important
}

.vus-w-max-100 {
	max-width: 100% !important
}

.vus-w-max-auto {
	max-width: auto !important
}

.vus-w-px-max-1 {
	max-width: .0625rem !important
}

.vus-w-px-max-2 {
	max-width: .125rem !important
}

.vus-w-px-max-3 {
	max-width: .1875rem !important
}

.vus-w-px-max-4 {
	max-width: .25rem !important
}

.vus-w-px-max-5 {
	max-width: .3125rem !important
}

.vus-w-px-max-6 {
	max-width: .375rem !important
}

.vus-w-px-max-7 {
	max-width: .4375rem !important
}

.vus-w-px-max-8 {
	max-width: .5rem !important
}

.vus-w-px-max-9 {
	max-width: .5625rem !important
}

.vus-w-px-max-10 {
	max-width: .625rem !important
}

.vus-w-px-max-12 {
	max-width: .75rem !important
}

.vus-w-px-max-14 {
	max-width: .875rem !important
}

.vus-w-px-max-15 {
	max-width: .9375rem !important
}

.vus-w-px-max-16 {
	max-width: 1rem !important
}

.vus-w-px-max-18 {
	max-width: 1.125rem !important
}

.vus-w-px-max-20 {
	max-width: 1.25rem !important
}

.vus-w-px-max-22 {
	max-width: 1.375rem !important
}

.vus-w-px-max-24 {
	max-width: 1.5rem !important
}

.vus-w-px-max-25 {
	max-width: 1.5625rem !important
}

.vus-w-px-max-26 {
	max-width: 1.625rem !important
}

.vus-w-px-max-28 {
	max-width: 1.75rem !important
}

.vus-w-px-max-30 {
	max-width: 1.875rem !important
}

.vus-w-px-max-32 {
	max-width: 2rem !important
}

.vus-w-px-max-34 {
	max-width: 2.125rem !important
}

.vus-w-px-max-35 {
	max-width: 2.1875rem !important
}

.vus-w-px-max-36 {
	max-width: 2.25rem !important
}

.vus-w-px-max-38 {
	max-width: 2.375rem !important
}

.vus-w-px-max-40 {
	max-width: 2.5rem !important
}

.vus-w-px-max-42 {
	max-width: 2.625rem !important
}

.vus-w-px-max-44 {
	max-width: 2.75rem !important
}

.vus-w-px-max-45 {
	max-width: 2.8125rem !important
}

.vus-w-px-max-46 {
	max-width: 2.875rem !important
}

.vus-w-px-max-48 {
	max-width: 3rem !important
}

.vus-w-px-max-50 {
	max-width: 3.125rem !important
}

.vus-w-px-max-52 {
	max-width: 3.25rem !important
}

.vus-w-px-max-54 {
	max-width: 3.375rem !important
}

.vus-w-px-max-55 {
	max-width: 3.4375rem !important
}

.vus-w-px-max-56 {
	max-width: 3.5rem !important
}

.vus-w-px-max-58 {
	max-width: 3.625rem !important
}

.vus-w-px-max-60 {
	max-width: 3.75rem !important
}

.vus-w-px-max-62 {
	max-width: 3.875rem !important
}

.vus-w-px-max-64 {
	max-width: 4rem !important
}

.vus-w-px-max-65 {
	max-width: 4.0625rem !important
}

.vus-w-px-max-66 {
	max-width: 4.125rem !important
}

.vus-w-px-max-68 {
	max-width: 4.25rem !important
}

.vus-w-px-max-70 {
	max-width: 4.375rem !important
}

.vus-w-px-max-72 {
	max-width: 4.5rem !important
}

.vus-w-px-max-74 {
	max-width: 4.625rem !important
}

.vus-w-px-max-75 {
	max-width: 4.6875rem !important
}

.vus-w-px-max-76 {
	max-width: 4.75rem !important
}

.vus-w-px-max-78 {
	max-width: 4.875rem !important
}

.vus-w-px-max-80 {
	max-width: 5rem !important
}

.vus-w-px-max-82 {
	max-width: 5.125rem !important
}

.vus-w-px-max-84 {
	max-width: 5.25rem !important
}

.vus-w-px-max-85 {
	max-width: 5.3125rem !important
}

.vus-w-px-max-86 {
	max-width: 5.375rem !important
}

.vus-w-px-max-88 {
	max-width: 5.5rem !important
}

.vus-w-px-max-90 {
	max-width: 5.625rem !important
}

.vus-w-px-max-92 {
	max-width: 5.75rem !important
}

.vus-w-px-max-94 {
	max-width: 5.875rem !important
}

.vus-w-px-max-95 {
	max-width: 5.9375rem !important
}

.vus-w-px-max-96 {
	max-width: 6rem !important
}

.vus-w-px-max-98 {
	max-width: 6.125rem !important
}

.vus-w-px-max-100 {
	max-width: 6.25rem !important
}

.vus-w-px-max-110 {
	max-width: 6.875rem !important
}

.vus-w-px-max-120 {
	max-width: 7.5rem !important
}

.vus-w-px-max-130 {
	max-width: 8.125rem !important
}

.vus-w-px-max-140 {
	max-width: 8.75rem !important
}

.vus-w-px-max-150 {
	max-width: 9.375rem !important
}

.vus-w-px-max-160 {
	max-width: 10rem !important
}

.vus-w-px-max-170 {
	max-width: 10.625rem !important
}

.vus-w-px-max-180 {
	max-width: 11.25rem !important
}

.vus-w-px-max-190 {
	max-width: 11.875rem !important
}

.vus-w-px-max-200 {
	max-width: 12.5rem !important
}

.vus-w-px-max-210 {
	max-width: 13.125rem !important
}

.vus-w-px-max-220 {
	max-width: 13.75rem !important
}

.vus-w-px-max-230 {
	max-width: 14.375rem !important
}

.vus-w-px-max-240 {
	max-width: 15rem !important
}

.vus-w-px-max-250 {
	max-width: 15.625rem !important
}

.vus-w-px-max-260 {
	max-width: 16.25rem !important
}

.vus-w-px-max-270 {
	max-width: 16.875rem !important
}

.vus-w-px-max-280 {
	max-width: 17.5rem !important
}

.vus-w-px-max-290 {
	max-width: 18.125rem !important
}

.vus-w-px-max-300 {
	max-width: 18.75rem !important
}

.vus-h-0 {
	height: 0 !important
}

.vus-h-5 {
	height: 5% !important
}

.vus-h-10 {
	height: 10% !important
}

.vus-h-15 {
	height: 15% !important
}

.vus-h-20 {
	height: 20% !important
}

.vus-h-25 {
	height: 25% !important
}

.vus-h-30 {
	height: 30% !important
}

.vus-h-35 {
	height: 35% !important
}

.vus-h-40 {
	height: 40% !important
}

.vus-h-45 {
	height: 45% !important
}

.vus-h-50 {
	height: 50% !important
}

.vus-h-55 {
	height: 55% !important
}

.vus-h-60 {
	height: 60% !important
}

.vus-h-65 {
	height: 65% !important
}

.vus-h-70 {
	height: 70% !important
}

.vus-h-75 {
	height: 75% !important
}

.vus-h-80 {
	height: 80% !important
}

.vus-h-85 {
	height: 85% !important
}

.vus-h-90 {
	height: 90% !important
}

.vus-h-95 {
	height: 95% !important
}

.vus-h-100 {
	height: 100% !important
}

.vus-vh-100 {
	height: 100vh !important
}

.vus-h-auto {
	height: auto !important
}

.vus-h-px-1 {
	height: .0625rem !important
}

.vus-h-px-2 {
	height: .125rem !important
}

.vus-h-px-3 {
	height: .1875rem !important
}

.vus-h-px-4 {
	height: .25rem !important
}

.vus-h-px-5 {
	height: .3125rem !important
}

.vus-h-px-6 {
	height: .375rem !important
}

.vus-h-px-7 {
	height: .4375rem !important
}

.vus-h-px-8 {
	height: .5rem !important
}

.vus-h-px-9 {
	height: .5625rem !important
}

.vus-h-px-10 {
	height: .625rem !important
}

.vus-h-px-12 {
	height: .75rem !important
}

.vus-h-px-14 {
	height: .875rem !important
}

.vus-h-px-15 {
	height: .9375rem !important
}

.vus-h-px-16 {
	height: 1rem !important
}

.vus-h-px-18 {
	height: 1.125rem !important
}

.vus-h-px-20 {
	height: 1.25rem !important
}

.vus-h-px-22 {
	height: 1.375rem !important
}

.vus-h-px-24 {
	height: 1.5rem !important
}

.vus-h-px-25 {
	height: 1.5625rem !important
}

.vus-h-px-26 {
	height: 1.625rem !important
}

.vus-h-px-28 {
	height: 1.75rem !important
}

.vus-h-px-30 {
	height: 1.875rem !important
}

.vus-h-px-32 {
	height: 2rem !important
}

.vus-h-px-34 {
	height: 2.125rem !important
}

.vus-h-px-35 {
	height: 2.1875rem !important
}

.vus-h-px-36 {
	height: 2.25rem !important
}

.vus-h-px-38 {
	height: 2.375rem !important
}

.vus-h-px-40 {
	height: 2.5rem !important
}

.vus-h-px-42 {
	height: 2.625rem !important
}

.vus-h-px-44 {
	height: 2.75rem !important
}

.vus-h-px-45 {
	height: 2.8125rem !important
}

.vus-h-px-46 {
	height: 2.875rem !important
}

.vus-h-px-48 {
	height: 3rem !important
}

.vus-h-px-50 {
	height: 3.125rem !important
}

.vus-h-px-52 {
	height: 3.25rem !important
}

.vus-h-px-54 {
	height: 3.375rem !important
}

.vus-h-px-55 {
	height: 3.4375rem !important
}

.vus-h-px-56 {
	height: 3.5rem !important
}

.vus-h-px-58 {
	height: 3.625rem !important
}

.vus-h-px-60 {
	height: 3.75rem !important
}

.vus-h-px-62 {
	height: 3.875rem !important
}

.vus-h-px-64 {
	height: 4rem !important
}

.vus-h-px-65 {
	height: 4.0625rem !important
}

.vus-h-px-66 {
	height: 4.125rem !important
}

.vus-h-px-68 {
	height: 4.25rem !important
}

.vus-h-px-70 {
	height: 4.375rem !important
}

.vus-h-px-72 {
	height: 4.5rem !important
}

.vus-h-px-74 {
	height: 4.625rem !important
}

.vus-h-px-75 {
	height: 4.6875rem !important
}

.vus-h-px-76 {
	height: 4.75rem !important
}

.vus-h-px-78 {
	height: 4.875rem !important
}

.vus-h-px-80 {
	height: 5rem !important
}

.vus-h-px-82 {
	height: 5.125rem !important
}

.vus-h-px-84 {
	height: 5.25rem !important
}

.vus-h-px-85 {
	height: 5.3125rem !important
}

.vus-h-px-86 {
	height: 5.375rem !important
}

.vus-h-px-88 {
	height: 5.5rem !important
}

.vus-h-px-90 {
	height: 5.625rem !important
}

.vus-h-px-92 {
	height: 5.75rem !important
}

.vus-h-px-94 {
	height: 5.875rem !important
}

.vus-h-px-95 {
	height: 5.9375rem !important
}

.vus-h-px-96 {
	height: 6rem !important
}

.vus-h-px-98 {
	height: 6.125rem !important
}

.vus-h-px-100 {
	height: 6.25rem !important
}

.vus-h-px-110 {
	height: 6.875rem !important
}

.vus-h-px-120 {
	height: 7.5rem !important
}

.vus-h-px-130 {
	height: 8.125rem !important
}

.vus-h-px-140 {
	height: 8.75rem !important
}

.vus-h-px-150 {
	height: 9.375rem !important
}

.vus-h-px-160 {
	height: 10rem !important
}

.vus-h-px-170 {
	height: 10.625rem !important
}

.vus-h-px-180 {
	height: 11.25rem !important
}

.vus-h-px-190 {
	height: 11.875rem !important
}

.vus-h-px-200 {
	height: 12.5rem !important
}

.vus-h-px-210 {
	height: 13.125rem !important
}

.vus-h-px-220 {
	height: 13.75rem !important
}

.vus-h-px-230 {
	height: 14.375rem !important
}

.vus-h-px-240 {
	height: 15rem !important
}

.vus-h-px-250 {
	height: 15.625rem !important
}

.vus-h-px-260 {
	height: 16.25rem !important
}

.vus-h-px-270 {
	height: 16.875rem !important
}

.vus-h-px-280 {
	height: 17.5rem !important
}

.vus-h-px-290 {
	height: 18.125rem !important
}

.vus-h-px-300 {
	height: 18.75rem !important
}

.vus-h-min-5 {
	min-height: 5% !important
}

.vus-h-min-10 {
	min-height: 10% !important
}

.vus-h-min-15 {
	min-height: 15% !important
}

.vus-h-min-20 {
	min-height: 20% !important
}

.vus-h-min-25 {
	min-height: 25% !important
}

.vus-h-min-30 {
	min-height: 30% !important
}

.vus-h-min-35 {
	min-height: 35% !important
}

.vus-h-min-40 {
	min-height: 40% !important
}

.vus-h-min-45 {
	min-height: 45% !important
}

.vus-h-min-50 {
	min-height: 50% !important
}

.vus-h-min-55 {
	min-height: 55% !important
}

.vus-h-min-60 {
	min-height: 60% !important
}

.vus-h-min-65 {
	min-height: 65% !important
}

.vus-h-min-70 {
	min-height: 70% !important
}

.vus-h-min-75 {
	min-height: 75% !important
}

.vus-h-min-80 {
	min-height: 80% !important
}

.vus-h-min-85 {
	min-height: 85% !important
}

.vus-h-min-90 {
	min-height: 90% !important
}

.vus-h-min-95 {
	min-height: 95% !important
}

.vus-h-min-100 {
	min-height: 100% !important
}

.vus-h-min-auto {
	min-height: auto !important
}

.vus-h-px-min-1 {
	min-height: .0625rem !important
}

.vus-h-px-min-2 {
	min-height: .125rem !important
}

.vus-h-px-min-3 {
	min-height: .1875rem !important
}

.vus-h-px-min-4 {
	min-height: .25rem !important
}

.vus-h-px-min-5 {
	min-height: .3125rem !important
}

.vus-h-px-min-6 {
	min-height: .375rem !important
}

.vus-h-px-min-7 {
	min-height: .4375rem !important
}

.vus-h-px-min-8 {
	min-height: .5rem !important
}

.vus-h-px-min-9 {
	min-height: .5625rem !important
}

.vus-h-px-min-10 {
	min-height: .625rem !important
}

.vus-h-px-min-12 {
	min-height: .75rem !important
}

.vus-h-px-min-14 {
	min-height: .875rem !important
}

.vus-h-px-min-15 {
	min-height: .9375rem !important
}

.vus-h-px-min-16 {
	min-height: 1rem !important
}

.vus-h-px-min-18 {
	min-height: 1.125rem !important
}

.vus-h-px-min-20 {
	min-height: 1.25rem !important
}

.vus-h-px-min-22 {
	min-height: 1.375rem !important
}

.vus-h-px-min-24 {
	min-height: 1.5rem !important
}

.vus-h-px-min-25 {
	min-height: 1.5625rem !important
}

.vus-h-px-min-26 {
	min-height: 1.625rem !important
}

.vus-h-px-min-28 {
	min-height: 1.75rem !important
}

.vus-h-px-min-30 {
	min-height: 1.875rem !important
}

.vus-h-px-min-32 {
	min-height: 2rem !important
}

.vus-h-px-min-34 {
	min-height: 2.125rem !important
}

.vus-h-px-min-35 {
	min-height: 2.1875rem !important
}

.vus-h-px-min-36 {
	min-height: 2.25rem !important
}

.vus-h-px-min-38 {
	min-height: 2.375rem !important
}

.vus-h-px-min-40 {
	min-height: 2.5rem !important
}

.vus-h-px-min-42 {
	min-height: 2.625rem !important
}

.vus-h-px-min-44 {
	min-height: 2.75rem !important
}

.vus-h-px-min-45 {
	min-height: 2.8125rem !important
}

.vus-h-px-min-46 {
	min-height: 2.875rem !important
}

.vus-h-px-min-48 {
	min-height: 3rem !important
}

.vus-h-px-min-50 {
	min-height: 3.125rem !important
}

.vus-h-px-min-52 {
	min-height: 3.25rem !important
}

.vus-h-px-min-54 {
	min-height: 3.375rem !important
}

.vus-h-px-min-55 {
	min-height: 3.4375rem !important
}

.vus-h-px-min-56 {
	min-height: 3.5rem !important
}

.vus-h-px-min-58 {
	min-height: 3.625rem !important
}

.vus-h-px-min-60 {
	min-height: 3.75rem !important
}

.vus-h-px-min-62 {
	min-height: 3.875rem !important
}

.vus-h-px-min-64 {
	min-height: 4rem !important
}

.vus-h-px-min-65 {
	min-height: 4.0625rem !important
}

.vus-h-px-min-66 {
	min-height: 4.125rem !important
}

.vus-h-px-min-68 {
	min-height: 4.25rem !important
}

.vus-h-px-min-70 {
	min-height: 4.375rem !important
}

.vus-h-px-min-72 {
	min-height: 4.5rem !important
}

.vus-h-px-min-74 {
	min-height: 4.625rem !important
}

.vus-h-px-min-75 {
	min-height: 4.6875rem !important
}

.vus-h-px-min-76 {
	min-height: 4.75rem !important
}

.vus-h-px-min-78 {
	min-height: 4.875rem !important
}

.vus-h-px-min-80 {
	min-height: 5rem !important
}

.vus-h-px-min-82 {
	min-height: 5.125rem !important
}

.vus-h-px-min-84 {
	min-height: 5.25rem !important
}

.vus-h-px-min-85 {
	min-height: 5.3125rem !important
}

.vus-h-px-min-86 {
	min-height: 5.375rem !important
}

.vus-h-px-min-88 {
	min-height: 5.5rem !important
}

.vus-h-px-min-90 {
	min-height: 5.625rem !important
}

.vus-h-px-min-92 {
	min-height: 5.75rem !important
}

.vus-h-px-min-94 {
	min-height: 5.875rem !important
}

.vus-h-px-min-95 {
	min-height: 5.9375rem !important
}

.vus-h-px-min-96 {
	min-height: 6rem !important
}

.vus-h-px-min-98 {
	min-height: 6.125rem !important
}

.vus-h-px-min-100 {
	min-height: 6.25rem !important
}

.vus-h-px-min-110 {
	min-height: 6.875rem !important
}

.vus-h-px-min-120 {
	min-height: 7.5rem !important
}

.vus-h-px-min-130 {
	min-height: 8.125rem !important
}

.vus-h-px-min-140 {
	min-height: 8.75rem !important
}

.vus-h-px-min-150 {
	min-height: 9.375rem !important
}

.vus-h-px-min-160 {
	min-height: 10rem !important
}

.vus-h-px-min-170 {
	min-height: 10.625rem !important
}

.vus-h-px-min-180 {
	min-height: 11.25rem !important
}

.vus-h-px-min-190 {
	min-height: 11.875rem !important
}

.vus-h-px-min-200 {
	min-height: 12.5rem !important
}

.vus-h-px-min-210 {
	min-height: 13.125rem !important
}

.vus-h-px-min-220 {
	min-height: 13.75rem !important
}

.vus-h-px-min-230 {
	min-height: 14.375rem !important
}

.vus-h-px-min-240 {
	min-height: 15rem !important
}

.vus-h-px-min-250 {
	min-height: 15.625rem !important
}

.vus-h-px-min-260 {
	min-height: 16.25rem !important
}

.vus-h-px-min-270 {
	min-height: 16.875rem !important
}

.vus-h-px-min-280 {
	min-height: 17.5rem !important
}

.vus-h-px-min-290 {
	min-height: 18.125rem !important
}

.vus-h-px-min-300 {
	min-height: 18.75rem !important
}

.vus-h-max-5 {
	max-height: 5% !important
}

.vus-h-max-10 {
	max-height: 10% !important
}

.vus-h-max-15 {
	max-height: 15% !important
}

.vus-h-max-20 {
	max-height: 20% !important
}

.vus-h-max-25 {
	max-height: 25% !important
}

.vus-h-max-30 {
	max-height: 30% !important
}

.vus-h-max-35 {
	max-height: 35% !important
}

.vus-h-max-40 {
	max-height: 40% !important
}

.vus-h-max-45 {
	max-height: 45% !important
}

.vus-h-max-50 {
	max-height: 50% !important
}

.vus-h-max-55 {
	max-height: 55% !important
}

.vus-h-max-60 {
	max-height: 60% !important
}

.vus-h-max-65 {
	max-height: 65% !important
}

.vus-h-max-70 {
	max-height: 70% !important
}

.vus-h-max-75 {
	max-height: 75% !important
}

.vus-h-max-80 {
	max-height: 80% !important
}

.vus-h-max-85 {
	max-height: 85% !important
}

.vus-h-max-90 {
	max-height: 90% !important
}

.vus-h-max-95 {
	max-height: 95% !important
}

.vus-h-max-100 {
	max-height: 100% !important
}

.vus-h-max-auto {
	max-height: auto !important
}

.vus-h-px-max-1 {
	max-height: .0625rem !important
}

.vus-h-px-max-2 {
	max-height: .125rem !important
}

.vus-h-px-max-3 {
	max-height: .1875rem !important
}

.vus-h-px-max-4 {
	max-height: .25rem !important
}

.vus-h-px-max-5 {
	max-height: .3125rem !important
}

.vus-h-px-max-6 {
	max-height: .375rem !important
}

.vus-h-px-max-7 {
	max-height: .4375rem !important
}

.vus-h-px-max-8 {
	max-height: .5rem !important
}

.vus-h-px-max-9 {
	max-height: .5625rem !important
}

.vus-h-px-max-10 {
	max-height: .625rem !important
}

.vus-h-px-max-12 {
	max-height: .75rem !important
}

.vus-h-px-max-14 {
	max-height: .875rem !important
}

.vus-h-px-max-15 {
	max-height: .9375rem !important
}

.vus-h-px-max-16 {
	max-height: 1rem !important
}

.vus-h-px-max-18 {
	max-height: 1.125rem !important
}

.vus-h-px-max-20 {
	max-height: 1.25rem !important
}

.vus-h-px-max-22 {
	max-height: 1.375rem !important
}

.vus-h-px-max-24 {
	max-height: 1.5rem !important
}

.vus-h-px-max-25 {
	max-height: 1.5625rem !important
}

.vus-h-px-max-26 {
	max-height: 1.625rem !important
}

.vus-h-px-max-28 {
	max-height: 1.75rem !important
}

.vus-h-px-max-30 {
	max-height: 1.875rem !important
}

.vus-h-px-max-32 {
	max-height: 2rem !important
}

.vus-h-px-max-34 {
	max-height: 2.125rem !important
}

.vus-h-px-max-35 {
	max-height: 2.1875rem !important
}

.vus-h-px-max-36 {
	max-height: 2.25rem !important
}

.vus-h-px-max-38 {
	max-height: 2.375rem !important
}

.vus-h-px-max-40 {
	max-height: 2.5rem !important
}

.vus-h-px-max-42 {
	max-height: 2.625rem !important
}

.vus-h-px-max-44 {
	max-height: 2.75rem !important
}

.vus-h-px-max-45 {
	max-height: 2.8125rem !important
}

.vus-h-px-max-46 {
	max-height: 2.875rem !important
}

.vus-h-px-max-48 {
	max-height: 3rem !important
}

.vus-h-px-max-50 {
	max-height: 3.125rem !important
}

.vus-h-px-max-52 {
	max-height: 3.25rem !important
}

.vus-h-px-max-54 {
	max-height: 3.375rem !important
}

.vus-h-px-max-55 {
	max-height: 3.4375rem !important
}

.vus-h-px-max-56 {
	max-height: 3.5rem !important
}

.vus-h-px-max-58 {
	max-height: 3.625rem !important
}

.vus-h-px-max-60 {
	max-height: 3.75rem !important
}

.vus-h-px-max-62 {
	max-height: 3.875rem !important
}

.vus-h-px-max-64 {
	max-height: 4rem !important
}

.vus-h-px-max-65 {
	max-height: 4.0625rem !important
}

.vus-h-px-max-66 {
	max-height: 4.125rem !important
}

.vus-h-px-max-68 {
	max-height: 4.25rem !important
}

.vus-h-px-max-70 {
	max-height: 4.375rem !important
}

.vus-h-px-max-72 {
	max-height: 4.5rem !important
}

.vus-h-px-max-74 {
	max-height: 4.625rem !important
}

.vus-h-px-max-75 {
	max-height: 4.6875rem !important
}

.vus-h-px-max-76 {
	max-height: 4.75rem !important
}

.vus-h-px-max-78 {
	max-height: 4.875rem !important
}

.vus-h-px-max-80 {
	max-height: 5rem !important
}

.vus-h-px-max-82 {
	max-height: 5.125rem !important
}

.vus-h-px-max-84 {
	max-height: 5.25rem !important
}

.vus-h-px-max-85 {
	max-height: 5.3125rem !important
}

.vus-h-px-max-86 {
	max-height: 5.375rem !important
}

.vus-h-px-max-88 {
	max-height: 5.5rem !important
}

.vus-h-px-max-90 {
	max-height: 5.625rem !important
}

.vus-h-px-max-92 {
	max-height: 5.75rem !important
}

.vus-h-px-max-94 {
	max-height: 5.875rem !important
}

.vus-h-px-max-95 {
	max-height: 5.9375rem !important
}

.vus-h-px-max-96 {
	max-height: 6rem !important
}

.vus-h-px-max-98 {
	max-height: 6.125rem !important
}

.vus-h-px-max-100 {
	max-height: 6.25rem !important
}

.vus-h-px-max-110 {
	max-height: 6.875rem !important
}

.vus-h-px-max-120 {
	max-height: 7.5rem !important
}

.vus-h-px-max-130 {
	max-height: 8.125rem !important
}

.vus-h-px-max-140 {
	max-height: 8.75rem !important
}

.vus-h-px-max-150 {
	max-height: 9.375rem !important
}

.vus-h-px-max-160 {
	max-height: 10rem !important
}

.vus-h-px-max-170 {
	max-height: 10.625rem !important
}

.vus-h-px-max-180 {
	max-height: 11.25rem !important
}

.vus-h-px-max-190 {
	max-height: 11.875rem !important
}

.vus-h-px-max-200 {
	max-height: 12.5rem !important
}

.vus-h-px-max-210 {
	max-height: 13.125rem !important
}

.vus-h-px-max-220 {
	max-height: 13.75rem !important
}

.vus-h-px-max-230 {
	max-height: 14.375rem !important
}

.vus-h-px-max-240 {
	max-height: 15rem !important
}

.vus-h-px-max-250 {
	max-height: 15.625rem !important
}

.vus-h-px-max-260 {
	max-height: 16.25rem !important
}

.vus-h-px-max-270 {
	max-height: 16.875rem !important
}

.vus-h-px-max-280 {
	max-height: 17.5rem !important
}

.vus-h-px-max-290 {
	max-height: 18.125rem !important
}

.vus-h-px-max-300 {
	max-height: 18.75rem !important
}

.vus-mx-auto {
	display: flex;
	margin-left: auto !important;
	margin-right: auto !important
}

.vus-fluid {
	width: 100% !important;
	display: flex
}

.vus-shadow-blur {
	position: relative
}

.vus-shadow-blur:not (.vus-color-- ):not (.vus-border-- )::before {
	width: 100%;
	height: 100%;
	background-color: inherit;
	content: "";
	display: block;
	filter: blur(.375rem);
	position: absolute;
	top: .375rem;
	left: .375rem;
	z-index: -1;
	opacity: .3;
	transform-origin: 0 0;
	border-radius: inherit;
	transform: scale(1, 1)
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=primary] {
	box-shadow: .25rem .25rem .25rem rgba(0, 119, 238, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=success] {
	box-shadow: .25rem .25rem .25rem rgba(34, 170, 68, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=warning] {
	box-shadow: .25rem .25rem .25rem rgba(238, 136, 51, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=danger] {
	box-shadow: .25rem .25rem .25rem rgba(221, 85, 68, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=info] {
	box-shadow: .25rem .25rem .25rem rgba(51, 170, 238, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=slategray] {
	box-shadow: .25rem .25rem .25rem rgba(112, 128, 144, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=black] {
	background-color: #000 !important;
	box-shadow: .25rem .25rem .25rem rgba(0, 0, 0, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=dark] {
	box-shadow: .25rem .25rem .25rem rgba(51, 51, 51, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=dark-light]
	{
	box-shadow: .25rem .25rem .25rem rgba(85, 85, 85, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=gray-dark] {
	box-shadow: .25rem .25rem .25rem rgba(136, 136, 136, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=gray] {
	box-shadow: .25rem .25rem .25rem rgba(153, 153, 153, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=gray-silver]
	{
	box-shadow: .25rem .25rem .25rem rgba(204, 204, 204, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=gray-smoke]
	{
	box-shadow: .25rem .25rem .25rem rgba(221, 221, 221, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=gray-light]
	{
	box-shadow: .25rem .25rem .25rem rgba(238, 238, 238, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=light] {
	box-shadow: .25rem .25rem .25rem rgba(243, 243, 243, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=light-white]
	{
	box-shadow: .25rem .25rem .25rem rgba(245, 245, 245, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=white] {
	box-shadow: .25rem .25rem .25rem rgba(255, 255, 255, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=snow] {
	box-shadow: .25rem .25rem .25rem rgba(255, 250, 250, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=blue] {
	box-shadow: .25rem .25rem .25rem rgba(0, 0, 255, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=steelblue] {
	box-shadow: .25rem .25rem .25rem rgba(70, 130, 180, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=doderblue] {
	box-shadow: .25rem .25rem .25rem rgba(30, 144, 255, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=cadetblue] {
	box-shadow: .25rem .25rem .25rem rgba(95, 158, 160, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=deepskyblue]
	{
	box-shadow: .25rem .25rem .25rem rgba(0, 191, 255, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=skyblue] {
	box-shadow: .25rem .25rem .25rem rgba(125, 210, 245, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=indigo] {
	box-shadow: .25rem .25rem .25rem rgba(75, 0, 130, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=noble] {
	box-shadow: .25rem .25rem .25rem rgba(153, 136, 255, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=purple] {
	box-shadow: .25rem .25rem .25rem rgba(172, 0, 172, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=magenta] {
	box-shadow: .25rem .25rem .25rem rgba(255, 0, 255, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=violet] {
	box-shadow: .25rem .25rem .25rem rgba(238, 130, 238, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=thistle] {
	box-shadow: .25rem .25rem .25rem rgba(216, 191, 216, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=lavender] {
	box-shadow: .25rem .25rem .25rem rgba(230, 230, 250, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=red] {
	box-shadow: .25rem .25rem .25rem rgba(255, 0, 0, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=red-dark] {
	box-shadow: .25rem .25rem .25rem rgba(204, 0, 0, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=red-light] {
	box-shadow: .25rem .25rem .25rem rgba(255, 153, 153, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=pink] {
	box-shadow: .25rem .25rem .25rem rgba(255, 192, 203, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=brown] {
	box-shadow: .25rem .25rem .25rem rgba(165, 42, 42, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=sienna] {
	box-shadow: .25rem .25rem .25rem rgba(160, 82, 45, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=olive] {
	box-shadow: .25rem .25rem .25rem rgba(128, 128, 0, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=orange] {
	box-shadow: .25rem .25rem .25rem rgba(255, 165, 0, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=gold] {
	box-shadow: .25rem .25rem .25rem rgba(255, 215, 0, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=khaki] {
	box-shadow: .25rem .25rem .25rem rgba(240, 230, 140, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=yellow] {
	box-shadow: .25rem .25rem .25rem rgba(255, 255, 0, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=yellow-tint]
	{
	box-shadow: .25rem .25rem .25rem rgba(255, 255, 168, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=yellow-light]
	{
	box-shadow: .25rem .25rem .25rem rgba(255, 255, 224, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=darkcyan] {
	box-shadow: .25rem .25rem .25rem rgba(0, 139, 139, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=cyan] {
	box-shadow: .25rem .25rem .25rem rgba(0, 255, 255, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=green-dark]
	{
	box-shadow: .25rem .25rem .25rem rgba(0, 128, 0, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=seagreen] {
	box-shadow: .25rem .25rem .25rem rgba(46, 139, 87, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=springgreen]
	{
	box-shadow: .25rem .25rem .25rem rgba(60, 179, 113, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=teal] {
	box-shadow: .25rem .25rem .25rem rgba(32, 201, 151, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=green] {
	box-shadow: .25rem .25rem .25rem rgba(0, 255, 0, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=green-light]
	{
	box-shadow: .25rem .25rem .25rem rgba(144, 238, 144, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=auqamarin] {
	box-shadow: .25rem .25rem .25rem rgba(127, 255, 170, .2) !important
}

.vus-shadow:not (.vus-color-- ):not (.vus-border-- )[class*=vusui] {
	box-shadow: .25rem .25rem .25rem rgba(238, 8, 8, .2) !important
}

.vus-shadow-stack {
	position: relative
}

.vus-shadow-stack:not (.vus-color-- ):not (.vus-border-- )::after {
	width: 100%;
	height: 100%;
	content: "";
	background-color: inherit;
	position: absolute;
	left: 0;
	bottom: -.625rem;
	z-index: -1;
	opacity: .15;
	border-radius: inherit;
	transform: scale(.9, .9)
}

.vus-shadow-stack[class*=bg--white]:not (.vus-color-- ):not (.vus-border--
	)::after {
	background-color: rgba(0, 0, 0, .2)
}

.vus-color--primary, .vus-color--primary::before {
	color: #07e !important
}

.vus-color--success, .vus-color--success::before {
	color: #2a4 !important
}

.vus-color--warning, .vus-color--warning::before {
	color: #e83 !important
}

.vus-color--danger, .vus-color--danger::before {
	color: #d54 !important
}

.vus-color--info, .vus-color--info::before {
	color: #3ae !important
}

.vus-color--slategray, .vus-color--slategray::before {
	color: #708090 !important
}

.vus-color--black, .vus-color--black::before {
	color: #000 !important
}

.vus-color--dark, .vus-color--dark::before {
	color: #333 !important
}

.vus-color--dark-light, .vus-color--dark-light::before {
	color: #555 !important
}

.vus-color--gray-dark, .vus-color--gray-dark::before {
	color: #888 !important
}

.vus-color--gray, .vus-color--gray::before {
	color: #999 !important
}

.vus-color--gray-silver, .vus-color--gray-silver::before {
	color: #ccc !important
}

.vus-color--gray-smoke, .vus-color--gray-smoke::before {
	color: #ddd !important
}

.vus-color--gray-light, .vus-color--gray-light::before {
	color: #eee !important
}

.vus-color--light, .vus-color--light::before {
	color: #f3f3f3 !important
}

.vus-color--light-white, .vus-color--light-white::before {
	color: #f5f5f5 !important
}

.vus-color--white, .vus-color--white::before {
	color: #fff !important
}

.vus-color--snow, .vus-color--snow::before {
	color: snow !important
}

.vus-color--blue, .vus-color--blue::before {
	color: #00f !important
}

.vus-color--steelblue, .vus-color--steelblue::before {
	color: #4682b4 !important
}

.vus-color--doderblue, .vus-color--doderblue::before {
	color: #1e90ff !important
}

.vus-color--cadetblue, .vus-color--cadetblue::before {
	color: #5f9ea0 !important
}

.vus-color--deepskyblue, .vus-color--deepskyblue::before {
	color: #00bfff !important
}

.vus-color--skyblue, .vus-color--skyblue::before {
	color: #7dd2f5 !important
}

.vus-color--indigo, .vus-color--indigo::before {
	color: indigo !important
}

.vus-color--noble, .vus-color--noble::before {
	color: #98f !important
}

.vus-color--purple, .vus-color--purple::before {
	color: #ac00ac !important
}

.vus-color--magenta, .vus-color--magenta::before {
	color: #f0f !important
}

.vus-color--violet, .vus-color--violet::before {
	color: violet !important
}

.vus-color--thistle, .vus-color--thistle::before {
	color: #d8bfd8 !important
}

.vus-color--lavender, .vus-color--lavender::before {
	color: #e6e6fa !important
}

.vus-color--red, .vus-color--red::before {
	color: red !important
}

.vus-color--red-dark, .vus-color--red-dark::before {
	color: #c00 !important
}

.vus-color--red-light, .vus-color--red-light::before {
	color: #f99 !important
}

.vus-color--pink, .vus-color--pink::before {
	color: pink !important
}

.vus-color--brown, .vus-color--brown::before {
	color: brown !important
}

.vus-color--sienna, .vus-color--sienna::before {
	color: sienna !important
}

.vus-color--olive, .vus-color--olive::before {
	color: olive !important
}

.vus-color--orange, .vus-color--orange::before {
	color: orange !important
}

.vus-color--gold, .vus-color--gold::before {
	color: gold !important
}

.vus-color--khaki, .vus-color--khaki::before {
	color: khaki !important
}

.vus-color--yellow, .vus-color--yellow::before {
	color: #ff0 !important
}

.vus-color--yellow-tint, .vus-color--yellow-tint::before {
	color: #ffffa8 !important
}

.vus-color--yellow-light, .vus-color--yellow-light::before {
	color: #ffffe0 !important
}

.vus-color--darkcyan, .vus-color--darkcyan::before {
	color: #008b8b !important
}

.vus-color--cyan, .vus-color--cyan::before {
	color: #0ff !important
}

.vus-color--green-dark, .vus-color--green-dark::before {
	color: green !important
}

.vus-color--seagreen, .vus-color--seagreen::before {
	color: #2e8b57 !important
}

.vus-color--springgreen, .vus-color--springgreen::before {
	color: #3cb371 !important
}

.vus-color--teal, .vus-color--teal::before {
	color: #20c997 !important
}

.vus-color--green, .vus-color--green::before {
	color: #0f0 !important
}

.vus-color--green-light, .vus-color--green-light::before {
	color: #90ee90 !important
}

.vus-color--auqamarin, .vus-color--auqamarin::before {
	color: #7fffaa !important
}

.vus-color--transparent, .vus-color--transparent::before {
	color: transparent !important
}

.vus-color--vusui, .vus-color--vusui::before {
	color: #ee0808 !important
}

.vus-bg--primary {
	background-color: #07e !important
}

.vus-bg--success {
	background-color: #2a4 !important
}

.vus-bg--warning {
	background-color: #e83 !important
}

.vus-bg--danger {
	background-color: #d54 !important
}

.vus-bg--info {
	background-color: #3ae !important
}

.vus-bg--slategray {
	background-color: #708090 !important
}

.vus-bg--black {
	background-color: #000 !important
}

.vus-bg--dark {
	background-color: #333 !important
}

.vus-bg--dark-light {
	background-color: #555 !important
}

.vus-bg--gray-dark {
	background-color: #888 !important
}

.vus-bg--gray {
	background-color: #999 !important
}

.vus-bg--gray-silver {
	background-color: #ccc !important
}

.vus-bg--gray-smoke {
	background-color: #ddd !important
}

.vus-bg--gray-light {
	background-color: #eee !important
}

.vus-bg--light {
	background-color: #f3f3f3 !important
}

.vus-bg--light-white {
	background-color: #f5f5f5 !important
}

.vus-bg--white {
	background-color: #fff !important
}

.vus-bg--snow {
	background-color: snow !important
}

.vus-bg--blue {
	background-color: #00f !important
}

.vus-bg--steelblue {
	background-color: #4682b4 !important
}

.vus-bg--doderblue {
	background-color: #1e90ff !important
}

.vus-bg--cadetblue {
	background-color: #5f9ea0 !important
}

.vus-bg--deepskyblue {
	background-color: #00bfff !important
}

.vus-bg--skyblue {
	background-color: #7dd2f5 !important
}

.vus-bg--indigo {
	background-color: indigo !important
}

.vus-bg--noble {
	background-color: #98f !important
}

.vus-bg--purple {
	background-color: #ac00ac !important
}

.vus-bg--magenta {
	background-color: #f0f !important
}

.vus-bg--violet {
	background-color: violet !important
}

.vus-bg--thistle {
	background-color: #d8bfd8 !important
}

.vus-bg--lavender {
	background-color: #e6e6fa !important
}

.vus-bg--red {
	background-color: red !important
}

.vus-bg--red-dark {
	background-color: #c00 !important
}

.vus-bg--red-light {
	background-color: #f99 !important
}

.vus-bg--pink {
	background-color: pink !important
}

.vus-bg--brown {
	background-color: brown !important
}

.vus-bg--sienna {
	background-color: sienna !important
}

.vus-bg--olive {
	background-color: olive !important
}

.vus-bg--orange {
	background-color: orange !important
}

.vus-bg--gold {
	background-color: gold !important
}

.vus-bg--khaki {
	background-color: khaki !important
}

.vus-bg--yellow {
	background-color: #ff0 !important
}

.vus-bg--yellow-tint {
	background-color: #ffffa8 !important
}

.vus-bg--yellow-light {
	background-color: #ffffe0 !important
}

.vus-bg--darkcyan {
	background-color: #008b8b !important
}

.vus-bg--cyan {
	background-color: #0ff !important
}

.vus-bg--green-dark {
	background-color: green !important
}

.vus-bg--seagreen {
	background-color: #2e8b57 !important
}

.vus-bg--springgreen {
	background-color: #3cb371 !important
}

.vus-bg--teal {
	background-color: #20c997 !important
}

.vus-bg--green {
	background-color: #0f0 !important
}

.vus-bg--green-light {
	background-color: #90ee90 !important
}

.vus-bg--auqamarin {
	background-color: #7fffaa !important
}

.vus-bg--transparent {
	background-color: rgba(0, 0, 0, 0) !important
}

.vus-bg--vusui {
	background-color: #ee0808 !important
}

.vus-bg-gradient--primary {
	background-image: linear-gradient(45deg, #07e, #00aeff) !important
}

.vus-bg-gradient--success {
	background-image: linear-gradient(45deg, #2a4, #2dbc51) !important
}

.vus-bg-gradient--warning {
	background-image: linear-gradient(45deg, #e83, #ffa255) !important
}

.vus-bg-gradient--danger {
	background-image: linear-gradient(45deg, #d54, #f76) !important
}

.vus-bg-gradient--info {
	background-image: linear-gradient(45deg, #3ae, #64c7ff) !important
}

.vus-bg-gradient--slategray {
	background-image: linear-gradient(45deg, #708090, #808f9f) !important
}

.vus-bg-gradient--black {
	background-image: linear-gradient(45deg, #000, #222) !important
}

.vus-bg-gradient--dark {
	background-image: linear-gradient(45deg, #333, #565656) !important
}

.vus-bg-gradient--gray {
	background-image: linear-gradient(45deg, #999, #a6a6a6) !important
}

.vus-bg-gradient--white {
	background-image: linear-gradient(45deg, #f9f9f9, #fff) !important
}

.vus-bg-gradient--blue {
	background-image: linear-gradient(45deg, #00f, #4242ff) !important
}

.vus-bg-gradient--deepskyblue {
	background-image: linear-gradient(45deg, #00bfff, #3bceff) !important
}

.vus-bg-gradient--indigo {
	background-image: linear-gradient(45deg, indigo, #63149d) !important
}

.vus-bg-gradient--purple {
	background-image: linear-gradient(45deg, #ac00ac, #cf04cf) !important
}

.vus-bg-gradient--magenta {
	background-image: linear-gradient(45deg, #f0f, #ff6bff) !important
}

.vus-bg-gradient--violet {
	background-image: linear-gradient(45deg, violet, #f7a9f7) !important
}

.vus-bg-gradient--red {
	background-image: linear-gradient(45deg, red, #ff5252) !important
}

.vus-bg-gradient--brown {
	background-image: linear-gradient(45deg, brown, #c54646) !important
}

.vus-bg-gradient--olive {
	background-image: linear-gradient(45deg, olive, #990) !important
}

.vus-bg-gradient--orange {
	background-image: linear-gradient(45deg, orange, #ffbe46) !important
}

.vus-bg-gradient--darkcyan {
	background-image: linear-gradient(45deg, #008b8b, #00afaf) !important
}

.vus-bg-gradient--teal {
	background-image: linear-gradient(45deg, #20c997, #2fdaa7) !important
}

.vus-bg-gradient--vusui {
	background-image: linear-gradient(45deg, #ee0808, #f50) !important
}

.vus-bg-gradient--transparent {
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .15),
		rgba(255, 255, 255, .02)) !important
}

.vus-border--primary, .vus-border-fine--primary::after {
	border-color: #07e !important
}

.vus-border--success, .vus-border-fine--success::after {
	border-color: #2a4 !important
}

.vus-border--warning, .vus-border-fine--warning::after {
	border-color: #e83 !important
}

.vus-border--danger, .vus-border-fine--danger::after {
	border-color: #d54 !important
}

.vus-border--info, .vus-border-fine--info::after {
	border-color: #3ae !important
}

.vus-border--slategray, .vus-border-fine--slategray::after {
	border-color: #708090 !important
}

.vus-border--black, .vus-border-fine--black::after {
	border-color: #000 !important
}

.vus-border--dark, .vus-border-fine--dark::after {
	border-color: #333 !important
}

.vus-border--dark-light, .vus-border-fine--dark-light::after {
	border-color: #555 !important
}

.vus-border--gray-dark, .vus-border-fine--gray-dark::after {
	border-color: #888 !important
}

.vus-border--gray, .vus-border-fine--gray::after {
	border-color: #999 !important
}

.vus-border--gray-silver, .vus-border-fine--gray-silver::after {
	border-color: #ccc !important
}

.vus-border--gray-smoke, .vus-border-fine--gray-smoke::after {
	border-color: #ddd !important
}

.vus-border--gray-light, .vus-border-fine--gray-light::after {
	border-color: #eee !important
}

.vus-border--light, .vus-border-fine--light::after {
	border-color: #f3f3f3 !important
}

.vus-border--light-white, .vus-border-fine--light-white::after {
	border-color: #f5f5f5 !important
}

.vus-border--white, .vus-border-fine--white::after {
	border-color: #fff !important
}

.vus-border--snow, .vus-border-fine--snow::after {
	border-color: snow !important
}

.vus-border--blue, .vus-border-fine--blue::after {
	border-color: #00f !important
}

.vus-border--steelblue, .vus-border-fine--steelblue::after {
	border-color: #4682b4 !important
}

.vus-border--doderblue, .vus-border-fine--doderblue::after {
	border-color: #1e90ff !important
}

.vus-border--cadetblue, .vus-border-fine--cadetblue::after {
	border-color: #5f9ea0 !important
}

.vus-border--deepskyblue, .vus-border-fine--deepskyblue::after {
	border-color: #00bfff !important
}

.vus-border--skyblue, .vus-border-fine--skyblue::after {
	border-color: #7dd2f5 !important
}

.vus-border--indigo, .vus-border-fine--indigo::after {
	border-color: indigo !important
}

.vus-border--noble, .vus-border-fine--noble::after {
	border-color: #98f !important
}

.vus-border--purple, .vus-border-fine--purple::after {
	border-color: #ac00ac !important
}

.vus-border--magenta, .vus-border-fine--magenta::after {
	border-color: #f0f !important
}

.vus-border--violet, .vus-border-fine--violet::after {
	border-color: violet !important
}

.vus-border--thistle, .vus-border-fine--thistle::after {
	border-color: #d8bfd8 !important
}

.vus-border--lavender, .vus-border-fine--lavender::after {
	border-color: #e6e6fa !important
}

.vus-border--red, .vus-border-fine--red::after {
	border-color: red !important
}

.vus-border--red-dark, .vus-border-fine--red-dark::after {
	border-color: #c00 !important
}

.vus-border--red-light, .vus-border-fine--red-light::after {
	border-color: #f99 !important
}

.vus-border--pink, .vus-border-fine--pink::after {
	border-color: pink !important
}

.vus-border--brown, .vus-border-fine--brown::after {
	border-color: brown !important
}

.vus-border--sienna, .vus-border-fine--sienna::after {
	border-color: sienna !important
}

.vus-border--olive, .vus-border-fine--olive::after {
	border-color: olive !important
}

.vus-border--orange, .vus-border-fine--orange::after {
	border-color: orange !important
}

.vus-border--gold, .vus-border-fine--gold::after {
	border-color: gold !important
}

.vus-border--khaki, .vus-border-fine--khaki::after {
	border-color: khaki !important
}

.vus-border--yellow, .vus-border-fine--yellow::after {
	border-color: #ff0 !important
}

.vus-border--yellow-tint, .vus-border-fine--yellow-tint::after {
	border-color: #ffffa8 !important
}

.vus-border--yellow-light, .vus-border-fine--yellow-light::after {
	border-color: #ffffe0 !important
}

.vus-border--darkcyan, .vus-border-fine--darkcyan::after {
	border-color: #008b8b !important
}

.vus-border--cyan, .vus-border-fine--cyan::after {
	border-color: #0ff !important
}

.vus-border--green-dark, .vus-border-fine--green-dark::after {
	border-color: green !important
}

.vus-border--seagreen, .vus-border-fine--seagreen::after {
	border-color: #2e8b57 !important
}

.vus-border--springgreen, .vus-border-fine--springgreen::after {
	border-color: #3cb371 !important
}

.vus-border--teal, .vus-border-fine--teal::after {
	border-color: #20c997 !important
}

.vus-border--green, .vus-border-fine--green::after {
	border-color: #0f0 !important
}

.vus-border--green-light, .vus-border-fine--green-light::after {
	border-color: #90ee90 !important
}

.vus-border--auqamarin, .vus-border-fine--auqamarin::after {
	border-color: #7fffaa !important
}

.vus-border--transparent, .vus-border-fine--transparent::after {
	border-color: transparent !important
}

.vus-border--vusui, .vus-border-fine--vusui::after {
	border-color: #ee0808 !important
}

.vus-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row
}

.vus-box.nowrap {
	flex-wrap: nowrap
}

.vus-box.wrap-reverse {
	flex-wrap: wrap-reverse
}

.vus-box.row-reverse {
	flex-direction: row-reverse
}

.vus-box.column {
	flex-direction: column
}

.vus-box.column-reverse {
	flex-direction: column-reverse
}

.vus-box.justify-start {
	justify-content: flex-start
}

.vus-box.justify-end {
	justify-content: flex-end
}

.vus-box.justify-center {
	justify-content: center
}

.vus-box.justify-between {
	justify-content: space-between
}

.vus-box.justify-around {
	justify-content: space-around
}

.vus-box.items-start {
	align-items: flex-start
}

.vus-box.items-end {
	align-items: flex-end
}

.vus-box.items-center {
	align-items: center
}

.vus-col, .vus-flex, [class*=vus-col-], [class*=vus-flex-] {
	width: 100%;
	min-height: .0625rem;
	position: relative
}

.vus-col, .vus-flex {
	max-width: 100%;
	flex-basis: 0;
	flex-grow: 1
}

.vus-col-auto, .vus-flex-auto {
	width: auto;
	max-width: none;
	flex: 0 0 auto
}

.vus-col-1 {
	max-width: 8.333333%;
	flex: 0 0 8.333333%
}

.vus-col-2 {
	max-width: 16.666667%;
	flex: 0 0 16.666667%
}

.vus-col-3 {
	max-width: 25%;
	flex: 0 0 25%
}

.vus-col-4 {
	max-width: 33.333333%;
	flex: 0 0 33.333333%
}

.vus-col-5 {
	max-width: 41.666667%;
	flex: 0 0 41.666667%
}

.vus-col-6 {
	max-width: 50%;
	flex: 0 0 50%
}

.vus-col-7 {
	max-width: 58.333333%;
	flex: 0 0 58.333333%
}

.vus-col-8 {
	max-width: 66.666667%;
	flex: 0 0 66.666667%
}

.vus-col-9 {
	max-width: 75%;
	flex: 0 0 75%
}

.vus-col-10 {
	max-width: 83.333333%;
	flex: 0 0 83.333333%
}

.vus-col-11 {
	max-width: 91.666667%;
	flex: 0 0 91.666667%
}

.vus-col-12 {
	max-width: 100%;
	flex: 0 0 100%
}

.vus-flex-1 {
	max-width: 100%;
	flex: 0 0 100%
}

.vus-flex-2 {
	max-width: 50%;
	flex: 0 0 50%
}

.vus-flex-3 {
	max-width: 33.333333%;
	flex: 0 0 33.333333%
}

.vus-flex-4 {
	max-width: 25%;
	flex: 0 0 25%
}

.vus-flex-5 {
	max-width: 20%;
	flex: 0 0 20%
}

.vus-flex-6 {
	max-width: 16.666667%;
	flex: 0 0 16.666667%
}

.vus-flex-7 {
	max-width: 14.285714%;
	flex: 0 0 14.285714%
}

.vus-flex-8 {
	max-width: 12.5%;
	flex: 0 0 12.5%
}

.vus-flex-9 {
	max-width: 11.111111%;
	flex: 0 0 11.111111%
}

.vus-flex-10 {
	max-width: 10%;
	flex: 0 0 10%
}

.vus-flex-11 {
	max-width: 9.090909%;
	flex: 0 0 9.090909%
}

.vus-flex-12 {
	max-width: 8.333333%;
	flex: 0 0 8.333333%
}

.vus-offset-1 {
	margin-left: 8.333333%
}

.vus-offset-2 {
	margin-left: 16.666667%
}

.vus-offset-3 {
	margin-left: 25%
}

.vus-offset-4 {
	margin-left: 33.333333%
}

.vus-offset-5 {
	margin-left: 41.666667%
}

.vus-offset-6 {
	margin-left: 50%
}

.vus-offset-7 {
	margin-left: 58.333333%
}

.vus-offset-8 {
	margin-left: 66.666667%
}

.vus-offset-9 {
	margin-left: 75%
}

.vus-offset-10 {
	margin-left: 83.333333%
}

.vus-offset-11 {
	margin-left: 91.666667%
}

.vus-box.lr-1 {
	margin-left: -.0625rem;
	margin-right: -.0625rem
}

.vus-box.lr-1 .vus-col, .vus-box.lr-1 .vus-flex, .vus-box.lr-1 [class*=vus-col-],
	.vus-box.lr-1 [class*=vus-flex-] {
	padding-left: .0625rem;
	padding-right: .0625rem
}

.vus-box.lr-2 {
	margin-left: -.125rem;
	margin-right: -.125rem
}

.vus-box.lr-2 .vus-col, .vus-box.lr-2 .vus-flex, .vus-box.lr-2 [class*=vus-col-],
	.vus-box.lr-2 [class*=vus-flex-] {
	padding-left: .125rem;
	padding-right: .125rem
}

.vus-box.lr-3 {
	margin-left: -.1875rem;
	margin-right: -.1875rem
}

.vus-box.lr-3 .vus-col, .vus-box.lr-3 .vus-flex, .vus-box.lr-3 [class*=vus-col-],
	.vus-box.lr-3 [class*=vus-flex-] {
	padding-left: .1875rem;
	padding-right: .1875rem
}

.vus-box.lr-4 {
	margin-left: -.25rem;
	margin-right: -.25rem
}

.vus-box.lr-4 .vus-col, .vus-box.lr-4 .vus-flex, .vus-box.lr-4 [class*=vus-col-],
	.vus-box.lr-4 [class*=vus-flex-] {
	padding-left: .25rem;
	padding-right: .25rem
}

.vus-box.lr-5 {
	margin-left: -.3125rem;
	margin-right: -.3125rem
}

.vus-box.lr-5 .vus-col, .vus-box.lr-5 .vus-flex, .vus-box.lr-5 [class*=vus-col-],
	.vus-box.lr-5 [class*=vus-flex-] {
	padding-left: .3125rem;
	padding-right: .3125rem
}

.vus-box.lr-6 {
	margin-left: -.375rem;
	margin-right: -.375rem
}

.vus-box.lr-6 .vus-col, .vus-box.lr-6 .vus-flex, .vus-box.lr-6 [class*=vus-col-],
	.vus-box.lr-6 [class*=vus-flex-] {
	padding-left: .375rem;
	padding-right: .375rem
}

.vus-box.lr-7 {
	margin-left: -.4375rem;
	margin-right: -.4375rem
}

.vus-box.lr-7 .vus-col, .vus-box.lr-7 .vus-flex, .vus-box.lr-7 [class*=vus-col-],
	.vus-box.lr-7 [class*=vus-flex-] {
	padding-left: .4375rem;
	padding-right: .4375rem
}

.vus-box.lr-8 {
	margin-left: -.5rem;
	margin-right: -.5rem
}

.vus-box.lr-8 .vus-col, .vus-box.lr-8 .vus-flex, .vus-box.lr-8 [class*=vus-col-],
	.vus-box.lr-8 [class*=vus-flex-] {
	padding-left: .5rem;
	padding-right: .5rem
}

.vus-box.lr-9 {
	margin-left: -.5625rem;
	margin-right: -.5625rem
}

.vus-box.lr-9 .vus-col, .vus-box.lr-9 .vus-flex, .vus-box.lr-9 [class*=vus-col-],
	.vus-box.lr-9 [class*=vus-flex-] {
	padding-left: .5625rem;
	padding-right: .5625rem
}

.vus-box.lr-10 {
	margin-left: -.625rem;
	margin-right: -.625rem
}

.vus-box.lr-10 .vus-col, .vus-box.lr-10 .vus-flex, .vus-box.lr-10 [class*=vus-col-],
	.vus-box.lr-10 [class*=vus-flex-] {
	padding-left: .625rem;
	padding-right: .625rem
}

.vus-box.lr-11 {
	margin-left: -.6875rem;
	margin-right: -.6875rem
}

.vus-box.lr-11 .vus-col, .vus-box.lr-11 .vus-flex, .vus-box.lr-11 [class*=vus-col-],
	.vus-box.lr-11 [class*=vus-flex-] {
	padding-left: .6875rem;
	padding-right: .6875rem
}

.vus-box.lr-12 {
	margin-left: -.75rem;
	margin-right: -.75rem
}

.vus-box.lr-12 .vus-col, .vus-box.lr-12 .vus-flex, .vus-box.lr-12 [class*=vus-col-],
	.vus-box.lr-12 [class*=vus-flex-] {
	padding-left: .75rem;
	padding-right: .75rem
}

.vus-box.lr-13 {
	margin-left: -.8125rem;
	margin-right: -.8125rem
}

.vus-box.lr-13 .vus-col, .vus-box.lr-13 .vus-flex, .vus-box.lr-13 [class*=vus-col-],
	.vus-box.lr-13 [class*=vus-flex-] {
	padding-left: .8125rem;
	padding-right: .8125rem
}

.vus-box.lr-14 {
	margin-left: -.875rem;
	margin-right: -.875rem
}

.vus-box.lr-14 .vus-col, .vus-box.lr-14 .vus-flex, .vus-box.lr-14 [class*=vus-col-],
	.vus-box.lr-14 [class*=vus-flex-] {
	padding-left: .875rem;
	padding-right: .875rem
}

.vus-box.lr-15 {
	margin-left: -.9375rem;
	margin-right: -.9375rem
}

.vus-box.lr-15 .vus-col, .vus-box.lr-15 .vus-flex, .vus-box.lr-15 [class*=vus-col-],
	.vus-box.lr-15 [class*=vus-flex-] {
	padding-left: .9375rem;
	padding-right: .9375rem
}

.vus-box.lr-16 {
	margin-left: -1rem;
	margin-right: -1rem
}

.vus-box.lr-16 .vus-col, .vus-box.lr-16 .vus-flex, .vus-box.lr-16 [class*=vus-col-],
	.vus-box.lr-16 [class*=vus-flex-] {
	padding-left: 1rem;
	padding-right: 1rem
}

.vus-box.lr-17 {
	margin-left: -1.0625rem;
	margin-right: -1.0625rem
}

.vus-box.lr-17 .vus-col, .vus-box.lr-17 .vus-flex, .vus-box.lr-17 [class*=vus-col-],
	.vus-box.lr-17 [class*=vus-flex-] {
	padding-left: 1.0625rem;
	padding-right: 1.0625rem
}

.vus-box.lr-18 {
	margin-left: -1.125rem;
	margin-right: -1.125rem
}

.vus-box.lr-18 .vus-col, .vus-box.lr-18 .vus-flex, .vus-box.lr-18 [class*=vus-col-],
	.vus-box.lr-18 [class*=vus-flex-] {
	padding-left: 1.125rem;
	padding-right: 1.125rem
}

.vus-box.lr-19 {
	margin-left: -1.1875rem;
	margin-right: -1.1875rem
}

.vus-box.lr-19 .vus-col, .vus-box.lr-19 .vus-flex, .vus-box.lr-19 [class*=vus-col-],
	.vus-box.lr-19 [class*=vus-flex-] {
	padding-left: 1.1875rem;
	padding-right: 1.1875rem
}

.vus-box.lr-20 {
	margin-left: -1.25rem;
	margin-right: -1.25rem
}

.vus-box.lr-20 .vus-col, .vus-box.lr-20 .vus-flex, .vus-box.lr-20 [class*=vus-col-],
	.vus-box.lr-20 [class*=vus-flex-] {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.vus-box.tb-1 {
	margin-top: -.0625rem;
	margin-bottom: -.0625rem
}

.vus-box.tb-1 .vus-col, .vus-box.tb-1 .vus-flex, .vus-box.tb-1 [class*=vus-col-],
	.vus-box.tb-1 [class*=vus-flex-] {
	padding-top: .0625rem;
	padding-bottom: .0625rem
}

.vus-box.tb-2 {
	margin-top: -.125rem;
	margin-bottom: -.125rem
}

.vus-box.tb-2 .vus-col, .vus-box.tb-2 .vus-flex, .vus-box.tb-2 [class*=vus-col-],
	.vus-box.tb-2 [class*=vus-flex-] {
	padding-top: .125rem;
	padding-bottom: .125rem
}

.vus-box.tb-3 {
	margin-top: -.1875rem;
	margin-bottom: -.1875rem
}

.vus-box.tb-3 .vus-col, .vus-box.tb-3 .vus-flex, .vus-box.tb-3 [class*=vus-col-],
	.vus-box.tb-3 [class*=vus-flex-] {
	padding-top: .1875rem;
	padding-bottom: .1875rem
}

.vus-box.tb-4 {
	margin-top: -.25rem;
	margin-bottom: -.25rem
}

.vus-box.tb-4 .vus-col, .vus-box.tb-4 .vus-flex, .vus-box.tb-4 [class*=vus-col-],
	.vus-box.tb-4 [class*=vus-flex-] {
	padding-top: .25rem;
	padding-bottom: .25rem
}

.vus-box.tb-5 {
	margin-top: -.3125rem;
	margin-bottom: -.3125rem
}

.vus-box.tb-5 .vus-col, .vus-box.tb-5 .vus-flex, .vus-box.tb-5 [class*=vus-col-],
	.vus-box.tb-5 [class*=vus-flex-] {
	padding-top: .3125rem;
	padding-bottom: .3125rem
}

.vus-box.tb-6 {
	margin-top: -.375rem;
	margin-bottom: -.375rem
}

.vus-box.tb-6 .vus-col, .vus-box.tb-6 .vus-flex, .vus-box.tb-6 [class*=vus-col-],
	.vus-box.tb-6 [class*=vus-flex-] {
	padding-top: .375rem;
	padding-bottom: .375rem
}

.vus-box.tb-7 {
	margin-top: -.4375rem;
	margin-bottom: -.4375rem
}

.vus-box.tb-7 .vus-col, .vus-box.tb-7 .vus-flex, .vus-box.tb-7 [class*=vus-col-],
	.vus-box.tb-7 [class*=vus-flex-] {
	padding-top: .4375rem;
	padding-bottom: .4375rem
}

.vus-box.tb-8 {
	margin-top: -.5rem;
	margin-bottom: -.5rem
}

.vus-box.tb-8 .vus-col, .vus-box.tb-8 .vus-flex, .vus-box.tb-8 [class*=vus-col-],
	.vus-box.tb-8 [class*=vus-flex-] {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.vus-box.tb-9 {
	margin-top: -.5625rem;
	margin-bottom: -.5625rem
}

.vus-box.tb-9 .vus-col, .vus-box.tb-9 .vus-flex, .vus-box.tb-9 [class*=vus-col-],
	.vus-box.tb-9 [class*=vus-flex-] {
	padding-top: .5625rem;
	padding-bottom: .5625rem
}

.vus-box.tb-10 {
	margin-top: -.625rem;
	margin-bottom: -.625rem
}

.vus-box.tb-10 .vus-col, .vus-box.tb-10 .vus-flex, .vus-box.tb-10 [class*=vus-col-],
	.vus-box.tb-10 [class*=vus-flex-] {
	padding-top: .625rem;
	padding-bottom: .625rem
}

.vus-box.tb-11 {
	margin-top: -.6875rem;
	margin-bottom: -.6875rem
}

.vus-box.tb-11 .vus-col, .vus-box.tb-11 .vus-flex, .vus-box.tb-11 [class*=vus-col-],
	.vus-box.tb-11 [class*=vus-flex-] {
	padding-top: .6875rem;
	padding-bottom: .6875rem
}

.vus-box.tb-12 {
	margin-top: -.75rem;
	margin-bottom: -.75rem
}

.vus-box.tb-12 .vus-col, .vus-box.tb-12 .vus-flex, .vus-box.tb-12 [class*=vus-col-],
	.vus-box.tb-12 [class*=vus-flex-] {
	padding-top: .75rem;
	padding-bottom: .75rem
}

.vus-box.tb-13 {
	margin-top: -.8125rem;
	margin-bottom: -.8125rem
}

.vus-box.tb-13 .vus-col, .vus-box.tb-13 .vus-flex, .vus-box.tb-13 [class*=vus-col-],
	.vus-box.tb-13 [class*=vus-flex-] {
	padding-top: .8125rem;
	padding-bottom: .8125rem
}

.vus-box.tb-14 {
	margin-top: -.875rem;
	margin-bottom: -.875rem
}

.vus-box.tb-14 .vus-col, .vus-box.tb-14 .vus-flex, .vus-box.tb-14 [class*=vus-col-],
	.vus-box.tb-14 [class*=vus-flex-] {
	padding-top: .875rem;
	padding-bottom: .875rem
}

.vus-box.tb-15 {
	margin-top: -.9375rem;
	margin-bottom: -.9375rem
}

.vus-box.tb-15 .vus-col, .vus-box.tb-15 .vus-flex, .vus-box.tb-15 [class*=vus-col-],
	.vus-box.tb-15 [class*=vus-flex-] {
	padding-top: .9375rem;
	padding-bottom: .9375rem
}

.vus-box.tb-16 {
	margin-top: -1rem;
	margin-bottom: -1rem
}

.vus-box.tb-16 .vus-col, .vus-box.tb-16 .vus-flex, .vus-box.tb-16 [class*=vus-col-],
	.vus-box.tb-16 [class*=vus-flex-] {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.vus-box.tb-17 {
	margin-top: -1.0625rem;
	margin-bottom: -1.0625rem
}

.vus-box.tb-17 .vus-col, .vus-box.tb-17 .vus-flex, .vus-box.tb-17 [class*=vus-col-],
	.vus-box.tb-17 [class*=vus-flex-] {
	padding-top: 1.0625rem;
	padding-bottom: 1.0625rem
}

.vus-box.tb-18 {
	margin-top: -1.125rem;
	margin-bottom: -1.125rem
}

.vus-box.tb-18 .vus-col, .vus-box.tb-18 .vus-flex, .vus-box.tb-18 [class*=vus-col-],
	.vus-box.tb-18 [class*=vus-flex-] {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem
}

.vus-box.tb-19 {
	margin-top: -1.1875rem;
	margin-bottom: -1.1875rem
}

.vus-box.tb-19 .vus-col, .vus-box.tb-19 .vus-flex, .vus-box.tb-19 [class*=vus-col-],
	.vus-box.tb-19 [class*=vus-flex-] {
	padding-top: 1.1875rem;
	padding-bottom: 1.1875rem
}

.vus-box.tb-20 {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem
}

.vus-box.tb-20 .vus-col, .vus-box.tb-20 .vus-flex, .vus-box.tb-20 [class*=vus-col-],
	.vus-box.tb-20 [class*=vus-flex-] {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}

.vus-backtop {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.125rem;
	font-family: vusuiCore;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	right: 1.25rem;
	bottom: 5.5rem;
	z-index: 999;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%
}

.vus-backtop::before {
	content: "\e626";
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

[hover-class*=vus-] {
	position: relative;
	transition: all .25s ease-in-out
}

[hover-class=vus-active]:not ([disabled] ):not (.disabled )::before, [hover-class=vus-hover]:not
	([disabled] ):not (.disabled )::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: background-color .25s ease-in-out
}

[hover-class=vus-active]:not ([disabled] ):not (.disabled )::before, [hover-class=vus-hover]:not
	([disabled] ):not (.disabled ):active::before {
	background-color: rgba(128, 128, 128, .1) !important
}

[hover-class=vus-opacity]:not ([disabled] ):not (.disabled ):active {
	opacity: .5
}

[hover-class=vus-move]:not ([disabled] ):not (.disabled ):active {
	transform: translate(.0625rem, .0625rem)
}

.vus-grid {
	position: relative;
	margin-bottom: -.0625rem
}

.vus-grid .item {
	position: relative
}

.vus-grid .item::after {
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border-right: .0625rem solid #e3e3e3;
	border-bottom: .0625rem solid #e3e3e3;
	border-radius: inherit;
	content: " ";
	transform: scale(.5);
	transform-origin: 0 0;
	pointer-events: none
}

.vus-grid .item[class*=flex-2]:nth-child(2n)::after {
	border-right: 0
}

.vus-grid .item[class*=flex-3]:nth-child(3n)::after {
	border-right: 0
}

.vus-grid .item[class*=flex-4]:nth-child(4n)::after {
	border-right: 0
}

.vus-grid .item[class*=flex-5]:nth-child(5n)::after {
	border-right: 0
}

.vus-grid .item[class*=flex-6]:nth-child(6n)::after {
	border-right: 0
}

.vus-grid .item[class*=flex-7]:nth-child(7n)::after {
	border-right: 0
}

.vus-grid .item[class*=flex-8]:nth-child(8n)::after {
	border-right: 0
}

.vus-grid .item[class*=flex-9]:nth-child(9n)::after {
	border-right: 0
}

.vus-grid .item[class*=flex-10]:nth-child(10n)::after {
	border-right: 0
}

.vus-grid .item[class*=flex-11]:nth-child(11n)::after {
	border-right: 0
}

.vus-grid .item[class*=flex-12]:nth-child(12n)::after {
	border-right: 0
}

.vus-grid.no-border .vus-grid .item::after {
	display: none;
	border: 0
}

.vus-tabs {
	white-space: nowrap
}

.vus-tabs::-webkit-scrollbar {
	display: none
}

.vus-tabs .item {
	height: 2.75rem;
	line-height: 2.75rem;
	display: inline-block
}

.vus-anim-all {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.vus-anim-all.fast {
	-webkit-transition-duration: .25s;
	transition-duration: .25s
}

.vus-anim-all.slow {
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

.vus-anim-all.linear {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.vus-anim-all.ease-in {
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

.vus-anim-all.ease-out {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.vus-anim-all.ease-in-out {
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}

.vus-anim {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.vus-anim.spin {
	-webkit-animation: VusSpin 1.5s infinite linear;
	animation: VusSpin 1.5s infinite linear
}

.vus-anim.spin-pulse {
	-webkit-animation: VusSpin 1.5s infinite steps(16);
	animation: VusSpin 1.5s infinite steps(16)
}

@
-webkit-keyframes VusSpin {
	from {-webkit-transform: rotate(0);
	transform: rotate(0)
}

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

}
@
keyframes VusSpin {
	from {-webkit-transform: rotate(0);
	transform: rotate(0)
}

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

}
.vus-anim.flash {
	-webkit-animation-name: vusFlash;
	animation-name: vusFlash
}

@
-webkit-keyframes vusFlash { 0%,100%,50%{
	opacity: 1
}

25%,75%{
opacity
:
0
}
}
@
keyframes vusFlash { 0%,100%,50%{
	opacity: 1
}

25%,75%{
opacity
:
0
}
}
.vus-anim.fade-in {
	-webkit-animation-name: VusFadeIn;
	animation-name: VusFadeIn
}

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

100%{
opacity
:
1
}
}
@
keyframes VusFadeIn { 0%{
	opacity: 0
}

100%{
opacity
:
1
}
}
.vus-anim.fade-out {
	-webkit-animation-name: VusFadeOut;
	animation-name: VusFadeOut
}

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

100%{
opacity
:
0
}
}
@
keyframes VusFadeOut { 0%{
	opacity: 1
}

100%{
opacity
:
0
}
}
.vus-anim.up-slide-in {
	-webkit-animation-name: VusUpSlideIn;
	animation-name: VusUpSlideIn
}

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

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

100%{
opacity
:
1;-webkit-transform
:none
;transform
:none
}
}
.vus-anim.up-slide-out {
	-webkit-animation-name: VusUpSlideOut;
	animation-name: VusUpSlideOut
}

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

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

100%{
opacity
:
0;-webkit-transform
:translate3d
(0
,
-100%,0);
transform
:translate3d
(0
,
-100%,0)
}
}
.vus-anim.down-slide-in {
	-webkit-animation-name: VusDownSlideIn;
	animation-name: VusDownSlideIn
}

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

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

100%{
opacity
:
1;-webkit-transform
:none
;transform
:none
}
}
.vus-anim.down-slide-out {
	-webkit-animation-name: VusDownSlideOut;
	animation-name: VusDownSlideOut
}

@
-webkit-keyframes VusDownSlideOut { 0%{
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

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

100%{
opacity
:
0;-webkit-transform
:translate3d
(0
,
100%,0);
transform
:translate3d
(0
,
100%,0)
}
}
.vus-anim.left-slide-in {
	-webkit-animation-name: VusLeftSlideIn;
	animation-name: VusLeftSlideIn
}

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

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

100%{
opacity
:
1;-webkit-transform
:none
;transform
:none
}
}
.vus-anim.left-slide-out {
	-webkit-animation-name: VusLeftSlideOut;
	animation-name: VusLeftSlideOut
}

@
-webkit-keyframes VusLeftSlideOut { 0%{
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

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

100%{
opacity
:
0;-webkit-transform
:translate3d
(-100%
,
0,0);
transform
:translate3d
(-100%
,
0,0)
}
}
.vus-anim.right-slide-in {
	-webkit-animation-name: VusRightSlideIn;
	animation-name: VusRightSlideIn
}

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

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

100%{
opacity
:
1;-webkit-transform
:none
;transform
:none
}
}
.vus-anim.right-slide-out {
	-webkit-animation-name: VusRightSlideOut;
	animation-name: VusRightSlideOut
}

@
-webkit-keyframes VusRightSlideOut { 0%{
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

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

100%{
opacity
:
0;-webkit-transform
:translate3d
(100%
,
0,0);
transform
:translate3d
(100%
,
0,0)
}
}
.vus-anim.min-zoom-in {
	-webkit-animation-name: VusMinZoomIn;
	animation-name: VusMinZoomIn
}

@
-webkit-keyframes VusMinZoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3)
}

100%{
opacity
:
1
}
}
@
keyframes VusMinZoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3)
}

100%{
opacity
:
1
}
}
.vus-anim.min-zoom-out {
	-webkit-animation-name: VusMinZoomOut;
	animation-name: VusMinZoomOut
}

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

100%{
opacity
:
0;-webkit-transform
:scale3d
(
.3
,
.3
,
.3
);transform
:scale3d
(
.3
,
.3
,
.3
)
}
}
@
keyframes VusMinZoomOut { 0%{
	opacity: 1
}

100%{
opacity
:
0;-webkit-transform
:scale3d
(
.3
,
.3
,
.3
);transform
:scale3d
(
.3
,
.3
,
.3
)
}
}
.vus-anim.max-zoom-in {
	-webkit-animation-name: VusMaxZoomIn;
	animation-name: VusMaxZoomIn
}

@
-webkit-keyframes VusMaxZoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(1.2, 1.2, 1.2);
	transform: scale3d(1.2, 1.2, 1.2)
}

100%{
opacity
:
1;-webkit-transform
:none
;transform
:none
}
}
@
keyframes VusMaxZoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(1.2, 1.2, 1.2);
	transform: scale3d(1.2, 1.2, 1.2)
}

100%{
opacity
:
1;-webkit-transform
:none
;transform
:none
}
}
.vus-anim.max-zoom-out {
	-webkit-animation-name: VusMaxZoomOut;
	animation-name: VusMaxZoomOut
}

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

100%{
opacity
:
0;-webkit-transform
:scale3d
(1
.2
,
1
.2
,
1
.2
);transform
:scale3d
(1
.2
,
1
.2
,
1
.2
)
}
}
@
keyframes VusMaxZoomOut { 0%{
	opacity: 1
}

100%{
opacity
:
0;-webkit-transform
:scale3d
(1
.2
,
1
.2
,
1
.2
);transform
:scale3d
(1
.2
,
1
.2
,
1
.2
)
}
}
.vus-anim.up-zoom-in {
	-webkit-animation-name: VusUpZoomIn;
	animation-name: VusUpZoomIn
}

@
-webkit-keyframes VusUpZoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60%{
opacity
:
1;-webkit-transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(0
,
-60
px
,
0);
transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(0
,
-60
px
,
0);
-webkit-animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1);
animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1)
}
100%{
-webkit-transform
:none
;transform
:none
}
}
@
keyframes VusUpZoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60%{
opacity
:
1;-webkit-transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(0
,
-60
px
,
0);
transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(0
,
-60
px
,
0);
-webkit-animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1);
animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1)
}
100%{
-webkit-transform
:none
;transform
:none
}
}
.vus-anim.down-zoom-in {
	-webkit-animation-name: VusDownZoomIn;
	animation-name: VusDownZoomIn
}

@
-webkit-keyframes VusDownZoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60%{
opacity
:
1;-webkit-transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(0
,
60
px
,
0);
transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(0
,
60
px
,
0);
-webkit-animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1);
animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1)
}
100%{
-webkit-transform
:none
;transform
:none
}
}
@
keyframes VusDownZoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60%{
opacity
:
1;-webkit-transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(0
,
60
px
,
0);
transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(0
,
60
px
,
0);
-webkit-animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1);
animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1)
}
100%{
-webkit-transform
:none
;transform
:none
}
}
.vus-anim.left-zoom-in {
	-webkit-animation-name: VusLeftZoomIn;
	animation-name: VusLeftZoomIn
}

@
-webkit-keyframes VusLeftZoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60%{
opacity
:
1;-webkit-transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(10px
,
0,0);
transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(10px
,
0,0);
-webkit-animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1);
animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1)
}
100%{
-webkit-transform
:none
;transform
:none
}
}
@
keyframes VusLeftZoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60%{
opacity
:
1;-webkit-transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(10px
,
0,0);
transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(10px
,
0,0);
-webkit-animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1);
animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1)
}
100%{
-webkit-transform
:none
;transform
:none
}
}
.vus-anim.right-zoom-in {
	-webkit-animation-name: VusRightZoomIn;
	animation-name: VusRightZoomIn
}

@
-webkit-keyframes VusRightZoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60%{
opacity
:
1;-webkit-transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(-10px
,
0,0);
transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(-10px
,
0,0);
-webkit-animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1);
animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1)
}
100%{
-webkit-transform
:none
;transform
:none
}
}
@
keyframes VusRightZoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60%{
opacity
:
1;-webkit-transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(-10px
,
0,0);
transform
:scale3d
(
.475
,
.475
,
.475
)
 
translate3d
(-10px
,
0,0);
-webkit-animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1);
animation-timing-function
:cubic-bezier
(
.175
,
.885
,
.32
,
1)
}
100%{
-webkit-transform
:none
;transform
:none
}
}
.vus-anim.flip {
	-webkit-animation-name: VusFlip;
	animation-name: VusFlip;
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}

@
-webkit-keyframes VusFlip { 0%{
	-webkit-transform: perspective(600px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(600px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

40%{
-webkit-transform
:perspective(600px)
 
translate3d
(0
,
0,150
px
)
 
rotate3d
(0
,
1,0,-190
deg
);transform
:perspective(600px)
 
translate3d
(0
,
0,150
px
)
 
rotate3d
(0
,
1,0,-190
deg
);-webkit-animation-timing-function
:ease-out
;animation-timing-function
:ease-out
}
50%{
-webkit-transform
:perspective(600px)
 
translate3d
(0
,
0,150
px
)
 
rotate3d
(0
,
1,0,-170
deg
);transform
:perspective(600px)
 
translate3d
(0
,
0,150
px
)
 
rotate3d
(0
,
1,0,-170
deg
);-webkit-animation-timing-function
:ease-in
;animation-timing-function
:ease-in
}
80%{
-webkit-transform
:perspective(600px)
 
scale3d
(
.95
,
.95
,
.95
);transform
:perspective(600px)
 
scale3d
(
.95
,
.95
,
.95
);-webkit-animation-timing-function
:ease-in
;animation-timing-function
:ease-in
}
100%{
-webkit-transform
:perspective(600px)
;transform
:perspective(600px)
;-webkit-animation-timing-function
:ease-in
;animation-timing-function
:ease-in
}
}
@
keyframes VusFlip { 0%{
	-webkit-transform: perspective(600px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(600px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

40%{
-webkit-transform
:perspective(600px)
 
translate3d
(0
,
0,150
px
)
 
rotate3d
(0
,
1,0,-190
deg
);transform
:perspective(600px)
 
translate3d
(0
,
0,150
px
)
 
rotate3d
(0
,
1,0,-190
deg
);-webkit-animation-timing-function
:ease-out
;animation-timing-function
:ease-out
}
50%{
-webkit-transform
:perspective(600px)
 
translate3d
(0
,
0,150
px
)
 
rotate3d
(0
,
1,0,-170
deg
);transform
:perspective(600px)
 
translate3d
(0
,
0,150
px
)
 
rotate3d
(0
,
1,0,-170
deg
);-webkit-animation-timing-function
:ease-in
;animation-timing-function
:ease-in
}
80%{
-webkit-transform
:perspective(600px)
 
scale3d
(
.95
,
.95
,
.95
);transform
:perspective(600px)
 
scale3d
(
.95
,
.95
,
.95
);-webkit-animation-timing-function
:ease-in
;animation-timing-function
:ease-in
}
100%{
-webkit-transform
:perspective(600px)
;transform
:perspective(600px)
;-webkit-animation-timing-function
:ease-in
;animation-timing-function
:ease-in
}
}
.vus-anim.shake {
	-webkit-animation-name: VusShake;
	animation-name: VusShake
}

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

10%,30%,50%,70%,90%{
-webkit-transform
:translate3d
(-10px
,
0,0);
transform
:translate3d
(-10px
,
0,0)
}
20%,40%,60%,80%{
-webkit-transform
:translate3d
(10px
,
0,0);
transform
:translate3d
(10px
,
0,0)
}
}
@
keyframes VusShake { 0%,100%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

10%,30%,50%,70%,90%{
-webkit-transform
:translate3d
(-10px
,
0,0);
transform
:translate3d
(-10px
,
0,0)
}
20%,40%,60%,80%{
-webkit-transform
:translate3d
(10px
,
0,0);
transform
:translate3d
(10px
,
0,0)
}
}
.vus-anim.bounce {
	-webkit-animation-name: VusBounce;
	animation-name: VusBounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@
-webkit-keyframes VusBounce { 0%,100%,20%,53%,80%{
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

40%,43%{
-webkit-transition-timing-function
:cubic-bezier
(
.755
,
.05
,
.855
,
.06
);transition-timing-function
:cubic-bezier
(
.755
,
.05
,
.855
,
.06
);-webkit-transform
:translate3d
(0
,
-30
px
,
0);
transform
:translate3d
(0
,
-30
px
,
0)
}
70%{
-webkit-transition-timing-function
:cubic-bezier
(
.755
,
.05
,
.855
,
.06
);transition-timing-function
:cubic-bezier
(
.755
,
.05
,
.855
,
.06
);-webkit-transform
:translate3d
(0
,
-15
px
,
0);
transform
:translate3d
(0
,
-15
px
,
0)
}
90%{
-webkit-transform
:translate3d
(0
,
-4
px
,
0);
transform
:translate3d
(0
,
-4
px
,
0)
}
}
@
keyframes VusBounce { 0%,100%,20%,53%,80%{
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

40%,43%{
-webkit-transition-timing-function
:cubic-bezier
(
.755
,
.05
,
.855
,
.06
);transition-timing-function
:cubic-bezier
(
.755
,
.05
,
.855
,
.06
);-webkit-transform
:translate3d
(0
,
-30
px
,
0);
transform
:translate3d
(0
,
-30
px
,
0)
}
70%{
-webkit-transition-timing-function
:cubic-bezier
(
.755
,
.05
,
.855
,
.06
);transition-timing-function
:cubic-bezier
(
.755
,
.05
,
.855
,
.06
);-webkit-transform
:translate3d
(0
,
-15
px
,
0);
transform
:translate3d
(0
,
-15
px
,
0)
}
90%{
-webkit-transform
:translate3d
(0
,
-4
px
,
0);
transform
:translate3d
(0
,
-4
px
,
0)
}
}
.vus-anim.left-bounce-in {
	-webkit-animation-name: VusLeftBounceIn;
	animation-name: VusLeftBounceIn
}

@
-webkit-keyframes VusLeftBounceIn { 0%,100%,60%,75%,90%{
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0%{
opacity
:
0;-webkit-transform
:translate3d
(-100%
,
0,0);
transform
:translate3d
(-100%
,
0,0)
}
60%{
opacity
:
1;-webkit-transform
:translate3d
(25px
,
0,0);
transform
:translate3d
(25px
,
0,0)
}
75%{
-webkit-transform
:translate3d
(-10px
,
0,0);
transform
:translate3d
(-10px
,
0,0)
}
90%{
-webkit-transform
:translate3d
(5px
,
0,0);
transform
:translate3d
(5px
,
0,0)
}
100%{
-webkit-transform
:none
;transform
:none
}
}
@
keyframes VusLeftBounceIn { 0%,100%,60%,75%,90%{
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0%{
opacity
:
0;-webkit-transform
:translate3d
(-100%
,
0,0);
transform
:translate3d
(-100%
,
0,0)
}
60%{
opacity
:
1;-webkit-transform
:translate3d
(25px
,
0,0);
transform
:translate3d
(25px
,
0,0)
}
75%{
-webkit-transform
:translate3d
(-10px
,
0,0);
transform
:translate3d
(-10px
,
0,0)
}
90%{
-webkit-transform
:translate3d
(5px
,
0,0);
transform
:translate3d
(5px
,
0,0)
}
100%{
-webkit-transform
:none
;transform
:none
}
}
.vus-anim.left-bounce-out {
	-webkit-animation-name: VusBounceOutLeft;
	animation-name: VusBounceOutLeft
}

@
-webkit-keyframes VusBounceOutLeft { 20%{
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0)
}

100%{
opacity
:
0;-webkit-transform
:translate3d
(-100%
,
0,0);
transform
:translate3d
(-100%
,
0,0)
}
}
@
keyframes VusBounceOutLeft { 20%{
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0)
}

100%{
opacity
:
0;-webkit-transform
:translate3d
(-100%
,
0,0);
transform
:translate3d
(-100%
,
0,0)
}
}
.vus-anim.right-bounce-in {
	-webkit-animation-name: VusRightBounceIn;
	animation-name: VusRightBounceIn
}

@
-webkit-keyframes VusRightBounceIn { 0%,100%,60%,75%,90%{
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0%{
opacity
:
0;-webkit-transform
:translate3d
(100%
,
0,0);
transform
:translate3d
(100%
,
0,0)
}
60%{
opacity
:
1;-webkit-transform
:translate3d
(-25px
,
0,0);
transform
:translate3d
(-25px
,
0,0)
}
75%{
-webkit-transform
:translate3d
(10px
,
0,0);
transform
:translate3d
(10px
,
0,0)
}
90%{
-webkit-transform
:translate3d
(-5px
,
0,0);
transform
:translate3d
(-5px
,
0,0)
}
100%{
-webkit-transform
:none
;transform
:none
}
}
@
keyframes VusRightBounceIn { 0%,100%,60%,75%,90%{
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0%{
opacity
:
0;-webkit-transform
:translate3d
(100%
,
0,0);
transform
:translate3d
(100%
,
0,0)
}
60%{
opacity
:
1;-webkit-transform
:translate3d
(-25px
,
0,0);
transform
:translate3d
(-25px
,
0,0)
}
75%{
-webkit-transform
:translate3d
(10px
,
0,0);
transform
:translate3d
(10px
,
0,0)
}
90%{
-webkit-transform
:translate3d
(-5px
,
0,0);
transform
:translate3d
(-5px
,
0,0)
}
100%{
-webkit-transform
:none
;transform
:none
}
}
.vus-anim.right-bounce-out {
	-webkit-animation-name: VusRightBounceOut;
	animation-name: VusRightBounceOut
}

@
-webkit-keyframes VusRightBounceOut { 20%{
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0)
}

100%{
opacity
:
0;-webkit-transform
:translate3d
(100%
,
0,0);
transform
:translate3d
(100%
,
0,0)
}
}
@
keyframes VusRightBounceOut { 20%{
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0)
}

100%{
opacity
:
0;-webkit-transform
:translate3d
(100%
,
0,0);
transform
:translate3d
(100%
,
0,0)
}
}
.vus-anim.rubber-band {
	-webkit-animation-name: VusRubberBand;
	animation-name: VusRubberBand
}

@
-webkit-keyframes VusRubberBand { 0%{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

30%{
-webkit-transform
:scale3d
(1
.25
,
.75
,
1);
transform
:scale3d
(1
.25
,
.75
,
1)
}
40%{
-webkit-transform
:scale3d
(
.75
,
1
.25
,
1);
transform
:scale3d
(
.75
,
1
.25
,
1)
}
50%{
-webkit-transform
:scale3d
(1
.15
,
.85
,
1);
transform
:scale3d
(1
.15
,
.85
,
1)
}
65%{
-webkit-transform
:scale3d
(
.95
,
1
.05
,
1);
transform
:scale3d
(
.95
,
1
.05
,
1)
}
75%{
-webkit-transform
:scale3d
(1
.05
,
.95
,
1);
transform
:scale3d
(1
.05
,
.95
,
1)
}
100%{
-webkit-transform
:scale3d
(1
,
1,1);
transform
:scale3d
(1
,
1,1)
}
}
@
keyframes VusRubberBand { 0%{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

30%{
-webkit-transform
:scale3d
(1
.25
,
.75
,
1);
transform
:scale3d
(1
.25
,
.75
,
1)
}
40%{
-webkit-transform
:scale3d
(
.75
,
1
.25
,
1);
transform
:scale3d
(
.75
,
1
.25
,
1)
}
50%{
-webkit-transform
:scale3d
(1
.15
,
.85
,
1);
transform
:scale3d
(1
.15
,
.85
,
1)
}
65%{
-webkit-transform
:scale3d
(
.95
,
1
.05
,
1);
transform
:scale3d
(
.95
,
1
.05
,
1)
}
75%{
-webkit-transform
:scale3d
(1
.05
,
.95
,
1);
transform
:scale3d
(1
.05
,
.95
,
1)
}
100%{
-webkit-transform
:scale3d
(1
,
1,1);
transform
:scale3d
(1
,
1,1)
}
}
.vus-ff {
	font-family: vusuiCore !important
}

@font-face {
	font-family: vusuiCore;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAA1IAAsAAAAAINwAAAz3AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCHTgqqUKBKATYCJAOBLAtYAAQgBYR5B4RoG7YaRaTZk1RUsv/rBFNkGFOF7vsDrYTZxmLf6Pz48NdlAlOohHeYQr80tUI9lBMNFG8lWja05TObW/80cqyHj0SEDdvcfeu0aqtCaOJRKCwolEF1YZuRKIRGqIUuLCrolrkgPlHwdvoB5wsHuK1bSBuTtGdUY3SAfDX2MNH+b/zkI6p2OecI/OxeTZZkLfqRL3yS4jd4VyHFhF4D/GsEHMork9s9LNSoFAYnLA5Pts0n+Wa+wRFBBQRJMHDEAA4m9/fNfVomYa6Q4paFmb4KX6Wzgf7sZA5yKeX/Eh0AlwDVuWJSAFAEjoUBVUeqDnWNFzVYTnOhnShRYTSCRfy53pyCvi1XwlGenA0sTRQLKl20NRXAKtianOSim9FmXLSpXGvp1st6FlxFH79847B0qVoN9JaOz2OqQRr5YNQ/5bSh9SzOwculaOAANCmvzMALGok4iMw+69E03WOoq2rGyCaOCUwEHUH8kPGItOCj5yiGtjx9ZQMd/k+eoqWtoaOrb8bWMzYyMCfiWeDbWdhYWtlaO0gl9o5OCpVMrZRrnTVQ2lBxCLWL/D0IPEYlAqNJRFQlCYwWkRltoiAeqZB0iKRLGH1iMGYQnzEkAQKFYIxJxBiRmDEgC9SMlkCgFRgTskZdaAPGFJIw1iEpYxGSIUI5kFgqgEAlGGuQCqmgGoxNSIMItUDq6AnGBuTF2IIQYxvCCNQBqaAeyDwagNTRCGQSTUBm0wykmt5Q15k+qGMHsB9c5AQ4A60/6D6g6W+R01CJQiKr2axo0L7Wr6k45qSJKK8KyanqD0Rp6iTj8UDwkewE8VnJcJg1J+k5kWTEFauSkqvi6ciMcJjBbzyrlmDC4ZKSSMQ9ecniCL81lSwtK4vEI3R8PELPE3a1icRclouvjM/bsKFKFzYYszmoEaEQ/j2t0ig2q07xbZPWrJIec2l6avXs0n5nhZjeenFuyeDfbZnHVxaUDv0TeffmXYPeTeA+Rv4dHOS5T4H3DAYvsP8cuFfB2wEFN7B/XUBWdciztserwUVBiekxc+aonU5mRofQsOnQmbOLXKwozRU98h0U/cfAvQm9Rzi4g2XUcblb/I9YDjXJVHgEVMWWBYz04cccxAaxJLaF90Pg3oLeExzcRr7S+jw2HZIdYlFo6pX8mrwcfaESr34WewQ73tW7dC8+6vau8URWGm/7Jz9oVg24K815FCWZLK3b9OzhLWto5/YcY4i3/aaOPnk2tMK5sc0LtTZpU0Ox+/qd6UmrD623UC5NsXlaHkiIlPkkJPvP0dV4z7KxaWdOVb8djSrmrIpeC+ZryrZiSpZ4vS/6IjOv9gxYk7EMWeEMdcWKolQMoqswf9VTODcwZNEza8mzQ0Y4t5zSi7WZv2qdPgzhrmlqNK3MEkRjiXZitr7p5RqeZUIe57KoKQ9yBSQmvQtlczifaijOokIO5MNtkV2VeiBQSBZ4ru0Fo7/Pnppgs3k96Nbs6eVyWdWyJjdXnZxGHJkXw6KsbPHGD74iGvZdULc4B++Onkf8NRTcQf51FD1SyvJ4cmMkOGMM26zLoev4ERP0YGtJ7kV2BsVpx+ZxOrKoqWxan9UvtBmEa9HEZlXhW/U+Q8hoM9VuIiusNBMSQ1ej8/TbE6w2ExBD1hVVulv9fWZWUCnJAsbsDAPEjkT6xBkvkfZafqW8GAR2Ic9vD7169OQGNfh+ocf/5X/KH+nvNlEyo1Fqw2fT0U0biMXojZ9Fxfz5zJ9rvjSmrH+OpFbJ+kpxTfn6LDE7nPOL8ZBOfqqIp+HIWKLIzyUOHUro7G+CYLp4ryWNyV72z1VKjWgrjaYBnL+SqtRLhOCOHEUnkdluP68p3ibr4F3vGPy4aS944S6Coz92o2/dJ8GTX0vwuL8fvbp/An++seUame7RCXGBxt31IAxlOODP1fgaWV2EpnzFXQpUVhfj4PplpPOG9b7e2IINrKwFd9yj4MPGffCltxAM3IyRFXj6M/m4DE7GyO35aCw4gF/fO44+Xd+Mbv0qP7r1KXEwvXB0x8EJeXpBVNRfSx1izMEuT/m/XaQaDUDVZMDtVN6Uf8Cgmh3AVg9aOwiBRxIeeDAklrAc/XrSWmu2ZLpkduTW2Ax12sbYreqMjWnZ1sV+t3CSxG85Fkn6zbJiuzvRrVtRGJ13Dh+ZcXlO++2dn8E79Wh+YYiL/qOps+CjJNMm2vYLclGn1GoDWaiB5SUTNR9Uc7vQ5c9lnD/V7gFAaEtcxo4C7WH/A2GH462POR/zfnRS/6SYfqdqzmi8vRG3pZaDQTw7qvrSPwsWrDaXm68OnYULd8fGGsjpuPerht4H9qJFJaXXXpeh305aac2j07vit3Q+4N0o8dBhG7ljaeDqpFOpdZqCY6mnNHXHCkrtsVYzYpvjMqKNWOa4jXCvocALcZYfLIfyZx5kKQmZmeGgqmgt9uY2yFUt17w2RjrJlnZf97zolRWrUmVX2f3p/K/o3yLxOZdzruc473tOhLpH/9U81eUb+HyEj1EpHeQdjZx6w+QMX6t4PBjkl8VxWhRvkJGEr/W1HePLYLQGG0w9VyJ/dodtIL7bczLMI/qt5iuP1Y/+CAY+eiKr9//teivmDN+reDQ12LfSxXijxNDktUsR6nio2dn+F5ZJV/EFPvgFkZfoAh5fM3+VZHb6GZezzvec7kF4uoXJEWTwstXlwdvZpxqafRAoBR/MDG3RRKdEr0Q6nXtsRXSGFlsOp39qa55rgeWOy6FVPyim7y6nDLycTQCexCFZ7nv1I3QnMV083uQK4u/PUXJ8nqwt3o8YrTl1Dob7e4+5ZFPzqlU5OTSVg9WBfpyrFfpp87+OjtjYV9mWk5x/cK7kbyk0LujN/wJt2tSy3MQx4z6C42TMQfXrGdU8ZoxaoSA6OtRjqKGODKKgvTVjHNw9+7P298D0SZnUVw8Lq4kPsaY82Tt2HtztET6pPc2LbV316iF/NYRLQ7ZszR9uzQ1sCm58PLUHkNXo3/M2KyxWziHnxeTZlCH+I4wkPwwvv8hzroJ12IsX2HpsXSD7eu7uM0OmD8mUkjprq0OH9pBTSJDCONZu6ia12yDmTX6eQR4KYyB8seoDDdiPYY8F/HzO4HF1MK/BLlbp7mtMnckpu3gdUMBlapAT3HtC56rSN3FeVVje44sXcHSJvrqP0QuiSa9YznpXQ7Ut+lXadK22Fe512tPX2dZx5f89/rv3BNLli6x8Swp2H5QFy4KQN2z1R004bmCj0qjOdYH1y8srjJBz992lkGi5SMGHoAg58emTP0+rcGVLd1zkXmEZslO8/5L/G08tCvrW7+fS3FM8WrzFaS79LVcGQset3LBBUpvhC4AXNn2ZfRn+ata1Ia8mD8oXLa1YfaNvtTJoMB1bcuWBlrc30qf28vQ2ln9fRl+mn5ZXPRe2JCts+qopoo+iKbJqf33hdv76mxo8ADCdEDggHQhrmqpIUvQK4kJzZZU19nWTxT2TfH80HpK0SPyRP3wn5Y3JNZ9kjawyNzSuV6BQJE0948st/z11DwhIzC3GLqz5b1NVFLeXXz4+JlpWBe4z2FHiXhGzoqox4nycfqprnI+rVVUwReJedtQfbiCrio4ZX97Lj+K2ae/fsGY7XErq6yrXmAjmNUY07Alf0xDufZ7ARCPX+r7CmgYASjf8f7EIgH7eeIBp6Zflc8CoYqssmRbtgWAx0ElNAJrKGaPAnogD2oeQB1G0dhhWRuApvWklem9Hsegm4+l/PRDlWNHZoxH0YWQuReiLPFU01lyku6pkeCAr6Z/1YmHDo6RZ2PozyJOBRdfk32WpkG+s2H+VU24lXo2xufnKeEzt06BsFOgoBOD5ooVjnKCbvu8hZKgz/jkDHu+oZbH0S7XIoVXnRvMXnBbnAP3Po9dNp7v5cPpnpBreyRlUoJ+DAgDHWQzg+eZYQ7g/PhKOXg0Eu6C9SCgwwVzCgA22wXi4m6QDXPCXGMCGSIkDzpB0aS7wYTJggOBsAHCCLktCwBC2SCjowTGBscKvCBzhqp+0d/M3DoifrnTxLfervHps0iVRWBpsoFqgrWli7h2Yi7PatgkpfCK3Q6mKvvhMX1S6pQlCL6gWFjihEnMO7XhkDAOmaIS8x1vDYSCYFXVYG08YM8e+z1j34NU0ri4SCioZqAEqSzBgq0YmrKZx4Vjay2slqLl44tA4a1BSvDYq4msL9W22AtsHQp6gSXBhTs1aNUloksNFjOMw4DVUyAjkRjposPMImNmis8vWDI/okDOL+WRurKnpjTZ9PGoCpoO+uWxnoiQrqqYbpmU7rucLhCKxhaWVtY2tnb2Do5NEKpMrlCq1Ruvs4hqMTVDl9sff30xme90BAQYd6MEARjAlztbir+cdviBBhh3s4QBHODVXCQkSJEiQIEGCBAkSZMiQIUOGDBkyZMiwm9C9AAAAAA==')
		format('woff2');
	font-weight: 400;
	font-style: normal;
	font-size: inherit;
	font-variant: normal;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

