@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
		sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
	padding: 10px;
	content: "";
	border-left: 5px solid #ccc;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 2.5rem;
}

h2,
.h2 {
	font-size: 2rem;
}

h3,
.h3 {
	font-size: 1.75rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}
.blockquote-footer::before {
	content: "— ";
}

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

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #6c757d;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
}
a > code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container-sm,
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container-md,
	.container-sm,
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1140px;
	}
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.row-cols-4 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-sm-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-sm-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-sm-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.row-cols-sm-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-sm-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-sm-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-md-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-md-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-md-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.row-cols-md-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-md-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-md-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.3333333333%;
	}

	.offset-md-2 {
		margin-left: 16.6666666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.3333333333%;
	}

	.offset-md-5 {
		margin-left: 41.6666666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.3333333333%;
	}

	.offset-md-8 {
		margin-left: 66.6666666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.3333333333%;
	}

	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-lg-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-lg-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-lg-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.row-cols-lg-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-lg-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-lg-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-xl-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-xl-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-xl-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.row-cols-xl-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-xl-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-xl-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}
.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
	border-color: #7abaff;
}

.table-hover .table-primary:hover {
	background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
	border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
	border-color: #8fd19e;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
	border-color: #86cfda;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
	border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
	border-color: #ed969e;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
	background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
	border-color: #fbfcfc;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
	border-color: #95999c;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55;
}
.table-dark.table-bordered {
	border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	/*border-color: #761327;*/
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(118, 19, 39, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(118, 19, 39, 0.25);
}

.btn-info:focus,
.btn-primary:focus
{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(118, 19, 39, 0.25) !important;
	box-shadow: 0 0 0 0.2rem rgba(118, 19, 39, 0.25) !important;
}

.btn-info:hover,
.btn-primary:hover
{
	background: #a81b37 !important;
	border: 1px solid #a81b37 !important;
}

button, .btn {
	transition: all 800ms !important;
}




.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
	left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right
		calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc(0.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
			right 0.75rem center/8px 10px no-repeat,
		#fff
			url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
			center right 1.75rem / calc(0.75em + 0.375rem)
			calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
	color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
	border-color: #28a745;
}
.was-validated
	.custom-control-input:valid:checked
	~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}
.was-validated
	.custom-control-input:valid:focus
	~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated
	.custom-control-input:valid:focus:not(:checked)
	~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
	~ .custom-control-label::before {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
	border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
	left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right
		calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc(0.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
			right 0.75rem center/8px 10px no-repeat,
		#fff
			url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
			center right 1.75rem / calc(0.75em + 0.375rem)
			calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
	color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #dc3545;
}
.was-validated
	.custom-control-input:invalid:checked
	~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}
.was-validated
	.custom-control-input:invalid:focus
	~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated
	.custom-control-input:invalid:focus:not(:checked)
	~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
	~ .custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-inline .form-check {
	width: 100%;
}
@media (min-width: 576px) {
	.form-inline label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto;
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		transition: none;
	}
}
.btn:hover {
	color: #212529;
	text-decoration: none;
}
.btn:focus,
.btn.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #761327;
	border-color: #761327;
}
.btn-primary:hover {
	color: #fff;
	background-color: #761327;
	border-color: #761327;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #761327;
	border-color: #761327;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #761327;
	border-color: #761327;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #761327;
	border-color: #761327;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d !important;
	border-color: #6c757d;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #ffffff;
	border-color: #761327;
	color:#761327;
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #761327;
	border-color: #761327;
	color: #ffffff;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none;
	}
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}
@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}
@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}
.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}
.dropleft .dropdown-toggle::after {
	display: none;
}
.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #212529;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
	z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
	margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
	z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
	z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group > .custom-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation)
	> .custom-file:not(:last-child)
	.custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation
	> .custom-file:nth-last-child(n + 3)
	.custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
	height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
	padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
	> .input-group-append:not(:last-child)
	> .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
	> .input-group-append:nth-last-child(n + 3)
	> .input-group-text,
.input-group
	> .input-group-append:last-child
	> .btn:not(:last-child):not(.dropdown-toggle),
.input-group
	> .input-group-append:last-child
	> .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
	> .input-group-prepend:first-child
	> .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.custom-control-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}
.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}
.custom-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
	.custom-control-input:indeterminate
	~ .custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff;
}
.custom-checkbox
	.custom-control-input:indeterminate
	~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
	.custom-control-input:disabled:checked
	~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
	.custom-control-input:disabled:indeterminate
	~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
	.custom-control-input:disabled:checked
	~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
	padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: 0.5rem;
	-webkit-transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-transform 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		-webkit-transition: none;
		transition: none;
	}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(0.75rem);
	transform: translateX(0.75rem);
}
.custom-switch
	.custom-control-input:disabled:checked
	~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
		right 0.75rem center/8px 10px no-repeat;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}
.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}
.custom-select::-ms-expand {
	display: none;
}
.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin: 0;
	overflow: hidden;
	opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
	border-color: #80bdff;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
	background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	overflow: hidden;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 0.75rem);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.custom-range:focus {
	outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
	border: 0;
}
.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}
.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}
.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}
.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none;
	}
}
.custom-range::-ms-thumb:active {
	background-color: #b3d7ff;
}
.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
	cursor: default;
}
.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	-webkit-transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		-webkit-transition: none;
		transition: none;
	}
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
	text-decoration: none;
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
	max-height: 75vh;
	overflow-y: auto;
}

@media (max-width: 575.98px) {
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid,
	.navbar-expand-sm > .container-sm,
	.navbar-expand-sm > .container-md,
	.navbar-expand-sm > .container-lg,
	.navbar-expand-sm > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 576px) {
	.navbar-expand-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid,
	.navbar-expand-sm > .container-sm,
	.navbar-expand-sm > .container-md,
	.navbar-expand-sm > .container-lg,
	.navbar-expand-sm > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid,
	.navbar-expand-md > .container-sm,
	.navbar-expand-md > .container-md,
	.navbar-expand-md > .container-lg,
	.navbar-expand-md > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	.navbar-expand-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid,
	.navbar-expand-md > .container-sm,
	.navbar-expand-md > .container-md,
	.navbar-expand-md > .container-lg,
	.navbar-expand-md > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid,
	.navbar-expand-lg > .container-sm,
	.navbar-expand-lg > .container-md,
	.navbar-expand-lg > .container-lg,
	.navbar-expand-lg > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid,
	.navbar-expand-lg > .container-sm,
	.navbar-expand-lg > .container-md,
	.navbar-expand-lg > .container-lg,
	.navbar-expand-lg > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}
@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid,
	.navbar-expand-xl > .container-sm,
	.navbar-expand-xl > .container-md,
	.navbar-expand-xl > .container-lg,
	.navbar-expand-xl > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 1200px) {
	.navbar-expand-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid,
	.navbar-expand-xl > .container-sm,
	.navbar-expand-xl > .container-md,
	.navbar-expand-xl > .container-lg,
	.navbar-expand-xl > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}
.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
	padding-right: 0;
	padding-left: 0;
}
.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}
.navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
	color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}
.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
	border-top: 0;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}
.card-link + .card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
	margin-bottom: 15px;
}
@media (min-width: 576px) {
	.card-deck {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group > .card {
	margin-bottom: 15px;
}
@media (min-width: 576px) {
	.card-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.card-group > .card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-top,
	.card-group > .card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-bottom,
	.card-group > .card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-top,
	.card-group > .card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-bottom,
	.card-group > .card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion {
	overflow-anchor: none;
}
.accordion > .card {
	overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion > .card > .card-header {
	border-radius: 0;
	margin-bottom: -1px;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #6c757d;
	content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}
.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.page-link:focus {
	z-index: 3;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.badge {
		-webkit-transition: none;
		transition: none;
	}
}
a.badge:hover,
a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: #0062cc;
}
a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #fff;
	background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #1e7e34;
}
a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
	color: #fff;
	background-color: #117a8b;
}
a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
	color: #212529;
	background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
	color: #212529;
	background-color: #d39e00;
}
a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}
a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130;
}
a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
	color: #212529;
	background-color: #dae0e5;
}
a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: 0.3rem;
}
@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}
.alert-primary hr {
	border-top-color: #9fcdff;
}
.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}
.alert-secondary hr {
	border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert-success hr {
	border-top-color: #b1dfbb;
}
.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}
.alert-info hr {
	border-top-color: #abdde5;
}
.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.alert-warning hr {
	border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.alert-danger hr {
	border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}
.alert-light hr {
	border-top-color: #ececf6;
}
.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}
.alert-dark hr {
	border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
	color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		-webkit-transition: none;
		transition: none;
	}
}

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

.progress-bar-animated {
	-webkit-animation: 1s linear infinite progress-bar-stripes;
	animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}
.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.list-group-item + .list-group-item {
	border-top-width: 0;
}
.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
	border-top-right-radius: 0.25rem;
	border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
	margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-sm > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 768px) {
	.list-group-horizontal-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-md > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 992px) {
	.list-group-horizontal-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-lg > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-xl > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
.list-group-flush {
	border-radius: 0;
}
.list-group-flush > .list-group-item {
	border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #004085;
	background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085;
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #383d41;
	background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41;
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #155724;
	background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724;
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #0c5460;
	background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460;
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #856404;
	background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404;
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #721c24;
	background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24;
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: #818182;
	background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182;
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #1b1e21;
	background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}
.close:hover {
	color: #000;
	text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: 0.75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
	max-width: 350px;
	font-size: 0.875rem;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	opacity: 0;
	border-radius: 0.25rem;
}
.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}
.toast.showing {
	opacity: 1;
}
.toast.show {
	display: block;
	opacity: 1;
}
.toast.hide {
	display: none;
}

.toast-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.25rem 0.75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
	padding: 0.75rem;
}

.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none;
	}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}
.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content;
	}

	.modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.show {
	opacity: 0.9;
}
.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}
.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}
.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
	margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
	bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
	margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
	left: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
	top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
	top: 0;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
	right: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 0.5rem 0.75rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 0s 0.6s;
	transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		-webkit-transition: none;
		transition: none;
	}
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators li {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	-webkit-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		-webkit-transition: none;
		transition: none;
	}
}
.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: 0.75s linear infinite spinner-border;
	animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: 0.75s linear infinite spinner-grow;
	animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.spinner-border,
	.spinner-grow {
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
	}
}
.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important;
}

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

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #007bff !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: 0.2rem !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
	border-radius: 0.3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

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

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

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

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex,
.filter-category,
.formation-banner .content,
.card-formation .card-info .info-formation {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.card-formation .card-info .info-formation {
justify-content: space-between;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media print {
	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}

	.float-sm-right {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}
}
@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}

	.float-md-right {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}
}
@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}

	.float-lg-right {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}
}
@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}

	.float-xl-right {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}
}
.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

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

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position: sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

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

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

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}

	.m-sm-n1 {
		margin: -0.25rem !important;
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}

	.m-sm-n2 {
		margin: -0.5rem !important;
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}

	.m-sm-n3 {
		margin: -1rem !important;
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}

	.m-sm-n4 {
		margin: -1.5rem !important;
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}

	.m-sm-n5 {
		margin: -3rem !important;
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}

	.m-md-n1 {
		margin: -0.25rem !important;
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}

	.m-md-n2 {
		margin: -0.5rem !important;
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}

	.m-md-n3 {
		margin: -1rem !important;
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}

	.m-md-n4 {
		margin: -1.5rem !important;
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}

	.m-md-n5 {
		margin: -3rem !important;
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}

	.m-lg-n1 {
		margin: -0.25rem !important;
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}

	.m-lg-n2 {
		margin: -0.5rem !important;
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}

	.m-lg-n3 {
		margin: -1rem !important;
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}

	.m-lg-n4 {
		margin: -1.5rem !important;
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}

	.m-lg-n5 {
		margin: -3rem !important;
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}

	.m-xl-n1 {
		margin: -0.25rem !important;
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}

	.m-xl-n2 {
		margin: -0.5rem !important;
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}

	.m-xl-n3 {
		margin: -1rem !important;
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}

	.m-xl-n4 {
		margin: -1.5rem !important;
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}

	.m-xl-n5 {
		margin: -3rem !important;
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

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

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}

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

	.text-sm-center {
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}

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

	.text-md-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}

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

	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}

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

	.text-xl-center {
		text-align: center !important;
	}
}
.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

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

.text-primary {
	color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0056b3 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important;
}

.text-info {
	color: #761327 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #761327 !important;
}

.text-warning {
	color: #ffc107 !important;
}

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

.text-danger {
	color: #dc3545 !important;
}

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

.text-light {
	color: #f8f9fa !important;
}

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

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	@page {
		size: a3;
	}
	body {
		min-width: 992px !important;
	}

	.container {
		min-width: 992px !important;
	}

	.navbar {
		display: none;
	}

	.badge {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #dee2e6 !important;
	}

	.table-dark {
		color: inherit;
	}
	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody + tbody {
		border-color: #dee2e6;
	}

	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}
/*variables couleurs formations*/
/*variables couleurs formations*/
section.formation {
	/*margin-top: 3rem;*/
}

/*Card formation*/
.card-formation {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.card-formation:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}
.card-formation:hover .card-image::before {
	opacity: 0;
	display: none;
}
.card-formation.cat-1 .card-info .category {
	color: #f4a2ea;
}
.card-formation.cat-1 .card-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f4a2ea;
	opacity: 0.3;
}
.card-formation.cat-2 .card-info .category {
	color: #8a82d6;
}
.card-formation.cat-2 .card-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #8a82d6;
	opacity: 0.3;
}
.card-formation.cat-3 .card-info .category {
	color: #ef677c;
}
.card-formation.cat-3 .card-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #ef677c;
	opacity: 0.3;
}
.card-formation.cat-4 .card-info .category {
	color: #10a29e;
}
.card-formation.cat-4 .card-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #10a29e;
	opacity: 0.3;
}
.card-formation.cat-5 .card-info .category {
	color: #ffb10f;
}
.card-formation.cat-5 .card-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #ffb10f;
	opacity: 0.3;
}
.card-formation.cat-6 .card-info .category {
	color: #7794f6;
}
.card-formation.cat-6 .card-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #7794f6;
	opacity: 0.3;
}
.card-formation.cat-7 .card-info .category {
	color: #ad9b78;
}
.card-formation.cat-7 .card-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #ad9b78;
	opacity: 0.3;
}
.card-formation.cat-8 .card-info .category {
	color: #91bf9e;
}
.card-formation.cat-8 .card-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #91bf9e;
	opacity: 0.3;
}
.card-formation.cat-9 .card-info .category {
	color: #2600a3;
}
.card-formation.cat-9 .card-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #2600a3;
	opacity: 0.3;
}
.card-formation.cat-10 .card-info .category {
	color: #6f9ead;
}
.card-formation.cat-10 .card-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #6f9ead;
	opacity: 0.3;
}
.card-formation.cat-11 .card-info .category {
	color: #ff0015;
}
.card-formation.cat-11 .card-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #ff0015;
	opacity: 0.3;
}
.card-formation.cat-12 .card-info .category {
	color: #964900;
}
.card-formation.cat-12 .card-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #964900;
	opacity: 0.3;
}
.card-formation .card-info {
	padding: 30px;
}
.card-formation .card-info .category {
	font-size: 0.8rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	display: block;
}
.card-formation .card-info .nom {
	font-weight: bold;
	font-size: 1.2rem;
	display: block;
	margin-bottom: 1rem;
}
.card-formation .card-info .info-formation .duree,
.card-formation .card-info .info-formation .lang,
.card-formation .card-info .info-formation .type-formation
{
	font-size: 0.8rem;
	
}



.card-formation .card-image {
	width: 100%;
	height: 265px;
	background-color: aquamarine;
	position: relative;
	overflow: hidden;
}
.card-formation .card-image:before {
	-webkit-transition: all 5s ease-in-out;
	transition: all 5s ease-in-out;
}
.card-formation .card-image img {
	width: 100%;
	height: 265px;
	-o-object-fit: cover;
	object-fit: cover;
}

.btn-more-formation {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: block;
	padding: 12px 32px;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 1;
	color: #761327;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 2px solid #761327;
	margin: 0 auto;
	margin-top: 2rem;
	max-width: 280px;
	text-align: center;
}
.btn-more-formation:hover {
	background: #761327;
	color: #fff;
	text-decoration: none;
}

.search {
	text-align: center;
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 2rem;
}
.search form {
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	text-align: left;
}
.search form input[type="submit"] {
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	background: #761327;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
	-webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.search form input[type="submit"]:hover {
	background: #ad1c39;
}
.search form input[type="text"] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px);
}
.search form input[type="text"]:active,
.search form input[type="text"]:hover,
.search form input[type="text"]:focus-visible {
	border: 0;
	outline: none;
}

.formation-banner {
	padding: 0;
	height: 500px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.7);
	background-blend-mode: multiply;
	color: white;
}
.formation-banner .container-fluid,
.formation-banner .container-sm,
.formation-banner .container-md,
.formation-banner .container-lg,
.formation-banner .container-xl {
	padding: 0;
}
.formation-banner .overlay {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: black;
	opacity: 0.7;
	z-index: 0;
}
.formation-banner .content {
	color: white;
	z-index: 1;
	/*padding: 3rem 15px;*/
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}
.formation-banner .content h1 {
	margin-bottom: 2rem;
}
.formation-banner .content .duree,
.formation-banner .content .lang,
.formation-banner .content .type-formation 
{
	font-size: 1.3rem;
}
.formation-banner .content .btn-more-formation {
	margin: 0;
	color: white;
	border: 2px solid white;
	margin-top: 2.5rem;
}
.formation-banner .content .btn-more-formation:hover {
	border: 2px solid #761327;
}
.formation-banner .content .category {
	font-size: 0.8rem;
	text-transform: uppercase;
	margin-bottom: 0.5 rem;
}
.formation-banner .content .category.cat-1 {
	color: #f4a2ea;
}
.formation-banner .content .category.cat-2 {
	color: #8a82d6;
}
.formation-banner .content .category.cat-3 {
	color: #ef677c;
}
.formation-banner .content .category.cat-4 {
	color: #10a29e;
}
.formation-banner .content .category.cat-5 {
	color: #ffb10f;
}
.formation-banner .content .category.cat-6 {
	color: #7794f6;
}
.formation-banner .content .category.cat-7 {
	color: #ad9b78;
}
.formation-banner .content .category.cat-8 {
	color: #91bf9e;
}
.formation-banner .content .category.cat-9 {
	color: #2600a3;
}
.formation-banner .content .category.cat-10 {
	color: #6f9ead;
}
.formation-banner .content .category.cat-11 {
	color: #ff0015;
}
.formation-banner .content .category.cat-12 {
	color: #964900;
}
.formation-banner .content .title {
	font-size: 2.5rem;
	font-weight: bold;
}

.full-formation .description {
	padding: 2rem 0;
	display: block;
}

.formateur-carousel .carousel-indicators li{ 
	background-color: #761327;
}

.formateur,
.formateur-carousel
{
	padding: 3rem;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	position: relative;
	height: auto;
	width: 100%;
	margin-bottom: 1rem;

}
.formateur .profil-formateur
.one-formateur .profil-formateur
{
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	position: relative;
	border-radius: 80px;
	overflow: hidden;
}
.formateur .profil-formateur img,
.one-formateur .profil-formateur img
{
	width: 105%;
	height: auto;
}

.formateur .nom-formateur,
.one-formateur .nom-formateur 
{
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	display: block;
}
.formateur .titre-formateur,
.one-formateur .titre-formateur
{
	font-size: 0.8rem;
	color: rgba(0, 0, 0, 0.3);
	display: block;
	text-align: center;
}
.formateur .pitch-formateur,
.one-formateur .pitch-formateur
{
	margin-top: 2rem;
	display: block;
	font-size: 0.8rem;
}

.filter-category {
	position: relative;
	margin-bottom: 4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.filter-category a,
.rt-btn-category {
	font-size: 0.6rem;
	text-transform: uppercase;
	padding: 0.5rem;
	margin-right: 0.5rem;
	border-radius: 10px;
	/* -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 0.7);
  box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 0.7);*/
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.filter-category a.cat-0,
button.cat-0 {
	color: #7794f6;
}
.filter-category a.cat-0:hover,
button.cat-0:hover {
	background: #7794f6;
	color: white;
}

/*cat 1*/
.filter-category a.cat-1,
button.cat-1 {
	color: #761327;
	border: rgba(244, 162, 234, 1) 3px solid;
}
.filter-category a.cat-1:hover,
button.cat-1:hover {
	background: #f4a2ea;
	color: white;
}

.filter-category a.cat-1.active,
button.cat-1.active {
	background: #f4a2ea;
	color: white;
}
/*cat 1*/

/*cat 2*/
.filter-category a.cat-2,
button.cat-2 {
	color: #761327;
	border: rgba(138, 130, 214, 1) 3px solid;
}
.filter-category a.cat-2:hover,
button.cat-2:hover {
	background: #8a82d6;
	color: white;
}

.filter-category a.cat-2.active,
button.cat-2.active {
	background: #8a82d6;
	color: white;
}
/*cat 2*/

/*cat 3*/
.filter-category a.cat-3,
button.cat-3 {
	color: #761327;
	border: rgba(239, 103, 124, 1) 3px solid;
}
.filter-category a.cat-3:hover,
button.cat-3:hover {
	background: #ef677c;
	color: white;
}
.filter-category a.cat-3.active,
button.cat-3.active {
	background: #ef677c;
	color: white;
}
/*cat 3*/

/*cat 4*/
.filter-category a.cat-4,
button.cat-4 {
	color: #761327;
	border: rgba(16, 162, 158, 1) 3px solid;
}
.filter-category a.cat-4:hover,
button.cat-4:hover {
	background: #10a29e;
	color: white;
}
.filter-category a.cat-4.active,
button.cat-4.active {
	background: #10a29e;
	color: white;
}
/*cat 4*/

/*cat 5*/
.filter-category a.cat-5,
button.cat-5 {
	color: #761327;
	border: rgba(255, 177, 15, 1) 3px solid;
}
.filter-category a.cat-5:hover,
button.cat-5:hover {
	background: #ffb10f;
	color: white;
}
.filter-category a.cat-5.active,
button.cat-5.active {
	background: #ffb10f;
	color: white;
}
/*cat 5*/

/*cat 6*/
.filter-category a.cat-6,
button.cat-6 {
	color: #761327;
	border: rgba(119, 148, 246, 1) 3px solid;
}
.filter-category a.cat-6:hover,
button.cat-6:hover {
	background: #7794f6;
	color: white;
}
.filter-category a.cat-6.active,
button.cat-6.active {
	background: #7794f6;
	color: white;
}
/*cat 6*/

/*cat 7*/
.filter-category a.cat-7,
button.cat-7 {
	color: #761327;
	border: rgba(0, 245, 143, 1) 3px solid;
}
.filter-category a.cat-7:hover,
button.cat-7:hover {
	background: #00f58f;
	color: white;
}
.filter-category a.cat-7.active,
button.cat-7.active {
	background: #00f58f;
	color: white;
}
/*cat 7*/

/*cat 8*/
.filter-category a.cat-8,
button.cat-8 {
	color: #761327;
	border: rgba(0, 184, 245, 1) 3px solid;
}
.filter-category a.cat-8:hover,
button.cat-8:hover {
	background: #00b8f5;
	color: white;
}
.filter-category a.cat-8.active,
button.cat-8.active {
	background: #00b8f5;
	color: white;
}
/*cat 8*/

/*cat 9*/
.filter-category a.cat-9,
button.cat-9 {
	color: #761327;
	border: rgba(38, 0, 163, 1) 3px solid;
}
.filter-category a.cat-9:hover,
button.cat-9:hover {
	background: #2600a3;
	color: white;
}
.filter-category a.cat-9.active,
button.cat-9.active {
	background: #2600a3;
	color: white;
}
/*cat 9*/




/*cat 10*/
.filter-category a.cat-10,
button.cat-10 {
	color: #761327;
	border: rgba(167, 204, 73, 1) 3px solid;
}
.filter-category a.cat-10:hover,
button.cat-10:hover {
	background: #a7cc49;
	color: white;
}
.filter-category a.cat-10.active,
button.cat-10.active {
	background: #a7cc49;
	color: white;
}
/*cat 10*/

/*cat 11*/
.filter-category a.cat-11,
button.cat-11 {
	color: #761327;
	border: rgba(51, 170, 255, 1) 3px solid;
}
.filter-category a.cat-11:hover,
button.cat-11:hover {
	background: #33aaff;
	color: white;
}
.filter-category a.cat-11.active,
button.cat-11.active {
	background: #33aaff;
	color: white;
}
/*cat 11*/

/*cat 12*/
.filter-category a.cat-12,
button.cat-12 {
	color: #761327;
	border: rgba(150, 73, 0, 1) 3px solid;
}
.filter-category a.cat-12:hover,
button.cat-12:hover {
	background: #964900;
	color: white;
}
.filter-category a.cat-12.active,
button.cat-12.active {
	background: #964900;
	color: white;
}
/*cat 12*/

/*SHADOW BUTTON FILTRE*/
.filter-category a.active,
button.active {
	/*-webkit-box-shadow: inset 0px 0px 5px 0px rgba(255, 0, 0, 0.7);
	box-shadow: inset 0px 0px 5px 0px rgba(255, 0, 0, 0.7);*/
}

/**
* Template Name: Valera - v4.5.0
* Template URL: https://bootstrapmade.com/valera-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	color: #444444;
}

a {
	color: #761327;
	text-decoration: none;
}

a:hover {
	color: #ffa790;
	text-decoration: none;
}

button {
	color: #761327;
	text-decoration: none;
}

button:hover {
	color: #ffa790;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #761327;
	border-top-color: white;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #761327;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #ff9f86;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: rgba(21, 5, 23, 0.25);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 997;
	position: relative;
	height: 70px;
}

@media (max-width: 992px) {
	#header {
		height: 60px;
	}
}
#header.fixed-top,
#header.header-inner-pages {
	/*background: rgba(118, 19, 39, 0.9);*/
	background: #100f10;
}

#header.fixed-top {
	position: fixed;
}

#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-height: 40px;
}

.scrolled-offset {
	margin-top: 70px;
}

@media (max-width: 991px) {
	.scrolled-offset {
		margin-top: 60px;
	}
}
/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
	padding-left: 20px;
}

.header-social-links a {
	color: rgba(255, 255, 255, 0.6);
	margin-left: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header-social-links a i {
	line-height: 0;
}

.header-social-links a:hover {
	color: #fff;
}

@media (max-width: 768px) {
	.header-social-links {
		padding: 0 15px 0 0;
	}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar > ul > li {
	white-space: nowrap;
	padding: 10px 12px;
}

.navbar a,
.navbar a:focus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 3px;
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: white;
	position: relative;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar > ul > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -7px;
	left: 0;
	background-color: #761327;
	visibility: hidden;
	width: 0px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
	visibility: visible;
	width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
	color: #fff;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 12px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	font-weight: 500;
	color: #150517;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
	color: #761327;
}

.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}
.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #150517;
}

.navbar-mobile > ul > li {
	padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
	visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
	color: #761327;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
	color: #761327;
}

.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 100vh;
	background: url("../img/hero-bg.jpg") top center;
	background-size: cover;
	position: relative;
	margin-bottom: -70px;
}

@media (max-width: 992px) {
	#hero {
		margin-bottom: -60px;
	}
}
#hero:before {
	content: "";
	background: rgba(118, 19, 39, 0.5) -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(26, 0, 33, 0.5)),
			color-stop(5%, rgba(26, 0, 33, 0.5)),
			color-stop(40%, rgba(38, 6, 51, 0.5)),
			color-stop(76%, rgba(118, 19, 39, 0.7)),
			color-stop(94%, rgba(147, 24, 49, 0.7)),
			to(rgba(236, 97, 93, 0.5))
		) repeat scroll 0% 0%;
	background: rgba(118, 19, 39, 0.5)
		linear-gradient(
			rgba(26, 0, 33, 0.5) 0%,
			rgba(26, 0, 33, 0.5) 5%,
			rgba(38, 6, 51, 0.5) 40%,
			rgba(118, 19, 39, 0.7) 76%,
			rgba(147, 24, 49, 0.7) 94%,
			rgba(236, 97, 93, 0.5) 100%
		)
		repeat scroll 0% 0%;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#hero .hero-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 15px;
	right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

#hero h1 {
	margin: 0;
	font-size: 64px;
	font-weight: 700;
	line-height: 56px;
	text-transform: uppercase;
	color: #fff;
}

#hero h2 {
	color: #eee;
	margin: 15px 0 0 0;
	font-size: 24px;
}

#hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 4px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-top: 30px;
	border: 2px solid #fff;
	color: #fff;
}

#hero .btn-get-started:hover {
	background: #761327;
	border: 2px solid #761327;
}

@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}
@media (max-width: 768px) {
	#hero h1 {
		font-size: 30px;
		line-height: 36px;
	}

	#hero h2 {
		font-size: 18px;
		line-height: 24px;
	}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #fafafa;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.about .section-title {
	margin-top: 2rem;
}

.section-title h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #761327;
	bottom: 0;
	left: calc(50% - 25px);
}

.section-title p {
	margin-bottom: 0;
	color: #919191;
	font-size: 14px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
	font-weight: 600;
	font-size: 26px;
}

.about .content ul {
	list-style: inside;
	line-height: 1rem;
	padding: 0;
}

.about .content ul li {
	padding-left: 28px;
	position: relative;
}

.about .content ul li + li {
	margin-top: 10px;
}

.about .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #761327;
	line-height: 1;
}

.about .content p:last-child {
	margin-bottom: 0;
}

.about .content .btn-learn-more {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 1;
	color: #761327;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	margin-top: 6px;
	border: 2px solid #761327;
}

.about .content .btn-learn-more:hover {
	background: #761327;
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
	padding: 0;
}

.counts .counters span {
	font-size: 48px;
	display: block;
	color: #761327;
}

.counts .counters p {
	padding: 0;
	margin: 0 0 20px 0;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Our Values
--------------------------------------------------------------*/
.our-values .card {
	border: 0;
	padding: 160px 20px 20px 20px;
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.our-values .card-body {
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px 30px;
	-webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
	border-radius: 5px;
}

.our-values .card-title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}

.our-values .card-title a {
	color: #150517;
}

.our-values .card-text {
	color: #5e5e5e;
}

.our-values .read-more a {
	color: #777777;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.our-values .read-more a:hover {
	text-decoration: underline;
}

.our-values .card:hover .card-body {
	background: #761327;
}

.our-values .card:hover .read-more a,
.our-values .card:hover .card-title,
.our-values .card:hover .card-title a,
.our-values .card:hover .card-text {
	color: #fff;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
	padding: 15px 0;
	text-align: center;
}

.clients img {
	max-width: 45%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	padding: 15px 0;
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
}

.clients img:hover {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

@media (max-width: 768px) {
	.clients img {
		max-width: 40%;
	}
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 100%;
}

.services .icon-box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.services .icon {
	position: absolute;
	left: -20px;
	top: calc(50% - 30px);
}

.services .icon i {
	font-size: 64px;
	line-height: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.services .title {
	margin-left: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.services .title a {
	color: #111;
}

.services .icon-box:hover .title a {
	color: #761327;
}

.services .description {
	font-size: 14px;
	margin-left: 40px;
	line-height: 24px;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
	overflow: hidden;
}

.testimonials .testimonial-item {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	margin: -40px 0 0 40px;
	position: relative;
	z-index: 2;
	border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 45px;
	color: #111;
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
	color: #ffbbaa;
	font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 15px 0 15px;
	padding: 20px 20px 60px 20px;
	background: #fff;
	position: relative;
	border-radius: 6px;
	position: relative;
	z-index: 1;
}

.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #761327;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #761327;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
	background: #100f10;
	background-size: cover;
	padding: 60px 0;
}

.cta h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.cta p {
	color: #fff;
}

.cta .cta-btn {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 4px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid #fff;
	color: #fff;
}

.cta .cta-btn:hover {
	background: #761327;
	border: 2px solid #761327;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
	list-style: none;
	margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	margin: 0 15px 10px 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #444444;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
	color: #761327;
}

.portfolio #portfolio-flters li.filter-active::before,
.portfolio #portfolio-flters li.filter-active::after {
	color: #761327;
}

.portfolio .portfolio-item {
	margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
	overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 3;
	right: 15px;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
	color: white;
	font-size: 14px;
	margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 40px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #761327;
}

.portfolio .portfolio-item .portfolio-info .details-link {
	right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
	width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.portfolio-details
	.portfolio-details-slider
	.swiper-pagination
	.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #761327;
}

.portfolio-details
	.portfolio-details-slider
	.swiper-pagination
	.swiper-pagination-bullet-active {
	background-color: #761327;
}

.portfolio-details .portfolio-info {
	padding: 30px;
	-webkit-box-shadow: 0px 0 30px rgba(21, 5, 23, 0.08);
	box-shadow: 0px 0 30px rgba(21, 5, 23, 0.08);
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
	margin-top: 10px;
}

.portfolio-details .portfolio-description {
	padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
	padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.team .member .member-img {
	position: relative;
	overflow: hidden;
}

.team .member .social {
	position: absolute;
	left: 0;
	bottom: 30px;
	right: 0;
	opacity: 0;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.team .member .social a {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	color: #150517;
	margin: 0 3px;
	border-radius: 4px;
	width: 36px;
	height: 36px;
	background: rgba(255, 127, 93, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	color: #fff;
}

.team .member .social a i {
	line-height: 0;
}

.team .member .social a:hover {
	background: #761327;
}

.team .member .social i {
	font-size: 18px;
}

.team .member .member-info {
	padding: 25px 15px;
}

.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: #150517;
}

.team .member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #aaaaaa;
}

.team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
	color: #777777;
}

.team .member:hover .social {
	opacity: 1;
	bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
	padding: 20px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.pricing h3 {
	font-weight: 400;
	margin: -20px -20px 20px -20px;
	padding: 20px 15px;
	font-size: 16px;
	font-weight: 600;
	color: #777777;
	background: #f8f8f8;
}

.pricing h4 {
	font-size: 36px;
	color: #761327;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
}

.pricing h4 sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
}

.pricing h4 span {
	color: #bababa;
	font-size: 16px;
	font-weight: 300;
}

.pricing ul {
	padding: 0;
	list-style: none;
	color: #444444;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

.pricing ul li {
	padding-bottom: 16px;
}

.pricing ul i {
	color: #761327;
	font-size: 18px;
	padding-right: 4px;
}

.pricing ul .na {
	color: #ccc;
	text-decoration: line-through;
}

.pricing .btn-wrap {
	margin: 20px -20px -20px -20px;
	padding: 20px 15px;
	background: #f8f8f8;
	text-align: center;
}

.pricing .btn-buy {
	background: #761327;
	display: inline-block;
	padding: 8px 35px 9px 35px;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	font-size: 14px;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.pricing .btn-buy:hover {
	background: #ad1c39;
}

.pricing .featured h3 {
	color: #fff;
	background: #761327;
}

.pricing .advanced {
	width: 200px;
	position: absolute;
	top: 18px;
	right: -68px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
	font-size: 14px;
	padding: 1px 0 3px 0;
	background: #761327;
	color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
	padding: 0 100px;
}

.faq .faq-list ul {
	padding: 0;
	list-style: none;
}

.faq .faq-list li + li {
	margin-top: 15px;
}

.faq .faq-list li {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	position: relative;
}

.faq .faq-list a {
	display: block;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 0 30px;
	outline: none;
	cursor: pointer;
}

.faq .faq-list .icon-help {
	font-size: 24px;
	position: absolute;
	right: 0;
	left: 20px;
	color: #ffa790;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
}

.faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
	display: none;
}

.faq .faq-list a.collapsed {
	color: #100f10;
}

.faq .faq-list a.collapsed:hover {
	color: #761327;
}

.faq .faq-list a.collapsed .icon-show {
	display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
	display: none;
}

@media (max-width: 1200px) {
	.faq .faq-list {
		padding: 0;
	}
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
	width: 100%;
	background: #fff;
}

.contact .info i {
	font-size: 20px;
	color: #761327;
	float: left;
	width: 44px;
	height: 44px;
	background: #fff8f6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #150517;
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #62176b;
}

.contact .info .email,
.contact .info .phone {
	margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
	background: #761327;
	color: #fff;
}

.contact .php-email-form {
	width: 100%;
	background: #fff;
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: #761327;
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
	background: #761327;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
	background: #ad1c39;
}

@-webkit-keyframes animate-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes animate-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	margin-top: 4rem;
	padding: 15px 0;
	background: #fafafa;
	min-height: 40px;
}

.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 500;
}

.breadcrumbs ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li + li {
	padding-left: 10px;
}

.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #3b0e41;
	content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: url("../img/footer-bg.jpg") center center no-repeat;
	color: #fff;
	font-size: 14px;
	position: relative;
}

#footer::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(2, 0, 2, 0.6);
	z-index: 1;
}

#footer .footer-top-s {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 80px 0;
}

#footer .footer-top-s h3 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	position: relative;
	font-family: "Poppins", sans-serif;
	padding-bottom: 0;
	margin-bottom: 0;
}

#footer .footer-top-s p {
	font-size: 15;
	font-style: italic;
	margin: 30px 0 0 0;
	padding: 0;
}

#footer .footer-top-s .footer-newsletter {
	text-align: center;
	font-size: 15px;
	margin-top: 30px;
}

#footer .footer-top-s .footer-newsletter form {
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	text-align: left;
}

#footer .footer-top-s .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px);
}

#footer .footer-top-s .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	background: #761327;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
	-webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top-s .footer-newsletter form input[type="submit"]:hover {
	background: #ad1c39;
}

#footer .footer-top-s .social-links-up {
	margin-top: 30px;
}

#footer .footer-top-s .social-links-up a {
	font-size: 18px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 4px;
	text-align: center;
	width: 36px;
	height: 36px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#footer .footer-top-s .social-links-up a:hover {
	background: #761327;
	color: #fff;
	text-decoration: none;
}

#footer .footer-bottom {
	border-top: 1px solid #761327;
	z-index: 2;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer .copyright {
	float: left;
	text-align: center;
}

#footer .credits {
	float: right;
	font-size: 13px;
}

@media (max-width: 768px) {
	#footer .copyright,
	#footer .credits {
		float: none;
		text-align: center;
	}

	#footer .credits {
		padding-top: 5px;
	}
}
.tabs h1 {
	margin: 0;
	line-height: 2;
	text-align: center;
}
.tabs h2 {
	margin: 0 0 0.5em;
	font-weight: normal;
}
.tabs input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.tabs .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tabs .row .col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tabs .row .col:last-child {
	margin-left: 1em;
}

/* Accordion styles */
.tabs {
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
	width: 100%;
	color: white;
	overflow: hidden;
}
.tab-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1em;
	/*background: #2c3e50;*/
	background: rgb(118, 19, 39);
	background: linear-gradient(
		90deg,
		rgba(118, 19, 39, 1) 0%,
		rgba(168, 27, 55, 1) 100%
	);
	font-weight: bold;
	cursor: pointer;
	/* Icon */
}
.tab-label:hover {
	background: #a81b37;
}
.tab-label::after {
	content: "❯";
	width: 1em;
	height: 1em;
	text-align: center;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.tab-content {
	max-height: 0;
	padding: 0 1em;
	color: #2c3e50;
	background: white;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.tab-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: #2c3e50;
	cursor: pointer;
}
.tab-close:hover {
	background: #1a252f;
}

.tabs input:checked + .tab-label {
	background: #761327;
}
.tabs input:checked + .tab-label::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.tabs input:checked ~ .tab-content {
	max-height: 100%;
	padding: 1em;
}

@font-face {
	font-family: "bootstrap-icons";
	src: url("./fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d")
			format("woff2"),
		url("./fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d")
			format("woff");
}
[class^="bi-"]::before,
[class*=" bi-"]::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bi-alarm-fill::before {
	content: "";
}

.bi-alarm::before {
	content: "";
}

.bi-align-bottom::before {
	content: "";
}

.bi-align-center::before {
	content: "";
}

.bi-align-end::before {
	content: "";
}

.bi-align-middle::before {
	content: "";
}

.bi-align-start::before {
	content: "";
}

.bi-align-top::before {
	content: "";
}

.bi-alt::before {
	content: "";
}

.bi-app-indicator::before {
	content: "";
}

.bi-app::before {
	content: "";
}

.bi-archive-fill::before {
	content: "";
}

.bi-archive::before {
	content: "";
}

.bi-arrow-90deg-down::before {
	content: "";
}

.bi-arrow-90deg-left::before {
	content: "";
}

.bi-arrow-90deg-right::before {
	content: "";
}

.bi-arrow-90deg-up::before {
	content: "";
}

.bi-arrow-bar-down::before {
	content: "";
}

.bi-arrow-bar-left::before {
	content: "";
}

.bi-arrow-bar-right::before {
	content: "";
}

.bi-arrow-bar-up::before {
	content: "";
}

.bi-arrow-clockwise::before {
	content: "";
}

.bi-arrow-counterclockwise::before {
	content: "";
}

.bi-arrow-down-circle-fill::before {
	content: "";
}

.bi-arrow-down-circle::before {
	content: "";
}

.bi-arrow-down-left-circle-fill::before {
	content: "";
}

.bi-arrow-down-left-circle::before {
	content: "";
}

.bi-arrow-down-left-square-fill::before {
	content: "";
}

.bi-arrow-down-left-square::before {
	content: "";
}

.bi-arrow-down-left::before {
	content: "";
}

.bi-arrow-down-right-circle-fill::before {
	content: "";
}

.bi-arrow-down-right-circle::before {
	content: "";
}

.bi-arrow-down-right-square-fill::before {
	content: "";
}

.bi-arrow-down-right-square::before {
	content: "";
}

.bi-arrow-down-right::before {
	content: "";
}

.bi-arrow-down-short::before {
	content: "";
}

.bi-arrow-down-square-fill::before {
	content: "";
}

.bi-arrow-down-square::before {
	content: "";
}

.bi-arrow-down-up::before {
	content: "";
}

.bi-arrow-down::before {
	content: "";
}

.bi-arrow-left-circle-fill::before {
	content: "";
}

.bi-arrow-left-circle::before {
	content: "";
}

.bi-arrow-left-right::before {
	content: "";
}

.bi-arrow-left-short::before {
	content: "";
}

.bi-arrow-left-square-fill::before {
	content: "";
}

.bi-arrow-left-square::before {
	content: "";
}

.bi-arrow-left::before {
	content: "";
}

.bi-arrow-repeat::before {
	content: "";
}

.bi-arrow-return-left::before {
	content: "";
}

.bi-arrow-return-right::before {
	content: "";
}

.bi-arrow-right-circle-fill::before {
	content: "";
}

.bi-arrow-right-circle::before {
	content: "";
}

.bi-arrow-right-short::before {
	content: "";
}

.bi-arrow-right-square-fill::before {
	content: "";
}

.bi-arrow-right-square::before {
	content: "";
}

.bi-arrow-right::before {
	content: "";
}

.bi-arrow-up-circle-fill::before {
	content: "";
}

.bi-arrow-up-circle::before {
	content: "";
}

.bi-arrow-up-left-circle-fill::before {
	content: "";
}

.bi-arrow-up-left-circle::before {
	content: "";
}

.bi-arrow-up-left-square-fill::before {
	content: "";
}

.bi-arrow-up-left-square::before {
	content: "";
}

.bi-arrow-up-left::before {
	content: "";
}

.bi-arrow-up-right-circle-fill::before {
	content: "";
}

.bi-arrow-up-right-circle::before {
	content: "";
}

.bi-arrow-up-right-square-fill::before {
	content: "";
}

.bi-arrow-up-right-square::before {
	content: "";
}

.bi-arrow-up-right::before {
	content: "";
}

.bi-arrow-up-short::before {
	content: "";
}

.bi-arrow-up-square-fill::before {
	content: "";
}

.bi-arrow-up-square::before {
	content: "";
}

.bi-arrow-up::before {
	content: "";
}

.bi-arrows-angle-contract::before {
	content: "";
}

.bi-arrows-angle-expand::before {
	content: "";
}

.bi-arrows-collapse::before {
	content: "";
}

.bi-arrows-expand::before {
	content: "";
}

.bi-arrows-fullscreen::before {
	content: "";
}

.bi-arrows-move::before {
	content: "";
}

.bi-aspect-ratio-fill::before {
	content: "";
}

.bi-aspect-ratio::before {
	content: "";
}

.bi-asterisk::before {
	content: "";
}

.bi-at::before {
	content: "";
}

.bi-award-fill::before {
	content: "";
}

.bi-award::before {
	content: "";
}

.bi-back::before {
	content: "";
}

.bi-backspace-fill::before {
	content: "";
}

.bi-backspace-reverse-fill::before {
	content: "";
}

.bi-backspace-reverse::before {
	content: "";
}

.bi-backspace::before {
	content: "";
}

.bi-badge-3d-fill::before {
	content: "";
}

.bi-badge-3d::before {
	content: "";
}

.bi-badge-4k-fill::before {
	content: "";
}

.bi-badge-4k::before {
	content: "";
}

.bi-badge-8k-fill::before {
	content: "";
}

.bi-badge-8k::before {
	content: "";
}

.bi-badge-ad-fill::before {
	content: "";
}

.bi-badge-ad::before {
	content: "";
}

.bi-badge-ar-fill::before {
	content: "";
}

.bi-badge-ar::before {
	content: "";
}

.bi-badge-cc-fill::before {
	content: "";
}

.bi-badge-cc::before {
	content: "";
}

.bi-badge-hd-fill::before {
	content: "";
}

.bi-badge-hd::before {
	content: "";
}

.bi-badge-tm-fill::before {
	content: "";
}

.bi-badge-tm::before {
	content: "";
}

.bi-badge-vo-fill::before {
	content: "";
}

.bi-badge-vo::before {
	content: "";
}

.bi-badge-vr-fill::before {
	content: "";
}

.bi-badge-vr::before {
	content: "";
}

.bi-badge-wc-fill::before {
	content: "";
}

.bi-badge-wc::before {
	content: "";
}

.bi-bag-check-fill::before {
	content: "";
}

.bi-bag-check::before {
	content: "";
}

.bi-bag-dash-fill::before {
	content: "";
}

.bi-bag-dash::before {
	content: "";
}

.bi-bag-fill::before {
	content: "";
}

.bi-bag-plus-fill::before {
	content: "";
}

.bi-bag-plus::before {
	content: "";
}

.bi-bag-x-fill::before {
	content: "";
}

.bi-bag-x::before {
	content: "";
}

.bi-bag::before {
	content: "";
}

.bi-bar-chart-fill::before {
	content: "";
}

.bi-bar-chart-line-fill::before {
	content: "";
}

.bi-bar-chart-line::before {
	content: "";
}

.bi-bar-chart-steps::before {
	content: "";
}

.bi-bar-chart::before {
	content: "";
}

.bi-basket-fill::before {
	content: "";
}

.bi-basket::before {
	content: "";
}

.bi-basket2-fill::before {
	content: "";
}

.bi-basket2::before {
	content: "";
}

.bi-basket3-fill::before {
	content: "";
}

.bi-basket3::before {
	content: "";
}

.bi-battery-charging::before {
	content: "";
}

.bi-battery-full::before {
	content: "";
}

.bi-battery-half::before {
	content: "";
}

.bi-battery::before {
	content: "";
}

.bi-bell-fill::before {
	content: "";
}

.bi-bell::before {
	content: "";
}

.bi-bezier::before {
	content: "";
}

.bi-bezier2::before {
	content: "";
}

.bi-bicycle::before {
	content: "";
}

.bi-binoculars-fill::before {
	content: "";
}

.bi-binoculars::before {
	content: "";
}

.bi-blockquote-left::before {
	content: "";
}

.bi-blockquote-right::before {
	content: "";
}

.bi-book-fill::before {
	content: "";
}

.bi-book-half::before {
	content: "";
}

.bi-book::before {
	content: "";
}

.bi-bookmark-check-fill::before {
	content: "";
}

.bi-bookmark-check::before {
	content: "";
}

.bi-bookmark-dash-fill::before {
	content: "";
}

.bi-bookmark-dash::before {
	content: "";
}

.bi-bookmark-fill::before {
	content: "";
}

.bi-bookmark-heart-fill::before {
	content: "";
}

.bi-bookmark-heart::before {
	content: "";
}

.bi-bookmark-plus-fill::before {
	content: "";
}

.bi-bookmark-plus::before {
	content: "";
}

.bi-bookmark-star-fill::before {
	content: "";
}

.bi-bookmark-star::before {
	content: "";
}

.bi-bookmark-x-fill::before {
	content: "";
}

.bi-bookmark-x::before {
	content: "";
}

.bi-bookmark::before {
	content: "";
}

.bi-bookmarks-fill::before {
	content: "";
}

.bi-bookmarks::before {
	content: "";
}

.bi-bookshelf::before {
	content: "";
}

.bi-bootstrap-fill::before {
	content: "";
}

.bi-bootstrap-reboot::before {
	content: "";
}

.bi-bootstrap::before {
	content: "";
}

.bi-border-all::before {
	content: "";
}

.bi-border-bottom::before {
	content: "";
}

.bi-border-center::before {
	content: "";
}

.bi-border-inner::before {
	content: "";
}

.bi-border-left::before {
	content: "";
}

.bi-border-middle::before {
	content: "";
}

.bi-border-outer::before {
	content: "";
}

.bi-border-right::before {
	content: "";
}

.bi-border-style::before {
	content: "";
}

.bi-border-top::before {
	content: "";
}

.bi-border-width::before {
	content: "";
}

.bi-border::before {
	content: "";
}

.bi-bounding-box-circles::before {
	content: "";
}

.bi-bounding-box::before {
	content: "";
}

.bi-box-arrow-down-left::before {
	content: "";
}

.bi-box-arrow-down-right::before {
	content: "";
}

.bi-box-arrow-down::before {
	content: "";
}

.bi-box-arrow-in-down-left::before {
	content: "";
}

.bi-box-arrow-in-down-right::before {
	content: "";
}

.bi-box-arrow-in-down::before {
	content: "";
}

.bi-box-arrow-in-left::before {
	content: "";
}

.bi-box-arrow-in-right::before {
	content: "";
}

.bi-box-arrow-in-up-left::before {
	content: "";
}

.bi-box-arrow-in-up-right::before {
	content: "";
}

.bi-box-arrow-in-up::before {
	content: "";
}

.bi-box-arrow-left::before {
	content: "";
}

.bi-box-arrow-right::before {
	content: "";
}

.bi-box-arrow-up-left::before {
	content: "";
}

.bi-box-arrow-up-right::before {
	content: "";
}

.bi-box-arrow-up::before {
	content: "";
}

.bi-box-seam::before {
	content: "";
}

.bi-box::before {
	content: "";
}

.bi-braces::before {
	content: "";
}

.bi-bricks::before {
	content: "";
}

.bi-briefcase-fill::before {
	content: "";
}

.bi-briefcase::before {
	content: "";
}

.bi-brightness-alt-high-fill::before {
	content: "";
}

.bi-brightness-alt-high::before {
	content: "";
}

.bi-brightness-alt-low-fill::before {
	content: "";
}

.bi-brightness-alt-low::before {
	content: "";
}

.bi-brightness-high-fill::before {
	content: "";
}

.bi-brightness-high::before {
	content: "";
}

.bi-brightness-low-fill::before {
	content: "";
}

.bi-brightness-low::before {
	content: "";
}

.bi-broadcast-pin::before {
	content: "";
}

.bi-broadcast::before {
	content: "";
}

.bi-brush-fill::before {
	content: "";
}

.bi-brush::before {
	content: "";
}

.bi-bucket-fill::before {
	content: "";
}

.bi-bucket::before {
	content: "";
}

.bi-bug-fill::before {
	content: "";
}

.bi-bug::before {
	content: "";
}

.bi-building::before {
	content: "";
}

.bi-bullseye::before {
	content: "";
}

.bi-calculator-fill::before {
	content: "";
}

.bi-calculator::before {
	content: "";
}

.bi-calendar-check-fill::before {
	content: "";
}

.bi-calendar-check::before {
	content: "";
}

.bi-calendar-date-fill::before {
	content: "";
}

.bi-calendar-date::before {
	content: "";
}

.bi-calendar-day-fill::before {
	content: "";
}

.bi-calendar-day::before {
	content: "";
}

.bi-calendar-event-fill::before {
	content: "";
}

.bi-calendar-event::before {
	content: "";
}

.bi-calendar-fill::before {
	content: "";
}

.bi-calendar-minus-fill::before {
	content: "";
}

.bi-calendar-minus::before {
	content: "";
}

.bi-calendar-month-fill::before {
	content: "";
}

.bi-calendar-month::before {
	content: "";
}

.bi-calendar-plus-fill::before {
	content: "";
}

.bi-calendar-plus::before {
	content: "";
}

.bi-calendar-range-fill::before {
	content: "";
}

.bi-calendar-range::before {
	content: "";
}

.bi-calendar-week-fill::before {
	content: "";
}

.bi-calendar-week::before {
	content: "";
}

.bi-calendar-x-fill::before {
	content: "";
}

.bi-calendar-x::before {
	content: "";
}

.bi-calendar::before {
	content: "";
}

.bi-calendar2-check-fill::before {
	content: "";
}

.bi-calendar2-check::before {
	content: "";
}

.bi-calendar2-date-fill::before {
	content: "";
}

.bi-calendar2-date::before {
	content: "";
}

.bi-calendar2-day-fill::before {
	content: "";
}

.bi-calendar2-day::before {
	content: "";
}

.bi-calendar2-event-fill::before {
	content: "";
}

.bi-calendar2-event::before {
	content: "";
}

.bi-calendar2-fill::before {
	content: "";
}

.bi-calendar2-minus-fill::before {
	content: "";
}

.bi-calendar2-minus::before {
	content: "";
}

.bi-calendar2-month-fill::before {
	content: "";
}

.bi-calendar2-month::before {
	content: "";
}

.bi-calendar2-plus-fill::before {
	content: "";
}

.bi-calendar2-plus::before {
	content: "";
}

.bi-calendar2-range-fill::before {
	content: "";
}

.bi-calendar2-range::before {
	content: "";
}

.bi-calendar2-week-fill::before {
	content: "";
}

.bi-calendar2-week::before {
	content: "";
}

.bi-calendar2-x-fill::before {
	content: "";
}

.bi-calendar2-x::before {
	content: "";
}

.bi-calendar2::before {
	content: "";
}

.bi-calendar3-event-fill::before {
	content: "";
}

.bi-calendar3-event::before {
	content: "";
}

.bi-calendar3-fill::before {
	content: "";
}

.bi-calendar3-range-fill::before {
	content: "";
}

.bi-calendar3-range::before {
	content: "";
}

.bi-calendar3-week-fill::before {
	content: "";
}

.bi-calendar3-week::before {
	content: "";
}

.bi-calendar3::before {
	content: "";
}

.bi-calendar4-event::before {
	content: "";
}

.bi-calendar4-range::before {
	content: "";
}

.bi-calendar4-week::before {
	content: "";
}

.bi-calendar4::before {
	content: "";
}

.bi-camera-fill::before {
	content: "";
}

.bi-camera-reels-fill::before {
	content: "";
}

.bi-camera-reels::before {
	content: "";
}

.bi-camera-video-fill::before {
	content: "";
}

.bi-camera-video-off-fill::before {
	content: "";
}

.bi-camera-video-off::before {
	content: "";
}

.bi-camera-video::before {
	content: "";
}

.bi-camera::before {
	content: "";
}

.bi-camera2::before {
	content: "";
}

.bi-capslock-fill::before {
	content: "";
}

.bi-capslock::before {
	content: "";
}

.bi-card-checklist::before {
	content: "";
}

.bi-card-heading::before {
	content: "";
}

.bi-card-image::before {
	content: "";
}

.bi-card-list::before {
	content: "";
}

.bi-card-text::before {
	content: "";
}

.bi-caret-down-fill::before {
	content: "";
}

.bi-caret-down-square-fill::before {
	content: "";
}

.bi-caret-down-square::before {
	content: "";
}

.bi-caret-down::before {
	content: "";
}

.bi-caret-left-fill::before {
	content: "";
}

.bi-caret-left-square-fill::before {
	content: "";
}

.bi-caret-left-square::before {
	content: "";
}

.bi-caret-left::before {
	content: "";
}

.bi-caret-right-fill::before {
	content: "";
}

.bi-caret-right-square-fill::before {
	content: "";
}

.bi-caret-right-square::before {
	content: "";
}

.bi-caret-right::before {
	content: "";
}

.bi-caret-up-fill::before {
	content: "";
}

.bi-caret-up-square-fill::before {
	content: "";
}

.bi-caret-up-square::before {
	content: "";
}

.bi-caret-up::before {
	content: "";
}

.bi-cart-check-fill::before {
	content: "";
}

.bi-cart-check::before {
	content: "";
}

.bi-cart-dash-fill::before {
	content: "";
}

.bi-cart-dash::before {
	content: "";
}

.bi-cart-fill::before {
	content: "";
}

.bi-cart-plus-fill::before {
	content: "";
}

.bi-cart-plus::before {
	content: "";
}

.bi-cart-x-fill::before {
	content: "";
}

.bi-cart-x::before {
	content: "";
}

.bi-cart::before {
	content: "";
}

.bi-cart2::before {
	content: "";
}

.bi-cart3::before {
	content: "";
}

.bi-cart4::before {
	content: "";
}

.bi-cash-stack::before {
	content: "";
}

.bi-cash::before {
	content: "";
}

.bi-cast::before {
	content: "";
}

.bi-chat-dots-fill::before {
	content: "";
}

.bi-chat-dots::before {
	content: "";
}

.bi-chat-fill::before {
	content: "";
}

.bi-chat-left-dots-fill::before {
	content: "";
}

.bi-chat-left-dots::before {
	content: "";
}

.bi-chat-left-fill::before {
	content: "";
}

.bi-chat-left-quote-fill::before {
	content: "";
}

.bi-chat-left-quote::before {
	content: "";
}

.bi-chat-left-text-fill::before {
	content: "";
}

.bi-chat-left-text::before {
	content: "";
}

.bi-chat-left::before {
	content: "";
}

.bi-chat-quote-fill::before {
	content: "";
}

.bi-chat-quote::before {
	content: "";
}

.bi-chat-right-dots-fill::before {
	content: "";
}

.bi-chat-right-dots::before {
	content: "";
}

.bi-chat-right-fill::before {
	content: "";
}

.bi-chat-right-quote-fill::before {
	content: "";
}

.bi-chat-right-quote::before {
	content: "";
}

.bi-chat-right-text-fill::before {
	content: "";
}

.bi-chat-right-text::before {
	content: "";
}

.bi-chat-right::before {
	content: "";
}

.bi-chat-square-dots-fill::before {
	content: "";
}

.bi-chat-square-dots::before {
	content: "";
}

.bi-chat-square-fill::before {
	content: "";
}

.bi-chat-square-quote-fill::before {
	content: "";
}

.bi-chat-square-quote::before {
	content: "";
}

.bi-chat-square-text-fill::before {
	content: "";
}

.bi-chat-square-text::before {
	content: "";
}

.bi-chat-square::before {
	content: "";
}

.bi-chat-text-fill::before {
	content: "";
}

.bi-chat-text::before {
	content: "";
}

.bi-chat::before {
	content: "";
}

.bi-check-all::before {
	content: "";
}

.bi-check-circle-fill::before {
	content: "";
}

.bi-check-circle::before {
	content: "";
}

.bi-check-square-fill::before {
	content: "";
}

.bi-check-square::before {
	content: "";
}

.bi-check::before {
	content: "";
}

.bi-check2-all::before {
	content: "";
}

.bi-check2-circle::before {
	content: "";
}

.bi-check2-square::before {
	content: "";
}

.bi-check2::before {
	content: "";
}

.bi-chevron-bar-contract::before {
	content: "";
}

.bi-chevron-bar-down::before {
	content: "";
}

.bi-chevron-bar-expand::before {
	content: "";
}

.bi-chevron-bar-left::before {
	content: "";
}

.bi-chevron-bar-right::before {
	content: "";
}

.bi-chevron-bar-up::before {
	content: "";
}

.bi-chevron-compact-down::before {
	content: "";
}

.bi-chevron-compact-left::before {
	content: "";
}

.bi-chevron-compact-right::before {
	content: "";
}

.bi-chevron-compact-up::before {
	content: "";
}

.bi-chevron-contract::before {
	content: "";
}

.bi-chevron-double-down::before {
	content: "";
}

.bi-chevron-double-left::before {
	content: "";
}

.bi-chevron-double-right::before {
	content: "";
}

.bi-chevron-double-up::before {
	content: "";
}

.bi-chevron-down::before {
	content: "";
}

.bi-chevron-expand::before {
	content: "";
}

.bi-chevron-left::before {
	content: "";
}

.bi-chevron-right::before {
	content: "";
}

.bi-chevron-up::before {
	content: "";
}

.bi-circle-fill::before {
	content: "";
}

.bi-circle-half::before {
	content: "";
}

.bi-circle-square::before {
	content: "";
}

.bi-circle::before {
	content: "";
}

.bi-clipboard-check::before {
	content: "";
}

.bi-clipboard-data::before {
	content: "";
}

.bi-clipboard-minus::before {
	content: "";
}

.bi-clipboard-plus::before {
	content: "";
}

.bi-clipboard-x::before {
	content: "";
}

.bi-clipboard::before {
	content: "";
}

.bi-clock-fill::before {
	content: "";
}

.bi-clock-history::before {
	content: "";
}

.bi-clock::before {
	content: "";
}

.bi-cloud-arrow-down-fill::before {
	content: "";
}

.bi-cloud-arrow-down::before {
	content: "";
}

.bi-cloud-arrow-up-fill::before {
	content: "";
}

.bi-cloud-arrow-up::before {
	content: "";
}

.bi-cloud-check-fill::before {
	content: "";
}

.bi-cloud-check::before {
	content: "";
}

.bi-cloud-download-fill::before {
	content: "";
}

.bi-cloud-download::before {
	content: "";
}

.bi-cloud-drizzle-fill::before {
	content: "";
}

.bi-cloud-drizzle::before {
	content: "";
}

.bi-cloud-fill::before {
	content: "";
}

.bi-cloud-fog-fill::before {
	content: "";
}

.bi-cloud-fog::before {
	content: "";
}

.bi-cloud-fog2-fill::before {
	content: "";
}

.bi-cloud-fog2::before {
	content: "";
}

.bi-cloud-hail-fill::before {
	content: "";
}

.bi-cloud-hail::before {
	content: "";
}

.bi-cloud-haze-1::before {
	content: "";
}

.bi-cloud-haze-fill::before {
	content: "";
}

.bi-cloud-haze::before {
	content: "";
}

.bi-cloud-haze2-fill::before {
	content: "";
}

.bi-cloud-lightning-fill::before {
	content: "";
}

.bi-cloud-lightning-rain-fill::before {
	content: "";
}

.bi-cloud-lightning-rain::before {
	content: "";
}

.bi-cloud-lightning::before {
	content: "";
}

.bi-cloud-minus-fill::before {
	content: "";
}

.bi-cloud-minus::before {
	content: "";
}

.bi-cloud-moon-fill::before {
	content: "";
}

.bi-cloud-moon::before {
	content: "";
}

.bi-cloud-plus-fill::before {
	content: "";
}

.bi-cloud-plus::before {
	content: "";
}

.bi-cloud-rain-fill::before {
	content: "";
}

.bi-cloud-rain-heavy-fill::before {
	content: "";
}

.bi-cloud-rain-heavy::before {
	content: "";
}

.bi-cloud-rain::before {
	content: "";
}

.bi-cloud-slash-fill::before {
	content: "";
}

.bi-cloud-slash::before {
	content: "";
}

.bi-cloud-sleet-fill::before {
	content: "";
}

.bi-cloud-sleet::before {
	content: "";
}

.bi-cloud-snow-fill::before {
	content: "";
}

.bi-cloud-snow::before {
	content: "";
}

.bi-cloud-sun-fill::before {
	content: "";
}

.bi-cloud-sun::before {
	content: "";
}

.bi-cloud-upload-fill::before {
	content: "";
}

.bi-cloud-upload::before {
	content: "";
}

.bi-cloud::before {
	content: "";
}

.bi-clouds-fill::before {
	content: "";
}

.bi-clouds::before {
	content: "";
}

.bi-cloudy-fill::before {
	content: "";
}

.bi-cloudy::before {
	content: "";
}

.bi-code-slash::before {
	content: "";
}

.bi-code-square::before {
	content: "";
}

.bi-code::before {
	content: "";
}

.bi-collection-fill::before {
	content: "";
}

.bi-collection-play-fill::before {
	content: "";
}

.bi-collection-play::before {
	content: "";
}

.bi-collection::before {
	content: "";
}

.bi-columns-gap::before {
	content: "";
}

.bi-columns::before {
	content: "";
}

.bi-command::before {
	content: "";
}

.bi-compass-fill::before {
	content: "";
}

.bi-compass::before {
	content: "";
}

.bi-cone-striped::before {
	content: "";
}

.bi-cone::before {
	content: "";
}

.bi-controller::before {
	content: "";
}

.bi-cpu-fill::before {
	content: "";
}

.bi-cpu::before {
	content: "";
}

.bi-credit-card-2-back-fill::before {
	content: "";
}

.bi-credit-card-2-back::before {
	content: "";
}

.bi-credit-card-2-front-fill::before {
	content: "";
}

.bi-credit-card-2-front::before {
	content: "";
}

.bi-credit-card-fill::before {
	content: "";
}

.bi-credit-card::before {
	content: "";
}

.bi-crop::before {
	content: "";
}

.bi-cup-fill::before {
	content: "";
}

.bi-cup-straw::before {
	content: "";
}

.bi-cup::before {
	content: "";
}

.bi-cursor-fill::before {
	content: "";
}

.bi-cursor-text::before {
	content: "";
}

.bi-cursor::before {
	content: "";
}

.bi-dash-circle-dotted::before {
	content: "";
}

.bi-dash-circle-fill::before {
	content: "";
}

.bi-dash-circle::before {
	content: "";
}

.bi-dash-square-dotted::before {
	content: "";
}

.bi-dash-square-fill::before {
	content: "";
}

.bi-dash-square::before {
	content: "";
}

.bi-dash::before {
	content: "";
}

.bi-diagram-2-fill::before {
	content: "";
}

.bi-diagram-2::before {
	content: "";
}

.bi-diagram-3-fill::before {
	content: "";
}

.bi-diagram-3::before {
	content: "";
}

.bi-diamond-fill::before {
	content: "";
}

.bi-diamond-half::before {
	content: "";
}

.bi-diamond::before {
	content: "";
}

.bi-dice-1-fill::before {
	content: "";
}

.bi-dice-1::before {
	content: "";
}

.bi-dice-2-fill::before {
	content: "";
}

.bi-dice-2::before {
	content: "";
}

.bi-dice-3-fill::before {
	content: "";
}

.bi-dice-3::before {
	content: "";
}

.bi-dice-4-fill::before {
	content: "";
}

.bi-dice-4::before {
	content: "";
}

.bi-dice-5-fill::before {
	content: "";
}

.bi-dice-5::before {
	content: "";
}

.bi-dice-6-fill::before {
	content: "";
}

.bi-dice-6::before {
	content: "";
}

.bi-disc-fill::before {
	content: "";
}

.bi-disc::before {
	content: "";
}

.bi-discord::before {
	content: "";
}

.bi-display-fill::before {
	content: "";
}

.bi-display::before {
	content: "";
}

.bi-distribute-horizontal::before {
	content: "";
}

.bi-distribute-vertical::before {
	content: "";
}

.bi-door-closed-fill::before {
	content: "";
}

.bi-door-closed::before {
	content: "";
}

.bi-door-open-fill::before {
	content: "";
}

.bi-door-open::before {
	content: "";
}

.bi-dot::before {
	content: "";
}

.bi-download::before {
	content: "";
}

.bi-droplet-fill::before {
	content: "";
}

.bi-droplet-half::before {
	content: "";
}

.bi-droplet::before {
	content: "";
}

.bi-earbuds::before {
	content: "";
}

.bi-easel-fill::before {
	content: "";
}

.bi-easel::before {
	content: "";
}

.bi-egg-fill::before {
	content: "";
}

.bi-egg-fried::before {
	content: "";
}

.bi-egg::before {
	content: "";
}

.bi-eject-fill::before {
	content: "";
}

.bi-eject::before {
	content: "";
}

.bi-emoji-angry-fill::before {
	content: "";
}

.bi-emoji-angry::before {
	content: "";
}

.bi-emoji-dizzy-fill::before {
	content: "";
}

.bi-emoji-dizzy::before {
	content: "";
}

.bi-emoji-expressionless-fill::before {
	content: "";
}

.bi-emoji-expressionless::before {
	content: "";
}

.bi-emoji-frown-fill::before {
	content: "";
}

.bi-emoji-frown::before {
	content: "";
}

.bi-emoji-heart-eyes-fill::before {
	content: "";
}

.bi-emoji-heart-eyes::before {
	content: "";
}

.bi-emoji-laughing-fill::before {
	content: "";
}

.bi-emoji-laughing::before {
	content: "";
}

.bi-emoji-neutral-fill::before {
	content: "";
}

.bi-emoji-neutral::before {
	content: "";
}

.bi-emoji-smile-fill::before {
	content: "";
}

.bi-emoji-smile-upside-down-fill::before {
	content: "";
}

.bi-emoji-smile-upside-down::before {
	content: "";
}

.bi-emoji-smile::before {
	content: "";
}

.bi-emoji-sunglasses-fill::before {
	content: "";
}

.bi-emoji-sunglasses::before {
	content: "";
}

.bi-emoji-wink-fill::before {
	content: "";
}

.bi-emoji-wink::before {
	content: "";
}

.bi-envelope-fill::before {
	content: "";
}

.bi-envelope-open-fill::before {
	content: "";
}

.bi-envelope-open::before {
	content: "";
}

.bi-envelope::before {
	content: "";
}

.bi-eraser-fill::before {
	content: "";
}

.bi-eraser::before {
	content: "";
}

.bi-exclamation-circle-fill::before {
	content: "";
}

.bi-exclamation-circle::before {
	content: "";
}

.bi-exclamation-diamond-fill::before {
	content: "";
}

.bi-exclamation-diamond::before {
	content: "";
}

.bi-exclamation-octagon-fill::before {
	content: "";
}

.bi-exclamation-octagon::before {
	content: "";
}

.bi-exclamation-square-fill::before {
	content: "";
}

.bi-exclamation-square::before {
	content: "";
}

.bi-exclamation-triangle-fill::before {
	content: "";
}

.bi-exclamation-triangle::before {
	content: "";
}

.bi-exclamation::before {
	content: "";
}

.bi-exclude::before {
	content: "";
}

.bi-eye-fill::before {
	content: "";
}

.bi-eye-slash-fill::before {
	content: "";
}

.bi-eye-slash::before {
	content: "";
}

.bi-eye::before {
	content: "";
}

.bi-eyedropper::before {
	content: "";
}

.bi-eyeglasses::before {
	content: "";
}

.bi-facebook::before {
	content: "";
}

.bi-file-arrow-down-fill::before {
	content: "";
}

.bi-file-arrow-down::before {
	content: "";
}

.bi-file-arrow-up-fill::before {
	content: "";
}

.bi-file-arrow-up::before {
	content: "";
}

.bi-file-bar-graph-fill::before {
	content: "";
}

.bi-file-bar-graph::before {
	content: "";
}

.bi-file-binary-fill::before {
	content: "";
}

.bi-file-binary::before {
	content: "";
}

.bi-file-break-fill::before {
	content: "";
}

.bi-file-break::before {
	content: "";
}

.bi-file-check-fill::before {
	content: "";
}

.bi-file-check::before {
	content: "";
}

.bi-file-code-fill::before {
	content: "";
}

.bi-file-code::before {
	content: "";
}

.bi-file-diff-fill::before {
	content: "";
}

.bi-file-diff::before {
	content: "";
}

.bi-file-earmark-arrow-down-fill::before {
	content: "";
}

.bi-file-earmark-arrow-down::before {
	content: "";
}

.bi-file-earmark-arrow-up-fill::before {
	content: "";
}

.bi-file-earmark-arrow-up::before {
	content: "";
}

.bi-file-earmark-bar-graph-fill::before {
	content: "";
}

.bi-file-earmark-bar-graph::before {
	content: "";
}

.bi-file-earmark-binary-fill::before {
	content: "";
}

.bi-file-earmark-binary::before {
	content: "";
}

.bi-file-earmark-break-fill::before {
	content: "";
}

.bi-file-earmark-break::before {
	content: "";
}

.bi-file-earmark-check-fill::before {
	content: "";
}

.bi-file-earmark-check::before {
	content: "";
}

.bi-file-earmark-code-fill::before {
	content: "";
}

.bi-file-earmark-code::before {
	content: "";
}

.bi-file-earmark-diff-fill::before {
	content: "";
}

.bi-file-earmark-diff::before {
	content: "";
}

.bi-file-earmark-easel-fill::before {
	content: "";
}

.bi-file-earmark-easel::before {
	content: "";
}

.bi-file-earmark-excel-fill::before {
	content: "";
}

.bi-file-earmark-excel::before {
	content: "";
}

.bi-file-earmark-fill::before {
	content: "";
}

.bi-file-earmark-font-fill::before {
	content: "";
}

.bi-file-earmark-font::before {
	content: "";
}

.bi-file-earmark-image-fill::before {
	content: "";
}

.bi-file-earmark-image::before {
	content: "";
}

.bi-file-earmark-lock-fill::before {
	content: "";
}

.bi-file-earmark-lock::before {
	content: "";
}

.bi-file-earmark-lock2-fill::before {
	content: "";
}

.bi-file-earmark-lock2::before {
	content: "";
}

.bi-file-earmark-medical-fill::before {
	content: "";
}

.bi-file-earmark-medical::before {
	content: "";
}

.bi-file-earmark-minus-fill::before {
	content: "";
}

.bi-file-earmark-minus::before {
	content: "";
}

.bi-file-earmark-music-fill::before {
	content: "";
}

.bi-file-earmark-music::before {
	content: "";
}

.bi-file-earmark-person-fill::before {
	content: "";
}

.bi-file-earmark-person::before {
	content: "";
}

.bi-file-earmark-play-fill::before {
	content: "";
}

.bi-file-earmark-play::before {
	content: "";
}

.bi-file-earmark-plus-fill::before {
	content: "";
}

.bi-file-earmark-plus::before {
	content: "";
}

.bi-file-earmark-post-fill::before {
	content: "";
}

.bi-file-earmark-post::before {
	content: "";
}

.bi-file-earmark-ppt-fill::before {
	content: "";
}

.bi-file-earmark-ppt::before {
	content: "";
}

.bi-file-earmark-richtext-fill::before {
	content: "";
}

.bi-file-earmark-richtext::before {
	content: "";
}

.bi-file-earmark-ruled-fill::before {
	content: "";
}

.bi-file-earmark-ruled::before {
	content: "";
}

.bi-file-earmark-slides-fill::before {
	content: "";
}

.bi-file-earmark-slides::before {
	content: "";
}

.bi-file-earmark-spreadsheet-fill::before {
	content: "";
}

.bi-file-earmark-spreadsheet::before {
	content: "";
}

.bi-file-earmark-text-fill::before {
	content: "";
}

.bi-file-earmark-text::before {
	content: "";
}

.bi-file-earmark-word-fill::before {
	content: "";
}

.bi-file-earmark-word::before {
	content: "";
}

.bi-file-earmark-x-fill::before {
	content: "";
}

.bi-file-earmark-x::before {
	content: "";
}

.bi-file-earmark-zip-fill::before {
	content: "";
}

.bi-file-earmark-zip::before {
	content: "";
}

.bi-file-earmark::before {
	content: "";
}

.bi-file-easel-fill::before {
	content: "";
}

.bi-file-easel::before {
	content: "";
}

.bi-file-excel-fill::before {
	content: "";
}

.bi-file-excel::before {
	content: "";
}

.bi-file-fill::before {
	content: "";
}

.bi-file-font-fill::before {
	content: "";
}

.bi-file-font::before {
	content: "";
}

.bi-file-image-fill::before {
	content: "";
}

.bi-file-image::before {
	content: "";
}

.bi-file-lock-fill::before {
	content: "";
}

.bi-file-lock::before {
	content: "";
}

.bi-file-lock2-fill::before {
	content: "";
}

.bi-file-lock2::before {
	content: "";
}

.bi-file-medical-fill::before {
	content: "";
}

.bi-file-medical::before {
	content: "";
}

.bi-file-minus-fill::before {
	content: "";
}

.bi-file-minus::before {
	content: "";
}

.bi-file-music-fill::before {
	content: "";
}

.bi-file-music::before {
	content: "";
}

.bi-file-person-fill::before {
	content: "";
}

.bi-file-person::before {
	content: "";
}

.bi-file-play-fill::before {
	content: "";
}

.bi-file-play::before {
	content: "";
}

.bi-file-plus-fill::before {
	content: "";
}

.bi-file-plus::before {
	content: "";
}

.bi-file-post-fill::before {
	content: "";
}

.bi-file-post::before {
	content: "";
}

.bi-file-ppt-fill::before {
	content: "";
}

.bi-file-ppt::before {
	content: "";
}

.bi-file-richtext-fill::before {
	content: "";
}

.bi-file-richtext::before {
	content: "";
}

.bi-file-ruled-fill::before {
	content: "";
}

.bi-file-ruled::before {
	content: "";
}

.bi-file-slides-fill::before {
	content: "";
}

.bi-file-slides::before {
	content: "";
}

.bi-file-spreadsheet-fill::before {
	content: "";
}

.bi-file-spreadsheet::before {
	content: "";
}

.bi-file-text-fill::before {
	content: "";
}

.bi-file-text::before {
	content: "";
}

.bi-file-word-fill::before {
	content: "";
}

.bi-file-word::before {
	content: "";
}

.bi-file-x-fill::before {
	content: "";
}

.bi-file-x::before {
	content: "";
}

.bi-file-zip-fill::before {
	content: "";
}

.bi-file-zip::before {
	content: "";
}

.bi-file::before {
	content: "";
}

.bi-files-alt::before {
	content: "";
}

.bi-files::before {
	content: "";
}

.bi-film::before {
	content: "";
}

.bi-filter-circle-fill::before {
	content: "";
}

.bi-filter-circle::before {
	content: "";
}

.bi-filter-left::before {
	content: "";
}

.bi-filter-right::before {
	content: "";
}

.bi-filter-square-fill::before {
	content: "";
}

.bi-filter-square::before {
	content: "";
}

.bi-filter::before {
	content: "";
}

.bi-flag-fill::before {
	content: "";
}

.bi-flag::before {
	content: "";
}

.bi-flower1::before {
	content: "";
}

.bi-flower2::before {
	content: "";
}

.bi-flower3::before {
	content: "";
}

.bi-folder-check::before {
	content: "";
}

.bi-folder-fill::before {
	content: "";
}

.bi-folder-minus::before {
	content: "";
}

.bi-folder-plus::before {
	content: "";
}

.bi-folder-symlink-fill::before {
	content: "";
}

.bi-folder-symlink::before {
	content: "";
}

.bi-folder-x::before {
	content: "";
}

.bi-folder::before {
	content: "";
}

.bi-folder2-open::before {
	content: "";
}

.bi-folder2::before {
	content: "";
}

.bi-fonts::before {
	content: "";
}

.bi-forward-fill::before {
	content: "";
}

.bi-forward::before {
	content: "";
}

.bi-front::before {
	content: "";
}

.bi-fullscreen-exit::before {
	content: "";
}

.bi-fullscreen::before {
	content: "";
}

.bi-funnel-fill::before {
	content: "";
}

.bi-funnel::before {
	content: "";
}

.bi-gear-fill::before {
	content: "";
}

.bi-gear-wide-connected::before {
	content: "";
}

.bi-gear-wide::before {
	content: "";
}

.bi-gear::before {
	content: "";
}

.bi-gem::before {
	content: "";
}

.bi-geo-alt-fill::before {
	content: "";
}

.bi-geo-alt::before {
	content: "";
}

.bi-geo-fill::before {
	content: "";
}

.bi-geo::before {
	content: "";
}

.bi-gift-fill::before {
	content: "";
}

.bi-gift::before {
	content: "";
}

.bi-github::before {
	content: "";
}

.bi-globe::before {
	content: "";
}

.bi-globe2::before {
	content: "";
}

.bi-google::before {
	content: "";
}

.bi-graph-down::before {
	content: "";
}

.bi-graph-up::before {
	content: "";
}

.bi-grid-1x2-fill::before {
	content: "";
}

.bi-grid-1x2::before {
	content: "";
}

.bi-grid-3x2-gap-fill::before {
	content: "";
}

.bi-grid-3x2-gap::before {
	content: "";
}

.bi-grid-3x2::before {
	content: "";
}

.bi-grid-3x3-gap-fill::before {
	content: "";
}

.bi-grid-3x3-gap::before {
	content: "";
}

.bi-grid-3x3::before {
	content: "";
}

.bi-grid-fill::before {
	content: "";
}

.bi-grid::before {
	content: "";
}

.bi-grip-horizontal::before {
	content: "";
}

.bi-grip-vertical::before {
	content: "";
}

.bi-hammer::before {
	content: "";
}

.bi-hand-index-fill::before {
	content: "";
}

.bi-hand-index-thumb-fill::before {
	content: "";
}

.bi-hand-index-thumb::before {
	content: "";
}

.bi-hand-index::before {
	content: "";
}

.bi-hand-thumbs-down-fill::before {
	content: "";
}

.bi-hand-thumbs-down::before {
	content: "";
}

.bi-hand-thumbs-up-fill::before {
	content: "";
}

.bi-hand-thumbs-up::before {
	content: "";
}

.bi-handbag-fill::before {
	content: "";
}

.bi-handbag::before {
	content: "";
}

.bi-hash::before {
	content: "";
}

.bi-hdd-fill::before {
	content: "";
}

.bi-hdd-network-fill::before {
	content: "";
}

.bi-hdd-network::before {
	content: "";
}

.bi-hdd-rack-fill::before {
	content: "";
}

.bi-hdd-rack::before {
	content: "";
}

.bi-hdd-stack-fill::before {
	content: "";
}

.bi-hdd-stack::before {
	content: "";
}

.bi-hdd::before {
	content: "";
}

.bi-headphones::before {
	content: "";
}

.bi-headset::before {
	content: "";
}

.bi-heart-fill::before {
	content: "";
}

.bi-heart-half::before {
	content: "";
}

.bi-heart::before {
	content: "";
}

.bi-heptagon-fill::before {
	content: "";
}

.bi-heptagon-half::before {
	content: "";
}

.bi-heptagon::before {
	content: "";
}

.bi-hexagon-fill::before {
	content: "";
}

.bi-hexagon-half::before {
	content: "";
}

.bi-hexagon::before {
	content: "";
}

.bi-hourglass-bottom::before {
	content: "";
}

.bi-hourglass-split::before {
	content: "";
}

.bi-hourglass-top::before {
	content: "";
}

.bi-hourglass::before {
	content: "";
}

.bi-house-door-fill::before {
	content: "";
}

.bi-house-door::before {
	content: "";
}

.bi-house-fill::before {
	content: "";
}

.bi-house::before {
	content: "";
}

.bi-hr::before {
	content: "";
}

.bi-hurricane::before {
	content: "";
}

.bi-image-alt::before {
	content: "";
}

.bi-image-fill::before {
	content: "";
}

.bi-image::before {
	content: "";
}

.bi-images::before {
	content: "";
}

.bi-inbox-fill::before {
	content: "";
}

.bi-inbox::before {
	content: "";
}

.bi-inboxes-fill::before {
	content: "";
}

.bi-inboxes::before {
	content: "";
}

.bi-info-circle-fill::before {
	content: "";
}

.bi-info-circle::before {
	content: "";
}

.bi-info-square-fill::before {
	content: "";
}

.bi-info-square::before {
	content: "";
}

.bi-info::before {
	content: "";
}

.bi-input-cursor-text::before {
	content: "";
}

.bi-input-cursor::before {
	content: "";
}

.bi-instagram::before {
	content: "";
}

.bi-intersect::before {
	content: "";
}

.bi-journal-album::before {
	content: "";
}

.bi-journal-arrow-down::before {
	content: "";
}

.bi-journal-arrow-up::before {
	content: "";
}

.bi-journal-bookmark-fill::before {
	content: "";
}

.bi-journal-bookmark::before {
	content: "";
}

.bi-journal-check::before {
	content: "";
}

.bi-journal-code::before {
	content: "";
}

.bi-journal-medical::before {
	content: "";
}

.bi-journal-minus::before {
	content: "";
}

.bi-journal-plus::before {
	content: "";
}

.bi-journal-richtext::before {
	content: "";
}

.bi-journal-text::before {
	content: "";
}

.bi-journal-x::before {
	content: "";
}

.bi-journal::before {
	content: "";
}

.bi-journals::before {
	content: "";
}

.bi-joystick::before {
	content: "";
}

.bi-justify-left::before {
	content: "";
}

.bi-justify-right::before {
	content: "";
}

.bi-justify::before {
	content: "";
}

.bi-kanban-fill::before {
	content: "";
}

.bi-kanban::before {
	content: "";
}

.bi-key-fill::before {
	content: "";
}

.bi-key::before {
	content: "";
}

.bi-keyboard-fill::before {
	content: "";
}

.bi-keyboard::before {
	content: "";
}

.bi-ladder::before {
	content: "";
}

.bi-lamp-fill::before {
	content: "";
}

.bi-lamp::before {
	content: "";
}

.bi-laptop-fill::before {
	content: "";
}

.bi-laptop::before {
	content: "";
}

.bi-layer-backward::before {
	content: "";
}

.bi-layer-forward::before {
	content: "";
}

.bi-layers-fill::before {
	content: "";
}

.bi-layers-half::before {
	content: "";
}

.bi-layers::before {
	content: "";
}

.bi-layout-sidebar-inset-reverse::before {
	content: "";
}

.bi-layout-sidebar-inset::before {
	content: "";
}

.bi-layout-sidebar-reverse::before {
	content: "";
}

.bi-layout-sidebar::before {
	content: "";
}

.bi-layout-split::before {
	content: "";
}

.bi-layout-text-sidebar-reverse::before {
	content: "";
}

.bi-layout-text-sidebar::before {
	content: "";
}

.bi-layout-text-window-reverse::before {
	content: "";
}

.bi-layout-text-window::before {
	content: "";
}

.bi-layout-three-columns::before {
	content: "";
}

.bi-layout-wtf::before {
	content: "";
}

.bi-life-preserver::before {
	content: "";
}

.bi-lightbulb-fill::before {
	content: "";
}

.bi-lightbulb-off-fill::before {
	content: "";
}

.bi-lightbulb-off::before {
	content: "";
}

.bi-lightbulb::before {
	content: "";
}

.bi-lightning-charge-fill::before {
	content: "";
}

.bi-lightning-charge::before {
	content: "";
}

.bi-lightning-fill::before {
	content: "";
}

.bi-lightning::before {
	content: "";
}

.bi-link-45deg::before {
	content: "";
}

.bi-link::before {
	content: "";
}

.bi-linkedin::before {
	content: "";
}

.bi-list-check::before {
	content: "";
}

.bi-list-nested::before {
	content: "";
}

.bi-list-ol::before {
	content: "";
}

.bi-list-stars::before {
	content: "";
}

.bi-list-task::before {
	content: "";
}

.bi-list-ul::before {
	content: "";
}

.bi-list::before {
	content: "";
}

.bi-lock-fill::before {
	content: "";
}

.bi-lock::before {
	content: "";
}

.bi-mailbox::before {
	content: "";
}

.bi-mailbox2::before {
	content: "";
}

.bi-map-fill::before {
	content: "";
}

.bi-map::before {
	content: "";
}

.bi-markdown-fill::before {
	content: "";
}

.bi-markdown::before {
	content: "";
}

.bi-mask::before {
	content: "";
}

.bi-megaphone-fill::before {
	content: "";
}

.bi-megaphone::before {
	content: "";
}

.bi-menu-app-fill::before {
	content: "";
}

.bi-menu-app::before {
	content: "";
}

.bi-menu-button-fill::before {
	content: "";
}

.bi-menu-button-wide-fill::before {
	content: "";
}

.bi-menu-button-wide::before {
	content: "";
}

.bi-menu-button::before {
	content: "";
}

.bi-menu-down::before {
	content: "";
}

.bi-menu-up::before {
	content: "";
}

.bi-mic-fill::before {
	content: "";
}

.bi-mic-mute-fill::before {
	content: "";
}

.bi-mic-mute::before {
	content: "";
}

.bi-mic::before {
	content: "";
}

.bi-minecart-loaded::before {
	content: "";
}

.bi-minecart::before {
	content: "";
}

.bi-moisture::before {
	content: "";
}

.bi-moon-fill::before {
	content: "";
}

.bi-moon-stars-fill::before {
	content: "";
}

.bi-moon-stars::before {
	content: "";
}

.bi-moon::before {
	content: "";
}

.bi-mouse-fill::before {
	content: "";
}

.bi-mouse::before {
	content: "";
}

.bi-mouse2-fill::before {
	content: "";
}

.bi-mouse2::before {
	content: "";
}

.bi-mouse3-fill::before {
	content: "";
}

.bi-mouse3::before {
	content: "";
}

.bi-music-note-beamed::before {
	content: "";
}

.bi-music-note-list::before {
	content: "";
}

.bi-music-note::before {
	content: "";
}

.bi-music-player-fill::before {
	content: "";
}

.bi-music-player::before {
	content: "";
}

.bi-newspaper::before {
	content: "";
}

.bi-node-minus-fill::before {
	content: "";
}

.bi-node-minus::before {
	content: "";
}

.bi-node-plus-fill::before {
	content: "";
}

.bi-node-plus::before {
	content: "";
}

.bi-nut-fill::before {
	content: "";
}

.bi-nut::before {
	content: "";
}

.bi-octagon-fill::before {
	content: "";
}

.bi-octagon-half::before {
	content: "";
}

.bi-octagon::before {
	content: "";
}

.bi-option::before {
	content: "";
}

.bi-outlet::before {
	content: "";
}

.bi-paint-bucket::before {
	content: "";
}

.bi-palette-fill::before {
	content: "";
}

.bi-palette::before {
	content: "";
}

.bi-palette2::before {
	content: "";
}

.bi-paperclip::before {
	content: "";
}

.bi-paragraph::before {
	content: "";
}

.bi-patch-check-fill::before {
	content: "";
}

.bi-patch-check::before {
	content: "";
}

.bi-patch-exclamation-fill::before {
	content: "";
}

.bi-patch-exclamation::before {
	content: "";
}

.bi-patch-minus-fill::before {
	content: "";
}

.bi-patch-minus::before {
	content: "";
}

.bi-patch-plus-fill::before {
	content: "";
}

.bi-patch-plus::before {
	content: "";
}

.bi-patch-question-fill::before {
	content: "";
}

.bi-patch-question::before {
	content: "";
}

.bi-pause-btn-fill::before {
	content: "";
}

.bi-pause-btn::before {
	content: "";
}

.bi-pause-circle-fill::before {
	content: "";
}

.bi-pause-circle::before {
	content: "";
}

.bi-pause-fill::before {
	content: "";
}

.bi-pause::before {
	content: "";
}

.bi-peace-fill::before {
	content: "";
}

.bi-peace::before {
	content: "";
}

.bi-pen-fill::before {
	content: "";
}

.bi-pen::before {
	content: "";
}

.bi-pencil-fill::before {
	content: "";
}

.bi-pencil-square::before {
	content: "";
}

.bi-pencil::before {
	content: "";
}

.bi-pentagon-fill::before {
	content: "";
}

.bi-pentagon-half::before {
	content: "";
}

.bi-pentagon::before {
	content: "";
}

.bi-people-fill::before {
	content: "";
}

.bi-people::before {
	content: "";
}

.bi-percent::before {
	content: "";
}

.bi-person-badge-fill::before {
	content: "";
}

.bi-person-badge::before {
	content: "";
}

.bi-person-bounding-box::before {
	content: "";
}

.bi-person-check-fill::before {
	content: "";
}

.bi-person-check::before {
	content: "";
}

.bi-person-circle::before {
	content: "";
}

.bi-person-dash-fill::before {
	content: "";
}

.bi-person-dash::before {
	content: "";
}

.bi-person-fill::before {
	content: "";
}

.bi-person-lines-fill::before {
	content: "";
}

.bi-person-plus-fill::before {
	content: "";
}

.bi-person-plus::before {
	content: "";
}

.bi-person-square::before {
	content: "";
}

.bi-person-x-fill::before {
	content: "";
}

.bi-person-x::before {
	content: "";
}

.bi-person::before {
	content: "";
}

.bi-phone-fill::before {
	content: "";
}

.bi-phone-landscape-fill::before {
	content: "";
}

.bi-phone-landscape::before {
	content: "";
}

.bi-phone-vibrate-fill::before {
	content: "";
}

.bi-phone-vibrate::before {
	content: "";
}

.bi-phone::before {
	content: "";
}

.bi-pie-chart-fill::before {
	content: "";
}

.bi-pie-chart::before {
	content: "";
}

.bi-pin-angle-fill::before {
	content: "";
}

.bi-pin-angle::before {
	content: "";
}

.bi-pin-fill::before {
	content: "";
}

.bi-pin::before {
	content: "";
}

.bi-pip-fill::before {
	content: "";
}

.bi-pip::before {
	content: "";
}

.bi-play-btn-fill::before {
	content: "";
}

.bi-play-btn::before {
	content: "";
}

.bi-play-circle-fill::before {
	content: "";
}

.bi-play-circle::before {
	content: "";
}

.bi-play-fill::before {
	content: "";
}

.bi-play::before {
	content: "";
}

.bi-plug-fill::before {
	content: "";
}

.bi-plug::before {
	content: "";
}

.bi-plus-circle-dotted::before {
	content: "";
}

.bi-plus-circle-fill::before {
	content: "";
}

.bi-plus-circle::before {
	content: "";
}

.bi-plus-square-dotted::before {
	content: "";
}

.bi-plus-square-fill::before {
	content: "";
}

.bi-plus-square::before {
	content: "";
}

.bi-plus::before {
	content: "";
}

.bi-power::before {
	content: "";
}

.bi-printer-fill::before {
	content: "";
}

.bi-printer::before {
	content: "";
}

.bi-puzzle-fill::before {
	content: "";
}

.bi-puzzle::before {
	content: "";
}

.bi-question-circle-fill::before {
	content: "";
}

.bi-question-circle::before {
	content: "";
}

.bi-question-diamond-fill::before {
	content: "";
}

.bi-question-diamond::before {
	content: "";
}

.bi-question-octagon-fill::before {
	content: "";
}

.bi-question-octagon::before {
	content: "";
}

.bi-question-square-fill::before {
	content: "";
}

.bi-question-square::before {
	content: "";
}

.bi-question::before {
	content: "";
}

.bi-rainbow::before {
	content: "";
}

.bi-receipt-cutoff::before {
	content: "";
}

.bi-receipt::before {
	content: "";
}

.bi-reception-0::before {
	content: "";
}

.bi-reception-1::before {
	content: "";
}

.bi-reception-2::before {
	content: "";
}

.bi-reception-3::before {
	content: "";
}

.bi-reception-4::before {
	content: "";
}

.bi-record-btn-fill::before {
	content: "";
}

.bi-record-btn::before {
	content: "";
}

.bi-record-circle-fill::before {
	content: "";
}

.bi-record-circle::before {
	content: "";
}

.bi-record-fill::before {
	content: "";
}

.bi-record::before {
	content: "";
}

.bi-record2-fill::before {
	content: "";
}

.bi-record2::before {
	content: "";
}

.bi-reply-all-fill::before {
	content: "";
}

.bi-reply-all::before {
	content: "";
}

.bi-reply-fill::before {
	content: "";
}

.bi-reply::before {
	content: "";
}

.bi-rss-fill::before {
	content: "";
}

.bi-rss::before {
	content: "";
}

.bi-rulers::before {
	content: "";
}

.bi-save-fill::before {
	content: "";
}

.bi-save::before {
	content: "";
}

.bi-save2-fill::before {
	content: "";
}

.bi-save2::before {
	content: "";
}

.bi-scissors::before {
	content: "";
}

.bi-screwdriver::before {
	content: "";
}

.bi-search::before {
	content: "";
}

.bi-segmented-nav::before {
	content: "";
}

.bi-server::before {
	content: "";
}

.bi-share-fill::before {
	content: "";
}

.bi-share::before {
	content: "";
}

.bi-shield-check::before {
	content: "";
}

.bi-shield-exclamation::before {
	content: "";
}

.bi-shield-fill-check::before {
	content: "";
}

.bi-shield-fill-exclamation::before {
	content: "";
}

.bi-shield-fill-minus::before {
	content: "";
}

.bi-shield-fill-plus::before {
	content: "";
}

.bi-shield-fill-x::before {
	content: "";
}

.bi-shield-fill::before {
	content: "";
}

.bi-shield-lock-fill::before {
	content: "";
}

.bi-shield-lock::before {
	content: "";
}

.bi-shield-minus::before {
	content: "";
}

.bi-shield-plus::before {
	content: "";
}

.bi-shield-shaded::before {
	content: "";
}

.bi-shield-slash-fill::before {
	content: "";
}

.bi-shield-slash::before {
	content: "";
}

.bi-shield-x::before {
	content: "";
}

.bi-shield::before {
	content: "";
}

.bi-shift-fill::before {
	content: "";
}

.bi-shift::before {
	content: "";
}

.bi-shop-window::before {
	content: "";
}

.bi-shop::before {
	content: "";
}

.bi-shuffle::before {
	content: "";
}

.bi-signpost-2-fill::before {
	content: "";
}

.bi-signpost-2::before {
	content: "";
}

.bi-signpost-fill::before {
	content: "";
}

.bi-signpost-split-fill::before {
	content: "";
}

.bi-signpost-split::before {
	content: "";
}

.bi-signpost::before {
	content: "";
}

.bi-sim-fill::before {
	content: "";
}

.bi-sim::before {
	content: "";
}

.bi-skip-backward-btn-fill::before {
	content: "";
}

.bi-skip-backward-btn::before {
	content: "";
}

.bi-skip-backward-circle-fill::before {
	content: "";
}

.bi-skip-backward-circle::before {
	content: "";
}

.bi-skip-backward-fill::before {
	content: "";
}

.bi-skip-backward::before {
	content: "";
}

.bi-skip-end-btn-fill::before {
	content: "";
}

.bi-skip-end-btn::before {
	content: "";
}

.bi-skip-end-circle-fill::before {
	content: "";
}

.bi-skip-end-circle::before {
	content: "";
}

.bi-skip-end-fill::before {
	content: "";
}

.bi-skip-end::before {
	content: "";
}

.bi-skip-forward-btn-fill::before {
	content: "";
}

.bi-skip-forward-btn::before {
	content: "";
}

.bi-skip-forward-circle-fill::before {
	content: "";
}

.bi-skip-forward-circle::before {
	content: "";
}

.bi-skip-forward-fill::before {
	content: "";
}

.bi-skip-forward::before {
	content: "";
}

.bi-skip-start-btn-fill::before {
	content: "";
}

.bi-skip-start-btn::before {
	content: "";
}

.bi-skip-start-circle-fill::before {
	content: "";
}

.bi-skip-start-circle::before {
	content: "";
}

.bi-skip-start-fill::before {
	content: "";
}

.bi-skip-start::before {
	content: "";
}

.bi-slack::before {
	content: "";
}

.bi-slash-circle-fill::before {
	content: "";
}

.bi-slash-circle::before {
	content: "";
}

.bi-slash-square-fill::before {
	content: "";
}

.bi-slash-square::before {
	content: "";
}

.bi-slash::before {
	content: "";
}

.bi-sliders::before {
	content: "";
}

.bi-smartwatch::before {
	content: "";
}

.bi-snow::before {
	content: "";
}

.bi-snow2::before {
	content: "";
}

.bi-snow3::before {
	content: "";
}

.bi-sort-alpha-down-alt::before {
	content: "";
}

.bi-sort-alpha-down::before {
	content: "";
}

.bi-sort-alpha-up-alt::before {
	content: "";
}

.bi-sort-alpha-up::before {
	content: "";
}

.bi-sort-down-alt::before {
	content: "";
}

.bi-sort-down::before {
	content: "";
}

.bi-sort-numeric-down-alt::before {
	content: "";
}

.bi-sort-numeric-down::before {
	content: "";
}

.bi-sort-numeric-up-alt::before {
	content: "";
}

.bi-sort-numeric-up::before {
	content: "";
}

.bi-sort-up-alt::before {
	content: "";
}

.bi-sort-up::before {
	content: "";
}

.bi-soundwave::before {
	content: "";
}

.bi-speaker-fill::before {
	content: "";
}

.bi-speaker::before {
	content: "";
}

.bi-speedometer::before {
	content: "";
}

.bi-speedometer2::before {
	content: "";
}

.bi-spellcheck::before {
	content: "";
}

.bi-square-fill::before {
	content: "";
}

.bi-square-half::before {
	content: "";
}

.bi-square::before {
	content: "";
}

.bi-stack::before {
	content: "";
}

.bi-star-fill::before {
	content: "";
}

.bi-star-half::before {
	content: "";
}

.bi-star::before {
	content: "";
}

.bi-stars::before {
	content: "";
}

.bi-stickies-fill::before {
	content: "";
}

.bi-stickies::before {
	content: "";
}

.bi-sticky-fill::before {
	content: "";
}

.bi-sticky::before {
	content: "";
}

.bi-stop-btn-fill::before {
	content: "";
}

.bi-stop-btn::before {
	content: "";
}

.bi-stop-circle-fill::before {
	content: "";
}

.bi-stop-circle::before {
	content: "";
}

.bi-stop-fill::before {
	content: "";
}

.bi-stop::before {
	content: "";
}

.bi-stoplights-fill::before {
	content: "";
}

.bi-stoplights::before {
	content: "";
}

.bi-stopwatch-fill::before {
	content: "";
}

.bi-stopwatch::before {
	content: "";
}

.bi-subtract::before {
	content: "";
}

.bi-suit-club-fill::before {
	content: "";
}

.bi-suit-club::before {
	content: "";
}

.bi-suit-diamond-fill::before {
	content: "";
}

.bi-suit-diamond::before {
	content: "";
}

.bi-suit-heart-fill::before {
	content: "";
}

.bi-suit-heart::before {
	content: "";
}

.bi-suit-spade-fill::before {
	content: "";
}

.bi-suit-spade::before {
	content: "";
}

.bi-sun-fill::before {
	content: "";
}

.bi-sun::before {
	content: "";
}

.bi-sunglasses::before {
	content: "";
}

.bi-sunrise-fill::before {
	content: "";
}

.bi-sunrise::before {
	content: "";
}

.bi-sunset-fill::before {
	content: "";
}

.bi-sunset::before {
	content: "";
}

.bi-symmetry-horizontal::before {
	content: "";
}

.bi-symmetry-vertical::before {
	content: "";
}

.bi-table::before {
	content: "";
}

.bi-tablet-fill::before {
	content: "";
}

.bi-tablet-landscape-fill::before {
	content: "";
}

.bi-tablet-landscape::before {
	content: "";
}

.bi-tablet::before {
	content: "";
}

.bi-tag-fill::before {
	content: "";
}

.bi-tag::before {
	content: "";
}

.bi-tags-fill::before {
	content: "";
}

.bi-tags::before {
	content: "";
}

.bi-telegram::before {
	content: "";
}

.bi-telephone-fill::before {
	content: "";
}

.bi-telephone-forward-fill::before {
	content: "";
}

.bi-telephone-forward::before {
	content: "";
}

.bi-telephone-inbound-fill::before {
	content: "";
}

.bi-telephone-inbound::before {
	content: "";
}

.bi-telephone-minus-fill::before {
	content: "";
}

.bi-telephone-minus::before {
	content: "";
}

.bi-telephone-outbound-fill::before {
	content: "";
}

.bi-telephone-outbound::before {
	content: "";
}

.bi-telephone-plus-fill::before {
	content: "";
}

.bi-telephone-plus::before {
	content: "";
}

.bi-telephone-x-fill::before {
	content: "";
}

.bi-telephone-x::before {
	content: "";
}

.bi-telephone::before {
	content: "";
}

.bi-terminal-fill::before {
	content: "";
}

.bi-terminal::before {
	content: "";
}

.bi-text-center::before {
	content: "";
}

.bi-text-indent-left::before {
	content: "";
}

.bi-text-indent-right::before {
	content: "";
}

.bi-text-left::before {
	content: "";
}

.bi-text-paragraph::before {
	content: "";
}

.bi-text-right::before {
	content: "";
}

.bi-textarea-resize::before {
	content: "";
}

.bi-textarea-t::before {
	content: "";
}

.bi-textarea::before {
	content: "";
}

.bi-thermometer-half::before {
	content: "";
}

.bi-thermometer-high::before {
	content: "";
}

.bi-thermometer-low::before {
	content: "";
}

.bi-thermometer-snow::before {
	content: "";
}

.bi-thermometer-sun::before {
	content: "";
}

.bi-thermometer::before {
	content: "";
}

.bi-three-dots-vertical::before {
	content: "";
}

.bi-three-dots::before {
	content: "";
}

.bi-toggle-off::before {
	content: "";
}

.bi-toggle-on::before {
	content: "";
}

.bi-toggle2-off::before {
	content: "";
}

.bi-toggle2-on::before {
	content: "";
}

.bi-toggles::before {
	content: "";
}

.bi-toggles2::before {
	content: "";
}

.bi-tools::before {
	content: "";
}

.bi-tornado::before {
	content: "";
}

.bi-trash-fill::before {
	content: "";
}

.bi-trash::before {
	content: "";
}

.bi-trash2-fill::before {
	content: "";
}

.bi-trash2::before {
	content: "";
}

.bi-tree-fill::before {
	content: "";
}

.bi-tree::before {
	content: "";
}

.bi-triangle-fill::before {
	content: "";
}

.bi-triangle-half::before {
	content: "";
}

.bi-triangle::before {
	content: "";
}

.bi-trophy-fill::before {
	content: "";
}

.bi-trophy::before {
	content: "";
}

.bi-tropical-storm::before {
	content: "";
}

.bi-truck-flatbed::before {
	content: "";
}

.bi-truck::before {
	content: "";
}

.bi-tsunami::before {
	content: "";
}

.bi-tv-fill::before {
	content: "";
}

.bi-tv::before {
	content: "";
}

.bi-twitch::before {
	content: "";
}

.bi-twitter::before {
	content: "";
}

.bi-type-bold::before {
	content: "";
}

.bi-type-h1::before {
	content: "";
}

.bi-type-h2::before {
	content: "";
}

.bi-type-h3::before {
	content: "";
}

.bi-type-italic::before {
	content: "";
}

.bi-type-strikethrough::before {
	content: "";
}

.bi-type-underline::before {
	content: "";
}

.bi-type::before {
	content: "";
}

.bi-ui-checks-grid::before {
	content: "";
}

.bi-ui-checks::before {
	content: "";
}

.bi-ui-radios-grid::before {
	content: "";
}

.bi-ui-radios::before {
	content: "";
}

.bi-umbrella-fill::before {
	content: "";
}

.bi-umbrella::before {
	content: "";
}

.bi-union::before {
	content: "";
}

.bi-unlock-fill::before {
	content: "";
}

.bi-unlock::before {
	content: "";
}

.bi-upc-scan::before {
	content: "";
}

.bi-upc::before {
	content: "";
}

.bi-upload::before {
	content: "";
}

.bi-vector-pen::before {
	content: "";
}

.bi-view-list::before {
	content: "";
}

.bi-view-stacked::before {
	content: "";
}

.bi-vinyl-fill::before {
	content: "";
}

.bi-vinyl::before {
	content: "";
}

.bi-voicemail::before {
	content: "";
}

.bi-volume-down-fill::before {
	content: "";
}

.bi-volume-down::before {
	content: "";
}

.bi-volume-mute-fill::before {
	content: "";
}

.bi-volume-mute::before {
	content: "";
}

.bi-volume-off-fill::before {
	content: "";
}

.bi-volume-off::before {
	content: "";
}

.bi-volume-up-fill::before {
	content: "";
}

.bi-volume-up::before {
	content: "";
}

.bi-vr::before {
	content: "";
}

.bi-wallet-fill::before {
	content: "";
}

.bi-wallet::before {
	content: "";
}

.bi-wallet2::before {
	content: "";
}

.bi-watch::before {
	content: "";
}

.bi-water::before {
	content: "";
}

.bi-whatsapp::before {
	content: "";
}

.bi-wifi-1::before {
	content: "";
}

.bi-wifi-2::before {
	content: "";
}

.bi-wifi-off::before {
	content: "";
}

.bi-wifi::before {
	content: "";
}

.bi-wind::before {
	content: "";
}

.bi-window-dock::before {
	content: "";
}

.bi-window-sidebar::before {
	content: "";
}

.bi-window::before {
	content: "";
}

.bi-wrench::before {
	content: "";
}

.bi-x-circle-fill::before {
	content: "";
}

.bi-x-circle::before {
	content: "";
}

.bi-x-diamond-fill::before {
	content: "";
}

.bi-x-diamond::before {
	content: "";
}

.bi-x-octagon-fill::before {
	content: "";
}

.bi-x-octagon::before {
	content: "";
}

.bi-x-square-fill::before {
	content: "";
}

.bi-x-square::before {
	content: "";
}

.bi-x::before {
	content: "";
}

.bi-youtube::before {
	content: "";
}

.bi-zoom-in::before {
	content: "";
}

.bi-zoom-out::before {
	content: "";
}

.bi-bank::before {
	content: "";
}

.bi-bank2::before {
	content: "";
}

.bi-bell-slash-fill::before {
	content: "";
}

.bi-bell-slash::before {
	content: "";
}

.bi-cash-coin::before {
	content: "";
}

.bi-check-lg::before {
	content: "";
}

.bi-coin::before {
	content: "";
}

.bi-currency-bitcoin::before {
	content: "";
}

.bi-currency-dollar::before {
	content: "";
}

.bi-currency-euro::before {
	content: "";
}

.bi-currency-exchange::before {
	content: "";
}

.bi-currency-pound::before {
	content: "";
}

.bi-currency-yen::before {
	content: "";
}

.bi-dash-lg::before {
	content: "";
}

.bi-exclamation-lg::before {
	content: "";
}

.bi-file-earmark-pdf-fill::before {
	content: "";
}

.bi-file-earmark-pdf::before {
	content: "";
}

.bi-file-pdf-fill::before {
	content: "";
}

.bi-file-pdf::before {
	content: "";
}

.bi-gender-ambiguous::before {
	content: "";
}

.bi-gender-female::before {
	content: "";
}

.bi-gender-male::before {
	content: "";
}

.bi-gender-trans::before {
	content: "";
}

.bi-headset-vr::before {
	content: "";
}

.bi-info-lg::before {
	content: "";
}

.bi-mastodon::before {
	content: "";
}

.bi-messenger::before {
	content: "";
}

.bi-piggy-bank-fill::before {
	content: "";
}

.bi-piggy-bank::before {
	content: "";
}

.bi-pin-map-fill::before {
	content: "";
}

.bi-pin-map::before {
	content: "";
}

.bi-plus-lg::before {
	content: "";
}

.bi-question-lg::before {
	content: "";
}

.bi-recycle::before {
	content: "";
}

.bi-reddit::before {
	content: "";
}

.bi-safe-fill::before {
	content: "";
}

.bi-safe2-fill::before {
	content: "";
}

.bi-safe2::before {
	content: "";
}

.bi-sd-card-fill::before {
	content: "";
}

.bi-sd-card::before {
	content: "";
}

.bi-skype::before {
	content: "";
}

.bi-slash-lg::before {
	content: "";
}

.bi-translate::before {
	content: "";
}

.bi-x-lg::before {
	content: "";
}

.bi-safe::before {
	content: "";
}

@font-face {
	font-family: "boxicons";
	font-weight: normal;
	font-style: normal;
	src: url("fonts/boxicons.eot");
	src: url("fonts/boxicons.eot") format("embedded-opentype"),
		url("fonts/boxicons.woff2") format("woff2"),
		url("fonts/boxicons.woff") format("woff"),
		url("fonts/boxicons.ttf") format("truetype"),
		url("fonts/boxicons.svg?#boxicons") format("svg");
}
.bx {
	font-family: "boxicons" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bx-ul {
	margin-left: 2em;
	padding-left: 0;
	list-style: none;
}

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

.bx-ul .bx {
	font-size: inherit;
	line-height: inherit;
	position: absolute;
	left: -2em;
	width: 2em;
	text-align: center;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes burst {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes burst {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
@-webkit-keyframes flashing {
	0% {
		opacity: 1;
	}
	45% {
		opacity: 0;
	}
	90% {
		opacity: 1;
	}
}
@keyframes flashing {
	0% {
		opacity: 1;
	}
	45% {
		opacity: 0;
	}
	90% {
		opacity: 1;
	}
}
@-webkit-keyframes fade-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
}
@keyframes fade-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
}
@-webkit-keyframes fade-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
}
@keyframes fade-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
}
@-webkit-keyframes fade-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
}
@keyframes fade-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
}
@-webkit-keyframes fade-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}
@keyframes fade-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}
@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
		transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
		transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.bx-spin {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

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

.bx-tada {
	-webkit-animation: tada 1.5s ease infinite;
	animation: tada 1.5s ease infinite;
}

.bx-tada-hover:hover {
	-webkit-animation: tada 1.5s ease infinite;
	animation: tada 1.5s ease infinite;
}

.bx-flashing {
	-webkit-animation: flashing 1.5s infinite linear;
	animation: flashing 1.5s infinite linear;
}

.bx-flashing-hover:hover {
	-webkit-animation: flashing 1.5s infinite linear;
	animation: flashing 1.5s infinite linear;
}

.bx-burst {
	-webkit-animation: burst 1.5s infinite linear;
	animation: burst 1.5s infinite linear;
}

.bx-burst-hover:hover {
	-webkit-animation: burst 1.5s infinite linear;
	animation: burst 1.5s infinite linear;
}

.bx-fade-up {
	-webkit-animation: fade-up 1.5s infinite linear;
	animation: fade-up 1.5s infinite linear;
}

.bx-fade-up-hover:hover {
	-webkit-animation: fade-up 1.5s infinite linear;
	animation: fade-up 1.5s infinite linear;
}

.bx-fade-down {
	-webkit-animation: fade-down 1.5s infinite linear;
	animation: fade-down 1.5s infinite linear;
}

.bx-fade-down-hover:hover {
	-webkit-animation: fade-down 1.5s infinite linear;
	animation: fade-down 1.5s infinite linear;
}

.bx-fade-left {
	-webkit-animation: fade-left 1.5s infinite linear;
	animation: fade-left 1.5s infinite linear;
}

.bx-fade-left-hover:hover {
	-webkit-animation: fade-left 1.5s infinite linear;
	animation: fade-left 1.5s infinite linear;
}

.bx-fade-right {
	-webkit-animation: fade-right 1.5s infinite linear;
	animation: fade-right 1.5s infinite linear;
}

.bx-fade-right-hover:hover {
	-webkit-animation: fade-right 1.5s infinite linear;
	animation: fade-right 1.5s infinite linear;
}

.bx-xs {
	font-size: 1rem !important;
}

.bx-sm {
	font-size: 1.55rem !important;
}

.bx-md {
	font-size: 2.25rem !important;
}

.bx-lg {
	font-size: 3rem !important;
}

.bx-fw {
	font-size: 1.2857142857em;
	line-height: 0.8em;
	width: 1.2857142857em;
	height: 0.8em;
	margin-top: -0.2em !important;
	vertical-align: middle;
}

.bx-pull-left {
	float: left;
	margin-right: 0.3em !important;
}

.bx-pull-right {
	float: right;
	margin-left: 0.3em !important;
}

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

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

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

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

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

.bx-border {
	padding: 0.25em;
	border: 0.07em solid rgba(0, 0, 0, 0.1);
	border-radius: 0.25em;
}

.bx-border-circle {
	padding: 0.25em;
	border: 0.07em solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

.bxl-500px:before {
	content: "";
}

.bxl-adobe:before {
	content: "";
}

.bxl-airbnb:before {
	content: "";
}

.bxl-algolia:before {
	content: "";
}

.bxl-amazon:before {
	content: "";
}

.bxl-android:before {
	content: "";
}

.bxl-angular:before {
	content: "";
}

.bxl-apple:before {
	content: "";
}

.bxl-audible:before {
	content: "";
}

.bxl-aws:before {
	content: "";
}

.bxl-baidu:before {
	content: "";
}

.bxl-behance:before {
	content: "";
}

.bxl-bing:before {
	content: "";
}

.bxl-bitcoin:before {
	content: "";
}

.bxl-blender:before {
	content: "";
}

.bxl-blogger:before {
	content: "";
}

.bxl-bootstrap:before {
	content: "";
}

.bxl-chrome:before {
	content: "";
}

.bxl-codepen:before {
	content: "";
}

.bxl-c-plus-plus:before {
	content: "";
}

.bxl-creative-commons:before {
	content: "";
}

.bxl-css3:before {
	content: "";
}

.bxl-dailymotion:before {
	content: "";
}

.bxl-deviantart:before {
	content: "";
}

.bxl-dev-to:before {
	content: "";
}

.bxl-digg:before {
	content: "";
}

.bxl-digitalocean:before {
	content: "";
}

.bxl-discord:before {
	content: "";
}

.bxl-discord-alt:before {
	content: "";
}

.bxl-discourse:before {
	content: "";
}

.bxl-django:before {
	content: "";
}

.bxl-docker:before {
	content: "";
}

.bxl-dribbble:before {
	content: "";
}

.bxl-dropbox:before {
	content: "";
}

.bxl-drupal:before {
	content: "";
}

.bxl-ebay:before {
	content: "";
}

.bxl-edge:before {
	content: "";
}

.bxl-etsy:before {
	content: "";
}

.bxl-facebook:before {
	content: "";
}

.bxl-facebook-circle:before {
	content: "";
}

.bxl-facebook-square:before {
	content: "";
}

.bxl-figma:before {
	content: "";
}

.bxl-firebase:before {
	content: "";
}

.bxl-firefox:before {
	content: "";
}

.bxl-flickr:before {
	content: "";
}

.bxl-flickr-square:before {
	content: "";
}

.bxl-flutter:before {
	content: "";
}

.bxl-foursquare:before {
	content: "";
}

.bxl-git:before {
	content: "";
}

.bxl-github:before {
	content: "";
}

.bxl-gitlab:before {
	content: "";
}

.bxl-google:before {
	content: "";
}

.bxl-google-cloud:before {
	content: "";
}

.bxl-google-plus:before {
	content: "";
}

.bxl-google-plus-circle:before {
	content: "";
}

.bxl-html5:before {
	content: "";
}

.bxl-imdb:before {
	content: "";
}

.bxl-instagram:before {
	content: "";
}

.bxl-instagram-alt:before {
	content: "";
}

.bxl-internet-explorer:before {
	content: "";
}

.bxl-invision:before {
	content: "";
}

.bxl-javascript:before {
	content: "";
}

.bxl-joomla:before {
	content: "";
}

.bxl-jquery:before {
	content: "";
}

.bxl-jsfiddle:before {
	content: "";
}

.bxl-kickstarter:before {
	content: "";
}

.bxl-kubernetes:before {
	content: "";
}

.bxl-less:before {
	content: "";
}

.bxl-linkedin:before {
	content: "";
}

.bxl-linkedin-square:before {
	content: "";
}

.bxl-magento:before {
	content: "";
}

.bxl-mailchimp:before {
	content: "";
}

.bxl-markdown:before {
	content: "";
}

.bxl-mastercard:before {
	content: "";
}

.bxl-mastodon:before {
	content: "";
}

.bxl-medium:before {
	content: "";
}

.bxl-medium-old:before {
	content: "";
}

.bxl-medium-square:before {
	content: "";
}

.bxl-messenger:before {
	content: "";
}

.bxl-microsoft:before {
	content: "";
}

.bxl-microsoft-teams:before {
	content: "";
}

.bxl-nodejs:before {
	content: "";
}

.bxl-ok-ru:before {
	content: "";
}

.bxl-opera:before {
	content: "";
}

.bxl-patreon:before {
	content: "";
}

.bxl-paypal:before {
	content: "";
}

.bxl-periscope:before {
	content: "";
}

.bxl-php:before {
	content: "";
}

.bxl-pinterest:before {
	content: "";
}

.bxl-pinterest-alt:before {
	content: "";
}

.bxl-play-store:before {
	content: "";
}

.bxl-pocket:before {
	content: "";
}

.bxl-product-hunt:before {
	content: "";
}

.bxl-python:before {
	content: "";
}

.bxl-quora:before {
	content: "";
}

.bxl-react:before {
	content: "";
}

.bxl-redbubble:before {
	content: "";
}

.bxl-reddit:before {
	content: "";
}

.bxl-redux:before {
	content: "";
}

.bxl-sass:before {
	content: "";
}

.bxl-shopify:before {
	content: "";
}

.bxl-sketch:before {
	content: "";
}

.bxl-skype:before {
	content: "";
}

.bxl-slack:before {
	content: "";
}

.bxl-slack-old:before {
	content: "";
}

.bxl-snapchat:before {
	content: "";
}

.bxl-soundcloud:before {
	content: "";
}

.bxl-spotify:before {
	content: "";
}

.bxl-spring-boot:before {
	content: "";
}

.bxl-squarespace:before {
	content: "";
}

.bxl-stack-overflow:before {
	content: "";
}

.bxl-steam:before {
	content: "";
}

.bxl-stripe:before {
	content: "";
}

.bxl-tailwind-css:before {
	content: "";
}

.bxl-telegram:before {
	content: "";
}

.bxl-tiktok:before {
	content: "";
}

.bxl-trello:before {
	content: "";
}

.bxl-trip-advisor:before {
	content: "";
}

.bxl-tumblr:before {
	content: "";
}

.bxl-tux:before {
	content: "";
}

.bxl-twitch:before {
	content: "";
}

.bxl-twitter:before {
	content: "";
}

.bxl-unity:before {
	content: "";
}

.bxl-unsplash:before {
	content: "";
}

.bxl-vimeo:before {
	content: "";
}

.bxl-visa:before {
	content: "";
}

.bxl-visual-studio:before {
	content: "";
}

.bxl-vk:before {
	content: "";
}

.bxl-vuejs:before {
	content: "";
}

.bxl-whatsapp:before {
	content: "";
}

.bxl-whatsapp-square:before {
	content: "";
}

.bxl-wikipedia:before {
	content: "";
}

.bxl-windows:before {
	content: "";
}

.bxl-wix:before {
	content: "";
}

.bxl-wordpress:before {
	content: "";
}

.bxl-yahoo:before {
	content: "";
}

.bxl-yelp:before {
	content: "";
}

.bxl-youtube:before {
	content: "";
}

.bxl-zoom:before {
	content: "";
}

.bxs-add-to-queue:before {
	content: "";
}

.bxs-adjust:before {
	content: "";
}

.bxs-adjust-alt:before {
	content: "";
}

.bxs-alarm:before {
	content: "";
}

.bxs-alarm-add:before {
	content: "";
}

.bxs-alarm-exclamation:before {
	content: "";
}

.bxs-alarm-off:before {
	content: "";
}

.bxs-alarm-snooze:before {
	content: "";
}

.bxs-album:before {
	content: "";
}

.bxs-ambulance:before {
	content: "";
}

.bxs-analyse:before {
	content: "";
}

.bxs-angry:before {
	content: "";
}

.bxs-arch:before {
	content: "";
}

.bxs-archive:before {
	content: "";
}

.bxs-archive-in:before {
	content: "";
}

.bxs-archive-out:before {
	content: "";
}

.bxs-area:before {
	content: "";
}

.bxs-arrow-from-bottom:before {
	content: "";
}

.bxs-arrow-from-left:before {
	content: "";
}

.bxs-arrow-from-right:before {
	content: "";
}

.bxs-arrow-from-top:before {
	content: "";
}

.bxs-arrow-to-bottom:before {
	content: "";
}

.bxs-arrow-to-left:before {
	content: "";
}

.bxs-arrow-to-right:before {
	content: "";
}

.bxs-arrow-to-top:before {
	content: "";
}

.bxs-award:before {
	content: "";
}

.bxs-baby-carriage:before {
	content: "";
}

.bxs-backpack:before {
	content: "";
}

.bxs-badge:before {
	content: "";
}

.bxs-badge-check:before {
	content: "";
}

.bxs-badge-dollar:before {
	content: "";
}

.bxs-ball:before {
	content: "";
}

.bxs-band-aid:before {
	content: "";
}

.bxs-bank:before {
	content: "";
}

.bxs-bar-chart-alt-2:before {
	content: "";
}

.bxs-bar-chart-square:before {
	content: "";
}

.bxs-barcode:before {
	content: "";
}

.bxs-baseball:before {
	content: "";
}

.bxs-basket:before {
	content: "";
}

.bxs-basketball:before {
	content: "";
}

.bxs-bath:before {
	content: "";
}

.bxs-battery:before {
	content: "";
}

.bxs-battery-charging:before {
	content: "";
}

.bxs-battery-full:before {
	content: "";
}

.bxs-battery-low:before {
	content: "";
}

.bxs-bed:before {
	content: "";
}

.bxs-been-here:before {
	content: "";
}

.bxs-beer:before {
	content: "";
}

.bxs-bell:before {
	content: "";
}

.bxs-bell-minus:before {
	content: "";
}

.bxs-bell-off:before {
	content: "";
}

.bxs-bell-plus:before {
	content: "";
}

.bxs-bell-ring:before {
	content: "";
}

.bxs-bible:before {
	content: "";
}

.bxs-binoculars:before {
	content: "";
}

.bxs-blanket:before {
	content: "";
}

.bxs-bolt:before {
	content: "";
}

.bxs-bolt-circle:before {
	content: "";
}

.bxs-bomb:before {
	content: "";
}

.bxs-bone:before {
	content: "";
}

.bxs-bong:before {
	content: "";
}

.bxs-book:before {
	content: "";
}

.bxs-book-add:before {
	content: "";
}

.bxs-book-alt:before {
	content: "";
}

.bxs-book-bookmark:before {
	content: "";
}

.bxs-book-content:before {
	content: "";
}

.bxs-book-heart:before {
	content: "";
}

.bxs-bookmark:before {
	content: "";
}

.bxs-bookmark-alt:before {
	content: "";
}

.bxs-bookmark-alt-minus:before {
	content: "";
}

.bxs-bookmark-alt-plus:before {
	content: "";
}

.bxs-bookmark-heart:before {
	content: "";
}

.bxs-bookmark-minus:before {
	content: "";
}

.bxs-bookmark-plus:before {
	content: "";
}

.bxs-bookmarks:before {
	content: "";
}

.bxs-bookmark-star:before {
	content: "";
}

.bxs-book-open:before {
	content: "";
}

.bxs-book-reader:before {
	content: "";
}

.bxs-bot:before {
	content: "";
}

.bxs-bowling-ball:before {
	content: "";
}

.bxs-box:before {
	content: "";
}

.bxs-brain:before {
	content: "";
}

.bxs-briefcase:before {
	content: "";
}

.bxs-briefcase-alt:before {
	content: "";
}

.bxs-briefcase-alt-2:before {
	content: "";
}

.bxs-brightness:before {
	content: "";
}

.bxs-brightness-half:before {
	content: "";
}

.bxs-brush:before {
	content: "";
}

.bxs-brush-alt:before {
	content: "";
}

.bxs-bug:before {
	content: "";
}

.bxs-bug-alt:before {
	content: "";
}

.bxs-building:before {
	content: "";
}

.bxs-building-house:before {
	content: "";
}

.bxs-buildings:before {
	content: "";
}

.bxs-bulb:before {
	content: "";
}

.bxs-bullseye:before {
	content: "";
}

.bxs-buoy:before {
	content: "";
}

.bxs-bus:before {
	content: "";
}

.bxs-business:before {
	content: "";
}

.bxs-bus-school:before {
	content: "";
}

.bxs-cabinet:before {
	content: "";
}

.bxs-cake:before {
	content: "";
}

.bxs-calculator:before {
	content: "";
}

.bxs-calendar:before {
	content: "";
}

.bxs-calendar-alt:before {
	content: "";
}

.bxs-calendar-check:before {
	content: "";
}

.bxs-calendar-edit:before {
	content: "";
}

.bxs-calendar-event:before {
	content: "";
}

.bxs-calendar-exclamation:before {
	content: "";
}

.bxs-calendar-heart:before {
	content: "";
}

.bxs-calendar-minus:before {
	content: "";
}

.bxs-calendar-plus:before {
	content: "";
}

.bxs-calendar-star:before {
	content: "";
}

.bxs-calendar-week:before {
	content: "";
}

.bxs-calendar-x:before {
	content: "";
}

.bxs-camera:before {
	content: "";
}

.bxs-camera-home:before {
	content: "";
}

.bxs-camera-movie:before {
	content: "";
}

.bxs-camera-off:before {
	content: "";
}

.bxs-camera-plus:before {
	content: "";
}

.bxs-capsule:before {
	content: "";
}

.bxs-captions:before {
	content: "";
}

.bxs-car:before {
	content: "";
}

.bxs-car-battery:before {
	content: "";
}

.bxs-car-crash:before {
	content: "";
}

.bxs-card:before {
	content: "";
}

.bxs-caret-down-circle:before {
	content: "";
}

.bxs-caret-down-square:before {
	content: "";
}

.bxs-caret-left-circle:before {
	content: "";
}

.bxs-caret-left-square:before {
	content: "";
}

.bxs-caret-right-circle:before {
	content: "";
}

.bxs-caret-right-square:before {
	content: "";
}

.bxs-caret-up-circle:before {
	content: "";
}

.bxs-caret-up-square:before {
	content: "";
}

.bxs-car-garage:before {
	content: "";
}

.bxs-car-mechanic:before {
	content: "";
}

.bxs-carousel:before {
	content: "";
}

.bxs-cart:before {
	content: "";
}

.bxs-cart-add:before {
	content: "";
}

.bxs-cart-alt:before {
	content: "";
}

.bxs-cart-download:before {
	content: "";
}

.bxs-car-wash:before {
	content: "";
}

.bxs-category:before {
	content: "";
}

.bxs-category-alt:before {
	content: "";
}

.bxs-cctv:before {
	content: "";
}

.bxs-certification:before {
	content: "";
}

.bxs-chalkboard:before {
	content: "";
}

.bxs-chart:before {
	content: "";
}

.bxs-chat:before {
	content: "";
}

.bxs-checkbox:before {
	content: "";
}

.bxs-checkbox-checked:before {
	content: "";
}

.bxs-checkbox-minus:before {
	content: "";
}

.bxs-check-circle:before {
	content: "";
}

.bxs-check-shield:before {
	content: "";
}

.bxs-check-square:before {
	content: "";
}

.bxs-chess:before {
	content: "";
}

.bxs-chevron-down:before {
	content: "";
}

.bxs-chevron-down-circle:before {
	content: "";
}

.bxs-chevron-down-square:before {
	content: "";
}

.bxs-chevron-left:before {
	content: "";
}

.bxs-chevron-left-circle:before {
	content: "";
}

.bxs-chevron-left-square:before {
	content: "";
}

.bxs-chevron-right:before {
	content: "";
}

.bxs-chevron-right-circle:before {
	content: "";
}

.bxs-chevron-right-square:before {
	content: "";
}

.bxs-chevrons-down:before {
	content: "";
}

.bxs-chevrons-left:before {
	content: "";
}

.bxs-chevrons-right:before {
	content: "";
}

.bxs-chevrons-up:before {
	content: "";
}

.bxs-chevron-up:before {
	content: "";
}

.bxs-chevron-up-circle:before {
	content: "";
}

.bxs-chevron-up-square:before {
	content: "";
}

.bxs-chip:before {
	content: "";
}

.bxs-church:before {
	content: "";
}

.bxs-circle:before {
	content: "";
}

.bxs-city:before {
	content: "";
}

.bxs-clinic:before {
	content: "";
}

.bxs-cloud:before {
	content: "";
}

.bxs-cloud-download:before {
	content: "";
}

.bxs-cloud-lightning:before {
	content: "";
}

.bxs-cloud-rain:before {
	content: "";
}

.bxs-cloud-upload:before {
	content: "";
}

.bxs-coffee:before {
	content: "";
}

.bxs-coffee-alt:before {
	content: "";
}

.bxs-coffee-togo:before {
	content: "";
}

.bxs-cog:before {
	content: "";
}

.bxs-coin:before {
	content: "";
}

.bxs-coin-stack:before {
	content: "";
}

.bxs-collection:before {
	content: "";
}

.bxs-color-fill:before {
	content: "";
}

.bxs-comment:before {
	content: "";
}

.bxs-comment-add:before {
	content: "";
}

.bxs-comment-check:before {
	content: "";
}

.bxs-comment-detail:before {
	content: "";
}

.bxs-comment-dots:before {
	content: "";
}

.bxs-comment-edit:before {
	content: "";
}

.bxs-comment-error:before {
	content: "";
}

.bxs-comment-minus:before {
	content: "";
}

.bxs-comment-x:before {
	content: "";
}

.bxs-compass:before {
	content: "";
}

.bxs-component:before {
	content: "";
}

.bxs-confused:before {
	content: "";
}

.bxs-contact:before {
	content: "";
}

.bxs-conversation:before {
	content: "";
}

.bxs-cookie:before {
	content: "";
}

.bxs-cool:before {
	content: "";
}

.bxs-copy:before {
	content: "";
}

.bxs-copy-alt:before {
	content: "";
}

.bxs-copyright:before {
	content: "";
}

.bxs-coupon:before {
	content: "";
}

.bxs-credit-card:before {
	content: "";
}

.bxs-credit-card-alt:before {
	content: "";
}

.bxs-credit-card-front:before {
	content: "";
}

.bxs-crop:before {
	content: "";
}

.bxs-crown:before {
	content: "";
}

.bxs-cube:before {
	content: "";
}

.bxs-cube-alt:before {
	content: "";
}

.bxs-cuboid:before {
	content: "";
}

.bxs-customize:before {
	content: "";
}

.bxs-cylinder:before {
	content: "";
}

.bxs-dashboard:before {
	content: "";
}

.bxs-data:before {
	content: "";
}

.bxs-detail:before {
	content: "";
}

.bxs-devices:before {
	content: "";
}

.bxs-diamond:before {
	content: "";
}

.bxs-dice-1:before {
	content: "";
}

.bxs-dice-2:before {
	content: "";
}

.bxs-dice-3:before {
	content: "";
}

.bxs-dice-4:before {
	content: "";
}

.bxs-dice-5:before {
	content: "";
}

.bxs-dice-6:before {
	content: "";
}

.bxs-direction-left:before {
	content: "";
}

.bxs-direction-right:before {
	content: "";
}

.bxs-directions:before {
	content: "";
}

.bxs-disc:before {
	content: "";
}

.bxs-discount:before {
	content: "";
}

.bxs-dish:before {
	content: "";
}

.bxs-dislike:before {
	content: "";
}

.bxs-dizzy:before {
	content: "";
}

.bxs-dock-bottom:before {
	content: "";
}

.bxs-dock-left:before {
	content: "";
}

.bxs-dock-right:before {
	content: "";
}

.bxs-dock-top:before {
	content: "";
}

.bxs-dollar-circle:before {
	content: "";
}

.bxs-donate-blood:before {
	content: "";
}

.bxs-donate-heart:before {
	content: "";
}

.bxs-door-open:before {
	content: "";
}

.bxs-doughnut-chart:before {
	content: "";
}

.bxs-down-arrow:before {
	content: "";
}

.bxs-down-arrow-alt:before {
	content: "";
}

.bxs-down-arrow-circle:before {
	content: "";
}

.bxs-down-arrow-square:before {
	content: "";
}

.bxs-download:before {
	content: "";
}

.bxs-downvote:before {
	content: "";
}

.bxs-drink:before {
	content: "";
}

.bxs-droplet:before {
	content: "";
}

.bxs-droplet-half:before {
	content: "";
}

.bxs-dryer:before {
	content: "";
}

.bxs-duplicate:before {
	content: "";
}

.bxs-edit:before {
	content: "";
}

.bxs-edit-alt:before {
	content: "";
}

.bxs-edit-location:before {
	content: "";
}

.bxs-eject:before {
	content: "";
}

.bxs-envelope:before {
	content: "";
}

.bxs-envelope-open:before {
	content: "";
}

.bxs-eraser:before {
	content: "";
}

.bxs-error:before {
	content: "";
}

.bxs-error-alt:before {
	content: "";
}

.bxs-error-circle:before {
	content: "";
}

.bxs-ev-station:before {
	content: "";
}

.bxs-exit:before {
	content: "";
}

.bxs-extension:before {
	content: "";
}

.bxs-eyedropper:before {
	content: "";
}

.bxs-face:before {
	content: "";
}

.bxs-face-mask:before {
	content: "";
}

.bxs-factory:before {
	content: "";
}

.bxs-fast-forward-circle:before {
	content: "";
}

.bxs-file:before {
	content: "";
}

.bxs-file-archive:before {
	content: "";
}

.bxs-file-blank:before {
	content: "";
}

.bxs-file-css:before {
	content: "";
}

.bxs-file-doc:before {
	content: "";
}

.bxs-file-export:before {
	content: "";
}

.bxs-file-find:before {
	content: "";
}

.bxs-file-gif:before {
	content: "";
}

.bxs-file-html:before {
	content: "";
}

.bxs-file-image:before {
	content: "";
}

.bxs-file-import:before {
	content: "";
}

.bxs-file-jpg:before {
	content: "";
}

.bxs-file-js:before {
	content: "";
}

.bxs-file-json:before {
	content: "";
}

.bxs-file-md:before {
	content: "";
}

.bxs-file-pdf:before {
	content: "";
}

.bxs-file-plus:before {
	content: "";
}

.bxs-file-png:before {
	content: "";
}

.bxs-file-txt:before {
	content: "";
}

.bxs-film:before {
	content: "";
}

.bxs-filter-alt:before {
	content: "";
}

.bxs-first-aid:before {
	content: "";
}

.bxs-flag:before {
	content: "";
}

.bxs-flag-alt:before {
	content: "";
}

.bxs-flag-checkered:before {
	content: "";
}

.bxs-flame:before {
	content: "";
}

.bxs-flask:before {
	content: "";
}

.bxs-florist:before {
	content: "";
}

.bxs-folder:before {
	content: "";
}

.bxs-folder-minus:before {
	content: "";
}

.bxs-folder-open:before {
	content: "";
}

.bxs-folder-plus:before {
	content: "";
}

.bxs-food-menu:before {
	content: "";
}

.bxs-fridge:before {
	content: "";
}

.bxs-game:before {
	content: "";
}

.bxs-gas-pump:before {
	content: "";
}

.bxs-ghost:before {
	content: "";
}

.bxs-gift:before {
	content: "";
}

.bxs-graduation:before {
	content: "";
}

.bxs-grid:before {
	content: "";
}

.bxs-grid-alt:before {
	content: "";
}

.bxs-group:before {
	content: "";
}

.bxs-guitar-amp:before {
	content: "";
}

.bxs-hand:before {
	content: "";
}

.bxs-hand-down:before {
	content: "";
}

.bxs-hand-left:before {
	content: "";
}

.bxs-hand-right:before {
	content: "";
}

.bxs-hand-up:before {
	content: "";
}

.bxs-happy:before {
	content: "";
}

.bxs-happy-alt:before {
	content: "";
}

.bxs-happy-beaming:before {
	content: "";
}

.bxs-happy-heart-eyes:before {
	content: "";
}

.bxs-hdd:before {
	content: "";
}

.bxs-heart:before {
	content: "";
}

.bxs-heart-circle:before {
	content: "";
}

.bxs-heart-square:before {
	content: "";
}

.bxs-help-circle:before {
	content: "";
}

.bxs-hide:before {
	content: "";
}

.bxs-home:before {
	content: "";
}

.bxs-home-circle:before {
	content: "";
}

.bxs-home-heart:before {
	content: "";
}

.bxs-home-smile:before {
	content: "";
}

.bxs-hot:before {
	content: "";
}

.bxs-hotel:before {
	content: "";
}

.bxs-hourglass:before {
	content: "";
}

.bxs-hourglass-bottom:before {
	content: "";
}

.bxs-hourglass-top:before {
	content: "";
}

.bxs-id-card:before {
	content: "";
}

.bxs-image:before {
	content: "";
}

.bxs-image-add:before {
	content: "";
}

.bxs-image-alt:before {
	content: "";
}

.bxs-inbox:before {
	content: "";
}

.bxs-info-circle:before {
	content: "";
}

.bxs-info-square:before {
	content: "";
}

.bxs-institution:before {
	content: "";
}

.bxs-joystick:before {
	content: "";
}

.bxs-joystick-alt:before {
	content: "";
}

.bxs-joystick-button:before {
	content: "";
}

.bxs-key:before {
	content: "";
}

.bxs-keyboard:before {
	content: "";
}

.bxs-label:before {
	content: "";
}

.bxs-landmark:before {
	content: "";
}

.bxs-landscape:before {
	content: "";
}

.bxs-laugh:before {
	content: "";
}

.bxs-layer:before {
	content: "";
}

.bxs-layer-minus:before {
	content: "";
}

.bxs-layer-plus:before {
	content: "";
}

.bxs-layout:before {
	content: "";
}

.bxs-left-arrow:before {
	content: "";
}

.bxs-left-arrow-alt:before {
	content: "";
}

.bxs-left-arrow-circle:before {
	content: "";
}

.bxs-left-arrow-square:before {
	content: "";
}

.bxs-left-down-arrow-circle:before {
	content: "";
}

.bxs-left-top-arrow-circle:before {
	content: "";
}

.bxs-like:before {
	content: "";
}

.bxs-location-plus:before {
	content: "";
}

.bxs-lock:before {
	content: "";
}

.bxs-lock-alt:before {
	content: "";
}

.bxs-lock-open:before {
	content: "";
}

.bxs-lock-open-alt:before {
	content: "";
}

.bxs-log-in:before {
	content: "";
}

.bxs-log-in-circle:before {
	content: "";
}

.bxs-log-out:before {
	content: "";
}

.bxs-log-out-circle:before {
	content: "";
}

.bxs-low-vision:before {
	content: "";
}

.bxs-magic-wand:before {
	content: "";
}

.bxs-magnet:before {
	content: "";
}

.bxs-map:before {
	content: "";
}

.bxs-map-alt:before {
	content: "";
}

.bxs-map-pin:before {
	content: "";
}

.bxs-mask:before {
	content: "";
}

.bxs-medal:before {
	content: "";
}

.bxs-megaphone:before {
	content: "";
}

.bxs-meh:before {
	content: "";
}

.bxs-meh-alt:before {
	content: "";
}

.bxs-meh-blank:before {
	content: "";
}

.bxs-memory-card:before {
	content: "";
}

.bxs-message:before {
	content: "";
}

.bxs-message-add:before {
	content: "";
}

.bxs-message-alt:before {
	content: "";
}

.bxs-message-alt-add:before {
	content: "";
}

.bxs-message-alt-check:before {
	content: "";
}

.bxs-message-alt-detail:before {
	content: "";
}

.bxs-message-alt-dots:before {
	content: "";
}

.bxs-message-alt-edit:before {
	content: "";
}

.bxs-message-alt-error:before {
	content: "";
}

.bxs-message-alt-minus:before {
	content: "";
}

.bxs-message-alt-x:before {
	content: "";
}

.bxs-message-check:before {
	content: "";
}

.bxs-message-detail:before {
	content: "";
}

.bxs-message-dots:before {
	content: "";
}

.bxs-message-edit:before {
	content: "";
}

.bxs-message-error:before {
	content: "";
}

.bxs-message-minus:before {
	content: "";
}

.bxs-message-rounded:before {
	content: "";
}

.bxs-message-rounded-add:before {
	content: "";
}

.bxs-message-rounded-check:before {
	content: "";
}

.bxs-message-rounded-detail:before {
	content: "";
}

.bxs-message-rounded-dots:before {
	content: "";
}

.bxs-message-rounded-edit:before {
	content: "";
}

.bxs-message-rounded-error:before {
	content: "";
}

.bxs-message-rounded-minus:before {
	content: "";
}

.bxs-message-rounded-x:before {
	content: "";
}

.bxs-message-square:before {
	content: "";
}

.bxs-message-square-add:before {
	content: "";
}

.bxs-message-square-check:before {
	content: "";
}

.bxs-message-square-detail:before {
	content: "";
}

.bxs-message-square-dots:before {
	content: "";
}

.bxs-message-square-edit:before {
	content: "";
}

.bxs-message-square-error:before {
	content: "";
}

.bxs-message-square-minus:before {
	content: "";
}

.bxs-message-square-x:before {
	content: "";
}

.bxs-message-x:before {
	content: "";
}

.bxs-meteor:before {
	content: "";
}

.bxs-microchip:before {
	content: "";
}

.bxs-microphone:before {
	content: "";
}

.bxs-microphone-alt:before {
	content: "";
}

.bxs-microphone-off:before {
	content: "";
}

.bxs-minus-circle:before {
	content: "";
}

.bxs-minus-square:before {
	content: "";
}

.bxs-mobile:before {
	content: "";
}

.bxs-mobile-vibration:before {
	content: "";
}

.bxs-moon:before {
	content: "";
}

.bxs-mouse:before {
	content: "";
}

.bxs-mouse-alt:before {
	content: "";
}

.bxs-movie:before {
	content: "";
}

.bxs-movie-play:before {
	content: "";
}

.bxs-music:before {
	content: "";
}

.bxs-navigation:before {
	content: "";
}

.bxs-network-chart:before {
	content: "";
}

.bxs-news:before {
	content: "";
}

.bxs-no-entry:before {
	content: "";
}

.bxs-note:before {
	content: "";
}

.bxs-notepad:before {
	content: "";
}

.bxs-notification:before {
	content: "";
}

.bxs-notification-off:before {
	content: "";
}

.bxs-offer:before {
	content: "";
}

.bxs-package:before {
	content: "";
}

.bxs-paint:before {
	content: "";
}

.bxs-paint-roll:before {
	content: "";
}

.bxs-palette:before {
	content: "";
}

.bxs-paper-plane:before {
	content: "";
}

.bxs-parking:before {
	content: "";
}

.bxs-paste:before {
	content: "";
}

.bxs-pen:before {
	content: "";
}

.bxs-pencil:before {
	content: "";
}

.bxs-phone:before {
	content: "";
}

.bxs-phone-call:before {
	content: "";
}

.bxs-phone-incoming:before {
	content: "";
}

.bxs-phone-off:before {
	content: "";
}

.bxs-phone-outgoing:before {
	content: "";
}

.bxs-photo-album:before {
	content: "";
}

.bxs-piano:before {
	content: "";
}

.bxs-pie-chart:before {
	content: "";
}

.bxs-pie-chart-alt:before {
	content: "";
}

.bxs-pie-chart-alt-2:before {
	content: "";
}

.bxs-pin:before {
	content: "";
}

.bxs-pizza:before {
	content: "";
}

.bxs-plane:before {
	content: "";
}

.bxs-plane-alt:before {
	content: "";
}

.bxs-plane-land:before {
	content: "";
}

.bxs-planet:before {
	content: "";
}

.bxs-plane-take-off:before {
	content: "";
}

.bxs-playlist:before {
	content: "";
}

.bxs-plug:before {
	content: "";
}

.bxs-plus-circle:before {
	content: "";
}

.bxs-plus-square:before {
	content: "";
}

.bxs-pointer:before {
	content: "";
}

.bxs-polygon:before {
	content: "";
}

.bxs-printer:before {
	content: "";
}

.bxs-purchase-tag:before {
	content: "";
}

.bxs-purchase-tag-alt:before {
	content: "";
}

.bxs-pyramid:before {
	content: "";
}

.bxs-quote-alt-left:before {
	content: "";
}

.bxs-quote-alt-right:before {
	content: "";
}

.bxs-quote-left:before {
	content: "";
}

.bxs-quote-right:before {
	content: "";
}

.bxs-quote-single-left:before {
	content: "";
}

.bxs-quote-single-right:before {
	content: "";
}

.bxs-radiation:before {
	content: "";
}

.bxs-radio:before {
	content: "";
}

.bxs-receipt:before {
	content: "";
}

.bxs-rectangle:before {
	content: "";
}

.bxs-registered:before {
	content: "";
}

.bxs-rename:before {
	content: "";
}

.bxs-report:before {
	content: "";
}

.bxs-rewind-circle:before {
	content: "";
}

.bxs-right-arrow:before {
	content: "";
}

.bxs-right-arrow-alt:before {
	content: "";
}

.bxs-right-arrow-circle:before {
	content: "";
}

.bxs-right-arrow-square:before {
	content: "";
}

.bxs-right-down-arrow-circle:before {
	content: "";
}

.bxs-right-top-arrow-circle:before {
	content: "";
}

.bxs-rocket:before {
	content: "";
}

.bxs-ruler:before {
	content: "";
}

.bxs-sad:before {
	content: "";
}

.bxs-save:before {
	content: "";
}

.bxs-school:before {
	content: "";
}

.bxs-search:before {
	content: "";
}

.bxs-search-alt-2:before {
	content: "";
}

.bxs-select-multiple:before {
	content: "";
}

.bxs-send:before {
	content: "";
}

.bxs-server:before {
	content: "";
}

.bxs-shapes:before {
	content: "";
}

.bxs-share:before {
	content: "";
}

.bxs-share-alt:before {
	content: "";
}

.bxs-shield:before {
	content: "";
}

.bxs-shield-alt-2:before {
	content: "";
}

.bxs-shield-x:before {
	content: "";
}

.bxs-ship:before {
	content: "";
}

.bxs-shocked:before {
	content: "";
}

.bxs-shopping-bag:before {
	content: "";
}

.bxs-shopping-bag-alt:before {
	content: "";
}

.bxs-shopping-bags:before {
	content: "";
}

.bxs-show:before {
	content: "";
}

.bxs-skip-next-circle:before {
	content: "";
}

.bxs-skip-previous-circle:before {
	content: "";
}

.bxs-skull:before {
	content: "";
}

.bxs-sleepy:before {
	content: "";
}

.bxs-slideshow:before {
	content: "";
}

.bxs-smile:before {
	content: "";
}

.bxs-sort-alt:before {
	content: "";
}

.bxs-spa:before {
	content: "";
}

.bxs-speaker:before {
	content: "";
}

.bxs-spray-can:before {
	content: "";
}

.bxs-spreadsheet:before {
	content: "";
}

.bxs-square:before {
	content: "";
}

.bxs-square-rounded:before {
	content: "";
}

.bxs-star:before {
	content: "";
}

.bxs-star-half:before {
	content: "";
}

.bxs-sticker:before {
	content: "";
}

.bxs-stopwatch:before {
	content: "";
}

.bxs-store:before {
	content: "";
}

.bxs-store-alt:before {
	content: "";
}

.bxs-sun:before {
	content: "";
}

.bxs-tachometer:before {
	content: "";
}

.bxs-tag:before {
	content: "";
}

.bxs-tag-alt:before {
	content: "";
}

.bxs-tag-x:before {
	content: "";
}

.bxs-taxi:before {
	content: "";
}

.bxs-tennis-ball:before {
	content: "";
}

.bxs-terminal:before {
	content: "";
}

.bxs-thermometer:before {
	content: "";
}

.bxs-time:before {
	content: "";
}

.bxs-time-five:before {
	content: "";
}

.bxs-timer:before {
	content: "";
}

.bxs-tired:before {
	content: "";
}

.bxs-toggle-left:before {
	content: "";
}

.bxs-toggle-right:before {
	content: "";
}

.bxs-tone:before {
	content: "";
}

.bxs-torch:before {
	content: "";
}

.bxs-to-top:before {
	content: "";
}

.bxs-traffic:before {
	content: "";
}

.bxs-traffic-barrier:before {
	content: "";
}

.bxs-traffic-cone:before {
	content: "";
}

.bxs-train:before {
	content: "";
}

.bxs-trash:before {
	content: "";
}

.bxs-trash-alt:before {
	content: "";
}

.bxs-tree:before {
	content: "";
}

.bxs-trophy:before {
	content: "";
}

.bxs-truck:before {
	content: "";
}

.bxs-t-shirt:before {
	content: "";
}

.bxs-tv:before {
	content: "";
}

.bxs-up-arrow:before {
	content: "";
}

.bxs-up-arrow-alt:before {
	content: "";
}

.bxs-up-arrow-circle:before {
	content: "";
}

.bxs-up-arrow-square:before {
	content: "";
}

.bxs-upside-down:before {
	content: "";
}

.bxs-upvote:before {
	content: "";
}

.bxs-user:before {
	content: "";
}

.bxs-user-account:before {
	content: "";
}

.bxs-user-badge:before {
	content: "";
}

.bxs-user-check:before {
	content: "";
}

.bxs-user-circle:before {
	content: "";
}

.bxs-user-detail:before {
	content: "";
}

.bxs-user-minus:before {
	content: "";
}

.bxs-user-pin:before {
	content: "";
}

.bxs-user-plus:before {
	content: "";
}

.bxs-user-rectangle:before {
	content: "";
}

.bxs-user-voice:before {
	content: "";
}

.bxs-user-x:before {
	content: "";
}

.bxs-vector:before {
	content: "";
}

.bxs-vial:before {
	content: "";
}

.bxs-video:before {
	content: "";
}

.bxs-video-off:before {
	content: "";
}

.bxs-video-plus:before {
	content: "";
}

.bxs-video-recording:before {
	content: "";
}

.bxs-videos:before {
	content: "";
}

.bxs-virus:before {
	content: "";
}

.bxs-virus-block:before {
	content: "";
}

.bxs-volume:before {
	content: "";
}

.bxs-volume-full:before {
	content: "";
}

.bxs-volume-low:before {
	content: "";
}

.bxs-volume-mute:before {
	content: "";
}

.bxs-wallet:before {
	content: "";
}

.bxs-wallet-alt:before {
	content: "";
}

.bxs-washer:before {
	content: "";
}

.bxs-watch:before {
	content: "";
}

.bxs-watch-alt:before {
	content: "";
}

.bxs-webcam:before {
	content: "";
}

.bxs-widget:before {
	content: "";
}

.bxs-window-alt:before {
	content: "";
}

.bxs-wine:before {
	content: "";
}

.bxs-wink-smile:before {
	content: "";
}

.bxs-wink-tongue:before {
	content: "";
}

.bxs-wrench:before {
	content: "";
}

.bxs-x-circle:before {
	content: "";
}

.bxs-x-square:before {
	content: "";
}

.bxs-yin-yang:before {
	content: "";
}

.bxs-zap:before {
	content: "";
}

.bxs-zoom-in:before {
	content: "";
}

.bxs-zoom-out:before {
	content: "";
}

.bx-abacus:before {
	content: "";
}

.bx-accessibility:before {
	content: "";
}

.bx-add-to-queue:before {
	content: "";
}

.bx-adjust:before {
	content: "";
}

.bx-alarm:before {
	content: "";
}

.bx-alarm-add:before {
	content: "";
}

.bx-alarm-exclamation:before {
	content: "";
}

.bx-alarm-off:before {
	content: "";
}

.bx-alarm-snooze:before {
	content: "";
}

.bx-album:before {
	content: "";
}

.bx-align-justify:before {
	content: "";
}

.bx-align-left:before {
	content: "";
}

.bx-align-middle:before {
	content: "";
}

.bx-align-right:before {
	content: "";
}

.bx-analyse:before {
	content: "";
}

.bx-anchor:before {
	content: "";
}

.bx-angry:before {
	content: "";
}

.bx-aperture:before {
	content: "";
}

.bx-arch:before {
	content: "";
}

.bx-archive:before {
	content: "";
}

.bx-archive-in:before {
	content: "";
}

.bx-archive-out:before {
	content: "";
}

.bx-area:before {
	content: "";
}

.bx-arrow-back:before {
	content: "";
}

.bx-arrow-from-bottom:before {
	content: "";
}

.bx-arrow-from-left:before {
	content: "";
}

.bx-arrow-from-right:before {
	content: "";
}

.bx-arrow-from-top:before {
	content: "";
}

.bx-arrow-to-bottom:before {
	content: "";
}

.bx-arrow-to-left:before {
	content: "";
}

.bx-arrow-to-right:before {
	content: "";
}

.bx-arrow-to-top:before {
	content: "";
}

.bx-at:before {
	content: "";
}

.bx-atom:before {
	content: "";
}

.bx-award:before {
	content: "";
}

.bx-badge:before {
	content: "";
}

.bx-badge-check:before {
	content: "";
}

.bx-ball:before {
	content: "";
}

.bx-band-aid:before {
	content: "";
}

.bx-bar-chart:before {
	content: "";
}

.bx-bar-chart-alt:before {
	content: "";
}

.bx-bar-chart-alt-2:before {
	content: "";
}

.bx-bar-chart-square:before {
	content: "";
}

.bx-barcode:before {
	content: "";
}

.bx-barcode-reader:before {
	content: "";
}

.bx-baseball:before {
	content: "";
}

.bx-basket:before {
	content: "";
}

.bx-basketball:before {
	content: "";
}

.bx-bath:before {
	content: "";
}

.bx-battery:before {
	content: "";
}

.bx-bed:before {
	content: "";
}

.bx-been-here:before {
	content: "";
}

.bx-beer:before {
	content: "";
}

.bx-bell:before {
	content: "";
}

.bx-bell-minus:before {
	content: "";
}

.bx-bell-off:before {
	content: "";
}

.bx-bell-plus:before {
	content: "";
}

.bx-bible:before {
	content: "";
}

.bx-bitcoin:before {
	content: "";
}

.bx-blanket:before {
	content: "";
}

.bx-block:before {
	content: "";
}

.bx-bluetooth:before {
	content: "";
}

.bx-body:before {
	content: "";
}

.bx-bold:before {
	content: "";
}

.bx-bolt-circle:before {
	content: "";
}

.bx-bomb:before {
	content: "";
}

.bx-bone:before {
	content: "";
}

.bx-bong:before {
	content: "";
}

.bx-book:before {
	content: "";
}

.bx-book-add:before {
	content: "";
}

.bx-book-alt:before {
	content: "";
}

.bx-book-bookmark:before {
	content: "";
}

.bx-book-content:before {
	content: "";
}

.bx-book-heart:before {
	content: "";
}

.bx-bookmark:before {
	content: "";
}

.bx-bookmark-alt:before {
	content: "";
}

.bx-bookmark-alt-minus:before {
	content: "";
}

.bx-bookmark-alt-plus:before {
	content: "";
}

.bx-bookmark-heart:before {
	content: "";
}

.bx-bookmark-minus:before {
	content: "";
}

.bx-bookmark-plus:before {
	content: "";
}

.bx-bookmarks:before {
	content: "";
}

.bx-book-open:before {
	content: "";
}

.bx-book-reader:before {
	content: "";
}

.bx-border-all:before {
	content: "";
}

.bx-border-bottom:before {
	content: "";
}

.bx-border-inner:before {
	content: "";
}

.bx-border-left:before {
	content: "";
}

.bx-border-none:before {
	content: "";
}

.bx-border-outer:before {
	content: "";
}

.bx-border-radius:before {
	content: "";
}

.bx-border-right:before {
	content: "";
}

.bx-border-top:before {
	content: "";
}

.bx-bot:before {
	content: "";
}

.bx-bowling-ball:before {
	content: "";
}

.bx-box:before {
	content: "";
}

.bx-bracket:before {
	content: "";
}

.bx-braille:before {
	content: "";
}

.bx-brain:before {
	content: "";
}

.bx-briefcase:before {
	content: "";
}

.bx-briefcase-alt:before {
	content: "";
}

.bx-briefcase-alt-2:before {
	content: "";
}

.bx-brightness:before {
	content: "";
}

.bx-brightness-half:before {
	content: "";
}

.bx-broadcast:before {
	content: "";
}

.bx-brush:before {
	content: "";
}

.bx-brush-alt:before {
	content: "";
}

.bx-bug:before {
	content: "";
}

.bx-bug-alt:before {
	content: "";
}

.bx-building:before {
	content: "";
}

.bx-building-house:before {
	content: "";
}

.bx-buildings:before {
	content: "";
}

.bx-bulb:before {
	content: "";
}

.bx-bullseye:before {
	content: "";
}

.bx-buoy:before {
	content: "";
}

.bx-bus:before {
	content: "";
}

.bx-bus-school:before {
	content: "";
}

.bx-cabinet:before {
	content: "";
}

.bx-cake:before {
	content: "";
}

.bx-calculator:before {
	content: "";
}

.bx-calendar:before {
	content: "";
}

.bx-calendar-alt:before {
	content: "";
}

.bx-calendar-check:before {
	content: "";
}

.bx-calendar-edit:before {
	content: "";
}

.bx-calendar-event:before {
	content: "";
}

.bx-calendar-exclamation:before {
	content: "";
}

.bx-calendar-heart:before {
	content: "";
}

.bx-calendar-minus:before {
	content: "";
}

.bx-calendar-plus:before {
	content: "";
}

.bx-calendar-star:before {
	content: "";
}

.bx-calendar-week:before {
	content: "";
}

.bx-calendar-x:before {
	content: "";
}

.bx-camera:before {
	content: "";
}

.bx-camera-home:before {
	content: "";
}

.bx-camera-movie:before {
	content: "";
}

.bx-camera-off:before {
	content: "";
}

.bx-capsule:before {
	content: "";
}

.bx-captions:before {
	content: "";
}

.bx-car:before {
	content: "";
}

.bx-card:before {
	content: "";
}

.bx-caret-down:before {
	content: "";
}

.bx-caret-down-circle:before {
	content: "";
}

.bx-caret-down-square:before {
	content: "";
}

.bx-caret-left:before {
	content: "";
}

.bx-caret-left-circle:before {
	content: "";
}

.bx-caret-left-square:before {
	content: "";
}

.bx-caret-right:before {
	content: "";
}

.bx-caret-right-circle:before {
	content: "";
}

.bx-caret-right-square:before {
	content: "";
}

.bx-caret-up:before {
	content: "";
}

.bx-caret-up-circle:before {
	content: "";
}

.bx-caret-up-square:before {
	content: "";
}

.bx-carousel:before {
	content: "";
}

.bx-cart:before {
	content: "";
}

.bx-cart-alt:before {
	content: "";
}

.bx-cast:before {
	content: "";
}

.bx-category:before {
	content: "";
}

.bx-category-alt:before {
	content: "";
}

.bx-cctv:before {
	content: "";
}

.bx-certification:before {
	content: "";
}

.bx-chair:before {
	content: "";
}

.bx-chalkboard:before {
	content: "";
}

.bx-chart:before {
	content: "";
}

.bx-chat:before {
	content: "";
}

.bx-check:before {
	content: "";
}

.bx-checkbox:before {
	content: "";
}

.bx-checkbox-checked:before {
	content: "";
}

.bx-checkbox-minus:before {
	content: "";
}

.bx-checkbox-square:before {
	content: "";
}

.bx-check-circle:before {
	content: "";
}

.bx-check-double:before {
	content: "";
}

.bx-check-shield:before {
	content: "";
}

.bx-check-square:before {
	content: "";
}

.bx-chevron-down:before {
	content: "";
}

.bx-chevron-down-circle:before {
	content: "";
}

.bx-chevron-down-square:before {
	content: "";
}

.bx-chevron-left:before {
	content: "";
}

.bx-chevron-left-circle:before {
	content: "";
}

.bx-chevron-left-square:before {
	content: "";
}

.bx-chevron-right:before {
	content: "";
}

.bx-chevron-right-circle:before {
	content: "";
}

.bx-chevron-right-square:before {
	content: "";
}

.bx-chevrons-down:before {
	content: "";
}

.bx-chevrons-left:before {
	content: "";
}

.bx-chevrons-right:before {
	content: "";
}

.bx-chevrons-up:before {
	content: "";
}

.bx-chevron-up:before {
	content: "";
}

.bx-chevron-up-circle:before {
	content: "";
}

.bx-chevron-up-square:before {
	content: "";
}

.bx-chip:before {
	content: "";
}

.bx-church:before {
	content: "";
}

.bx-circle:before {
	content: "";
}

.bx-clinic:before {
	content: "";
}

.bx-clipboard:before {
	content: "";
}

.bx-closet:before {
	content: "";
}

.bx-cloud:before {
	content: "";
}

.bx-cloud-download:before {
	content: "";
}

.bx-cloud-drizzle:before {
	content: "";
}

.bx-cloud-lightning:before {
	content: "";
}

.bx-cloud-light-rain:before {
	content: "";
}

.bx-cloud-rain:before {
	content: "";
}

.bx-cloud-snow:before {
	content: "";
}

.bx-cloud-upload:before {
	content: "";
}

.bx-code:before {
	content: "";
}

.bx-code-alt:before {
	content: "";
}

.bx-code-block:before {
	content: "";
}

.bx-code-curly:before {
	content: "";
}

.bx-coffee:before {
	content: "";
}

.bx-coffee-togo:before {
	content: "";
}

.bx-cog:before {
	content: "";
}

.bx-coin:before {
	content: "";
}

.bx-coin-stack:before {
	content: "";
}

.bx-collapse:before {
	content: "";
}

.bx-collection:before {
	content: "";
}

.bx-color-fill:before {
	content: "";
}

.bx-columns:before {
	content: "";
}

.bx-command:before {
	content: "";
}

.bx-comment:before {
	content: "";
}

.bx-comment-add:before {
	content: "";
}

.bx-comment-check:before {
	content: "";
}

.bx-comment-detail:before {
	content: "";
}

.bx-comment-dots:before {
	content: "";
}

.bx-comment-edit:before {
	content: "";
}

.bx-comment-error:before {
	content: "";
}

.bx-comment-minus:before {
	content: "";
}

.bx-comment-x:before {
	content: "";
}

.bx-compass:before {
	content: "";
}

.bx-confused:before {
	content: "";
}

.bx-conversation:before {
	content: "";
}

.bx-cookie:before {
	content: "";
}

.bx-cool:before {
	content: "";
}

.bx-copy:before {
	content: "";
}

.bx-copy-alt:before {
	content: "";
}

.bx-copyright:before {
	content: "";
}

.bx-credit-card:before {
	content: "";
}

.bx-credit-card-alt:before {
	content: "";
}

.bx-credit-card-front:before {
	content: "";
}

.bx-crop:before {
	content: "";
}

.bx-crosshair:before {
	content: "";
}

.bx-crown:before {
	content: "";
}

.bx-cube:before {
	content: "";
}

.bx-cube-alt:before {
	content: "";
}

.bx-cuboid:before {
	content: "";
}

.bx-current-location:before {
	content: "";
}

.bx-customize:before {
	content: "";
}

.bx-cut:before {
	content: "";
}

.bx-cycling:before {
	content: "";
}

.bx-cylinder:before {
	content: "";
}

.bx-data:before {
	content: "";
}

.bx-desktop:before {
	content: "";
}

.bx-detail:before {
	content: "";
}

.bx-devices:before {
	content: "";
}

.bx-dialpad:before {
	content: "";
}

.bx-dialpad-alt:before {
	content: "";
}

.bx-diamond:before {
	content: "";
}

.bx-dice-1:before {
	content: "";
}

.bx-dice-2:before {
	content: "";
}

.bx-dice-3:before {
	content: "";
}

.bx-dice-4:before {
	content: "";
}

.bx-dice-5:before {
	content: "";
}

.bx-dice-6:before {
	content: "";
}

.bx-directions:before {
	content: "";
}

.bx-disc:before {
	content: "";
}

.bx-dish:before {
	content: "";
}

.bx-dislike:before {
	content: "";
}

.bx-dizzy:before {
	content: "";
}

.bx-dna:before {
	content: "";
}

.bx-dock-bottom:before {
	content: "";
}

.bx-dock-left:before {
	content: "";
}

.bx-dock-right:before {
	content: "";
}

.bx-dock-top:before {
	content: "";
}

.bx-dollar:before {
	content: "";
}

.bx-dollar-circle:before {
	content: "";
}

.bx-donate-blood:before {
	content: "";
}

.bx-donate-heart:before {
	content: "";
}

.bx-door-open:before {
	content: "";
}

.bx-dots-horizontal:before {
	content: "";
}

.bx-dots-horizontal-rounded:before {
	content: "";
}

.bx-dots-vertical:before {
	content: "";
}

.bx-dots-vertical-rounded:before {
	content: "";
}

.bx-doughnut-chart:before {
	content: "";
}

.bx-down-arrow:before {
	content: "";
}

.bx-down-arrow-alt:before {
	content: "";
}

.bx-down-arrow-circle:before {
	content: "";
}

.bx-download:before {
	content: "";
}

.bx-downvote:before {
	content: "";
}

.bx-drink:before {
	content: "";
}

.bx-droplet:before {
	content: "";
}

.bx-dumbbell:before {
	content: "";
}

.bx-duplicate:before {
	content: "";
}

.bx-edit:before {
	content: "";
}

.bx-edit-alt:before {
	content: "";
}

.bx-envelope:before {
	content: "";
}

.bx-envelope-open:before {
	content: "";
}

.bx-equalizer:before {
	content: "";
}

.bx-eraser:before {
	content: "";
}

.bx-error:before {
	content: "";
}

.bx-error-alt:before {
	content: "";
}

.bx-error-circle:before {
	content: "";
}

.bx-euro:before {
	content: "";
}

.bx-exclude:before {
	content: "";
}

.bx-exit:before {
	content: "";
}

.bx-exit-fullscreen:before {
	content: "";
}

.bx-expand:before {
	content: "";
}

.bx-expand-alt:before {
	content: "";
}

.bx-export:before {
	content: "";
}

.bx-extension:before {
	content: "";
}

.bx-face:before {
	content: "";
}

.bx-fast-forward:before {
	content: "";
}

.bx-fast-forward-circle:before {
	content: "";
}

.bx-female:before {
	content: "";
}

.bx-female-sign:before {
	content: "";
}

.bx-file:before {
	content: "";
}

.bx-file-blank:before {
	content: "";
}

.bx-file-find:before {
	content: "";
}

.bx-film:before {
	content: "";
}

.bx-filter:before {
	content: "";
}

.bx-filter-alt:before {
	content: "";
}

.bx-fingerprint:before {
	content: "";
}

.bx-first-aid:before {
	content: "";
}

.bx-first-page:before {
	content: "";
}

.bx-flag:before {
	content: "";
}

.bx-folder:before {
	content: "";
}

.bx-folder-minus:before {
	content: "";
}

.bx-folder-open:before {
	content: "";
}

.bx-folder-plus:before {
	content: "";
}

.bx-font:before {
	content: "";
}

.bx-font-color:before {
	content: "";
}

.bx-font-family:before {
	content: "";
}

.bx-font-size:before {
	content: "";
}

.bx-food-menu:before {
	content: "";
}

.bx-food-tag:before {
	content: "";
}

.bx-football:before {
	content: "";
}

.bx-fridge:before {
	content: "";
}

.bx-fullscreen:before {
	content: "";
}

.bx-game:before {
	content: "";
}

.bx-gas-pump:before {
	content: "";
}

.bx-ghost:before {
	content: "";
}

.bx-gift:before {
	content: "";
}

.bx-git-branch:before {
	content: "";
}

.bx-git-commit:before {
	content: "";
}

.bx-git-compare:before {
	content: "";
}

.bx-git-merge:before {
	content: "";
}

.bx-git-pull-request:before {
	content: "";
}

.bx-git-repo-forked:before {
	content: "";
}

.bx-glasses:before {
	content: "";
}

.bx-glasses-alt:before {
	content: "";
}

.bx-globe:before {
	content: "";
}

.bx-globe-alt:before {
	content: "";
}

.bx-grid:before {
	content: "";
}

.bx-grid-alt:before {
	content: "";
}

.bx-grid-horizontal:before {
	content: "";
}

.bx-grid-small:before {
	content: "";
}

.bx-grid-vertical:before {
	content: "";
}

.bx-group:before {
	content: "";
}

.bx-handicap:before {
	content: "";
}

.bx-happy:before {
	content: "";
}

.bx-happy-alt:before {
	content: "";
}

.bx-happy-beaming:before {
	content: "";
}

.bx-happy-heart-eyes:before {
	content: "";
}

.bx-hash:before {
	content: "";
}

.bx-hdd:before {
	content: "";
}

.bx-heading:before {
	content: "";
}

.bx-headphone:before {
	content: "";
}

.bx-health:before {
	content: "";
}

.bx-heart:before {
	content: "";
}

.bx-heart-circle:before {
	content: "";
}

.bx-heart-square:before {
	content: "";
}

.bx-help-circle:before {
	content: "";
}

.bx-hide:before {
	content: "";
}

.bx-highlight:before {
	content: "";
}

.bx-history:before {
	content: "";
}

.bx-hive:before {
	content: "";
}

.bx-home:before {
	content: "";
}

.bx-home-alt:before {
	content: "";
}

.bx-home-circle:before {
	content: "";
}

.bx-home-heart:before {
	content: "";
}

.bx-home-smile:before {
	content: "";
}

.bx-horizontal-center:before {
	content: "";
}

.bx-hotel:before {
	content: "";
}

.bx-hourglass:before {
	content: "";
}

.bx-id-card:before {
	content: "";
}

.bx-image:before {
	content: "";
}

.bx-image-add:before {
	content: "";
}

.bx-image-alt:before {
	content: "";
}

.bx-images:before {
	content: "";
}

.bx-import:before {
	content: "";
}

.bx-infinite:before {
	content: "";
}

.bx-info-circle:before {
	content: "";
}

.bx-info-square:before {
	content: "";
}

.bx-intersect:before {
	content: "";
}

.bx-italic:before {
	content: "";
}

.bx-joystick:before {
	content: "";
}

.bx-joystick-alt:before {
	content: "";
}

.bx-joystick-button:before {
	content: "";
}

.bx-key:before {
	content: "";
}

.bx-label:before {
	content: "";
}

.bx-landscape:before {
	content: "";
}

.bx-laptop:before {
	content: "";
}

.bx-last-page:before {
	content: "";
}

.bx-laugh:before {
	content: "";
}

.bx-layer:before {
	content: "";
}

.bx-layer-minus:before {
	content: "";
}

.bx-layer-plus:before {
	content: "";
}

.bx-layout:before {
	content: "";
}

.bx-left-arrow:before {
	content: "";
}

.bx-left-arrow-alt:before {
	content: "";
}

.bx-left-arrow-circle:before {
	content: "";
}

.bx-left-down-arrow-circle:before {
	content: "";
}

.bx-left-indent:before {
	content: "";
}

.bx-left-top-arrow-circle:before {
	content: "";
}

.bx-library:before {
	content: "";
}

.bx-like:before {
	content: "";
}

.bx-line-chart:before {
	content: "";
}

.bx-line-chart-down:before {
	content: "";
}

.bx-link:before {
	content: "";
}

.bx-link-alt:before {
	content: "";
}

.bx-link-external:before {
	content: "";
}

.bx-lira:before {
	content: "";
}

.bx-list-check:before {
	content: "";
}

.bx-list-minus:before {
	content: "";
}

.bx-list-ol:before {
	content: "";
}

.bx-list-plus:before {
	content: "";
}

.bx-list-ul:before {
	content: "";
}

.bx-loader:before {
	content: "";
}

.bx-loader-alt:before {
	content: "";
}

.bx-loader-circle:before {
	content: "";
}

.bx-location-plus:before {
	content: "";
}

.bx-lock:before {
	content: "";
}

.bx-lock-alt:before {
	content: "";
}

.bx-lock-open:before {
	content: "";
}

.bx-lock-open-alt:before {
	content: "";
}

.bx-log-in:before {
	content: "";
}

.bx-log-in-circle:before {
	content: "";
}

.bx-log-out:before {
	content: "";
}

.bx-log-out-circle:before {
	content: "";
}

.bx-low-vision:before {
	content: "";
}

.bx-magnet:before {
	content: "";
}

.bx-mail-send:before {
	content: "";
}

.bx-male:before {
	content: "";
}

.bx-male-sign:before {
	content: "";
}

.bx-map:before {
	content: "";
}

.bx-map-alt:before {
	content: "";
}

.bx-map-pin:before {
	content: "";
}

.bx-mask:before {
	content: "";
}

.bx-medal:before {
	content: "";
}

.bx-meh:before {
	content: "";
}

.bx-meh-alt:before {
	content: "";
}

.bx-meh-blank:before {
	content: "";
}

.bx-memory-card:before {
	content: "";
}

.bx-menu:before {
	content: "";
}

.bx-menu-alt-left:before {
	content: "";
}

.bx-menu-alt-right:before {
	content: "";
}

.bx-merge:before {
	content: "";
}

.bx-message:before {
	content: "";
}

.bx-message-add:before {
	content: "";
}

.bx-message-alt:before {
	content: "";
}

.bx-message-alt-add:before {
	content: "";
}

.bx-message-alt-check:before {
	content: "";
}

.bx-message-alt-detail:before {
	content: "";
}

.bx-message-alt-dots:before {
	content: "";
}

.bx-message-alt-edit:before {
	content: "";
}

.bx-message-alt-error:before {
	content: "";
}

.bx-message-alt-minus:before {
	content: "";
}

.bx-message-alt-x:before {
	content: "";
}

.bx-message-check:before {
	content: "";
}

.bx-message-detail:before {
	content: "";
}

.bx-message-dots:before {
	content: "";
}

.bx-message-edit:before {
	content: "";
}

.bx-message-error:before {
	content: "";
}

.bx-message-minus:before {
	content: "";
}

.bx-message-rounded:before {
	content: "";
}

.bx-message-rounded-add:before {
	content: "";
}

.bx-message-rounded-check:before {
	content: "";
}

.bx-message-rounded-detail:before {
	content: "";
}

.bx-message-rounded-dots:before {
	content: "";
}

.bx-message-rounded-edit:before {
	content: "";
}

.bx-message-rounded-error:before {
	content: "";
}

.bx-message-rounded-minus:before {
	content: "";
}

.bx-message-rounded-x:before {
	content: "";
}

.bx-message-square:before {
	content: "";
}

.bx-message-square-add:before {
	content: "";
}

.bx-message-square-check:before {
	content: "";
}

.bx-message-square-detail:before {
	content: "";
}

.bx-message-square-dots:before {
	content: "";
}

.bx-message-square-edit:before {
	content: "";
}

.bx-message-square-error:before {
	content: "";
}

.bx-message-square-minus:before {
	content: "";
}

.bx-message-square-x:before {
	content: "";
}

.bx-message-x:before {
	content: "";
}

.bx-meteor:before {
	content: "";
}

.bx-microchip:before {
	content: "";
}

.bx-microphone:before {
	content: "";
}

.bx-microphone-off:before {
	content: "";
}

.bx-minus:before {
	content: "";
}

.bx-minus-back:before {
	content: "";
}

.bx-minus-circle:before {
	content: "";
}

.bx-minus-front:before {
	content: "";
}

.bx-mobile:before {
	content: "";
}

.bx-mobile-alt:before {
	content: "";
}

.bx-mobile-landscape:before {
	content: "";
}

.bx-mobile-vibration:before {
	content: "";
}

.bx-money:before {
	content: "";
}

.bx-moon:before {
	content: "";
}

.bx-mouse:before {
	content: "";
}

.bx-mouse-alt:before {
	content: "";
}

.bx-move:before {
	content: "";
}

.bx-move-horizontal:before {
	content: "";
}

.bx-move-vertical:before {
	content: "";
}

.bx-movie:before {
	content: "";
}

.bx-movie-play:before {
	content: "";
}

.bx-music:before {
	content: "";
}

.bx-navigation:before {
	content: "";
}

.bx-network-chart:before {
	content: "";
}

.bx-news:before {
	content: "";
}

.bx-no-entry:before {
	content: "";
}

.bx-note:before {
	content: "";
}

.bx-notepad:before {
	content: "";
}

.bx-notification:before {
	content: "";
}

.bx-notification-off:before {
	content: "";
}

.bx-outline:before {
	content: "";
}

.bx-package:before {
	content: "";
}

.bx-paint:before {
	content: "";
}

.bx-paint-roll:before {
	content: "";
}

.bx-palette:before {
	content: "";
}

.bx-paperclip:before {
	content: "";
}

.bx-paper-plane:before {
	content: "";
}

.bx-paragraph:before {
	content: "";
}

.bx-paste:before {
	content: "";
}

.bx-pause:before {
	content: "";
}

.bx-pause-circle:before {
	content: "";
}

.bx-pen:before {
	content: "";
}

.bx-pencil:before {
	content: "";
}

.bx-phone:before {
	content: "";
}

.bx-phone-call:before {
	content: "";
}

.bx-phone-incoming:before {
	content: "";
}

.bx-phone-off:before {
	content: "";
}

.bx-phone-outgoing:before {
	content: "";
}

.bx-photo-album:before {
	content: "";
}

.bx-pie-chart:before {
	content: "";
}

.bx-pie-chart-alt:before {
	content: "";
}

.bx-pie-chart-alt-2:before {
	content: "";
}

.bx-pin:before {
	content: "";
}

.bx-planet:before {
	content: "";
}

.bx-play:before {
	content: "";
}

.bx-play-circle:before {
	content: "";
}

.bx-plug:before {
	content: "";
}

.bx-plus:before {
	content: "";
}

.bx-plus-circle:before {
	content: "";
}

.bx-plus-medical:before {
	content: "";
}

.bx-podcast:before {
	content: "";
}

.bx-pointer:before {
	content: "";
}

.bx-poll:before {
	content: "";
}

.bx-polygon:before {
	content: "";
}

.bx-pound:before {
	content: "";
}

.bx-power-off:before {
	content: "";
}

.bx-printer:before {
	content: "";
}

.bx-pulse:before {
	content: "";
}

.bx-purchase-tag:before {
	content: "";
}

.bx-purchase-tag-alt:before {
	content: "";
}

.bx-pyramid:before {
	content: "";
}

.bx-qr:before {
	content: "";
}

.bx-qr-scan:before {
	content: "";
}

.bx-question-mark:before {
	content: "";
}

.bx-radar:before {
	content: "";
}

.bx-radio:before {
	content: "";
}

.bx-radio-circle:before {
	content: "";
}

.bx-radio-circle-marked:before {
	content: "";
}

.bx-receipt:before {
	content: "";
}

.bx-rectangle:before {
	content: "";
}

.bx-recycle:before {
	content: "";
}

.bx-redo:before {
	content: "";
}

.bx-refresh:before {
	content: "";
}

.bx-registered:before {
	content: "";
}

.bx-rename:before {
	content: "";
}

.bx-repeat:before {
	content: "";
}

.bx-reply:before {
	content: "";
}

.bx-reply-all:before {
	content: "";
}

.bx-repost:before {
	content: "";
}

.bx-reset:before {
	content: "";
}

.bx-restaurant:before {
	content: "";
}

.bx-revision:before {
	content: "";
}

.bx-rewind:before {
	content: "";
}

.bx-rewind-circle:before {
	content: "";
}

.bx-right-arrow:before {
	content: "";
}

.bx-right-arrow-alt:before {
	content: "";
}

.bx-right-arrow-circle:before {
	content: "";
}

.bx-right-down-arrow-circle:before {
	content: "";
}

.bx-right-indent:before {
	content: "";
}

.bx-right-top-arrow-circle:before {
	content: "";
}

.bx-rocket:before {
	content: "";
}

.bx-rotate-left:before {
	content: "";
}

.bx-rotate-right:before {
	content: "";
}

.bx-rss:before {
	content: "";
}

.bx-ruble:before {
	content: "";
}

.bx-ruler:before {
	content: "";
}

.bx-run:before {
	content: "";
}

.bx-rupee:before {
	content: "";
}

.bx-sad:before {
	content: "";
}

.bx-save:before {
	content: "";
}

.bx-scan:before {
	content: "";
}

.bx-screenshot:before {
	content: "";
}

.bx-search:before {
	content: "";
}

.bx-search-alt:before {
	content: "";
}

.bx-search-alt-2:before {
	content: "";
}

.bx-selection:before {
	content: "";
}

.bx-select-multiple:before {
	content: "";
}

.bx-send:before {
	content: "";
}

.bx-server:before {
	content: "";
}

.bx-shape-circle:before {
	content: "";
}

.bx-shape-polygon:before {
	content: "";
}

.bx-shape-square:before {
	content: "";
}

.bx-shape-triangle:before {
	content: "";
}

.bx-share:before {
	content: "";
}

.bx-share-alt:before {
	content: "";
}

.bx-shekel:before {
	content: "";
}

.bx-shield:before {
	content: "";
}

.bx-shield-alt:before {
	content: "";
}

.bx-shield-alt-2:before {
	content: "";
}

.bx-shield-quarter:before {
	content: "";
}

.bx-shield-x:before {
	content: "";
}

.bx-shocked:before {
	content: "";
}

.bx-shopping-bag:before {
	content: "";
}

.bx-show:before {
	content: "";
}

.bx-show-alt:before {
	content: "";
}

.bx-shuffle:before {
	content: "";
}

.bx-sidebar:before {
	content: "";
}

.bx-sitemap:before {
	content: "";
}

.bx-skip-next:before {
	content: "";
}

.bx-skip-next-circle:before {
	content: "";
}

.bx-skip-previous:before {
	content: "";
}

.bx-skip-previous-circle:before {
	content: "";
}

.bx-sleepy:before {
	content: "";
}

.bx-slider:before {
	content: "";
}

.bx-slider-alt:before {
	content: "";
}

.bx-slideshow:before {
	content: "";
}

.bx-smile:before {
	content: "";
}

.bx-sort:before {
	content: "";
}

.bx-sort-alt-2:before {
	content: "";
}

.bx-sort-a-z:before {
	content: "";
}

.bx-sort-down:before {
	content: "";
}

.bx-sort-up:before {
	content: "";
}

.bx-sort-z-a:before {
	content: "";
}

.bx-spa:before {
	content: "";
}

.bx-space-bar:before {
	content: "";
}

.bx-speaker:before {
	content: "";
}

.bx-spray-can:before {
	content: "";
}

.bx-spreadsheet:before {
	content: "";
}

.bx-square:before {
	content: "";
}

.bx-square-rounded:before {
	content: "";
}

.bx-star:before {
	content: "";
}

.bx-station:before {
	content: "";
}

.bx-stats:before {
	content: "";
}

.bx-sticker:before {
	content: "";
}

.bx-stop:before {
	content: "";
}

.bx-stop-circle:before {
	content: "";
}

.bx-stopwatch:before {
	content: "";
}

.bx-store:before {
	content: "";
}

.bx-store-alt:before {
	content: "";
}

.bx-street-view:before {
	content: "";
}

.bx-strikethrough:before {
	content: "";
}

.bx-subdirectory-left:before {
	content: "";
}

.bx-subdirectory-right:before {
	content: "";
}

.bx-sun:before {
	content: "";
}

.bx-support:before {
	content: "";
}

.bx-swim:before {
	content: "";
}

.bx-sync:before {
	content: "";
}

.bx-tab:before {
	content: "";
}

.bx-table:before {
	content: "";
}

.bx-tachometer:before {
	content: "";
}

.bx-tag:before {
	content: "";
}

.bx-tag-alt:before {
	content: "";
}

.bx-target-lock:before {
	content: "";
}

.bx-task:before {
	content: "";
}

.bx-task-x:before {
	content: "";
}

.bx-taxi:before {
	content: "";
}

.bx-tennis-ball:before {
	content: "";
}

.bx-terminal:before {
	content: "";
}

.bx-test-tube:before {
	content: "";
}

.bx-text:before {
	content: "";
}

.bx-time:before {
	content: "";
}

.bx-time-five:before {
	content: "";
}

.bx-timer:before {
	content: "";
}

.bx-tired:before {
	content: "";
}

.bx-toggle-left:before {
	content: "";
}

.bx-toggle-right:before {
	content: "";
}

.bx-tone:before {
	content: "";
}

.bx-traffic-cone:before {
	content: "";
}

.bx-train:before {
	content: "";
}

.bx-transfer:before {
	content: "";
}

.bx-transfer-alt:before {
	content: "";
}

.bx-trash:before {
	content: "";
}

.bx-trash-alt:before {
	content: "";
}

.bx-trending-down:before {
	content: "";
}

.bx-trending-up:before {
	content: "";
}

.bx-trim:before {
	content: "";
}

.bx-trip:before {
	content: "";
}

.bx-trophy:before {
	content: "";
}

.bx-tv:before {
	content: "";
}

.bx-underline:before {
	content: "";
}

.bx-undo:before {
	content: "";
}

.bx-unite:before {
	content: "";
}

.bx-unlink:before {
	content: "";
}

.bx-up-arrow:before {
	content: "";
}

.bx-up-arrow-alt:before {
	content: "";
}

.bx-up-arrow-circle:before {
	content: "";
}

.bx-upload:before {
	content: "";
}

.bx-upside-down:before {
	content: "";
}

.bx-upvote:before {
	content: "";
}

.bx-usb:before {
	content: "";
}

.bx-user:before {
	content: "";
}

.bx-user-check:before {
	content: "";
}

.bx-user-circle:before {
	content: "";
}

.bx-user-minus:before {
	content: "";
}

.bx-user-pin:before {
	content: "";
}

.bx-user-plus:before {
	content: "";
}

.bx-user-voice:before {
	content: "";
}

.bx-user-x:before {
	content: "";
}

.bx-vector:before {
	content: "";
}

.bx-vertical-center:before {
	content: "";
}

.bx-vial:before {
	content: "";
}

.bx-video:before {
	content: "";
}

.bx-video-off:before {
	content: "";
}

.bx-video-plus:before {
	content: "";
}

.bx-video-recording:before {
	content: "";
}

.bx-voicemail:before {
	content: "";
}

.bx-volume:before {
	content: "";
}

.bx-volume-full:before {
	content: "";
}

.bx-volume-low:before {
	content: "";
}

.bx-volume-mute:before {
	content: "";
}

.bx-walk:before {
	content: "";
}

.bx-wallet:before {
	content: "";
}

.bx-wallet-alt:before {
	content: "";
}

.bx-water:before {
	content: "";
}

.bx-webcam:before {
	content: "";
}

.bx-wifi:before {
	content: "";
}

.bx-wifi-0:before {
	content: "";
}

.bx-wifi-1:before {
	content: "";
}

.bx-wifi-2:before {
	content: "";
}

.bx-wifi-off:before {
	content: "";
}

.bx-wind:before {
	content: "";
}

.bx-window:before {
	content: "";
}

.bx-window-alt:before {
	content: "";
}

.bx-window-close:before {
	content: "";
}

.bx-window-open:before {
	content: "";
}

.bx-windows:before {
	content: "";
}

.bx-wine:before {
	content: "";
}

.bx-wink-smile:before {
	content: "";
}

.bx-wink-tongue:before {
	content: "";
}

.bx-won:before {
	content: "";
}

.bx-world:before {
	content: "";
}

.bx-wrench:before {
	content: "";
}

.bx-x:before {
	content: "";
}

.bx-x-circle:before {
	content: "";
}

.bx-yen:before {
	content: "";
}

.bx-zoom-in:before {
	content: "";
}

.bx-zoom-out:before {
	content: "";
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes burst {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes burst {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
@-webkit-keyframes flashing {
	0% {
		opacity: 1;
	}
	45% {
		opacity: 0;
	}
	90% {
		opacity: 1;
	}
}
@keyframes flashing {
	0% {
		opacity: 1;
	}
	45% {
		opacity: 0;
	}
	90% {
		opacity: 1;
	}
}
@-webkit-keyframes fade-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
}
@keyframes fade-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
}
@-webkit-keyframes fade-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
}
@keyframes fade-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
}
@-webkit-keyframes fade-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
}
@keyframes fade-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
}
@-webkit-keyframes fade-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}
@keyframes fade-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}
@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
		transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
		transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.bx-spin {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

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

.bx-tada {
	-webkit-animation: tada 1.5s ease infinite;
	animation: tada 1.5s ease infinite;
}

.bx-tada-hover:hover {
	-webkit-animation: tada 1.5s ease infinite;
	animation: tada 1.5s ease infinite;
}

.bx-flashing {
	-webkit-animation: flashing 1.5s infinite linear;
	animation: flashing 1.5s infinite linear;
}

.bx-flashing-hover:hover {
	-webkit-animation: flashing 1.5s infinite linear;
	animation: flashing 1.5s infinite linear;
}

.bx-burst {
	-webkit-animation: burst 1.5s infinite linear;
	animation: burst 1.5s infinite linear;
}

.bx-burst-hover:hover {
	-webkit-animation: burst 1.5s infinite linear;
	animation: burst 1.5s infinite linear;
}

.bx-fade-up {
	-webkit-animation: fade-up 1.5s infinite linear;
	animation: fade-up 1.5s infinite linear;
}

.bx-fade-up-hover:hover {
	-webkit-animation: fade-up 1.5s infinite linear;
	animation: fade-up 1.5s infinite linear;
}

.bx-fade-down {
	-webkit-animation: fade-down 1.5s infinite linear;
	animation: fade-down 1.5s infinite linear;
}

.bx-fade-down-hover:hover {
	-webkit-animation: fade-down 1.5s infinite linear;
	animation: fade-down 1.5s infinite linear;
}

.bx-fade-left {
	-webkit-animation: fade-left 1.5s infinite linear;
	animation: fade-left 1.5s infinite linear;
}

.bx-fade-left-hover:hover {
	-webkit-animation: fade-left 1.5s infinite linear;
	animation: fade-left 1.5s infinite linear;
}

.bx-fade-right {
	-webkit-animation: fade-right 1.5s infinite linear;
	animation: fade-right 1.5s infinite linear;
}

.bx-fade-right-hover:hover {
	-webkit-animation: fade-right 1.5s infinite linear;
	animation: fade-right 1.5s infinite linear;
}

/*
* Remix Icon v2.5.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-05-23
*/
@font-face {
	font-family: "remixicon";
	src: url("fonts/remixicon.eot?t=1590207869815");
	/* IE9*/
	src: url("fonts/remixicon.eot?t=1590207869815#iefix")
			format("embedded-opentype"),
		url("fonts/remixicon.woff2?t=1590207869815") format("woff2"),
		url("fonts/remixicon.woff?t=1590207869815") format("woff"),
		url("fonts/remixicon.ttf?t=1590207869815") format("truetype"),
		url("../fonts/remixicon.svg?t=1590207869815#remixicon") format("svg");
	/* iOS 4.1- */
	font-display: swap;
}
[class^="ri-"],
[class*=" ri-"] {
	font-family: "remixicon" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ri-lg {
	font-size: 1.3333em;
	line-height: 0.75em;
	vertical-align: -0.0667em;
}

.ri-xl {
	font-size: 1.5em;
	line-height: 0.6666em;
	vertical-align: -0.075em;
}

.ri-xxs {
	font-size: 0.5em;
}

.ri-xs {
	font-size: 0.75em;
}

.ri-sm {
	font-size: 0.875em;
}

.ri-1x {
	font-size: 1em;
}

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

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

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

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

.ri-6x {
	font-size: 6em;
}

.ri-7x {
	font-size: 7em;
}

.ri-8x {
	font-size: 8em;
}

.ri-9x {
	font-size: 9em;
}

.ri-10x {
	font-size: 10em;
}

.ri-fw {
	text-align: center;
	width: 1.25em;
}

.ri-24-hours-fill:before {
	content: "";
}

.ri-24-hours-line:before {
	content: "";
}

.ri-4k-fill:before {
	content: "";
}

.ri-4k-line:before {
	content: "";
}

.ri-a-b:before {
	content: "";
}

.ri-account-box-fill:before {
	content: "";
}

.ri-account-box-line:before {
	content: "";
}

.ri-account-circle-fill:before {
	content: "";
}

.ri-account-circle-line:before {
	content: "";
}

.ri-account-pin-box-fill:before {
	content: "";
}

.ri-account-pin-box-line:before {
	content: "";
}

.ri-account-pin-circle-fill:before {
	content: "";
}

.ri-account-pin-circle-line:before {
	content: "";
}

.ri-add-box-fill:before {
	content: "";
}

.ri-add-box-line:before {
	content: "";
}

.ri-add-circle-fill:before {
	content: "";
}

.ri-add-circle-line:before {
	content: "";
}

.ri-add-fill:before {
	content: "";
}

.ri-add-line:before {
	content: "";
}

.ri-admin-fill:before {
	content: "";
}

.ri-admin-line:before {
	content: "";
}

.ri-advertisement-fill:before {
	content: "";
}

.ri-advertisement-line:before {
	content: "";
}

.ri-airplay-fill:before {
	content: "";
}

.ri-airplay-line:before {
	content: "";
}

.ri-alarm-fill:before {
	content: "";
}

.ri-alarm-line:before {
	content: "";
}

.ri-alarm-warning-fill:before {
	content: "";
}

.ri-alarm-warning-line:before {
	content: "";
}

.ri-album-fill:before {
	content: "";
}

.ri-album-line:before {
	content: "";
}

.ri-alert-fill:before {
	content: "";
}

.ri-alert-line:before {
	content: "";
}

.ri-aliens-fill:before {
	content: "";
}

.ri-aliens-line:before {
	content: "";
}

.ri-align-bottom:before {
	content: "";
}

.ri-align-center:before {
	content: "";
}

.ri-align-justify:before {
	content: "";
}

.ri-align-left:before {
	content: "";
}

.ri-align-right:before {
	content: "";
}

.ri-align-top:before {
	content: "";
}

.ri-align-vertically:before {
	content: "";
}

.ri-alipay-fill:before {
	content: "";
}

.ri-alipay-line:before {
	content: "";
}

.ri-amazon-fill:before {
	content: "";
}

.ri-amazon-line:before {
	content: "";
}

.ri-anchor-fill:before {
	content: "";
}

.ri-anchor-line:before {
	content: "";
}

.ri-ancient-gate-fill:before {
	content: "";
}

.ri-ancient-gate-line:before {
	content: "";
}

.ri-ancient-pavilion-fill:before {
	content: "";
}

.ri-ancient-pavilion-line:before {
	content: "";
}

.ri-android-fill:before {
	content: "";
}

.ri-android-line:before {
	content: "";
}

.ri-angularjs-fill:before {
	content: "";
}

.ri-angularjs-line:before {
	content: "";
}

.ri-anticlockwise-2-fill:before {
	content: "";
}

.ri-anticlockwise-2-line:before {
	content: "";
}

.ri-anticlockwise-fill:before {
	content: "";
}

.ri-anticlockwise-line:before {
	content: "";
}

.ri-app-store-fill:before {
	content: "";
}

.ri-app-store-line:before {
	content: "";
}

.ri-apple-fill:before {
	content: "";
}

.ri-apple-line:before {
	content: "";
}

.ri-apps-2-fill:before {
	content: "";
}

.ri-apps-2-line:before {
	content: "";
}

.ri-apps-fill:before {
	content: "";
}

.ri-apps-line:before {
	content: "";
}

.ri-archive-drawer-fill:before {
	content: "";
}

.ri-archive-drawer-line:before {
	content: "";
}

.ri-archive-fill:before {
	content: "";
}

.ri-archive-line:before {
	content: "";
}

.ri-arrow-down-circle-fill:before {
	content: "";
}

.ri-arrow-down-circle-line:before {
	content: "";
}

.ri-arrow-down-fill:before {
	content: "";
}

.ri-arrow-down-line:before {
	content: "";
}

.ri-arrow-down-s-fill:before {
	content: "";
}

.ri-arrow-down-s-line:before {
	content: "";
}

.ri-arrow-drop-down-fill:before {
	content: "";
}

.ri-arrow-drop-down-line:before {
	content: "";
}

.ri-arrow-drop-left-fill:before {
	content: "";
}

.ri-arrow-drop-left-line:before {
	content: "";
}

.ri-arrow-drop-right-fill:before {
	content: "";
}

.ri-arrow-drop-right-line:before {
	content: "";
}

.ri-arrow-drop-up-fill:before {
	content: "";
}

.ri-arrow-drop-up-line:before {
	content: "";
}

.ri-arrow-go-back-fill:before {
	content: "";
}

.ri-arrow-go-back-line:before {
	content: "";
}

.ri-arrow-go-forward-fill:before {
	content: "";
}

.ri-arrow-go-forward-line:before {
	content: "";
}

.ri-arrow-left-circle-fill:before {
	content: "";
}

.ri-arrow-left-circle-line:before {
	content: "";
}

.ri-arrow-left-down-fill:before {
	content: "";
}

.ri-arrow-left-down-line:before {
	content: "";
}

.ri-arrow-left-fill:before {
	content: "";
}

.ri-arrow-left-line:before {
	content: "";
}

.ri-arrow-left-right-fill:before {
	content: "";
}

.ri-arrow-left-right-line:before {
	content: "";
}

.ri-arrow-left-s-fill:before {
	content: "";
}

.ri-arrow-left-s-line:before {
	content: "";
}

.ri-arrow-left-up-fill:before {
	content: "";
}

.ri-arrow-left-up-line:before {
	content: "";
}

.ri-arrow-right-circle-fill:before {
	content: "";
}

.ri-arrow-right-circle-line:before {
	content: "";
}

.ri-arrow-right-down-fill:before {
	content: "";
}

.ri-arrow-right-down-line:before {
	content: "";
}

.ri-arrow-right-fill:before {
	content: "";
}

.ri-arrow-right-line:before {
	content: "";
}

.ri-arrow-right-s-fill:before {
	content: "";
}

.ri-arrow-right-s-line:before {
	content: "";
}

.ri-arrow-right-up-fill:before {
	content: "";
}

.ri-arrow-right-up-line:before {
	content: "";
}

.ri-arrow-up-circle-fill:before {
	content: "";
}

.ri-arrow-up-circle-line:before {
	content: "";
}

.ri-arrow-up-down-fill:before {
	content: "";
}

.ri-arrow-up-down-line:before {
	content: "";
}

.ri-arrow-up-fill:before {
	content: "";
}

.ri-arrow-up-line:before {
	content: "";
}

.ri-arrow-up-s-fill:before {
	content: "";
}

.ri-arrow-up-s-line:before {
	content: "";
}

.ri-artboard-2-fill:before {
	content: "";
}

.ri-artboard-2-line:before {
	content: "";
}

.ri-artboard-fill:before {
	content: "";
}

.ri-artboard-line:before {
	content: "";
}

.ri-article-fill:before {
	content: "";
}

.ri-article-line:before {
	content: "";
}

.ri-aspect-ratio-fill:before {
	content: "";
}

.ri-aspect-ratio-line:before {
	content: "";
}

.ri-asterisk:before {
	content: "";
}

.ri-at-fill:before {
	content: "";
}

.ri-at-line:before {
	content: "";
}

.ri-attachment-2:before {
	content: "";
}

.ri-attachment-fill:before {
	content: "";
}

.ri-attachment-line:before {
	content: "";
}

.ri-auction-fill:before {
	content: "";
}

.ri-auction-line:before {
	content: "";
}

.ri-award-fill:before {
	content: "";
}

.ri-award-line:before {
	content: "";
}

.ri-baidu-fill:before {
	content: "";
}

.ri-baidu-line:before {
	content: "";
}

.ri-ball-pen-fill:before {
	content: "";
}

.ri-ball-pen-line:before {
	content: "";
}

.ri-bank-card-2-fill:before {
	content: "";
}

.ri-bank-card-2-line:before {
	content: "";
}

.ri-bank-card-fill:before {
	content: "";
}

.ri-bank-card-line:before {
	content: "";
}

.ri-bank-fill:before {
	content: "";
}

.ri-bank-line:before {
	content: "";
}

.ri-bar-chart-2-fill:before {
	content: "";
}

.ri-bar-chart-2-line:before {
	content: "";
}

.ri-bar-chart-box-fill:before {
	content: "";
}

.ri-bar-chart-box-line:before {
	content: "";
}

.ri-bar-chart-fill:before {
	content: "";
}

.ri-bar-chart-grouped-fill:before {
	content: "";
}

.ri-bar-chart-grouped-line:before {
	content: "";
}

.ri-bar-chart-horizontal-fill:before {
	content: "";
}

.ri-bar-chart-horizontal-line:before {
	content: "";
}

.ri-bar-chart-line:before {
	content: "";
}

.ri-barcode-box-fill:before {
	content: "";
}

.ri-barcode-box-line:before {
	content: "";
}

.ri-barcode-fill:before {
	content: "";
}

.ri-barcode-line:before {
	content: "";
}

.ri-barricade-fill:before {
	content: "";
}

.ri-barricade-line:before {
	content: "";
}

.ri-base-station-fill:before {
	content: "";
}

.ri-base-station-line:before {
	content: "";
}

.ri-basketball-fill:before {
	content: "";
}

.ri-basketball-line:before {
	content: "";
}

.ri-battery-2-charge-fill:before {
	content: "";
}

.ri-battery-2-charge-line:before {
	content: "";
}

.ri-battery-2-fill:before {
	content: "";
}

.ri-battery-2-line:before {
	content: "";
}

.ri-battery-charge-fill:before {
	content: "";
}

.ri-battery-charge-line:before {
	content: "";
}

.ri-battery-fill:before {
	content: "";
}

.ri-battery-line:before {
	content: "";
}

.ri-battery-low-fill:before {
	content: "";
}

.ri-battery-low-line:before {
	content: "";
}

.ri-battery-saver-fill:before {
	content: "";
}

.ri-battery-saver-line:before {
	content: "";
}

.ri-battery-share-fill:before {
	content: "";
}

.ri-battery-share-line:before {
	content: "";
}

.ri-bear-smile-fill:before {
	content: "";
}

.ri-bear-smile-line:before {
	content: "";
}

.ri-behance-fill:before {
	content: "";
}

.ri-behance-line:before {
	content: "";
}

.ri-bell-fill:before {
	content: "";
}

.ri-bell-line:before {
	content: "";
}

.ri-bike-fill:before {
	content: "";
}

.ri-bike-line:before {
	content: "";
}

.ri-bilibili-fill:before {
	content: "";
}

.ri-bilibili-line:before {
	content: "";
}

.ri-bill-fill:before {
	content: "";
}

.ri-bill-line:before {
	content: "";
}

.ri-billiards-fill:before {
	content: "";
}

.ri-billiards-line:before {
	content: "";
}

.ri-bit-coin-fill:before {
	content: "";
}

.ri-bit-coin-line:before {
	content: "";
}

.ri-blaze-fill:before {
	content: "";
}

.ri-blaze-line:before {
	content: "";
}

.ri-bluetooth-connect-fill:before {
	content: "";
}

.ri-bluetooth-connect-line:before {
	content: "";
}

.ri-bluetooth-fill:before {
	content: "";
}

.ri-bluetooth-line:before {
	content: "";
}

.ri-blur-off-fill:before {
	content: "";
}

.ri-blur-off-line:before {
	content: "";
}

.ri-body-scan-fill:before {
	content: "";
}

.ri-body-scan-line:before {
	content: "";
}

.ri-bold:before {
	content: "";
}

.ri-book-2-fill:before {
	content: "";
}

.ri-book-2-line:before {
	content: "";
}

.ri-book-3-fill:before {
	content: "";
}

.ri-book-3-line:before {
	content: "";
}

.ri-book-fill:before {
	content: "";
}

.ri-book-line:before {
	content: "";
}

.ri-book-mark-fill:before {
	content: "";
}

.ri-book-mark-line:before {
	content: "";
}

.ri-book-open-fill:before {
	content: "";
}

.ri-book-open-line:before {
	content: "";
}

.ri-book-read-fill:before {
	content: "";
}

.ri-book-read-line:before {
	content: "";
}

.ri-booklet-fill:before {
	content: "";
}

.ri-booklet-line:before {
	content: "";
}

.ri-bookmark-2-fill:before {
	content: "";
}

.ri-bookmark-2-line:before {
	content: "";
}

.ri-bookmark-3-fill:before {
	content: "";
}

.ri-bookmark-3-line:before {
	content: "";
}

.ri-bookmark-fill:before {
	content: "";
}

.ri-bookmark-line:before {
	content: "";
}

.ri-boxing-fill:before {
	content: "";
}

.ri-boxing-line:before {
	content: "";
}

.ri-braces-fill:before {
	content: "";
}

.ri-braces-line:before {
	content: "";
}

.ri-brackets-fill:before {
	content: "";
}

.ri-brackets-line:before {
	content: "";
}

.ri-briefcase-2-fill:before {
	content: "";
}

.ri-briefcase-2-line:before {
	content: "";
}

.ri-briefcase-3-fill:before {
	content: "";
}

.ri-briefcase-3-line:before {
	content: "";
}

.ri-briefcase-4-fill:before {
	content: "";
}

.ri-briefcase-4-line:before {
	content: "";
}

.ri-briefcase-5-fill:before {
	content: "";
}

.ri-briefcase-5-line:before {
	content: "";
}

.ri-briefcase-fill:before {
	content: "";
}

.ri-briefcase-line:before {
	content: "";
}

.ri-bring-forward:before {
	content: "";
}

.ri-bring-to-front:before {
	content: "";
}

.ri-broadcast-fill:before {
	content: "";
}

.ri-broadcast-line:before {
	content: "";
}

.ri-brush-2-fill:before {
	content: "";
}

.ri-brush-2-line:before {
	content: "";
}

.ri-brush-3-fill:before {
	content: "";
}

.ri-brush-3-line:before {
	content: "";
}

.ri-brush-4-fill:before {
	content: "";
}

.ri-brush-4-line:before {
	content: "";
}

.ri-brush-fill:before {
	content: "";
}

.ri-brush-line:before {
	content: "";
}

.ri-bubble-chart-fill:before {
	content: "";
}

.ri-bubble-chart-line:before {
	content: "";
}

.ri-bug-2-fill:before {
	content: "";
}

.ri-bug-2-line:before {
	content: "";
}

.ri-bug-fill:before {
	content: "";
}

.ri-bug-line:before {
	content: "";
}

.ri-building-2-fill:before {
	content: "";
}

.ri-building-2-line:before {
	content: "";
}

.ri-building-3-fill:before {
	content: "";
}

.ri-building-3-line:before {
	content: "";
}

.ri-building-4-fill:before {
	content: "";
}

.ri-building-4-line:before {
	content: "";
}

.ri-building-fill:before {
	content: "";
}

.ri-building-line:before {
	content: "";
}

.ri-bus-2-fill:before {
	content: "";
}

.ri-bus-2-line:before {
	content: "";
}

.ri-bus-fill:before {
	content: "";
}

.ri-bus-line:before {
	content: "";
}

.ri-bus-wifi-fill:before {
	content: "";
}

.ri-bus-wifi-line:before {
	content: "";
}

.ri-cactus-fill:before {
	content: "";
}

.ri-cactus-line:before {
	content: "";
}

.ri-cake-2-fill:before {
	content: "";
}

.ri-cake-2-line:before {
	content: "";
}

.ri-cake-3-fill:before {
	content: "";
}

.ri-cake-3-line:before {
	content: "";
}

.ri-cake-fill:before {
	content: "";
}

.ri-cake-line:before {
	content: "";
}

.ri-calculator-fill:before {
	content: "";
}

.ri-calculator-line:before {
	content: "";
}

.ri-calendar-2-fill:before {
	content: "";
}

.ri-calendar-2-line:before {
	content: "";
}

.ri-calendar-check-fill:before {
	content: "";
}

.ri-calendar-check-line:before {
	content: "";
}

.ri-calendar-event-fill:before {
	content: "";
}

.ri-calendar-event-line:before {
	content: "";
}

.ri-calendar-fill:before {
	content: "";
}

.ri-calendar-line:before {
	content: "";
}

.ri-calendar-todo-fill:before {
	content: "";
}

.ri-calendar-todo-line:before {
	content: "";
}

.ri-camera-2-fill:before {
	content: "";
}

.ri-camera-2-line:before {
	content: "";
}

.ri-camera-3-fill:before {
	content: "";
}

.ri-camera-3-line:before {
	content: "";
}

.ri-camera-fill:before {
	content: "";
}

.ri-camera-lens-fill:before {
	content: "";
}

.ri-camera-lens-line:before {
	content: "";
}

.ri-camera-line:before {
	content: "";
}

.ri-camera-off-fill:before {
	content: "";
}

.ri-camera-off-line:before {
	content: "";
}

.ri-camera-switch-fill:before {
	content: "";
}

.ri-camera-switch-line:before {
	content: "";
}

.ri-capsule-fill:before {
	content: "";
}

.ri-capsule-line:before {
	content: "";
}

.ri-car-fill:before {
	content: "";
}

.ri-car-line:before {
	content: "";
}

.ri-car-washing-fill:before {
	content: "";
}

.ri-car-washing-line:before {
	content: "";
}

.ri-caravan-fill:before {
	content: "";
}

.ri-caravan-line:before {
	content: "";
}

.ri-cast-fill:before {
	content: "";
}

.ri-cast-line:before {
	content: "";
}

.ri-cellphone-fill:before {
	content: "";
}

.ri-cellphone-line:before {
	content: "";
}

.ri-celsius-fill:before {
	content: "";
}

.ri-celsius-line:before {
	content: "";
}

.ri-centos-fill:before {
	content: "";
}

.ri-centos-line:before {
	content: "";
}

.ri-character-recognition-fill:before {
	content: "";
}

.ri-character-recognition-line:before {
	content: "";
}

.ri-charging-pile-2-fill:before {
	content: "";
}

.ri-charging-pile-2-line:before {
	content: "";
}

.ri-charging-pile-fill:before {
	content: "";
}

.ri-charging-pile-line:before {
	content: "";
}

.ri-chat-1-fill:before {
	content: "";
}

.ri-chat-1-line:before {
	content: "";
}

.ri-chat-2-fill:before {
	content: "";
}

.ri-chat-2-line:before {
	content: "";
}

.ri-chat-3-fill:before {
	content: "";
}

.ri-chat-3-line:before {
	content: "";
}

.ri-chat-4-fill:before {
	content: "";
}

.ri-chat-4-line:before {
	content: "";
}

.ri-chat-check-fill:before {
	content: "";
}

.ri-chat-check-line:before {
	content: "";
}

.ri-chat-delete-fill:before {
	content: "";
}

.ri-chat-delete-line:before {
	content: "";
}

.ri-chat-download-fill:before {
	content: "";
}

.ri-chat-download-line:before {
	content: "";
}

.ri-chat-follow-up-fill:before {
	content: "";
}

.ri-chat-follow-up-line:before {
	content: "";
}

.ri-chat-forward-fill:before {
	content: "";
}

.ri-chat-forward-line:before {
	content: "";
}

.ri-chat-heart-fill:before {
	content: "";
}

.ri-chat-heart-line:before {
	content: "";
}

.ri-chat-history-fill:before {
	content: "";
}

.ri-chat-history-line:before {
	content: "";
}

.ri-chat-new-fill:before {
	content: "";
}

.ri-chat-new-line:before {
	content: "";
}

.ri-chat-off-fill:before {
	content: "";
}

.ri-chat-off-line:before {
	content: "";
}

.ri-chat-poll-fill:before {
	content: "";
}

.ri-chat-poll-line:before {
	content: "";
}

.ri-chat-private-fill:before {
	content: "";
}

.ri-chat-private-line:before {
	content: "";
}

.ri-chat-quote-fill:before {
	content: "";
}

.ri-chat-quote-line:before {
	content: "";
}

.ri-chat-settings-fill:before {
	content: "";
}

.ri-chat-settings-line:before {
	content: "";
}

.ri-chat-smile-2-fill:before {
	content: "";
}

.ri-chat-smile-2-line:before {
	content: "";
}

.ri-chat-smile-3-fill:before {
	content: "";
}

.ri-chat-smile-3-line:before {
	content: "";
}

.ri-chat-smile-fill:before {
	content: "";
}

.ri-chat-smile-line:before {
	content: "";
}

.ri-chat-upload-fill:before {
	content: "";
}

.ri-chat-upload-line:before {
	content: "";
}

.ri-chat-voice-fill:before {
	content: "";
}

.ri-chat-voice-line:before {
	content: "";
}

.ri-check-double-fill:before {
	content: "";
}

.ri-check-double-line:before {
	content: "";
}

.ri-check-fill:before {
	content: "";
}

.ri-check-line:before {
	content: "";
}

.ri-checkbox-blank-circle-fill:before {
	content: "";
}

.ri-checkbox-blank-circle-line:before {
	content: "";
}

.ri-checkbox-blank-fill:before {
	content: "";
}

.ri-checkbox-blank-line:before {
	content: "";
}

.ri-checkbox-circle-fill:before {
	content: "";
}

.ri-checkbox-circle-line:before {
	content: "";
}

.ri-checkbox-fill:before {
	content: "";
}

.ri-checkbox-indeterminate-fill:before {
	content: "";
}

.ri-checkbox-indeterminate-line:before {
	content: "";
}

.ri-checkbox-line:before {
	content: "";
}

.ri-checkbox-multiple-blank-fill:before {
	content: "";
}

.ri-checkbox-multiple-blank-line:before {
	content: "";
}

.ri-checkbox-multiple-fill:before {
	content: "";
}

.ri-checkbox-multiple-line:before {
	content: "";
}

.ri-china-railway-fill:before {
	content: "";
}

.ri-china-railway-line:before {
	content: "";
}

.ri-chrome-fill:before {
	content: "";
}

.ri-chrome-line:before {
	content: "";
}

.ri-clapperboard-fill:before {
	content: "";
}

.ri-clapperboard-line:before {
	content: "";
}

.ri-clipboard-fill:before {
	content: "";
}

.ri-clipboard-line:before {
	content: "";
}

.ri-clockwise-2-fill:before {
	content: "";
}

.ri-clockwise-2-line:before {
	content: "";
}

.ri-clockwise-fill:before {
	content: "";
}

.ri-clockwise-line:before {
	content: "";
}

.ri-close-circle-fill:before {
	content: "";
}

.ri-close-circle-line:before {
	content: "";
}

.ri-close-fill:before {
	content: "";
}

.ri-close-line:before {
	content: "";
}

.ri-closed-captioning-fill:before {
	content: "";
}

.ri-closed-captioning-line:before {
	content: "";
}

.ri-cloud-fill:before {
	content: "";
}

.ri-cloud-line:before {
	content: "";
}

.ri-cloud-off-fill:before {
	content: "";
}

.ri-cloud-off-line:before {
	content: "";
}

.ri-cloud-windy-fill:before {
	content: "";
}

.ri-cloud-windy-line:before {
	content: "";
}

.ri-cloudy-2-fill:before {
	content: "";
}

.ri-cloudy-2-line:before {
	content: "";
}

.ri-cloudy-fill:before {
	content: "";
}

.ri-cloudy-line:before {
	content: "";
}

.ri-code-box-fill:before {
	content: "";
}

.ri-code-box-line:before {
	content: "";
}

.ri-code-fill:before {
	content: "";
}

.ri-code-line:before {
	content: "";
}

.ri-code-s-fill:before {
	content: "";
}

.ri-code-s-line:before {
	content: "";
}

.ri-code-s-slash-fill:before {
	content: "";
}

.ri-code-s-slash-line:before {
	content: "";
}

.ri-code-view:before {
	content: "";
}

.ri-codepen-fill:before {
	content: "";
}

.ri-codepen-line:before {
	content: "";
}

.ri-coin-fill:before {
	content: "";
}

.ri-coin-line:before {
	content: "";
}

.ri-coins-fill:before {
	content: "";
}

.ri-coins-line:before {
	content: "";
}

.ri-collage-fill:before {
	content: "";
}

.ri-collage-line:before {
	content: "";
}

.ri-command-fill:before {
	content: "";
}

.ri-command-line:before {
	content: "";
}

.ri-community-fill:before {
	content: "";
}

.ri-community-line:before {
	content: "";
}

.ri-compass-2-fill:before {
	content: "";
}

.ri-compass-2-line:before {
	content: "";
}

.ri-compass-3-fill:before {
	content: "";
}

.ri-compass-3-line:before {
	content: "";
}

.ri-compass-4-fill:before {
	content: "";
}

.ri-compass-4-line:before {
	content: "";
}

.ri-compass-discover-fill:before {
	content: "";
}

.ri-compass-discover-line:before {
	content: "";
}

.ri-compass-fill:before {
	content: "";
}

.ri-compass-line:before {
	content: "";
}

.ri-compasses-2-fill:before {
	content: "";
}

.ri-compasses-2-line:before {
	content: "";
}

.ri-compasses-fill:before {
	content: "";
}

.ri-compasses-line:before {
	content: "";
}

.ri-computer-fill:before {
	content: "";
}

.ri-computer-line:before {
	content: "";
}

.ri-contacts-book-2-fill:before {
	content: "";
}

.ri-contacts-book-2-line:before {
	content: "";
}

.ri-contacts-book-fill:before {
	content: "";
}

.ri-contacts-book-line:before {
	content: "";
}

.ri-contacts-book-upload-fill:before {
	content: "";
}

.ri-contacts-book-upload-line:before {
	content: "";
}

.ri-contacts-fill:before {
	content: "";
}

.ri-contacts-line:before {
	content: "";
}

.ri-contrast-2-fill:before {
	content: "";
}

.ri-contrast-2-line:before {
	content: "";
}

.ri-contrast-drop-2-fill:before {
	content: "";
}

.ri-contrast-drop-2-line:before {
	content: "";
}

.ri-contrast-drop-fill:before {
	content: "";
}

.ri-contrast-drop-line:before {
	content: "";
}

.ri-contrast-fill:before {
	content: "";
}

.ri-contrast-line:before {
	content: "";
}

.ri-copper-coin-fill:before {
	content: "";
}

.ri-copper-coin-line:before {
	content: "";
}

.ri-copper-diamond-fill:before {
	content: "";
}

.ri-copper-diamond-line:before {
	content: "";
}

.ri-copyleft-fill:before {
	content: "";
}

.ri-copyleft-line:before {
	content: "";
}

.ri-copyright-fill:before {
	content: "";
}

.ri-copyright-line:before {
	content: "";
}

.ri-coreos-fill:before {
	content: "";
}

.ri-coreos-line:before {
	content: "";
}

.ri-coupon-2-fill:before {
	content: "";
}

.ri-coupon-2-line:before {
	content: "";
}

.ri-coupon-3-fill:before {
	content: "";
}

.ri-coupon-3-line:before {
	content: "";
}

.ri-coupon-4-fill:before {
	content: "";
}

.ri-coupon-4-line:before {
	content: "";
}

.ri-coupon-5-fill:before {
	content: "";
}

.ri-coupon-5-line:before {
	content: "";
}

.ri-coupon-fill:before {
	content: "";
}

.ri-coupon-line:before {
	content: "";
}

.ri-cpu-fill:before {
	content: "";
}

.ri-cpu-line:before {
	content: "";
}

.ri-creative-commons-by-fill:before {
	content: "";
}

.ri-creative-commons-by-line:before {
	content: "";
}

.ri-creative-commons-fill:before {
	content: "";
}

.ri-creative-commons-line:before {
	content: "";
}

.ri-creative-commons-nc-fill:before {
	content: "";
}

.ri-creative-commons-nc-line:before {
	content: "";
}

.ri-creative-commons-nd-fill:before {
	content: "";
}

.ri-creative-commons-nd-line:before {
	content: "";
}

.ri-creative-commons-sa-fill:before {
	content: "";
}

.ri-creative-commons-sa-line:before {
	content: "";
}

.ri-creative-commons-zero-fill:before {
	content: "";
}

.ri-creative-commons-zero-line:before {
	content: "";
}

.ri-criminal-fill:before {
	content: "";
}

.ri-criminal-line:before {
	content: "";
}

.ri-crop-2-fill:before {
	content: "";
}

.ri-crop-2-line:before {
	content: "";
}

.ri-crop-fill:before {
	content: "";
}

.ri-crop-line:before {
	content: "";
}

.ri-css3-fill:before {
	content: "";
}

.ri-css3-line:before {
	content: "";
}

.ri-cup-fill:before {
	content: "";
}

.ri-cup-line:before {
	content: "";
}

.ri-currency-fill:before {
	content: "";
}

.ri-currency-line:before {
	content: "";
}

.ri-cursor-fill:before {
	content: "";
}

.ri-cursor-line:before {
	content: "";
}

.ri-customer-service-2-fill:before {
	content: "";
}

.ri-customer-service-2-line:before {
	content: "";
}

.ri-customer-service-fill:before {
	content: "";
}

.ri-customer-service-line:before {
	content: "";
}

.ri-dashboard-2-fill:before {
	content: "";
}

.ri-dashboard-2-line:before {
	content: "";
}

.ri-dashboard-3-fill:before {
	content: "";
}

.ri-dashboard-3-line:before {
	content: "";
}

.ri-dashboard-fill:before {
	content: "";
}

.ri-dashboard-line:before {
	content: "";
}

.ri-database-2-fill:before {
	content: "";
}

.ri-database-2-line:before {
	content: "";
}

.ri-database-fill:before {
	content: "";
}

.ri-database-line:before {
	content: "";
}

.ri-delete-back-2-fill:before {
	content: "";
}

.ri-delete-back-2-line:before {
	content: "";
}

.ri-delete-back-fill:before {
	content: "";
}

.ri-delete-back-line:before {
	content: "";
}

.ri-delete-bin-2-fill:before {
	content: "";
}

.ri-delete-bin-2-line:before {
	content: "";
}

.ri-delete-bin-3-fill:before {
	content: "";
}

.ri-delete-bin-3-line:before {
	content: "";
}

.ri-delete-bin-4-fill:before {
	content: "";
}

.ri-delete-bin-4-line:before {
	content: "";
}

.ri-delete-bin-5-fill:before {
	content: "";
}

.ri-delete-bin-5-line:before {
	content: "";
}

.ri-delete-bin-6-fill:before {
	content: "";
}

.ri-delete-bin-6-line:before {
	content: "";
}

.ri-delete-bin-7-fill:before {
	content: "";
}

.ri-delete-bin-7-line:before {
	content: "";
}

.ri-delete-bin-fill:before {
	content: "";
}

.ri-delete-bin-line:before {
	content: "";
}

.ri-delete-column:before {
	content: "";
}

.ri-delete-row:before {
	content: "";
}

.ri-device-fill:before {
	content: "";
}

.ri-device-line:before {
	content: "";
}

.ri-device-recover-fill:before {
	content: "";
}

.ri-device-recover-line:before {
	content: "";
}

.ri-dingding-fill:before {
	content: "";
}

.ri-dingding-line:before {
	content: "";
}

.ri-direction-fill:before {
	content: "";
}

.ri-direction-line:before {
	content: "";
}

.ri-disc-fill:before {
	content: "";
}

.ri-disc-line:before {
	content: "";
}

.ri-discord-fill:before {
	content: "";
}

.ri-discord-line:before {
	content: "";
}

.ri-discuss-fill:before {
	content: "";
}

.ri-discuss-line:before {
	content: "";
}

.ri-dislike-fill:before {
	content: "";
}

.ri-dislike-line:before {
	content: "";
}

.ri-disqus-fill:before {
	content: "";
}

.ri-disqus-line:before {
	content: "";
}

.ri-divide-fill:before {
	content: "";
}

.ri-divide-line:before {
	content: "";
}

.ri-donut-chart-fill:before {
	content: "";
}

.ri-donut-chart-line:before {
	content: "";
}

.ri-door-closed-fill:before {
	content: "";
}

.ri-door-closed-line:before {
	content: "";
}

.ri-door-fill:before {
	content: "";
}

.ri-door-line:before {
	content: "";
}

.ri-door-lock-box-fill:before {
	content: "";
}

.ri-door-lock-box-line:before {
	content: "";
}

.ri-door-lock-fill:before {
	content: "";
}

.ri-door-lock-line:before {
	content: "";
}

.ri-door-open-fill:before {
	content: "";
}

.ri-door-open-line:before {
	content: "";
}

.ri-dossier-fill:before {
	content: "";
}

.ri-dossier-line:before {
	content: "";
}

.ri-douban-fill:before {
	content: "";
}

.ri-douban-line:before {
	content: "";
}

.ri-double-quotes-l:before {
	content: "";
}

.ri-double-quotes-r:before {
	content: "";
}

.ri-download-2-fill:before {
	content: "";
}

.ri-download-2-line:before {
	content: "";
}

.ri-download-cloud-2-fill:before {
	content: "";
}

.ri-download-cloud-2-line:before {
	content: "";
}

.ri-download-cloud-fill:before {
	content: "";
}

.ri-download-cloud-line:before {
	content: "";
}

.ri-download-fill:before {
	content: "";
}

.ri-download-line:before {
	content: "";
}

.ri-draft-fill:before {
	content: "";
}

.ri-draft-line:before {
	content: "";
}

.ri-drag-drop-fill:before {
	content: "";
}

.ri-drag-drop-line:before {
	content: "";
}

.ri-drag-move-2-fill:before {
	content: "";
}

.ri-drag-move-2-line:before {
	content: "";
}

.ri-drag-move-fill:before {
	content: "";
}

.ri-drag-move-line:before {
	content: "";
}

.ri-dribbble-fill:before {
	content: "";
}

.ri-dribbble-line:before {
	content: "";
}

.ri-drive-fill:before {
	content: "";
}

.ri-drive-line:before {
	content: "";
}

.ri-drizzle-fill:before {
	content: "";
}

.ri-drizzle-line:before {
	content: "";
}

.ri-drop-fill:before {
	content: "";
}

.ri-drop-line:before {
	content: "";
}

.ri-dropbox-fill:before {
	content: "";
}

.ri-dropbox-line:before {
	content: "";
}

.ri-dual-sim-1-fill:before {
	content: "";
}

.ri-dual-sim-1-line:before {
	content: "";
}

.ri-dual-sim-2-fill:before {
	content: "";
}

.ri-dual-sim-2-line:before {
	content: "";
}

.ri-dv-fill:before {
	content: "";
}

.ri-dv-line:before {
	content: "";
}

.ri-dvd-fill:before {
	content: "";
}

.ri-dvd-line:before {
	content: "";
}

.ri-e-bike-2-fill:before {
	content: "";
}

.ri-e-bike-2-line:before {
	content: "";
}

.ri-e-bike-fill:before {
	content: "";
}

.ri-e-bike-line:before {
	content: "";
}

.ri-earth-fill:before {
	content: "";
}

.ri-earth-line:before {
	content: "";
}

.ri-earthquake-fill:before {
	content: "";
}

.ri-earthquake-line:before {
	content: "";
}

.ri-edge-fill:before {
	content: "";
}

.ri-edge-line:before {
	content: "";
}

.ri-edit-2-fill:before {
	content: "";
}

.ri-edit-2-line:before {
	content: "";
}

.ri-edit-box-fill:before {
	content: "";
}

.ri-edit-box-line:before {
	content: "";
}

.ri-edit-circle-fill:before {
	content: "";
}

.ri-edit-circle-line:before {
	content: "";
}

.ri-edit-fill:before {
	content: "";
}

.ri-edit-line:before {
	content: "";
}

.ri-eject-fill:before {
	content: "";
}

.ri-eject-line:before {
	content: "";
}

.ri-emotion-2-fill:before {
	content: "";
}

.ri-emotion-2-line:before {
	content: "";
}

.ri-emotion-fill:before {
	content: "";
}

.ri-emotion-happy-fill:before {
	content: "";
}

.ri-emotion-happy-line:before {
	content: "";
}

.ri-emotion-laugh-fill:before {
	content: "";
}

.ri-emotion-laugh-line:before {
	content: "";
}

.ri-emotion-line:before {
	content: "";
}

.ri-emotion-normal-fill:before {
	content: "";
}

.ri-emotion-normal-line:before {
	content: "";
}

.ri-emotion-sad-fill:before {
	content: "";
}

.ri-emotion-sad-line:before {
	content: "";
}

.ri-emotion-unhappy-fill:before {
	content: "";
}

.ri-emotion-unhappy-line:before {
	content: "";
}

.ri-empathize-fill:before {
	content: "";
}

.ri-empathize-line:before {
	content: "";
}

.ri-emphasis-cn:before {
	content: "";
}

.ri-emphasis:before {
	content: "";
}

.ri-english-input:before {
	content: "";
}

.ri-equalizer-fill:before {
	content: "";
}

.ri-equalizer-line:before {
	content: "";
}

.ri-eraser-fill:before {
	content: "";
}

.ri-eraser-line:before {
	content: "";
}

.ri-error-warning-fill:before {
	content: "";
}

.ri-error-warning-line:before {
	content: "";
}

.ri-evernote-fill:before {
	content: "";
}

.ri-evernote-line:before {
	content: "";
}

.ri-exchange-box-fill:before {
	content: "";
}

.ri-exchange-box-line:before {
	content: "";
}

.ri-exchange-cny-fill:before {
	content: "";
}

.ri-exchange-cny-line:before {
	content: "";
}

.ri-exchange-dollar-fill:before {
	content: "";
}

.ri-exchange-dollar-line:before {
	content: "";
}

.ri-exchange-fill:before {
	content: "";
}

.ri-exchange-funds-fill:before {
	content: "";
}

.ri-exchange-funds-line:before {
	content: "";
}

.ri-exchange-line:before {
	content: "";
}

.ri-external-link-fill:before {
	content: "";
}

.ri-external-link-line:before {
	content: "";
}

.ri-eye-2-fill:before {
	content: "";
}

.ri-eye-2-line:before {
	content: "";
}

.ri-eye-close-fill:before {
	content: "";
}

.ri-eye-close-line:before {
	content: "";
}

.ri-eye-fill:before {
	content: "";
}

.ri-eye-line:before {
	content: "";
}

.ri-eye-off-fill:before {
	content: "";
}

.ri-eye-off-line:before {
	content: "";
}

.ri-facebook-box-fill:before {
	content: "";
}

.ri-facebook-box-line:before {
	content: "";
}

.ri-facebook-circle-fill:before {
	content: "";
}

.ri-facebook-circle-line:before {
	content: "";
}

.ri-facebook-fill:before {
	content: "";
}

.ri-facebook-line:before {
	content: "";
}

.ri-fahrenheit-fill:before {
	content: "";
}

.ri-fahrenheit-line:before {
	content: "";
}

.ri-feedback-fill:before {
	content: "";
}

.ri-feedback-line:before {
	content: "";
}

.ri-file-2-fill:before {
	content: "";
}

.ri-file-2-line:before {
	content: "";
}

.ri-file-3-fill:before {
	content: "";
}

.ri-file-3-line:before {
	content: "";
}

.ri-file-4-fill:before {
	content: "";
}

.ri-file-4-line:before {
	content: "";
}

.ri-file-add-fill:before {
	content: "";
}

.ri-file-add-line:before {
	content: "";
}

.ri-file-chart-2-fill:before {
	content: "";
}

.ri-file-chart-2-line:before {
	content: "";
}

.ri-file-chart-fill:before {
	content: "";
}

.ri-file-chart-line:before {
	content: "";
}

.ri-file-cloud-fill:before {
	content: "";
}

.ri-file-cloud-line:before {
	content: "";
}

.ri-file-code-fill:before {
	content: "";
}

.ri-file-code-line:before {
	content: "";
}

.ri-file-copy-2-fill:before {
	content: "";
}

.ri-file-copy-2-line:before {
	content: "";
}

.ri-file-copy-fill:before {
	content: "";
}

.ri-file-copy-line:before {
	content: "";
}

.ri-file-damage-fill:before {
	content: "";
}

.ri-file-damage-line:before {
	content: "";
}

.ri-file-download-fill:before {
	content: "";
}

.ri-file-download-line:before {
	content: "";
}

.ri-file-edit-fill:before {
	content: "";
}

.ri-file-edit-line:before {
	content: "";
}

.ri-file-excel-2-fill:before {
	content: "";
}

.ri-file-excel-2-line:before {
	content: "";
}

.ri-file-excel-fill:before {
	content: "";
}

.ri-file-excel-line:before {
	content: "";
}

.ri-file-fill:before {
	content: "";
}

.ri-file-forbid-fill:before {
	content: "";
}

.ri-file-forbid-line:before {
	content: "";
}

.ri-file-gif-fill:before {
	content: "";
}

.ri-file-gif-line:before {
	content: "";
}

.ri-file-history-fill:before {
	content: "";
}

.ri-file-history-line:before {
	content: "";
}

.ri-file-hwp-fill:before {
	content: "";
}

.ri-file-hwp-line:before {
	content: "";
}

.ri-file-info-fill:before {
	content: "";
}

.ri-file-info-line:before {
	content: "";
}

.ri-file-line:before {
	content: "";
}

.ri-file-list-2-fill:before {
	content: "";
}

.ri-file-list-2-line:before {
	content: "";
}

.ri-file-list-3-fill:before {
	content: "";
}

.ri-file-list-3-line:before {
	content: "";
}

.ri-file-list-fill:before {
	content: "";
}

.ri-file-list-line:before {
	content: "";
}

.ri-file-lock-fill:before {
	content: "";
}

.ri-file-lock-line:before {
	content: "";
}

.ri-file-mark-fill:before {
	content: "";
}

.ri-file-mark-line:before {
	content: "";
}

.ri-file-music-fill:before {
	content: "";
}

.ri-file-music-line:before {
	content: "";
}

.ri-file-paper-2-fill:before {
	content: "";
}

.ri-file-paper-2-line:before {
	content: "";
}

.ri-file-paper-fill:before {
	content: "";
}

.ri-file-paper-line:before {
	content: "";
}

.ri-file-pdf-fill:before {
	content: "";
}

.ri-file-pdf-line:before {
	content: "";
}

.ri-file-ppt-2-fill:before {
	content: "";
}

.ri-file-ppt-2-line:before {
	content: "";
}

.ri-file-ppt-fill:before {
	content: "";
}

.ri-file-ppt-line:before {
	content: "";
}

.ri-file-reduce-fill:before {
	content: "";
}

.ri-file-reduce-line:before {
	content: "";
}

.ri-file-search-fill:before {
	content: "";
}

.ri-file-search-line:before {
	content: "";
}

.ri-file-settings-fill:before {
	content: "";
}

.ri-file-settings-line:before {
	content: "";
}

.ri-file-shield-2-fill:before {
	content: "";
}

.ri-file-shield-2-line:before {
	content: "";
}

.ri-file-shield-fill:before {
	content: "";
}

.ri-file-shield-line:before {
	content: "";
}

.ri-file-shred-fill:before {
	content: "";
}

.ri-file-shred-line:before {
	content: "";
}

.ri-file-text-fill:before {
	content: "";
}

.ri-file-text-line:before {
	content: "";
}

.ri-file-transfer-fill:before {
	content: "";
}

.ri-file-transfer-line:before {
	content: "";
}

.ri-file-unknow-fill:before {
	content: "";
}

.ri-file-unknow-line:before {
	content: "";
}

.ri-file-upload-fill:before {
	content: "";
}

.ri-file-upload-line:before {
	content: "";
}

.ri-file-user-fill:before {
	content: "";
}

.ri-file-user-line:before {
	content: "";
}

.ri-file-warning-fill:before {
	content: "";
}

.ri-file-warning-line:before {
	content: "";
}

.ri-file-word-2-fill:before {
	content: "";
}

.ri-file-word-2-line:before {
	content: "";
}

.ri-file-word-fill:before {
	content: "";
}

.ri-file-word-line:before {
	content: "";
}

.ri-file-zip-fill:before {
	content: "";
}

.ri-file-zip-line:before {
	content: "";
}

.ri-film-fill:before {
	content: "";
}

.ri-film-line:before {
	content: "";
}

.ri-filter-2-fill:before {
	content: "";
}

.ri-filter-2-line:before {
	content: "";
}

.ri-filter-3-fill:before {
	content: "";
}

.ri-filter-3-line:before {
	content: "";
}

.ri-filter-fill:before {
	content: "";
}

.ri-filter-line:before {
	content: "";
}

.ri-filter-off-fill:before {
	content: "";
}

.ri-filter-off-line:before {
	content: "";
}

.ri-find-replace-fill:before {
	content: "";
}

.ri-find-replace-line:before {
	content: "";
}

.ri-finder-fill:before {
	content: "";
}

.ri-finder-line:before {
	content: "";
}

.ri-fingerprint-2-fill:before {
	content: "";
}

.ri-fingerprint-2-line:before {
	content: "";
}

.ri-fingerprint-fill:before {
	content: "";
}

.ri-fingerprint-line:before {
	content: "";
}

.ri-fire-fill:before {
	content: "";
}

.ri-fire-line:before {
	content: "";
}

.ri-firefox-fill:before {
	content: "";
}

.ri-firefox-line:before {
	content: "";
}

.ri-first-aid-kit-fill:before {
	content: "";
}

.ri-first-aid-kit-line:before {
	content: "";
}

.ri-flag-2-fill:before {
	content: "";
}

.ri-flag-2-line:before {
	content: "";
}

.ri-flag-fill:before {
	content: "";
}

.ri-flag-line:before {
	content: "";
}

.ri-flashlight-fill:before {
	content: "";
}

.ri-flashlight-line:before {
	content: "";
}

.ri-flask-fill:before {
	content: "";
}

.ri-flask-line:before {
	content: "";
}

.ri-flight-land-fill:before {
	content: "";
}

.ri-flight-land-line:before {
	content: "";
}

.ri-flight-takeoff-fill:before {
	content: "";
}

.ri-flight-takeoff-line:before {
	content: "";
}

.ri-flood-fill:before {
	content: "";
}

.ri-flood-line:before {
	content: "";
}

.ri-flow-chart:before {
	content: "";
}

.ri-flutter-fill:before {
	content: "";
}

.ri-flutter-line:before {
	content: "";
}

.ri-focus-2-fill:before {
	content: "";
}

.ri-focus-2-line:before {
	content: "";
}

.ri-focus-3-fill:before {
	content: "";
}

.ri-focus-3-line:before {
	content: "";
}

.ri-focus-fill:before {
	content: "";
}

.ri-focus-line:before {
	content: "";
}

.ri-foggy-fill:before {
	content: "";
}

.ri-foggy-line:before {
	content: "";
}

.ri-folder-2-fill:before {
	content: "";
}

.ri-folder-2-line:before {
	content: "";
}

.ri-folder-3-fill:before {
	content: "";
}

.ri-folder-3-line:before {
	content: "";
}

.ri-folder-4-fill:before {
	content: "";
}

.ri-folder-4-line:before {
	content: "";
}

.ri-folder-5-fill:before {
	content: "";
}

.ri-folder-5-line:before {
	content: "";
}

.ri-folder-add-fill:before {
	content: "";
}

.ri-folder-add-line:before {
	content: "";
}

.ri-folder-chart-2-fill:before {
	content: "";
}

.ri-folder-chart-2-line:before {
	content: "";
}

.ri-folder-chart-fill:before {
	content: "";
}

.ri-folder-chart-line:before {
	content: "";
}

.ri-folder-download-fill:before {
	content: "";
}

.ri-folder-download-line:before {
	content: "";
}

.ri-folder-fill:before {
	content: "";
}

.ri-folder-forbid-fill:before {
	content: "";
}

.ri-folder-forbid-line:before {
	content: "";
}

.ri-folder-history-fill:before {
	content: "";
}

.ri-folder-history-line:before {
	content: "";
}

.ri-folder-info-fill:before {
	content: "";
}

.ri-folder-info-line:before {
	content: "";
}

.ri-folder-keyhole-fill:before {
	content: "";
}

.ri-folder-keyhole-line:before {
	content: "";
}

.ri-folder-line:before {
	content: "";
}

.ri-folder-lock-fill:before {
	content: "";
}

.ri-folder-lock-line:before {
	content: "";
}

.ri-folder-music-fill:before {
	content: "";
}

.ri-folder-music-line:before {
	content: "";
}

.ri-folder-open-fill:before {
	content: "";
}

.ri-folder-open-line:before {
	content: "";
}

.ri-folder-received-fill:before {
	content: "";
}

.ri-folder-received-line:before {
	content: "";
}

.ri-folder-reduce-fill:before {
	content: "";
}

.ri-folder-reduce-line:before {
	content: "";
}

.ri-folder-settings-fill:before {
	content: "";
}

.ri-folder-settings-line:before {
	content: "";
}

.ri-folder-shared-fill:before {
	content: "";
}

.ri-folder-shared-line:before {
	content: "";
}

.ri-folder-shield-2-fill:before {
	content: "";
}

.ri-folder-shield-2-line:before {
	content: "";
}

.ri-folder-shield-fill:before {
	content: "";
}

.ri-folder-shield-line:before {
	content: "";
}

.ri-folder-transfer-fill:before {
	content: "";
}

.ri-folder-transfer-line:before {
	content: "";
}

.ri-folder-unknow-fill:before {
	content: "";
}

.ri-folder-unknow-line:before {
	content: "";
}

.ri-folder-upload-fill:before {
	content: "";
}

.ri-folder-upload-line:before {
	content: "";
}

.ri-folder-user-fill:before {
	content: "";
}

.ri-folder-user-line:before {
	content: "";
}

.ri-folder-warning-fill:before {
	content: "";
}

.ri-folder-warning-line:before {
	content: "";
}

.ri-folder-zip-fill:before {
	content: "";
}

.ri-folder-zip-line:before {
	content: "";
}

.ri-folders-fill:before {
	content: "";
}

.ri-folders-line:before {
	content: "";
}

.ri-font-color:before {
	content: "";
}

.ri-font-size-2:before {
	content: "";
}

.ri-font-size:before {
	content: "";
}

.ri-football-fill:before {
	content: "";
}

.ri-football-line:before {
	content: "";
}

.ri-footprint-fill:before {
	content: "";
}

.ri-footprint-line:before {
	content: "";
}

.ri-forbid-2-fill:before {
	content: "";
}

.ri-forbid-2-line:before {
	content: "";
}

.ri-forbid-fill:before {
	content: "";
}

.ri-forbid-line:before {
	content: "";
}

.ri-format-clear:before {
	content: "";
}

.ri-fridge-fill:before {
	content: "";
}

.ri-fridge-line:before {
	content: "";
}

.ri-fullscreen-exit-fill:before {
	content: "";
}

.ri-fullscreen-exit-line:before {
	content: "";
}

.ri-fullscreen-fill:before {
	content: "";
}

.ri-fullscreen-line:before {
	content: "";
}

.ri-function-fill:before {
	content: "";
}

.ri-function-line:before {
	content: "";
}

.ri-functions:before {
	content: "";
}

.ri-funds-box-fill:before {
	content: "";
}

.ri-funds-box-line:before {
	content: "";
}

.ri-funds-fill:before {
	content: "";
}

.ri-funds-line:before {
	content: "";
}

.ri-gallery-fill:before {
	content: "";
}

.ri-gallery-line:before {
	content: "";
}

.ri-gallery-upload-fill:before {
	content: "";
}

.ri-gallery-upload-line:before {
	content: "";
}

.ri-game-fill:before {
	content: "";
}

.ri-game-line:before {
	content: "";
}

.ri-gamepad-fill:before {
	content: "";
}

.ri-gamepad-line:before {
	content: "";
}

.ri-gas-station-fill:before {
	content: "";
}

.ri-gas-station-line:before {
	content: "";
}

.ri-gatsby-fill:before {
	content: "";
}

.ri-gatsby-line:before {
	content: "";
}

.ri-genderless-fill:before {
	content: "";
}

.ri-genderless-line:before {
	content: "";
}

.ri-ghost-2-fill:before {
	content: "";
}

.ri-ghost-2-line:before {
	content: "";
}

.ri-ghost-fill:before {
	content: "";
}

.ri-ghost-line:before {
	content: "";
}

.ri-ghost-smile-fill:before {
	content: "";
}

.ri-ghost-smile-line:before {
	content: "";
}

.ri-gift-2-fill:before {
	content: "";
}

.ri-gift-2-line:before {
	content: "";
}

.ri-gift-fill:before {
	content: "";
}

.ri-gift-line:before {
	content: "";
}

.ri-git-branch-fill:before {
	content: "";
}

.ri-git-branch-line:before {
	content: "";
}

.ri-git-commit-fill:before {
	content: "";
}

.ri-git-commit-line:before {
	content: "";
}

.ri-git-merge-fill:before {
	content: "";
}

.ri-git-merge-line:before {
	content: "";
}

.ri-git-pull-request-fill:before {
	content: "";
}

.ri-git-pull-request-line:before {
	content: "";
}

.ri-git-repository-commits-fill:before {
	content: "";
}

.ri-git-repository-commits-line:before {
	content: "";
}

.ri-git-repository-fill:before {
	content: "";
}

.ri-git-repository-line:before {
	content: "";
}

.ri-git-repository-private-fill:before {
	content: "";
}

.ri-git-repository-private-line:before {
	content: "";
}

.ri-github-fill:before {
	content: "";
}

.ri-github-line:before {
	content: "";
}

.ri-gitlab-fill:before {
	content: "";
}

.ri-gitlab-line:before {
	content: "";
}

.ri-global-fill:before {
	content: "";
}

.ri-global-line:before {
	content: "";
}

.ri-globe-fill:before {
	content: "";
}

.ri-globe-line:before {
	content: "";
}

.ri-goblet-fill:before {
	content: "";
}

.ri-goblet-line:before {
	content: "";
}

.ri-google-fill:before {
	content: "";
}

.ri-google-line:before {
	content: "";
}

.ri-google-play-fill:before {
	content: "";
}

.ri-google-play-line:before {
	content: "";
}

.ri-government-fill:before {
	content: "";
}

.ri-government-line:before {
	content: "";
}

.ri-gps-fill:before {
	content: "";
}

.ri-gps-line:before {
	content: "";
}

.ri-gradienter-fill:before {
	content: "";
}

.ri-gradienter-line:before {
	content: "";
}

.ri-grid-fill:before {
	content: "";
}

.ri-grid-line:before {
	content: "";
}

.ri-group-2-fill:before {
	content: "";
}

.ri-group-2-line:before {
	content: "";
}

.ri-group-fill:before {
	content: "";
}

.ri-group-line:before {
	content: "";
}

.ri-guide-fill:before {
	content: "";
}

.ri-guide-line:before {
	content: "";
}

.ri-h-1:before {
	content: "";
}

.ri-h-2:before {
	content: "";
}

.ri-h-3:before {
	content: "";
}

.ri-h-4:before {
	content: "";
}

.ri-h-5:before {
	content: "";
}

.ri-h-6:before {
	content: "";
}

.ri-hail-fill:before {
	content: "";
}

.ri-hail-line:before {
	content: "";
}

.ri-hammer-fill:before {
	content: "";
}

.ri-hammer-line:before {
	content: "";
}

.ri-hand-coin-fill:before {
	content: "";
}

.ri-hand-coin-line:before {
	content: "";
}

.ri-hand-heart-fill:before {
	content: "";
}

.ri-hand-heart-line:before {
	content: "";
}

.ri-hand-sanitizer-fill:before {
	content: "";
}

.ri-hand-sanitizer-line:before {
	content: "";
}

.ri-handbag-fill:before {
	content: "";
}

.ri-handbag-line:before {
	content: "";
}

.ri-hard-drive-2-fill:before {
	content: "";
}

.ri-hard-drive-2-line:before {
	content: "";
}

.ri-hard-drive-fill:before {
	content: "";
}

.ri-hard-drive-line:before {
	content: "";
}

.ri-hashtag:before {
	content: "";
}

.ri-haze-2-fill:before {
	content: "";
}

.ri-haze-2-line:before {
	content: "";
}

.ri-haze-fill:before {
	content: "";
}

.ri-haze-line:before {
	content: "";
}

.ri-hd-fill:before {
	content: "";
}

.ri-hd-line:before {
	content: "";
}

.ri-heading:before {
	content: "";
}

.ri-headphone-fill:before {
	content: "";
}

.ri-headphone-line:before {
	content: "";
}

.ri-health-book-fill:before {
	content: "";
}

.ri-health-book-line:before {
	content: "";
}

.ri-heart-2-fill:before {
	content: "";
}

.ri-heart-2-line:before {
	content: "";
}

.ri-heart-3-fill:before {
	content: "";
}

.ri-heart-3-line:before {
	content: "";
}

.ri-heart-add-fill:before {
	content: "";
}

.ri-heart-add-line:before {
	content: "";
}

.ri-heart-fill:before {
	content: "";
}

.ri-heart-line:before {
	content: "";
}

.ri-heart-pulse-fill:before {
	content: "";
}

.ri-heart-pulse-line:before {
	content: "";
}

.ri-hearts-fill:before {
	content: "";
}

.ri-hearts-line:before {
	content: "";
}

.ri-heavy-showers-fill:before {
	content: "";
}

.ri-heavy-showers-line:before {
	content: "";
}

.ri-history-fill:before {
	content: "";
}

.ri-history-line:before {
	content: "";
}

.ri-home-2-fill:before {
	content: "";
}

.ri-home-2-line:before {
	content: "";
}

.ri-home-3-fill:before {
	content: "";
}

.ri-home-3-line:before {
	content: "";
}

.ri-home-4-fill:before {
	content: "";
}

.ri-home-4-line:before {
	content: "";
}

.ri-home-5-fill:before {
	content: "";
}

.ri-home-5-line:before {
	content: "";
}

.ri-home-6-fill:before {
	content: "";
}

.ri-home-6-line:before {
	content: "";
}

.ri-home-7-fill:before {
	content: "";
}

.ri-home-7-line:before {
	content: "";
}

.ri-home-8-fill:before {
	content: "";
}

.ri-home-8-line:before {
	content: "";
}

.ri-home-fill:before {
	content: "";
}

.ri-home-gear-fill:before {
	content: "";
}

.ri-home-gear-line:before {
	content: "";
}

.ri-home-heart-fill:before {
	content: "";
}

.ri-home-heart-line:before {
	content: "";
}

.ri-home-line:before {
	content: "";
}

.ri-home-smile-2-fill:before {
	content: "";
}

.ri-home-smile-2-line:before {
	content: "";
}

.ri-home-smile-fill:before {
	content: "";
}

.ri-home-smile-line:before {
	content: "";
}

.ri-home-wifi-fill:before {
	content: "";
}

.ri-home-wifi-line:before {
	content: "";
}

.ri-honor-of-kings-fill:before {
	content: "";
}

.ri-honor-of-kings-line:before {
	content: "";
}

.ri-honour-fill:before {
	content: "";
}

.ri-honour-line:before {
	content: "";
}

.ri-hospital-fill:before {
	content: "";
}

.ri-hospital-line:before {
	content: "";
}

.ri-hotel-bed-fill:before {
	content: "";
}

.ri-hotel-bed-line:before {
	content: "";
}

.ri-hotel-fill:before {
	content: "";
}

.ri-hotel-line:before {
	content: "";
}

.ri-hotspot-fill:before {
	content: "";
}

.ri-hotspot-line:before {
	content: "";
}

.ri-hq-fill:before {
	content: "";
}

.ri-hq-line:before {
	content: "";
}

.ri-html5-fill:before {
	content: "";
}

.ri-html5-line:before {
	content: "";
}

.ri-ie-fill:before {
	content: "";
}

.ri-ie-line:before {
	content: "";
}

.ri-image-2-fill:before {
	content: "";
}

.ri-image-2-line:before {
	content: "";
}

.ri-image-add-fill:before {
	content: "";
}

.ri-image-add-line:before {
	content: "";
}

.ri-image-edit-fill:before {
	content: "";
}

.ri-image-edit-line:before {
	content: "";
}

.ri-image-fill:before {
	content: "";
}

.ri-image-line:before {
	content: "";
}

.ri-inbox-archive-fill:before {
	content: "";
}

.ri-inbox-archive-line:before {
	content: "";
}

.ri-inbox-fill:before {
	content: "";
}

.ri-inbox-line:before {
	content: "";
}

.ri-inbox-unarchive-fill:before {
	content: "";
}

.ri-inbox-unarchive-line:before {
	content: "";
}

.ri-increase-decrease-fill:before {
	content: "";
}

.ri-increase-decrease-line:before {
	content: "";
}

.ri-indent-decrease:before {
	content: "";
}

.ri-indent-increase:before {
	content: "";
}

.ri-indeterminate-circle-fill:before {
	content: "";
}

.ri-indeterminate-circle-line:before {
	content: "";
}

.ri-information-fill:before {
	content: "";
}

.ri-information-line:before {
	content: "";
}

.ri-infrared-thermometer-fill:before {
	content: "";
}

.ri-infrared-thermometer-line:before {
	content: "";
}

.ri-ink-bottle-fill:before {
	content: "";
}

.ri-ink-bottle-line:before {
	content: "";
}

.ri-input-cursor-move:before {
	content: "";
}

.ri-input-method-fill:before {
	content: "";
}

.ri-input-method-line:before {
	content: "";
}

.ri-insert-column-left:before {
	content: "";
}

.ri-insert-column-right:before {
	content: "";
}

.ri-insert-row-bottom:before {
	content: "";
}

.ri-insert-row-top:before {
	content: "";
}

.ri-instagram-fill:before {
	content: "";
}

.ri-instagram-line:before {
	content: "";
}

.ri-install-fill:before {
	content: "";
}

.ri-install-line:before {
	content: "";
}

.ri-invision-fill:before {
	content: "";
}

.ri-invision-line:before {
	content: "";
}

.ri-italic:before {
	content: "";
}

.ri-kakao-talk-fill:before {
	content: "";
}

.ri-kakao-talk-line:before {
	content: "";
}

.ri-key-2-fill:before {
	content: "";
}

.ri-key-2-line:before {
	content: "";
}

.ri-key-fill:before {
	content: "";
}

.ri-key-line:before {
	content: "";
}

.ri-keyboard-box-fill:before {
	content: "";
}

.ri-keyboard-box-line:before {
	content: "";
}

.ri-keyboard-fill:before {
	content: "";
}

.ri-keyboard-line:before {
	content: "";
}

.ri-keynote-fill:before {
	content: "";
}

.ri-keynote-line:before {
	content: "";
}

.ri-knife-blood-fill:before {
	content: "";
}

.ri-knife-blood-line:before {
	content: "";
}

.ri-knife-fill:before {
	content: "";
}

.ri-knife-line:before {
	content: "";
}

.ri-landscape-fill:before {
	content: "";
}

.ri-landscape-line:before {
	content: "";
}

.ri-layout-2-fill:before {
	content: "";
}

.ri-layout-2-line:before {
	content: "";
}

.ri-layout-3-fill:before {
	content: "";
}

.ri-layout-3-line:before {
	content: "";
}

.ri-layout-4-fill:before {
	content: "";
}

.ri-layout-4-line:before {
	content: "";
}

.ri-layout-5-fill:before {
	content: "";
}

.ri-layout-5-line:before {
	content: "";
}

.ri-layout-6-fill:before {
	content: "";
}

.ri-layout-6-line:before {
	content: "";
}

.ri-layout-bottom-2-fill:before {
	content: "";
}

.ri-layout-bottom-2-line:before {
	content: "";
}

.ri-layout-bottom-fill:before {
	content: "";
}

.ri-layout-bottom-line:before {
	content: "";
}

.ri-layout-column-fill:before {
	content: "";
}

.ri-layout-column-line:before {
	content: "";
}

.ri-layout-fill:before {
	content: "";
}

.ri-layout-grid-fill:before {
	content: "";
}

.ri-layout-grid-line:before {
	content: "";
}

.ri-layout-left-2-fill:before {
	content: "";
}

.ri-layout-left-2-line:before {
	content: "";
}

.ri-layout-left-fill:before {
	content: "";
}

.ri-layout-left-line:before {
	content: "";
}

.ri-layout-line:before {
	content: "";
}

.ri-layout-masonry-fill:before {
	content: "";
}

.ri-layout-masonry-line:before {
	content: "";
}

.ri-layout-right-2-fill:before {
	content: "";
}

.ri-layout-right-2-line:before {
	content: "";
}

.ri-layout-right-fill:before {
	content: "";
}

.ri-layout-right-line:before {
	content: "";
}

.ri-layout-row-fill:before {
	content: "";
}

.ri-layout-row-line:before {
	content: "";
}

.ri-layout-top-2-fill:before {
	content: "";
}

.ri-layout-top-2-line:before {
	content: "";
}

.ri-layout-top-fill:before {
	content: "";
}

.ri-layout-top-line:before {
	content: "";
}

.ri-leaf-fill:before {
	content: "";
}

.ri-leaf-line:before {
	content: "";
}

.ri-lifebuoy-fill:before {
	content: "";
}

.ri-lifebuoy-line:before {
	content: "";
}

.ri-lightbulb-fill:before {
	content: "";
}

.ri-lightbulb-flash-fill:before {
	content: "";
}

.ri-lightbulb-flash-line:before {
	content: "";
}

.ri-lightbulb-line:before {
	content: "";
}

.ri-line-chart-fill:before {
	content: "";
}

.ri-line-chart-line:before {
	content: "";
}

.ri-line-fill:before {
	content: "";
}

.ri-line-height:before {
	content: "";
}

.ri-line-line:before {
	content: "";
}

.ri-link-m:before {
	content: "";
}

.ri-link-unlink-m:before {
	content: "";
}

.ri-link-unlink:before {
	content: "";
}

.ri-link:before {
	content: "";
}

.ri-linkedin-box-fill:before {
	content: "";
}

.ri-linkedin-box-line:before {
	content: "";
}

.ri-linkedin-fill:before {
	content: "";
}

.ri-linkedin-line:before {
	content: "";
}

.ri-links-fill:before {
	content: "";
}

.ri-links-line:before {
	content: "";
}

.ri-list-check-2:before {
	content: "";
}

.ri-list-check:before {
	content: "";
}

.ri-list-ordered:before {
	content: "";
}

.ri-list-settings-fill:before {
	content: "";
}

.ri-list-settings-line:before {
	content: "";
}

.ri-list-unordered:before {
	content: "";
}

.ri-live-fill:before {
	content: "";
}

.ri-live-line:before {
	content: "";
}

.ri-loader-2-fill:before {
	content: "";
}

.ri-loader-2-line:before {
	content: "";
}

.ri-loader-3-fill:before {
	content: "";
}

.ri-loader-3-line:before {
	content: "";
}

.ri-loader-4-fill:before {
	content: "";
}

.ri-loader-4-line:before {
	content: "";
}

.ri-loader-5-fill:before {
	content: "";
}

.ri-loader-5-line:before {
	content: "";
}

.ri-loader-fill:before {
	content: "";
}

.ri-loader-line:before {
	content: "";
}

.ri-lock-2-fill:before {
	content: "";
}

.ri-lock-2-line:before {
	content: "";
}

.ri-lock-fill:before {
	content: "";
}

.ri-lock-line:before {
	content: "";
}

.ri-lock-password-fill:before {
	content: "";
}

.ri-lock-password-line:before {
	content: "";
}

.ri-lock-unlock-fill:before {
	content: "";
}

.ri-lock-unlock-line:before {
	content: "";
}

.ri-login-box-fill:before {
	content: "";
}

.ri-login-box-line:before {
	content: "";
}

.ri-login-circle-fill:before {
	content: "";
}

.ri-login-circle-line:before {
	content: "";
}

.ri-logout-box-fill:before {
	content: "";
}

.ri-logout-box-line:before {
	content: "";
}

.ri-logout-box-r-fill:before {
	content: "";
}

.ri-logout-box-r-line:before {
	content: "";
}

.ri-logout-circle-fill:before {
	content: "";
}

.ri-logout-circle-line:before {
	content: "";
}

.ri-logout-circle-r-fill:before {
	content: "";
}

.ri-logout-circle-r-line:before {
	content: "";
}

.ri-luggage-cart-fill:before {
	content: "";
}

.ri-luggage-cart-line:before {
	content: "";
}

.ri-luggage-deposit-fill:before {
	content: "";
}

.ri-luggage-deposit-line:before {
	content: "";
}

.ri-lungs-fill:before {
	content: "";
}

.ri-lungs-line:before {
	content: "";
}

.ri-mac-fill:before {
	content: "";
}

.ri-mac-line:before {
	content: "";
}

.ri-macbook-fill:before {
	content: "";
}

.ri-macbook-line:before {
	content: "";
}

.ri-magic-fill:before {
	content: "";
}

.ri-magic-line:before {
	content: "";
}

.ri-mail-add-fill:before {
	content: "";
}

.ri-mail-add-line:before {
	content: "";
}

.ri-mail-check-fill:before {
	content: "";
}

.ri-mail-check-line:before {
	content: "";
}

.ri-mail-close-fill:before {
	content: "";
}

.ri-mail-close-line:before {
	content: "";
}

.ri-mail-download-fill:before {
	content: "";
}

.ri-mail-download-line:before {
	content: "";
}

.ri-mail-fill:before {
	content: "";
}

.ri-mail-forbid-fill:before {
	content: "";
}

.ri-mail-forbid-line:before {
	content: "";
}

.ri-mail-line:before {
	content: "";
}

.ri-mail-lock-fill:before {
	content: "";
}

.ri-mail-lock-line:before {
	content: "";
}

.ri-mail-open-fill:before {
	content: "";
}

.ri-mail-open-line:before {
	content: "";
}

.ri-mail-send-fill:before {
	content: "";
}

.ri-mail-send-line:before {
	content: "";
}

.ri-mail-settings-fill:before {
	content: "";
}

.ri-mail-settings-line:before {
	content: "";
}

.ri-mail-star-fill:before {
	content: "";
}

.ri-mail-star-line:before {
	content: "";
}

.ri-mail-unread-fill:before {
	content: "";
}

.ri-mail-unread-line:before {
	content: "";
}

.ri-mail-volume-fill:before {
	content: "";
}

.ri-mail-volume-line:before {
	content: "";
}

.ri-map-2-fill:before {
	content: "";
}

.ri-map-2-line:before {
	content: "";
}

.ri-map-fill:before {
	content: "";
}

.ri-map-line:before {
	content: "";
}

.ri-map-pin-2-fill:before {
	content: "";
}

.ri-map-pin-2-line:before {
	content: "";
}

.ri-map-pin-3-fill:before {
	content: "";
}

.ri-map-pin-3-line:before {
	content: "";
}

.ri-map-pin-4-fill:before {
	content: "";
}

.ri-map-pin-4-line:before {
	content: "";
}

.ri-map-pin-5-fill:before {
	content: "";
}

.ri-map-pin-5-line:before {
	content: "";
}

.ri-map-pin-add-fill:before {
	content: "";
}

.ri-map-pin-add-line:before {
	content: "";
}

.ri-map-pin-fill:before {
	content: "";
}

.ri-map-pin-line:before {
	content: "";
}

.ri-map-pin-range-fill:before {
	content: "";
}

.ri-map-pin-range-line:before {
	content: "";
}

.ri-map-pin-time-fill:before {
	content: "";
}

.ri-map-pin-time-line:before {
	content: "";
}

.ri-map-pin-user-fill:before {
	content: "";
}

.ri-map-pin-user-line:before {
	content: "";
}

.ri-mark-pen-fill:before {
	content: "";
}

.ri-mark-pen-line:before {
	content: "";
}

.ri-markdown-fill:before {
	content: "";
}

.ri-markdown-line:before {
	content: "";
}

.ri-markup-fill:before {
	content: "";
}

.ri-markup-line:before {
	content: "";
}

.ri-mastercard-fill:before {
	content: "";
}

.ri-mastercard-line:before {
	content: "";
}

.ri-mastodon-fill:before {
	content: "";
}

.ri-mastodon-line:before {
	content: "";
}

.ri-medal-2-fill:before {
	content: "";
}

.ri-medal-2-line:before {
	content: "";
}

.ri-medal-fill:before {
	content: "";
}

.ri-medal-line:before {
	content: "";
}

.ri-medicine-bottle-fill:before {
	content: "";
}

.ri-medicine-bottle-line:before {
	content: "";
}

.ri-medium-fill:before {
	content: "";
}

.ri-medium-line:before {
	content: "";
}

.ri-men-fill:before {
	content: "";
}

.ri-men-line:before {
	content: "";
}

.ri-mental-health-fill:before {
	content: "";
}

.ri-mental-health-line:before {
	content: "";
}

.ri-menu-2-fill:before {
	content: "";
}

.ri-menu-2-line:before {
	content: "";
}

.ri-menu-3-fill:before {
	content: "";
}

.ri-menu-3-line:before {
	content: "";
}

.ri-menu-4-fill:before {
	content: "";
}

.ri-menu-4-line:before {
	content: "";
}

.ri-menu-5-fill:before {
	content: "";
}

.ri-menu-5-line:before {
	content: "";
}

.ri-menu-add-fill:before {
	content: "";
}

.ri-menu-add-line:before {
	content: "";
}

.ri-menu-fill:before {
	content: "";
}

.ri-menu-fold-fill:before {
	content: "";
}

.ri-menu-fold-line:before {
	content: "";
}

.ri-menu-line:before {
	content: "";
}

.ri-menu-unfold-fill:before {
	content: "";
}

.ri-menu-unfold-line:before {
	content: "";
}

.ri-merge-cells-horizontal:before {
	content: "";
}

.ri-merge-cells-vertical:before {
	content: "";
}

.ri-message-2-fill:before {
	content: "";
}

.ri-message-2-line:before {
	content: "";
}

.ri-message-3-fill:before {
	content: "";
}

.ri-message-3-line:before {
	content: "";
}

.ri-message-fill:before {
	content: "";
}

.ri-message-line:before {
	content: "";
}

.ri-messenger-fill:before {
	content: "";
}

.ri-messenger-line:before {
	content: "";
}

.ri-meteor-fill:before {
	content: "";
}

.ri-meteor-line:before {
	content: "";
}

.ri-mic-2-fill:before {
	content: "";
}

.ri-mic-2-line:before {
	content: "";
}

.ri-mic-fill:before {
	content: "";
}

.ri-mic-line:before {
	content: "";
}

.ri-mic-off-fill:before {
	content: "";
}

.ri-mic-off-line:before {
	content: "";
}

.ri-mickey-fill:before {
	content: "";
}

.ri-mickey-line:before {
	content: "";
}

.ri-microscope-fill:before {
	content: "";
}

.ri-microscope-line:before {
	content: "";
}

.ri-microsoft-fill:before {
	content: "";
}

.ri-microsoft-line:before {
	content: "";
}

.ri-mind-map:before {
	content: "";
}

.ri-mini-program-fill:before {
	content: "";
}

.ri-mini-program-line:before {
	content: "";
}

.ri-mist-fill:before {
	content: "";
}

.ri-mist-line:before {
	content: "";
}

.ri-money-cny-box-fill:before {
	content: "";
}

.ri-money-cny-box-line:before {
	content: "";
}

.ri-money-cny-circle-fill:before {
	content: "";
}

.ri-money-cny-circle-line:before {
	content: "";
}

.ri-money-dollar-box-fill:before {
	content: "";
}

.ri-money-dollar-box-line:before {
	content: "";
}

.ri-money-dollar-circle-fill:before {
	content: "";
}

.ri-money-dollar-circle-line:before {
	content: "";
}

.ri-money-euro-box-fill:before {
	content: "";
}

.ri-money-euro-box-line:before {
	content: "";
}

.ri-money-euro-circle-fill:before {
	content: "";
}

.ri-money-euro-circle-line:before {
	content: "";
}

.ri-money-pound-box-fill:before {
	content: "";
}

.ri-money-pound-box-line:before {
	content: "";
}

.ri-money-pound-circle-fill:before {
	content: "";
}

.ri-money-pound-circle-line:before {
	content: "";
}

.ri-moon-clear-fill:before {
	content: "";
}

.ri-moon-clear-line:before {
	content: "";
}

.ri-moon-cloudy-fill:before {
	content: "";
}

.ri-moon-cloudy-line:before {
	content: "";
}

.ri-moon-fill:before {
	content: "";
}

.ri-moon-foggy-fill:before {
	content: "";
}

.ri-moon-foggy-line:before {
	content: "";
}

.ri-moon-line:before {
	content: "";
}

.ri-more-2-fill:before {
	content: "";
}

.ri-more-2-line:before {
	content: "";
}

.ri-more-fill:before {
	content: "";
}

.ri-more-line:before {
	content: "";
}

.ri-motorbike-fill:before {
	content: "";
}

.ri-motorbike-line:before {
	content: "";
}

.ri-mouse-fill:before {
	content: "";
}

.ri-mouse-line:before {
	content: "";
}

.ri-movie-2-fill:before {
	content: "";
}

.ri-movie-2-line:before {
	content: "";
}

.ri-movie-fill:before {
	content: "";
}

.ri-movie-line:before {
	content: "";
}

.ri-music-2-fill:before {
	content: "";
}

.ri-music-2-line:before {
	content: "";
}

.ri-music-fill:before {
	content: "";
}

.ri-music-line:before {
	content: "";
}

.ri-mv-fill:before {
	content: "";
}

.ri-mv-line:before {
	content: "";
}

.ri-navigation-fill:before {
	content: "";
}

.ri-navigation-line:before {
	content: "";
}

.ri-netease-cloud-music-fill:before {
	content: "";
}

.ri-netease-cloud-music-line:before {
	content: "";
}

.ri-netflix-fill:before {
	content: "";
}

.ri-netflix-line:before {
	content: "";
}

.ri-newspaper-fill:before {
	content: "";
}

.ri-newspaper-line:before {
	content: "";
}

.ri-node-tree:before {
	content: "";
}

.ri-notification-2-fill:before {
	content: "";
}

.ri-notification-2-line:before {
	content: "";
}

.ri-notification-3-fill:before {
	content: "";
}

.ri-notification-3-line:before {
	content: "";
}

.ri-notification-4-fill:before {
	content: "";
}

.ri-notification-4-line:before {
	content: "";
}

.ri-notification-badge-fill:before {
	content: "";
}

.ri-notification-badge-line:before {
	content: "";
}

.ri-notification-fill:before {
	content: "";
}

.ri-notification-line:before {
	content: "";
}

.ri-notification-off-fill:before {
	content: "";
}

.ri-notification-off-line:before {
	content: "";
}

.ri-npmjs-fill:before {
	content: "";
}

.ri-npmjs-line:before {
	content: "";
}

.ri-number-0:before {
	content: "";
}

.ri-number-1:before {
	content: "";
}

.ri-number-2:before {
	content: "";
}

.ri-number-3:before {
	content: "";
}

.ri-number-4:before {
	content: "";
}

.ri-number-5:before {
	content: "";
}

.ri-number-6:before {
	content: "";
}

.ri-number-7:before {
	content: "";
}

.ri-number-8:before {
	content: "";
}

.ri-number-9:before {
	content: "";
}

.ri-numbers-fill:before {
	content: "";
}

.ri-numbers-line:before {
	content: "";
}

.ri-nurse-fill:before {
	content: "";
}

.ri-nurse-line:before {
	content: "";
}

.ri-oil-fill:before {
	content: "";
}

.ri-oil-line:before {
	content: "";
}

.ri-omega:before {
	content: "";
}

.ri-open-arm-fill:before {
	content: "";
}

.ri-open-arm-line:before {
	content: "";
}

.ri-open-source-fill:before {
	content: "";
}

.ri-open-source-line:before {
	content: "";
}

.ri-opera-fill:before {
	content: "";
}

.ri-opera-line:before {
	content: "";
}

.ri-order-play-fill:before {
	content: "";
}

.ri-order-play-line:before {
	content: "";
}

.ri-organization-chart:before {
	content: "";
}

.ri-outlet-2-fill:before {
	content: "";
}

.ri-outlet-2-line:before {
	content: "";
}

.ri-outlet-fill:before {
	content: "";
}

.ri-outlet-line:before {
	content: "";
}

.ri-page-separator:before {
	content: "";
}

.ri-pages-fill:before {
	content: "";
}

.ri-pages-line:before {
	content: "";
}

.ri-paint-brush-fill:before {
	content: "";
}

.ri-paint-brush-line:before {
	content: "";
}

.ri-paint-fill:before {
	content: "";
}

.ri-paint-line:before {
	content: "";
}

.ri-palette-fill:before {
	content: "";
}

.ri-palette-line:before {
	content: "";
}

.ri-pantone-fill:before {
	content: "";
}

.ri-pantone-line:before {
	content: "";
}

.ri-paragraph:before {
	content: "";
}

.ri-parent-fill:before {
	content: "";
}

.ri-parent-line:before {
	content: "";
}

.ri-parentheses-fill:before {
	content: "";
}

.ri-parentheses-line:before {
	content: "";
}

.ri-parking-box-fill:before {
	content: "";
}

.ri-parking-box-line:before {
	content: "";
}

.ri-parking-fill:before {
	content: "";
}

.ri-parking-line:before {
	content: "";
}

.ri-passport-fill:before {
	content: "";
}

.ri-passport-line:before {
	content: "";
}

.ri-patreon-fill:before {
	content: "";
}

.ri-patreon-line:before {
	content: "";
}

.ri-pause-circle-fill:before {
	content: "";
}

.ri-pause-circle-line:before {
	content: "";
}

.ri-pause-fill:before {
	content: "";
}

.ri-pause-line:before {
	content: "";
}

.ri-pause-mini-fill:before {
	content: "";
}

.ri-pause-mini-line:before {
	content: "";
}

.ri-paypal-fill:before {
	content: "";
}

.ri-paypal-line:before {
	content: "";
}

.ri-pen-nib-fill:before {
	content: "";
}

.ri-pen-nib-line:before {
	content: "";
}

.ri-pencil-fill:before {
	content: "";
}

.ri-pencil-line:before {
	content: "";
}

.ri-pencil-ruler-2-fill:before {
	content: "";
}

.ri-pencil-ruler-2-line:before {
	content: "";
}

.ri-pencil-ruler-fill:before {
	content: "";
}

.ri-pencil-ruler-line:before {
	content: "";
}

.ri-percent-fill:before {
	content: "";
}

.ri-percent-line:before {
	content: "";
}

.ri-phone-camera-fill:before {
	content: "";
}

.ri-phone-camera-line:before {
	content: "";
}

.ri-phone-fill:before {
	content: "";
}

.ri-phone-find-fill:before {
	content: "";
}

.ri-phone-find-line:before {
	content: "";
}

.ri-phone-line:before {
	content: "";
}

.ri-phone-lock-fill:before {
	content: "";
}

.ri-phone-lock-line:before {
	content: "";
}

.ri-picture-in-picture-2-fill:before {
	content: "";
}

.ri-picture-in-picture-2-line:before {
	content: "";
}

.ri-picture-in-picture-exit-fill:before {
	content: "";
}

.ri-picture-in-picture-exit-line:before {
	content: "";
}

.ri-picture-in-picture-fill:before {
	content: "";
}

.ri-picture-in-picture-line:before {
	content: "";
}

.ri-pie-chart-2-fill:before {
	content: "";
}

.ri-pie-chart-2-line:before {
	content: "";
}

.ri-pie-chart-box-fill:before {
	content: "";
}

.ri-pie-chart-box-line:before {
	content: "";
}

.ri-pie-chart-fill:before {
	content: "";
}

.ri-pie-chart-line:before {
	content: "";
}

.ri-pin-distance-fill:before {
	content: "";
}

.ri-pin-distance-line:before {
	content: "";
}

.ri-ping-pong-fill:before {
	content: "";
}

.ri-ping-pong-line:before {
	content: "";
}

.ri-pinterest-fill:before {
	content: "";
}

.ri-pinterest-line:before {
	content: "";
}

.ri-pinyin-input:before {
	content: "";
}

.ri-pixelfed-fill:before {
	content: "";
}

.ri-pixelfed-line:before {
	content: "";
}

.ri-plane-fill:before {
	content: "";
}

.ri-plane-line:before {
	content: "";
}

.ri-plant-fill:before {
	content: "";
}

.ri-plant-line:before {
	content: "";
}

.ri-play-circle-fill:before {
	content: "";
}

.ri-play-circle-line:before {
	content: "";
}

.ri-play-fill:before {
	content: "";
}

.ri-play-line:before {
	content: "";
}

.ri-play-list-2-fill:before {
	content: "";
}

.ri-play-list-2-line:before {
	content: "";
}

.ri-play-list-add-fill:before {
	content: "";
}

.ri-play-list-add-line:before {
	content: "";
}

.ri-play-list-fill:before {
	content: "";
}

.ri-play-list-line:before {
	content: "";
}

.ri-play-mini-fill:before {
	content: "";
}

.ri-play-mini-line:before {
	content: "";
}

.ri-playstation-fill:before {
	content: "";
}

.ri-playstation-line:before {
	content: "";
}

.ri-plug-2-fill:before {
	content: "";
}

.ri-plug-2-line:before {
	content: "";
}

.ri-plug-fill:before {
	content: "";
}

.ri-plug-line:before {
	content: "";
}

.ri-polaroid-2-fill:before {
	content: "";
}

.ri-polaroid-2-line:before {
	content: "";
}

.ri-polaroid-fill:before {
	content: "";
}

.ri-polaroid-line:before {
	content: "";
}

.ri-police-car-fill:before {
	content: "";
}

.ri-police-car-line:before {
	content: "";
}

.ri-price-tag-2-fill:before {
	content: "";
}

.ri-price-tag-2-line:before {
	content: "";
}

.ri-price-tag-3-fill:before {
	content: "";
}

.ri-price-tag-3-line:before {
	content: "";
}

.ri-price-tag-fill:before {
	content: "";
}

.ri-price-tag-line:before {
	content: "";
}

.ri-printer-cloud-fill:before {
	content: "";
}

.ri-printer-cloud-line:before {
	content: "";
}

.ri-printer-fill:before {
	content: "";
}

.ri-printer-line:before {
	content: "";
}

.ri-product-hunt-fill:before {
	content: "";
}

.ri-product-hunt-line:before {
	content: "";
}

.ri-profile-fill:before {
	content: "";
}

.ri-profile-line:before {
	content: "";
}

.ri-projector-2-fill:before {
	content: "";
}

.ri-projector-2-line:before {
	content: "";
}

.ri-projector-fill:before {
	content: "";
}

.ri-projector-line:before {
	content: "";
}

.ri-psychotherapy-fill:before {
	content: "";
}

.ri-psychotherapy-line:before {
	content: "";
}

.ri-pulse-fill:before {
	content: "";
}

.ri-pulse-line:before {
	content: "";
}

.ri-pushpin-2-fill:before {
	content: "";
}

.ri-pushpin-2-line:before {
	content: "";
}

.ri-pushpin-fill:before {
	content: "";
}

.ri-pushpin-line:before {
	content: "";
}

.ri-qq-fill:before {
	content: "";
}

.ri-qq-line:before {
	content: "";
}

.ri-qr-code-fill:before {
	content: "";
}

.ri-qr-code-line:before {
	content: "";
}

.ri-qr-scan-2-fill:before {
	content: "";
}

.ri-qr-scan-2-line:before {
	content: "";
}

.ri-qr-scan-fill:before {
	content: "";
}

.ri-qr-scan-line:before {
	content: "";
}

.ri-question-answer-fill:before {
	content: "";
}

.ri-question-answer-line:before {
	content: "";
}

.ri-question-fill:before {
	content: "";
}

.ri-question-line:before {
	content: "";
}

.ri-question-mark:before {
	content: "";
}

.ri-questionnaire-fill:before {
	content: "";
}

.ri-questionnaire-line:before {
	content: "";
}

.ri-quill-pen-fill:before {
	content: "";
}

.ri-quill-pen-line:before {
	content: "";
}

.ri-radar-fill:before {
	content: "";
}

.ri-radar-line:before {
	content: "";
}

.ri-radio-2-fill:before {
	content: "";
}

.ri-radio-2-line:before {
	content: "";
}

.ri-radio-button-fill:before {
	content: "";
}

.ri-radio-button-line:before {
	content: "";
}

.ri-radio-fill:before {
	content: "";
}

.ri-radio-line:before {
	content: "";
}

.ri-rainbow-fill:before {
	content: "";
}

.ri-rainbow-line:before {
	content: "";
}

.ri-rainy-fill:before {
	content: "";
}

.ri-rainy-line:before {
	content: "";
}

.ri-reactjs-fill:before {
	content: "";
}

.ri-reactjs-line:before {
	content: "";
}

.ri-record-circle-fill:before {
	content: "";
}

.ri-record-circle-line:before {
	content: "";
}

.ri-record-mail-fill:before {
	content: "";
}

.ri-record-mail-line:before {
	content: "";
}

.ri-recycle-fill:before {
	content: "";
}

.ri-recycle-line:before {
	content: "";
}

.ri-red-packet-fill:before {
	content: "";
}

.ri-red-packet-line:before {
	content: "";
}

.ri-reddit-fill:before {
	content: "";
}

.ri-reddit-line:before {
	content: "";
}

.ri-refresh-fill:before {
	content: "";
}

.ri-refresh-line:before {
	content: "";
}

.ri-refund-2-fill:before {
	content: "";
}

.ri-refund-2-line:before {
	content: "";
}

.ri-refund-fill:before {
	content: "";
}

.ri-refund-line:before {
	content: "";
}

.ri-registered-fill:before {
	content: "";
}

.ri-registered-line:before {
	content: "";
}

.ri-remixicon-fill:before {
	content: "";
}

.ri-remixicon-line:before {
	content: "";
}

.ri-remote-control-2-fill:before {
	content: "";
}

.ri-remote-control-2-line:before {
	content: "";
}

.ri-remote-control-fill:before {
	content: "";
}

.ri-remote-control-line:before {
	content: "";
}

.ri-repeat-2-fill:before {
	content: "";
}

.ri-repeat-2-line:before {
	content: "";
}

.ri-repeat-fill:before {
	content: "";
}

.ri-repeat-line:before {
	content: "";
}

.ri-repeat-one-fill:before {
	content: "";
}

.ri-repeat-one-line:before {
	content: "";
}

.ri-reply-all-fill:before {
	content: "";
}

.ri-reply-all-line:before {
	content: "";
}

.ri-reply-fill:before {
	content: "";
}

.ri-reply-line:before {
	content: "";
}

.ri-reserved-fill:before {
	content: "";
}

.ri-reserved-line:before {
	content: "";
}

.ri-rest-time-fill:before {
	content: "";
}

.ri-rest-time-line:before {
	content: "";
}

.ri-restart-fill:before {
	content: "";
}

.ri-restart-line:before {
	content: "";
}

.ri-restaurant-2-fill:before {
	content: "";
}

.ri-restaurant-2-line:before {
	content: "";
}

.ri-restaurant-fill:before {
	content: "";
}

.ri-restaurant-line:before {
	content: "";
}

.ri-rewind-fill:before {
	content: "";
}

.ri-rewind-line:before {
	content: "";
}

.ri-rewind-mini-fill:before {
	content: "";
}

.ri-rewind-mini-line:before {
	content: "";
}

.ri-rhythm-fill:before {
	content: "";
}

.ri-rhythm-line:before {
	content: "";
}

.ri-riding-fill:before {
	content: "";
}

.ri-riding-line:before {
	content: "";
}

.ri-road-map-fill:before {
	content: "";
}

.ri-road-map-line:before {
	content: "";
}

.ri-roadster-fill:before {
	content: "";
}

.ri-roadster-line:before {
	content: "";
}

.ri-robot-fill:before {
	content: "";
}

.ri-robot-line:before {
	content: "";
}

.ri-rocket-2-fill:before {
	content: "";
}

.ri-rocket-2-line:before {
	content: "";
}

.ri-rocket-fill:before {
	content: "";
}

.ri-rocket-line:before {
	content: "";
}

.ri-rotate-lock-fill:before {
	content: "";
}

.ri-rotate-lock-line:before {
	content: "";
}

.ri-rounded-corner:before {
	content: "";
}

.ri-route-fill:before {
	content: "";
}

.ri-route-line:before {
	content: "";
}

.ri-router-fill:before {
	content: "";
}

.ri-router-line:before {
	content: "";
}

.ri-rss-fill:before {
	content: "";
}

.ri-rss-line:before {
	content: "";
}

.ri-ruler-2-fill:before {
	content: "";
}

.ri-ruler-2-line:before {
	content: "";
}

.ri-ruler-fill:before {
	content: "";
}

.ri-ruler-line:before {
	content: "";
}

.ri-run-fill:before {
	content: "";
}

.ri-run-line:before {
	content: "";
}

.ri-safari-fill:before {
	content: "";
}

.ri-safari-line:before {
	content: "";
}

.ri-safe-2-fill:before {
	content: "";
}

.ri-safe-2-line:before {
	content: "";
}

.ri-safe-fill:before {
	content: "";
}

.ri-safe-line:before {
	content: "";
}

.ri-sailboat-fill:before {
	content: "";
}

.ri-sailboat-line:before {
	content: "";
}

.ri-save-2-fill:before {
	content: "";
}

.ri-save-2-line:before {
	content: "";
}

.ri-save-3-fill:before {
	content: "";
}

.ri-save-3-line:before {
	content: "";
}

.ri-save-fill:before {
	content: "";
}

.ri-save-line:before {
	content: "";
}

.ri-scales-2-fill:before {
	content: "";
}

.ri-scales-2-line:before {
	content: "";
}

.ri-scales-3-fill:before {
	content: "";
}

.ri-scales-3-line:before {
	content: "";
}

.ri-scales-fill:before {
	content: "";
}

.ri-scales-line:before {
	content: "";
}

.ri-scan-2-fill:before {
	content: "";
}

.ri-scan-2-line:before {
	content: "";
}

.ri-scan-fill:before {
	content: "";
}

.ri-scan-line:before {
	content: "";
}

.ri-scissors-2-fill:before {
	content: "";
}

.ri-scissors-2-line:before {
	content: "";
}

.ri-scissors-cut-fill:before {
	content: "";
}

.ri-scissors-cut-line:before {
	content: "";
}

.ri-scissors-fill:before {
	content: "";
}

.ri-scissors-line:before {
	content: "";
}

.ri-screenshot-2-fill:before {
	content: "";
}

.ri-screenshot-2-line:before {
	content: "";
}

.ri-screenshot-fill:before {
	content: "";
}

.ri-screenshot-line:before {
	content: "";
}

.ri-sd-card-fill:before {
	content: "";
}

.ri-sd-card-line:before {
	content: "";
}

.ri-sd-card-mini-fill:before {
	content: "";
}

.ri-sd-card-mini-line:before {
	content: "";
}

.ri-search-2-fill:before {
	content: "";
}

.ri-search-2-line:before {
	content: "";
}

.ri-search-eye-fill:before {
	content: "";
}

.ri-search-eye-line:before {
	content: "";
}

.ri-search-fill:before {
	content: "";
}

.ri-search-line:before {
	content: "";
}

.ri-secure-payment-fill:before {
	content: "";
}

.ri-secure-payment-line:before {
	content: "";
}

.ri-seedling-fill:before {
	content: "";
}

.ri-seedling-line:before {
	content: "";
}

.ri-send-backward:before {
	content: "";
}

.ri-send-plane-2-fill:before {
	content: "";
}

.ri-send-plane-2-line:before {
	content: "";
}

.ri-send-plane-fill:before {
	content: "";
}

.ri-send-plane-line:before {
	content: "";
}

.ri-send-to-back:before {
	content: "";
}

.ri-sensor-fill:before {
	content: "";
}

.ri-sensor-line:before {
	content: "";
}

.ri-separator:before {
	content: "";
}

.ri-server-fill:before {
	content: "";
}

.ri-server-line:before {
	content: "";
}

.ri-service-fill:before {
	content: "";
}

.ri-service-line:before {
	content: "";
}

.ri-settings-2-fill:before {
	content: "";
}

.ri-settings-2-line:before {
	content: "";
}

.ri-settings-3-fill:before {
	content: "";
}

.ri-settings-3-line:before {
	content: "";
}

.ri-settings-4-fill:before {
	content: "";
}

.ri-settings-4-line:before {
	content: "";
}

.ri-settings-5-fill:before {
	content: "";
}

.ri-settings-5-line:before {
	content: "";
}

.ri-settings-6-fill:before {
	content: "";
}

.ri-settings-6-line:before {
	content: "";
}

.ri-settings-fill:before {
	content: "";
}

.ri-settings-line:before {
	content: "";
}

.ri-shape-2-fill:before {
	content: "";
}

.ri-shape-2-line:before {
	content: "";
}

.ri-shape-fill:before {
	content: "";
}

.ri-shape-line:before {
	content: "";
}

.ri-share-box-fill:before {
	content: "";
}

.ri-share-box-line:before {
	content: "";
}

.ri-share-circle-fill:before {
	content: "";
}

.ri-share-circle-line:before {
	content: "";
}

.ri-share-fill:before {
	content: "";
}

.ri-share-forward-2-fill:before {
	content: "";
}

.ri-share-forward-2-line:before {
	content: "";
}

.ri-share-forward-box-fill:before {
	content: "";
}

.ri-share-forward-box-line:before {
	content: "";
}

.ri-share-forward-fill:before {
	content: "";
}

.ri-share-forward-line:before {
	content: "";
}

.ri-share-line:before {
	content: "";
}

.ri-shield-check-fill:before {
	content: "";
}

.ri-shield-check-line:before {
	content: "";
}

.ri-shield-cross-fill:before {
	content: "";
}

.ri-shield-cross-line:before {
	content: "";
}

.ri-shield-fill:before {
	content: "";
}

.ri-shield-flash-fill:before {
	content: "";
}

.ri-shield-flash-line:before {
	content: "";
}

.ri-shield-keyhole-fill:before {
	content: "";
}

.ri-shield-keyhole-line:before {
	content: "";
}

.ri-shield-line:before {
	content: "";
}

.ri-shield-star-fill:before {
	content: "";
}

.ri-shield-star-line:before {
	content: "";
}

.ri-shield-user-fill:before {
	content: "";
}

.ri-shield-user-line:before {
	content: "";
}

.ri-ship-2-fill:before {
	content: "";
}

.ri-ship-2-line:before {
	content: "";
}

.ri-ship-fill:before {
	content: "";
}

.ri-ship-line:before {
	content: "";
}

.ri-shirt-fill:before {
	content: "";
}

.ri-shirt-line:before {
	content: "";
}

.ri-shopping-bag-2-fill:before {
	content: "";
}

.ri-shopping-bag-2-line:before {
	content: "";
}

.ri-shopping-bag-3-fill:before {
	content: "";
}

.ri-shopping-bag-3-line:before {
	content: "";
}

.ri-shopping-bag-fill:before {
	content: "";
}

.ri-shopping-bag-line:before {
	content: "";
}

.ri-shopping-basket-2-fill:before {
	content: "";
}

.ri-shopping-basket-2-line:before {
	content: "";
}

.ri-shopping-basket-fill:before {
	content: "";
}

.ri-shopping-basket-line:before {
	content: "";
}

.ri-shopping-cart-2-fill:before {
	content: "";
}

.ri-shopping-cart-2-line:before {
	content: "";
}

.ri-shopping-cart-fill:before {
	content: "";
}

.ri-shopping-cart-line:before {
	content: "";
}

.ri-showers-fill:before {
	content: "";
}

.ri-showers-line:before {
	content: "";
}

.ri-shuffle-fill:before {
	content: "";
}

.ri-shuffle-line:before {
	content: "";
}

.ri-shut-down-fill:before {
	content: "";
}

.ri-shut-down-line:before {
	content: "";
}

.ri-side-bar-fill:before {
	content: "";
}

.ri-side-bar-line:before {
	content: "";
}

.ri-signal-tower-fill:before {
	content: "";
}

.ri-signal-tower-line:before {
	content: "";
}

.ri-signal-wifi-1-fill:before {
	content: "";
}

.ri-signal-wifi-1-line:before {
	content: "";
}

.ri-signal-wifi-2-fill:before {
	content: "";
}

.ri-signal-wifi-2-line:before {
	content: "";
}

.ri-signal-wifi-3-fill:before {
	content: "";
}

.ri-signal-wifi-3-line:before {
	content: "";
}

.ri-signal-wifi-error-fill:before {
	content: "";
}

.ri-signal-wifi-error-line:before {
	content: "";
}

.ri-signal-wifi-fill:before {
	content: "";
}

.ri-signal-wifi-line:before {
	content: "";
}

.ri-signal-wifi-off-fill:before {
	content: "";
}

.ri-signal-wifi-off-line:before {
	content: "";
}

.ri-sim-card-2-fill:before {
	content: "";
}

.ri-sim-card-2-line:before {
	content: "";
}

.ri-sim-card-fill:before {
	content: "";
}

.ri-sim-card-line:before {
	content: "";
}

.ri-single-quotes-l:before {
	content: "";
}

.ri-single-quotes-r:before {
	content: "";
}

.ri-sip-fill:before {
	content: "";
}

.ri-sip-line:before {
	content: "";
}

.ri-skip-back-fill:before {
	content: "";
}

.ri-skip-back-line:before {
	content: "";
}

.ri-skip-back-mini-fill:before {
	content: "";
}

.ri-skip-back-mini-line:before {
	content: "";
}

.ri-skip-forward-fill:before {
	content: "";
}

.ri-skip-forward-line:before {
	content: "";
}

.ri-skip-forward-mini-fill:before {
	content: "";
}

.ri-skip-forward-mini-line:before {
	content: "";
}

.ri-skull-2-fill:before {
	content: "";
}

.ri-skull-2-line:before {
	content: "";
}

.ri-skull-fill:before {
	content: "";
}

.ri-skull-line:before {
	content: "";
}

.ri-skype-fill:before {
	content: "";
}

.ri-skype-line:before {
	content: "";
}

.ri-slack-fill:before {
	content: "";
}

.ri-slack-line:before {
	content: "";
}

.ri-slice-fill:before {
	content: "";
}

.ri-slice-line:before {
	content: "";
}

.ri-slideshow-2-fill:before {
	content: "";
}

.ri-slideshow-2-line:before {
	content: "";
}

.ri-slideshow-3-fill:before {
	content: "";
}

.ri-slideshow-3-line:before {
	content: "";
}

.ri-slideshow-4-fill:before {
	content: "";
}

.ri-slideshow-4-line:before {
	content: "";
}

.ri-slideshow-fill:before {
	content: "";
}

.ri-slideshow-line:before {
	content: "";
}

.ri-smartphone-fill:before {
	content: "";
}

.ri-smartphone-line:before {
	content: "";
}

.ri-snapchat-fill:before {
	content: "";
}

.ri-snapchat-line:before {
	content: "";
}

.ri-snowy-fill:before {
	content: "";
}

.ri-snowy-line:before {
	content: "";
}

.ri-sort-asc:before {
	content: "";
}

.ri-sort-desc:before {
	content: "";
}

.ri-sound-module-fill:before {
	content: "";
}

.ri-sound-module-line:before {
	content: "";
}

.ri-soundcloud-fill:before {
	content: "";
}

.ri-soundcloud-line:before {
	content: "";
}

.ri-space-ship-fill:before {
	content: "";
}

.ri-space-ship-line:before {
	content: "";
}

.ri-space:before {
	content: "";
}

.ri-spam-2-fill:before {
	content: "";
}

.ri-spam-2-line:before {
	content: "";
}

.ri-spam-3-fill:before {
	content: "";
}

.ri-spam-3-line:before {
	content: "";
}

.ri-spam-fill:before {
	content: "";
}

.ri-spam-line:before {
	content: "";
}

.ri-speaker-2-fill:before {
	content: "";
}

.ri-speaker-2-line:before {
	content: "";
}

.ri-speaker-3-fill:before {
	content: "";
}

.ri-speaker-3-line:before {
	content: "";
}

.ri-speaker-fill:before {
	content: "";
}

.ri-speaker-line:before {
	content: "";
}

.ri-spectrum-fill:before {
	content: "";
}

.ri-spectrum-line:before {
	content: "";
}

.ri-speed-fill:before {
	content: "";
}

.ri-speed-line:before {
	content: "";
}

.ri-speed-mini-fill:before {
	content: "";
}

.ri-speed-mini-line:before {
	content: "";
}

.ri-split-cells-horizontal:before {
	content: "";
}

.ri-split-cells-vertical:before {
	content: "";
}

.ri-spotify-fill:before {
	content: "";
}

.ri-spotify-line:before {
	content: "";
}

.ri-spy-fill:before {
	content: "";
}

.ri-spy-line:before {
	content: "";
}

.ri-stack-fill:before {
	content: "";
}

.ri-stack-line:before {
	content: "";
}

.ri-stack-overflow-fill:before {
	content: "";
}

.ri-stack-overflow-line:before {
	content: "";
}

.ri-stackshare-fill:before {
	content: "";
}

.ri-stackshare-line:before {
	content: "";
}

.ri-star-fill:before {
	content: "";
}

.ri-star-half-fill:before {
	content: "";
}

.ri-star-half-line:before {
	content: "";
}

.ri-star-half-s-fill:before {
	content: "";
}

.ri-star-half-s-line:before {
	content: "";
}

.ri-star-line:before {
	content: "";
}

.ri-star-s-fill:before {
	content: "";
}

.ri-star-s-line:before {
	content: "";
}

.ri-star-smile-fill:before {
	content: "";
}

.ri-star-smile-line:before {
	content: "";
}

.ri-steam-fill:before {
	content: "";
}

.ri-steam-line:before {
	content: "";
}

.ri-steering-2-fill:before {
	content: "";
}

.ri-steering-2-line:before {
	content: "";
}

.ri-steering-fill:before {
	content: "";
}

.ri-steering-line:before {
	content: "";
}

.ri-stethoscope-fill:before {
	content: "";
}

.ri-stethoscope-line:before {
	content: "";
}

.ri-sticky-note-2-fill:before {
	content: "";
}

.ri-sticky-note-2-line:before {
	content: "";
}

.ri-sticky-note-fill:before {
	content: "";
}

.ri-sticky-note-line:before {
	content: "";
}

.ri-stock-fill:before {
	content: "";
}

.ri-stock-line:before {
	content: "";
}

.ri-stop-circle-fill:before {
	content: "";
}

.ri-stop-circle-line:before {
	content: "";
}

.ri-stop-fill:before {
	content: "";
}

.ri-stop-line:before {
	content: "";
}

.ri-stop-mini-fill:before {
	content: "";
}

.ri-stop-mini-line:before {
	content: "";
}

.ri-store-2-fill:before {
	content: "";
}

.ri-store-2-line:before {
	content: "";
}

.ri-store-3-fill:before {
	content: "";
}

.ri-store-3-line:before {
	content: "";
}

.ri-store-fill:before {
	content: "";
}

.ri-store-line:before {
	content: "";
}

.ri-strikethrough-2:before {
	content: "";
}

.ri-strikethrough:before {
	content: "";
}

.ri-subscript-2:before {
	content: "";
}

.ri-subscript:before {
	content: "";
}

.ri-subtract-fill:before {
	content: "";
}

.ri-subtract-line:before {
	content: "";
}

.ri-subway-fill:before {
	content: "";
}

.ri-subway-line:before {
	content: "";
}

.ri-subway-wifi-fill:before {
	content: "";
}

.ri-subway-wifi-line:before {
	content: "";
}

.ri-suitcase-2-fill:before {
	content: "";
}

.ri-suitcase-2-line:before {
	content: "";
}

.ri-suitcase-3-fill:before {
	content: "";
}

.ri-suitcase-3-line:before {
	content: "";
}

.ri-suitcase-fill:before {
	content: "";
}

.ri-suitcase-line:before {
	content: "";
}

.ri-sun-cloudy-fill:before {
	content: "";
}

.ri-sun-cloudy-line:before {
	content: "";
}

.ri-sun-fill:before {
	content: "";
}

.ri-sun-foggy-fill:before {
	content: "";
}

.ri-sun-foggy-line:before {
	content: "";
}

.ri-sun-line:before {
	content: "";
}

.ri-superscript-2:before {
	content: "";
}

.ri-superscript:before {
	content: "";
}

.ri-surgical-mask-fill:before {
	content: "";
}

.ri-surgical-mask-line:before {
	content: "";
}

.ri-surround-sound-fill:before {
	content: "";
}

.ri-surround-sound-line:before {
	content: "";
}

.ri-survey-fill:before {
	content: "";
}

.ri-survey-line:before {
	content: "";
}

.ri-swap-box-fill:before {
	content: "";
}

.ri-swap-box-line:before {
	content: "";
}

.ri-swap-fill:before {
	content: "";
}

.ri-swap-line:before {
	content: "";
}

.ri-switch-fill:before {
	content: "";
}

.ri-switch-line:before {
	content: "";
}

.ri-sword-fill:before {
	content: "";
}

.ri-sword-line:before {
	content: "";
}

.ri-syringe-fill:before {
	content: "";
}

.ri-syringe-line:before {
	content: "";
}

.ri-t-box-fill:before {
	content: "";
}

.ri-t-box-line:before {
	content: "";
}

.ri-t-shirt-2-fill:before {
	content: "";
}

.ri-t-shirt-2-line:before {
	content: "";
}

.ri-t-shirt-air-fill:before {
	content: "";
}

.ri-t-shirt-air-line:before {
	content: "";
}

.ri-t-shirt-fill:before {
	content: "";
}

.ri-t-shirt-line:before {
	content: "";
}

.ri-table-2:before {
	content: "";
}

.ri-table-alt-fill:before {
	content: "";
}

.ri-table-alt-line:before {
	content: "";
}

.ri-table-fill:before {
	content: "";
}

.ri-table-line:before {
	content: "";
}

.ri-tablet-fill:before {
	content: "";
}

.ri-tablet-line:before {
	content: "";
}

.ri-takeaway-fill:before {
	content: "";
}

.ri-takeaway-line:before {
	content: "";
}

.ri-taobao-fill:before {
	content: "";
}

.ri-taobao-line:before {
	content: "";
}

.ri-tape-fill:before {
	content: "";
}

.ri-tape-line:before {
	content: "";
}

.ri-task-fill:before {
	content: "";
}

.ri-task-line:before {
	content: "";
}

.ri-taxi-fill:before {
	content: "";
}

.ri-taxi-line:before {
	content: "";
}

.ri-taxi-wifi-fill:before {
	content: "";
}

.ri-taxi-wifi-line:before {
	content: "";
}

.ri-team-fill:before {
	content: "";
}

.ri-team-line:before {
	content: "";
}

.ri-telegram-fill:before {
	content: "";
}

.ri-telegram-line:before {
	content: "";
}

.ri-temp-cold-fill:before {
	content: "";
}

.ri-temp-cold-line:before {
	content: "";
}

.ri-temp-hot-fill:before {
	content: "";
}

.ri-temp-hot-line:before {
	content: "";
}

.ri-terminal-box-fill:before {
	content: "";
}

.ri-terminal-box-line:before {
	content: "";
}

.ri-terminal-fill:before {
	content: "";
}

.ri-terminal-line:before {
	content: "";
}

.ri-terminal-window-fill:before {
	content: "";
}

.ri-terminal-window-line:before {
	content: "";
}

.ri-test-tube-fill:before {
	content: "";
}

.ri-test-tube-line:before {
	content: "";
}

.ri-text-direction-l:before {
	content: "";
}

.ri-text-direction-r:before {
	content: "";
}

.ri-text-spacing:before {
	content: "";
}

.ri-text-wrap:before {
	content: "";
}

.ri-text:before {
	content: "";
}

.ri-thermometer-fill:before {
	content: "";
}

.ri-thermometer-line:before {
	content: "";
}

.ri-thumb-down-fill:before {
	content: "";
}

.ri-thumb-down-line:before {
	content: "";
}

.ri-thumb-up-fill:before {
	content: "";
}

.ri-thumb-up-line:before {
	content: "";
}

.ri-thunderstorms-fill:before {
	content: "";
}

.ri-thunderstorms-line:before {
	content: "";
}

.ri-ticket-2-fill:before {
	content: "";
}

.ri-ticket-2-line:before {
	content: "";
}

.ri-ticket-fill:before {
	content: "";
}

.ri-ticket-line:before {
	content: "";
}

.ri-time-fill:before {
	content: "";
}

.ri-time-line:before {
	content: "";
}

.ri-timer-2-fill:before {
	content: "";
}

.ri-timer-2-line:before {
	content: "";
}

.ri-timer-fill:before {
	content: "";
}

.ri-timer-flash-fill:before {
	content: "";
}

.ri-timer-flash-line:before {
	content: "";
}

.ri-timer-line:before {
	content: "";
}

.ri-todo-fill:before {
	content: "";
}

.ri-todo-line:before {
	content: "";
}

.ri-toggle-fill:before {
	content: "";
}

.ri-toggle-line:before {
	content: "";
}

.ri-tools-fill:before {
	content: "";
}

.ri-tools-line:before {
	content: "";
}

.ri-tornado-fill:before {
	content: "";
}

.ri-tornado-line:before {
	content: "";
}

.ri-trademark-fill:before {
	content: "";
}

.ri-trademark-line:before {
	content: "";
}

.ri-traffic-light-fill:before {
	content: "";
}

.ri-traffic-light-line:before {
	content: "";
}

.ri-train-fill:before {
	content: "";
}

.ri-train-line:before {
	content: "";
}

.ri-train-wifi-fill:before {
	content: "";
}

.ri-train-wifi-line:before {
	content: "";
}

.ri-translate-2:before {
	content: "";
}

.ri-translate:before {
	content: "";
}

.ri-travesti-fill:before {
	content: "";
}

.ri-travesti-line:before {
	content: "";
}

.ri-treasure-map-fill:before {
	content: "";
}

.ri-treasure-map-line:before {
	content: "";
}

.ri-trello-fill:before {
	content: "";
}

.ri-trello-line:before {
	content: "";
}

.ri-trophy-fill:before {
	content: "";
}

.ri-trophy-line:before {
	content: "";
}

.ri-truck-fill:before {
	content: "";
}

.ri-truck-line:before {
	content: "";
}

.ri-tumblr-fill:before {
	content: "";
}

.ri-tumblr-line:before {
	content: "";
}

.ri-tv-2-fill:before {
	content: "";
}

.ri-tv-2-line:before {
	content: "";
}

.ri-tv-fill:before {
	content: "";
}

.ri-tv-line:before {
	content: "";
}

.ri-twitch-fill:before {
	content: "";
}

.ri-twitch-line:before {
	content: "";
}

.ri-twitter-fill:before {
	content: "";
}

.ri-twitter-line:before {
	content: "";
}

.ri-typhoon-fill:before {
	content: "";
}

.ri-typhoon-line:before {
	content: "";
}

.ri-u-disk-fill:before {
	content: "";
}

.ri-u-disk-line:before {
	content: "";
}

.ri-ubuntu-fill:before {
	content: "";
}

.ri-ubuntu-line:before {
	content: "";
}

.ri-umbrella-fill:before {
	content: "";
}

.ri-umbrella-line:before {
	content: "";
}

.ri-underline:before {
	content: "";
}

.ri-uninstall-fill:before {
	content: "";
}

.ri-uninstall-line:before {
	content: "";
}

.ri-unsplash-fill:before {
	content: "";
}

.ri-unsplash-line:before {
	content: "";
}

.ri-upload-2-fill:before {
	content: "";
}

.ri-upload-2-line:before {
	content: "";
}

.ri-upload-cloud-2-fill:before {
	content: "";
}

.ri-upload-cloud-2-line:before {
	content: "";
}

.ri-upload-cloud-fill:before {
	content: "";
}

.ri-upload-cloud-line:before {
	content: "";
}

.ri-upload-fill:before {
	content: "";
}

.ri-upload-line:before {
	content: "";
}

.ri-usb-fill:before {
	content: "";
}

.ri-usb-line:before {
	content: "";
}

.ri-user-2-fill:before {
	content: "";
}

.ri-user-2-line:before {
	content: "";
}

.ri-user-3-fill:before {
	content: "";
}

.ri-user-3-line:before {
	content: "";
}

.ri-user-4-fill:before {
	content: "";
}

.ri-user-4-line:before {
	content: "";
}

.ri-user-5-fill:before {
	content: "";
}

.ri-user-5-line:before {
	content: "";
}

.ri-user-6-fill:before {
	content: "";
}

.ri-user-6-line:before {
	content: "";
}

.ri-user-add-fill:before {
	content: "";
}

.ri-user-add-line:before {
	content: "";
}

.ri-user-fill:before {
	content: "";
}

.ri-user-follow-fill:before {
	content: "";
}

.ri-user-follow-line:before {
	content: "";
}

.ri-user-heart-fill:before {
	content: "";
}

.ri-user-heart-line:before {
	content: "";
}

.ri-user-line:before {
	content: "";
}

.ri-user-location-fill:before {
	content: "";
}

.ri-user-location-line:before {
	content: "";
}

.ri-user-received-2-fill:before {
	content: "";
}

.ri-user-received-2-line:before {
	content: "";
}

.ri-user-received-fill:before {
	content: "";
}

.ri-user-received-line:before {
	content: "";
}

.ri-user-search-fill:before {
	content: "";
}

.ri-user-search-line:before {
	content: "";
}

.ri-user-settings-fill:before {
	content: "";
}

.ri-user-settings-line:before {
	content: "";
}

.ri-user-shared-2-fill:before {
	content: "";
}

.ri-user-shared-2-line:before {
	content: "";
}

.ri-user-shared-fill:before {
	content: "";
}

.ri-user-shared-line:before {
	content: "";
}

.ri-user-smile-fill:before {
	content: "";
}

.ri-user-smile-line:before {
	content: "";
}

.ri-user-star-fill:before {
	content: "";
}

.ri-user-star-line:before {
	content: "";
}

.ri-user-unfollow-fill:before {
	content: "";
}

.ri-user-unfollow-line:before {
	content: "";
}

.ri-user-voice-fill:before {
	content: "";
}

.ri-user-voice-line:before {
	content: "";
}

.ri-video-add-fill:before {
	content: "";
}

.ri-video-add-line:before {
	content: "";
}

.ri-video-chat-fill:before {
	content: "";
}

.ri-video-chat-line:before {
	content: "";
}

.ri-video-download-fill:before {
	content: "";
}

.ri-video-download-line:before {
	content: "";
}

.ri-video-fill:before {
	content: "";
}

.ri-video-line:before {
	content: "";
}

.ri-video-upload-fill:before {
	content: "";
}

.ri-video-upload-line:before {
	content: "";
}

.ri-vidicon-2-fill:before {
	content: "";
}

.ri-vidicon-2-line:before {
	content: "";
}

.ri-vidicon-fill:before {
	content: "";
}

.ri-vidicon-line:before {
	content: "";
}

.ri-vimeo-fill:before {
	content: "";
}

.ri-vimeo-line:before {
	content: "";
}

.ri-vip-crown-2-fill:before {
	content: "";
}

.ri-vip-crown-2-line:before {
	content: "";
}

.ri-vip-crown-fill:before {
	content: "";
}

.ri-vip-crown-line:before {
	content: "";
}

.ri-vip-diamond-fill:before {
	content: "";
}

.ri-vip-diamond-line:before {
	content: "";
}

.ri-vip-fill:before {
	content: "";
}

.ri-vip-line:before {
	content: "";
}

.ri-virus-fill:before {
	content: "";
}

.ri-virus-line:before {
	content: "";
}

.ri-visa-fill:before {
	content: "";
}

.ri-visa-line:before {
	content: "";
}

.ri-voice-recognition-fill:before {
	content: "";
}

.ri-voice-recognition-line:before {
	content: "";
}

.ri-voiceprint-fill:before {
	content: "";
}

.ri-voiceprint-line:before {
	content: "";
}

.ri-volume-down-fill:before {
	content: "";
}

.ri-volume-down-line:before {
	content: "";
}

.ri-volume-mute-fill:before {
	content: "";
}

.ri-volume-mute-line:before {
	content: "";
}

.ri-volume-off-vibrate-fill:before {
	content: "";
}

.ri-volume-off-vibrate-line:before {
	content: "";
}

.ri-volume-up-fill:before {
	content: "";
}

.ri-volume-up-line:before {
	content: "";
}

.ri-volume-vibrate-fill:before {
	content: "";
}

.ri-volume-vibrate-line:before {
	content: "";
}

.ri-vuejs-fill:before {
	content: "";
}

.ri-vuejs-line:before {
	content: "";
}

.ri-walk-fill:before {
	content: "";
}

.ri-walk-line:before {
	content: "";
}

.ri-wallet-2-fill:before {
	content: "";
}

.ri-wallet-2-line:before {
	content: "";
}

.ri-wallet-3-fill:before {
	content: "";
}

.ri-wallet-3-line:before {
	content: "";
}

.ri-wallet-fill:before {
	content: "";
}

.ri-wallet-line:before {
	content: "";
}

.ri-water-flash-fill:before {
	content: "";
}

.ri-water-flash-line:before {
	content: "";
}

.ri-webcam-fill:before {
	content: "";
}

.ri-webcam-line:before {
	content: "";
}

.ri-wechat-2-fill:before {
	content: "";
}

.ri-wechat-2-line:before {
	content: "";
}

.ri-wechat-fill:before {
	content: "";
}

.ri-wechat-line:before {
	content: "";
}

.ri-wechat-pay-fill:before {
	content: "";
}

.ri-wechat-pay-line:before {
	content: "";
}

.ri-weibo-fill:before {
	content: "";
}

.ri-weibo-line:before {
	content: "";
}

.ri-whatsapp-fill:before {
	content: "";
}

.ri-whatsapp-line:before {
	content: "";
}

.ri-wheelchair-fill:before {
	content: "";
}

.ri-wheelchair-line:before {
	content: "";
}

.ri-wifi-fill:before {
	content: "";
}

.ri-wifi-line:before {
	content: "";
}

.ri-wifi-off-fill:before {
	content: "";
}

.ri-wifi-off-line:before {
	content: "";
}

.ri-window-2-fill:before {
	content: "";
}

.ri-window-2-line:before {
	content: "";
}

.ri-window-fill:before {
	content: "";
}

.ri-window-line:before {
	content: "";
}

.ri-windows-fill:before {
	content: "";
}

.ri-windows-line:before {
	content: "";
}

.ri-windy-fill:before {
	content: "";
}

.ri-windy-line:before {
	content: "";
}

.ri-wireless-charging-fill:before {
	content: "";
}

.ri-wireless-charging-line:before {
	content: "";
}

.ri-women-fill:before {
	content: "";
}

.ri-women-line:before {
	content: "";
}

.ri-wubi-input:before {
	content: "";
}

.ri-xbox-fill:before {
	content: "";
}

.ri-xbox-line:before {
	content: "";
}

.ri-xing-fill:before {
	content: "";
}

.ri-xing-line:before {
	content: "";
}

.ri-youtube-fill:before {
	content: "";
}

.ri-youtube-line:before {
	content: "";
}

.ri-zcool-fill:before {
	content: "";
}

.ri-zcool-line:before {
	content: "";
}

.ri-zhihu-fill:before {
	content: "";
}

.ri-zhihu-line:before {
	content: "";
}

.ri-zoom-in-fill:before {
	content: "";
}

.ri-zoom-in-line:before {
	content: "";
}

.ri-zoom-out-fill:before {
	content: "";
}

.ri-zoom-out-line:before {
	content: "";
}

.ri-zzz-fill:before {
	content: "";
}

.ri-zzz-line:before {
	content: "";
}

.glightbox-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999 !important;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: none;
	overflow: hidden;
}

.glightbox-container.inactive {
	display: none;
}

.glightbox-container .gcontainer {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
}

.glightbox-container .gslider {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
	width: 100%;
	position: absolute;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
}

.glightbox-container .gslide.current {
	opacity: 1;
	z-index: 99999;
	position: relative;
}

.glightbox-container .gslide.prev {
	opacity: 1;
	z-index: 9999;
}

.glightbox-container .gslide-inner-content {
	width: 100%;
}

.glightbox-container .ginner-container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	margin: auto;
	height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
	width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
	max-width: 100% !important;
}

.gslide iframe,
.gslide video {
	outline: none !important;
	border: none;
	min-height: 165px;
	-webkit-overflow-scrolling: touch;
	-ms-touch-action: auto;
	touch-action: auto;
}

.gslide:not(.current) {
	pointer-events: none;
}

.gslide-image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gslide-image img {
	max-height: 100vh;
	display: block;
	padding: 0;
	float: none;
	outline: none;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 100vw;
	width: auto;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-ms-touch-action: none;
	touch-action: none;
	margin: auto;
	min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
	width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
	width: auto;
	max-width: 100%;
}

.gslide-image img.zoomable {
	position: relative;
}

.gslide-image img.dragging {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
	-webkit-transition: none;
	transition: none;
}

.gslide-video {
	position: relative;
	max-width: 100vh;
	width: 100% !important;
}

.gslide-video .gvideo-wrapper {
	width: 100%;
	/* max-width: 160vmin; */
	margin: auto;
}

.gslide-video::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, 0.34);
	display: none;
}

.gslide-video.playing::before {
	display: none;
}

.gslide-video.fullscreen {
	max-width: 100% !important;
	min-width: 100%;
	height: 75vh;
}

.gslide-video.fullscreen video {
	max-width: 100% !important;
	width: 100% !important;
}

.gslide-inline {
	background: #fff;
	text-align: left;
	max-height: calc(100vh - 40px);
	overflow: auto;
	max-width: 100%;
}

.gslide-inline .ginlined-content {
	padding: 20px;
	width: 100%;
}

.gslide-inline .dragging {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
	-webkit-transition: none;
	transition: none;
}

.ginlined-content {
	overflow: auto;
	display: block !important;
	opacity: 1;
}

.gslide-external {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 100%;
	background: #fff;
	padding: 0;
	overflow: auto;
	max-height: 75vh;
	height: 100%;
}

.gslide-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
}

.zoomed .gslide-media {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gslide-description {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
	max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
	margin: 0 auto;
	width: 100%;
}

.gslide-description p {
	margin-bottom: 12px;
}

.gslide-description p:last-child {
	margin-bottom: 0;
}

.zoomed .gslide-description {
	display: none;
}

.glightbox-button-hidden {
	display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
	height: auto !important;
	width: 100%;
	background: transparent;
	position: absolute;
	bottom: 0;
	padding: 19px 11px;
	max-width: 100vw !important;
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important;
	max-height: 78vh;
	overflow: auto !important;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0.75))
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.75) 100%
	);
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
	color: #fff;
	font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
	color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
	color: #fff;
	font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
	color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
	color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
	color: #fff;
	opacity: 0.4;
}

.gdesc-open .gslide-media {
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 0.4;
}

.gdesc-open .gdesc-inner {
	padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 1;
}

.greset {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gabsolute {
	position: absolute;
}

.grelative {
	position: relative;
}

.glightbox-desc {
	display: none !important;
}

.glightbox-open {
	overflow: hidden;
}

.gloader {
	height: 25px;
	width: 25px;
	-webkit-animation: lightboxLoader 0.8s infinite linear;
	animation: lightboxLoader 0.8s infinite linear;
	border: 2px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	position: absolute;
	display: block;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 47%;
}

.goverlay {
	width: 100%;
	height: calc(100vh + 1px);
	position: fixed;
	top: -1px;
	left: 0;
	background: #000;
	will-change: opacity;
}

.glightbox-mobile .goverlay {
	background: #000;
}

.gprev,
.gnext,
.gclose {
	z-index: 99999;
	cursor: pointer;
	width: 26px;
	height: 44px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
	display: block;
	width: 25px;
	height: auto;
	margin: 0;
	padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
	opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
	stroke: #fff;
}

.gbtn.focused {
	outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
	opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
	opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
	background: #fff;
}

.glightbox-clean .gdesc-inner {
	padding: 22px 20px;
}

.glightbox-clean .gslide-title {
	font-size: 1em;
	font-weight: normal;
	font-family: arial;
	color: #000;
	margin-bottom: 19px;
	line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
	font-size: 0.86em;
	margin-bottom: 0;
	font-family: arial;
	line-height: 1.4em;
}

.glightbox-clean .gslide-video {
	background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
	fill: #fff;
}

.glightbox-clean .gprev {
	position: absolute;
	top: -100%;
	left: 30px;
	width: 40px;
	height: 50px;
}

.glightbox-clean .gnext {
	position: absolute;
	top: -100%;
	right: 30px;
	width: 40px;
	height: 50px;
}

.glightbox-clean .gclose {
	width: 35px;
	height: 35px;
	top: 15px;
	right: 10px;
	position: absolute;
}

.glightbox-clean .gclose svg {
	width: 18px;
	height: auto;
}

.glightbox-clean .gclose:hover {
	opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
	-webkit-animation: gfadeIn 0.5s ease;
	animation: gfadeIn 0.5s ease;
}

.gfadeOut {
	-webkit-animation: gfadeOut 0.5s ease;
	animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
	-webkit-animation: gslideOutLeft 0.3s ease;
	animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
	-webkit-animation: gslideInLeft 0.3s ease;
	animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
	-webkit-animation: gslideOutRight 0.3s ease;
	animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
	-webkit-animation: gslideInRight 0.3s ease;
	animation: gslideInRight 0.3s ease;
}

.gzoomIn {
	-webkit-animation: gzoomIn 0.5s ease;
	animation: gzoomIn 0.5s ease;
}

.gzoomOut {
	-webkit-animation: gzoomOut 0.5s ease;
	animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes gfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes gfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes gfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes gfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes gslideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
	}
	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes gslideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
	}
	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes gslideOutLeft {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes gslideOutLeft {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden;
	}
}
@-webkit-keyframes gslideInRight {
	from {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes gslideInRight {
	from {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes gslideOutRight {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0;
	}
}
@keyframes gslideOutRight {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0;
	}
}
@-webkit-keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 1;
	}
}
@keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes gzoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@keyframes gzoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@media (min-width: 769px) {
	.glightbox-container .ginner-container {
		width: auto;
		height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.glightbox-container .ginner-container.desc-top .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.glightbox-container .ginner-container.desc-top .gslide-image,
	.glightbox-container .ginner-container.desc-top .gslide-image img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.glightbox-container .ginner-container.desc-left .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.glightbox-container .ginner-container.desc-left .gslide-image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.gslide-image img {
		max-height: 97vh;
		max-width: 100%;
	}

	.gslide-image img.zoomable {
		cursor: -webkit-zoom-in;
		cursor: zoom-in;
	}

	.zoomed .gslide-image img.zoomable {
		cursor: -webkit-grab;
		cursor: grab;
	}

	.gslide-inline {
		max-height: 95vh;
	}

	.gslide-external {
		max-height: 100vh;
	}

	.gslide-description.description-left,
	.gslide-description.description-right {
		max-width: 275px;
	}

	.glightbox-open {
		height: auto;
	}

	.goverlay {
		background: rgba(0, 0, 0, 0.92);
	}

	.glightbox-clean .gslide-media {
		-webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
		box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
	}

	.glightbox-clean .description-left .gdesc-inner,
	.glightbox-clean .description-right .gdesc-inner {
		position: absolute;
		height: 100%;
		overflow-y: auto;
	}

	.glightbox-clean .gprev,
	.glightbox-clean .gnext,
	.glightbox-clean .gclose {
		background-color: rgba(0, 0, 0, 0.32);
	}

	.glightbox-clean .gprev:hover,
	.glightbox-clean .gnext:hover,
	.glightbox-clean .gclose:hover {
		background-color: rgba(0, 0, 0, 0.7);
	}

	.glightbox-clean .gprev {
		top: 45%;
	}

	.glightbox-clean .gnext {
		top: 45%;
	}
}
@media (min-width: 992px) {
	.glightbox-clean .gclose {
		opacity: 0.7;
		right: 20px;
	}
}
@media screen and (max-height: 420px) {
	.goverlay {
		background: #000;
	}
}
/**
 * Swiper 7.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 16, 2021
 */
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}

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

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

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

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

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

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

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

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

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

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

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

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-centered.swiper-horizontal
	> .swiper-wrapper
	> .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
	width: var(
		--swiper-pagination-bullet-width,
		var(--swiper-pagination-bullet-size, 8px)
	);
	height: var(
		--swiper-pagination-bullet-height,
		var(--swiper-pagination-bullet-size, 8px)
	);
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

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

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

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

.swiper-pagination-lock {
	display: none;
}

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none;
}

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

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

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

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

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

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

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

.swiper-cube {
	overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.swiper-flip {
	overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
/*# sourceMappingURL=styles.css.map */

.login-contain {
	max-width: 400px;
	margin: 0 auto;
}

.login-contain button {
	background: #761327;
	border: 1px solid #761327;
	color:#ffffff;
}

.logo-register {
	background: rgb(22, 35, 44);
	background: linear-gradient(
		0deg,
		rgba(22, 35, 44, 1) 0%,
		rgba(37, 60, 76, 1) 100%
	);
}

.logo-register img {
	width: 127px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 1rem;
}

.logo-container img {
	padding: 0 10px;
}

.liste-session i {
	padding-right: 1rem;
}

.liste-session.finished p{
	color: #cdcdcd;
}

.liste-session.canceled p{
	color: #cdcdcd;
}

div .session-display.canceled{
	color: #cdcdcd;
}

.liste-session {
	margin-top: 1.5rem;
}

.lib-lc {
	font-weight: bold;
}

.login-box.card {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
}

.register-contain button {
	background: #761327;
	border: 1px solid #761327;
	color:#ffffff;
}

.register-contain input[type="checkbox"] {
	margin-left: 1rem;
}

div#registration_form_kind label {
	padding: 0 0.5rem;
	font-size: 12px;
}

.flag-icon,
.flag-icon-background {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
}

.flag-icon {
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
}

.flag-icon-fr {
	background-image: url(../img/flags/fr.svg);
}

.flag-icon-en {
	background-image: url(../img/flags/en.svg);
}

.flag-icon:before {
	content: "\00a0";
}

.flag-icon.flag-icon-squared {
	width: 1em;
}

a#bs-select-1-0,
a#bs-select-1-1 {
	margin: 0;
}

.login-register {
	margin-top: 4rem;
}

.icon-cont {
	background: #100f10;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.5rem;
}

.icon-cont i {
	font-size: 20px;
	color: #ffffff;
}

h2.title-front {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #100f10;
	padding-bottom: 1rem;
}

.mon-espace .card {
	border: none !important;
}

.mon-espace .fa-pencil,
.mon-espace .fa-download {
	margin-right: 0.5rem;
}

div#edit_personal_information_kind label {
	margin-right: 10px;
	margin-left: 6px;
	font-size: 12px;
}

.registration-form {
	margin-top: 7rem;
}

.mention-obligatoire {
	text-align: center;
	display: flex;
	font-style: italic;
	align-items: center;
	justify-content: center;
	color: #761327;
}

.mention-obligatoire .icon-cont {
	background: #761327;
}

div[id^="send_feedback_surveys_"] > label {
	padding: 0 15px 0 5px;
}

div[id^="send_feedback_surveys_"] {
	padding-top: 1rem;
	padding-bottom: 1.5rem;
}

.session-display .one-session {
	border: 1px solid #dcdcdc;
	height: 100%;
	border-radius: 15px;
	box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.session-display .one-session .card {
	background-color: unset !important ;
}

.session-display .one-session .list-group-item {
	background-color: unset !important;
}
