
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #28a745;
	--bs-teal: #20c997;
	--bs-cyan: #17a2b8;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #333;
	--bs-primary: #7952b3;
	--bs-secondary: #6c757d;
	--bs-success: #28a745;
	--bs-info: #17a2b8;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #333;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
}

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

body {
	margin: 0;
	font-family: Raleway, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25;
}

hr:not([size]) {
	height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 400;
	line-height: 1.2;
}

h1, .h1 {
	font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 2.25rem;
	}
}

h2, .h2 {
	font-size: calc(1.3125rem + .75vw);
}

@media (min-width: 1200px) {
	h2, .h2 {
		font-size: 1.875rem;
	}
}

h3, .h3 {
	font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 1.5rem;
	}
}

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

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

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

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

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

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

ol, ul {
	padding-left: 2rem;
}

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: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

small, .small {
	font-size: .875em;
}

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

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #7952b3;
}

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

pre, code, kbd, samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em;
	-ms-overflow-style: scrollbar;
}

pre code {
	font-size: inherit;
	color: inherit;
	-ms-word-break: normal;
	word-break: normal;
}

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}

figure {
	margin: 0 0 1rem;
}

img, svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

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

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

thead, tbody, tfoot, tr, td, th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

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;
}

[list]::-webkit-calendar-picker-indicator {
	display: none;
}

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;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

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

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
	white-space: normal;
}

@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}

legend + * {
	clear: left;
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

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

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

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

output {
	display: inline-block;
}

iframe {
	border: 0;
}

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

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

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

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.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: .5rem;
}

.initialism {
	font-size: .875em;
	text-transform: uppercase;
}

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

.blockquote > :last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "— ";
}

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

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

.figure {
	display: inline-block;
}

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

.figure-caption {
	font-size: .875em;
	color: #6c757d;
}

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

@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1320px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}

.col {
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

.row-cols-auto > * {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

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

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

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

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

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

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

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.3333333333%;
}

.col-2 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-3 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.col-5 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.6666666667%;
}

.col-6 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.3333333333%;
}

.col-8 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.6666666667%;
}

.col-9 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.3333333333%;
}

.col-11 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.6666666667%;
}

.col-12 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

.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%;
}

.g-0, .gx-0 {
	--bs-gutter-x: 0;
}

.g-0, .gy-0 {
	--bs-gutter-y: 0;
}

.g-1, .gx-1 {
	--bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
	--bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
	--bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
	--bs-gutter-y: .5rem;
}

.g-3, .gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-sm-auto > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

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

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

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

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

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

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

	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-sm-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-sm-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-sm-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-sm-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-sm-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-sm-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-sm-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.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%;
	}

	.g-sm-0, .gx-sm-0 {
		--bs-gutter-x: 0;
	}

	.g-sm-0, .gy-sm-0 {
		--bs-gutter-y: 0;
	}

	.g-sm-1, .gx-sm-1 {
		--bs-gutter-x: .25rem;
	}

	.g-sm-1, .gy-sm-1 {
		--bs-gutter-y: .25rem;
	}

	.g-sm-2, .gx-sm-2 {
		--bs-gutter-x: .5rem;
	}

	.g-sm-2, .gy-sm-2 {
		--bs-gutter-y: .5rem;
	}

	.g-sm-3, .gx-sm-3 {
		--bs-gutter-x: 1rem;
	}

	.g-sm-3, .gy-sm-3 {
		--bs-gutter-y: 1rem;
	}

	.g-sm-4, .gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-sm-4, .gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-sm-5, .gx-sm-5 {
		--bs-gutter-x: 3rem;
	}

	.g-sm-5, .gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-md-auto > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

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

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

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

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

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

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

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-md-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-md-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-md-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-md-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-md-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-md-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.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%;
	}

	.g-md-0, .gx-md-0 {
		--bs-gutter-x: 0;
	}

	.g-md-0, .gy-md-0 {
		--bs-gutter-y: 0;
	}

	.g-md-1, .gx-md-1 {
		--bs-gutter-x: .25rem;
	}

	.g-md-1, .gy-md-1 {
		--bs-gutter-y: .25rem;
	}

	.g-md-2, .gx-md-2 {
		--bs-gutter-x: .5rem;
	}

	.g-md-2, .gy-md-2 {
		--bs-gutter-y: .5rem;
	}

	.g-md-3, .gx-md-3 {
		--bs-gutter-x: 1rem;
	}

	.g-md-3, .gy-md-3 {
		--bs-gutter-y: 1rem;
	}

	.g-md-4, .gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-md-4, .gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-md-5, .gx-md-5 {
		--bs-gutter-x: 3rem;
	}

	.g-md-5, .gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-lg-auto > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

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

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

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

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

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

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

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-lg-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.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%;
	}

	.g-lg-0, .gx-lg-0 {
		--bs-gutter-x: 0;
	}

	.g-lg-0, .gy-lg-0 {
		--bs-gutter-y: 0;
	}

	.g-lg-1, .gx-lg-1 {
		--bs-gutter-x: .25rem;
	}

	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: .25rem;
	}

	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: .5rem;
	}

	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: .5rem;
	}

	.g-lg-3, .gx-lg-3 {
		--bs-gutter-x: 1rem;
	}

	.g-lg-3, .gy-lg-3 {
		--bs-gutter-y: 1rem;
	}

	.g-lg-4, .gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-lg-4, .gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-lg-5, .gx-lg-5 {
		--bs-gutter-x: 3rem;
	}

	.g-lg-5, .gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-xl-auto > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

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

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

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

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

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

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

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-xl-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xl-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-xl-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-xl-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-xl-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-xl-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-xl-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-xl-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.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%;
	}

	.g-xl-0, .gx-xl-0 {
		--bs-gutter-x: 0;
	}

	.g-xl-0, .gy-xl-0 {
		--bs-gutter-y: 0;
	}

	.g-xl-1, .gx-xl-1 {
		--bs-gutter-x: .25rem;
	}

	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y: .25rem;
	}

	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x: .5rem;
	}

	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y: .5rem;
	}

	.g-xl-3, .gx-xl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xl-3, .gy-xl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xl-4, .gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xl-4, .gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xl-5, .gx-xl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xl-5, .gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-xxl-auto > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xxl-1 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xxl-2 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xxl-3 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xxl-4 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xxl-5 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xxl-6 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xxl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-xxl-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xxl-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-xxl-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-xxl-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-xxl-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-xxl-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-xxl-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-xxl-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.g-xxl-0, .gx-xxl-0 {
		--bs-gutter-x: 0;
	}

	.g-xxl-0, .gy-xxl-0 {
		--bs-gutter-y: 0;
	}

	.g-xxl-1, .gx-xxl-1 {
		--bs-gutter-x: .25rem;
	}

	.g-xxl-1, .gy-xxl-1 {
		--bs-gutter-y: .25rem;
	}

	.g-xxl-2, .gx-xxl-2 {
		--bs-gutter-x: .5rem;
	}

	.g-xxl-2, .gy-xxl-2 {
		--bs-gutter-y: .5rem;
	}

	.g-xxl-3, .gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xxl-3, .gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xxl-4, .gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xxl-4, .gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xxl-5, .gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xxl-5, .gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, .05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, .1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, .075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6;
}

.table > :not(caption) > * > * {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
	border-bottom-width: 1px;
}

.table > tbody {
	vertical-align: inherit;
}

.table > thead {
	vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
	border-bottom-color: currentColor;
}

.caption-top {
	caption-side: top;
}

.table-sm > :not(caption) > * > * {
	padding: .25rem .25rem;
}

.table-bordered > :not(caption) > * {
	border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
	border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
	border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color);
}

.table-primary {
	--bs-table-bg: #d9cfea;
	--bs-table-striped-bg: #dbd1eb;
	--bs-table-striped-color: #212529;
	--bs-table-active-bg: #ddd3ec;
	--bs-table-active-color: #212529;
	--bs-table-hover-bg: #dcd2eb;
	--bs-table-hover-color: #212529;
	color: #fff;
	border-color: #ddd3ec;
}

.table-secondary {
	--bs-table-bg: #d6d8db;
	--bs-table-striped-bg: #d8dadc;
	--bs-table-striped-color: #212529;
	--bs-table-active-bg: #dadcde;
	--bs-table-active-color: #212529;
	--bs-table-hover-bg: #d9dbdd;
	--bs-table-hover-color: #212529;
	color: #fff;
	border-color: #dadcde;
}

.table-success {
	--bs-table-bg: #c3e6cb;
	--bs-table-striped-bg: #c6e8ce;
	--bs-table-striped-color: #212529;
	--bs-table-active-bg: #c9e9d0;
	--bs-table-active-color: #212529;
	--bs-table-hover-bg: #c7e8cf;
	--bs-table-hover-color: #212529;
	color: #fff;
	border-color: #c9e9d0;
}

.table-info {
	--bs-table-bg: #bee5eb;
	--bs-table-striped-bg: #c1e6ec;
	--bs-table-striped-color: #212529;
	--bs-table-active-bg: #c5e8ed;
	--bs-table-active-color: #212529;
	--bs-table-hover-bg: #c3e7ed;
	--bs-table-hover-color: #212529;
	color: #fff;
	border-color: #c5e8ed;
}

.table-warning {
	--bs-table-bg: #ffeeba;
	--bs-table-striped-bg: #ffefbd;
	--bs-table-striped-color: #212529;
	--bs-table-active-bg: #ffefc1;
	--bs-table-active-color: #212529;
	--bs-table-hover-bg: #ffefbf;
	--bs-table-hover-color: #212529;
	color: #fff;
	border-color: #ffefc1;
}

.table-danger {
	--bs-table-bg: #f5c6cb;
	--bs-table-striped-bg: #f6c9ce;
	--bs-table-striped-color: #212529;
	--bs-table-active-bg: #f6ccd0;
	--bs-table-active-color: #212529;
	--bs-table-hover-bg: #f6cbcf;
	--bs-table-hover-color: #212529;
	color: #fff;
	border-color: #f6ccd0;
}

.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #f8f9fa;
	--bs-table-striped-color: #212529;
	--bs-table-active-bg: #f9fafb;
	--bs-table-active-color: #212529;
	--bs-table-hover-bg: #f9f9fa;
	--bs-table-hover-color: #212529;
	color: #fff;
	border-color: #f9fafb;
}

.table-dark {
	--bs-table-bg: #333;
	--bs-table-striped-bg: #3d3d3d;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #474747;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #424242;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #474747;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.form-label {
	margin-bottom: .5rem;
}

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

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

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #6c757d;
}

.form-control {
	display: block;
	width: 100%;
	min-height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #beabda;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(121, 82, 179, .25);
}

.form-control::-ms-input-placeholder, .form-control::-moz-placeholder, .form-control::-webkit-input-placeholder, .form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	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 {
	min-height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
}

