
.text-stroke, .text-stroke--primary, .text-stroke--secondary {
	-webkit-text-stroke-width: var(--wp--custom--typography--text-stroke-width, 2px) !important;
}

.ext-absolute {
	position: absolute !important;
}

.bring-to-front, .ext .wp-block-image, .ext-relative {
	position: relative !important;
}

.ext-top-base {
	top: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-top-lg {
	top: var(--extendify--spacing--large, 3rem) !important;
}

.ext--top-base {
	top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--top-lg {
	top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-right-base {
	right: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-right-lg {
	right: var(--extendify--spacing--large, 3rem) !important;
}

.ext--right-base {
	right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--right-lg {
	right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-bottom-base {
	bottom: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-bottom-lg {
	bottom: var(--extendify--spacing--large, 3rem) !important;
}

.ext--bottom-base {
	bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--bottom-lg {
	bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-left-base {
	left: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-left-lg {
	left: var(--extendify--spacing--large, 3rem) !important;
}

.ext--left-base {
	left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--left-lg {
	left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-order-1 {
	order: 1 !important;
}

.ext-order-2 {
	order: 2 !important;
}

.ext-col-auto {
	grid-column: auto !important;
}

.ext-col-span-1 {
	grid-column: span 1/span 1 !important;
}

.ext-col-span-2 {
	grid-column: span 2/span 2 !important;
}

.ext-col-span-3 {
	grid-column: span 3/span 3 !important;
}

.ext-col-span-4 {
	grid-column: span 4/span 4 !important;
}

.ext-col-span-5 {
	grid-column: span 5/span 5 !important;
}

.ext-col-span-6 {
	grid-column: span 6/span 6 !important;
}

.ext-col-span-7 {
	grid-column: span 7/span 7 !important;
}

.ext-col-span-8 {
	grid-column: span 8/span 8 !important;
}

.ext-col-span-9 {
	grid-column: span 9/span 9 !important;
}

.ext-col-span-10 {
	grid-column: span 10/span 10 !important;
}

.ext-col-span-11 {
	grid-column: span 11/span 11 !important;
}

.ext-col-span-12 {
	grid-column: span 12/span 12 !important;
}

.ext-col-span-full {
	grid-column: 1/-1 !important;
}

.ext-col-start-1 {
	grid-column-start: 1 !important;
}

.ext-col-start-2 {
	grid-column-start: 2 !important;
}

.ext-col-start-3 {
	grid-column-start: 3 !important;
}

.ext-col-start-4 {
	grid-column-start: 4 !important;
}

.ext-col-start-5 {
	grid-column-start: 5 !important;
}

.ext-col-start-6 {
	grid-column-start: 6 !important;
}

.ext-col-start-7 {
	grid-column-start: 7 !important;
}

.ext-col-start-8 {
	grid-column-start: 8 !important;
}

.ext-col-start-9 {
	grid-column-start: 9 !important;
}

.ext-col-start-10 {
	grid-column-start: 10 !important;
}

.ext-col-start-11 {
	grid-column-start: 11 !important;
}

.ext-col-start-12 {
	grid-column-start: 12 !important;
}

.ext-col-start-13 {
	grid-column-start: 13 !important;
}

.ext-col-start-auto {
	grid-column-start: auto !important;
}

.ext-col-end-1 {
	grid-column-end: 1 !important;
}

.ext-col-end-2 {
	grid-column-end: 2 !important;
}

.ext-col-end-3 {
	grid-column-end: 3 !important;
}

.ext-col-end-4 {
	grid-column-end: 4 !important;
}

.ext-col-end-5 {
	grid-column-end: 5 !important;
}

.ext-col-end-6 {
	grid-column-end: 6 !important;
}

.ext-col-end-7 {
	grid-column-end: 7 !important;
}

.ext-col-end-8 {
	grid-column-end: 8 !important;
}

.ext-col-end-9 {
	grid-column-end: 9 !important;
}

.ext-col-end-10 {
	grid-column-end: 10 !important;
}

.ext-col-end-11 {
	grid-column-end: 11 !important;
}

.ext-col-end-12 {
	grid-column-end: 12 !important;
}

.ext-col-end-13 {
	grid-column-end: 13 !important;
}

.ext-col-end-auto {
	grid-column-end: auto !important;
}

.ext-row-auto {
	grid-row: auto !important;
}

.ext-row-span-1 {
	grid-row: span 1/span 1 !important;
}

.ext-row-span-2 {
	grid-row: span 2/span 2 !important;
}

.ext-row-span-3 {
	grid-row: span 3/span 3 !important;
}

.ext-row-span-4 {
	grid-row: span 4/span 4 !important;
}

.ext-row-span-5 {
	grid-row: span 5/span 5 !important;
}

.ext-row-span-6 {
	grid-row: span 6/span 6 !important;
}

.ext-row-span-full {
	grid-row: 1/-1 !important;
}

.ext-row-start-1 {
	grid-row-start: 1 !important;
}

.ext-row-start-2 {
	grid-row-start: 2 !important;
}

.ext-row-start-3 {
	grid-row-start: 3 !important;
}

.ext-row-start-4 {
	grid-row-start: 4 !important;
}

.ext-row-start-5 {
	grid-row-start: 5 !important;
}

.ext-row-start-6 {
	grid-row-start: 6 !important;
}

.ext-row-start-7 {
	grid-row-start: 7 !important;
}

.ext-row-start-auto {
	grid-row-start: auto !important;
}

.ext-row-end-1 {
	grid-row-end: 1 !important;
}

.ext-row-end-2 {
	grid-row-end: 2 !important;
}

.ext-row-end-3 {
	grid-row-end: 3 !important;
}

.ext-row-end-4 {
	grid-row-end: 4 !important;
}

.ext-row-end-5 {
	grid-row-end: 5 !important;
}

.ext-row-end-6 {
	grid-row-end: 6 !important;
}

.ext-row-end-7 {
	grid-row-end: 7 !important;
}

.ext-row-end-auto {
	grid-row-end: auto !important;
}

.ext-m-0:not([style*=margin]) {
	margin: 0 !important;
}

.ext-m-auto:not([style*=margin]) {
	margin: auto !important;
}

.ext-m-base:not([style*=margin]) {
	margin: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-m-lg:not([style*=margin]) {
	margin: var(--extendify--spacing--large, 3rem) !important;
}

.ext--m-base:not([style*=margin]) {
	margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--m-lg:not([style*=margin]) {
	margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-mx-0:not([style*=margin]) {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.ext .alignwide, .ext-mx-auto:not([style*=margin]) {
	margin-left: auto !important;
	margin-right: auto !important;
}

.ext-mx-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem) !important;
	margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-mx-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large, 3rem) !important;
	margin-right: var(--extendify--spacing--large, 3rem) !important;
}

.ext--mx-base:not([style*=margin]) {
	margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--mx-lg:not([style*=margin]) {
	margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext .wp-block-group > *, .ext-my-0:not([style*=margin]), .wp-block-column.editor\:pointer-events-none {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.ext-my-auto:not([style*=margin]) {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.ext h2, .ext-my-base:not([style*=margin]) {
	margin-top: var(--wp--style--block-gap, 1.75rem) !important;
	margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-my-lg:not([style*=margin]) {
	margin-top: var(--extendify--spacing--large, 3rem) !important;
	margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}

.ext--my-base:not([style*=margin]) {
	margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--my-lg:not([style*=margin]) {
	margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext .wp-block-columns + .wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]), .ext-mt-0:not([style*=margin]), [class*=fullwidth-cols] .wp-block-column:first-child, [class*=fullwidth-cols] .wp-block-column:first-child > *, [class*=fullwidth-cols] .wp-block-column > :first-child, [class*=fullwidth-cols] .wp-block-group:first-child {
	margin-top: 0 !important;
}

.ext-mt-auto:not([style*=margin]) {
	margin-top: auto !important;
}

.ext-mt-base:not([style*=margin]) {
	margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-mt-lg:not([style*=margin]) {
	margin-top: var(--extendify--spacing--large, 3rem) !important;
}

.ext--mt-base:not([style*=margin]) {
	margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--mt-lg:not([style*=margin]) {
	margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]), .ext-mr-0:not([style*=margin]) {
	margin-right: 0 !important;
}

.ext-mr-auto:not([style*=margin]) {
	margin-right: auto !important;
}

.ext-mr-base:not([style*=margin]) {
	margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-mr-lg:not([style*=margin]) {
	margin-right: var(--extendify--spacing--large, 3rem) !important;
}

.ext--mr-base:not([style*=margin]) {
	margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--mr-lg:not([style*=margin]) {
	margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext .is-not-stacked-on-mobile .wp-block-column, .ext-mb-0:not([style*=margin]), .ext.wp-block-group > :last-child, .wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile > .wp-block-column, [class*=fullwidth-cols] .wp-block-column:last-child, [class*=fullwidth-cols] .wp-block-column > :last-child, [class*=fullwidth-cols] .wp-block-group:last-child {
	margin-bottom: 0 !important;
}

.ext-mb-auto:not([style*=margin]) {
	margin-bottom: auto !important;
}

.ext-mb-base:not([style*=margin]), .wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-mb-lg:not([style*=margin]) {
	margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}

.ext--mb-base:not([style*=margin]) {
	margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--mb-lg:not([style*=margin]) {
	margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-ml-0:not([style*=margin]), .ext-ml-0:not([style*=margin]):not([style*=margin]) {
	margin-left: 0 !important;
}

.ext-ml-auto:not([style*=margin]) {
	margin-left: auto !important;
}

.ext-ml-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-ml-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large, 3rem) !important;
}

.ext--ml-base:not([style*=margin]) {
	margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--ml-lg:not([style*=margin]) {
	margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.editor\:no-resize .components-resizable-box__container, .ext-block {
	display: block !important;
}

.ext .wp-block-image img, .ext-inline-block {
	display: inline-block !important;
}

.ext-inline {
	display: inline !important;
}

.ext-flex {
	display: flex !important;
}

.ext-inline-flex {
	display: inline-flex !important;
}

.ext .ext-grid > [class*="_inner-container"], .ext-grid {
	display: grid !important;
}

.ext-inline-grid {
	display: inline-grid !important;
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container::before, .editor\:no-caption .block-editor-rich-text__editable, .editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender, .editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender, .editor\:no-inserter .wp-block-group__inner-container > .block-list-appender, .editor\:no-inserter > .block-list-appender, .ext-hidden {
	display: none !important;
}

.ext-w-auto {
	width: auto !important;
}

.ext-w-full {
	width: 100% !important;
}

.ext [class*=inner-container] > .alignwide [class*=inner-container] > *, .ext [class*=inner-container] > [data-align=wide] [class*=inner-container] > *, .ext-max-w-full {
	max-width: 100% !important;
}

.ext-flex-1 {
	flex: 1 1 0% !important;
}

.ext-flex-auto {
	flex: 1 1 auto !important;
}

.ext-flex-initial {
	flex: 0 1 auto !important;
}

.ext-flex-none {
	flex: none !important;
}

.ext-flex-shrink-0 {
	flex-shrink: 0 !important;
}

.ext-flex-shrink {
	flex-shrink: 1 !important;
}

.ext-flex-grow-0 {
	flex-grow: 0 !important;
}

.ext-flex-grow {
	flex-grow: 1 !important;
}

.ext-list-none, .is-style-inline-list li {
	list-style-type: none !important;
}

.ext .ext-grid-cols-1 > [class*="_inner-container"], .ext-grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-2 > [class*="_inner-container"], .ext-grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-3 > [class*="_inner-container"], .ext-grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-4 > [class*="_inner-container"], .ext-grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-5 > [class*="_inner-container"], .ext-grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-6 > [class*="_inner-container"], .ext-grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-7 > [class*="_inner-container"], .ext-grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-8 > [class*="_inner-container"], .ext-grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-9 > [class*="_inner-container"], .ext-grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-10 > [class*="_inner-container"], .ext-grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-11 > [class*="_inner-container"], .ext-grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-12 > [class*="_inner-container"], .ext-grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-none > [class*="_inner-container"], .ext-grid-cols-none {
	grid-template-columns: none !important;
}

.ext .ext-grid-rows-1 > [class*="_inner-container"], .ext-grid-rows-1 {
	grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-2 > [class*="_inner-container"], .ext-grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-3 > [class*="_inner-container"], .ext-grid-rows-3 {
	grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-4 > [class*="_inner-container"], .ext-grid-rows-4 {
	grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-5 > [class*="_inner-container"], .ext-grid-rows-5 {
	grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-6 > [class*="_inner-container"], .ext-grid-rows-6 {
	grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-none > [class*="_inner-container"], .ext-grid-rows-none {
	grid-template-rows: none !important;
}

.ext-flex-row {
	flex-direction: row !important;
}

.ext-flex-row-reverse {
	flex-direction: row-reverse !important;
}

.ext-flex-col {
	flex-direction: column !important;
}

.ext-flex-col-reverse {
	flex-direction: column-reverse !important;
}

.ext-flex-wrap {
	flex-wrap: wrap !important;
}

.ext-flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.ext-flex-nowrap {
	flex-wrap: nowrap !important;
}

.ext .ext-items-start > [class*="_inner-container"], .ext-items-start {
	align-items: flex-start !important;
}

.ext .ext-items-end > [class*="_inner-container"], .ext-items-end {
	align-items: flex-end !important;
}

.ext .ext-items-center > [class*="_inner-container"], .ext .is-style-angled > [class*="_inner-container"], .ext-items-center {
	align-items: center !important;
}

.ext .ext-items-baseline > [class*="_inner-container"], .ext-items-baseline {
	align-items: baseline !important;
}

.ext .ext-items-stretch > [class*="_inner-container"], .ext-items-stretch {
	align-items: stretch !important;
}

.ext-justify-start {
	justify-content: flex-start !important;
}

.ext-justify-end {
	justify-content: flex-end !important;
}

.ext-justify-center {
	justify-content: center !important;
}

.ext-justify-between {
	justify-content: space-between !important;
}

.ext-justify-around {
	justify-content: space-around !important;
}

.ext-justify-evenly {
	justify-content: space-evenly !important;
}

.ext-justify-items-start {
	justify-items: start !important;
}

.ext-justify-items-end {
	justify-items: end !important;
}

.ext-justify-items-center {
	justify-items: center !important;
}

.ext-justify-items-stretch {
	justify-items: stretch !important;
}

.ext-gap-0 {
	gap: 0 !important;
}

.ext-gap-base {
	gap: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-gap-lg {
	gap: var(--extendify--spacing--large, 3rem) !important;
}

.ext-gap-x-0 {
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
}

.ext-gap-x-base {
	-moz-column-gap: var(--wp--style--block-gap, 1.75rem) !important;
	column-gap: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-gap-x-lg {
	-moz-column-gap: var(--extendify--spacing--large, 3rem) !important;
	column-gap: var(--extendify--spacing--large, 3rem) !important;
}

.ext-gap-y-0 {
	row-gap: 0 !important;
}

.ext-gap-y-base {
	row-gap: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-gap-y-lg {
	row-gap: var(--extendify--spacing--large, 3rem) !important;
}

.ext-justify-self-auto {
	justify-self: auto !important;
}

.ext-justify-self-start {
	justify-self: start !important;
}

.ext-justify-self-end {
	justify-self: end !important;
}

.ext-justify-self-center {
	justify-self: center !important;
}

.ext-justify-self-stretch {
	justify-self: stretch !important;
}

.ext-rounded-none {
	border-radius: 0 !important;
}

.ext-rounded-full {
	border-radius: 9999px !important;
}

.ext-rounded-t-none {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.ext-rounded-t-full {
	border-top-left-radius: 9999px !important;
	border-top-right-radius: 9999px !important;
}

.ext-rounded-r-none {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.ext-rounded-r-full {
	border-top-right-radius: 9999px !important;
	border-bottom-right-radius: 9999px !important;
}

.ext-rounded-b-none {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.ext-rounded-b-full {
	border-bottom-right-radius: 9999px !important;
	border-bottom-left-radius: 9999px !important;
}

.ext-rounded-l-none {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.ext-rounded-l-full {
	border-top-left-radius: 9999px !important;
	border-bottom-left-radius: 9999px !important;
}

.ext-rounded-tl-none {
	border-top-left-radius: 0 !important;
}

.ext-rounded-tl-full {
	border-top-left-radius: 9999px !important;
}

.ext-rounded-tr-none {
	border-top-right-radius: 0 !important;
}

.ext-rounded-tr-full {
	border-top-right-radius: 9999px !important;
}

.ext-rounded-br-none {
	border-bottom-right-radius: 0 !important;
}

.ext-rounded-br-full {
	border-bottom-right-radius: 9999px !important;
}

.ext-rounded-bl-none {
	border-bottom-left-radius: 0 !important;
}

.ext-rounded-bl-full {
	border-bottom-left-radius: 9999px !important;
}

.ext-border-0 {
	border-width: 0 !important;
}

.ext-border-t-0 {
	border-top-width: 0 !important;
}

.ext-border-r-0 {
	border-right-width: 0 !important;
}

.ext-border-b-0 {
	border-bottom-width: 0 !important;
}

.ext-border-l-0 {
	border-left-width: 0 !important;
}

.ext .wp-block-group__inner-container, .ext-p-0:not([style*=padding]) {
	padding: 0 !important;
}

.ext-p-base:not([style*=padding]) {
	padding: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-p-lg:not([style*=padding]) {
	padding: var(--extendify--spacing--large, 3rem) !important;
}

.ext .wp-block-columns .wp-block-column[style*=padding], .ext-px-0:not([style*=padding]) {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ext-px-base:not([style*=padding]), .ext.has-background {
	padding-left: var(--wp--style--block-gap, 1.75rem) !important;
	padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-px-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large, 3rem) !important;
	padding-right: var(--extendify--spacing--large, 3rem) !important;
}

.ext-py-0:not([style*=padding]) {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.ext-py-base:not([style*=padding]) {
	padding-top: var(--wp--style--block-gap, 1.75rem) !important;
	padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-py-lg:not([style*=padding]) {
	padding-top: var(--extendify--spacing--large, 3rem) !important;
	padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}

.ext-pt-0:not([style*=padding]) {
	padding-top: 0 !important;
}

.ext-pt-base:not([style*=padding]) {
	padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-pt-lg:not([style*=padding]) {
	padding-top: var(--extendify--spacing--large, 3rem) !important;
}

.ext-pr-0:not([style*=padding]) {
	padding-right: 0 !important;
}

.ext-pr-base:not([style*=padding]) {
	padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-pr-lg:not([style*=padding]) {
	padding-right: var(--extendify--spacing--large, 3rem) !important;
}

.ext-pb-0:not([style*=padding]) {
	padding-bottom: 0 !important;
}

.ext-pb-base:not([style*=padding]) {
	padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-pb-lg:not([style*=padding]) {
	padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}

.ext-pl-0:not([style*=padding]), .is-style-inline-list {
	padding-left: 0 !important;
}

.ext-pl-base:not([style*=padding]) {
	padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-pl-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large, 3rem) !important;
}

.ext-text-left {
	text-align: left !important;
}

.ext .wp-block-image, .ext-text-center {
	text-align: center !important;
}

.ext-text-right {
	text-align: right !important;
}

.ext-leading-none {
	line-height: 1 !important;
}

.ext-leading-tight {
	line-height: 1.25 !important;
}

.ext-leading-snug {
	line-height: 1.375 !important;
}

.ext-leading-normal {
	line-height: 1.5 !important;
}

.ext-leading-relaxed {
	line-height: 1.625 !important;
}

.ext-leading-loose {
	line-height: 2 !important;
}

.ext-aspect-square img {
	aspect-ratio: 1/1 !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.ext-aspect-landscape img {
	aspect-ratio: 4/3 !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.ext-aspect-landscape-wide img {
	aspect-ratio: 16/9 !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.ext-aspect-portrait img {
	aspect-ratio: 3/4 !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.ext-aspect-landscape .components-resizable-box__container, .ext-aspect-landscape-wide .components-resizable-box__container, .ext-aspect-portrait .components-resizable-box__container, .ext-aspect-square .components-resizable-box__container {
	height: auto !important;
}

.clip-path--rhombus img {
	-webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
	clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
}

.clip-path--diamond img {
	-webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
	clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
}

.clip-path--rhombus-alt img {
	-webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
	clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
}

.wp-block-columns[class*=fullwidth-cols] {
	margin-bottom: unset !important;
}

.is-root-container.block-editor-block-list__layout > [data-align=full]:not(:first-of-type) > .ext-my-0, .is-root-container.block-editor-block-list__layout > [data-align=full]:not(:first-of-type) > .wp-block-column.editor\:pointer-events-none, .is-root-container.block-editor-block-list__layout > [data-align=wide] > .ext-my-0:not([style*=margin]), .is-root-container.block-editor-block-list__layout > [data-align=wide] > .wp-block-column.editor\:pointer-events-none {
	margin-top: calc(-1 * var(--wp--style--block-gap, 28px)) !important;
}

@media (min-width:600px) and (max-width:781px) {
	.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
		margin-left: var(--wp--style--block-gap, 2em) !important;
	}
}

@media (max-width:781px) {
	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap !important;
	}
	
	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column, .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*=margin]) {
		margin-left: 0 !important;
	}
	
	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (max-width:1079px) {
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap !important;
	}
	
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column, .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*=margin]) {
		margin-left: 0 !important;
	}
	
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
	
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
}

.direction-rtl {
	direction: rtl !important;
}

.direction-ltr {
	direction: ltr !important;
}

.bring-to-front {
	z-index: 10 !important;
}

.text-stroke {
	-webkit-text-stroke-color: var(--wp--preset--color--background) !important;
}

.text-stroke--primary {
	-webkit-text-stroke-color: var(--wp--preset--color--primary) !important;
}

.text-stroke--secondary {
	-webkit-text-stroke-color: var(--wp--preset--color--secondary) !important;
}

.editor\:no-resize .components-resizable-box__handle, .editor\:no-resize .components-resizable-box__handle::after, .editor\:no-resize .components-resizable-box__side-handle::before {
	display: none !important;
	pointer-events: none !important;
}

.editor\:pointer-events-none {
	pointer-events: none !important;
}

.is-style-angled {
	align-items: center !important;
	justify-content: flex-end !important;
}

.is-style-angled .wp-block-cover__image-background, .is-style-angled .wp-block-cover__video-background {
	-webkit-clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
	clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
	z-index: 1 !important;
}

.has-foreground-color {
	color: var(--wp--preset--color--foreground, #000) !important;
}

.has-foreground-background-color {
	background-color: var(--wp--preset--color--foreground, #000) !important;
}

.has-background-color {
	color: var(--wp--preset--color--background, #fff) !important;
}

.has-background-background-color {
	background-color: var(--wp--preset--color--background, #fff) !important;
}

.has-primary-color {
	color: var(--wp--preset--color--primary, #4b5563) !important;
}

.has-primary-background-color {
	background-color: var(--wp--preset--color--primary, #4b5563) !important;
}

.has-secondary-color {
	color: var(--wp--preset--color--secondary, #9ca3af) !important;
}

.has-secondary-background-color {
	background-color: var(--wp--preset--color--secondary, #9ca3af) !important;
}

.ext.has-text-color h1, .ext.has-text-color h2, .ext.has-text-color h3, .ext.has-text-color h4, .ext.has-text-color h5, .ext.has-text-color h6, .ext.has-text-color p {
	color: currentColor !important;
}

.has-white-color {
	color: var(--wp--preset--color--white, #fff) !important;
}

.has-black-color {
	color: var(--wp--preset--color--black, #000) !important;
}

.has-ext-foreground-background-color {
	background-color: var(--wp--preset--color--foreground, var(--wp--preset--color--black, #000)) !important;
}

.has-ext-primary-background-color {
	background-color: var(--wp--preset--color--primary, var(--wp--preset--color--cyan-bluish-gray, #000)) !important;
}

.wp-block-button__link.has-black-background-color {
	border-color: var(--wp--preset--color--black, #000) !important;
}

.wp-block-button__link.has-white-background-color {
	border-color: var(--wp--preset--color--white, #fff) !important;
}

.has-ext-small-font-size {
	font-size: var(--wp--preset--font-size--ext-small) !important;
}

.has-ext-medium-font-size {
	font-size: var(--wp--preset--font-size--ext-medium) !important;
}

.has-ext-large-font-size {
	font-size: var(--wp--preset--font-size--ext-large) !important;
	line-height: 1.2 !important;
}

.has-ext-x-large-font-size {
	font-size: var(--wp--preset--font-size--ext-x-large) !important;
	line-height: 1 !important;
}

.has-ext-xx-large-font-size {
	font-size: var(--wp--preset--font-size--ext-xx-large) !important;
	line-height: 1 !important;
}

.has-ext-x-large-font-size:not([style*=line-height]), .has-ext-xx-large-font-size:not([style*=line-height]) {
	line-height: 1.1 !important;
}

.ext .wp-block-group > * + * {
	margin-top: var(--wp--style--block-gap, 1.75rem) !important;
	margin-bottom: 0 !important;
}

.has-ext-x-large-font-size + h3, .has-ext-x-large-font-size + p {
	margin-top: .5rem !important;
}

.ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em) * .75) !important;
	min-width: 12rem !important;
}

.ext > [class*="_inner-container"] > .ext-grid:not([class*=columns]), .ext > [class*="_inner-container"] > .wp-block > .ext-grid:not([class*=columns]) {
	display: initial !important;
}

.ext .ext-grid-cols-13 > [class*="_inner-container"] {
	grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
}

.ext [class*=inner-container] > .alignwide [class*=inner-container], .ext [class*=inner-container] > [data-align=wide] [class*=inner-container] {
	max-width: var(--responsive--alignwide-width, 120rem) !important;
}

.ext .wp-block-image img {
	vertical-align: middle !important;
}

body {
	--extendify--spacing--large: var(--wp--custom--spacing--large, clamp(2em, 8vw, 8em)) !important;
	--wp--preset--font-size--ext-small: 1rem !important;
	--wp--preset--font-size--ext-medium: 1.125rem !important;
	--wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem) !important;
	--wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem) !important;
	--wp--preset--font-size--ext-xx-large: clamp(3.25rem, 7.5vw, 5.75rem) !important;
	--wp--preset--color--black: #000 !important;
	--wp--preset--color--white: #fff !important;
}

.ext * {
	box-sizing: border-box !important;
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container {
	background: 0 0 !important;
}

.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
	margin-top: unset !important;
	margin-bottom: unset !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-50 {
	min-height: 50vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-60 {
	min-height: 60vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-70 {
	min-height: 70vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-80 {
	min-height: 80vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-100 {
	min-height: 100vw !important;
}

.is-root-container .wp-block[data-align=full] > .ext-mx-0:not([style*=margin]):not([style*=margin]) {
	margin-right: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
	margin-left: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
	overflow: hidden !important;
	width: unset !important;
}

@media (min-width:782px) {
	.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
		margin-bottom: 0 !important;
	}
	
	.is-style-inline-list li {
		margin-right: var(--wp--style--block-gap, 1.75rem) !important;
		display: inline !important;
	}
	
	.is-style-inline-list li:first-child {
		margin-left: 0 !important;
	}
	
	.is-style-inline-list li:last-child {
		margin-right: 0 !important;
	}
	
	.is-style-angled .wp-block-cover__image-background, .is-style-angled .wp-block-cover__video-background {
		-webkit-clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
		clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
	}
	
	.tablet\:ext-absolute {
		position: absolute !important;
	}
	
	.tablet\:ext-relative {
		position: relative !important;
	}
	
	.tablet\:ext-top-base {
		top: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-top-lg {
		top: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--top-base {
		top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--top-lg {
		top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-right-base {
		right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-right-lg {
		right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--right-base {
		right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--right-lg {
		right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-bottom-base {
		bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-bottom-lg {
		bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--bottom-base {
		bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--bottom-lg {
		bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-left-base {
		left: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-left-lg {
		left: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--left-base {
		left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--left-lg {
		left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-order-1 {
		order: 1 !important;
	}
	
	.tablet\:ext-order-2 {
		order: 2 !important;
	}
	
	.tablet\:ext-m-0:not([style*=margin]) {
		margin: 0 !important;
	}
	
	.tablet\:ext-m-auto:not([style*=margin]) {
		margin: auto !important;
	}
	
	.tablet\:ext-m-base:not([style*=margin]) {
		margin: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-m-lg:not([style*=margin]) {
		margin: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--m-base:not([style*=margin]) {
		margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--m-lg:not([style*=margin]) {
		margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-mx-0:not([style*=margin]) {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.tablet\:ext-mx-auto:not([style*=margin]) {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.tablet\:ext-mx-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem) !important;
		margin-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-mx-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large, 3rem) !important;
		margin-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--mx-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
		margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--mx-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
		margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-my-0:not([style*=margin]) {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.tablet\:ext-my-auto:not([style*=margin]) {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.tablet\:ext-my-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem) !important;
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-my-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large, 3rem) !important;
		margin-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--my-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--my-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
		margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-mt-0:not([style*=margin]) {
		margin-top: 0 !important;
	}
	
	.tablet\:ext-mt-auto:not([style*=margin]) {
		margin-top: auto !important;
	}
	
	.tablet\:ext-mt-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-mt-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--mt-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--mt-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-mr-0:not([style*=margin]) {
		margin-right: 0 !important;
	}
	
	.tablet\:ext-mr-auto:not([style*=margin]) {
		margin-right: auto !important;
	}
	
	.tablet\:ext-mr-base:not([style*=margin]) {
		margin-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-mr-lg:not([style*=margin]) {
		margin-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--mr-base:not([style*=margin]) {
		margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--mr-lg:not([style*=margin]) {
		margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-mb-0:not([style*=margin]) {
		margin-bottom: 0 !important;
	}
	
	.tablet\:ext-mb-auto:not([style*=margin]) {
		margin-bottom: auto !important;
	}
	
	.tablet\:ext-mb-base:not([style*=margin]) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-mb-lg:not([style*=margin]) {
		margin-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--mb-base:not([style*=margin]) {
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--mb-lg:not([style*=margin]) {
		margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-ml-0:not([style*=margin]) {
		margin-left: 0 !important;
	}
	
	.tablet\:ext-ml-auto:not([style*=margin]) {
		margin-left: auto !important;
	}
	
	.tablet\:ext-ml-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-ml-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--ml-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--ml-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-block {
		display: block !important;
	}
	
	.tablet\:ext-inline-block {
		display: inline-block !important;
	}
	
	.tablet\:ext-inline {
		display: inline !important;
	}
	
	.tablet\:ext-flex {
		display: flex !important;
	}
	
	.tablet\:ext-inline-flex {
		display: inline-flex !important;
	}
	
	.tablet\:ext-grid {
		display: grid !important;
	}
	
	.tablet\:ext-inline-grid {
		display: inline-grid !important;
	}
	
	.tablet\:ext-hidden {
		display: none !important;
	}
	
	.tablet\:ext-w-auto {
		width: auto !important;
	}
	
	.tablet\:ext-w-full {
		width: 100% !important;
	}
	
	.tablet\:ext-max-w-full {
		max-width: 100% !important;
	}
	
	.tablet\:ext-flex-1 {
		flex: 1 1 0% !important;
	}
	
	.tablet\:ext-flex-auto {
		flex: 1 1 auto !important;
	}
	
	.tablet\:ext-flex-initial {
		flex: 0 1 auto !important;
	}
	
	.tablet\:ext-flex-none {
		flex: none !important;
	}
	
	.tablet\:ext-flex-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.tablet\:ext-flex-shrink {
		flex-shrink: 1 !important;
	}
	
	.tablet\:ext-flex-grow-0 {
		flex-grow: 0 !important;
	}
	
	.tablet\:ext-flex-grow {
		flex-grow: 1 !important;
	}
	
	.tablet\:ext-list-none {
		list-style-type: none !important;
	}
	
	.tablet\:ext-grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-none {
		grid-template-columns: none !important;
	}
	
	.tablet\:ext-flex-row {
		flex-direction: row !important;
	}
	
	.tablet\:ext-flex-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.tablet\:ext-flex-col {
		flex-direction: column !important;
	}
	
	.tablet\:ext-flex-col-reverse {
		flex-direction: column-reverse !important;
	}
	
	.tablet\:ext-flex-wrap {
		flex-wrap: wrap !important;
	}
	
	.tablet\:ext-flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.tablet\:ext-flex-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.tablet\:ext-items-start {
		align-items: flex-start !important;
	}
	
	.tablet\:ext-items-end {
		align-items: flex-end !important;
	}
	
	.tablet\:ext-items-center {
		align-items: center !important;
	}
	
	.tablet\:ext-items-baseline {
		align-items: baseline !important;
	}
	
	.tablet\:ext-items-stretch {
		align-items: stretch !important;
	}
	
	.tablet\:ext-justify-start {
		justify-content: flex-start !important;
	}
	
	.tablet\:ext-justify-end {
		justify-content: flex-end !important;
	}
	
	.tablet\:ext-justify-center {
		justify-content: center !important;
	}
	
	.tablet\:ext-justify-between {
		justify-content: space-between !important;
	}
	
	.tablet\:ext-justify-around {
		justify-content: space-around !important;
	}
	
	.tablet\:ext-justify-evenly {
		justify-content: space-evenly !important;
	}
	
	.tablet\:ext-justify-items-start {
		justify-items: start !important;
	}
	
	.tablet\:ext-justify-items-end {
		justify-items: end !important;
	}
	
	.tablet\:ext-justify-items-center {
		justify-items: center !important;
	}
	
	.tablet\:ext-justify-items-stretch {
		justify-items: stretch !important;
	}
	
	.tablet\:ext-justify-self-auto {
		justify-self: auto !important;
	}
	
	.tablet\:ext-justify-self-start {
		justify-self: start !important;
	}
	
	.tablet\:ext-justify-self-end {
		justify-self: end !important;
	}
	
	.tablet\:ext-justify-self-center {
		justify-self: center !important;
	}
	
	.tablet\:ext-justify-self-stretch {
		justify-self: stretch !important;
	}
	
	.tablet\:ext-p-0:not([style*=padding]) {
		padding: 0 !important;
	}
	
	.tablet\:ext-p-base:not([style*=padding]) {
		padding: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-p-lg:not([style*=padding]) {
		padding: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-px-0:not([style*=padding]) {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.tablet\:ext-px-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem) !important;
		padding-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-px-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large, 3rem) !important;
		padding-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-py-0:not([style*=padding]) {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.tablet\:ext-py-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem) !important;
		padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-py-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large, 3rem) !important;
		padding-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-pt-0:not([style*=padding]) {
		padding-top: 0 !important;
	}
	
	.tablet\:ext-pt-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-pt-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-pr-0:not([style*=padding]) {
		padding-right: 0 !important;
	}
	
	.tablet\:ext-pr-base:not([style*=padding]) {
		padding-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-pr-lg:not([style*=padding]) {
		padding-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-pb-0:not([style*=padding]) {
		padding-bottom: 0 !important;
	}
	
	.tablet\:ext-pb-base:not([style*=padding]) {
		padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-pb-lg:not([style*=padding]) {
		padding-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-pl-0:not([style*=padding]) {
		padding-left: 0 !important;
	}
	
	.tablet\:ext-pl-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-pl-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-text-left {
		text-align: left !important;
	}
	
	.tablet\:ext-text-center {
		text-align: center !important;
	}
	
	.tablet\:ext-text-right {
		text-align: right !important;
	}
}

@media (min-width:1080px) {
	.desktop\:ext-absolute {
		position: absolute !important;
	}
	
	.desktop\:ext-relative {
		position: relative !important;
	}
	
	.desktop\:ext-top-base {
		top: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-top-lg {
		top: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--top-base {
		top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--top-lg {
		top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-right-base {
		right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-right-lg {
		right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--right-base {
		right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--right-lg {
		right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-bottom-base {
		bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-bottom-lg {
		bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--bottom-base {
		bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--bottom-lg {
		bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-left-base {
		left: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-left-lg {
		left: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--left-base {
		left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--left-lg {
		left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-order-1 {
		order: 1 !important;
	}
	
	.desktop\:ext-order-2 {
		order: 2 !important;
	}
	
	.desktop\:ext-m-0:not([style*=margin]) {
		margin: 0 !important;
	}
	
	.desktop\:ext-m-auto:not([style*=margin]) {
		margin: auto !important;
	}
	
	.desktop\:ext-m-base:not([style*=margin]) {
		margin: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-m-lg:not([style*=margin]) {
		margin: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--m-base:not([style*=margin]) {
		margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--m-lg:not([style*=margin]) {
		margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-mx-0:not([style*=margin]) {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.desktop\:ext-mx-auto:not([style*=margin]) {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.desktop\:ext-mx-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem) !important;
		margin-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-mx-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large, 3rem) !important;
		margin-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--mx-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
		margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--mx-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
		margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-my-0:not([style*=margin]) {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.desktop\:ext-my-auto:not([style*=margin]) {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.desktop\:ext-my-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem) !important;
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-my-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large, 3rem) !important;
		margin-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--my-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--my-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
		margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-mt-0:not([style*=margin]) {
		margin-top: 0 !important;
	}
	
	.desktop\:ext-mt-auto:not([style*=margin]) {
		margin-top: auto !important;
	}
	
	.desktop\:ext-mt-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-mt-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--mt-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--mt-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-mr-0:not([style*=margin]) {
		margin-right: 0 !important;
	}
	
	.desktop\:ext-mr-auto:not([style*=margin]) {
		margin-right: auto !important;
	}
	
	.desktop\:ext-mr-base:not([style*=margin]) {
		margin-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-mr-lg:not([style*=margin]) {
		margin-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--mr-base:not([style*=margin]) {
		margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--mr-lg:not([style*=margin]) {
		margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-mb-0:not([style*=margin]) {
		margin-bottom: 0 !important;
	}
	
	.desktop\:ext-mb-auto:not([style*=margin]) {
		margin-bottom: auto !important;
	}
	
	.desktop\:ext-mb-base:not([style*=margin]) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-mb-lg:not([style*=margin]) {
		margin-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--mb-base:not([style*=margin]) {
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--mb-lg:not([style*=margin]) {
		margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-ml-0:not([style*=margin]) {
		margin-left: 0 !important;
	}
	
	.desktop\:ext-ml-auto:not([style*=margin]) {
		margin-left: auto !important;
	}
	
	.desktop\:ext-ml-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-ml-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--ml-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--ml-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-block {
		display: block !important;
	}
	
	.desktop\:ext-inline-block {
		display: inline-block !important;
	}
	
	.desktop\:ext-inline {
		display: inline !important;
	}
	
	.desktop\:ext-flex {
		display: flex !important;
	}
	
	.desktop\:ext-inline-flex {
		display: inline-flex !important;
	}
	
	.desktop\:ext-grid {
		display: grid !important;
	}
	
	.desktop\:ext-inline-grid {
		display: inline-grid !important;
	}
	
	.desktop\:ext-hidden {
		display: none !important;
	}
	
	.desktop\:ext-w-auto {
		width: auto !important;
	}
	
	.desktop\:ext-w-full {
		width: 100% !important;
	}
	
	.desktop\:ext-max-w-full {
		max-width: 100% !important;
	}
	
	.desktop\:ext-flex-1 {
		flex: 1 1 0% !important;
	}
	
	.desktop\:ext-flex-auto {
		flex: 1 1 auto !important;
	}
	
	.desktop\:ext-flex-initial {
		flex: 0 1 auto !important;
	}
	
	.desktop\:ext-flex-none {
		flex: none !important;
	}
	
	.desktop\:ext-flex-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.desktop\:ext-flex-shrink {
		flex-shrink: 1 !important;
	}
	
	.desktop\:ext-flex-grow-0 {
		flex-grow: 0 !important;
	}
	
	.desktop\:ext-flex-grow {
		flex-grow: 1 !important;
	}
	
	.desktop\:ext-list-none {
		list-style-type: none !important;
	}
	
	.desktop\:ext-grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-none {
		grid-template-columns: none !important;
	}
	
	.desktop\:ext-flex-row {
		flex-direction: row !important;
	}
	
	.desktop\:ext-flex-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.desktop\:ext-flex-col {
		flex-direction: column !important;
	}
	
	.desktop\:ext-flex-col-reverse {
		flex-direction: column-reverse !important;
	}
	
	.desktop\:ext-flex-wrap {
		flex-wrap: wrap !important;
	}
	
	.desktop\:ext-flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.desktop\:ext-flex-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.desktop\:ext-items-start {
		align-items: flex-start !important;
	}
	
	.desktop\:ext-items-end {
		align-items: flex-end !important;
	}
	
	.desktop\:ext-items-center {
		align-items: center !important;
	}
	
	.desktop\:ext-items-baseline {
		align-items: baseline !important;
	}
	
	.desktop\:ext-items-stretch {
		align-items: stretch !important;
	}
	
	.desktop\:ext-justify-start {
		justify-content: flex-start !important;
	}
	
	.desktop\:ext-justify-end {
		justify-content: flex-end !important;
	}
	
	.desktop\:ext-justify-center {
		justify-content: center !important;
	}
	
	.desktop\:ext-justify-between {
		justify-content: space-between !important;
	}
	
	.desktop\:ext-justify-around {
		justify-content: space-around !important;
	}
	
	.desktop\:ext-justify-evenly {
		justify-content: space-evenly !important;
	}
	
	.desktop\:ext-justify-items-start {
		justify-items: start !important;
	}
	
	.desktop\:ext-justify-items-end {
		justify-items: end !important;
	}
	
	.desktop\:ext-justify-items-center {
		justify-items: center !important;
	}
	
	.desktop\:ext-justify-items-stretch {
		justify-items: stretch !important;
	}
	
	.desktop\:ext-justify-self-auto {
		justify-self: auto !important;
	}
	
	.desktop\:ext-justify-self-start {
		justify-self: start !important;
	}
	
	.desktop\:ext-justify-self-end {
		justify-self: end !important;
	}
	
	.desktop\:ext-justify-self-center {
		justify-self: center !important;
	}
	
	.desktop\:ext-justify-self-stretch {
		justify-self: stretch !important;
	}
	
	.desktop\:ext-p-0:not([style*=padding]) {
		padding: 0 !important;
	}
	
	.desktop\:ext-p-base:not([style*=padding]) {
		padding: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-p-lg:not([style*=padding]) {
		padding: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-px-0:not([style*=padding]) {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.desktop\:ext-px-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem) !important;
		padding-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-px-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large, 3rem) !important;
		padding-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-py-0:not([style*=padding]) {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.desktop\:ext-py-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem) !important;
		padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-py-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large, 3rem) !important;
		padding-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-pt-0:not([style*=padding]) {
		padding-top: 0 !important;
	}
	
	.desktop\:ext-pt-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-pt-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-pr-0:not([style*=padding]) {
		padding-right: 0 !important;
	}
	
	.desktop\:ext-pr-base:not([style*=padding]) {
		padding-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-pr-lg:not([style*=padding]) {
		padding-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-pb-0:not([style*=padding]) {
		padding-bottom: 0 !important;
	}
	
	.desktop\:ext-pb-base:not([style*=padding]) {
		padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-pb-lg:not([style*=padding]) {
		padding-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-pl-0:not([style*=padding]) {
		padding-left: 0 !important;
	}
	
	.desktop\:ext-pl-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-pl-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-text-left {
		text-align: left !important;
	}
	
	.desktop\:ext-text-center {
		text-align: center !important;
	}
	
	.desktop\:ext-text-right {
		text-align: right !important;
	}
}

.wp-gr, .wp-gr *, .wp-gr ::after, .wp-gr ::before {
	box-sizing: border-box;
}

.wp-gr {
	display: block;
	direction: ltr;
	font-size: var(--font-size, 16px);
	font-family: var(--font-family, inherit);
	font-style: normal;
	font-weight: 400;
	text-align: start;
	line-height: normal;
	overflow: visible;
	text-decoration: none;
	list-style-type: disc;
	box-sizing: border-box;
	visibility: visible !important;
}

.wp-gr div, .wp-gr span {
	margin: 0;
	padding: 0;
	color: inherit;
	font: inherit;
	line-height: normal;
	letter-spacing: normal;
	text-transform: none;
	text-decoration: none;
	border: 0;
	background: 0 0;
}

.wp-gr a {
	color: inherit;
	border: 0;
	text-decoration: none;
	background: 0 0;
	cursor: pointer;
}

.wp-gr a:focus {
	outline: 0;
}

.wp-gr a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.wp-gr img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
	vertical-align: middle;
}

.wp-gr i {
	font-style: normal;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	background: 0 0;
}

.wp-gr svg {
	display: inline-block;
	width: auto;
	height: auto;
	vertical-align: middle;
	overflow: visible;
}

.wp-gr svg use {
	opacity: 1;
	visibility: visible;
}

.wp-gr {
	--card-gap: 4px;
	--rev-gap: 4px;
	--img-size: 46px;
	--media-gap: 8px;
	--media-size: 40px;
	--media-lines: 2;
	--color: #fb8e28;
	--rev-color: #f4f4f4;
	--rpi-star-color: var(--star-color, var(--color));
	--slider-dot-size: 8px;
	--slider-dot-gap: 8px;
	--slider-dots-visible: 5;
	--slider-act-dot-color: var(--color);
	position: relative !important;
	display: block !important;
	min-width: 0 !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: normal !important;
	text-align: start !important;
	direction: ltr !important;
	overflow-wrap: break-word !important;
	box-sizing: border-box !important;
}

.wp-gr .wp-google-based, .wp-gr .wp-google-powered {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--head-based-color, #555) !important;
}

.wp-gr .wp-google-powered {
	color: var(--powered-color, #777) !important;
	font-size: 16px;
	font-weight: 600;
}

.wp-gr .wp-google-powered > span {
	font-weight: 600 !important;
}

.wp-gr .grw-img {
	position: relative !important;
	min-width: var(--img-size) !important;
	max-width: var(--img-size) !important;
	height: var(--img-size) !important;
	border: none !important;
	z-index: 3 !important;
}

.wp-gr .grw-img-wrap {
	position: relative;
	min-width: var(--img-size) !important;
	max-width: var(--img-size) !important;
	overflow: visible;
}

.wp-gr .grw-img-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: var(--img-size);
	height: var(--img-size);
	border-radius: 50%;
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
	pointer-events: none;
}

.wp-gr .grw-header .grw-img {
	border-radius: 50%;
}

.wp-gr .grw-header.wp-place-center {
	width: 100% !important;
}

.wp-gr .wp-google-name {
	color: var(--name-color, #333) !important;
	font-size: 100% !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	width: 100% !important;
	text-align: var(--align, start) !important;
}

.wp-gr .grw-header .wp-google-name {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 128% !important;
	white-space: normal !important;
}

.wp-gr .grw-header-inner > .rpi-flx {
	overflow: hidden !important;
}

.wp-gr a.wp-google-name {
	color: #427fed !important;
	text-decoration: none !important;
}

.wp-gr .wp-google-time {
	color: #555 !important;
	font-size: 13px !important;
	white-space: nowrap !important;
}

.wp-gr .wp-google-text {
	color: var(--text-color, #222) !important;
	font-size: 15px !important;
	line-height: 24px !important;
	max-width: 100% !important;
	overflow: hidden !important;
	white-space: pre-wrap !important;
	word-break: break-word !important;
	vertical-align: middle !important;
}

.wp-gr .rpi-stars + .wp-google-text {
	padding-left: 4px !important;
}

.wp-gr .wp-more {
	display: none;
}

.wp-gr .wp-more-toggle {
	color: #136aaf !important;
	cursor: pointer !important;
	text-decoration: none !important;
}

.wp-gr .wp-google-url {
	display: block;
	margin: 4px auto !important;
	color: #136aaf !important;
	text-align: center !important;
}

.wp-gr.wp-dark .wp-google-name {
	color: #eee !important;
}

.wp-gr.rpi.wp-dark .wp-google-name a {
	color: var(--head-based-color, #eee) !important;
}

.wp-gr.wp-dark .wp-google-time {
	color: #bbb !important;
}

.wp-gr.wp-dark .wp-google-text {
	color: #ececec !important;
}

.wp-gr.wp-dark .wp-google-powered {
	color: var(--powered-color, #fff) !important;
}

.wp-gr.wp-dark .wp-google-based {
	color: var(--head-based-color, #999) !important;
}

.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
	background: var(--rev-color) !important;
}

.wp-gr.rpi .wp-google-name {
	font-size: 100% !important;
}

.wp-gr.rpi .grw-hide, .wp-gr.rpi .wp-google-hide {
	display: none;
}

.wp-gr.rpi .wp-google-name a {
	color: var(--head-name-color, #333) !important;
	font-size: 18px !important;
	text-decoration: none !important;
}

.wp-gr.rpi a.wp-google-name {
	margin: 0 !important;
	color: var(--name-color, #154fc1) !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
}

.wp-gr .grw-row {
	display: -ms-flexbox !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	-ms-flex-wrap: nowrap !important;
	-ms-flex-align: center !important;
}

.grw-row.grw-row-xs {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.grw-row-x .grw-header + .grw-content .grw-review, .grw-row-xs .grw-content, .grw-row-xs .grw-header, .grw-row-xs .grw-review {
	--col: 1;
}

.grw-row-xl .grw-header + .grw-content {
	--col: 1.2;
}

.grw-row-l .grw-header + .grw-content {
	--col: 1.25;
}

.grw-row-m .grw-header + .grw-content {
	--col: 1.333333;
}

.grw-row-s .grw-header + .grw-content {
	--col: 1.5;
}

.grw-row-s .grw-header + .grw-content .grw-review, .grw-row-x .grw-header, .grw-row-x .grw-header + .grw-content, .grw-row-x .grw-review {
	--col: 2;
}

.grw-row-m .grw-header + .grw-content .grw-review, .grw-row-s .grw-header, .grw-row-s .grw-review {
	--col: 3;
}

.grw-row-l .grw-review, .grw-row-m .grw-header, .grw-row-m .grw-review {
	--col: 4;
}

.grw-row-l .grw-header, .grw-row-xl .grw-review {
	--col: 5;
}

.grw-row-xl .grw-header {
	--col: 6;
}

.grw-row .grw-content, .grw-row .grw-header {
	-ms-flex: 1 0 calc(100% / var(--col, 3)) !important;
	flex: 1 0 calc(100% / var(--col, 3)) !important;
	width: calc(100% / var(--col, 3)) !important;
}

.grw-row .grw-review {
	-ms-flex: 1 0 calc(( 100% - var(--card-gap, 16px) * ( var(--col, 3) - 1 ) ) / var(--col, 3)) !important;
	flex: 1 0 calc(( 100% - var(--card-gap, 16px) * ( var(--col, 3) - 1 ) ) / var(--col, 3)) !important;
	width: calc(( 100% - var(--card-gap, 16px) * ( var(--col, 3) - 1 ) ) / var(--col, 3)) !important;
}

.wp-gr .grw-content {
	position: relative !important;
	min-width: 0 !important;
}

.wp-gr .grw-content-inner {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
}

.wp-gr .grw-review-inner {
	height: 100% !important;
}

.wp-gr .grw-header-inner, .wp-gr .grw-review-inner {
	position: relative !important;
	margin: 4px !important;
	padding: 16px !important;
	width: 100% !important;
}

.wp-gr .wp-google-list .grw-header-inner {
	padding: 0 0 16px 0 !important;
}

.wp-gr .grw-review-inner.grw-round {
	border-radius: 8px !important;
}

.wp-gr .grw-review-inner.grw-shadow {
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
}

.wp-gr .grw-review-inner > svg {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	width: 16px !important;
	height: 16px !important;
}

.wp-gr .grw-review {
	display: flex;
	position: relative !important;
	justify-content: center !important;
	align-items: center !important;
	flex-shrink: 0 !important;
}

.wp-gr .grw-review .wp-google-left {
	display: block !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	line-height: 24px !important;
	padding-bottom: 2px !important;
}

.wp-gr .grw-review .wp-google-feedback {
	height: 100px !important;
	overflow-y: auto !important;
}

.wp-gr .grw-scroll::-webkit-scrollbar {
	width: 4px !important;
}

.wp-gr .grw-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
}

.wp-gr .grw-scroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	background: #ccc !important;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5) !important;
}

.wp-gr .wp-google-wr {
	display: flex;
	margin: 0 !important;
}

.wp-gr .wp-google-wr a {
	color: #fff !important;
	padding: 4px 12px 8px !important;
	outline: 0 !important;
	border-radius: 27px !important;
	background: var(--btn-color, #1f67e7) !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	opacity: .9 !important;
	text-shadow: 1px 1px 0 #888 !important;
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
	user-select: none !important;
	transition: all .2s ease-in-out !important;
}

.wp-gr .wp-google-wr a:hover {
	opacity: .95 !important;
	background: var(--btn-color, #1f67e7) !important;
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .24) !important;
}

.wp-gr .wp-google-wr a:active {
	opacity: 1 !important;
	background: var(--btn-color, #1f67e7) !important;
	box-shadow: none !important;
}

.wp-gr .wp-google-wr a svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 1px;
	margin: 0 0 0 4px;
	background: #fff;
	border-radius: 50%;
}

.wp-gr[data-layout=grid] .grw-reviews {
	display: flex;
	gap: var(--card-gap, 12px);
	flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
}

.wp-gr .grw-b {
	font-weight: 700 !important;
	white-space: nowrap !important;
}

.wp-gr .wp-google-reply {
	font-size: 14px !important;
	margin-top: auto !important;
	margin-left: 6px !important;
	padding-left: 6px !important;
	border-left: 1px solid #999 !important;
	overflow: hidden !important;
	overflow-y: auto !important;
	line-height: 20px !important;
	max-height: 44px !important;
}

.wp-gr .wp-google-reply > div {
	display: flex;
	gap: 4px;
	align-items: center;
}

.wp-gr .wp-google-reply .wp-google-time {
	font-size: 11px !important;
	white-space: nowrap !important;
}

.wp-gr .wp-google-img {
	display: flex;
	flex-wrap: wrap;
	gap: var(--media-gap);
	max-height: calc(( var(--media-size) + var(--media-gap) ) * var(--media-lines) - 2px) !important;
	overflow-y: auto !important;
}

.wp-gr .wp-google-img img {
	display: flex;
	width: var(--media-size) !important;
	height: var(--media-size) !important;
	cursor: pointer !important;
	border-radius: 3px !important;
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
}

.rpi-flx {
	display: var(--flx, flex) !important;
	flex-direction: var(--dir, column) !important;
	gap: var(--gap, 2px) !important;
	align-items: var(--align, flex-start) !important;
	flex-wrap: var(--wrap, nowrap) !important;
	overflow: var(--overflow, visible) !important;
	width: 100% !important;
}

.rpi-col16 {
	--dir: column;
	--gap: 16px;
	--align: flex-start;
	--overflow: hidden;
}

.rpi-col12 {
	--dir: column;
	--gap: 12px;
	--align: flex-start;
	--overflow: hidden;
}

.rpi-col6 {
	--dir: column;
	--gap: 6px;
	--align: flex-start;
	--overflow: hidden;
}

.rpi-col8 {
	--dir: column;
	--gap: 8px;
	--align: flex-start;
}

.rpi-col4 {
	--dir: column;
	--gap: 4px;
	--align: flex-start;
}

.rpi-row12-center {
	--dir: row;
	--gap: 12px;
	--align: center;
	--overflow: visible;
}

.rpi-row12 {
	--dir: row;
	--gap: 12px;
	--align: flex-start;
}

:root {
	--star-gap: 2px;
	--rpi-star-size: 20px;
	--rpi-star-color: #fb8e28;
	--rpi-star-empty-color: #ccc;
	--rpi-icon-scale-google: 1;
	--rpi-icon-scale-yelp: .92;
	--rpi-icon-scale-fb: 1.125;
	--rpi-yelp-empty-color: #ccc;
	--rpi-yelp-five-color: #fb433c;
	--rpi-yelp-four-color: #ff643d;
	--rpi-yelp-three-color: #ff8742;
	--rpi-yelp-two-color: #ffad48;
	--rpi-yelp-one-color: #ffcc4b;
	--rpi-yelp-radius: 3px;
	--rpi-fb-color: #fa3e3e;
	--rpi-fb-radius: 3px;
	--rpi-star-empty: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.562.562 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
	--rpi-star-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.7881 3.21068C11.2364 2.13274 12.7635 2.13273 13.2118 3.21068L15.2938 8.2164L20.6979 8.64964C21.8616 8.74293 22.3335 10.1952 21.4469 10.9547L17.3295 14.4817L18.5874 19.7551C18.8583 20.8908 17.6229 21.7883 16.6266 21.1798L11.9999 18.3538L7.37329 21.1798C6.37697 21.7883 5.14158 20.8908 5.41246 19.7551L6.67038 14.4817L2.55303 10.9547C1.66639 10.1952 2.13826 8.74293 3.302 8.64964L8.70609 8.2164L10.7881 3.21068Z'/%3E%3C/svg%3E");
}

.rpi-stars .rpi-star {
	display: none !important;
}

.rpi-star, .rpi-stars-tripadvisor, .rpi-stars-yelp {
	display: var(--flx, flex);
	align-items: center;
	align-self: var(--star-align-self, start);
	gap: var(--gap, 4px);
	text-align: start;
	z-index: 1;
}

.rpi-star[data-rating]:empty::before {
	content: attr(data-rating);
	color: var(--rpi-rating-color, var(--rpi-star-color));
	font-size: var(--head-grade-fs, 18px);
	font-weight: var(--head-grade-weight, 900);
}

.rpi-star i {
	padding: 0 2px;
	cursor: pointer !important;
	background-color: var(--rpi-star-empty-color);
}

.rpi-star[data-rating="1"] i:nth-child(-n+1), .rpi-star[data-rating="2"] i:nth-child(-n+2), .rpi-star[data-rating="3"] i:nth-child(-n+3), .rpi-star[data-rating="4"] i:nth-child(-n+4), .rpi-star[data-rating="5"] i:nth-child(-n+5) {
	background-color: var(--rpi-star-color);
}

.rpi-star:hover i {
	background-color: var(--rpi-star-color) !important;
}

.rpi-star i:hover ~ i {
	background-color: var(--rpi-star-empty-color) !important;
}

.rpi-star i, .rpi-star[data-rating]:empty::after {
	content: "";
	width: var(--rpi-star-size) !important;
	height: var(--rpi-star-size) !important;
	-webkit-mask-image: var(--rpi-star-mask) !important;
	-webkit-mask-repeat: no-repeat !important;
	-webkit-mask-position: center !important;
	-webkit-mask-size: contain !important;
	mask-image: var(--rpi-star-mask) !important;
	mask-repeat: no-repeat !important;
	mask-position: center !important;
	mask-size: contain !important;
}

.rpi-star[data-rating]:empty::after {
	background-color: var(--rpi-star-color);
}

.rpi-star + .rpi-stars {
	--stars-offset: 1;
	--stars: calc(var(--stars-max) - var(--stars-offset));
}

.rpi-stars {
	--star-size: var(--rpi-star-size, 18px);
	--star-color: var(--rpi-star-color);
	--empty: var(--rpi-star-empty);
	--mask: var(--rpi-star-mask);
	--stars: 5;
	--icon-scale: 1;
	--rating-scale: .8;
	--gap: var(--star-gap, 2px);
	--stars-w: calc(var(--stars) * ( var(--star-size) + var(--star-gap) ));
	--fill: calc(( var(--rating) / var(--stars) ) * 100%);
	--bg-size: calc(var(--star-size) * var(--icon-scale));
	--bg-size-x: calc(var(--bg-size) + var(--star-gap));
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	align-self: var(--star-align-self, start) !important;
	width: max-content !important;
	height: var(--star-size) !important;
	font-size: calc(var(--star-size) * var(--rating-scale)) !important;
	font-weight: var(--head-grade-weight, 900) !important;
	color: var(--rpi-rating-color, var(--star-color)) !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	padding-right: calc(var(--stars-w) + var(--gap)) !important;
}

.rpi-stars:empty {
	--gap: calc(-1 * ( var(--star-gap) / 2 + 1px ));
}

.rpi-stars::before {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	right: 0 !important;
	width: var(--stars-w) !important;
	height: var(--star-size) !important;
	transform: translateY(-50%) !important;
	background-color: var(--star-color) !important;
	-webkit-mask-image: var(--empty) !important;
	-webkit-mask-repeat: repeat-x !important;
	-webkit-mask-position: left center !important;
	-webkit-mask-size: var(--bg-size-x) var(--bg-size) !important;
	mask-image: var(--empty) !important;
	mask-repeat: repeat-x !important;
	mask-position: left center !important;
	mask-size: var(--bg-size-x) var(--bg-size) !important;
}

.rpi-stars::after {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	right: 0 !important;
	width: var(--stars-w) !important;
	height: var(--star-size) !important;
	transform: translateY(-50%) !important;
	background-color: var(--star-color) !important;
	-webkit-mask-image: var(--mask) !important;
	-webkit-mask-repeat: repeat-x !important;
	-webkit-mask-position: left center !important;
	-webkit-mask-size: var(--bg-size-x) var(--bg-size) !important;
	mask-image: var(--mask) !important;
	mask-repeat: repeat-x !important;
	mask-position: left center !important;
	mask-size: var(--bg-size-x) var(--bg-size) !important;
	clip-path: inset(0 calc(100% - var(--fill)) 0 0) !important;
}

.rpi-stars-yelp {
	--empty-color: var(--rpi-yelp-empty-color);
	--five-color: var(--rpi-yelp-five-color);
	--four-color: var(--rpi-yelp-four-color);
	--three-color: var(--rpi-yelp-three-color);
	--two-color: var(--rpi-yelp-two-color);
	--one-color: var(--rpi-yelp-one-color);
	--icon-scale: .9;
	--star-scale: 70%;
	--star-size: var(--rpi-star-size);
	--rating: 0;
	--gap: 3px;
	--radius: var(--rpi-yelp-radius);
	display: inline-flex !important;
	gap: var(--gap) !important;
	line-height: 0 !important;
	vertical-align: top !important;
}

.rpi-stars-yelp i {
	position: relative !important;
	display: inline-block !important;
	font-style: normal !important;
	flex: 0 0 auto !important;
	width: var(--star-size) !important;
	height: var(--star-size) !important;
	border-radius: var(--radius) !important;
	background-color: var(--empty-color) !important;
	background-image: linear-gradient(90deg, var(--star-color) 0 calc(var(--fill, 0) * 1%), transparent calc(var(--fill, 0) * 1%)) !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	box-sizing: border-box !important;
	transform: scale(var(--icon-scale)) !important;
	transform-origin: left center !important;
}

.rpi-stars-yelp i::after {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background-color: #fff !important;
	-webkit-mask-image: var(--rpi-star-mask) !important;
	-webkit-mask-repeat: no-repeat !important;
	-webkit-mask-size: var(--star-scale) var(--star-scale) !important;
	-webkit-mask-position: center !important;
	mask-image: var(--rpi-star-mask) !important;
	mask-repeat: no-repeat !important;
	mask-size: var(--star-scale) var(--star-scale) !important;
	mask-position: center !important;
}

.rpi-stars-yelp, .rpi-stars-yelp[data-rating]::before {
	content: attr(data-rating);
	color: var(--rpi-rating-color, var(--star-color));
	font-size: var(--head-grade-fs, 18px);
	font-weight: var(--head-grade-weight, 900);
}

.rpi-stars-yelp i:first-child {
	--fill: clamp(0, (var(--rating) - 0) * 100, 100);
}

.rpi-stars-yelp i:nth-child(2) {
	--fill: clamp(0, (var(--rating) - 1) * 100, 100);
}

.rpi-stars-yelp i:nth-child(3) {
	--fill: clamp(0, (var(--rating) - 2) * 100, 100);
}

.rpi-stars-yelp i:nth-child(4) {
	--fill: clamp(0, (var(--rating) - 3) * 100, 100);
}

.rpi-stars-yelp i:nth-child(5) {
	--fill: clamp(0, (var(--rating) - 4) * 100, 100);
}

.rpi-stars-yelp[data-stars^="1"] {
	--rating: 1.5;
	--star-color: var(--one-color);
}

.rpi-stars-yelp[data-stars="1"] {
	--rating: 1;
}

.rpi-stars-yelp[data-stars^="2"] {
	--rating: 2.5;
	--star-color: var(--two-color);
}

.rpi-stars-yelp[data-stars="2"] {
	--rating: 2;
}

.rpi-stars-yelp[data-stars^="3"] {
	--rating: 3.5;
	--star-color: var(--three-color);
}

.rpi-stars-yelp[data-stars="3"] {
	--rating: 3;
}

.rpi-stars-yelp[data-stars^="4"] {
	--rating: 4.5;
	--star-color: var(--four-color);
}

.rpi-stars-yelp[data-stars="4"] {
	--rating: 4;
}

.rpi-stars-yelp[data-stars^="5"] {
	--rating: 5;
	--star-color: var(--five-color);
}

.rpi-stars-tripadvisor {
	--empty-color: #fff;
	--border-color: #5ba672;
	--fill-color: #5ba672;
	--icon-scale: .9;
	--rpi-dot-size: var(--rpi-star-size);
	--rating: 0;
	--gap: 3px;
	--border: 3px;
	display: inline-flex !important;
	gap: var(--gap) !important;
	line-height: 0 !important;
	vertical-align: top !important;
}

.rpi-stars-tripadvisor i {
	width: var(--rpi-dot-size) !important;
	height: var(--rpi-dot-size) !important;
	display: inline-block !important;
	position: relative !important;
	flex: 0 0 auto !important;
	box-sizing: border-box !important;
	border-radius: 999px !important;
	border: var(--border) solid var(--border-color) !important;
	background-color: var(--empty-color) !important;
	background-image: linear-gradient(90deg, var(--fill-color) 0 calc(var(--fill, 0) * 1%), transparent calc(var(--fill, 0) * 1%)) !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	transform: scale(var(--icon-scale)) !important;
	transform-origin: left center !important;
}

.rpi-stars-tripadvisor, .rpi-stars-tripadvisor[data-rating]::before {
	content: attr(data-rating);
	color: var(--rpi-rating-color, var(--fill-color));
	font-size: var(--head-grade-fs, 18px);
	font-weight: var(--head-grade-weight, 900);
}

.rpi-stars-tripadvisor i:first-child {
	--fill: clamp(0, (var(--rating) - 0) * 100, 100);
}

.rpi-stars-tripadvisor i:nth-child(2) {
	--fill: clamp(0, (var(--rating) - 1) * 100, 100);
}

.rpi-stars-tripadvisor i:nth-child(3) {
	--fill: clamp(0, (var(--rating) - 2) * 100, 100);
}

.rpi-stars-tripadvisor i:nth-child(4) {
	--fill: clamp(0, (var(--rating) - 3) * 100, 100);
}

.rpi-stars-tripadvisor i:nth-child(5) {
	--fill: clamp(0, (var(--rating) - 4) * 100, 100);
}

.rpi-stars-tripadvisor[data-stars^="1"] {
	--rating: 1.5;
}

.rpi-stars-tripadvisor[data-stars="1"] {
	--rating: 1;
}

.rpi-stars-tripadvisor[data-stars^="2"] {
	--rating: 2.5;
}

.rpi-stars-tripadvisor[data-stars="2"] {
	--rating: 2;
}

.rpi-stars-tripadvisor[data-stars^="3"] {
	--rating: 3.5;
}

.rpi-stars-tripadvisor[data-stars="3"] {
	--rating: 3;
}

.rpi-stars-tripadvisor[data-stars^="4"] {
	--rating: 4.5;
}

.rpi-stars-tripadvisor[data-stars="4"] {
	--rating: 4;
}

.rpi-stars-tripadvisor[data-stars^="5"] {
	--rating: 5;
}

.rpi-star-fb {
	--icon-scale: .9;
	--star-scale: 70%;
	--fb-size: var(--rpi-star-size, 18px);
	--size: calc(var(--fb-size) * var(--icon-scale));
	--color: var(--rpi-fb-color, #fa3e3e);
	--radius: var(--rpi-fb-radius, 3px);
	--tail-w: calc(var(--size) / 3);
	--tail-h: calc(var(--size) / 3.6);
	--tail-offset: calc(var(--size) / 4.5);
	--tail-overlap: 1px;
	--gap: .25em;
	--label-scale: .9;
	--fb-star: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.7881 3.21068C11.2364 2.13274 12.7635 2.13273 13.2118 3.21068L15.2938 8.2164L20.6979 8.64964C21.8616 8.74293 22.3335 10.1952 21.4469 10.9547L17.3295 14.4817L18.5874 19.7551C18.8583 20.8908 17.6229 21.7883 16.6266 21.1798L11.9999 18.3538L7.37329 21.1798C6.37697 21.7883 5.14158 20.8908 5.41246 19.7551L6.67038 14.4817L2.55303 10.9547C1.66639 10.1952 2.13826 8.74293 3.302 8.64964L8.70609 8.2164L10.7881 3.21068Z' fill='%23fff'/%3E%3C/svg%3E");
	position: relative !important;
	display: inline-flex !important;
	align-items: center;
	align-self: var(--star-align-self, start);
	height: var(--star-size) !important;
	width: max-content !important;
	white-space: nowrap !important;
	font-size: calc(var(--size) * var(--label-scale)) !important;
	line-height: 1 !important;
	padding-left: calc(var(--size) + var(--gap)) !important;
	text-shadow: .015em 0 0 currentColor;
}

.rpi-star-fb::before {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: var(--size) !important;
	height: var(--size) !important;
	background-color: var(--color) !important;
	border-radius: var(--radius) !important;
	background-image: var(--fb-star) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: var(--star-scale) var(--star-scale) !important;
}

.rpi-star-fb::after {
	content: "" !important;
	position: absolute !important;
	left: var(--tail-offset) !important;
	top: 50% !important;
	width: 0 !important;
	height: 0 !important;
	transform: translateY(calc(var(--size) / 2 - var(--tail-overlap))) !important;
	border-top: var(--tail-h) solid var(--color) !important;
	border-right: var(--tail-w) solid transparent !important;
}

.rpi-star-fb[data-rating="1"] {
	--color: #ccc;
}

:root {
	--rpi-lt: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'%3E%3C/path%3E%3C/svg%3E") no-repeat center/contain;
	--rpi-gt: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'%3E%3C/path%3E%3C/svg%3E") no-repeat center/contain;
}

.rpi {
	--slider-btn-size: 16px;
	--slider-btn-bg: var(--card-bg, #f5f5f5);
	--slider-btn-color: #777;
	--slider-btn-padding: calc(var(--slider-btn-size) / 2);
	--slider-btn-bw: 1px;
	--slider-btn-bc: #ccc;
	--slider-btn-fs: calc(var(--slider-btn-size) + var(--slider-btn-bw));
	--slider-btn-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	--slider-btn-full: calc(var(--slider-btn-size) + ( var(--slider-btn-padding) * 2 ) + ( var(--slider-btn-bw) * 2 ));
	--slider-btn-offset: 0px;
	--slider-btn-out: calc(var(--slider-btn-full) / 2);
	--slider-btn-pos: calc(var(--slider-btn-out) + var(--slider-btn-offset));
	--slider-offset: calc(var(--slider-btn-out));
}

.rpi .rpi-slides {
	display: flex !important;
	flex: 1 !important;
	gap: var(--slider-gap, var(--card-gap, 8px)) !important;
	flex-wrap: nowrap !important;
	overflow: hidden !important;
	overflow-x: auto !important;
	scroll-snap-type: x mandatory !important;
	scroll-behavior: var(--rpi-slider-behavior, smooth) !important;
	-webkit-overflow-scrolling: touch !important;
	scrollbar-width: none !important;
}

.rpi .rpi-slides::-webkit-scrollbar {
	display: none !important;
}

.rpi .rpi-slide {
	overflow: hidden !important;
	padding: 4px 3px !important;
	scroll-snap-align: start !important;
	transition: transform .5s !important;
}

.rpi .rpi-slides-bite {
	--offset: var(--slides-bite-offset, 6px);
	--alpha: .2px;
	--shift: var(--slider-btn-offset);
	--radius: calc(var(--slider-btn-out) + var(--offset));
	-webkit-mask: var(--slider-bite, radial-gradient(circle var(--radius) at calc(0% - var(--shift)) 50%, transparent 0, transparent calc(var(--radius) - var(--alpha)), #000 calc(var(--radius) + var(--alpha))), radial-gradient(circle var(--radius) at calc(100% + var(--shift)) 50%, transparent 0, transparent calc(var(--radius) - var(--alpha)), #000 calc(var(--radius) + var(--alpha))), linear-gradient(#000 0 0));
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	-webkit-mask-composite: source-in, source-in;
	margin: 0 var(--slider-offset, 0);
}

.rpi .rpi-ltgt {
	--margin: calc(-1 * var(--slider-btn-pos) + var(--slider-offset, 0px));
	position: var(--slider-btn-position, absolute) !important;
	padding: var(--slider-btn-padding) !important;
	border-radius: 50% !important;
	border: var(--slider-btn-bw) solid var(--slider-btn-bc) !important;
	background-color: var(--slider-btn-bg) !important;
	box-shadow: var(--slider-btn-shadow) !important;
	transition: background-color .2s ease-in-out !important;
	z-index: 1 !important;
}

.rpi .rpi-ltgt:active {
	box-shadow: none !important;
}

.rpi .rpi-ltgt.rpi-lt {
	left: 0 !important;
	margin-left: var(--margin) !important;
}

.rpi .rpi-ltgt.rpi-gt {
	right: 0 !important;
	margin-right: var(--margin) !important;
}

.rpi-ltgt.rpi-gt::after, .rpi-ltgt.rpi-lt::before {
	position: relative !important;
	content: "" !important;
	display: block !important;
	width: var(--slider-btn-size) !important;
	height: var(--slider-btn-size) !important;
	background-color: var(--slider-btn-color) !important;
}

.rpi-ltgt.rpi-lt::before {
	-webkit-mask: var(--rpi-lt) !important;
	mask: var(--rpi-lt) !important;
}

.rpi-ltgt.rpi-gt::after {
	-webkit-mask: var(--rpi-gt) !important;
	mask: var(--rpi-gt) !important;
}

[dir=rtl] .rpi-gt::after, [dir=rtl] .rpi-lt::before {
	transform: rotate(180deg);
}

.rpi .rpi-dots-wrap {
	position: absolute !important;
	top: calc(100% - 1px) !important;
	left: 0 !important;
	right: 0 !important;
	display: flex !important;
	justify-content: center !important;
	margin: 0 auto !important;
	padding-top: var(--slider-dot-padding-top, .5em) !important;
	max-width: 100% !important;
	width: calc(var(--slider-dots-visible) * var(--slider-dot-size) + ( var(--slider-dots-visible) - 1 ) * var(--slider-dot-gap)) !important;
}

.rpi .rpi-dots {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll !important;
	gap: var(--slider-dot-gap);
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.rpi-dots .rpi-dot {
	display: inline-block !important;
	width: var(--slider-dot-size) !important;
	height: var(--slider-dot-size) !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: .4 !important;
	vertical-align: middle !important;
	flex: 1 0 auto !important;
	transform: scale(.55) !important;
	scroll-snap-align: center !important;
	border-radius: 20px !important;
	background-color: var(--slider-dot-color, #999) !important;
}

.rpi-dots .rpi-dot:hover {
	opacity: 1 !important;
}

.rpi-dots .rpi-dot.active {
	opacity: 1 !important;
	transform: scale(.95) !important;
	background-color: var(--slider-act-dot-color, #fb8e28) !important;
}

.rpi-dots .rpi-dot.s2 {
	transform: scale(.85) !important;
}

.rpi-dots .rpi-dot.s3 {
	transform: scale(.65) !important;
}

.rpi button {
	all: revert !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	line-height: 1 !important;
	font: inherit !important;
	color: inherit !important;
	text-align: center !important;
	cursor: pointer !important;
	border: 0 !important;
	background: 0 0 !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	user-select: none !important;
}

.rpi button:focus {
	outline: 0 !important;
}

.rpi button:focus-visible {
	outline: 2px solid currentColor !important;
	outline-offset: 2px !important;
}

.rpi .rpi-x, .rpi-x {
	position: absolute !important;
	top: var(--x-top, 6px) !important;
	right: var(--x-right, 8px) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: var(--x-width, 20px) !important;
	height: var(--x-height, 20px) !important;
	cursor: pointer !important;
	opacity: var(--x-opacity, .65) !important;
	border-radius: 50% !important;
	background-color: var(--x-bg, #fafafa) !important;
	z-index: 2147483003 !important;
	outline: 0 !important;
}

.rpi .rpi-x:focus-visible, .rpi-x:focus-visible {
	outline: 0 !important;
}

.rpi .rpi-x:hover, .rpi-x:hover {
	opacity: 1 !important;
}

.rpi .rpi-x::after, .rpi .rpi-x::before, .rpi-x::after, .rpi-x::before {
	content: "" !important;
	position: absolute !important;
	display: block !important;
	width: var(--x-line-width, 12px) !important;
	height: var(--x-line-height, 1px) !important;
	border-radius: 2px !important;
	background-color: var(--x-color, #373737) !important;
}

.rpi .rpi-x::before, .rpi-x::before {
	transform: rotate(45deg) !important;
}

.rpi .rpi-x::after, .rpi-x::after {
	transform: rotate(-45deg) !important;
}

.rpi .rpi-x.rpi-xa::before, .rpi-x.rpi-xa::before {
	--x-line-width: 7px !important;
	--x-line-height: 7px !important;
	top: 4px !important;
	border-radius: 0 !important;
	border-right: 1px solid #373737 !important;
	border-bottom: 1px solid #373737 !important;
	background-color: transparent !important;
}

.rpi .rpi-x.rpi-xa::after, .rpi-x.rpi-xa::after {
	content: none !important;
}

.rpi-bubble:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 16px;
	bottom: auto;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: #fff transparent;
}

.rpi-fade {
	-webkit-transition: opacity 150ms ease, -webkit-transform 150ms ease;
	transition: opacity 150ms ease, -webkit-transform 150ms ease;
	transition: transform 150ms ease, opacity 150ms ease;
	transition: transform 150ms ease, opacity 150ms ease, -webkit-transform 150ms ease;
}

.rpi-sb {
	--x-bg: transparent;
	--x-line-width: 16px;
	--slider-card-margin: 0;
	--sb-top-offset: 0px;
	position: fixed;
	inset: var(--sb-top-offset, 60px) 0 0 auto;
	width: min(368px, 100%);
	display: flex;
	flex-direction: column;
	background: rgba(250, 250, 251, .98);
	border-left: 1px solid #dadee2;
	box-shadow: #bdbdbd 0 2px 10px 0;
	z-index: 2147483000;
	overflow: visible;
	transform: translateX(100%);
	transition: transform .3s ease-in-out, visibility 0s .3s;
	visibility: hidden;
	will-change: transform;
	backface-visibility: hidden;
}

.rpi-sb .rpi-list, .rpi-sbh {
	--card-gap: 0;
	--card-padding: 12px;
	--card-bg: transparent;
	--head-card-bg: transparent;
}

.rpi-sb.rpi-open {
	overflow: hidden;
	transform: translateX(0);
	transition: transform .3s ease-in-out, visibility 0s 0s;
	visibility: visible;
}

.rpi-sb.rpi-left {
	inset: var(--sb-top-offset, 60px) auto 0 0;
	border-left: none;
	border-right: 1px solid #dadee2;
	transform: translateX(-100%);
}

.rpi-sb.rpi-left.rpi-open {
	transform: translateX(0);
}

@media (max-width:460px) {
	.rpi-sb {
		inset: var(--sb-top-offset, 60px) 0 0 0;
		width: 100%;
		border-radius: 0;
	}
}

.rpi-sb .rpi {
	min-width: 330px;
}

.rpi-sb[data-layout=list] .rpi {
	--card-gap: 0;
	--card-bg: none;
	--text-lines: auto;
	--head-card-bg: none;
}

.rpi-sb .rpi-header {
	position: sticky;
	top: 0;
	z-index: 5;
}

.rpi-sb .rpi-header, .rpi-sbf, .rpi-sbh {
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
}

.rpi-sbc {
	flex: 1;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.rpi-sbf {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 8px 2px;
}

.rpi-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
	z-index: 2147482999;
}

.rpi-overlay.rpi-open {
	opacity: 1;
	visibility: visible;
}

.rpi-lightbox, .rpi-lightbox-wrap {
	--x-top: 15px;
	--x-right: 15px;
	--x-bg: none;
	--x-color: #ececec;
	--x-line-width: 25px;
	--x-line-height: 3px;
	--x-opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.rpi-lightbox-wrap {
	z-index: 3;
}

.rpi-lightbox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
	color: #333;
	text-align: left;
	z-index: 2147483003;
	user-select: none;
	background-color: rgba(0, 0, 0, .6);
	transition: all .3s ease-out;
}

.rpi-lightbox-inner {
	width: 95%;
	max-width: 1200px;
	height: 100%;
	max-height: calc(100vh - 80px);
	max-height: calc(100dvh - 80px);
}

@supports (container-type:inline-size) {
	.rpi-lightbox-xxx {
		container-name: lightbox;
		container-type: inline-size;
	}
}

.rpi-lightbox-xxx {
	position: relative;
	display: flex;
	justify-content: center;
	height: 100%;
	border: none;
	overflow: auto;
	border-radius: 4px;
	-webkit-overflow-scrolling: touch;
}

.rpi-lightbox-content {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	color: #000;
	height: 100%;
	overflow: hidden;
	border-radius: 4px;
	background-color: #fff;
}

.rpi-lightbox-media {
	position: relative;
	display: flex;
	justify-content: center;
	flex: 2;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 0;
	background-color: #000;
}

.rpi-lightbox-btn {
	position: absolute;
	display: flex;
	width: 30px;
	height: 30px;
	font-size: 36px;
	line-height: 22px;
	justify-content: center;
	z-index: 1;
	cursor: pointer;
	border-radius: 50%;
	background-color: rgba(214, 214, 214, .7);
	transition: background .3s ease-in-out;
}

.rpi-lightbox-btn:hover {
	background: #e1e1e1;
}

.rpi-lightbox-prev {
	left: 8px;
}

.rpi-lightbox-next {
	right: 8px;
}

.rpi-lightbox-prev::before {
	content: "‹";
}

.rpi-lightbox-next::before {
	content: "›";
}

.rpi-lightbox-media img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	opacity: 1;
	object-fit: contain;
	border-radius: inherit;
	transition: opacity .3s ease-in-out;
}

.rpi-lightbox .rpi-lightbox-review {
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
	font-size: 15px;
	color: #000;
	padding: 0;
	overflow: hidden;
	overflow-y: auto;
}

@supports (container-type:inline-size) {
	@container lightbox (width < 480px) {
		.rpi-lightbox-xxx .rpi-lightbox-content {
			flex-direction: column;
		}
	}
}

@media (max-width:480px) {
	.rpi-lightbox-xxx .rpi-lightbox-content {
		flex-direction: column;
	}
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before, .fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before, .fa-address-card:before {
	content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fab, .far {
	font-weight: 400;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.fa, .fas {
	font-weight: 900;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=1be474de61c0629256765ac76fef2ce8)
 * Config saved to config.json and https://gist.github.com/1be474de61c0629256765ac76fef2ce8
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

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

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img, legend {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

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

legend, td, th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*, :after, :before {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	
	blockquote, pre {
		border: 1px solid #999;
	}
	
	thead {
		display: table-header-group;
	}
	
	blockquote, img, pre, tr {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	.navbar {
		display: none;
	}
	
	.btn > .caret, .dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	
	.label {
		border: 1px solid #000;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.table-bordered td, .table-bordered th {
		border: 1px solid #ddd !important;
	}
}

*, :after, :before, input[type=search] {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:focus, input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role=button] {
	cursor: pointer;
}

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

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%;
}

.h1, h1 {
	font-size: 36px;
}

.h2, h2 {
	font-size: 30px;
}

.h3, h3 {
	font-size: 24px;
}

.h4, h4 {
	font-size: 18px;
}

.h5, h5 {
	font-size: 14px;
}

.h6, h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width:768px) {
	.lead {
		font-size: 21px;
	}
}

.small, small {
	font-size: 85%;
}

.mark, mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left, th {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:focus, a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
	background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
	background-color: #286090;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 20px;
}

ol, ul {
	margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dd, dt {
	line-height: 1.42857143;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

@media (min-width:992px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
	content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
	content: "";
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: " —";
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code, kbd, pre {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	flex: 0 0 auto;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width:768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left;
	}
	
	.col-sm-12 {
		width: 100%;
	}
	
	.col-sm-11 {
		width: 91.66666667%;
	}
	
	.col-sm-10 {
		width: 83.33333333%;
	}
	
	.col-sm-9 {
		width: 75%;
	}
	
	.col-sm-8 {
		width: 66.66666667%;
	}
	
	.col-sm-7 {
		width: 58.33333333%;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-5 {
		width: 41.66666667%;
	}
	
	.col-sm-4 {
		width: 33.33333333%;
	}
	
	.col-sm-3 {
		width: 25%;
	}
	
	.col-sm-2 {
		width: 16.66666667%;
	}
	
	.col-sm-1 {
		width: 8.33333333%;
	}
	
	.col-sm-pull-12 {
		right: 100%;
	}
	
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	
	.col-sm-pull-9 {
		right: 75%;
	}
	
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	
	.col-sm-pull-6 {
		right: 50%;
	}
	
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	
	.col-sm-pull-3 {
		right: 25%;
	}
	
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	
	.col-sm-pull-0 {
		right: auto;
	}
	
	.col-sm-push-12 {
		left: 100%;
	}
	
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	
	.col-sm-push-9 {
		left: 75%;
	}
	
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	
	.col-sm-push-6 {
		left: 50%;
	}
	
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	
	.col-sm-push-3 {
		left: 25%;
	}
	
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	
	.col-sm-push-0 {
		left: auto;
	}
	
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
	}
	
	.col-md-12 {
		width: 100%;
	}
	
	.col-md-11 {
		width: 91.66666667%;
	}
	
	.col-md-10 {
		width: 83.33333333%;
	}
	
	.col-md-9 {
		width: 75%;
	}
	
	.col-md-8 {
		width: 66.66666667%;
	}
	
	.col-md-7 {
		width: 58.33333333%;
	}
	
	.col-md-6 {
		width: 50%;
	}
	
	.col-md-5 {
		width: 41.66666667%;
	}
	
	.col-md-4 {
		width: 33.33333333%;
	}
	
	.col-md-3 {
		width: 25%;
	}
	
	.col-md-1\/5 {
		width: 20%;
	}
	
	.col-md-2 {
		width: 16.66666667%;
	}
	
	.col-md-1 {
		width: 8.33333333%;
	}
	
	.col-md-pull-12 {
		right: 100%;
	}
	
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	
	.col-md-pull-9 {
		right: 75%;
	}
	
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	
	.col-md-pull-6 {
		right: 50%;
	}
	
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	
	.col-md-pull-3 {
		right: 25%;
	}
	
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	
	.col-md-pull-0 {
		right: auto;
	}
	
	.col-md-push-12 {
		left: 100%;
	}
	
	.col-md-push-11 {
		left: 91.66666667%;
	}
	
	.col-md-push-10 {
		left: 83.33333333%;
	}
	
	.col-md-push-9 {
		left: 75%;
	}
	
	.col-md-push-8 {
		left: 66.66666667%;
	}
	
	.col-md-push-7 {
		left: 58.33333333%;
	}
	
	.col-md-push-6 {
		left: 50%;
	}
	
	.col-md-push-5 {
		left: 41.66666667%;
	}
	
	.col-md-push-4 {
		left: 33.33333333%;
	}
	
	.col-md-push-3 {
		left: 25%;
	}
	
	.col-md-push-2 {
		left: 16.66666667%;
	}
	
	.col-md-push-1 {
		left: 8.33333333%;
	}
	
	.col-md-push-0 {
		left: auto;
	}
	
	.col-md-offset-12 {
		margin-left: 100%;
	}
	
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-md-offset-9 {
		margin-left: 75%;
	}
	
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-md-offset-6 {
		margin-left: 50%;
	}
	
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-md-offset-3 {
		margin-left: 25%;
	}
	
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left;
	}
	
	.col-lg-12 {
		width: 100%;
	}
	
	.col-lg-11 {
		width: 91.66666667%;
	}
	
	.col-lg-10 {
		width: 83.33333333%;
	}
	
	.col-lg-9 {
		width: 75%;
	}
	
	.col-lg-8 {
		width: 66.66666667%;
	}
	
	.col-lg-7 {
		width: 58.33333333%;
	}
	
	.col-lg-6 {
		width: 50%;
	}
	
	.col-lg-5 {
		width: 41.66666667%;
	}
	
	.col-lg-4 {
		width: 33.33333333%;
	}
	
	.col-lg-3 {
		width: 25%;
	}
	
	.col-lg-2 {
		width: 16.66666667%;
	}
	
	.col-lg-1 {
		width: 8.33333333%;
	}
	
	.col-lg-pull-12 {
		right: 100%;
	}
	
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	
	.col-lg-pull-9 {
		right: 75%;
	}
	
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	
	.col-lg-pull-6 {
		right: 50%;
	}
	
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	
	.col-lg-pull-3 {
		right: 25%;
	}
	
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	
	.col-lg-pull-0 {
		right: auto;
	}
	
	.col-lg-push-12 {
		left: 100%;
	}
	
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	
	.col-lg-push-9 {
		left: 75%;
	}
	
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	
	.col-lg-push-6 {
		left: 50%;
	}
	
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	
	.col-lg-push-3 {
		left: 25%;
	}
	
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	
	.col-lg-push-0 {
		left: auto;
	}
	
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-lg-offset-0 {
		margin-left: 0;
	}
}

pre code, table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	border-top: 1px solid #ddd;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
	padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
	background-color: #f5f5f5;
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*=col-], table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
	background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
	background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
	background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
	background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc;
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%;
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	
	.table-responsive > .table {
		margin-bottom: 0;
	}
	
	.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
		white-space: nowrap;
	}
	
	.table-responsive > .table-bordered {
		border: 0;
	}
	
	.table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 0;
	}
	
	.table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
		border-right: 0;
	}
	
	.table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0;
	}
}

fieldset, legend {
	padding: 0;
	border: 0;
}

fieldset {
	margin: 0;
	min-width: 0;
}

legend {
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px 	;
	line-height: normal;
}

input[type=file], legend {
	display: block;
}

input[type=range] {
	display: block;
	width: 100%;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control, select[multiple], select[multiple].input-sm, select[size], textarea.form-control, textarea.input-sm {
	height: auto;
}

.form-control, output {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

output {
	padding-top: 7px;
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.nitro-lazy {
	background-image: none !important;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}

input[type=search] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
		line-height: 34px;
	}
	
	.input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
		line-height: 30px;
	}
	
	.input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
		line-height: 46px;
	}
}

.form-group {
	margin-bottom: 15px;
}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.checkbox label, .checkbox-inline, .radio label, .radio-inline {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.checkbox label, .radio label {
	min-height: 20px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px 	;
}

.checkbox + .checkbox, .radio + .radio {
	margin-top: -5px;
}

.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
	margin-top: 0;
	margin-left: 10px;
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}

.form-group-sm .form-control, .input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-group-sm select.form-control, select.input-sm {
	height: 30px;
	line-height: 30px;
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.form-group-lg .form-control, .input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control, select[multiple].input-lg, textarea.input-lg {
	height: auto;
}

.form-group-lg select.form-control, select.input-lg {
	height: 46px;
	line-height: 46px;
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.form-inline .form-control-static {
		display: inline-block;
	}
	
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	
	.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
		width: auto;
	}
	
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.form-inline .checkbox, .form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.form-inline .checkbox label, .form-inline .radio label {
		padding-left: 0;
	}
	
	.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0;
	}
	
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
	
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}

.fade {
	opacity: 0;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: .35s;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid 	;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown, .dropup {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
	color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}

.dropdown-menu > .disabled > a:focus.nitro-lazy, .dropdown-menu > .disabled > a:hover.nitro-lazy {
	background-image: none !important;
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid 	;
	content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width:992px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav > li, .nav > li > a {
	position: relative;
	display: block;
}

.nav > li > a {
	padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: #eee;
}

.nav > li.disabled > a {
	color: #777;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #eee;
	border-color: #337ab7;
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-tabs.nav-justified > li {
	float: none;
}

.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width:768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	
	.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
		border-bottom-color: #fff;
	}
}

.nav-pills > li {
	float: left;
}

.nav-pills > li > a {
	border-radius: 4px;
}

.nav-pills > li + li {
	margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #337ab7;
}

.nav-justified > li, .nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified {
	width: 100%;
}

.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

@media (min-width:768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	
	.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	
	.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
		border-bottom-color: #fff;
	}
}

.tab-content > .tab-pane {
	display: none;
}

.navbar-brand > img, .tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width:1200px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	
	.navbar-collapse.in {
		overflow-y: visible;
	}
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 200px;
	}
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width:992px) {
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width:992px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width:992px) {
	.navbar-fixed-bottom, .navbar-fixed-top {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

@media (min-width:992px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle.nitro-lazy {
	background-image: none !important;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width:992px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width:991px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px 5px 25px;
	}
	
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	
	.navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
		background-image: none;
	}
	
	.navbar-nav .open .dropdown-menu > li > a:focus.nitro-lazy, .navbar-nav .open .dropdown-menu > li > a:hover.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width:992px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	
	.navbar-nav > li {
		float: left;
	}
	
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.navbar-form {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin: 8px -15px;
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.navbar-form .form-control-static {
		display: inline-block;
	}
	
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	
	.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
		width: auto;
	}
	
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.navbar-form .checkbox, .navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.navbar-form .checkbox label, .navbar-form .radio label {
		padding-left: 0;
	}
	
	.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0;
	}
	
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width:991px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media (min-width:992px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none;
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width:992px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.navbar-left {
		float: left !important;
	}
	
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #e7e7e7;
	color: #555;
}

@media (max-width:991px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #333;
		background-color: transparent;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #555;
		background-color: #e7e7e7;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .btn-link, .navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
	color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background-color: #080808;
	color: #fff;
}

@media (max-width:991px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
		background-color: transparent;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-color: #080808;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #444;
		background-color: transparent;
	}
}

.navbar-inverse .btn-link, .navbar-inverse .navbar-link {
	color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}

.modal, .modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	transform: translate(0, -25%);
	transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	
	.modal-sm {
		width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px;
	}
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
	content: " ";
	display: table;
}

.clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.d-none, .hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none !important;
}

@media (max-width:767px) {
	.visible-xs, .visible-xs-block {
		display: block !important;
	}
	
	table.visible-xs {
		display: table !important;
	}
	
	tr.visible-xs {
		display: table-row !important;
	}
	
	td.visible-xs, th.visible-xs {
		display: table-cell !important;
	}
	
	.visible-xs-inline {
		display: inline !important;
	}
	
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm, .visible-sm-block {
		display: block !important;
	}
	
	table.visible-sm {
		display: table !important;
	}
	
	tr.visible-sm {
		display: table-row !important;
	}
	
	td.visible-sm, th.visible-sm {
		display: table-cell !important;
	}
	
	.visible-sm-inline {
		display: inline !important;
	}
	
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md, .visible-md-block {
		display: block !important;
	}
	
	table.visible-md {
		display: table !important;
	}
	
	tr.visible-md {
		display: table-row !important;
	}
	
	td.visible-md, th.visible-md {
		display: table-cell !important;
	}
	
	.visible-md-inline {
		display: inline !important;
	}
	
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:1200px) {
	.visible-lg, .visible-lg-block {
		display: block !important;
	}
	
	table.visible-lg {
		display: table !important;
	}
	
	tr.visible-lg {
		display: table-row !important;
	}
	
	td.visible-lg, th.visible-lg {
		display: table-cell !important;
	}
	
	.visible-lg-inline {
		display: inline !important;
	}
	
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	
	table.visible-print {
		display: table !important;
	}
	
	tr.visible-print {
		display: table-row !important;
	}
	
	td.visible-print, th.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
	
	.hidden-print {
		display: none !important;
	}
}

/*
Theme Name: ArcHub
Theme URI: https://archub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.2.14
License: GNU General Public License
License URI: license.txt
Text Domain: archub
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	white-space: nowrap;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus, .screen-reader-text:focus-within {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.screen-reader-text:focus-within {
	overflow: visible;
}

/*--------------------------------------------------------------
Spacing
--------------------------------------------------------------*/
.wp-block-button, .wp-block-cover {
	margin-bottom: 32px;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
body:not(.has-sidebar) .alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-inline-start: -50vw;
	margin-inline-end: -50vw;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.wp-block-gallery {
	margin-bottom: 1em;
}

.blocks-gallery-caption {
	margin-top: 0;
}

/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.wp-block-button__link {
	--wp-btn-border-radius: 1.5em;
	border-radius: var(--wp-btn-border-radius);
	line-height: 1.35em;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	--wp-btn-border-radius: 0;
}

/*--------------------------------------------------------------
Cover
--------------------------------------------------------------*/
.wp-block-cover.has-background-dim {
	color: #fff;
}

.wp-block-cover.has-background-dim a {
	color: inherit;
}

.wp-block-group.has-background, .has-background {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Blockquote
--------------------------------------------------------------*/
.wp-block-pullquote blockquote {
	border: none;
}

/*--------------------------------------------------------------
Readmore
--------------------------------------------------------------*/
.entry-summary .more-link:after {
	content: "→";
	display: inline-block;
	margin-left: .5em;
}