.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
}

.form-control-color {
	max-width: 3rem;
	padding: .375rem;
}

.form-select {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23333333\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.form-select:focus {
	border-color: #beabda;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(121, 82, 179, .25);
}

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

.form-select[multiple], .form-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none;
}

.form-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.form-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
}

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

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.75em;
	margin-bottom: .125rem;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.75em;
}

.form-check-input {
	width: 1.25em;
	height: 1.25em;
	margin-top: .125em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color-adjust: exact;
	-webkit-transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-check-input {
		-webkit-transition: none;
		transition: none;
	}
}

.form-check-input[type="radio"] {
	border-radius: 50%;
}

.form-check-input:active {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}

.form-check-input:focus {
	border-color: #beabda;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(121, 82, 179, .25);
}

.form-check-input:checked {
	background-color: #7952b3;
	border-color: #7952b3;
}

.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10l3 3l6-6\'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
	background-color: #7952b3;
	border-color: #7952b3;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10h8\'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: .5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
	opacity: .5;
}

.form-switch {
	padding-left: 2.5em;
}

.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'rgba%280, 0, 0, 0.25%29\'/%3e%3c/svg%3e");
	background-position: left center;
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23beabda\'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.form-file {
	--bs-form-file-height: calc(1.5em + .75rem + 2px);
	position: relative;
}

.form-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: var(--bs-form-file-height);
	margin: 0;
	opacity: 0;
}

.form-file-input:focus-within ~ .form-file-label {
	border-color: #beabda;
	box-shadow: 0 0 0 .2rem rgba(121, 82, 179, .25);
}

.form-file-input[disabled] ~ .form-file-label .form-file-text, .form-file-input:disabled ~ .form-file-label .form-file-text {
	background-color: #e9ecef;
}

.form-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: var(--bs-form-file-height);
	border-color: #ced4da;
}

.form-file-text {
	display: block;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: .375rem .75rem;
	overflow: hidden;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #fff;
	border-color: inherit;
	border-style: solid;
	border-width: 1px;
}

.form-file-button {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: .375rem .75rem;
	margin-left: -1px;
	line-height: 1.5;
	color: #495057;
	background-color: #e9ecef;
	border-color: inherit;
	border-style: solid;
	border-width: 1px;
}

.form-file-sm {
	--bs-form-file-height: calc(1.5em + .5rem + 2px);
	font-size: .875rem;
}

.form-file-sm .form-file-text, .form-file-sm .form-file-button {
	padding: .25rem .5rem;
}

.form-file-lg {
	--bs-form-file-height: calc(1.5em + 1rem + 2px);
	font-size: 1.25rem;
}

.form-file-lg .form-file-text, .form-file-lg .form-file-button {
	padding: .5rem 1rem;
}

.form-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.form-range:focus {
	outline: none;
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(121, 82, 179, .25);
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(121, 82, 179, .25);
}

.form-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(121, 82, 179, .25);
}

.form-range::-moz-focus-outer {
	border: 0;
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #7952b3;
	border: 0;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.form-range::-webkit-slider-thumb:active {
	background-color: #d9cee9;
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #7952b3;
	border: 0;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.form-range::-moz-range-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #d9cee9;
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
}

.form-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #7952b3;
	border: 0;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.form-range::-ms-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.form-range::-ms-thumb:active {
	background-color: #d9cee9;
}

.form-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
}

.form-range::-ms-fill-lower {
	background-color: #dee2e6;
}

.form-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
}

.form-range:disabled {
	pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.form-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group > .form-control, .input-group > .form-select, .input-group > .form-file {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-file .form-file-input:focus ~ .form-file-label {
	z-index: 3;
}

.input-group > .form-file > .form-file-input:focus {
	z-index: 4;
}

.input-group .btn {
	position: relative;
	z-index: 2;
}

.input-group .btn:focus {
	z-index: 3;
}

.input-group-text {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	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;
}

.input-group-lg > .form-control {
	min-height: calc(1.5em + 1rem + 2px);
}

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

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
}

.input-group-sm > .form-control {
	min-height: calc(1.5em + .5rem + 2px);
}

.input-group-sm > .form-select {
	height: calc(1.5em + .5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
	padding: .25rem .5rem;
	font-size: .875rem;
}

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

.input-group > :not(:first-child):not(.dropdown-menu) {
	margin-left: -1px;
}

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

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
}

.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;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated .form-select:valid, .form-select.is-valid {
	border-color: #28a745;
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
	border-color: #28a745;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
	background-color: #28a745;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

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

.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: .5em;
}

.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label {
	border-color: #28a745;
}

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

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
}

.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;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
	border-color: #dc3545;
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
	border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
	background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

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

.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: .5em;
}

.was-validated .form-file-input:invalid ~ .form-file-label, .form-file-input.is-invalid ~ .form-file-label {
	border-color: #dc3545;
}

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

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		transition: none;
	}
}

.btn:hover {
	color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(121, 82, 179, .25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
	pointer-events: none;
	opacity: .65;
}

.btn-primary {
	color: #fff;
	background-color: #7952b3;
	border-color: #7952b3;
}

.btn-primary:hover {
	color: #fff;
	background-color: #67449b;
	border-color: #614092;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #67449b;
	border-color: #614092;
	box-shadow: 0 0 0 .2rem rgba(141, 108, 190, .5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #614092;
	border-color: #5b3c89;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(141, 108, 190, .5);
}

.btn-primary:disabled, .btn-primary.disabled {
	color: #fff;
	background-color: #7952b3;
	border-color: #7952b3;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-check:focus + .btn-success, .btn-success:focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-success:disabled, .btn-success.disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-check:focus + .btn-info, .btn-info:focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-info:disabled, .btn-info.disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-warning:disabled, .btn-warning.disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-danger:disabled, .btn-danger.disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-check:focus + .btn-light, .btn-light:focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

.btn-light:disabled, .btn-light.disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-dark {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-dark:hover {
	color: #fff;
	background-color: #202020;
	border-color: #1a1a1a;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
	color: #fff;
	background-color: #202020;
	border-color: #1a1a1a;
	box-shadow: 0 0 0 .2rem rgba(82, 82, 82, .5);
}

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1a1a;
	border-color: #131313;
}

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 82, 82, .5);
}

.btn-dark:disabled, .btn-dark.disabled {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-outline-primary {
	color: #7952b3;
	border-color: #7952b3;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #7952b3;
	border-color: #7952b3;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(121, 82, 179, .5);
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: #7952b3;
	border-color: #7952b3;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .2rem rgba(121, 82, 179, .5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
	color: #7952b3;
	background-color: transparent;
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-dark {
	color: #333;
	border-color: #333;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5);
}

.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
	color: #333;
	background-color: transparent;
}

.btn-link {
	font-weight: 400;
	color: #333;
	text-decoration: underline;
}

.btn-link:hover {
	color: #7952b3;
}

.btn-link:disabled, .btn-link.disabled {
	color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: 0;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: .5rem;
}

.fade {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

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

.collapsing {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .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-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
}

.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;
	}
}

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

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

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.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: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #16181b;
	background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #7952b3;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

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

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

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

.btn-group, .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-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;
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .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: .375rem;
	padding-left: .375rem;
}

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

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-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;
}

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

.nav-link {
	display: block;
	padding: .5rem 1rem;
	text-decoration: none;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.nav-link {
		-webkit-transition: none;
		transition: 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;
}

.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;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #7952b3;
}

.nav-fill > .nav-link, .nav-fill .nav-item {
	-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;
	-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: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
}

.navbar-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-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;
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	-webkit-transition: box-shadow .15s ease-in-out;
	transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		-webkit-transition: none;
		transition: none;
	}
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .2rem;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-sm .navbar-nav {
		-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: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}

	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-md .navbar-nav {
		-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: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}

	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-lg .navbar-nav {
		-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: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}

	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-xl .navbar-nav {
		-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: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}

	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

@media (min-width: 1400px) {
	.navbar-expand-xxl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-xxl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-xxl .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}

	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .55);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280, 0, 0, 0.55%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, .55);
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
	color: rgba(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, .55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .55);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.55%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, .55);
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
}

.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;
}

.card > .list-group:last-child {
	border-bottom-width: 0;
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
	border-top: 0;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem 1rem;
}

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

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

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

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1rem;
}

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

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

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

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
}

.card-img, .card-img-top, .card-img-bottom {
	width: 100%;
}

.card-group > .card {
	margin-bottom: .75rem;
}

@media (min-width: 576px) {
	.card-group {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.card-group > .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}

	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
}

.accordion > .card {
	overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
	border-bottom: 0;
}

.accordion > .card > .card-header {
	margin-bottom: -1px;
}

.breadcrumb {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 8px;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
}

.breadcrumb-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-left: 0;
	list-style: none;
}

.page-link {
	position: relative;
	display: block;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #7952b3;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(121, 82, 179, .25);
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #7952b3;
	border-color: #7952b3;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
}

.page-link {
	padding: .375rem .75rem;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
}

.badge {
	display: inline-block;
	padding: .25em .5em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}

.badge:empty {
	display: none;
}

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

.alert, .paypalHelpBox {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
}

.alert-heading {
	color: inherit;
}

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

.alert-dismissible {
	padding-right: 3.5rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1rem 1rem;
	color: inherit;
}

.alert-primary {
	color: #3f2b5d;
	background-color: #e4dcf0;
	border-color: #d9cfea;
}

.alert-primary .alert-link {
	color: #271b3a;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary .alert-link {
	color: #212326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info .alert-link {
	color: #062c32;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning .alert-link {
	color: #533f02;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1b1b;
	background-color: #d6d6d6;
	border-color: #c6c6c6;
}

.alert-dark .alert-link {
	color: #010101;
}

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

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

.progress {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
}

.progress-bar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #7952b3;
	-webkit-transition: width .6s ease;
	transition: width .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

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

.list-group {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.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: .5rem 1rem;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.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: #7952b3;
	border-color: #7952b3;
}

.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 {
	-ms-flex-direction: row;
	flex-direction: row;
}

.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 {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.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 {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.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 {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.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 {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.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;
	}
}

@media (min-width: 1400px) {
	.list-group-horizontal-xxl {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.list-group-horizontal-xxl > .list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-xxl > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

.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: #3f2b5d;
	background-color: #d9cfea;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #3f2b5d;
	background-color: #ccbde2;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #3f2b5d;
	border-color: #3f2b5d;
}

.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: #c8cccf;
}

.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: #ffe7a0;
}

.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: #f1b1b7;
}

.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: #f1f1f1;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182;
}

.list-group-item-dark {
	color: #1b1b1b;
	background-color: #c6c6c6;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #1b1b1b;
	background-color: #b9b9b9;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1b1b;
	border-color: #1b1b1b;
}

.close {
	font-size: calc(1.275rem + .3vw);
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

@media (min-width: 1200px) {
	.close {
		font-size: 1.5rem;
	}
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:hover, .close:focus {
	opacity: .75;
}

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

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

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	backdrop-filter: blur(10px);
	opacity: 0;
}

.toast:not(:last-child) {
	margin-bottom: .75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
	padding: .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: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -ms-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transition: -webkit-transform .3s ease-out;
	-ms-transform: translate(0, -50px);
	-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 {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

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

.modal-dialog-scrollable .modal-content {
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	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: .5;
}

.modal-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
}

.modal-footer > * {
	margin: .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-centered {
		min-height: calc(100% - 3.5rem);
	}

	.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;
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
}

.modal-fullscreen .modal-body {
	overflow-y: auto;
}

@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
	}

	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
	}

	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
	}

	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
	}

	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
	}

	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: Raleway, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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;
	-ms-word-break: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
	padding: .4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
	bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
	padding: 0 .4rem;
}

.bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
	padding: .4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
	top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
	padding: 0 .4rem;
}

.bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

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

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: Raleway, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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;
	-ms-word-break: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
}

.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem;
}

.popover .popover-arrow::before, .popover .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: .5rem;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^="top"] > .popover-arrow {
	bottom: calc(-.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^="top"] > .popover-arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^="top"] > .popover-arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
	margin-left: .5rem;
}

.bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^="right"] > .popover-arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^="right"] > .popover-arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^="right"] > .popover-arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
	margin-top: .5rem;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow {
	top: calc(-.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .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: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
	margin-right: .5rem;
}

.bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^="left"] > .popover-arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^="left"] > .popover-arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^="left"] > .popover-arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
	display: none;
}

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

.carousel {
	position: relative;
}

.carousel.pointer-event {
	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;
	transition: -ms-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-transition: -webkit-transform .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 {
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-ms-transform: none;
	-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 .6s;
	transition: opacity 0s .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: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .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: .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-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 16 16\'%3e%3cpath d=\'M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 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\' viewBox=\'0 0 16 16\'%3e%3cpath d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	-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;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity .6s ease;
	transition: opacity .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: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

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

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

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

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

@-webkit-keyframes spinner-grow {
	0% {
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		opacity: 1;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		opacity: 1;
		-ms-transform: none;
		-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: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}

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

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

.link-primary {
	color: #7952b3;
}

.link-primary:hover, .link-primary:focus {
	color: #553880;
}

.link-secondary {
	color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
	color: #494f54;
}

.link-success {
	color: #28a745;
}

.link-success:hover, .link-success:focus {
	color: #19692c;
}

.link-info {
	color: #17a2b8;
}

.link-info:hover, .link-info:focus {
	color: #0f6674;
}

.link-warning {
	color: #ffc107;
}

.link-warning:hover, .link-warning:focus {
	color: #ba8b00;
}

.link-danger {
	color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
	color: #a71d2a;
}

.link-light {
	color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
	color: #cbd3da;
}

.link-dark {
	color: #333;
}

.link-dark:hover, .link-dark:focus {
	color: #0d0d0d;
}

.embed-responsive {
	position: relative;
	width: 100%;
}

.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;
	left: 0;
	width: 100%;
	height: 100%;
}

.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%;
}

.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;
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}

@media (min-width: 576px) {
	.sticky-sm-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 768px) {
	.sticky-md-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 992px) {
	.sticky-lg-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 1200px) {
	.sticky-xl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 1400px) {
	.sticky-xxl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only, .sr-only-focusable:not(:focus) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.align-baseline {
	vertical-align: baseline;
}

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

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

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

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

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

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.overflow-auto {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.d-none {
	display: none;
}

.d-inline {
	display: inline;
}

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

.d-block {
	display: block;
}

.d-table {
	display: table;
}

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

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

.d-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

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

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.shadow-none {
	box-shadow: none;
}

.position-static {
	position: static;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.position-fixed {
	position: fixed;
}

.position-sticky {
	position: -webkit-sticky;
	position: sticky;
}

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

.border-0 {
	border: 0;
}

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

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

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

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

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

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

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

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

.border-primary {
	border-color: #7952b3;
}

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

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

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

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

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

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

.border-dark {
	border-color: #333;
}

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

.w-25 {
	width: 25%;
}

.w-50 {
	width: 50%;
}

.w-75 {
	width: 75%;
}

.w-100 {
	width: 100%;
}

.w-auto {
	width: auto;
}

.mw-100 {
	max-width: 100%;
}

.vw-100 {
	width: 100vw;
}

.min-vw-100 {
	min-width: 100vw;
}

.h-25 {
	height: 25%;
}

.h-50 {
	height: 50%;
}

.h-75 {
	height: 75%;
}

.h-100 {
	height: 100%;
}

.h-auto {
	height: auto;
}

.mh-100 {
	max-height: 100%;
}

.vh-100 {
	height: 100vh;
}

.min-vh-100 {
	min-height: 100vh;
}

.flex-fill {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-row {
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-column {
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.flex-grow-0 {
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.flex-grow-1 {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

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

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

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

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

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

.justify-content-start {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.justify-content-end {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.justify-content-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

.justify-content-evenly {
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.align-items-start {
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-items-end {
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-items-center {
	-ms-flex-align: center;
	align-items: center;
}

.align-items-baseline {
	-ms-flex-align: baseline;
	align-items: baseline;
}

.align-items-stretch {
	-ms-flex-align: stretch;
	align-items: stretch;
}

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

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

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

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

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

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

.align-self-auto {
	-ms-flex-item-align: auto;
	align-self: auto;
}

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

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

.align-self-center {
	-ms-flex-item-align: center;
	align-self: center;
}

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

.align-self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-last {
	-ms-flex-order: 6;
	order: 6;
}

.m-0 {
	margin: 0;
}

.m-1 {
	margin: .25rem;
}

.m-2 {
	margin: .5rem;
}

.m-3 {
	margin: 1rem;
}

.m-4 {
	margin: 1.5rem;
}

.m-5 {
	margin: 3rem;
}

.m-auto {
	margin: auto;
}

.mx-0 {
	margin-right: 0;
	margin-left: 0;
}

.mx-1 {
	margin-right: .25rem;
	margin-left: .25rem;
}

.mx-2 {
	margin-right: .5rem;
	margin-left: .5rem;
}

.mx-3 {
	margin-right: 1rem;
	margin-left: 1rem;
}

.mx-4 {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

.mx-5 {
	margin-right: 3rem;
	margin-left: 3rem;
}

.mx-auto {
	margin-right: auto;
	margin-left: auto;
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.my-1 {
	margin-top: .25rem;
	margin-bottom: .25rem;
}

.my-2 {
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.my-3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-4 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.my-5 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.mt-0 {
	margin-top: 0;
}

.mt-1 {
	margin-top: .25rem;
}

.mt-2 {
	margin-top: .5rem;
}

.mt-3 {
	margin-top: 1rem;
}

.mt-4 {
	margin-top: 1.5rem;
}

.mt-5 {
	margin-top: 3rem;
}

.mt-auto {
	margin-top: auto;
}

.mr-0 {
	margin-right: 0;
}

.mr-1 {
	margin-right: .25rem;
}

.mr-2 {
	margin-right: .5rem;
}

.mr-3 {
	margin-right: 1rem;
}

.mr-4 {
	margin-right: 1.5rem;
}

.mr-5 {
	margin-right: 3rem;
}

.mr-auto {
	margin-right: auto;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-1 {
	margin-bottom: .25rem;
}

.mb-2 {
	margin-bottom: .5rem;
}

.mb-3 {
	margin-bottom: 1rem;
}

.mb-4 {
	margin-bottom: 1.5rem;
}

.mb-5 {
	margin-bottom: 3rem;
}

.mb-auto {
	margin-bottom: auto;
}

.ml-0 {
	margin-left: 0;
}

.ml-1 {
	margin-left: .25rem;
}

.ml-2 {
	margin-left: .5rem;
}

.ml-3 {
	margin-left: 1rem;
}

.ml-4 {
	margin-left: 1.5rem;
}

.ml-5 {
	margin-left: 3rem;
}

.ml-auto {
	margin-left: auto;
}

.p-0 {
	padding: 0;
}

.p-1 {
	padding: .25rem;
}

.p-2 {
	padding: .5rem;
}

.p-3 {
	padding: 1rem;
}

.p-4 {
	padding: 1.5rem;
}

.p-5 {
	padding: 3rem;
}

.px-0 {
	padding-right: 0;
	padding-left: 0;
}

.px-1 {
	padding-right: .25rem;
	padding-left: .25rem;
}

.px-2 {
	padding-right: .5rem;
	padding-left: .5rem;
}

.px-3 {
	padding-right: 1rem;
	padding-left: 1rem;
}

.px-4 {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.px-5 {
	padding-right: 3rem;
	padding-left: 3rem;
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.py-1 {
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.py-3 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-4 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-5 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.pt-0 {
	padding-top: 0;
}

.pt-1 {
	padding-top: .25rem;
}

.pt-2 {
	padding-top: .5rem;
}

.pt-3 {
	padding-top: 1rem;
}

.pt-4 {
	padding-top: 1.5rem;
}

.pt-5 {
	padding-top: 3rem;
}

.pr-0 {
	padding-right: 0;
}

.pr-1 {
	padding-right: .25rem;
}

.pr-2 {
	padding-right: .5rem;
}

.pr-3 {
	padding-right: 1rem;
}

.pr-4 {
	padding-right: 1.5rem;
}

.pr-5 {
	padding-right: 3rem;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-1 {
	padding-bottom: .25rem;
}

.pb-2 {
	padding-bottom: .5rem;
}

.pb-3 {
	padding-bottom: 1rem;
}

.pb-4 {
	padding-bottom: 1.5rem;
}

.pb-5 {
	padding-bottom: 3rem;
}

.pl-0 {
	padding-left: 0;
}

.pl-1 {
	padding-left: .25rem;
}

.pl-2 {
	padding-left: .5rem;
}

.pl-3 {
	padding-left: 1rem;
}

.pl-4 {
	padding-left: 1.5rem;
}

.pl-5 {
	padding-left: 3rem;
}

.font-weight-light {
	font-weight: 300;
}

.font-weight-lighter {
	font-weight: lighter;
}

.font-weight-normal {
	font-weight: 400;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-bolder {
	font-weight: bolder;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-primary {
	color: #7952b3;
}

.text-secondary {
	color: #6c757d;
}

.text-success {
	color: #28a745;
}

.text-info {
	color: #17a2b8;
}

.text-warning {
	color: #ffc107;
}

.text-danger {
	color: #dc3545;
}

.text-light {
	color: #f8f9fa;
}

.text-dark {
	color: #333;
}

.text-white {
	color: #fff;
}

.text-body {
	color: #212529;
}

.text-muted {
	color: #6c757d;
}

.text-black-50 {
	color: rgba(0, 0, 0, .5);
}

.text-white-50 {
	color: rgba(255, 255, 255, .5);
}

.text-reset {
	color: inherit;
}

.lh-1 {
	line-height: 1;
}

.lh-sm {
	line-height: 1.25;
}

.lh-base {
	line-height: 1.5;
}

.lh-lg {
	line-height: 2;
}

.bg-primary {
	background-color: #7952b3;
}

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

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

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

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

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

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

.bg-dark {
	background-color: #333;
}

.bg-body {
	background-color: #fff;
}

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

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

.bg-gradient {
	background-image: var(--bs-gradient);
}

.text-wrap {
	white-space: normal;
}

.text-nowrap {
	white-space: nowrap;
}

.text-decoration-none {
	text-decoration: none;
}

.text-decoration-underline {
	text-decoration: underline;
}

.text-decoration-line-through {
	text-decoration: line-through;
}

.font-italic {
	font-style: italic;
}

.font-normal {
	font-style: normal;
}

.text-break {
	word-wrap: break-word;
	-ms-word-break: break-word;
	word-break: break-word;
}

.font-monospace {
	font-family: var(--bs-font-monospace);
}

.user-select-all {
	-ms-user-select: all;
	-moz-user-select: all;
	-webkit-user-select: all;
	user-select: all;
}

.user-select-auto {
	-ms-user-select: auto;
	-moz-user-select: auto;
	-webkit-user-select: auto;
	user-select: auto;
}

.user-select-none {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.pe-none {
	pointer-events: none;
}

.pe-auto {
	pointer-events: auto;
}

.rounded {
	border-radius: .25rem;
}

.rounded-sm {
	border-radius: .2rem;
}

.rounded-lg {
	border-radius: .3rem;
}

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

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

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

.rounded-top {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.rounded-right {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.rounded-left {
	border-bottom-left-radius: .25rem;
	border-top-left-radius: .25rem;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left;
	}

	.float-sm-right {
		float: right;
	}

	.float-sm-none {
		float: none;
	}

	.d-sm-none {
		display: none;
	}

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

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

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

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

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

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

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

	.d-sm-inline-flex {
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.flex-sm-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.flex-sm-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.flex-sm-grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.flex-sm-grow-1 {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

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

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

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

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

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

	.justify-content-sm-start {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.justify-content-sm-end {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.justify-content-sm-center {
		-ms-flex-pack: center;
		justify-content: center;
	}

	.justify-content-sm-between {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

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

	.justify-content-sm-evenly {
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.align-items-sm-start {
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.align-items-sm-end {
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.align-items-sm-center {
		-ms-flex-align: center;
		align-items: center;
	}

	.align-items-sm-baseline {
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.align-items-sm-stretch {
		-ms-flex-align: stretch;
		align-items: stretch;
	}

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

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

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

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

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

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

	.align-self-sm-auto {
		-ms-flex-item-align: auto;
		align-self: auto;
	}

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

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

	.align-self-sm-center {
		-ms-flex-item-align: center;
		align-self: center;
	}

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

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-last {
		-ms-flex-order: 6;
		order: 6;
	}

	.m-sm-0 {
		margin: 0;
	}

	.m-sm-1 {
		margin: .25rem;
	}

	.m-sm-2 {
		margin: .5rem;
	}

	.m-sm-3 {
		margin: 1rem;
	}

	.m-sm-4 {
		margin: 1.5rem;
	}

	.m-sm-5 {
		margin: 3rem;
	}

	.m-sm-auto {
		margin: auto;
	}

	.mx-sm-0 {
		margin-right: 0;
		margin-left: 0;
	}

	.mx-sm-1 {
		margin-right: .25rem;
		margin-left: .25rem;
	}

	.mx-sm-2 {
		margin-right: .5rem;
		margin-left: .5rem;
	}

	.mx-sm-3 {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	.mx-sm-4 {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}

	.mx-sm-5 {
		margin-right: 3rem;
		margin-left: 3rem;
	}

	.mx-sm-auto {
		margin-right: auto;
		margin-left: auto;
	}

	.my-sm-0 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.my-sm-1 {
		margin-top: .25rem;
		margin-bottom: .25rem;
	}

	.my-sm-2 {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}

	.my-sm-3 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.my-sm-4 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.my-sm-5 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.my-sm-auto {
		margin-top: auto;
		margin-bottom: auto;
	}

	.mt-sm-0 {
		margin-top: 0;
	}

	.mt-sm-1 {
		margin-top: .25rem;
	}

	.mt-sm-2 {
		margin-top: .5rem;
	}

	.mt-sm-3 {
		margin-top: 1rem;
	}

	.mt-sm-4 {
		margin-top: 1.5rem;
	}

	.mt-sm-5 {
		margin-top: 3rem;
	}

	.mt-sm-auto {
		margin-top: auto;
	}

	.mr-sm-0 {
		margin-right: 0;
	}

	.mr-sm-1 {
		margin-right: .25rem;
	}

	.mr-sm-2 {
		margin-right: .5rem;
	}

	.mr-sm-3 {
		margin-right: 1rem;
	}

	.mr-sm-4 {
		margin-right: 1.5rem;
	}

	.mr-sm-5 {
		margin-right: 3rem;
	}

	.mr-sm-auto {
		margin-right: auto;
	}

	.mb-sm-0 {
		margin-bottom: 0;
	}

	.mb-sm-1 {
		margin-bottom: .25rem;
	}

	.mb-sm-2 {
		margin-bottom: .5rem;
	}

	.mb-sm-3 {
		margin-bottom: 1rem;
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem;
	}

	.mb-sm-5 {
		margin-bottom: 3rem;
	}

	.mb-sm-auto {
		margin-bottom: auto;
	}

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

	.ml-sm-1 {
		margin-left: .25rem;
	}

	.ml-sm-2 {
		margin-left: .5rem;
	}

	.ml-sm-3 {
		margin-left: 1rem;
	}

	.ml-sm-4 {
		margin-left: 1.5rem;
	}

	.ml-sm-5 {
		margin-left: 3rem;
	}

	.ml-sm-auto {
		margin-left: auto;
	}

	.p-sm-0 {
		padding: 0;
	}

	.p-sm-1 {
		padding: .25rem;
	}

	.p-sm-2 {
		padding: .5rem;
	}

	.p-sm-3 {
		padding: 1rem;
	}

	.p-sm-4 {
		padding: 1.5rem;
	}

	.p-sm-5 {
		padding: 3rem;
	}

	.px-sm-0 {
		padding-right: 0;
		padding-left: 0;
	}

	.px-sm-1 {
		padding-right: .25rem;
		padding-left: .25rem;
	}

	.px-sm-2 {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.px-sm-3 {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.px-sm-4 {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.px-sm-5 {
		padding-right: 3rem;
		padding-left: 3rem;
	}

	.py-sm-0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.py-sm-1 {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}

	.py-sm-2 {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.py-sm-3 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.py-sm-4 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.py-sm-5 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.pt-sm-0 {
		padding-top: 0;
	}

	.pt-sm-1 {
		padding-top: .25rem;
	}

	.pt-sm-2 {
		padding-top: .5rem;
	}

	.pt-sm-3 {
		padding-top: 1rem;
	}

	.pt-sm-4 {
		padding-top: 1.5rem;
	}

	.pt-sm-5 {
		padding-top: 3rem;
	}

	.pr-sm-0 {
		padding-right: 0;
	}

	.pr-sm-1 {
		padding-right: .25rem;
	}

	.pr-sm-2 {
		padding-right: .5rem;
	}

	.pr-sm-3 {
		padding-right: 1rem;
	}

	.pr-sm-4 {
		padding-right: 1.5rem;
	}

	.pr-sm-5 {
		padding-right: 3rem;
	}

	.pb-sm-0 {
		padding-bottom: 0;
	}

	.pb-sm-1 {
		padding-bottom: .25rem;
	}

	.pb-sm-2 {
		padding-bottom: .5rem;
	}

	.pb-sm-3 {
		padding-bottom: 1rem;
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem;
	}

	.pb-sm-5 {
		padding-bottom: 3rem;
	}

	.pl-sm-0 {
		padding-left: 0;
	}

	.pl-sm-1 {
		padding-left: .25rem;
	}

	.pl-sm-2 {
		padding-left: .5rem;
	}

	.pl-sm-3 {
		padding-left: 1rem;
	}

	.pl-sm-4 {
		padding-left: 1.5rem;
	}

	.pl-sm-5 {
		padding-left: 3rem;
	}

	.text-sm-left {
		text-align: left;
	}

	.text-sm-right {
		text-align: right;
	}

	.text-sm-center {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left;
	}

	.float-md-right {
		float: right;
	}

	.float-md-none {
		float: none;
	}

	.d-md-none {
		display: none;
	}

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

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

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

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

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

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

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

	.d-md-inline-flex {
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.flex-md-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.flex-md-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.flex-md-grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.flex-md-grow-1 {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

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

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

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

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

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

	.justify-content-md-start {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.justify-content-md-end {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.justify-content-md-center {
		-ms-flex-pack: center;
		justify-content: center;
	}

	.justify-content-md-between {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

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

	.justify-content-md-evenly {
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.align-items-md-start {
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.align-items-md-end {
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.align-items-md-center {
		-ms-flex-align: center;
		align-items: center;
	}

	.align-items-md-baseline {
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.align-items-md-stretch {
		-ms-flex-align: stretch;
		align-items: stretch;
	}

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

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

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

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

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

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

	.align-self-md-auto {
		-ms-flex-item-align: auto;
		align-self: auto;
	}

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

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

	.align-self-md-center {
		-ms-flex-item-align: center;
		align-self: center;
	}

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

	.align-self-md-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-last {
		-ms-flex-order: 6;
		order: 6;
	}

	.m-md-0 {
		margin: 0;
	}

	.m-md-1 {
		margin: .25rem;
	}

	.m-md-2 {
		margin: .5rem;
	}

	.m-md-3 {
		margin: 1rem;
	}

	.m-md-4 {
		margin: 1.5rem;
	}

	.m-md-5 {
		margin: 3rem;
	}

	.m-md-auto {
		margin: auto;
	}

	.mx-md-0 {
		margin-right: 0;
		margin-left: 0;
	}

	.mx-md-1 {
		margin-right: .25rem;
		margin-left: .25rem;
	}

	.mx-md-2 {
		margin-right: .5rem;
		margin-left: .5rem;
	}

	.mx-md-3 {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	.mx-md-4 {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}

	.mx-md-5 {
		margin-right: 3rem;
		margin-left: 3rem;
	}

	.mx-md-auto {
		margin-right: auto;
		margin-left: auto;
	}

	.my-md-0 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.my-md-1 {
		margin-top: .25rem;
		margin-bottom: .25rem;
	}

	.my-md-2 {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}

	.my-md-3 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.my-md-4 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.my-md-5 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.my-md-auto {
		margin-top: auto;
		margin-bottom: auto;
	}

	.mt-md-0 {
		margin-top: 0;
	}

	.mt-md-1 {
		margin-top: .25rem;
	}

	.mt-md-2 {
		margin-top: .5rem;
	}

	.mt-md-3 {
		margin-top: 1rem;
	}

	.mt-md-4 {
		margin-top: 1.5rem;
	}

	.mt-md-5 {
		margin-top: 3rem;
	}

	.mt-md-auto {
		margin-top: auto;
	}

	.mr-md-0 {
		margin-right: 0;
	}

	.mr-md-1 {
		margin-right: .25rem;
	}

	.mr-md-2 {
		margin-right: .5rem;
	}

	.mr-md-3 {
		margin-right: 1rem;
	}

	.mr-md-4 {
		margin-right: 1.5rem;
	}

	.mr-md-5 {
		margin-right: 3rem;
	}

	.mr-md-auto {
		margin-right: auto;
	}

	.mb-md-0 {
		margin-bottom: 0;
	}

	.mb-md-1 {
		margin-bottom: .25rem;
	}

	.mb-md-2 {
		margin-bottom: .5rem;
	}

	.mb-md-3 {
		margin-bottom: 1rem;
	}

	.mb-md-4 {
		margin-bottom: 1.5rem;
	}

	.mb-md-5 {
		margin-bottom: 3rem;
	}

	.mb-md-auto {
		margin-bottom: auto;
	}

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

	.ml-md-1 {
		margin-left: .25rem;
	}

	.ml-md-2 {
		margin-left: .5rem;
	}

	.ml-md-3 {
		margin-left: 1rem;
	}

	.ml-md-4 {
		margin-left: 1.5rem;
	}

	.ml-md-5 {
		margin-left: 3rem;
	}

	.ml-md-auto {
		margin-left: auto;
	}

	.p-md-0 {
		padding: 0;
	}

	.p-md-1 {
		padding: .25rem;
	}

	.p-md-2 {
		padding: .5rem;
	}

	.p-md-3 {
		padding: 1rem;
	}

	.p-md-4 {
		padding: 1.5rem;
	}

	.p-md-5 {
		padding: 3rem;
	}

	.px-md-0 {
		padding-right: 0;
		padding-left: 0;
	}

	.px-md-1 {
		padding-right: .25rem;
		padding-left: .25rem;
	}

	.px-md-2 {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.px-md-3 {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.px-md-4 {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.px-md-5 {
		padding-right: 3rem;
		padding-left: 3rem;
	}

	.py-md-0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.py-md-1 {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}

	.py-md-2 {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.py-md-3 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.py-md-4 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.py-md-5 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.pt-md-0 {
		padding-top: 0;
	}

	.pt-md-1 {
		padding-top: .25rem;
	}

	.pt-md-2 {
		padding-top: .5rem;
	}

	.pt-md-3 {
		padding-top: 1rem;
	}

	.pt-md-4 {
		padding-top: 1.5rem;
	}

	.pt-md-5 {
		padding-top: 3rem;
	}

	.pr-md-0 {
		padding-right: 0;
	}

	.pr-md-1 {
		padding-right: .25rem;
	}

	.pr-md-2 {
		padding-right: .5rem;
	}

	.pr-md-3 {
		padding-right: 1rem;
	}

	.pr-md-4 {
		padding-right: 1.5rem;
	}

	.pr-md-5 {
		padding-right: 3rem;
	}

	.pb-md-0 {
		padding-bottom: 0;
	}

	.pb-md-1 {
		padding-bottom: .25rem;
	}

	.pb-md-2 {
		padding-bottom: .5rem;
	}

	.pb-md-3 {
		padding-bottom: 1rem;
	}

	.pb-md-4 {
		padding-bottom: 1.5rem;
	}

	.pb-md-5 {
		padding-bottom: 3rem;
	}

	.pl-md-0 {
		padding-left: 0;
	}

	.pl-md-1 {
		padding-left: .25rem;
	}

	.pl-md-2 {
		padding-left: .5rem;
	}

	.pl-md-3 {
		padding-left: 1rem;
	}

	.pl-md-4 {
		padding-left: 1.5rem;
	}

	.pl-md-5 {
		padding-left: 3rem;
	}

	.text-md-left {
		text-align: left;
	}

	.text-md-right {
		text-align: right;
	}

	.text-md-center {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left;
	}

	.float-lg-right {
		float: right;
	}

	.float-lg-none {
		float: none;
	}

	.d-lg-none {
		display: none;
	}

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

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

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

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

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

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

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

	.d-lg-inline-flex {
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.flex-lg-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.flex-lg-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.flex-lg-grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.flex-lg-grow-1 {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}

	.justify-content-lg-start {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.justify-content-lg-end {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.justify-content-lg-center {
		-ms-flex-pack: center;
		justify-content: center;
	}

	.justify-content-lg-between {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

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

	.justify-content-lg-evenly {
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.align-items-lg-start {
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.align-items-lg-end {
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.align-items-lg-center {
		-ms-flex-align: center;
		align-items: center;
	}

	.align-items-lg-baseline {
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.align-items-lg-stretch {
		-ms-flex-align: stretch;
		align-items: stretch;
	}

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

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

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

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

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

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

	.align-self-lg-auto {
		-ms-flex-item-align: auto;
		align-self: auto;
	}

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

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

	.align-self-lg-center {
		-ms-flex-item-align: center;
		align-self: center;
	}

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

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-last {
		-ms-flex-order: 6;
		order: 6;
	}

	.m-lg-0 {
		margin: 0;
	}

	.m-lg-1 {
		margin: .25rem;
	}

	.m-lg-2 {
		margin: .5rem;
	}

	.m-lg-3 {
		margin: 1rem;
	}

	.m-lg-4 {
		margin: 1.5rem;
	}

	.m-lg-5 {
		margin: 3rem;
	}

	.m-lg-auto {
		margin: auto;
	}

	.mx-lg-0 {
		margin-right: 0;
		margin-left: 0;
	}

	.mx-lg-1 {
		margin-right: .25rem;
		margin-left: .25rem;
	}

	.mx-lg-2 {
		margin-right: .5rem;
		margin-left: .5rem;
	}

	.mx-lg-3 {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	.mx-lg-4 {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}

	.mx-lg-5 {
		margin-right: 3rem;
		margin-left: 3rem;
	}

	.mx-lg-auto {
		margin-right: auto;
		margin-left: auto;
	}

	.my-lg-0 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.my-lg-1 {
		margin-top: .25rem;
		margin-bottom: .25rem;
	}

	.my-lg-2 {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}

	.my-lg-3 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.my-lg-4 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.my-lg-5 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.my-lg-auto {
		margin-top: auto;
		margin-bottom: auto;
	}

	.mt-lg-0 {
		margin-top: 0;
	}

	.mt-lg-1 {
		margin-top: .25rem;
	}

	.mt-lg-2 {
		margin-top: .5rem;
	}

	.mt-lg-3 {
		margin-top: 1rem;
	}

	.mt-lg-4 {
		margin-top: 1.5rem;
	}

	.mt-lg-5 {
		margin-top: 3rem;
	}

	.mt-lg-auto {
		margin-top: auto;
	}

	.mr-lg-0 {
		margin-right: 0;
	}

	.mr-lg-1 {
		margin-right: .25rem;
	}

	.mr-lg-2 {
		margin-right: .5rem;
	}

	.mr-lg-3 {
		margin-right: 1rem;
	}

	.mr-lg-4 {
		margin-right: 1.5rem;
	}

	.mr-lg-5 {
		margin-right: 3rem;
	}

	.mr-lg-auto {
		margin-right: auto;
	}

	.mb-lg-0 {
		margin-bottom: 0;
	}

	.mb-lg-1 {
		margin-bottom: .25rem;
	}

	.mb-lg-2 {
		margin-bottom: .5rem;
	}

	.mb-lg-3 {
		margin-bottom: 1rem;
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem;
	}

	.mb-lg-5 {
		margin-bottom: 3rem;
	}

	.mb-lg-auto {
		margin-bottom: auto;
	}

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

	.ml-lg-1 {
		margin-left: .25rem;
	}

	.ml-lg-2 {
		margin-left: .5rem;
	}

	.ml-lg-3 {
		margin-left: 1rem;
	}

	.ml-lg-4 {
		margin-left: 1.5rem;
	}

	.ml-lg-5 {
		margin-left: 3rem;
	}

	.ml-lg-auto {
		margin-left: auto;
	}

	.p-lg-0 {
		padding: 0;
	}

	.p-lg-1 {
		padding: .25rem;
	}

	.p-lg-2 {
		padding: .5rem;
	}

	.p-lg-3 {
		padding: 1rem;
	}

	.p-lg-4 {
		padding: 1.5rem;
	}

	.p-lg-5 {
		padding: 3rem;
	}

	.px-lg-0 {
		padding-right: 0;
		padding-left: 0;
	}

	.px-lg-1 {
		padding-right: .25rem;
		padding-left: .25rem;
	}

	.px-lg-2 {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.px-lg-3 {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.px-lg-4 {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.px-lg-5 {
		padding-right: 3rem;
		padding-left: 3rem;
	}

	.py-lg-0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.py-lg-1 {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}

	.py-lg-2 {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.py-lg-3 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.py-lg-4 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.py-lg-5 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.pt-lg-0 {
		padding-top: 0;
	}

	.pt-lg-1 {
		padding-top: .25rem;
	}

	.pt-lg-2 {
		padding-top: .5rem;
	}

	.pt-lg-3 {
		padding-top: 1rem;
	}

	.pt-lg-4 {
		padding-top: 1.5rem;
	}

	.pt-lg-5 {
		padding-top: 3rem;
	}

	.pr-lg-0 {
		padding-right: 0;
	}

	.pr-lg-1 {
		padding-right: .25rem;
	}

	.pr-lg-2 {
		padding-right: .5rem;
	}

	.pr-lg-3 {
		padding-right: 1rem;
	}

	.pr-lg-4 {
		padding-right: 1.5rem;
	}

	.pr-lg-5 {
		padding-right: 3rem;
	}

	.pb-lg-0 {
		padding-bottom: 0;
	}

	.pb-lg-1 {
		padding-bottom: .25rem;
	}

	.pb-lg-2 {
		padding-bottom: .5rem;
	}

	.pb-lg-3 {
		padding-bottom: 1rem;
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem;
	}

	.pb-lg-5 {
		padding-bottom: 3rem;
	}

	.pl-lg-0 {
		padding-left: 0;
	}

	.pl-lg-1 {
		padding-left: .25rem;
	}

	.pl-lg-2 {
		padding-left: .5rem;
	}

	.pl-lg-3 {
		padding-left: 1rem;
	}

	.pl-lg-4 {
		padding-left: 1.5rem;
	}

	.pl-lg-5 {
		padding-left: 3rem;
	}

	.text-lg-left {
		text-align: left;
	}

	.text-lg-right {
		text-align: right;
	}

	.text-lg-center {
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left;
	}

	.float-xl-right {
		float: right;
	}

	.float-xl-none {
		float: none;
	}

	.d-xl-none {
		display: none;
	}

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

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

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

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

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

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

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

	.d-xl-inline-flex {
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.flex-xl-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.flex-xl-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.flex-xl-grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.flex-xl-grow-1 {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}

	.justify-content-xl-start {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.justify-content-xl-end {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.justify-content-xl-center {
		-ms-flex-pack: center;
		justify-content: center;
	}

	.justify-content-xl-between {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

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

	.justify-content-xl-evenly {
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.align-items-xl-start {
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.align-items-xl-end {
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.align-items-xl-center {
		-ms-flex-align: center;
		align-items: center;
	}

	.align-items-xl-baseline {
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.align-items-xl-stretch {
		-ms-flex-align: stretch;
		align-items: stretch;
	}

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

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

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

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

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

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

	.align-self-xl-auto {
		-ms-flex-item-align: auto;
		align-self: auto;
	}

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

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

	.align-self-xl-center {
		-ms-flex-item-align: center;
		align-self: center;
	}

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

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-last {
		-ms-flex-order: 6;
		order: 6;
	}

	.m-xl-0 {
		margin: 0;
	}

	.m-xl-1 {
		margin: .25rem;
	}

	.m-xl-2 {
		margin: .5rem;
	}

	.m-xl-3 {
		margin: 1rem;
	}

	.m-xl-4 {
		margin: 1.5rem;
	}

	.m-xl-5 {
		margin: 3rem;
	}

	.m-xl-auto {
		margin: auto;
	}

	.mx-xl-0 {
		margin-right: 0;
		margin-left: 0;
	}

	.mx-xl-1 {
		margin-right: .25rem;
		margin-left: .25rem;
	}

	.mx-xl-2 {
		margin-right: .5rem;
		margin-left: .5rem;
	}

	.mx-xl-3 {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	.mx-xl-4 {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}

	.mx-xl-5 {
		margin-right: 3rem;
		margin-left: 3rem;
	}

	.mx-xl-auto {
		margin-right: auto;
		margin-left: auto;
	}

	.my-xl-0 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.my-xl-1 {
		margin-top: .25rem;
		margin-bottom: .25rem;
	}

	.my-xl-2 {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}

	.my-xl-3 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.my-xl-4 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.my-xl-5 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.my-xl-auto {
		margin-top: auto;
		margin-bottom: auto;
	}

	.mt-xl-0 {
		margin-top: 0;
	}

	.mt-xl-1 {
		margin-top: .25rem;
	}

	.mt-xl-2 {
		margin-top: .5rem;
	}

	.mt-xl-3 {
		margin-top: 1rem;
	}

	.mt-xl-4 {
		margin-top: 1.5rem;
	}

	.mt-xl-5 {
		margin-top: 3rem;
	}

	.mt-xl-auto {
		margin-top: auto;
	}

	.mr-xl-0 {
		margin-right: 0;
	}

	.mr-xl-1 {
		margin-right: .25rem;
	}

	.mr-xl-2 {
		margin-right: .5rem;
	}

	.mr-xl-3 {
		margin-right: 1rem;
	}

	.mr-xl-4 {
		margin-right: 1.5rem;
	}

	.mr-xl-5 {
		margin-right: 3rem;
	}

	.mr-xl-auto {
		margin-right: auto;
	}

	.mb-xl-0 {
		margin-bottom: 0;
	}

	.mb-xl-1 {
		margin-bottom: .25rem;
	}

	.mb-xl-2 {
		margin-bottom: .5rem;
	}

	.mb-xl-3 {
		margin-bottom: 1rem;
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem;
	}

	.mb-xl-5 {
		margin-bottom: 3rem;
	}

	.mb-xl-auto {
		margin-bottom: auto;
	}

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

	.ml-xl-1 {
		margin-left: .25rem;
	}

	.ml-xl-2 {
		margin-left: .5rem;
	}

	.ml-xl-3 {
		margin-left: 1rem;
	}

	.ml-xl-4 {
		margin-left: 1.5rem;
	}

	.ml-xl-5 {
		margin-left: 3rem;
	}

	.ml-xl-auto {
		margin-left: auto;
	}

	.p-xl-0 {
		padding: 0;
	}

	.p-xl-1 {
		padding: .25rem;
	}

	.p-xl-2 {
		padding: .5rem;
	}

	.p-xl-3 {
		padding: 1rem;
	}

	.p-xl-4 {
		padding: 1.5rem;
	}

	.p-xl-5 {
		padding: 3rem;
	}

	.px-xl-0 {
		padding-right: 0;
		padding-left: 0;
	}

	.px-xl-1 {
		padding-right: .25rem;
		padding-left: .25rem;
	}

	.px-xl-2 {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.px-xl-3 {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.px-xl-4 {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.px-xl-5 {
		padding-right: 3rem;
		padding-left: 3rem;
	}

	.py-xl-0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.py-xl-1 {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}

	.py-xl-2 {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.py-xl-3 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.py-xl-4 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.py-xl-5 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.pt-xl-0 {
		padding-top: 0;
	}

	.pt-xl-1 {
		padding-top: .25rem;
	}

	.pt-xl-2 {
		padding-top: .5rem;
	}

	.pt-xl-3 {
		padding-top: 1rem;
	}

	.pt-xl-4 {
		padding-top: 1.5rem;
	}

	.pt-xl-5 {
		padding-top: 3rem;
	}

	.pr-xl-0 {
		padding-right: 0;
	}

	.pr-xl-1 {
		padding-right: .25rem;
	}

	.pr-xl-2 {
		padding-right: .5rem;
	}

	.pr-xl-3 {
		padding-right: 1rem;
	}

	.pr-xl-4 {
		padding-right: 1.5rem;
	}

	.pr-xl-5 {
		padding-right: 3rem;
	}

	.pb-xl-0 {
		padding-bottom: 0;
	}

	.pb-xl-1 {
		padding-bottom: .25rem;
	}

	.pb-xl-2 {
		padding-bottom: .5rem;
	}

	.pb-xl-3 {
		padding-bottom: 1rem;
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem;
	}

	.pb-xl-5 {
		padding-bottom: 3rem;
	}

	.pl-xl-0 {
		padding-left: 0;
	}

	.pl-xl-1 {
		padding-left: .25rem;
	}

	.pl-xl-2 {
		padding-left: .5rem;
	}

	.pl-xl-3 {
		padding-left: 1rem;
	}

	.pl-xl-4 {
		padding-left: 1.5rem;
	}

	.pl-xl-5 {
		padding-left: 3rem;
	}

	.text-xl-left {
		text-align: left;
	}

	.text-xl-right {
		text-align: right;
	}

	.text-xl-center {
		text-align: center;
	}
}

@media (min-width: 1400px) {
	.float-xxl-left {
		float: left;
	}

	.float-xxl-right {
		float: right;
	}

	.float-xxl-none {
		float: none;
	}

	.d-xxl-none {
		display: none;
	}

	.d-xxl-inline {
		display: inline;
	}

	.d-xxl-inline-block {
		display: inline-block;
	}

	.d-xxl-block {
		display: block;
	}

	.d-xxl-table {
		display: table;
	}

	.d-xxl-table-row {
		display: table-row;
	}

	.d-xxl-table-cell {
		display: table-cell;
	}

	.d-xxl-flex {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.d-xxl-inline-flex {
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
	}

	.flex-xxl-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.flex-xxl-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.flex-xxl-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-xxl-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.flex-xxl-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.flex-xxl-grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.flex-xxl-grow-1 {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}

	.flex-xxl-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}

	.justify-content-xxl-start {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.justify-content-xxl-end {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.justify-content-xxl-center {
		-ms-flex-pack: center;
		justify-content: center;
	}

	.justify-content-xxl-between {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

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

	.justify-content-xxl-evenly {
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.align-items-xxl-start {
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.align-items-xxl-end {
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.align-items-xxl-center {
		-ms-flex-align: center;
		align-items: center;
	}

	.align-items-xxl-baseline {
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.align-items-xxl-stretch {
		-ms-flex-align: stretch;
		align-items: stretch;
	}

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

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

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

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

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

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

	.align-self-xxl-auto {
		-ms-flex-item-align: auto;
		align-self: auto;
	}

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

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

	.align-self-xxl-center {
		-ms-flex-item-align: center;
		align-self: center;
	}

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

	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	.order-xxl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xxl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xxl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xxl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xxl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xxl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xxl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xxl-last {
		-ms-flex-order: 6;
		order: 6;
	}

	.m-xxl-0 {
		margin: 0;
	}

	.m-xxl-1 {
		margin: .25rem;
	}

	.m-xxl-2 {
		margin: .5rem;
	}

	.m-xxl-3 {
		margin: 1rem;
	}

	.m-xxl-4 {
		margin: 1.5rem;
	}

	.m-xxl-5 {
		margin: 3rem;
	}

	.m-xxl-auto {
		margin: auto;
	}

	.mx-xxl-0 {
		margin-right: 0;
		margin-left: 0;
	}

	.mx-xxl-1 {
		margin-right: .25rem;
		margin-left: .25rem;
	}

	.mx-xxl-2 {
		margin-right: .5rem;
		margin-left: .5rem;
	}

	.mx-xxl-3 {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	.mx-xxl-4 {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}

	.mx-xxl-5 {
		margin-right: 3rem;
		margin-left: 3rem;
	}

	.mx-xxl-auto {
		margin-right: auto;
		margin-left: auto;
	}

	.my-xxl-0 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.my-xxl-1 {
		margin-top: .25rem;
		margin-bottom: .25rem;
	}

	.my-xxl-2 {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}

	.my-xxl-3 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.my-xxl-4 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.my-xxl-5 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.my-xxl-auto {
		margin-top: auto;
		margin-bottom: auto;
	}

	.mt-xxl-0 {
		margin-top: 0;
	}

	.mt-xxl-1 {
		margin-top: .25rem;
	}

	.mt-xxl-2 {
		margin-top: .5rem;
	}

	.mt-xxl-3 {
		margin-top: 1rem;
	}

	.mt-xxl-4 {
		margin-top: 1.5rem;
	}

	.mt-xxl-5 {
		margin-top: 3rem;
	}

	.mt-xxl-auto {
		margin-top: auto;
	}

	.mr-xxl-0 {
		margin-right: 0;
	}

	.mr-xxl-1 {
		margin-right: .25rem;
	}

	.mr-xxl-2 {
		margin-right: .5rem;
	}

	.mr-xxl-3 {
		margin-right: 1rem;
	}

	.mr-xxl-4 {
		margin-right: 1.5rem;
	}

	.mr-xxl-5 {
		margin-right: 3rem;
	}

	.mr-xxl-auto {
		margin-right: auto;
	}

	.mb-xxl-0 {
		margin-bottom: 0;
	}

	.mb-xxl-1 {
		margin-bottom: .25rem;
	}

	.mb-xxl-2 {
		margin-bottom: .5rem;
	}

	.mb-xxl-3 {
		margin-bottom: 1rem;
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem;
	}

	.mb-xxl-5 {
		margin-bottom: 3rem;
	}

	.mb-xxl-auto {
		margin-bottom: auto;
	}

	.ml-xxl-0 {
		margin-left: 0;
	}

	.ml-xxl-1 {
		margin-left: .25rem;
	}

	.ml-xxl-2 {
		margin-left: .5rem;
	}

	.ml-xxl-3 {
		margin-left: 1rem;
	}

	.ml-xxl-4 {
		margin-left: 1.5rem;
	}

	.ml-xxl-5 {
		margin-left: 3rem;
	}

	.ml-xxl-auto {
		margin-left: auto;
	}

	.p-xxl-0 {
		padding: 0;
	}

	.p-xxl-1 {
		padding: .25rem;
	}

	.p-xxl-2 {
		padding: .5rem;
	}

	.p-xxl-3 {
		padding: 1rem;
	}

	.p-xxl-4 {
		padding: 1.5rem;
	}

	.p-xxl-5 {
		padding: 3rem;
	}

	.px-xxl-0 {
		padding-right: 0;
		padding-left: 0;
	}

	.px-xxl-1 {
		padding-right: .25rem;
		padding-left: .25rem;
	}

	.px-xxl-2 {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.px-xxl-3 {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.px-xxl-4 {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.px-xxl-5 {
		padding-right: 3rem;
		padding-left: 3rem;
	}

	.py-xxl-0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.py-xxl-1 {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}

	.py-xxl-2 {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.py-xxl-3 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.py-xxl-4 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.py-xxl-5 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.pt-xxl-0 {
		padding-top: 0;
	}

	.pt-xxl-1 {
		padding-top: .25rem;
	}

	.pt-xxl-2 {
		padding-top: .5rem;
	}

	.pt-xxl-3 {
		padding-top: 1rem;
	}

	.pt-xxl-4 {
		padding-top: 1.5rem;
	}

	.pt-xxl-5 {
		padding-top: 3rem;
	}

	.pr-xxl-0 {
		padding-right: 0;
	}

	.pr-xxl-1 {
		padding-right: .25rem;
	}

	.pr-xxl-2 {
		padding-right: .5rem;
	}

	.pr-xxl-3 {
		padding-right: 1rem;
	}

	.pr-xxl-4 {
		padding-right: 1.5rem;
	}

	.pr-xxl-5 {
		padding-right: 3rem;
	}

	.pb-xxl-0 {
		padding-bottom: 0;
	}

	.pb-xxl-1 {
		padding-bottom: .25rem;
	}

	.pb-xxl-2 {
		padding-bottom: .5rem;
	}

	.pb-xxl-3 {
		padding-bottom: 1rem;
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem;
	}

	.pb-xxl-5 {
		padding-bottom: 3rem;
	}

	.pl-xxl-0 {
		padding-left: 0;
	}

	.pl-xxl-1 {
		padding-left: .25rem;
	}

	.pl-xxl-2 {
		padding-left: .5rem;
	}

	.pl-xxl-3 {
		padding-left: 1rem;
	}

	.pl-xxl-4 {
		padding-left: 1.5rem;
	}

	.pl-xxl-5 {
		padding-left: 3rem;
	}

	.text-xxl-left {
		text-align: left;
	}

	.text-xxl-right {
		text-align: right;
	}

	.text-xxl-center {
		text-align: center;
	}
}

@media print {
	.d-print-none {
		display: none;
	}

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

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

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

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

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

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

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

	.d-print-inline-flex {
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
	}
}

@font-face {
	font-family: "icons";
	src: url("../fonts/icons.woff2?b039c491b69398e44a9de4c35691482a") format("woff2"), url("../fonts/icons.woff?b039c491b69398e44a9de4c35691482a") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="moga-"]:before, [class*=" moga-"]:before {
	font-family: "icons";
	display: inline-block;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.moga-bag:before {
	content: "";
}

.moga-bars:before {
	content: "";
}

.moga-check:before {
	content: "";
}

.moga-down:before {
	content: "";
}

.moga-download:before {
	content: "";
}

.moga-left:before {
	content: "";
}

.moga-pencil:before {
	content: "";
}

.moga-person:before {
	content: "";
}

.moga-plus-circle:before {
	content: "";
}

.moga-right:before {
	content: "";
}

.moga-rss:before {
	content: "";
}

.moga-search:before {
	content: "";
}

.moga-star-half-o:before {
	content: "";
}

.moga-star:before {
	content: "";
}

.moga-sync:before {
	content: "";
}

.moga-times:before {
	content: "";
}

.moga-trash:before {
	content: "";
}

.moga-up:before {
	content: "";
}

@media only screen and (min-width: 600px) {
	@font-face {
		font-family: "Raleway";
		font-style: normal;
		font-display: swap;
		font-weight: 200;
		src: url("../fonts/raleway200.woff2") format("woff2"), url("../fonts/raleway200.woff") format("woff");
	}

	@font-face {
		font-family: "Raleway";
		font-style: normal;
		font-display: swap;
		font-weight: 400;
		src: url("../fonts/raleway400.woff2") format("woff2"), url("../fonts/raleway400.woff") format("woff");
	}

	@font-face {
		font-family: "Raleway";
		font-style: normal;
		font-display: swap;
		font-weight: 700;
		src: url("../fonts/raleway700.woff2") format("woff2"), url("../fonts/raleway700.woff") format("woff");
	}
}

body {
	font-size: 1rem;
}

#wrapper {
	background-color: #fff;
}

#wrapper:after {
	content: "";
	display: table;
}

@media (min-width: 992px) {
	#wrapper.sidebarLeft {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding: 0 1.5rem;
	}

	#wrapper.sidebarLeft #sidebar {
		-ms-flex: 0 0 250px;
		flex: 0 0 250px;
		max-width: 250px;
	}

	#wrapper.sidebarLeft #content {
		padding: 0 0 0 1.5rem;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
	}
}

.products {
	padding: 3rem 0;
	text-align: center;
}

.products .page-header {
	margin-bottom: 1.5rem;
}

.max-600 {
	max-width: 600px;
}

@media (max-width: 767.98px) {
	.navbar-collapse {
		display: block !important;
		z-index: 123;
		position: fixed;
		top: 53px;
		padding: 0 1rem;
		bottom: 0;
		width: 100%;
		overflow-y: auto;
		background-color: #fff;
		transition: -ms-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		-ms-transform: translateX(-110%);
		-webkit-transform: translateX(-110%);
		transform: translateX(-110%);
		height: calc(100% - 53px) !important;
	}

	.navbar-collapse.show, .navbar-collapse.collapsing {
		-ms-transform: translateX(-1rem);
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem);
	}
}

.currencies-menu .dropdown-item {
	font-size: .75rem;
}

.currencies-menu .dropdown-item.active, .currencies-menu .dropdown-item.selected, .currencies-menu .dropdown-item:hover {
	background-color: #7952b3;
}

.currencies-menu .dropdown-item.active > .dropdown-link, .currencies-menu .dropdown-item.selected > .dropdown-link, .currencies-menu .dropdown-item:hover > .dropdown-link {
	color: #fff;
}

.currencies-menu .dropdown-link {
	display: block;
	padding: 3px .75rem;
}

.active .currencies-menu .dropdown-link, .selected .currencies-menu .dropdown-link, .currencies-menu .dropdown-link:hover {
	color: #fff;
	text-decoration: none;
}

.languages-menu .dropdown-item {
	font-size: .75rem;
}

.languages-menu .dropdown-item.active, .languages-menu .dropdown-item.selected, .languages-menu .dropdown-item:hover {
	background-color: #7952b3;
}

.languages-menu .dropdown-item.active > .dropdown-link, .languages-menu .dropdown-item.selected > .dropdown-link, .languages-menu .dropdown-item:hover > .dropdown-link {
	color: #fff;
}

.languages-menu .dropdown-link {
	display: block;
	padding: 3px .75rem;
}

.active .languages-menu .dropdown-link, .selected .languages-menu .dropdown-link, .languages-menu .dropdown-link:hover {
	color: #fff;
	text-decoration: none;
}

.login-menu {
	min-width: 480px;
	padding: 15px;
}

.minibasket-menu {
	width: 320px;
	padding: 10px;
}

.minibasket-img {
	width: 40px;
	height: auto;
	margin-right: 5px;
}

.minibasket-link {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-decoration: none;
}

@media (min-width: 992px) {
	.search.search {
		display: block;
		-ms-flex-order: 1;
		order: 1;
		max-width: 250px;
		-ms-flex: 0 0 250px;
		flex: 0 0 250px;
	}
}

@media (min-width: 1200px) {
	.search.search {
		max-width: 300px;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
	}
}

.service-menu .altLoginBox, .services .altLoginBox {
	margin-top: 10px;
}

.service-menu .altLoginBox #loginboxFbConnect, .services .altLoginBox #loginboxFbConnect {
	display: inline-block;
}

.service-menu .list-unstyled, .services .list-unstyled {
	margin-bottom: 5px;
}

.service-menu .list-unstyled li, .services .list-unstyled li {
	position: relative;
}

.service-menu .list-unstyled li .badge, .services .list-unstyled li .badge {
	background-color: #6c757d;
	position: absolute;
	top: 3px;
	right: 3px;
	font-weight: 500;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}

.header {
	background-color: #fff;
	padding: 5px 0;
}

@media (min-width: 992px) {
	.header {
		padding: 10px 0;
	}
}

.header .logo-link {
	max-width: 100px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	padding: 0;
	margin: 0 auto;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (min-width: 992px) {
	.header .logo-link {
		-ms-flex-order: 2;
		order: 2;
	}
}

.header .logo-img {
	width: 100px;
	height: 37px;
	fill: #7952b3;
}

.header .menu-dropdowns, .header .icon-wrapper {
	margin-left: auto;
	max-width: 96px;
	-ms-flex: 0 0 96px;
	flex: 0 0 96px;
	padding: 0;
	text-align: right;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 992px) {
	.header .menu-dropdowns, .header .icon-wrapper {
		margin: 0;
		max-width: 250px;
		-ms-flex: 0 0 250px;
		flex: 0 0 250px;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media (min-width: 1200px) {
	.header .menu-dropdowns, .header .icon-wrapper {
		max-width: 300px;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
	}
}

.header .icon-wrapper {
	text-align: left;
	margin: 0 auto 0 0;
	-ms-flex-pack: center;
	justify-content: center;
}

.header .btn {
	padding: 4px 8px;
}

.header .btn .count {
	position: absolute;
	font-size: 10px;
	left: 0;
	right: 0;
	text-align: center;
	top: 15px;
}

.header i {
	font-size: 1.4rem;
	color: #7952b3;
}

.header .btn-primary i {
	color: #fff;
}

.services li {
	position: relative;
}

.services li .badge {
	background-color: #6c757d;
	position: relative;
	top: -2px;
	font-weight: 500;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}

.footer-box-newsletter .form-control {
	font-size: 14px;
}

.footer-box-newsletter .btn {
	font-size: 14px;
}

.footer {
	text-align: center;
	background-color: #f8f9fa;
	color: #000;
	padding: 3rem 0;
	font-size: 14px;
}

@media (min-width: 768px) {
	.footer {
		text-align: left;
	}
}

.footer a {
	color: #000;
	text-decoration: none;
}

.footer-box {
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.footer-box {
		margin-bottom: inherit;
	}
}

.footer-box-title {
	text-transform: uppercase;
}

.footer-box-facebook {
	margin-top: .5rem;
}

.footer .social-links {
	text-align: center;
}

.footer .social-links-list {
	padding-left: 0;
	list-style: none;
}

.footer .social-links-item {
	margin: 0 10px;
	font-size: 16px;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.footer .social-links-link {
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.vat-info {
	float: right;
}

.form-horizontal .form-group {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}

@media (min-width: 768px) {
	.form-horizontal .form-group .control-label {
		text-align: right;
	}
}

.form-horizontal .form-group .control-label.req {
	font-weight: bold;
}

.form-horizontal .form-group .help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #6c757d;
}

.publish-list .btn {
	font-size: 14px;
}

.req {
	font-weight: bold;
}

.listmania-add .areabox {
	max-width: 100%;
}

.listmania-desc-add label {
	display: block;
}

.details .carousel {
	text-align: center;
	margin: 0 -1.5rem;
}

@media (min-width: 768px) {
	.details .carousel {
		margin: 0;
	}
}

.details .carousel img {
	max-width: 100%;
	max-height: 100%;
}

.details .carousel-close {
	display: none;
}

.details .carousel .embed-responsive-item {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (min-width: 768px) {
	.details .carousel {
		display: none;
	}

	.details .carousel.fullsize {
		display: block;
		background: rgba(0, 0, 0, .8);
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw;
		z-index: 2100;
	}

	.details .carousel.fullsize .carousel-close {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3310;
		font-size: 40px;
		padding: 10px 20px;
		color: #fff;
		cursor: pointer;
		background: rgba(0, 0, 0, .5);
		-webkit-transition: background-color 150ms;
		transition: background-color 150ms;
	}

	.details .carousel.fullsize .carousel-close:hover {
		background: #000;
	}
}

.details-title {
	margin: 1rem 0 0;
	font-size: 18px;
}

@media (min-width: 768px) {
	.details-thumb-img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		cursor: zoom-in;
		-webkit-transition: opacity 150ms;
		transition: opacity 150ms;
		position: relative;
	}

	.details-thumb-img:hover {
		opacity: .8;
	}
}

.cart_item-list {
	padding-left: 15px;
	padding-right: 15px;
}

.cart_item-list .quantity .textbox {
	max-width: 60px;
	padding-left: 5px;
	padding-right: 5px;
}

@media (min-width: 768px) {
	.cart_item-list .row.collapse:not(.show) {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.payment-option {
	display: none;
}

.popupBox {
	display: none;
	position: absolute;
	padding: 5px;
	left: 0;
	text-align: left;
	z-index: 100;
}

.paypalExpressCheckoutBox {
	text-align: right !important;
	margin-bottom: 10px;
}

.paypalExpressCheckoutBox .popupBox {
	left: auto;
	right: 0;
	top: 15px;
	border: 1px solid #333;
}

.paypalHelpIcon {
	border-radius: 50%;
	border: 1px solid #333;
	width: 18px;
	display: inline-block;
	height: 18px;
	text-align: center;
	margin: 0 8px;
}

.paypalHelpBox {
	display: none;
	position: absolute;
}

#paypalExpressCheckoutDetailsBox {
	width: 100%;
	float: none !important;
}

#paypalExpressCheckoutDetailsBox.paypalExpressCheckoutDetailsBox .paypalExpressCheckoutMsg {
	float: none;
}

.paypalExpressCheckoutBox {
	padding-right: 15px !important;
	margin: 0 15px 0 0 !important;
}

.paypalExpressCheckoutBox .paypalExpressCheckoutMsg {
	clear: both;
}

#paypalExpressCheckoutMiniBasketImage {
	float: right !important;
}

#paypalExpressCheckoutMiniBasketBox.paypalExpressCheckoutBox {
	float: right;
	padding-right: 0 !important;
	margin: 0 0 15px 0 !important;
}

#paypalExpressCheckoutMiniBasketBox.paypalExpressCheckoutBox .paypalExpressCheckoutMsg {
	padding-top: 5px;
}

#paypalExpressCheckoutMiniBasketBox.paypalExpressCheckoutBox .paypalHelpIcon {
	left: -30px;
	top: 5px;
}

.checkout-steps {
	border-top: 3px solid #7952b3;
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 15px 0;
	list-style: none;
}

@media (min-width: 768px) {
	.checkout-steps {
		margin: 15px 0 30px 0;
	}
}

.checkout-steps .step {
	width: 20%;
	max-width: 20%;
	text-align: center;
	position: relative;
	padding-top: 16px;
}

.checkout-steps .step.active .num {
	background-color: #6c757d;
}

.checkout-steps .step.passed .num {
	background-color: #28a745;
}

.checkout-steps .num {
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #7952b3;
	width: 30px;
	height: 30px;
	padding-top: 1px;
	margin-left: -16px;
	position: absolute;
	top: -16px;
	left: 50%;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.checkout-steps .text {
	display: none;
}

@media (min-width: 768px) {
	.checkout-steps .text {
		display: block;
	}
}

.edit-button {
	padding: 0 .25em;
	font-size: 13px;
}

.cart-buttons .btn {
	width: 100%;
}

@media (min-width: 768px) {
	.cart-buttons .btn {
		width: auto;
		margin-bottom: 0;
	}
}

.cart-buttons .btn:first-child {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.cart-buttons .btn:first-child {
		margin-bottom: 0;
	}
}

.voucher-code {
	max-width: 250px;
}

.compare-item {
	margin-top: 15px;
}

.compare-item .picture {
	height: 250px;
	-ms-flex-align: center;
	align-items: center;
}

.compare-item .title {
	min-height: 40px;
	display: block;
}

.compare-item .add-to-basket {
	height: 150px;
}

.compare-products {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.compare-item-wrapper {
	width: 280px;
	padding: 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: start;
	-ms-flex-pack: center;
	justify-content: center;
}

.compare .table-responsive.shadowed {
	box-shadow: inset 3px 0 7px 1px rgba(0, 0, 0, .2);
}

.account-menu {
	font-size: 14px;
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.account-menu {
		font-size: 16px;
	}
}

.list-img {
	display: block;
	margin-bottom: 1.5rem;
}

.breadcrumb {
	display: none;
}

@media (min-width: 768px) {
	.breadcrumb {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.boxwrapper .grid-view {
	text-align: center;
}

@media (min-width: 768px) {
	.boxwrapper .grid-view {
		text-align: left;
	}
}

.grid-view .card {
	height: 100%;
	text-decoration: none;
	border: none;
}

@media (min-width: 768px) {
	.grid-view .card {
		-webkit-transition: all 150ms;
		transition: all 150ms;
	}

	.grid-view .card:hover {
		z-index: 10;
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	}
}

.grid-view .card picture {
	height: 150px;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.grid-view .card picture {
		height: 200px;
	}
}

@media (min-width: 992px) {
	.grid-view .card picture {
		height: 300px;
	}
}

.grid-view .card .product-img {
	max-height: 150px;
	max-width: 100%;
}

@media (min-width: 768px) {
	.grid-view .card .product-img {
		max-height: 200px;
	}
}

@media (min-width: 992px) {
	.grid-view .card .product-img {
		max-height: 300px;
	}
}

.grid-view .card-body {
	background: #fff;
}

.grid-view .card-title {
	margin: 0;
}

@media (min-width: 768px) {
	.grid-view .card-title {
		text-transform: uppercase;
		font-weight: bold;
	}
}

.line-view-item {
	border-bottom: 1px dashed #dee2e6;
	padding-bottom: 15px;
}

.line-view-item .title {
	font-weight: 600;
}

.line-view-item .img-responsive {
	max-height: 150px;
}

.line-view-item .form-group {
	margin-top: 10px;
	margin-bottom: 0;
}

.line-view-item .price {
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.line-view-item .price {
		font-size: 1.3rem;
		margin-bottom: 0;
	}
}

.line-view-item .price .lead {
	font-weight: 400;
}

.article-list {
	padding: 3rem 0;
	background: #f1f1f1;
}

.pagination {
	margin: 3rem 0;
}

.filter-form {
	width: 100%;
}

.filter-attributes .list-filter {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background-color: #f2f2f2;
	padding: 20px .75rem;
	margin: .75rem 0 0 0;
}

.filter-attributes .list-filter .btn-group {
	width: 100%;
	margin-bottom: 5px;
	background-color: #fff;
}

@media (min-width: 768px) {
	.filter-attributes .list-filter .btn-group {
		width: auto;
		margin-bottom: 0;
	}
}

.filter-attributes .list-filter .btn-group .btn {
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {
	.filter-attributes .list-filter .btn-group .btn {
		width: auto;
		text-align: left;
	}
}

.ratings {
	margin-top: 5px;
	margin-bottom: 1rem;
}

.ratings .fa-star {
	font-size: 22px;
}

.ratings-star-filled {
	color: #f60;
}

.ratings-star-empty {
	color: #c7c7c7;
}

.rating-star {
	display: inline-block;
	padding-right: 5px;
}

.reviews {
	margin-top: 20px;
}

.reviews-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
	font-size: 30px;
}
