@charset "UTF-8";
.flex-center {
	display: inline-flex
}

.border-dashed {
	border-style: dashed;
	border-width: inherit
}

[class~='hover-shadow-'],
[class*='hover-shadow-'],
.hover-shadow {
	transition: all .25s ease-in-out
}

.hover-shadow-sm:hover {
	box-shadow: 0 .125rem .25rem rgba(14, 17, 31, .075)
}

.hover-shadow:hover {
	box-shadow: 0 .5rem 1rem rgba(14, 17, 31, .1)
}

.hover-shadow-lg:hover {
	box-shadow: 0 1rem 3rem rgba(14, 17, 31, .125)
}

.hover-shadow-xl:hover {
	box-shadow: 0 2rem 4rem rgba(14, 17, 31, .175)
}

.hover-shadow-3d:hover {
	box-shadow: 5px 5px 0 0 #0e111f
}

.grid-separator {
	overflow: hidden
}

.grid-separator>* {
	box-shadow: -1px -1px 0 0 #e7e7ef
}

.grid-separator>[class*='col-'],
.grid-separator [class^='col-'] {
	padding: 2rem 1rem
}

.text-white .grid-separator>* {
	box-shadow: -1px -1px 0 0 rgba(255, 255, 255, .125)
}

:root {
	--bs-blue: #3655ff;
	--bs-indigo: #5865f5;
	--bs-purple: #c26bf8;
	--bs-pink: #f65660;
	--bs-red: #ff3800;
	--bs-orange: #ff6838;
	--bs-yellow: #ffc940;
	--bs-green: #37a878;
	--bs-teal: #21a5a7;
	--bs-cyan: #28abff;
	--bs-white: #fff;
	--bs-gray: #434b69;
	--bs-gray-dark: #232a42;
	--bs-gray-100: #f9f9fe;
	--bs-gray-200: #e7e7ef;
	--bs-gray-300: #d6d6df;
	--bs-gray-400: #c5c5cf;
	--bs-gray-500: #6c718c;
	--bs-gray-600: #434b69;
	--bs-gray-700: #2e3552;
	--bs-gray-800: #232a42;
	--bs-gray-900: #191e32;
	--bs-primary: #3655ff;
	--bs-secondary: #2e3552;
	--bs-success: #37a878;
	--bs-info: #28abff;
	--bs-warning: #ffc940;
	--bs-danger: #f65660;
	--bs-light: #f9f9fe;
	--bs-white: #fff;
	--bs-gray-200: #e7e7ef;
	--bs-gray-800: #232a42;
	--bs-dark: #0e111f;
	--bs-primary-rgb: 54, 85, 255;
	--bs-secondary-rgb: 46, 53, 82;
	--bs-success-rgb: 0, 91, 65;
	--bs-info-rgb: 40, 171, 255;
	--bs-warning-rgb: 255, 201, 64;
	--bs-danger-rgb: 199, 0, 57;
	--bs-light-rgb: 249, 249, 254;
	--bs-white-rgb: 255, 255, 255;
	--bs-gray-200-rgb: 231, 231, 239;
	--bs-gray-800-rgb: 35, 42, 66;
	--bs-dark-rgb: 14, 17, 31;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 14, 17, 31;
	--bs-body-color-rgb: 35, 42, 66;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: 'MaplestoryLight', 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation 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));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #232a42;
	--bs-body-bg: #fff
}

hr:not([size]) {
	height: 1px
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 600;
	line-height: 1.2
}

h1,
.h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
	h1,
	.h1 {
		font-size: 2.5rem
	}
}

h2,
.h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
	h2,
	.h2 {
		font-size: 2rem
	}
}

h3,
.h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
	h3,
	.h3 {
		font-size: 1.75rem
	}
}

h4,
.h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
	h4,
	.h4 {
		font-size: 1.5rem
	}
}

h5,
.h5 {
	font-size: 1.25rem
}

h6,
.h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[title],
abbr[data-bs-original-title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}


ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0
}

dt {
	font-weight: 600
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: 700
}

small,
.small {
	font-size: .835rem
}

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
}


pre,
code,
kbd,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .835rem
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

code {
	font-size: .835rem;
	color: #f65660;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: .835rem;
	color: #fff;
	background-color: #191e32;
	border-radius: .25rem
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 600
}

figure {
	margin: 0 0 1rem
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c718c;
	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:not(:focus-visible) {
	outline: 0
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

[role='button'] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[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
}

@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
}

::file-selector-button {
	font: inherit
}

::-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
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 600;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-1 {
		font-size: 5rem
	}
}

.display-2 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 600;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-2 {
		font-size: 4rem
	}
}

.display-3 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 600;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-3 {
		font-size: 3.5rem
	}
}

.display-4 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 600;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-4 {
		font-size: 3rem
	}
}

.display-5 {
	font-size: calc(1.4rem + 1.8vw);
	font-weight: 600;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-5 {
		font-size: 2.75rem
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 600;
	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: .835rem;
	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: .835rem;
	color: #434b69
}

.blockquote-footer::before {
	content: '— '
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #d6d6df;
	border-radius: .375rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: .835rem;
	color: #434b69
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container-sm,
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container-md,
	.container-sm,
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1140px
	}
}

@media (min-width:1400px) {
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

.col {
	flex: 1 0 0%
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%
}

.col-3 {
	flex: 0 0 auto;
	width: 25%
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%
}

.col-6 {
	flex: 0 0 auto;
	width: 50%
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%
}

.col-9 {
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

.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: 2rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 2rem
}

.g-6,
.gx-6 {
	--bs-gutter-x: 2.5rem
}

.g-6,
.gy-6 {
	--bs-gutter-y: 2.5rem
}

.g-7,
.gx-7 {
	--bs-gutter-x: 3rem
}

.g-7,
.gy-7 {
	--bs-gutter-y: 3rem
}

.g-8,
.gx-8 {
	--bs-gutter-x: 3.5rem
}

.g-8,
.gy-8 {
	--bs-gutter-y: 3.5rem
}

.g-9,
.gx-9 {
	--bs-gutter-x: 4rem
}

.g-9,
.gy-9 {
	--bs-gutter-y: 4rem
}

.g-10,
.gx-10 {
	--bs-gutter-x: 4.5rem
}

.g-10,
.gy-10 {
	--bs-gutter-y: 4.5rem
}

.g-11,
.gx-11 {
	--bs-gutter-x: 5rem
}

.g-11,
.gy-11 {
	--bs-gutter-y: 5rem
}

.g-12,
.gx-12 {
	--bs-gutter-x: 5.5rem
}

.g-12,
.gy-12 {
	--bs-gutter-y: 5.5rem
}

.g-13,
.gx-13 {
	--bs-gutter-x: 6rem
}

.g-13,
.gy-13 {
	--bs-gutter-y: 6rem
}

.g-14,
.gx-14 {
	--bs-gutter-x: 6.5rem
}

.g-14,
.gy-14 {
	--bs-gutter-y: 6.5rem
}

.g-15,
.gx-15 {
	--bs-gutter-x: 7rem
}

.g-15,
.gy-15 {
	--bs-gutter-y: 7rem
}

.g-16,
.gx-16 {
	--bs-gutter-x: 8rem
}

.g-16,
.gy-16 {
	--bs-gutter-y: 8rem
}

.g-17,
.gx-17 {
	--bs-gutter-x: 9rem
}

.g-17,
.gy-17 {
	--bs-gutter-y: 9rem
}

.g-18,
.gx-18 {
	--bs-gutter-x: 10rem
}

.g-18,
.gy-18 {
	--bs-gutter-y: 10rem
}

.g-19,
.gx-19 {
	--bs-gutter-x: 11rem
}

.g-19,
.gy-19 {
	--bs-gutter-y: 11rem
}

.g-20,
.gx-20 {
	--bs-gutter-x: 12rem
}

.g-20,
.gy-20 {
	--bs-gutter-y: 12rem
}

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0%
	}
	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333333%
	}
	.offset-sm-2 {
		margin-left: 16.66666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333333%
	}
	.offset-sm-5 {
		margin-left: 41.66666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333333%
	}
	.offset-sm-8 {
		margin-left: 66.66666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333333%
	}
	.offset-sm-11 {
		margin-left: 91.66666667%
	}
	.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: 2rem
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 2rem
	}
	.g-sm-6,
	.gx-sm-6 {
		--bs-gutter-x: 2.5rem
	}
	.g-sm-6,
	.gy-sm-6 {
		--bs-gutter-y: 2.5rem
	}
	.g-sm-7,
	.gx-sm-7 {
		--bs-gutter-x: 3rem
	}
	.g-sm-7,
	.gy-sm-7 {
		--bs-gutter-y: 3rem
	}
	.g-sm-8,
	.gx-sm-8 {
		--bs-gutter-x: 3.5rem
	}
	.g-sm-8,
	.gy-sm-8 {
		--bs-gutter-y: 3.5rem
	}
	.g-sm-9,
	.gx-sm-9 {
		--bs-gutter-x: 4rem
	}
	.g-sm-9,
	.gy-sm-9 {
		--bs-gutter-y: 4rem
	}
	.g-sm-10,
	.gx-sm-10 {
		--bs-gutter-x: 4.5rem
	}
	.g-sm-10,
	.gy-sm-10 {
		--bs-gutter-y: 4.5rem
	}
	.g-sm-11,
	.gx-sm-11 {
		--bs-gutter-x: 5rem
	}
	.g-sm-11,
	.gy-sm-11 {
		--bs-gutter-y: 5rem
	}
	.g-sm-12,
	.gx-sm-12 {
		--bs-gutter-x: 5.5rem
	}
	.g-sm-12,
	.gy-sm-12 {
		--bs-gutter-y: 5.5rem
	}
	.g-sm-13,
	.gx-sm-13 {
		--bs-gutter-x: 6rem
	}
	.g-sm-13,
	.gy-sm-13 {
		--bs-gutter-y: 6rem
	}
	.g-sm-14,
	.gx-sm-14 {
		--bs-gutter-x: 6.5rem
	}
	.g-sm-14,
	.gy-sm-14 {
		--bs-gutter-y: 6.5rem
	}
	.g-sm-15,
	.gx-sm-15 {
		--bs-gutter-x: 7rem
	}
	.g-sm-15,
	.gy-sm-15 {
		--bs-gutter-y: 7rem
	}
	.g-sm-16,
	.gx-sm-16 {
		--bs-gutter-x: 8rem
	}
	.g-sm-16,
	.gy-sm-16 {
		--bs-gutter-y: 8rem
	}
	.g-sm-17,
	.gx-sm-17 {
		--bs-gutter-x: 9rem
	}
	.g-sm-17,
	.gy-sm-17 {
		--bs-gutter-y: 9rem
	}
	.g-sm-18,
	.gx-sm-18 {
		--bs-gutter-x: 10rem
	}
	.g-sm-18,
	.gy-sm-18 {
		--bs-gutter-y: 10rem
	}
	.g-sm-19,
	.gx-sm-19 {
		--bs-gutter-x: 11rem
	}
	.g-sm-19,
	.gy-sm-19 {
		--bs-gutter-y: 11rem
	}
	.g-sm-20,
	.gx-sm-20 {
		--bs-gutter-x: 12rem
	}
	.g-sm-20,
	.gy-sm-20 {
		--bs-gutter-y: 12rem
	}
}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0%
	}
	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333333%
	}
	.offset-md-2 {
		margin-left: 16.66666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333333%
	}
	.offset-md-5 {
		margin-left: 41.66666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333333%
	}
	.offset-md-8 {
		margin-left: 66.66666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333333%
	}
	.offset-md-11 {
		margin-left: 91.66666667%
	}
	.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: 2rem
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 2rem
	}
	.g-md-6,
	.gx-md-6 {
		--bs-gutter-x: 2.5rem
	}
	.g-md-6,
	.gy-md-6 {
		--bs-gutter-y: 2.5rem
	}
	.g-md-7,
	.gx-md-7 {
		--bs-gutter-x: 3rem
	}
	.g-md-7,
	.gy-md-7 {
		--bs-gutter-y: 3rem
	}
	.g-md-8,
	.gx-md-8 {
		--bs-gutter-x: 3.5rem
	}
	.g-md-8,
	.gy-md-8 {
		--bs-gutter-y: 3.5rem
	}
	.g-md-9,
	.gx-md-9 {
		--bs-gutter-x: 4rem
	}
	.g-md-9,
	.gy-md-9 {
		--bs-gutter-y: 4rem
	}
	.g-md-10,
	.gx-md-10 {
		--bs-gutter-x: 4.5rem
	}
	.g-md-10,
	.gy-md-10 {
		--bs-gutter-y: 4.5rem
	}
	.g-md-11,
	.gx-md-11 {
		--bs-gutter-x: 5rem
	}
	.g-md-11,
	.gy-md-11 {
		--bs-gutter-y: 5rem
	}
	.g-md-12,
	.gx-md-12 {
		--bs-gutter-x: 5.5rem
	}
	.g-md-12,
	.gy-md-12 {
		--bs-gutter-y: 5.5rem
	}
	.g-md-13,
	.gx-md-13 {
		--bs-gutter-x: 6rem
	}
	.g-md-13,
	.gy-md-13 {
		--bs-gutter-y: 6rem
	}
	.g-md-14,
	.gx-md-14 {
		--bs-gutter-x: 6.5rem
	}
	.g-md-14,
	.gy-md-14 {
		--bs-gutter-y: 6.5rem
	}
	.g-md-15,
	.gx-md-15 {
		--bs-gutter-x: 7rem
	}
	.g-md-15,
	.gy-md-15 {
		--bs-gutter-y: 7rem
	}
	.g-md-16,
	.gx-md-16 {
		--bs-gutter-x: 8rem
	}
	.g-md-16,
	.gy-md-16 {
		--bs-gutter-y: 8rem
	}
	.g-md-17,
	.gx-md-17 {
		--bs-gutter-x: 9rem
	}
	.g-md-17,
	.gy-md-17 {
		--bs-gutter-y: 9rem
	}
	.g-md-18,
	.gx-md-18 {
		--bs-gutter-x: 10rem
	}
	.g-md-18,
	.gy-md-18 {
		--bs-gutter-y: 10rem
	}
	.g-md-19,
	.gx-md-19 {
		--bs-gutter-x: 11rem
	}
	.g-md-19,
	.gy-md-19 {
		--bs-gutter-y: 11rem
	}
	.g-md-20,
	.gx-md-20 {
		--bs-gutter-x: 12rem
	}
	.g-md-20,
	.gy-md-20 {
		--bs-gutter-y: 12rem
	}
}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0%
	}
	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333333%
	}
	.offset-lg-2 {
		margin-left: 16.66666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333333%
	}
	.offset-lg-5 {
		margin-left: 41.66666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333333%
	}
	.offset-lg-8 {
		margin-left: 66.66666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333333%
	}
	.offset-lg-11 {
		margin-left: 91.66666667%
	}
	.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: 2rem
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 2rem
	}
	.g-lg-6,
	.gx-lg-6 {
		--bs-gutter-x: 2.5rem
	}
	.g-lg-6,
	.gy-lg-6 {
		--bs-gutter-y: 2.5rem
	}
	.g-lg-7,
	.gx-lg-7 {
		--bs-gutter-x: 3rem
	}
	.g-lg-7,
	.gy-lg-7 {
		--bs-gutter-y: 3rem
	}
	.g-lg-8,
	.gx-lg-8 {
		--bs-gutter-x: 3.5rem
	}
	.g-lg-8,
	.gy-lg-8 {
		--bs-gutter-y: 3.5rem
	}
	.g-lg-9,
	.gx-lg-9 {
		--bs-gutter-x: 4rem
	}
	.g-lg-9,
	.gy-lg-9 {
		--bs-gutter-y: 4rem
	}
	.g-lg-10,
	.gx-lg-10 {
		--bs-gutter-x: 4.5rem
	}
	.g-lg-10,
	.gy-lg-10 {
		--bs-gutter-y: 4.5rem
	}
	.g-lg-11,
	.gx-lg-11 {
		--bs-gutter-x: 5rem
	}
	.g-lg-11,
	.gy-lg-11 {
		--bs-gutter-y: 5rem
	}
	.g-lg-12,
	.gx-lg-12 {
		--bs-gutter-x: 5.5rem
	}
	.g-lg-12,
	.gy-lg-12 {
		--bs-gutter-y: 5.5rem
	}
	.g-lg-13,
	.gx-lg-13 {
		--bs-gutter-x: 6rem
	}
	.g-lg-13,
	.gy-lg-13 {
		--bs-gutter-y: 6rem
	}
	.g-lg-14,
	.gx-lg-14 {
		--bs-gutter-x: 6.5rem
	}
	.g-lg-14,
	.gy-lg-14 {
		--bs-gutter-y: 6.5rem
	}
	.g-lg-15,
	.gx-lg-15 {
		--bs-gutter-x: 7rem
	}
	.g-lg-15,
	.gy-lg-15 {
		--bs-gutter-y: 7rem
	}
	.g-lg-16,
	.gx-lg-16 {
		--bs-gutter-x: 8rem
	}
	.g-lg-16,
	.gy-lg-16 {
		--bs-gutter-y: 8rem
	}
	.g-lg-17,
	.gx-lg-17 {
		--bs-gutter-x: 9rem
	}
	.g-lg-17,
	.gy-lg-17 {
		--bs-gutter-y: 9rem
	}
	.g-lg-18,
	.gx-lg-18 {
		--bs-gutter-x: 10rem
	}
	.g-lg-18,
	.gy-lg-18 {
		--bs-gutter-y: 10rem
	}
	.g-lg-19,
	.gx-lg-19 {
		--bs-gutter-x: 11rem
	}
	.g-lg-19,
	.gy-lg-19 {
		--bs-gutter-y: 11rem
	}
	.g-lg-20,
	.gx-lg-20 {
		--bs-gutter-x: 12rem
	}
	.g-lg-20,
	.gy-lg-20 {
		--bs-gutter-y: 12rem
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0%
	}
	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333333%
	}
	.offset-xl-2 {
		margin-left: 16.66666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333333%
	}
	.offset-xl-5 {
		margin-left: 41.66666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333333%
	}
	.offset-xl-8 {
		margin-left: 66.66666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333333%
	}
	.offset-xl-11 {
		margin-left: 91.66666667%
	}
	.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: 2rem
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 2rem
	}
	.g-xl-6,
	.gx-xl-6 {
		--bs-gutter-x: 2.5rem
	}
	.g-xl-6,
	.gy-xl-6 {
		--bs-gutter-y: 2.5rem
	}
	.g-xl-7,
	.gx-xl-7 {
		--bs-gutter-x: 3rem
	}
	.g-xl-7,
	.gy-xl-7 {
		--bs-gutter-y: 3rem
	}
	.g-xl-8,
	.gx-xl-8 {
		--bs-gutter-x: 3.5rem
	}
	.g-xl-8,
	.gy-xl-8 {
		--bs-gutter-y: 3.5rem
	}
	.g-xl-9,
	.gx-xl-9 {
		--bs-gutter-x: 4rem
	}
	.g-xl-9,
	.gy-xl-9 {
		--bs-gutter-y: 4rem
	}
	.g-xl-10,
	.gx-xl-10 {
		--bs-gutter-x: 4.5rem
	}
	.g-xl-10,
	.gy-xl-10 {
		--bs-gutter-y: 4.5rem
	}
	.g-xl-11,
	.gx-xl-11 {
		--bs-gutter-x: 5rem
	}
	.g-xl-11,
	.gy-xl-11 {
		--bs-gutter-y: 5rem
	}
	.g-xl-12,
	.gx-xl-12 {
		--bs-gutter-x: 5.5rem
	}
	.g-xl-12,
	.gy-xl-12 {
		--bs-gutter-y: 5.5rem
	}
	.g-xl-13,
	.gx-xl-13 {
		--bs-gutter-x: 6rem
	}
	.g-xl-13,
	.gy-xl-13 {
		--bs-gutter-y: 6rem
	}
	.g-xl-14,
	.gx-xl-14 {
		--bs-gutter-x: 6.5rem
	}
	.g-xl-14,
	.gy-xl-14 {
		--bs-gutter-y: 6.5rem
	}
	.g-xl-15,
	.gx-xl-15 {
		--bs-gutter-x: 7rem
	}
	.g-xl-15,
	.gy-xl-15 {
		--bs-gutter-y: 7rem
	}
	.g-xl-16,
	.gx-xl-16 {
		--bs-gutter-x: 8rem
	}
	.g-xl-16,
	.gy-xl-16 {
		--bs-gutter-y: 8rem
	}
	.g-xl-17,
	.gx-xl-17 {
		--bs-gutter-x: 9rem
	}
	.g-xl-17,
	.gy-xl-17 {
		--bs-gutter-y: 9rem
	}
	.g-xl-18,
	.gx-xl-18 {
		--bs-gutter-x: 10rem
	}
	.g-xl-18,
	.gy-xl-18 {
		--bs-gutter-y: 10rem
	}
	.g-xl-19,
	.gx-xl-19 {
		--bs-gutter-x: 11rem
	}
	.g-xl-19,
	.gy-xl-19 {
		--bs-gutter-y: 11rem
	}
	.g-xl-20,
	.gx-xl-20 {
		--bs-gutter-x: 12rem
	}
	.g-xl-20,
	.gy-xl-20 {
		--bs-gutter-y: 12rem
	}
}

@media (min-width:1400px) {
	.col-xxl {
		flex: 1 0 0%
	}
	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%
	}
	.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: 2rem
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 2rem
	}
	.g-xxl-6,
	.gx-xxl-6 {
		--bs-gutter-x: 2.5rem
	}
	.g-xxl-6,
	.gy-xxl-6 {
		--bs-gutter-y: 2.5rem
	}
	.g-xxl-7,
	.gx-xxl-7 {
		--bs-gutter-x: 3rem
	}
	.g-xxl-7,
	.gy-xxl-7 {
		--bs-gutter-y: 3rem
	}
	.g-xxl-8,
	.gx-xxl-8 {
		--bs-gutter-x: 3.5rem
	}
	.g-xxl-8,
	.gy-xxl-8 {
		--bs-gutter-y: 3.5rem
	}
	.g-xxl-9,
	.gx-xxl-9 {
		--bs-gutter-x: 4rem
	}
	.g-xxl-9,
	.gy-xxl-9 {
		--bs-gutter-y: 4rem
	}
	.g-xxl-10,
	.gx-xxl-10 {
		--bs-gutter-x: 4.5rem
	}
	.g-xxl-10,
	.gy-xxl-10 {
		--bs-gutter-y: 4.5rem
	}
	.g-xxl-11,
	.gx-xxl-11 {
		--bs-gutter-x: 5rem
	}
	.g-xxl-11,
	.gy-xxl-11 {
		--bs-gutter-y: 5rem
	}
	.g-xxl-12,
	.gx-xxl-12 {
		--bs-gutter-x: 5.5rem
	}
	.g-xxl-12,
	.gy-xxl-12 {
		--bs-gutter-y: 5.5rem
	}
	.g-xxl-13,
	.gx-xxl-13 {
		--bs-gutter-x: 6rem
	}
	.g-xxl-13,
	.gy-xxl-13 {
		--bs-gutter-y: 6rem
	}
	.g-xxl-14,
	.gx-xxl-14 {
		--bs-gutter-x: 6.5rem
	}
	.g-xxl-14,
	.gy-xxl-14 {
		--bs-gutter-y: 6.5rem
	}
	.g-xxl-15,
	.gx-xxl-15 {
		--bs-gutter-x: 7rem
	}
	.g-xxl-15,
	.gy-xxl-15 {
		--bs-gutter-y: 7rem
	}
	.g-xxl-16,
	.gx-xxl-16 {
		--bs-gutter-x: 8rem
	}
	.g-xxl-16,
	.gy-xxl-16 {
		--bs-gutter-y: 8rem
	}
	.g-xxl-17,
	.gx-xxl-17 {
		--bs-gutter-x: 9rem
	}
	.g-xxl-17,
	.gy-xxl-17 {
		--bs-gutter-y: 9rem
	}
	.g-xxl-18,
	.gx-xxl-18 {
		--bs-gutter-x: 10rem
	}
	.g-xxl-18,
	.gy-xxl-18 {
		--bs-gutter-y: 10rem
	}
	.g-xxl-19,
	.gx-xxl-19 {
		--bs-gutter-x: 11rem
	}
	.g-xxl-19,
	.gy-xxl-19 {
		--bs-gutter-y: 11rem
	}
	.g-xxl-20,
	.gx-xxl-20 {
		--bs-gutter-x: 12rem
	}
	.g-xxl-20,
	.gy-xxl-20 {
		--bs-gutter-y: 12rem
	}
}

.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #232a42;
	--bs-table-striped-bg: rgba(14, 17, 31, .05);
	--bs-table-active-color: #232a42;
	--bs-table-active-bg: rgba(14, 17, 31, .1);
	--bs-table-hover-color: #232a42;
	--bs-table-hover-bg: rgba(14, 17, 31, .075);
	width: 100%;
	margin-bottom: 1rem;
	color: #232a42;
	vertical-align: top;
	border-color: #e7e7ef
}

.table>:not(caption)>*>* {
	padding: .75rem .75rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
	vertical-align: inherit
}

.table>thead {
	vertical-align: bottom
}

.table>:not(:first-child) {
	border-top: 2px solid currentColor
}

.caption-top {
	caption-side: top
}

.table-sm>:not(caption)>*>* {
	padding: .5rem .5rem
}

.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-borderless>:not(:first-child) {
	border-top-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: #ebeeff;
	--bs-table-striped-bg: #e0e3f4;
	--bs-table-striped-color: #0e111f;
	--bs-table-active-bg: #d5d8e9;
	--bs-table-active-color: #0e111f;
	--bs-table-hover-bg: #daddee;
	--bs-table-hover-color: #0e111f;
	color: #0e111f;
	border-color: #d5d8e9
}

.table-secondary {
	--bs-table-bg: #eaebee;
	--bs-table-striped-bg: #dfe0e4;
	--bs-table-striped-color: #0e111f;
	--bs-table-active-bg: #d4d5d9;
	--bs-table-active-color: #0e111f;
	--bs-table-hover-bg: #dadbde;
	--bs-table-hover-color: #0e111f;
	color: #0e111f;
	border-color: #d4d5d9
}

.table-success {
	--bs-table-bg: #ebf6f2;
	--bs-table-striped-bg: #e0ebe7;
	--bs-table-striped-color: #0e111f;
	--bs-table-active-bg: #d5dfdd;
	--bs-table-active-color: #0e111f;
	--bs-table-hover-bg: #dae5e2;
	--bs-table-hover-color: #0e111f;
	color: #0e111f;
	border-color: #d5dfdd
}

.table-info {
	--bs-table-bg: #eaf7ff;
	--bs-table-striped-bg: #dfecf4;
	--bs-table-striped-color: #0e111f;
	--bs-table-active-bg: #d4e0e9;
	--bs-table-active-color: #0e111f;
	--bs-table-hover-bg: #dae6ee;
	--bs-table-hover-color: #0e111f;
	color: #0e111f;
	border-color: #d4e0e9
}

.table-warning {
	--bs-table-bg: #fffaec;
	--bs-table-striped-bg: #f3eee2;
	--bs-table-striped-color: #0e111f;
	--bs-table-active-bg: #e7e3d8;
	--bs-table-active-color: #0e111f;
	--bs-table-hover-bg: #ede9dd;
	--bs-table-hover-color: #0e111f;
	color: #0e111f;
	border-color: #e7e3d8
}

.table-danger {
	--bs-table-bg: #feeeef;
	--bs-table-striped-bg: #f2e3e5;
	--bs-table-striped-color: #0e111f;
	--bs-table-active-bg: #e6d8da;
	--bs-table-active-color: #0e111f;
	--bs-table-hover-bg: #ecdddf;
	--bs-table-hover-color: #0e111f;
	color: #0e111f;
	border-color: #e6d8da
}

.table-light {
	--bs-table-bg: #f9f9fe;
	--bs-table-striped-bg: #ededf3;
	--bs-table-striped-color: #0e111f;
	--bs-table-active-bg: #e2e2e8;
	--bs-table-active-color: #0e111f;
	--bs-table-hover-bg: #e7e8ed;
	--bs-table-hover-color: #0e111f;
	color: #0e111f;
	border-color: #e2e2e8
}

.table-dark {
	--bs-table-bg: #0e111f;
	--bs-table-striped-bg: #1a1d2a;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #262935;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #202330;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #262935
}

.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(.475rem + 1px);
	padding-bottom: calc(.475rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.785rem + 1px);
	padding-bottom: calc(.785rem + 1px);
	font-size: 1.125rem
}

.col-form-label-sm {
	padding-top: calc(.275rem + 1px);
	padding-bottom: calc(.275rem + 1px);
	font-size: .835rem
}

.form-text {
	margin-top: .25rem;
	font-size: .835rem;
	color: #6c718c
}

.form-control {
	display: block;
	width: 100%;
	padding: .475rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #232a42;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d6d6df;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .375rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control[type='file'] {
	overflow: hidden
}

.form-control[type='file']:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control:focus {
	color: #232a42;
	background-color: #fff;
	border-color: #9baaff;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(54, 85, 255, .1)
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em
}

.form-control::-moz-placeholder {
	color: #434b69;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #434b69;
	opacity: 1
}

.form-control::placeholder {
	color: #434b69;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f9f9fe;
	opacity: 1
}

.form-control::-webkit-file-upload-button {
	padding: .475rem 1rem;
	margin: -.475rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
	color: #232a42;
	background-color: #e7e7ef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.form-control::file-selector-button {
	padding: .475rem 1rem;
	margin: -.475rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
	color: #232a42;
	background-color: #e7e7ef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: all .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none
	}
	.form-control::file-selector-button {
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dbdbe3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dbdbe3
}

.form-control::-webkit-file-upload-button {
	padding: .475rem 1rem;
	margin: -.475rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
	color: #232a42;
	background-color: #e7e7ef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dbdbe3
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .475rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #232a42;
	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 + .55rem + 2px);
	padding: .275rem .675rem;
	font-size: .835rem;
	border-radius: .25rem
}

.form-control-sm::-webkit-file-upload-button {
	padding: .275rem .675rem;
	margin: -.275rem -.675rem;
	-webkit-margin-end: .675rem;
	margin-inline-end: .675rem
}

.form-control-sm::file-selector-button {
	padding: .275rem .675rem;
	margin: -.275rem -.675rem;
	-webkit-margin-end: .675rem;
	margin-inline-end: .675rem
}

.form-control-sm::-webkit-file-upload-button {
	padding: .275rem .675rem;
	margin: -.275rem -.675rem;
	-webkit-margin-end: .675rem;
	margin-inline-end: .675rem
}

.form-control-lg {
	min-height: calc(1.5em + 1.57rem + 2px);
	padding: .785rem 1.5rem;
	font-size: 1.125rem;
	border-radius: .575rem
}

.form-control-lg::-webkit-file-upload-button {
	padding: .785rem 1.5rem;
	margin: -.785rem -1.5rem;
	-webkit-margin-end: 1.5rem;
	margin-inline-end: 1.5rem
}

.form-control-lg::file-selector-button {
	padding: .785rem 1.5rem;
	margin: -.785rem -1.5rem;
	-webkit-margin-end: 1.5rem;
	margin-inline-end: 1.5rem
}

.form-control-lg::-webkit-file-upload-button {
	padding: .785rem 1.5rem;
	margin: -.785rem -1.5rem;
	-webkit-margin-end: 1.5rem;
	margin-inline-end: 1.5rem
}

textarea.form-control {
	min-height: calc(1.5em + .95rem + 2px)
}

textarea.form-control-sm {
	min-height: calc(1.5em + .55rem + 2px)
}

textarea.form-control-lg {
	min-height: calc(1.5em + 1.57rem + 2px)
}

.form-control-color {
	width: 3rem;
	height: auto;
	padding: .475rem
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: .375rem
}

.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: .375rem
}

.form-select {
	display: block;
	width: 100%;
	padding: .475rem 3rem .475rem 1rem;
	-moz-padding-start: calc(1rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #232a42;
	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='%23232A42' 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 1rem center;
	background-size: 16px 12px;
	border: 1px solid #d6d6df;
	border-radius: .375rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.form-select {
		transition: none
	}
}

.form-select:focus {
	border-color: #9baaff;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(54, 85, 255, .1)
}

.form-select[multiple],
.form-select[size]:not([size='1']) {
	padding-right: 1rem;
	background-image: none
}

.form-select:disabled {
	background-color: #e7e7ef
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #232a42
}

.form-select-sm {
	padding-top: .275rem;
	padding-bottom: .275rem;
	padding-left: .675rem;
	font-size: .835rem;
	border-radius: .25rem
}

.form-select-lg {
	padding-top: .785rem;
	padding-bottom: .785rem;
	padding-left: 1.5rem;
	font-size: 1.125rem;
	border-radius: .575rem
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.875em;
	margin-bottom: .25rem
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.875em
}

.form-check-input {
	width: 1.375em;
	height: 1.375em;
	margin-top: .0625em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #d6d6df;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}

.form-check-input[type='checkbox'] {
	border-radius: .25rem
}

.form-check-input[type='radio'] {
	border-radius: 50%
}

.form-check-input:active {
	filter: brightness(90%)
}

.form-check-input:focus {
	border-color: #9baaff;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(54, 85, 255, .1)
}

.form-check-input:checked {
	background-color: #3655ff;
	border-color: #3655ff
}

.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: #3655ff;
	border-color: #3655ff;
	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;
	filter: none;
	opacity: .5
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
	opacity: .5
}

.form-switch {
	padding-left: 3em
}

.form-switch .form-check-input {
	width: 2.5em;
	margin-left: -3em;
	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='%23d6d6df'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2.5em;
	transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-switch .form-check-input {
		transition: none
	}
}

.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='%239baaff'/%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
}

.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
	pointer-events: none;
	filter: none;
	opacity: .65
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-range:focus {
	outline: 0
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(54, 85, 255, .1)
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(54, 85, 255, .1)
}

.form-range::-moz-focus-outer {
	border: 0
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #3655ff;
	border: 0;
	border-radius: 1rem;
	-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;
	-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: #c3ccff
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #d6d6df;
	border-color: transparent;
	border-radius: 1rem
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #3655ff;
	border: 0;
	border-radius: 1rem;
	-moz-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;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #c3ccff
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #d6d6df;
	border-color: transparent;
	border-radius: 1rem
}

.form-range:disabled {
	pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: #6c718c
}

.form-range:disabled::-moz-range-thumb {
	background-color: #6c718c
}

.form-floating {
	position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 1rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-floating>label {
		transition: none
	}
}

.form-floating>.form-control {
	padding: 1rem 1rem
}

.form-floating>.form-control::-moz-placeholder {
	color: transparent
}

.form-floating>.form-control:-ms-input-placeholder {
	color: transparent
}

.form-floating>.form-control::placeholder {
	color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown) ~ label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder) ~ label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus ~ label,
.form-floating>.form-control:not(:placeholder-shown) ~ label,
.form-floating>.form-select ~ label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill ~ label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
	z-index: 3
}

.input-group .btn {
	position: relative;
	z-index: 2
}

.input-group .btn:focus {
	z-index: 3
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .475rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #232a42;
	text-align: center;
	white-space: nowrap;
	background-color: #e7e7ef;
	border: 1px solid #d6d6df;
	border-radius: .375rem
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
	padding: .785rem 1.5rem;
	font-size: 1.125rem;
	border-radius: .575rem
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
	padding: .275rem .675rem;
	font-size: .835rem;
	border-radius: .25rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
	padding-right: 4rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n + 4) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .835rem;
	color: #37a878
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .835rem;
	color: #fff;
	background-color: rgba(55, 168, 120, .9);
	border-radius: .375rem
}

.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: #37a878;
	padding-right: calc(1.5em + .95rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2337A878' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .2375rem) center;
	background-size: calc(.75em + .475rem) calc(.75em + .475rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #37a878;
	box-shadow: 0 0 0 .25rem rgba(55, 168, 120, .1)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .95rem);
	background-position: top calc(.375em + .2375rem) right calc(.375em + .2375rem)
}

.was-validated .form-select:valid,
.form-select.is-valid {
	border-color: #37a878
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size='1'],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size='1'] {
	padding-right: 5.5rem;
	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='%23232A42' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2337A878' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-position: right 1rem center, center right 3rem;
	background-size: 16px 12px, calc(.75em + .475rem) calc(.75em + .475rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
	border-color: #37a878;
	box-shadow: 0 0 0 .25rem rgba(55, 168, 120, .1)
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
	border-color: #37a878
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
	background-color: #37a878
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
	box-shadow: 0 0 0 .25rem rgba(55, 168, 120, .1)
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
	color: #37a878
}

.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: .5em
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
	z-index: 1
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
	z-index: 3
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .835rem;
	color: #f65660
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .835rem;
	color: #fff;
	background-color: rgba(246, 86, 96, .9);
	border-radius: .375rem
}

.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: #f65660;
	padding-right: calc(1.5em + .95rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F65660'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F65660' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .2375rem) center;
	background-size: calc(.75em + .475rem) calc(.75em + .475rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #f65660;
	box-shadow: 0 0 0 .25rem rgba(246, 86, 96, .1)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .95rem);
	background-position: top calc(.375em + .2375rem) right calc(.375em + .2375rem)
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
	border-color: #f65660
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size='1'],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size='1'] {
	padding-right: 5.5rem;
	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='%23232A42' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F65660'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F65660' stroke='none'/%3e%3c/svg%3e");
	background-position: right 1rem center, center right 3rem;
	background-size: 16px 12px, calc(.75em + .475rem) calc(.75em + .475rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
	border-color: #f65660;
	box-shadow: 0 0 0 .25rem rgba(246, 86, 96, .1)
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
	border-color: #f65660
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
	background-color: #f65660
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(246, 86, 96, .1)
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
	color: #f65660
}

.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: .5em
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
	z-index: 2
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
	z-index: 3
}

.btn {
	display: inline-block;
	font-family: var(--bs-font-sans-serif);
	font-weight: 500;
	line-height: 1.5;
	color: #232a42;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .475rem 1rem;
	font-size: 1rem;
	border-radius: .375rem;
	transition: all .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #232a42
}

.btn-check:focus + .btn,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(54, 85, 255, .1)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
	pointer-events: none;
	opacity: .65
}

.btn-primary {
	color: #fff;
	background-color: #3655ff;
	border-color: #3655ff
}

.btn-primary:hover {
	color: #fff;
	background-color: #2e48d9;
	border-color: #2b44cc
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: #2e48d9;
	border-color: #2b44cc;
	box-shadow: 0 0 0 .25rem rgba(84, 111, 255, .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: #2b44cc;
	border-color: #2940bf
}

.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 .25rem rgba(84, 111, 255, .5)
}

.btn-primary:disabled,
.btn-primary.disabled {
	color: #fff;
	background-color: #3655ff;
	border-color: #3655ff
}

.btn-secondary {
	color: #fff;
	background-color: #2e3552;
	border-color: #2e3552
}

.btn-secondary:hover {
	color: #fff;
	background-color: #272d46;
	border-color: #252a42
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
	color: #fff;
	background-color: #272d46;
	border-color: #252a42;
	box-shadow: 0 0 0 .25rem rgba(77, 83, 108, .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: #252a42;
	border-color: #23283e
}

.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 .25rem rgba(77, 83, 108, .5)
}

.btn-secondary:disabled,
.btn-secondary.disabled {
	color: #fff;
	background-color: #2e3552;
	border-color: #2e3552
}

.btn-success {
	color: #fff;
	background-color: #37a878;
	border-color: #37a878
}

.btn-success:hover {
	color: #fff;
	background-color: #2f8f66;
	border-color: #2c8660
}

.btn-check:focus + .btn-success,
.btn-success:focus {
	color: #fff;
	background-color: #2f8f66;
	border-color: #2c8660;
	box-shadow: 0 0 0 .25rem rgba(85, 181, 140, .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: #2c8660;
	border-color: #297e5a
}

.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 .25rem rgba(85, 181, 140, .5)
}

.btn-success:disabled,
.btn-success.disabled {
	color: #fff;
	background-color: #37a878;
	border-color: #37a878
}

.btn-info {
	color: #fff;
	background-color: #28abff;
	border-color: #28abff
}

.btn-info:hover {
	color: #fff;
	background-color: #2291d9;
	border-color: #2089cc
}

.btn-check:focus + .btn-info,
.btn-info:focus {
	color: #fff;
	background-color: #2291d9;
	border-color: #2089cc;
	box-shadow: 0 0 0 .25rem rgba(72, 184, 255, .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: #2089cc;
	border-color: #1e80bf
}

.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 .25rem rgba(72, 184, 255, .5)
}

.btn-info:disabled,
.btn-info.disabled {
	color: #fff;
	background-color: #28abff;
	border-color: #28abff
}

.btn-warning {
	color: #0e111f;
	background-color: #ffc940;
	border-color: #ffc940
}

.btn-warning:hover {
	color: #0e111f;
	background-color: #ffd15d;
	border-color: #ffce53
}

.btn-check:focus + .btn-warning,
.btn-warning:focus {
	color: #0e111f;
	background-color: #ffd15d;
	border-color: #ffce53;
	box-shadow: 0 0 0 .25rem rgba(219, 173, 59, .5)
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
	color: #0e111f;
	background-color: #ffd466;
	border-color: #ffce53
}

.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 .25rem rgba(219, 173, 59, .5)
}

.btn-warning:disabled,
.btn-warning.disabled {
	color: #0e111f;
	background-color: #ffc940;
	border-color: #ffc940
}

.btn-danger {
	color: #fff;
	background-color: #f65660;
	border-color: #f65660
}

.btn-danger:hover {
	color: #fff;
	background-color: #d14952;
	border-color: #c5454d
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
	color: #fff;
	background-color: #d14952;
	border-color: #c5454d;
	box-shadow: 0 0 0 .25rem rgba(247, 111, 120, .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: #c5454d;
	border-color: #b94148
}

.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 .25rem rgba(247, 111, 120, .5)
}

.btn-danger:disabled,
.btn-danger.disabled {
	color: #fff;
	background-color: #f65660;
	border-color: #f65660
}

.btn-light {
	color: #0e111f;
	background-color: #f9f9fe;
	border-color: #f9f9fe
}

.btn-light:hover {
	color: #0e111f;
	background-color: #fafafe;
	border-color: #fafafe
}

.btn-check:focus + .btn-light,
.btn-light:focus {
	color: #0e111f;
	background-color: #fafafe;
	border-color: #fafafe;
	box-shadow: 0 0 0 .25rem rgba(214, 214, 221, .5)
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
	color: #0e111f;
	background-color: #fafafe;
	border-color: #fafafe
}

.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 .25rem rgba(214, 214, 221, .5)
}

.btn-light:disabled,
.btn-light.disabled {
	color: #0e111f;
	background-color: #f9f9fe;
	border-color: #f9f9fe
}

.btn-white {
	color: #0e111f;
	background-color: #fff;
	border-color: #fff
}

.btn-white:hover {
	color: #0e111f;
	background-color: white;
	border-color: white
}

.btn-check:focus + .btn-white,
.btn-white:focus {
	color: #0e111f;
	background-color: white;
	border-color: white;
	box-shadow: 0 0 0 .25rem rgba(219, 219, 221, .5)
}

.btn-check:checked + .btn-white,
.btn-check:active + .btn-white,
.btn-white:active,
.btn-white.active,
.show>.btn-white.dropdown-toggle {
	color: #0e111f;
	background-color: white;
	border-color: white
}

.btn-check:checked + .btn-white:focus,
.btn-check:active + .btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.show>.btn-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(219, 219, 221, .5)
}

.btn-white:disabled,
.btn-white.disabled {
	color: #0e111f;
	background-color: #fff;
	border-color: #fff
}

.btn-gray-200 {
	color: #0e111f;
	background-color: #e7e7ef;
	border-color: #e7e7ef
}

.btn-gray-200:hover {
	color: #0e111f;
	background-color: #ebebf1;
	border-color: #e9e9f1
}

.btn-check:focus + .btn-gray-200,
.btn-gray-200:focus {
	color: #0e111f;
	background-color: #ebebf1;
	border-color: #e9e9f1;
	box-shadow: 0 0 0 .25rem rgba(198, 199, 208, .5)
}

.btn-check:checked + .btn-gray-200,
.btn-check:active + .btn-gray-200,
.btn-gray-200:active,
.btn-gray-200.active,
.show>.btn-gray-200.dropdown-toggle {
	color: #0e111f;
	background-color: #ececf2;
	border-color: #e9e9f1
}

.btn-check:checked + .btn-gray-200:focus,
.btn-check:active + .btn-gray-200:focus,
.btn-gray-200:active:focus,
.btn-gray-200.active:focus,
.show>.btn-gray-200.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(198, 199, 208, .5)
}

.btn-gray-200:disabled,
.btn-gray-200.disabled {
	color: #0e111f;
	background-color: #e7e7ef;
	border-color: #e7e7ef
}

.btn-gray-800 {
	color: #fff;
	background-color: #232a42;
	border-color: #232a42
}

.btn-gray-800:hover {
	color: #fff;
	background-color: #1e2438;
	border-color: #1c2235
}

.btn-check:focus + .btn-gray-800,
.btn-gray-800:focus {
	color: #fff;
	background-color: #1e2438;
	border-color: #1c2235;
	box-shadow: 0 0 0 .25rem rgba(68, 74, 94, .5)
}

.btn-check:checked + .btn-gray-800,
.btn-check:active + .btn-gray-800,
.btn-gray-800:active,
.btn-gray-800.active,
.show>.btn-gray-800.dropdown-toggle {
	color: #fff;
	background-color: #1c2235;
	border-color: #1a2032
}

.btn-check:checked + .btn-gray-800:focus,
.btn-check:active + .btn-gray-800:focus,
.btn-gray-800:active:focus,
.btn-gray-800.active:focus,
.show>.btn-gray-800.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(68, 74, 94, .5)
}

.btn-gray-800:disabled,
.btn-gray-800.disabled {
	color: #fff;
	background-color: #232a42;
	border-color: #232a42
}

.btn-dark {
	color: #fff;
	background-color: #0e111f;
	border-color: #0e111f
}

.btn-dark:hover {
	color: #fff;
	background-color: #0c0e1a;
	border-color: #0b0e19
}

.btn-check:focus + .btn-dark,
.btn-dark:focus {
	color: #fff;
	background-color: #0c0e1a;
	border-color: #0b0e19;
	box-shadow: 0 0 0 .25rem rgba(50, 53, 65, .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: #0b0e19;
	border-color: #0b0d17
}

.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 .25rem rgba(50, 53, 65, .5)
}

.btn-dark:disabled,
.btn-dark.disabled {
	color: #fff;
	background-color: #0e111f;
	border-color: #0e111f
}

.btn-outline-primary {
	color: #3655ff;
	border-color: #3655ff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #3655ff;
	border-color: #3655ff
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(54, 85, 255, .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: #3655ff;
	border-color: #3655ff
}

.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 .25rem rgba(54, 85, 255, .5)
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
	color: #3655ff;
	background-color: transparent
}

.btn-outline-secondary {
	color: #2e3552;
	border-color: #2e3552
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #2e3552;
	border-color: #2e3552
}

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .25rem rgba(46, 53, 82, .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: #2e3552;
	border-color: #2e3552
}

.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 .25rem rgba(46, 53, 82, .5)
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
	color: #2e3552;
	background-color: transparent
}

.btn-outline-success {
	color: #37a878;
	border-color: #37a878
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #37a878;
	border-color: #37a878
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .25rem rgba(55, 168, 120, .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: #37a878;
	border-color: #37a878
}

.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 .25rem rgba(55, 168, 120, .5)
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
	color: #37a878;
	background-color: transparent
}

.btn-outline-info {
	color: #28abff;
	border-color: #28abff
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #28abff;
	border-color: #28abff
}

.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .25rem rgba(40, 171, 255, .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: #28abff;
	border-color: #28abff
}

.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 .25rem rgba(40, 171, 255, .5)
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
	color: #28abff;
	background-color: transparent
}

.btn-outline-warning {
	color: #ffc940;
	border-color: #ffc940
}

.btn-outline-warning:hover {
	color: #0e111f;
	background-color: #ffc940;
	border-color: #ffc940
}

.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 201, 64, .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: #0e111f;
	background-color: #ffc940;
	border-color: #ffc940
}

.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 .25rem rgba(255, 201, 64, .5)
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
	color: #ffc940;
	background-color: transparent
}

.btn-outline-danger {
	color: #f65660;
	border-color: #f65660
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #f65660;
	border-color: #f65660
}

.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(246, 86, 96, .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: #f65660;
	border-color: #f65660
}

.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 .25rem rgba(246, 86, 96, .5)
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
	color: #f65660;
	background-color: transparent
}

.btn-outline-light {
	color: #f9f9fe;
	border-color: #f9f9fe
}

.btn-outline-light:hover {
	color: #0e111f;
	background-color: #f9f9fe;
	border-color: #f9f9fe
}

.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .25rem rgba(249, 249, 254, .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: #0e111f;
	background-color: #f9f9fe;
	border-color: #f9f9fe
}

.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 .25rem rgba(249, 249, 254, .5)
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
	color: #f9f9fe;
	background-color: transparent
}

.btn-outline-white {
	color: #fff;
	border-color: #fff
}

.btn-check:focus + .btn-outline-white,
.btn-outline-white:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .5)
}

.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
	color: #0e111f;
	background-color: #fff;
	border-color: #fff
}

.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .5)
}

.btn-outline-white:disabled,
.btn-outline-white.disabled {
	color: #fff;
	background-color: transparent
}

.btn-outline-gray-200 {
	color: #e7e7ef;
	border-color: #e7e7ef
}

.btn-outline-gray-200:hover {
	color: #0e111f;
	background-color: #e7e7ef;
	border-color: #e7e7ef
}

.btn-check:focus + .btn-outline-gray-200,
.btn-outline-gray-200:focus {
	box-shadow: 0 0 0 .25rem rgba(231, 231, 239, .5)
}

.btn-check:checked + .btn-outline-gray-200,
.btn-check:active + .btn-outline-gray-200,
.btn-outline-gray-200:active,
.btn-outline-gray-200.active,
.btn-outline-gray-200.dropdown-toggle.show {
	color: #0e111f;
	background-color: #e7e7ef;
	border-color: #e7e7ef
}

.btn-check:checked + .btn-outline-gray-200:focus,
.btn-check:active + .btn-outline-gray-200:focus,
.btn-outline-gray-200:active:focus,
.btn-outline-gray-200.active:focus,
.btn-outline-gray-200.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(231, 231, 239, .5)
}

.btn-outline-gray-200:disabled,
.btn-outline-gray-200.disabled {
	color: #e7e7ef;
	background-color: transparent
}

.btn-outline-gray-800 {
	color: #232a42;
	border-color: #232a42
}

.btn-outline-gray-800:hover {
	color: #fff;
	background-color: #232a42;
	border-color: #232a42
}

.btn-check:focus + .btn-outline-gray-800,
.btn-outline-gray-800:focus {
	box-shadow: 0 0 0 .25rem rgba(35, 42, 66, .5)
}

.btn-check:checked + .btn-outline-gray-800,
.btn-check:active + .btn-outline-gray-800,
.btn-outline-gray-800:active,
.btn-outline-gray-800.active,
.btn-outline-gray-800.dropdown-toggle.show {
	color: #fff;
	background-color: #232a42;
	border-color: #232a42
}

.btn-check:checked + .btn-outline-gray-800:focus,
.btn-check:active + .btn-outline-gray-800:focus,
.btn-outline-gray-800:active:focus,
.btn-outline-gray-800.active:focus,
.btn-outline-gray-800.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(35, 42, 66, .5)
}

.btn-outline-gray-800:disabled,
.btn-outline-gray-800.disabled {
	color: #232a42;
	background-color: transparent
}

.btn-outline-dark {
	color: #0e111f;
	border-color: #0e111f
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #0e111f;
	border-color: #0e111f
}

.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .25rem rgba(14, 17, 31, .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: #0e111f;
	border-color: #0e111f
}

.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 .25rem rgba(14, 17, 31, .5)
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
	color: #0e111f;
	background-color: transparent
}

.btn-link {
	font-weight: 400;
	color: #3655ff;
	text-decoration: none
}

.btn-link:hover {
	color: #2b44cc
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c718c
}

.btn-lg,
.btn-group-lg>.btn {
	padding: .785rem 1.5rem;
	font-size: 1.125rem;
	border-radius: .575rem
}

.btn-sm,
.btn-group-sm>.btn {
	padding: .275rem .675rem;
	font-size: .835rem;
	border-radius: .25rem
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing.collapse-horizontal {
		transition: none
	}
}

.dropup,
.dropend,
.dropdown,
.dropstart {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: '';
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 13rem;
	padding: 1rem .75rem;
	margin: 0;
	font-size: 1rem;
	color: #232a42;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid transparent;
	border-radius: .575rem
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: 0
}

.dropdown-menu-start {
	--bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0
}

.dropdown-menu-end {
	--bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto
}

@media (min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start
	}
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-sm-end {
		--bs-position: end
	}
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start
	}
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-md-end {
		--bs-position: end
	}
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-start {
		--bs-position: start
	}
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-lg-end {
		--bs-position: end
	}
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start
	}
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-end {
		--bs-position: end
	}
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start
	}
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-xxl-end {
		--bs-position: end
	}
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: '';
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: '';
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropend .dropdown-toggle::after {
	vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ''
}

.dropstart .dropdown-toggle::after {
	display: none
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: '';
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e7e7ef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .4rem 1rem;
	clear: both;
	font-weight: 400;
	color: #434b69;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #3c445f;
	background-color: #f9f9fe
}

.dropdown-item.active,
.dropdown-item:active {
	color: #3655ff;
	text-decoration: none;
	background-color: #e7e7ef
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c718c;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: 1rem 1rem;
	margin-bottom: 0;
	font-size: .835rem;
	color: #6c718c;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .4rem 1rem;
	color: #434b69
}

.dropdown-menu-dark {
	color: #d6d6df;
	background-color: #232a42;
	border-color: transparent
}

.dropdown-menu-dark .dropdown-item {
	color: #d6d6df
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
	color: #3655ff;
	background-color: #e7e7ef
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
	color: #6c718c
}

.dropdown-menu-dark .dropdown-divider {
	border-color: #e7e7ef
}

.dropdown-menu-dark .dropdown-item-text {
	color: #d6d6df
}

.dropdown-menu-dark .dropdown-header {
	color: #6c718c
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	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: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n + 3),
.btn-group>:not(.btn-check) + .btn,
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
	margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm>.btn + .dropdown-toggle-split {
	padding-right: .50625rem;
	padding-left: .50625rem
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg>.btn + .dropdown-toggle-split {
	padding-right: 1.125rem;
	padding-left: 1.125rem
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn ~ .btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #3655ff;
	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 {
		transition: none
	}
}

.nav-link:hover,
.nav-link:focus {
	color: #2b44cc
}

.nav-link.disabled {
	color: #434b69;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #d6d6df
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: none;
	border: 1px solid transparent;
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e7e7ef #e7e7ef #d6d6df;
	isolation: isolate
}

.nav-tabs .nav-link.disabled {
	color: #434b69;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #2e3552;
	background-color: #fff;
	border-color: #d6d6df #d6d6df #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: .375rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #3655ff
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	white-space: nowrap
}

.navbar-nav {
	display: flex;
	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 {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .375rem;
	transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none
	}
}

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0
}

.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%
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .75rem;
		padding-left: .75rem
	}
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
	.navbar-expand-sm .offcanvas-header {
		display: none
	}
	.navbar-expand-sm .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}
	.navbar-expand-sm .offcanvas-top,
	.navbar-expand-sm .offcanvas-bottom {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-sm .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .75rem;
		padding-left: .75rem
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-md .navbar-collapse {
		display: flex;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
	.navbar-expand-md .offcanvas-header {
		display: none
	}
	.navbar-expand-md .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}
	.navbar-expand-md .offcanvas-top,
	.navbar-expand-md .offcanvas-bottom {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-md .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .75rem;
		padding-left: .75rem
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
	.navbar-expand-lg .offcanvas-header {
		display: none
	}
	.navbar-expand-lg .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}
	.navbar-expand-lg .offcanvas-top,
	.navbar-expand-lg .offcanvas-bottom {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .75rem;
		padding-left: .75rem
	}
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
	.navbar-expand-xl .offcanvas-header {
		display: none
	}
	.navbar-expand-xl .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}
	.navbar-expand-xl .offcanvas-top,
	.navbar-expand-xl .offcanvas-bottom {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media (min-width:1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .75rem;
		padding-left: .75rem
	}
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-xxl .navbar-collapse {
		display: flex;
		flex-basis: auto
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none
	}
	.navbar-expand-xxl .offcanvas-header {
		display: none
	}
	.navbar-expand-xxl .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}
	.navbar-expand-xxl .offcanvas-top,
	.navbar-expand-xxl .offcanvas-bottom {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-xxl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .75rem;
	padding-left: .75rem
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: flex;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-expand .offcanvas-header {
	display: none
}

.navbar-expand .offcanvas {
	position: inherit;
	bottom: 0;
	z-index: 1000;
	flex-grow: 1;
	visibility: visible;
	background-color: transparent;
	border-right: 0;
	border-left: 0;
	transition: none;
	transform: none
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
	height: auto;
	border-top: 0;
	border-bottom: 0
}

.navbar-expand .offcanvas-body {
	display: flex;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible
}

.navbar-light .navbar-brand {
	color: rgba(14, 17, 31, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(14, 17, 31, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(14, 17, 31, .55)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(14, 17, 31, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(14, 17, 31, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(14, 17, 31, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(14, 17, 31, .55);
	border-color: rgba(14, 17, 31, .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%2814,17,31,.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(14, 17, 31, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(14, 17, 31, .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,.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: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e7e7ef;
	border-radius: .375rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.375rem - 1px);
	border-top-right-radius: calc(.375rem - 1px)
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.375rem - 1px);
	border-bottom-left-radius: calc(.375rem - 1px)
}

.card>.card-header + .list-group,
.card>.list-group + .card-footer {
	border-top: 0
}

.card-body {
	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 + .card-link {
	margin-left: 1rem
}

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(14, 17, 31, .03);
	border-bottom: 1px solid #e7e7ef
}

.card-header:first-child {
	border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0
}

.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(14, 17, 31, .03);
	border-top: 1px solid #e7e7ef
}

.card-footer:last-child {
	border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px)
}

.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;
	border-radius: calc(.375rem - 1px)
}

.card-img,
.card-img-top,
.card-img-bottom {
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.375rem - 1px);
	border-top-right-radius: calc(.375rem - 1px)
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.375rem - 1px);
	border-bottom-left-radius: calc(.375rem - 1px)
}

.card-group>.card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap
	}
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card + .card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-img-top,
	.card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-img-bottom,
	.card-group>.card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-img-top,
	.card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-img-bottom,
	.card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0
	}
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #232a42;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: all .25s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button {
		transition: none
	}
}

.accordion-button:not(.collapsed) {
	color: #314de6;
	background-color: #ebeeff;
	box-shadow: inset 0 -1px 0 rgba(14, 17, 31, .125)
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23314de6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg)
}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: '';
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23232A42'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button::after {
		transition: none
	}
}

.accordion-button:hover {
	z-index: 2
}

.accordion-button:focus {
	z-index: 3;
	border-color: #9baaff;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(54, 85, 255, .1)
}

.accordion-header {
	margin-bottom: 0
}

.accordion-item {
	background-color: #fff;
	border: 1px solid rgba(14, 17, 31, .125)
}

.accordion-item:first-of-type {
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(.375rem - 1px);
	border-top-right-radius: calc(.375rem - 1px)
}

.accordion-item:not(:first-of-type) {
	border-top: 0
}

.accordion-item:last-of-type {
	border-bottom-right-radius: .375rem;
	border-bottom-left-radius: .375rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: calc(.375rem - 1px);
	border-bottom-left-radius: calc(.375rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: .375rem;
	border-bottom-left-radius: .375rem
}

.accordion-body {
	padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
	border-width: 0
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.accordion-flush .accordion-item:first-child {
	border-top: 0
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	font-size: .835rem;
	list-style: none
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #434b69;
	content: var(--bs-breadcrumb-divider, '')
}

.breadcrumb-item.active {
	color: #434b69
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none
}

.page-link {
	position: relative;
	display: block;
	color: #232a42;
	background-color: transparent;
	border: 0 solid transparent;
	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) {
	.page-link {
		transition: none
	}
}

.page-link:hover {
	z-index: 2;
	color: #2b44cc;
	background-color: #f9f9fe;
	border-color: #e7e7ef
}

.page-link:focus {
	z-index: 3;
	color: #2b44cc;
	background-color: #f9f9fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(54, 85, 255, .1)
}

.page-item:not(:first-child) .page-link {
	margin-left: 0
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #3655ff;
	border-color: #3655ff
}

.page-item.disabled .page-link {
	color: #6c718c;
	pointer-events: none;
	background-color: transparent;
	border-color: #f9f9fe
}

.page-link {
	padding: .375rem .875rem
}

.page-item:first-child .page-link {
	border-top-left-radius: .375rem;
	border-bottom-left-radius: .375rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .375rem;
	border-bottom-right-radius: .375rem
}

.pagination-lg .page-link {
	padding: .5rem 1.25rem;
	font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .575rem;
	border-bottom-left-radius: .575rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .575rem;
	border-bottom-right-radius: .575rem
}

.pagination-sm .page-link {
	padding: .25rem .575rem;
	font-size: .835rem
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.badge {
	display: inline-block;
	padding: .275em .65em;
	font-size: .775em;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .375rem
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .375rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 600
}

.alert-dismissible {
	padding-right: 3rem
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem
}

.alert-primary {
	color: #203399;
	background-color: #d7ddff;
	border-color: #c3ccff
}

.alert-primary .alert-link {
	color: #1a297a
}

.alert-secondary {
	color: #1c2031;
	background-color: #d5d7dc;
	border-color: #c0c2cb
}

.alert-secondary .alert-link {
	color: #161a27
}

.alert-success {
	color: #216548;
	background-color: #d7eee4;
	border-color: #c3e5d7
}

.alert-success .alert-link {
	color: #1a513a
}

.alert-info {
	color: #186799;
	background-color: #d4eeff;
	border-color: #bfe6ff
}

.alert-info .alert-link {
	color: #13527a
}

.alert-warning {
	color: #997926;
	background-color: #fff4d9;
	border-color: #ffefc6
}

.alert-warning .alert-link {
	color: #7a611e
}

.alert-danger {
	color: #94343a;
	background-color: #fddddf;
	border-color: #fccccf
}

.alert-danger .alert-link {
	color: #762a2e
}

.alert-light {
	color: #959598;
	background-color: #fefeff;
	border-color: #fdfdff
}

.alert-light .alert-link {
	color: #77777a
}

.alert-white {
	color: #999999;
	background-color: white;
	border-color: white
}

.alert-white .alert-link {
	color: #7a7a7a
}

.alert-gray-200 {
	color: #8b8b8f;
	background-color: #fafafc;
	border-color: #f8f8fa
}

.alert-gray-200 .alert-link {
	color: #6f6f72
}

.alert-gray-800 {
	color: #151928;
	background-color: #d3d4d9;
	border-color: #bdbfc6
}

.alert-gray-800 .alert-link {
	color: #111420
}

.alert-dark {
	color: #080a13;
	background-color: #cfcfd2;
	border-color: #b7b8bc
}

.alert-dark .alert-link {
	color: #06080f
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e7e7ef;
	border-radius: .375rem
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #3655ff;
	transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		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: 1s linear infinite progress-bar-stripes;
	animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .375rem
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section
}

.list-group-numbered>li::before {
	content: counters(section, '.') '. ';
	counter-increment: section
}

.list-group-item-action {
	width: 100%;
	color: #2e3552;
	text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: #2e3552;
	text-decoration: none;
	background-color: #f9f9fe
}

.list-group-item-action:active {
	color: #232a42;
	background-color: #e7e7ef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #191e32;
	background-color: #fff;
	border: 1px solid rgba(14, 17, 31, .125)
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #434b69;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #3655ff;
	border-color: #3655ff
}

.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 {
	flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .375rem;
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .375rem;
	border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0
}

.list-group-horizontal>.list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}

.list-group-horizontal>.list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		flex-direction: row
	}
	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .375rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .375rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-sm>.list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-sm>.list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		flex-direction: row
	}
	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .375rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .375rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-md>.list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-md>.list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		flex-direction: row
	}
	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .375rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .375rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-lg>.list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-lg>.list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		flex-direction: row
	}
	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .375rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .375rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-xl>.list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-xl>.list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row
	}
	.list-group-horizontal-xxl>.list-group-item:first-child {
		border-bottom-left-radius: .375rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xxl>.list-group-item:last-child {
		border-top-right-radius: .375rem;
		border-bottom-left-radius: 0
	}
	.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 {
	border-radius: 0
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0
}

.list-group-item-primary {
	color: #203399;
	background-color: #d7ddff
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #203399;
	background-color: #c2c7e6
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #203399;
	border-color: #203399
}

.list-group-item-secondary {
	color: #1c2031;
	background-color: #d5d7dc
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #1c2031;
	background-color: #c0c2c6
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #1c2031;
	border-color: #1c2031
}

.list-group-item-success {
	color: #216548;
	background-color: #d7eee4
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #216548;
	background-color: #c2d6cd
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #216548;
	border-color: #216548
}

.list-group-item-info {
	color: #186799;
	background-color: #d4eeff
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #186799;
	background-color: #bfd6e6
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #186799;
	border-color: #186799
}

.list-group-item-warning {
	color: #997926;
	background-color: #fff4d9
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #997926;
	background-color: #e6dcc3
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #997926;
	border-color: #997926
}

.list-group-item-danger {
	color: #94343a;
	background-color: #fddddf
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #94343a;
	background-color: #e4c7c9
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #94343a;
	border-color: #94343a
}

.list-group-item-light {
	color: #959598;
	background-color: #fefeff
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: #959598;
	background-color: #e5e5e6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #959598;
	border-color: #959598
}

.list-group-item-white {
	color: #999999;
	background-color: white
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
	color: #999999;
	background-color: #e6e6e6
}

.list-group-item-white.list-group-item-action.active {
	color: #fff;
	background-color: #999999;
	border-color: #999999
}

.list-group-item-gray-200 {
	color: #8b8b8f;
	background-color: #fafafc
}

.list-group-item-gray-200.list-group-item-action:hover,
.list-group-item-gray-200.list-group-item-action:focus {
	color: #8b8b8f;
	background-color: #e1e1e3
}

.list-group-item-gray-200.list-group-item-action.active {
	color: #fff;
	background-color: #8b8b8f;
	border-color: #8b8b8f
}

.list-group-item-gray-800 {
	color: #151928;
	background-color: #d3d4d9
}

.list-group-item-gray-800.list-group-item-action:hover,
.list-group-item-gray-800.list-group-item-action:focus {
	color: #151928;
	background-color: #bebfc3
}

.list-group-item-gray-800.list-group-item-action.active {
	color: #fff;
	background-color: #151928;
	border-color: #151928
}

.list-group-item-dark {
	color: #080a13;
	background-color: #cfcfd2
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #080a13;
	background-color: #bababd
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #080a13;
	border-color: #080a13
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #0e111f;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230E111F'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: .5
}

.btn-close:hover {
	color: #0e111f;
	text-decoration: none;
	opacity: .75
}

.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(54, 85, 255, .1);
	opacity: 1
}

.btn-close:disabled,
.btn-close.disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .25
}

.btn-close-white {
	filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: .875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(14, 17, 31, .1);
	box-shadow: 0 .5rem 1rem rgba(14, 17, 31, .1);
	border-radius: .375rem
}

.toast.showing {
	opacity: 0
}

.toast:not(.show) {
	display: none
}

.toast-container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none
}

.toast-container>:not(:last-child) {
	margin-bottom: .75rem
}

.toast-header {
	display: flex;
	align-items: center;
	padding: .5rem .75rem;
	color: #434b69;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(14, 17, 31, .05);
	border-top-left-radius: calc(.375rem - 1px);
	border-top-right-radius: calc(.375rem - 1px)
}

.toast-header .btn-close {
	margin-right: -.375rem;
	margin-left: .75rem
}

.toast-body {
	padding: .75rem;
	word-wrap: break-word
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	transform: none
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(14, 17, 31, .2);
	border-radius: .575rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #0e111f
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #e7e7ef;
	border-top-left-radius: calc(.575rem - 1px);
	border-top-right-radius: calc(.575rem - 1px)
}

.modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #e7e7ef;
	border-bottom-right-radius: calc(.575rem - 1px);
	border-bottom-left-radius: calc(.575rem - 1px)
}

.modal-footer>* {
	margin: .25rem
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		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;
	border-radius: 0
}

.modal-fullscreen .modal-header {
	border-radius: 0
}

.modal-fullscreen .modal-body {
	overflow-y: auto
}

.modal-fullscreen .modal-footer {
	border-radius: 0
}

@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;
		border-radius: 0
	}
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0
	}
}

@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;
		border-radius: 0
	}
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0
	}
}

@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;
		border-radius: 0
	}
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0
	}
}

@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;
		border-radius: 0
	}
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0
	}
}

@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;
		border-radius: 0
	}
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0
	}
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .835rem;
	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[data-popper-placement^='top'] {
	padding: .4rem 0
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow {
	bottom: 0
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before {
	top: -1px;
	border-width: .4rem .4rem 0;
	border-top-color: #0e111f
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^='right'] {
	padding: 0 .4rem
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before {
	right: -1px;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #0e111f
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^='bottom'] {
	padding: .4rem 0
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow {
	top: 0
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #0e111f
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^='left'] {
	padding: 0 .4rem
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before {
	left: -1px;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #0e111f
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #0e111f;
	border-radius: .375rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1070;
	display: block;
	max-width: 276px;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .835rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(14, 17, 31, .2);
	border-radius: .575rem
}

.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
	position: absolute;
	display: block;
	content: '';
	border-color: transparent;
	border-style: solid
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^='top']>.popover-arrow {
	bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^='top']>.popover-arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(14, 17, 31, .25)
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^='top']>.popover-arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^='right']>.popover-arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^='right']>.popover-arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(14, 17, 31, .25)
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^='right']>.popover-arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^='bottom']>.popover-arrow {
	top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^='bottom']>.popover-arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(14, 17, 31, .25)
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-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[data-popper-placement^='bottom'] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: '';
	border-bottom: 1px solid #f0f0f0
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^='left']>.popover-arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^='left']>.popover-arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(14, 17, 31, .25)
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-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: #f0f0f0;
	border-bottom: 1px solid rgba(14, 17, 31, .2);
	border-top-left-radius: calc(.575rem - 1px);
	border-top-right-radius: calc(.575rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: 1rem 1rem;
	color: #232a42
}

.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: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
	transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-start,
	.carousel-fade .active.carousel-item-end {
		transition: none
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		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: 2rem;
	height: 2rem;
	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' viewBox='0 0 16 16' fill='%23fff'%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' viewBox='0 0 16 16' fill='%23fff'%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: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators [data-bs-target] {
		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
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
	filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #0e111f
}

.carousel-dark .carousel-caption {
	color: #0e111f
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-border;
	animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0)
	}
	50% {
		opacity: 1;
		transform: none
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}
	50% {
		opacity: 1;
		transform: none
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: .75s linear infinite spinner-grow;
	animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

@media (prefers-reduced-motion:reduce) {
	.spinner-border,
	.spinner-grow {
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1045;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.offcanvas {
		transition: none
	}
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #0e111f
}

.offcanvas-backdrop.fade {
	opacity: 0
}

.offcanvas-backdrop.show {
	opacity: .5
}

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem
}

.offcanvas-header .btn-close {
	padding: .5rem .5rem;
	margin-top: -.5rem;
	margin-right: -.5rem;
	margin-bottom: -.5rem
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: 1.5
}

.offcanvas-body {
	flex-grow: 1;
	padding: 1rem 1rem;
	overflow-y: auto
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(14, 17, 31, .2);
	transform: translateX(-100%)
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(14, 17, 31, .2);
	transform: translateX(100%)
}

.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-bottom: 1px solid rgba(14, 17, 31, .2);
	transform: translateY(-100%)
}

.offcanvas-bottom {
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-top: 1px solid rgba(14, 17, 31, .2);
	transform: translateY(100%)
}

.offcanvas.show {
	transform: none
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentColor;
	opacity: .5
}

.placeholder.btn::before {
	display: inline-block;
	content: ''
}

.placeholder-xs {
	min-height: .6em
}

.placeholder-sm {
	min-height: .8em
}

.placeholder-lg {
	min-height: 1.2em
}

.placeholder-glow .placeholder {
	-webkit-animation: placeholder-glow 2s ease-in-out infinite;
	animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
	50% {
		opacity: .2
	}
}

@keyframes placeholder-glow {
	50% {
		opacity: .2
	}
}

.placeholder-wave {
	-webkit-mask-image: linear-gradient(130deg, #0e111f 55%, rgba(0, 0, 0, .8) 75%, #0e111f 95%);
	mask-image: linear-gradient(130deg, #0e111f 55%, rgba(0, 0, 0, .8) 75%, #0e111f 95%);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	-webkit-animation: placeholder-wave 2s linear infinite;
	animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0%;
		mask-position: -200% 0%
	}
}

@keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0%;
		mask-position: -200% 0%
	}
}

.clearfix::after {
	display: block;
	clear: both;
	content: ''
}

.link-primary {
	color: #3655ff
}

.link-primary:hover,
.link-primary:focus {
	color: #2b44cc
}

.link-secondary {
	color: #2e3552
}

.link-secondary:hover,
.link-secondary:focus {
	color: #252a42
}

.link-success {
	color: #37a878
}

.link-success:hover,
.link-success:focus {
	color: #2c8660
}

.link-info {
	color: #28abff
}

.link-info:hover,
.link-info:focus {
	color: #2089cc
}

.link-warning {
	color: #ffc940
}

.link-warning:hover,
.link-warning:focus {
	color: #ffd466
}

.link-danger {
	color: #f65660
}

.link-danger:hover,
.link-danger:focus {
	color: #c5454d
}

.link-light {
	color: #f9f9fe
}

.link-light:hover,
.link-light:focus {
	color: #fafafe
}

.link-white {
	color: #fff
}

.link-white:hover,
.link-white:focus {
	color: white
}

.link-gray-200 {
	color: #e7e7ef
}

.link-gray-200:hover,
.link-gray-200:focus {
	color: #ececf2
}

.link-gray-800 {
	color: #232a42
}

.link-gray-800:hover,
.link-gray-800:focus {
	color: #1c2235
}

.link-dark {
	color: #0e111f
}

.link-dark:hover,
.link-dark:focus {
	color: #0b0e19
}

.ratio {
	position: relative;
	width: 100%
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: ''
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%
}

.ratio-4x3 {
	--bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
	--bs-aspect-ratio: calc(9 / 21 * 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
	}
}

.hstack {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch
}

.vstack {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.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
}

.vr {
	display: inline-block;
	align-self: stretch;
	width: 1px;
	min-height: 1em;
	background-color: currentColor;
	opacity: .1
}

.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-start {
	float: left
}

.float-end {
	float: right
}

.float-none {
	float: none
}

.opacity-0 {
	opacity: 0
}

.opacity-25 {
	opacity: .25
}

.opacity-50 {
	opacity: .5
}

.opacity-75 {
	opacity: .75
}

.opacity-100 {
	opacity: 1
}

.overflow-auto {
	overflow: auto
}

.overflow-hidden {
	overflow: hidden
}

.overflow-visible {
	overflow: visible
}

.overflow-scroll {
	overflow: scroll
}

.d-inline {
	display: inline
}

.d-inline-block {
	display: inline-block
}

.d-block {
	display: block
}

.d-grid {
	display: grid
}

.d-table {
	display: table
}

.d-table-row {
	display: table-row
}

.d-table-cell {
	display: table-cell
}

.d-flex {
	display: flex
}

.d-inline-flex {
	display: inline-flex
}

.d-none {
	display: none
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(14, 17, 31, .1)
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(14, 17, 31, .075)
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(14, 17, 31, .125)
}

.shadow-xl {
	box-shadow: 0 2rem 4rem rgba(14, 17, 31, .175)
}

.shadow-3d {
	box-shadow: 5px 5px 0 0 #0e111f
}

.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
}

.top-0 {
	top: 0
}

.top-50 {
	top: 50%
}

.top-100 {
	top: 100%
}

.bottom-0 {
	bottom: 0
}

.bottom-50 {
	bottom: 50%
}

.bottom-100 {
	bottom: 100%
}

.start-0 {
	left: 0
}

.start-50 {
	left: 50%
}

.start-100 {
	left: 100%
}

.end-0 {
	right: 0
}

.end-50 {
	right: 50%
}

.end-100 {
	right: 100%
}

.translate-middle {
	transform: translate(-50%, -50%)
}

.translate-middle-x {
	transform: translateX(-50%)
}

.translate-middle-y {
	transform: translateY(-50%)
}

.border {
	border: 1px solid #e7e7ef
}

.border-0 {
	border: 0
}

.border-top {
	border-top: 1px solid #e7e7ef
}

.border-top-0 {
	border-top: 0
}

.border-end {
	border-right: 1px solid #e7e7ef
}

.border-end-0 {
	border-right: 0
}

.border-bottom {
	border-bottom: 1px solid #e7e7ef
}

.border-bottom-0 {
	border-bottom: 0
}

.border-start {
	border-left: 1px solid #e7e7ef
}

.border-start-0 {
	border-left: 0
}

.border-primary {
	border-color: #3655ff
}

.border-secondary {
	border-color: #2e3552
}

.border-success {
	border-color: #37a878
}

.border-info {
	border-color: #28abff
}

.border-warning {
	border-color: #ffc940
}

.border-danger {
	border-color: #f65660
}

.border-light {
	border-color: #f9f9fe
}

.border-white {
	border-color: #fff
}

.border-gray-200 {
	border-color: #e7e7ef
}

.border-gray-800 {
	border-color: #232a42
}

.border-dark {
	border-color: #0e111f
}

.border-1 {
	border-width: 1px
}

.border-2 {
	border-width: 2px
}

.border-3 {
	border-width: 3px
}

.border-4 {
	border-width: 4px
}

.border-5 {
	border-width: 5px
}

.w-0 {
	width: 0
}

.w-10 {
	width: 10%
}

.w-25 {
	width: 25%
}

.w-30 {
	width: 30%
}

.w-40 {
	width: 40%
}

.w-50 {
	width: 50%
}

.w-60 {
	width: 60%
}

.w-70 {
	width: 70%
}

.w-75 {
	width: 75%
}

.w-80 {
	width: 80%
}

.w-90 {
	width: 90%
}

.w-100 {
	width: 100%
}

.w-auto {
	width: auto
}

.mw-100 {
	max-width: 100%
}

.vw-100 {
	width: 100vw
}

.min-vw-100 {
	min-width: 100vw
}

.h-0 {
	height: 0
}

.h-10 {
	height: 10%
}

.h-25 {
	height: 25%
}

.h-30 {
	height: 30%
}

.h-40 {
	height: 40%
}

.h-50 {
	height: 50%
}

.h-60 {
	height: 60%
}

.h-70 {
	height: 70%
}

.h-75 {
	height: 75%
}

.h-80 {
	height: 80%
}

.h-90 {
	height: 90%
}

.h-100 {
	height: 100%
}

.h-auto {
	height: auto
}

.mh-100 {
	max-height: 100%
}

.vh-0 {
	height: 0
}

.vh-25 {
	height: 25vh
}

.vh-50 {
	height: 50vh
}

.vh-75 {
	height: 75vh
}

.vh-100 {
	height: 100vh
}

.min-vh-0 {
	min-height: 0
}

.min-vh-25 {
	min-height: 25vh
}

.min-vh-50 {
	min-height: 50vh
}

.min-vh-75 {
	min-height: 75vh
}

.min-vh-100 {
	min-height: 100vh
}

.flex-fill {
	flex: 1 1 auto
}

.flex-row {
	flex-direction: row
}

.flex-column {
	flex-direction: column
}

.flex-row-reverse {
	flex-direction: row-reverse
}

.flex-column-reverse {
	flex-direction: column-reverse
}

.flex-grow-0 {
	flex-grow: 0
}

.flex-grow-1 {
	flex-grow: 1
}

.flex-shrink-0 {
	flex-shrink: 0
}

.flex-shrink-1 {
	flex-shrink: 1
}

.flex-wrap {
	flex-wrap: wrap
}

.flex-nowrap {
	flex-wrap: nowrap
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse
}

.gap-0 {
	gap: 0
}

.gap-1 {
	gap: .25rem
}

.gap-2 {
	gap: .5rem
}

.gap-3 {
	gap: 1rem
}

.gap-4 {
	gap: 1.5rem
}

.gap-5 {
	gap: 2rem
}

.gap-6 {
	gap: 2.5rem
}

.gap-7 {
	gap: 3rem
}

.gap-8 {
	gap: 3.5rem
}

.gap-9 {
	gap: 4rem
}

.gap-10 {
	gap: 4.5rem
}

.gap-11 {
	gap: 5rem
}

.gap-12 {
	gap: 5.5rem
}

.gap-13 {
	gap: 6rem
}

.gap-14 {
	gap: 6.5rem
}

.gap-15 {
	gap: 7rem
}

.gap-16 {
	gap: 8rem
}

.gap-17 {
	gap: 9rem
}

.gap-18 {
	gap: 10rem
}

.gap-19 {
	gap: 11rem
}

.gap-20 {
	gap: 12rem
}

.justify-content-start {
	justify-content: flex-start
}

.justify-content-end {
	justify-content: flex-end
}

.justify-content-center {
	justify-content: center
}

.justify-content-between {
	justify-content: space-between
}

.justify-content-around {
	justify-content: space-around
}

.justify-content-evenly {
	justify-content: space-evenly
}

.align-items-start {
	align-items: flex-start
}

.align-items-end {
	align-items: flex-end
}

.align-items-center {
	align-items: center
}

.align-items-baseline {
	align-items: baseline
}

.align-items-stretch {
	align-items: stretch
}

.align-content-start {
	align-content: flex-start
}

.align-content-end {
	align-content: flex-end
}

.align-content-center {
	align-content: center
}

.align-content-between {
	align-content: space-between
}

.align-content-around {
	align-content: space-around
}

.align-content-stretch {
	align-content: stretch
}

.align-self-auto {
	align-self: auto
}

.align-self-start {
	align-self: flex-start
}

.align-self-end {
	align-self: flex-end
}

.align-self-center {
	align-self: center
}

.align-self-baseline {
	align-self: baseline
}

.align-self-stretch {
	align-self: stretch
}

.order-first {
	order: -1
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-last {
	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: 2rem
}

.m-6 {
	margin: 2.5rem
}

.m-7 {
	margin: 3rem
}

.m-8 {
	margin: 3.5rem
}

.m-9 {
	margin: 4rem
}

.m-10 {
	margin: 4.5rem
}

.m-11 {
	margin: 5rem
}

.m-12 {
	margin: 5.5rem
}

.m-13 {
	margin: 6rem
}

.m-14 {
	margin: 6.5rem
}

.m-15 {
	margin: 7rem
}

.m-16 {
	margin: 8rem
}

.m-17 {
	margin: 9rem
}

.m-18 {
	margin: 10rem
}

.m-19 {
	margin: 11rem
}

.m-20 {
	margin: 12rem
}

.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: 2rem;
	margin-left: 2rem
}

.mx-6 {
	margin-right: 2.5rem;
	margin-left: 2.5rem
}

.mx-7 {
	margin-right: 3rem;
	margin-left: 3rem
}

.mx-8 {
	margin-right: 3.5rem;
	margin-left: 3.5rem
}

.mx-9 {
	margin-right: 4rem;
	margin-left: 4rem
}

.mx-10 {
	margin-right: 4.5rem;
	margin-left: 4.5rem
}

.mx-11 {
	margin-right: 5rem;
	margin-left: 5rem
}

.mx-12 {
	margin-right: 5.5rem;
	margin-left: 5.5rem
}

.mx-13 {
	margin-right: 6rem;
	margin-left: 6rem
}

.mx-14 {
	margin-right: 6.5rem;
	margin-left: 6.5rem
}

.mx-15 {
	margin-right: 7rem;
	margin-left: 7rem
}

.mx-16 {
	margin-right: 8rem;
	margin-left: 8rem
}

.mx-17 {
	margin-right: 9rem;
	margin-left: 9rem
}

.mx-18 {
	margin-right: 10rem;
	margin-left: 10rem
}

.mx-19 {
	margin-right: 11rem;
	margin-left: 11rem
}

.mx-20 {
	margin-right: 12rem;
	margin-left: 12rem
}

.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
}*/

.my-5 {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.my-6 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem
}

.my-7 {
	margin-top: 3rem;
	margin-bottom: 3rem
}

.my-8 {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem
}

.my-9 {
	margin-top: 4rem;
	margin-bottom: 4rem
}

.my-10 {
	margin-top: 4.5rem;
	margin-bottom: 4.5rem
}

.my-11 {
	margin-top: 5rem;
	margin-bottom: 5rem
}

.my-12 {
	margin-top: 5.5rem;
	margin-bottom: 5.5rem
}

.my-13 {
	margin-top: 6rem;
	margin-bottom: 6rem
}

.my-14 {
	margin-top: 6.5rem;
	margin-bottom: 6.5rem
}

.my-15 {
	margin-top: 7rem;
	margin-bottom: 7rem
}

.my-16 {
	margin-top: 8rem;
	margin-bottom: 8rem
}

.my-17 {
	margin-top: 9rem;
	margin-bottom: 9rem
}

.my-18 {
	margin-top: 10rem;
	margin-bottom: 10rem
}

.my-19 {
	margin-top: 11rem;
	margin-bottom: 11rem
}

.my-20 {
	margin-top: 12rem;
	margin-bottom: 12rem
}

.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: 2rem
}

.mt-6 {
	margin-top: 2.5rem
}

.mt-7 {
	margin-top: 3rem
}

.mt-8 {
	margin-top: 3.5rem
}

.mt-9 {
	margin-top: 4rem
}

.mt-10 {
	margin-top: 4.5rem
}

.mt-11 {
	margin-top: 5rem
}

.mt-12 {
	margin-top: 5.5rem
}

.mt-13 {
	margin-top: 6rem
}

.mt-14 {
	margin-top: 6.5rem
}

.mt-15 {
	margin-top: 7rem
}

.mt-16 {
	margin-top: 8rem
}

.mt-17 {
	margin-top: 9rem
}

.mt-18 {
	margin-top: 10rem
}

.mt-19 {
	margin-top: 11rem
}

.mt-20 {
	margin-top: 12rem
}

.mt-auto {
	margin-top: auto
}

.me-0 {
	margin-right: 0
}

.me-1 {
	margin-right: .25rem
}

.me-2 {
	margin-right: .5rem
}

.me-3 {
	margin-right: 1rem
}

.me-4 {
	margin-right: 1.5rem
}

.me-5 {
	margin-right: 2rem
}

.me-6 {
	margin-right: 2.5rem
}

.me-7 {
	margin-right: 3rem
}

.me-8 {
	margin-right: 3.5rem
}

.me-9 {
	margin-right: 4rem
}

.me-10 {
	margin-right: 4.5rem
}

.me-11 {
	margin-right: 5rem
}

.me-12 {
	margin-right: 5.5rem
}

.me-13 {
	margin-right: 6rem
}

.me-14 {
	margin-right: 6.5rem
}

.me-15 {
	margin-right: 7rem
}

.me-16 {
	margin-right: 8rem
}

.me-17 {
	margin-right: 9rem
}

.me-18 {
	margin-right: 10rem
}

.me-19 {
	margin-right: 11rem
}

.me-20 {
	margin-right: 12rem
}

.me-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: 2rem;
}

.mb-6 {
	margin-bottom: 2.5rem
}

.mb-7 {
	margin-bottom: 3rem
}

/*.mb-8 {
	margin-bottom: 3.5rem
}*/

.mb-9 {
	margin-bottom: 4rem
}

.mb-10 {
	margin-bottom: 4.5rem
}

.mb-11 {
	margin-bottom: 5rem
}

.mb-12 {
	margin-bottom: 5.5rem
}

.mb-13 {
	margin-bottom: 6rem
}

.mb-14 {
	margin-bottom: 6.5rem
}

.mb-15 {
	margin-bottom: 7rem
}

.mb-16 {
	margin-bottom: 8rem
}

.mb-17 {
	margin-bottom: 9rem
}

.mb-18 {
	margin-bottom: 10rem
}

.mb-19 {
	margin-bottom: 11rem
}

.mb-20 {
	margin-bottom: 12rem
}

.mb-auto {
	margin-bottom: auto
}

.ms-0 {
	margin-left: 0
}

.ms-1 {
	margin-left: .25rem
}

.ms-2 {
	margin-left: .5rem
}

.ms-3 {
	margin-left: 1rem
}

.ms-4 {
	margin-left: 1.5rem
}

.ms-5 {
	margin-left: 2rem
}

.ms-6 {
	margin-left: 2.5rem
}

.ms-7 {
	margin-left: 3rem
}

.ms-8 {
	margin-left: 3.5rem
}

.ms-9 {
	margin-left: 4rem
}

.ms-10 {
	margin-left: 4.5rem
}

.ms-11 {
	margin-left: 5rem
}

.ms-12 {
	margin-left: 5.5rem
}

.ms-13 {
	margin-left: 6rem
}

.ms-14 {
	margin-left: 6.5rem
}

.ms-15 {
	margin-left: 7rem
}

.ms-16 {
	margin-left: 8rem
}

.ms-17 {
	margin-left: 9rem
}

.ms-18 {
	margin-left: 10rem
}

.ms-19 {
	margin-left: 11rem
}

.ms-20 {
	margin-left: 12rem
}

.ms-auto {
	margin-left: auto
}

.m-n1 {
	margin: -.25rem
}

.m-n2 {
	margin: -.5rem
}

.m-n3 {
	margin: -1rem
}

.m-n4 {
	margin: -1.5rem
}

.m-n5 {
	margin: -2rem
}

.m-n6 {
	margin: -2.5rem
}

.m-n7 {
	margin: -3rem
}

.m-n8 {
	margin: -3.5rem
}

.m-n9 {
	margin: -4rem
}

.m-n10 {
	margin: -4.5rem
}

.m-n11 {
	margin: -5rem
}

.m-n12 {
	margin: -5.5rem
}

.m-n13 {
	margin: -6rem
}

.m-n14 {
	margin: -6.5rem
}

.m-n15 {
	margin: -7rem
}

.m-n16 {
	margin: -8rem
}

.m-n17 {
	margin: -9rem
}

.m-n18 {
	margin: -10rem
}

.m-n19 {
	margin: -11rem
}

.m-n20 {
	margin: -12rem
}

.mx-n1 {
	margin-right: -.25rem;
	margin-left: -.25rem
}

.mx-n2 {
	margin-right: -.5rem;
	margin-left: -.5rem
}

.mx-n3 {
	margin-right: -1rem;
	margin-left: -1rem
}

.mx-n4 {
	margin-right: -1.5rem;
	margin-left: -1.5rem
}

.mx-n5 {
	margin-right: -2rem;
	margin-left: -2rem
}

.mx-n6 {
	margin-right: -2.5rem;
	margin-left: -2.5rem
}

.mx-n7 {
	margin-right: -3rem;
	margin-left: -3rem
}

.mx-n8 {
	margin-right: -3.5rem;
	margin-left: -3.5rem
}

.mx-n9 {
	margin-right: -4rem;
	margin-left: -4rem
}

.mx-n10 {
	margin-right: -4.5rem;
	margin-left: -4.5rem
}

.mx-n11 {
	margin-right: -5rem;
	margin-left: -5rem
}

.mx-n12 {
	margin-right: -5.5rem;
	margin-left: -5.5rem
}

.mx-n13 {
	margin-right: -6rem;
	margin-left: -6rem
}

.mx-n14 {
	margin-right: -6.5rem;
	margin-left: -6.5rem
}

.mx-n15 {
	margin-right: -7rem;
	margin-left: -7rem
}

.mx-n16 {
	margin-right: -8rem;
	margin-left: -8rem
}

.mx-n17 {
	margin-right: -9rem;
	margin-left: -9rem
}

.mx-n18 {
	margin-right: -10rem;
	margin-left: -10rem
}

.mx-n19 {
	margin-right: -11rem;
	margin-left: -11rem
}

.mx-n20 {
	margin-right: -12rem;
	margin-left: -12rem
}

.my-n1 {
	margin-top: -.25rem;
	margin-bottom: -.25rem
}

.my-n2 {
	margin-top: -.5rem;
	margin-bottom: -.5rem
}

.my-n3 {
	margin-top: -1rem;
	margin-bottom: -1rem
}

.my-n4 {
	margin-top: -1.5rem;
	margin-bottom: -1.5rem
}

.my-n5 {
	margin-top: -2rem;
	margin-bottom: -2rem
}

.my-n6 {
	margin-top: -2.5rem;
	margin-bottom: -2.5rem
}

.my-n7 {
	margin-top: -3rem;
	margin-bottom: -3rem
}

.my-n8 {
	margin-top: -3.5rem;
	margin-bottom: -3.5rem
}

.my-n9 {
	margin-top: -4rem;
	margin-bottom: -4rem
}

.my-n10 {
	margin-top: -4.5rem;
	margin-bottom: -4.5rem
}

.my-n11 {
	margin-top: -5rem;
	margin-bottom: -5rem
}

.my-n12 {
	margin-top: -5.5rem;
	margin-bottom: -5.5rem
}

.my-n13 {
	margin-top: -6rem;
	margin-bottom: -6rem
}

.my-n14 {
	margin-top: -6.5rem;
	margin-bottom: -6.5rem
}

.my-n15 {
	margin-top: -7rem;
	margin-bottom: -7rem
}

.my-n16 {
	margin-top: -8rem;
	margin-bottom: -8rem
}

.my-n17 {
	margin-top: -9rem;
	margin-bottom: -9rem
}

.my-n18 {
	margin-top: -10rem;
	margin-bottom: -10rem
}

.my-n19 {
	margin-top: -11rem;
	margin-bottom: -11rem
}

.my-n20 {
	margin-top: -12rem;
	margin-bottom: -12rem
}

.mt-n1 {
	margin-top: -.25rem
}

.mt-n2 {
	margin-top: -.5rem
}

.mt-n3 {
	margin-top: -1rem
}

.mt-n4 {
	margin-top: -1.5rem
}

.mt-n5 {
	margin-top: -2rem
}

.mt-n6 {
	margin-top: -2.5rem
}

.mt-n7 {
	margin-top: -3rem
}

.mt-n8 {
	margin-top: -3.5rem
}

.mt-n9 {
	margin-top: -4rem
}

.mt-n10 {
	margin-top: -4.5rem
}

.mt-n11 {
	margin-top: -5rem
}

.mt-n12 {
	margin-top: -5.5rem
}

.mt-n13 {
	margin-top: -6rem
}

.mt-n14 {
	margin-top: -6.5rem
}

.mt-n15 {
	margin-top: -7rem
}

.mt-n16 {
	margin-top: -8rem
}

.mt-n17 {
	margin-top: -9rem
}

.mt-n18 {
	margin-top: -10rem
}

.mt-n19 {
	margin-top: -11rem
}

.mt-n20 {
	margin-top: -12rem
}

.me-n1 {
	margin-right: -.25rem
}

.me-n2 {
	margin-right: -.5rem
}

.me-n3 {
	margin-right: -1rem
}

.me-n4 {
	margin-right: -1.5rem
}

.me-n5 {
	margin-right: -2rem
}

.me-n6 {
	margin-right: -2.5rem
}

.me-n7 {
	margin-right: -3rem
}

.me-n8 {
	margin-right: -3.5rem
}

.me-n9 {
	margin-right: -4rem
}

.me-n10 {
	margin-right: -4.5rem
}

.me-n11 {
	margin-right: -5rem
}

.me-n12 {
	margin-right: -5.5rem
}

.me-n13 {
	margin-right: -6rem
}

.me-n14 {
	margin-right: -6.5rem
}

.me-n15 {
	margin-right: -7rem
}

.me-n16 {
	margin-right: -8rem
}

.me-n17 {
	margin-right: -9rem
}

.me-n18 {
	margin-right: -10rem
}

.me-n19 {
	margin-right: -11rem
}

.me-n20 {
	margin-right: -12rem
}

.mb-n1 {
	margin-bottom: -.25rem
}

.mb-n2 {
	margin-bottom: -.5rem
}

.mb-n3 {
	margin-bottom: -1rem
}

.mb-n4 {
	margin-bottom: -1.5rem
}

.mb-n5 {
	margin-bottom: -2rem
}

.mb-n6 {
	margin-bottom: -2.5rem
}

.mb-n7 {
	margin-bottom: -3rem
}

.mb-n8 {
	margin-bottom: -3.5rem
}

.mb-n9 {
	margin-bottom: -4rem
}

.mb-n10 {
	margin-bottom: -4.5rem
}

.mb-n11 {
	margin-bottom: -5rem
}

.mb-n12 {
	margin-bottom: -5.5rem
}

.mb-n13 {
	margin-bottom: -6rem
}

.mb-n14 {
	margin-bottom: -6.5rem
}

.mb-n15 {
	margin-bottom: -7rem
}

.mb-n16 {
	margin-bottom: -8rem
}

.mb-n17 {
	margin-bottom: -9rem
}

.mb-n18 {
	margin-bottom: -10rem
}

.mb-n19 {
	margin-bottom: -11rem
}

.mb-n20 {
	margin-bottom: -12rem
}

.ms-n1 {
	margin-left: -.25rem
}

.ms-n2 {
	margin-left: -.5rem
}

.ms-n3 {
	margin-left: -1rem
}

.ms-n4 {
	margin-left: -1.5rem
}

.ms-n5 {
	margin-left: -2rem
}

.ms-n6 {
	margin-left: -2.5rem
}

.ms-n7 {
	margin-left: -3rem
}

.ms-n8 {
	margin-left: -3.5rem
}

.ms-n9 {
	margin-left: -4rem
}

.ms-n10 {
	margin-left: -4.5rem
}

.ms-n11 {
	margin-left: -5rem
}

.ms-n12 {
	margin-left: -5.5rem
}

.ms-n13 {
	margin-left: -6rem
}

.ms-n14 {
	margin-left: -6.5rem
}

.ms-n15 {
	margin-left: -7rem
}

.ms-n16 {
	margin-left: -8rem
}

.ms-n17 {
	margin-left: -9rem
}

.ms-n18 {
	margin-left: -10rem
}

.ms-n19 {
	margin-left: -11rem
}

.ms-n20 {
	margin-left: -12rem
}

.p-0 {
	padding: 0
}

.p-1 {
	padding: .25rem
}

.p-2 {
	padding: .5rem
}

.p-3 {
	padding: 1rem
}

.p-4 {
	padding: 1.5rem
}

/*.p-5 {
	padding: 2rem
}*/

.p-6 {
	padding: 2.5rem
}

.p-7 {
	padding: 3rem
}

.p-8 {
	padding: 3.5rem
}

.p-9 {
	padding: 4rem
}

.p-10 {
	padding: 4.5rem
}

.p-11 {
	padding: 5rem
}

.p-12 {
	padding: 5.5rem
}

.p-13 {
	padding: 6rem
}

.p-14 {
	padding: 6.5rem
}

.p-15 {
	padding: 7rem
}

.p-16 {
	padding: 8rem
}

.p-17 {
	padding: 9rem
}

.p-18 {
	padding: 10rem
}

.p-19 {
	padding: 11rem
}

.p-20 {
	padding: 12rem
}

.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: 2rem;
	padding-left: 2rem
}

.px-6 {
	padding-right: 2.5rem;
	padding-left: 2.5rem
}

.px-7 {
	padding-right: 3rem;
	padding-left: 3rem
}

.px-8 {
	padding-right: 3.5rem;
	padding-left: 3.5rem
}

.px-9 {
	padding-right: 4rem;
	padding-left: 4rem
}

.px-10 {
	padding-right: 4.5rem;
	padding-left: 4.5rem
}

.px-11 {
	padding-right: 5rem;
	padding-left: 5rem
}

.px-12 {
	padding-right: 5.5rem;
	padding-left: 5.5rem
}

.px-13 {
	padding-right: 6rem;
	padding-left: 6rem
}

.px-14 {
	padding-right: 6.5rem;
	padding-left: 6.5rem
}

.px-15 {
	padding-right: 7rem;
	padding-left: 7rem
}

.px-16 {
	padding-right: 8rem;
	padding-left: 8rem
}

.px-17 {
	padding-right: 9rem;
	padding-left: 9rem
}

.px-18 {
	padding-right: 10rem;
	padding-left: 10rem
}

.px-19 {
	padding-right: 11rem;
	padding-left: 11rem
}

.px-20 {
	padding-right: 12rem;
	padding-left: 12rem
}

.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: 2rem;
	padding-bottom: 2rem
}

.py-7 {
	padding-top: 3rem;
	padding-bottom: 3rem
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.py-9 {
	padding-top: 4rem;
	padding-bottom: 4rem
}

.py-10 {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem
}

.py-11 {
	padding-top: 5rem;
	padding-bottom: 5rem
}

.py-12 {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem
}

.py-13 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.py-14 {
	padding-top: 6.5rem;
	padding-bottom: 6.5rem
}

.py-15 {
	padding-top: 7rem;
	padding-bottom: 7rem
}

.py-16 {
	padding-top: 8rem;
	padding-bottom: 8rem
}

.py-17 {
	padding-top: 9rem;
	padding-bottom: 9rem
}

.py-18 {
	padding-top: 10rem;
	padding-bottom: 10rem
}

.py-19 {
	padding-top: 11rem;
	padding-bottom: 11rem
}

.py-20 {
	padding-top: 12rem;
	padding-bottom: 12rem
}

.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: 2rem
}

.pt-6 {
	padding-top: 2.5rem
}

.pt-7 {
	padding-top: 3rem
}

.pt-8 {
	padding-top: 3.5rem
}

.pt-9 {
	padding-top: 4rem
}

.pt-10 {
	padding-top: 4.5rem
}

.pt-11 {
	padding-top: 5rem
}

.pt-12 {
	padding-top: 5.5rem
}

.pt-13 {
	padding-top: 6rem
}

.pt-14 {
	padding-top: 6.5rem
}

.pt-15 {
	padding-top: 7rem
}

.pt-16 {
	padding-top: 8rem
}

.pt-17 {
	padding-top: 9rem
}

.pt-18 {
	padding-top: 10rem
}

.pt-19 {
	padding-top: 11rem
}

.pt-20 {
	padding-top: 12rem
}

.pe-0 {
	padding-right: 0
}

.pe-1 {
	padding-right: .25rem
}

.pe-2 {
	padding-right: .5rem
}

.pe-3 {
	padding-right: 1rem
}

.pe-4 {
	padding-right: 1.5rem
}

.pe-5 {
	padding-right: 2rem
}

.pe-6 {
	padding-right: 2.5rem
}

.pe-7 {
	padding-right: 3rem
}

.pe-8 {
	padding-right: 3.5rem
}

.pe-9 {
	padding-right: 4rem
}

.pe-10 {
	padding-right: 4.5rem
}

.pe-11 {
	padding-right: 5rem
}

.pe-12 {
	padding-right: 5.5rem
}

.pe-13 {
	padding-right: 6rem
}

.pe-14 {
	padding-right: 6.5rem
}

.pe-15 {
	padding-right: 7rem
}

.pe-16 {
	padding-right: 8rem
}

.pe-17 {
	padding-right: 9rem
}

.pe-18 {
	padding-right: 10rem
}

.pe-19 {
	padding-right: 11rem
}

.pe-20 {
	padding-right: 12rem
}

.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: 2rem
}

.pb-6 {
	padding-bottom: 2.5rem
}

.pb-7 {
	padding-bottom: 3rem
}

.pb-8 {
	padding-bottom: 3.5rem
}

.pb-9 {
	padding-bottom: 4rem
}

.pb-10 {
	padding-bottom: 4.5rem
}

.pb-11 {
	padding-bottom: 5rem
}

.pb-12 {
	padding-bottom: 5.5rem
}

.pb-13 {
	padding-bottom: 6rem
}

.pb-14 {
	padding-bottom: 6.5rem
}

.pb-15 {
	padding-bottom: 7rem
}

.pb-16 {
	padding-bottom: 8rem
}

.pb-17 {
	padding-bottom: 9rem
}

.pb-18 {
	padding-bottom: 10rem
}

.pb-19 {
	padding-bottom: 11rem
}

.pb-20 {
	padding-bottom: 12rem
}

.ps-0 {
	padding-left: 0
}

.ps-1 {
	padding-left: .25rem
}

.ps-2 {
	padding-left: .5rem
}

.ps-3 {
	padding-left: 1rem
}

.ps-4 {
	padding-left: 1.5rem
}

.ps-5 {
	padding-left: 2rem
}

.ps-6 {
	padding-left: 2.5rem
}

.ps-7 {
	padding-left: 3rem
}

.ps-8 {
	padding-left: 3.5rem
}

.ps-9 {
	padding-left: 4rem
}

.ps-10 {
	padding-left: 4.5rem
}

.ps-11 {
	padding-left: 5rem
}

.ps-12 {
	padding-left: 5.5rem
}

.ps-13 {
	padding-left: 6rem
}

.ps-14 {
	padding-left: 6.5rem
}

.ps-15 {
	padding-left: 7rem
}

.ps-16 {
	padding-left: 8rem
}

.ps-17 {
	padding-left: 9rem
}

.ps-18 {
	padding-left: 10rem
}

.ps-19 {
	padding-left: 11rem
}

.ps-20 {
	padding-left: 12rem
}

.font-monospace {
	font-family: var(--bs-font-monospace)
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw)
}

.fs-2 {
	font-size: calc(1.325rem + .9vw)
}

.fs-3 {
	font-size: calc(1.3rem + .6vw)
}

.fs-4 {
	font-size: calc(1.275rem + .3vw)
}

.fs-5 {
	font-size: 1.25rem
}

.fs-6 {
	font-size: 1rem
}

.fst-italic {
	font-style: italic
}

.fst-normal {
	font-style: normal
}

.fw-lighter {
	font-weight: 200
}

.fw-light {
	font-weight: 300
}

.fw-normal {
	font-weight: 400
}

.fw-semibold {
	font-weight: 500
}

.fw-bold {
	font-weight: 600
}

.fw-bolder {
	font-weight: 700
}

.lh-1 {
	line-height: 1
}

.lh-sm {
	line-height: 1.25
}

.lh-base {
	line-height: 1.5
}

.lh-lg {
	line-height: 2
}

.text-start {
	text-align: left
}

.text-end {
	text-align: right
}

.text-center {
	text-align: center
}

.text-decoration-none {
	text-decoration: none
}

.text-decoration-underline {
	text-decoration: underline
}

.text-decoration-line-through {
	text-decoration: line-through
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-wrap {
	white-space: normal
}

.text-nowrap {
	white-space: nowrap
}

.text-break {
	word-wrap: break-word;
	word-break: break-word
}

.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity))
}

.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity))
}

.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity))
}

.text-info {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity))
}

.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity))
}

.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity))
}

.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity))
}

.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
}

.text-gray-200 {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity))
}

.text-gray-800 {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-gray-800-rgb), var(--bs-text-opacity))
}

.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity))
}

.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity))
}

.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))
}

/*.text-muted {
	--bs-text-opacity: 1;
	color: #6c718c
}*/

.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(14, 17, 31, .5)
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: rgba(255, 255, 255, .5)
}

.text-reset {
	--bs-text-opacity: 1;
	color: inherit
}

.text-opacity-25 {
	--bs-text-opacity: .25
}

.text-opacity-50 {
	--bs-text-opacity: .5
}

.text-opacity-75 {
	--bs-text-opacity: .75
}

.text-opacity-100 {
	--bs-text-opacity: 1
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))
}

.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity))
}

.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity))
}

.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity))
}

.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity))
}

.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity))
}

.bg-gray-200 {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity))
}

.bg-gray-800 {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity))
}

.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))
}

.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity))
}

.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity))
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent
}

.bg-opacity-10 {
	--bs-bg-opacity: .1
}

.bg-opacity-25 {
	--bs-bg-opacity: .25
}

.bg-opacity-50 {
	--bs-bg-opacity: .5
}

.bg-opacity-75 {
	--bs-bg-opacity: .75
}

.bg-opacity-100 {
	--bs-bg-opacity: 1
}

.bg-gradient {
	background-image: var(--bs-gradient)
}

.user-select-all {
	-webkit-user-select: all;
	-moz-user-select: all;
	user-select: all
}

.user-select-auto {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.user-select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pe-none {
	pointer-events: none
}

.pe-auto {
	pointer-events: auto
}

.rounded-0 {
	border-radius: 0
}

.rounded {
	border-radius: .375rem
}

.rounded-1 {
	border-radius: .25rem
}

.rounded-2 {
	border-radius: .375rem
}

.rounded-3 {
	border-radius: .575rem
}

.rounded-4 {
	border-radius: 1.5em
}

.rounded-pill {
	border-radius: 50rem
}

.rounded-block {
	border-radius: 3rem
}

.rounded-blob {
	border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.rounded-circle {
	border-radius: 50%
}

.rounded-top-0 {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.rounded-top {
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem
}

.rounded-top-1 {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.rounded-top-2 {
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem
}

.rounded-top-3 {
	border-top-left-radius: .575rem;
	border-top-right-radius: .575rem
}

.rounded-top-4 {
	border-top-left-radius: 1.5em;
	border-top-right-radius: 1.5em
}

.rounded-top-pill {
	border-top-left-radius: 50rem;
	border-top-right-radius: 50rem
}

.rounded-top-block {
	border-top-left-radius: 3rem;
	border-top-right-radius: 3rem
}

.rounded-top-circle {
	border-top-left-radius: 50%;
	border-top-right-radius: 50%
}

.rounded-end-0 {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.rounded-end {
	border-top-right-radius: .375rem;
	border-bottom-right-radius: .375rem
}

.rounded-end-1 {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.rounded-end-2 {
	border-top-right-radius: .375rem;
	border-bottom-right-radius: .375rem
}

.rounded-end-3 {
	border-top-right-radius: .575rem;
	border-bottom-right-radius: .575rem
}

.rounded-end-4 {
	border-top-right-radius: 1.5em;
	border-bottom-right-radius: 1.5em
}

.rounded-end-pill {
	border-top-right-radius: 50rem;
	border-bottom-right-radius: 50rem
}

.rounded-end-block {
	border-top-right-radius: 3rem;
	border-bottom-right-radius: 3rem
}

.rounded-end-circle {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%
}

.rounded-bottom-0 {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.rounded-bottom {
	border-bottom-left-radius: .375rem;
	border-bottom-right-radius: .375rem
}

.rounded-bottom-1 {
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.rounded-bottom-2 {
	border-bottom-left-radius: .375rem;
	border-bottom-right-radius: .375rem
}

.rounded-bottom-3 {
	border-bottom-left-radius: .575rem;
	border-bottom-right-radius: .575rem
}

.rounded-bottom-4 {
	border-bottom-left-radius: 1.5em;
	border-bottom-right-radius: 1.5em
}

.rounded-bottom-pill {
	border-bottom-left-radius: 50rem;
	border-bottom-right-radius: 50rem
}

.rounded-bottom-block {
	border-bottom-left-radius: 3rem;
	border-bottom-right-radius: 3rem
}

.rounded-bottom-circle {
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%
}

.rounded-start-0 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.rounded-start {
	border-top-left-radius: .375rem;
	border-bottom-left-radius: .375rem
}

.rounded-start-1 {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.rounded-start-2 {
	border-top-left-radius: .375rem;
	border-bottom-left-radius: .375rem
}

.rounded-start-3 {
	border-top-left-radius: .575rem;
	border-bottom-left-radius: .575rem
}

.rounded-start-4 {
	border-top-left-radius: 1.5em;
	border-bottom-left-radius: 1.5em
}

.rounded-start-pill {
	border-top-left-radius: 50rem;
	border-bottom-left-radius: 50rem
}

.rounded-start-block {
	border-top-left-radius: 3rem;
	border-bottom-left-radius: 3rem
}

.rounded-start-circle {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%
}

.visible {
	visibility: visible
}

.invisible {
	visibility: hidden
}

.rounded-top-start-0 {
	border-top-left-radius: 0
}

.rounded-top-start {
	border-top-left-radius: .375rem
}

.rounded-top-start-1 {
	border-top-left-radius: .25rem
}

.rounded-top-start-2 {
	border-top-left-radius: .375rem
}

.rounded-top-start-3 {
	border-top-left-radius: .575rem
}

.rounded-top-start-4 {
	border-top-left-radius: 1.5em
}

.rounded-top-start-pill {
	border-top-left-radius: 50rem
}

.rounded-top-start-block {
	border-top-left-radius: 3rem
}

.rounded-top-start-circle {
	border-top-left-radius: 50%
}

.rounded-top-end-0 {
	border-top-right-radius: 0
}

.rounded-top-end {
	border-top-right-radius: .375rem
}

.rounded-top-end-1 {
	border-top-right-radius: .25rem
}

.rounded-top-end-2 {
	border-top-right-radius: .375rem
}

.rounded-top-end-3 {
	border-top-right-radius: .575rem
}

.rounded-top-end-4 {
	border-top-right-radius: 1.5em
}

.rounded-top-end-pill {
	border-top-right-radius: 50rem
}

.rounded-top-end-block {
	border-top-right-radius: 3rem
}

.rounded-top-end-circle {
	border-top-right-radius: 50%
}

.rounded-bottom-start-0 {
	border-bottom-left-radius: 0
}

.rounded-bottom-start {
	border-bottom-left-radius: .375rem
}

.rounded-bottom-start-1 {
	border-bottom-left-radius: .25rem
}

.rounded-bottom-start-2 {
	border-bottom-left-radius: .375rem
}

.rounded-bottom-start-3 {
	border-bottom-left-radius: .575rem
}

.rounded-bottom-start-4 {
	border-bottom-left-radius: 1.5em
}

.rounded-bottom-start-pill {
	border-bottom-left-radius: 50rem
}

.rounded-bottom-start-block {
	border-bottom-left-radius: 3rem
}

.rounded-bottom-start-circle {
	border-bottom-left-radius: 50%
}

.rounded-bottom-end-0 {
	border-bottom-right-radius: 0
}

.rounded-bottom-end {
	border-bottom-right-radius: .375rem
}

.rounded-bottom-end-1 {
	border-bottom-right-radius: .25rem
}

.rounded-bottom-end-2 {
	border-bottom-right-radius: .375rem
}

.rounded-bottom-end-3 {
	border-bottom-right-radius: .575rem
}

.rounded-bottom-end-4 {
	border-bottom-right-radius: 1.5em
}

.rounded-bottom-end-pill {
	border-bottom-right-radius: 50rem
}

.rounded-bottom-end-block {
	border-bottom-right-radius: 3rem
}

.rounded-bottom-end-circle {
	border-bottom-right-radius: 50%
}

.rotate-1 {
	transform: rotate(1deg)
}

.rotate-2 {
	transform: rotate(2deg)
}

.rotate-3 {
	transform: rotate(3deg)
}

.rotate-4 {
	transform: rotate(4deg)
}

.rotate-5 {
	transform: rotate(5deg)
}

.rotate-45 {
	transform: rotate(45deg)
}

.rotate-n45 {
	transform: rotate(-45deg)
}

.rotate-90 {
	transform: rotate(90deg)
}

.rotate--90 {
	transform: rotate(-90deg)
}

.rotate-180 {
	transform: rotate(180deg)
}

.rotate--180 {
	transform: rotate(-180deg)
}

.rotate-n1 {
	transform: rotate(-1deg)
}

.rotate-n2 {
	transform: rotate(-2deg)
}

.rotate-n3 {
	transform: rotate(-3deg)
}

.rotate-n4 {
	transform: rotate(-4deg)
}

.rotate-n5 {
	transform: rotate(-5deg)
}

.rotate-none {
	transform: none
}

.flip-y {
	transform: rotateZ(180deg)
}

.flip-x {
	transform: rotateY(180deg)
}

.z-index-n1 {
	z-index: -1
}

.z-index-n2 {
	z-index: -2
}

.z-index-0 {
	z-index: 0
}

.z-index-1 {
	z-index: 1
}

.z-index-2 {
	z-index: 2
}

.z-index-3 {
	z-index: 3
}

.z-index-4 {
	z-index: 4
}

.z-index-5 {
	z-index: 5
}

.z-index-fixed {
	z-index: 1030
}

.flex-center {
	align-items: center
}

.flex-center {
	justify-content: center
}

.bg-center {
	background-position: center center
}

.bg-top-left {
	background-position: top left
}

.bg-top-right {
	background-position: top right
}

.bg-bottom-left {
	background-position: bottom left
}

.bg-bottom-right {
	background-position: bottom right
}

.bg-cover {
	background-size: cover
}

.bg-contain {
	background-size: contain
}

.bg-100 {
	background-size: 100%
}

.bg-repeat {
	background-repeat: repeat
}

.bg-no-repeat {
	background-repeat: no-repeat
}

.bg-repeat-x {
	background-repeat: repeat-x
}

.bg-repeat-y {
	background-repeat: repeat-y
}

.width-1x {
	width: 1rem
}

.width-2x {
	width: 1.5rem
}

.width-3x {
	width: 2rem
}

.width-4x {
	width: 2.5rem
}

.width-5x {
	width: 3rem
}

.width-6x {
	width: 3.5rem
}

.width-7x {
	width: 4rem
}

.width-8x {
	width: 5rem
}

.width-9x {
	width: 5.5rem
}

.width-10x {
	width: 6rem
}

.width-11x {
	width: 7rem
}

.width-12x {
	width: 8rem
}

.width-13x {
	width: 9rem
}

.width-14x {
	width: 9.5rem
}

.width-15x {
	width: 10rem
}

.width-16x {
	width: 11rem
}

.width-17x {
	width: 12rem
}

.width-18x {
	width: 13rem
}

.width-19x {
	width: 14rem
}

.width-20x {
	width: 15rem
}

.width-auto {
	width: auto
}

.height-1x {
	height: 1rem
}

.height-2x {
	height: 1.5rem
}

.height-3x {
	height: 2rem
}

.height-4x {
	height: 2.5rem
}

.height-5x {
	height: 3rem
}

.height-6x {
	height: 3.5rem
}

.height-7x {
	height: 4rem
}

.height-8x {
	height: 5rem
}

.height-9x {
	height: 5.5rem
}

.height-10x {
	height: 6rem
}

.height-11x {
	height: 7rem
}

.height-12x {
	height: 8rem
}

.height-13x {
	height: 9rem
}

.height-14x {
	height: 9.5rem
}

.height-15x {
	height: 10rem
}

.height-16x {
	height: 11rem
}

.height-17x {
	height: 12rem
}

.height-18x {
	height: 13rem
}

.height-19x {
	height: 14rem
}

.height-20x {
	height: 15rem
}

.height-auto {
	height: auto
}

@media (min-width:576px) {
	.float-sm-start {
		float: left
	}
	.float-sm-end {
		float: right
	}
	.float-sm-none {
		float: none
	}
	.d-sm-inline {
		display: inline
	}
	.d-sm-inline-block {
		display: inline-block
	}
	.d-sm-block {
		display: block
	}
	.d-sm-grid {
		display: grid
	}
	.d-sm-table {
		display: table
	}
	.d-sm-table-row {
		display: table-row
	}
	.d-sm-table-cell {
		display: table-cell
	}
	.d-sm-flex {
		display: flex
	}
	.d-sm-inline-flex {
		display: inline-flex
	}
	.d-sm-none {
		display: none
	}
	.position-sm-static {
		position: static
	}
	.position-sm-relative {
		position: relative
	}
	.position-sm-absolute {
		position: absolute
	}
	.position-sm-fixed {
		position: fixed
	}
	.position-sm-sticky {
		position: -webkit-sticky;
		position: sticky
	}
	.border-sm {
		border: 1px solid #e7e7ef
	}
	.border-sm-0 {
		border: 0
	}
	.border-top-sm {
		border-top: 1px solid #e7e7ef
	}
	.border-top-sm-0 {
		border-top: 0
	}
	.border-end-sm {
		border-right: 1px solid #e7e7ef
	}
	.border-end-sm-0 {
		border-right: 0
	}
	.border-start-sm {
		border-left: 1px solid #e7e7ef
	}
	.border-start-sm-0 {
		border-left: 0
	}
	.w-sm-0 {
		width: 0
	}
	.w-sm-10 {
		width: 10%
	}
	.w-sm-20 {
		width: 20%
	}
	.w-sm-25 {
		width: 25%
	}
	.w-sm-30 {
		width: 30%
	}
	.w-sm-40 {
		width: 40%
	}
	.w-sm-50 {
		width: 50%
	}
	.w-sm-60 {
		width: 60%
	}
	.w-sm-70 {
		width: 70%
	}
	.w-sm-75 {
		width: 75%
	}
	.w-sm-80 {
		width: 80%
	}
	.w-sm-90 {
		width: 90%
	}
	.w-sm-100 {
		width: 100%
	}
	.w-sm-auto {
		width: auto
	}
	.h-sm-0 {
		height: 0
	}
	.h-sm-10 {
		height: 10%
	}
	.h-sm-20 {
		height: 20%
	}
	.h-sm-25 {
		height: 25%
	}
	.h-sm-30 {
		height: 30%
	}
	.h-sm-40 {
		height: 40%
	}
	.h-sm-50 {
		height: 50%
	}
	.h-sm-60 {
		height: 60%
	}
	.h-sm-70 {
		height: 70%
	}
	.h-sm-75 {
		height: 75%
	}
	.h-sm-80 {
		height: 80%
	}
	.h-sm-90 {
		height: 90%
	}
	.h-sm-100 {
		height: 100%
	}
	.h-sm-auto {
		height: auto
	}
	.flex-sm-fill {
		flex: 1 1 auto
	}
	.flex-sm-row {
		flex-direction: row
	}
	.flex-sm-column {
		flex-direction: column
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse
	}
	.flex-sm-grow-0 {
		flex-grow: 0
	}
	.flex-sm-grow-1 {
		flex-grow: 1
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1
	}
	.flex-sm-wrap {
		flex-wrap: wrap
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse
	}
	.gap-sm-0 {
		gap: 0
	}
	.gap-sm-1 {
		gap: .25rem
	}
	.gap-sm-2 {
		gap: .5rem
	}
	.gap-sm-3 {
		gap: 1rem
	}
	.gap-sm-4 {
		gap: 1.5rem
	}
	.gap-sm-5 {
		gap: 2rem
	}
	.gap-sm-6 {
		gap: 2.5rem
	}
	.gap-sm-7 {
		gap: 3rem
	}
	.gap-sm-8 {
		gap: 3.5rem
	}
	.gap-sm-9 {
		gap: 4rem
	}
	.gap-sm-10 {
		gap: 4.5rem
	}
	.gap-sm-11 {
		gap: 5rem
	}
	.gap-sm-12 {
		gap: 5.5rem
	}
	.gap-sm-13 {
		gap: 6rem
	}
	.gap-sm-14 {
		gap: 6.5rem
	}
	.gap-sm-15 {
		gap: 7rem
	}
	.gap-sm-16 {
		gap: 8rem
	}
	.gap-sm-17 {
		gap: 9rem
	}
	.gap-sm-18 {
		gap: 10rem
	}
	.gap-sm-19 {
		gap: 11rem
	}
	.gap-sm-20 {
		gap: 12rem
	}
	.justify-content-sm-start {
		justify-content: flex-start
	}
	.justify-content-sm-end {
		justify-content: flex-end
	}
	.justify-content-sm-center {
		justify-content: center
	}
	.justify-content-sm-between {
		justify-content: space-between
	}
	.justify-content-sm-around {
		justify-content: space-around
	}
	.justify-content-sm-evenly {
		justify-content: space-evenly
	}
	.align-items-sm-start {
		align-items: flex-start
	}
	.align-items-sm-end {
		align-items: flex-end
	}
	.align-items-sm-center {
		align-items: center
	}
	.align-items-sm-baseline {
		align-items: baseline
	}
	.align-items-sm-stretch {
		align-items: stretch
	}
	.align-content-sm-start {
		align-content: flex-start
	}
	.align-content-sm-end {
		align-content: flex-end
	}
	.align-content-sm-center {
		align-content: center
	}
	.align-content-sm-between {
		align-content: space-between
	}
	.align-content-sm-around {
		align-content: space-around
	}
	.align-content-sm-stretch {
		align-content: stretch
	}
	.align-self-sm-auto {
		align-self: auto
	}
	.align-self-sm-start {
		align-self: flex-start
	}
	.align-self-sm-end {
		align-self: flex-end
	}
	.align-self-sm-center {
		align-self: center
	}
	.align-self-sm-baseline {
		align-self: baseline
	}
	.align-self-sm-stretch {
		align-self: stretch
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-last {
		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: 2rem
	}
	.m-sm-6 {
		margin: 2.5rem
	}
	.m-sm-7 {
		margin: 3rem
	}
	.m-sm-8 {
		margin: 3.5rem
	}
	.m-sm-9 {
		margin: 4rem
	}
	.m-sm-10 {
		margin: 4.5rem
	}
	.m-sm-11 {
		margin: 5rem
	}
	.m-sm-12 {
		margin: 5.5rem
	}
	.m-sm-13 {
		margin: 6rem
	}
	.m-sm-14 {
		margin: 6.5rem
	}
	.m-sm-15 {
		margin: 7rem
	}
	.m-sm-16 {
		margin: 8rem
	}
	.m-sm-17 {
		margin: 9rem
	}
	.m-sm-18 {
		margin: 10rem
	}
	.m-sm-19 {
		margin: 11rem
	}
	.m-sm-20 {
		margin: 12rem
	}
	.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: 2rem;
		margin-left: 2rem
	}
	.mx-sm-6 {
		margin-right: 2.5rem;
		margin-left: 2.5rem
	}
	.mx-sm-7 {
		margin-right: 3rem;
		margin-left: 3rem
	}
	.mx-sm-8 {
		margin-right: 3.5rem;
		margin-left: 3.5rem
	}
	.mx-sm-9 {
		margin-right: 4rem;
		margin-left: 4rem
	}
	.mx-sm-10 {
		margin-right: 4.5rem;
		margin-left: 4.5rem
	}
	.mx-sm-11 {
		margin-right: 5rem;
		margin-left: 5rem
	}
	.mx-sm-12 {
		margin-right: 5.5rem;
		margin-left: 5.5rem
	}
	.mx-sm-13 {
		margin-right: 6rem;
		margin-left: 6rem
	}
	.mx-sm-14 {
		margin-right: 6.5rem;
		margin-left: 6.5rem
	}
	.mx-sm-15 {
		margin-right: 7rem;
		margin-left: 7rem
	}
	.mx-sm-16 {
		margin-right: 8rem;
		margin-left: 8rem
	}
	.mx-sm-17 {
		margin-right: 9rem;
		margin-left: 9rem
	}
	.mx-sm-18 {
		margin-right: 10rem;
		margin-left: 10rem
	}
	.mx-sm-19 {
		margin-right: 11rem;
		margin-left: 11rem
	}
	.mx-sm-20 {
		margin-right: 12rem;
		margin-left: 12rem
	}
	.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: 2rem;
		margin-bottom: 2rem
	}
	.my-sm-6 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}
	.my-sm-7 {
		margin-top: 3rem;
		margin-bottom: 3rem
	}
	.my-sm-8 {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem
	}
	.my-sm-9 {
		margin-top: 4rem;
		margin-bottom: 4rem
	}
	.my-sm-10 {
		margin-top: 4.5rem;
		margin-bottom: 4.5rem
	}
	.my-sm-11 {
		margin-top: 5rem;
		margin-bottom: 5rem
	}
	.my-sm-12 {
		margin-top: 5.5rem;
		margin-bottom: 5.5rem
	}
	.my-sm-13 {
		margin-top: 6rem;
		margin-bottom: 6rem
	}
	.my-sm-14 {
		margin-top: 6.5rem;
		margin-bottom: 6.5rem
	}
	.my-sm-15 {
		margin-top: 7rem;
		margin-bottom: 7rem
	}
	.my-sm-16 {
		margin-top: 8rem;
		margin-bottom: 8rem
	}
	.my-sm-17 {
		margin-top: 9rem;
		margin-bottom: 9rem
	}
	.my-sm-18 {
		margin-top: 10rem;
		margin-bottom: 10rem
	}
	.my-sm-19 {
		margin-top: 11rem;
		margin-bottom: 11rem
	}
	.my-sm-20 {
		margin-top: 12rem;
		margin-bottom: 12rem
	}
	.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: 2rem
	}
	.mt-sm-6 {
		margin-top: 2.5rem
	}
	.mt-sm-7 {
		margin-top: 3rem
	}
	.mt-sm-8 {
		margin-top: 3.5rem
	}
	.mt-sm-9 {
		margin-top: 4rem
	}
	.mt-sm-10 {
		margin-top: 4.5rem
	}
	.mt-sm-11 {
		margin-top: 5rem
	}
	.mt-sm-12 {
		margin-top: 5.5rem
	}
	.mt-sm-13 {
		margin-top: 6rem
	}
	.mt-sm-14 {
		margin-top: 6.5rem
	}
	.mt-sm-15 {
		margin-top: 7rem
	}
	.mt-sm-16 {
		margin-top: 8rem
	}
	.mt-sm-17 {
		margin-top: 9rem
	}
	.mt-sm-18 {
		margin-top: 10rem
	}
	.mt-sm-19 {
		margin-top: 11rem
	}
	.mt-sm-20 {
		margin-top: 12rem
	}
	.mt-sm-auto {
		margin-top: auto
	}
	.me-sm-0 {
		margin-right: 0
	}
	.me-sm-1 {
		margin-right: .25rem
	}
	.me-sm-2 {
		margin-right: .5rem
	}
	.me-sm-3 {
		margin-right: 1rem
	}
	.me-sm-4 {
		margin-right: 1.5rem
	}
	.me-sm-5 {
		margin-right: 2rem
	}
	.me-sm-6 {
		margin-right: 2.5rem
	}
	.me-sm-7 {
		margin-right: 3rem
	}
	.me-sm-8 {
		margin-right: 3.5rem
	}
	.me-sm-9 {
		margin-right: 4rem
	}
	.me-sm-10 {
		margin-right: 4.5rem
	}
	.me-sm-11 {
		margin-right: 5rem
	}
	.me-sm-12 {
		margin-right: 5.5rem
	}
	.me-sm-13 {
		margin-right: 6rem
	}
	.me-sm-14 {
		margin-right: 6.5rem
	}
	.me-sm-15 {
		margin-right: 7rem
	}
	.me-sm-16 {
		margin-right: 8rem
	}
	.me-sm-17 {
		margin-right: 9rem
	}
	.me-sm-18 {
		margin-right: 10rem
	}
	.me-sm-19 {
		margin-right: 11rem
	}
	.me-sm-20 {
		margin-right: 12rem
	}
	.me-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: 2rem
	}
	.mb-sm-6 {
		margin-bottom: 2.5rem
	}
	.mb-sm-7 {
		margin-bottom: 3rem
	}
	.mb-sm-8 {
		margin-bottom: 3.5rem
	}
	.mb-sm-9 {
		margin-bottom: 4rem
	}
	.mb-sm-10 {
		margin-bottom: 4.5rem
	}
	.mb-sm-11 {
		margin-bottom: 5rem
	}
	.mb-sm-12 {
		margin-bottom: 5.5rem
	}
	.mb-sm-13 {
		margin-bottom: 6rem
	}
	.mb-sm-14 {
		margin-bottom: 6.5rem
	}
	.mb-sm-15 {
		margin-bottom: 7rem
	}
	.mb-sm-16 {
		margin-bottom: 8rem
	}
	.mb-sm-17 {
		margin-bottom: 9rem
	}
	.mb-sm-18 {
		margin-bottom: 10rem
	}
	.mb-sm-19 {
		margin-bottom: 11rem
	}
	.mb-sm-20 {
		margin-bottom: 12rem
	}
	.mb-sm-auto {
		margin-bottom: auto
	}
	.ms-sm-0 {
		margin-left: 0
	}
	.ms-sm-1 {
		margin-left: .25rem
	}
	.ms-sm-2 {
		margin-left: .5rem
	}
	.ms-sm-3 {
		margin-left: 1rem
	}
	.ms-sm-4 {
		margin-left: 1.5rem
	}
	.ms-sm-5 {
		margin-left: 2rem
	}
	.ms-sm-6 {
		margin-left: 2.5rem
	}
	.ms-sm-7 {
		margin-left: 3rem
	}
	.ms-sm-8 {
		margin-left: 3.5rem
	}
	.ms-sm-9 {
		margin-left: 4rem
	}
	.ms-sm-10 {
		margin-left: 4.5rem
	}
	.ms-sm-11 {
		margin-left: 5rem
	}
	.ms-sm-12 {
		margin-left: 5.5rem
	}
	.ms-sm-13 {
		margin-left: 6rem
	}
	.ms-sm-14 {
		margin-left: 6.5rem
	}
	.ms-sm-15 {
		margin-left: 7rem
	}
	.ms-sm-16 {
		margin-left: 8rem
	}
	.ms-sm-17 {
		margin-left: 9rem
	}
	.ms-sm-18 {
		margin-left: 10rem
	}
	.ms-sm-19 {
		margin-left: 11rem
	}
	.ms-sm-20 {
		margin-left: 12rem
	}
	.ms-sm-auto {
		margin-left: auto
	}
	.m-sm-n1 {
		margin: -.25rem
	}
	.m-sm-n2 {
		margin: -.5rem
	}
	.m-sm-n3 {
		margin: -1rem
	}
	.m-sm-n4 {
		margin: -1.5rem
	}
	.m-sm-n5 {
		margin: -2rem
	}
	.m-sm-n6 {
		margin: -2.5rem
	}
	.m-sm-n7 {
		margin: -3rem
	}
	.m-sm-n8 {
		margin: -3.5rem
	}
	.m-sm-n9 {
		margin: -4rem
	}
	.m-sm-n10 {
		margin: -4.5rem
	}
	.m-sm-n11 {
		margin: -5rem
	}
	.m-sm-n12 {
		margin: -5.5rem
	}
	.m-sm-n13 {
		margin: -6rem
	}
	.m-sm-n14 {
		margin: -6.5rem
	}
	.m-sm-n15 {
		margin: -7rem
	}
	.m-sm-n16 {
		margin: -8rem
	}
	.m-sm-n17 {
		margin: -9rem
	}
	.m-sm-n18 {
		margin: -10rem
	}
	.m-sm-n19 {
		margin: -11rem
	}
	.m-sm-n20 {
		margin: -12rem
	}
	.mx-sm-n1 {
		margin-right: -.25rem;
		margin-left: -.25rem
	}
	.mx-sm-n2 {
		margin-right: -.5rem;
		margin-left: -.5rem
	}
	.mx-sm-n3 {
		margin-right: -1rem;
		margin-left: -1rem
	}
	.mx-sm-n4 {
		margin-right: -1.5rem;
		margin-left: -1.5rem
	}
	.mx-sm-n5 {
		margin-right: -2rem;
		margin-left: -2rem
	}
	.mx-sm-n6 {
		margin-right: -2.5rem;
		margin-left: -2.5rem
	}
	.mx-sm-n7 {
		margin-right: -3rem;
		margin-left: -3rem
	}
	.mx-sm-n8 {
		margin-right: -3.5rem;
		margin-left: -3.5rem
	}
	.mx-sm-n9 {
		margin-right: -4rem;
		margin-left: -4rem
	}
	.mx-sm-n10 {
		margin-right: -4.5rem;
		margin-left: -4.5rem
	}
	.mx-sm-n11 {
		margin-right: -5rem;
		margin-left: -5rem
	}
	.mx-sm-n12 {
		margin-right: -5.5rem;
		margin-left: -5.5rem
	}
	.mx-sm-n13 {
		margin-right: -6rem;
		margin-left: -6rem
	}
	.mx-sm-n14 {
		margin-right: -6.5rem;
		margin-left: -6.5rem
	}
	.mx-sm-n15 {
		margin-right: -7rem;
		margin-left: -7rem
	}
	.mx-sm-n16 {
		margin-right: -8rem;
		margin-left: -8rem
	}
	.mx-sm-n17 {
		margin-right: -9rem;
		margin-left: -9rem
	}
	.mx-sm-n18 {
		margin-right: -10rem;
		margin-left: -10rem
	}
	.mx-sm-n19 {
		margin-right: -11rem;
		margin-left: -11rem
	}
	.mx-sm-n20 {
		margin-right: -12rem;
		margin-left: -12rem
	}
	.my-sm-n1 {
		margin-top: -.25rem;
		margin-bottom: -.25rem
	}
	.my-sm-n2 {
		margin-top: -.5rem;
		margin-bottom: -.5rem
	}
	.my-sm-n3 {
		margin-top: -1rem;
		margin-bottom: -1rem
	}
	.my-sm-n4 {
		margin-top: -1.5rem;
		margin-bottom: -1.5rem
	}
	.my-sm-n5 {
		margin-top: -2rem;
		margin-bottom: -2rem
	}
	.my-sm-n6 {
		margin-top: -2.5rem;
		margin-bottom: -2.5rem
	}
	.my-sm-n7 {
		margin-top: -3rem;
		margin-bottom: -3rem
	}
	.my-sm-n8 {
		margin-top: -3.5rem;
		margin-bottom: -3.5rem
	}
	.my-sm-n9 {
		margin-top: -4rem;
		margin-bottom: -4rem
	}
	.my-sm-n10 {
		margin-top: -4.5rem;
		margin-bottom: -4.5rem
	}
	.my-sm-n11 {
		margin-top: -5rem;
		margin-bottom: -5rem
	}
	.my-sm-n12 {
		margin-top: -5.5rem;
		margin-bottom: -5.5rem
	}
	.my-sm-n13 {
		margin-top: -6rem;
		margin-bottom: -6rem
	}
	.my-sm-n14 {
		margin-top: -6.5rem;
		margin-bottom: -6.5rem
	}
	.my-sm-n15 {
		margin-top: -7rem;
		margin-bottom: -7rem
	}
	.my-sm-n16 {
		margin-top: -8rem;
		margin-bottom: -8rem
	}
	.my-sm-n17 {
		margin-top: -9rem;
		margin-bottom: -9rem
	}
	.my-sm-n18 {
		margin-top: -10rem;
		margin-bottom: -10rem
	}
	.my-sm-n19 {
		margin-top: -11rem;
		margin-bottom: -11rem
	}
	.my-sm-n20 {
		margin-top: -12rem;
		margin-bottom: -12rem
	}
	.mt-sm-n1 {
		margin-top: -.25rem
	}
	.mt-sm-n2 {
		margin-top: -.5rem
	}
	.mt-sm-n3 {
		margin-top: -1rem
	}
	.mt-sm-n4 {
		margin-top: -1.5rem
	}
	.mt-sm-n5 {
		margin-top: -2rem
	}
	.mt-sm-n6 {
		margin-top: -2.5rem
	}
	.mt-sm-n7 {
		margin-top: -3rem
	}
	.mt-sm-n8 {
		margin-top: -3.5rem
	}
	.mt-sm-n9 {
		margin-top: -4rem
	}
	.mt-sm-n10 {
		margin-top: -4.5rem
	}
	.mt-sm-n11 {
		margin-top: -5rem
	}
	.mt-sm-n12 {
		margin-top: -5.5rem
	}
	.mt-sm-n13 {
		margin-top: -6rem
	}
	.mt-sm-n14 {
		margin-top: -6.5rem
	}
	.mt-sm-n15 {
		margin-top: -7rem
	}
	.mt-sm-n16 {
		margin-top: -8rem
	}
	.mt-sm-n17 {
		margin-top: -9rem
	}
	.mt-sm-n18 {
		margin-top: -10rem
	}
	.mt-sm-n19 {
		margin-top: -11rem
	}
	.mt-sm-n20 {
		margin-top: -12rem
	}
	.me-sm-n1 {
		margin-right: -.25rem
	}
	.me-sm-n2 {
		margin-right: -.5rem
	}
	.me-sm-n3 {
		margin-right: -1rem
	}
	.me-sm-n4 {
		margin-right: -1.5rem
	}
	.me-sm-n5 {
		margin-right: -2rem
	}
	.me-sm-n6 {
		margin-right: -2.5rem
	}
	.me-sm-n7 {
		margin-right: -3rem
	}
	.me-sm-n8 {
		margin-right: -3.5rem
	}
	.me-sm-n9 {
		margin-right: -4rem
	}
	.me-sm-n10 {
		margin-right: -4.5rem
	}
	.me-sm-n11 {
		margin-right: -5rem
	}
	.me-sm-n12 {
		margin-right: -5.5rem
	}
	.me-sm-n13 {
		margin-right: -6rem
	}
	.me-sm-n14 {
		margin-right: -6.5rem
	}
	.me-sm-n15 {
		margin-right: -7rem
	}
	.me-sm-n16 {
		margin-right: -8rem
	}
	.me-sm-n17 {
		margin-right: -9rem
	}
	.me-sm-n18 {
		margin-right: -10rem
	}
	.me-sm-n19 {
		margin-right: -11rem
	}
	.me-sm-n20 {
		margin-right: -12rem
	}
	.mb-sm-n1 {
		margin-bottom: -.25rem
	}
	.mb-sm-n2 {
		margin-bottom: -.5rem
	}
	.mb-sm-n3 {
		margin-bottom: -1rem
	}
	.mb-sm-n4 {
		margin-bottom: -1.5rem
	}
	.mb-sm-n5 {
		margin-bottom: -2rem
	}
	.mb-sm-n6 {
		margin-bottom: -2.5rem
	}
	.mb-sm-n7 {
		margin-bottom: -3rem
	}
	.mb-sm-n8 {
		margin-bottom: -3.5rem
	}
	.mb-sm-n9 {
		margin-bottom: -4rem
	}
	.mb-sm-n10 {
		margin-bottom: -4.5rem
	}
	.mb-sm-n11 {
		margin-bottom: -5rem
	}
	.mb-sm-n12 {
		margin-bottom: -5.5rem
	}
	.mb-sm-n13 {
		margin-bottom: -6rem
	}
	.mb-sm-n14 {
		margin-bottom: -6.5rem
	}
	.mb-sm-n15 {
		margin-bottom: -7rem
	}
	.mb-sm-n16 {
		margin-bottom: -8rem
	}
	.mb-sm-n17 {
		margin-bottom: -9rem
	}
	.mb-sm-n18 {
		margin-bottom: -10rem
	}
	.mb-sm-n19 {
		margin-bottom: -11rem
	}
	.mb-sm-n20 {
		margin-bottom: -12rem
	}
	.ms-sm-n1 {
		margin-left: -.25rem
	}
	.ms-sm-n2 {
		margin-left: -.5rem
	}
	.ms-sm-n3 {
		margin-left: -1rem
	}
	.ms-sm-n4 {
		margin-left: -1.5rem
	}
	.ms-sm-n5 {
		margin-left: -2rem
	}
	.ms-sm-n6 {
		margin-left: -2.5rem
	}
	.ms-sm-n7 {
		margin-left: -3rem
	}
	.ms-sm-n8 {
		margin-left: -3.5rem
	}
	.ms-sm-n9 {
		margin-left: -4rem
	}
	.ms-sm-n10 {
		margin-left: -4.5rem
	}
	.ms-sm-n11 {
		margin-left: -5rem
	}
	.ms-sm-n12 {
		margin-left: -5.5rem
	}
	.ms-sm-n13 {
		margin-left: -6rem
	}
	.ms-sm-n14 {
		margin-left: -6.5rem
	}
	.ms-sm-n15 {
		margin-left: -7rem
	}
	.ms-sm-n16 {
		margin-left: -8rem
	}
	.ms-sm-n17 {
		margin-left: -9rem
	}
	.ms-sm-n18 {
		margin-left: -10rem
	}
	.ms-sm-n19 {
		margin-left: -11rem
	}
	.ms-sm-n20 {
		margin-left: -12rem
	}
	.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: 2rem
	}
	.p-sm-6 {
		padding: 2.5rem
	}
	.p-sm-7 {
		padding: 3rem
	}
	.p-sm-8 {
		padding: 3.5rem
	}
	.p-sm-9 {
		padding: 4rem
	}
	.p-sm-10 {
		padding: 4.5rem
	}
	.p-sm-11 {
		padding: 5rem
	}
	.p-sm-12 {
		padding: 5.5rem
	}
	.p-sm-13 {
		padding: 6rem
	}
	.p-sm-14 {
		padding: 6.5rem
	}
	.p-sm-15 {
		padding: 7rem
	}
	.p-sm-16 {
		padding: 8rem
	}
	.p-sm-17 {
		padding: 9rem
	}
	.p-sm-18 {
		padding: 10rem
	}
	.p-sm-19 {
		padding: 11rem
	}
	.p-sm-20 {
		padding: 12rem
	}
	.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: 2rem;
		padding-left: 2rem
	}
	.px-sm-6 {
		padding-right: 2.5rem;
		padding-left: 2.5rem
	}
	.px-sm-7 {
		padding-right: 3rem;
		padding-left: 3rem
	}
	.px-sm-8 {
		padding-right: 3.5rem;
		padding-left: 3.5rem
	}
	.px-sm-9 {
		padding-right: 4rem;
		padding-left: 4rem
	}
	.px-sm-10 {
		padding-right: 4.5rem;
		padding-left: 4.5rem
	}
	.px-sm-11 {
		padding-right: 5rem;
		padding-left: 5rem
	}
	.px-sm-12 {
		padding-right: 5.5rem;
		padding-left: 5.5rem
	}
	.px-sm-13 {
		padding-right: 6rem;
		padding-left: 6rem
	}
	.px-sm-14 {
		padding-right: 6.5rem;
		padding-left: 6.5rem
	}
	.px-sm-15 {
		padding-right: 7rem;
		padding-left: 7rem
	}
	.px-sm-16 {
		padding-right: 8rem;
		padding-left: 8rem
	}
	.px-sm-17 {
		padding-right: 9rem;
		padding-left: 9rem
	}
	.px-sm-18 {
		padding-right: 10rem;
		padding-left: 10rem
	}
	.px-sm-19 {
		padding-right: 11rem;
		padding-left: 11rem
	}
	.px-sm-20 {
		padding-right: 12rem;
		padding-left: 12rem
	}
	.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: 2rem;
		padding-bottom: 2rem
	}
	.py-sm-6 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}
	.py-sm-7 {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
	.py-sm-8 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem
	}
	.py-sm-9 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}
	.py-sm-10 {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem
	}
	.py-sm-11 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
	.py-sm-12 {
		padding-top: 5.5rem;
		padding-bottom: 5.5rem
	}
	.py-sm-13 {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
	.py-sm-14 {
		padding-top: 6.5rem;
		padding-bottom: 6.5rem
	}
	.py-sm-15 {
		padding-top: 7rem;
		padding-bottom: 7rem
	}
	.py-sm-16 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}
	.py-sm-17 {
		padding-top: 9rem;
		padding-bottom: 9rem
	}
	.py-sm-18 {
		padding-top: 10rem;
		padding-bottom: 10rem
	}
	.py-sm-19 {
		padding-top: 11rem;
		padding-bottom: 11rem
	}
	.py-sm-20 {
		padding-top: 12rem;
		padding-bottom: 12rem
	}
	.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: 2rem
	}
	.pt-sm-6 {
		padding-top: 2.5rem
	}
	.pt-sm-7 {
		padding-top: 3rem
	}
	.pt-sm-8 {
		padding-top: 3.5rem
	}
	.pt-sm-9 {
		padding-top: 4rem
	}
	.pt-sm-10 {
		padding-top: 4.5rem
	}
	.pt-sm-11 {
		padding-top: 5rem
	}
	.pt-sm-12 {
		padding-top: 5.5rem
	}
	.pt-sm-13 {
		padding-top: 6rem
	}
	.pt-sm-14 {
		padding-top: 6.5rem
	}
	.pt-sm-15 {
		padding-top: 7rem
	}
	.pt-sm-16 {
		padding-top: 8rem
	}
	.pt-sm-17 {
		padding-top: 9rem
	}
	.pt-sm-18 {
		padding-top: 10rem
	}
	.pt-sm-19 {
		padding-top: 11rem
	}
	.pt-sm-20 {
		padding-top: 12rem
	}
	.pe-sm-0 {
		padding-right: 0
	}
	.pe-sm-1 {
		padding-right: .25rem
	}
	.pe-sm-2 {
		padding-right: .5rem
	}
	.pe-sm-3 {
		padding-right: 1rem
	}
	.pe-sm-4 {
		padding-right: 1.5rem
	}
	.pe-sm-5 {
		padding-right: 2rem
	}
	.pe-sm-6 {
		padding-right: 2.5rem
	}
	.pe-sm-7 {
		padding-right: 3rem
	}
	.pe-sm-8 {
		padding-right: 3.5rem
	}
	.pe-sm-9 {
		padding-right: 4rem
	}
	.pe-sm-10 {
		padding-right: 4.5rem
	}
	.pe-sm-11 {
		padding-right: 5rem
	}
	.pe-sm-12 {
		padding-right: 5.5rem
	}
	.pe-sm-13 {
		padding-right: 6rem
	}
	.pe-sm-14 {
		padding-right: 6.5rem
	}
	.pe-sm-15 {
		padding-right: 7rem
	}
	.pe-sm-16 {
		padding-right: 8rem
	}
	.pe-sm-17 {
		padding-right: 9rem
	}
	.pe-sm-18 {
		padding-right: 10rem
	}
	.pe-sm-19 {
		padding-right: 11rem
	}
	.pe-sm-20 {
		padding-right: 12rem
	}
	.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: 2rem
	}
	.pb-sm-6 {
		padding-bottom: 2.5rem
	}
	.pb-sm-7 {
		padding-bottom: 3rem
	}
	.pb-sm-8 {
		padding-bottom: 3.5rem
	}
	.pb-sm-9 {
		padding-bottom: 4rem
	}
	.pb-sm-10 {
		padding-bottom: 4.5rem
	}
	.pb-sm-11 {
		padding-bottom: 5rem
	}
	.pb-sm-12 {
		padding-bottom: 5.5rem
	}
	.pb-sm-13 {
		padding-bottom: 6rem
	}
	.pb-sm-14 {
		padding-bottom: 6.5rem
	}
	.pb-sm-15 {
		padding-bottom: 7rem
	}
	.pb-sm-16 {
		padding-bottom: 8rem
	}
	.pb-sm-17 {
		padding-bottom: 9rem
	}
	.pb-sm-18 {
		padding-bottom: 10rem
	}
	.pb-sm-19 {
		padding-bottom: 11rem
	}
	.pb-sm-20 {
		padding-bottom: 12rem
	}
	.ps-sm-0 {
		padding-left: 0
	}
	.ps-sm-1 {
		padding-left: .25rem
	}
	.ps-sm-2 {
		padding-left: .5rem
	}
	.ps-sm-3 {
		padding-left: 1rem
	}
	.ps-sm-4 {
		padding-left: 1.5rem
	}
	.ps-sm-5 {
		padding-left: 2rem
	}
	.ps-sm-6 {
		padding-left: 2.5rem
	}
	.ps-sm-7 {
		padding-left: 3rem
	}
	.ps-sm-8 {
		padding-left: 3.5rem
	}
	.ps-sm-9 {
		padding-left: 4rem
	}
	.ps-sm-10 {
		padding-left: 4.5rem
	}
	.ps-sm-11 {
		padding-left: 5rem
	}
	.ps-sm-12 {
		padding-left: 5.5rem
	}
	.ps-sm-13 {
		padding-left: 6rem
	}
	.ps-sm-14 {
		padding-left: 6.5rem
	}
	.ps-sm-15 {
		padding-left: 7rem
	}
	.ps-sm-16 {
		padding-left: 8rem
	}
	.ps-sm-17 {
		padding-left: 9rem
	}
	.ps-sm-18 {
		padding-left: 10rem
	}
	.ps-sm-19 {
		padding-left: 11rem
	}
	.ps-sm-20 {
		padding-left: 12rem
	}
	.text-sm-start {
		text-align: left
	}
	.text-sm-end {
		text-align: right
	}
	.text-sm-center {
		text-align: center
	}
	.rounded-sm-0 {
		border-radius: 0
	}
	.rounded-sm {
		border-radius: .375rem
	}
	.rounded-sm-1 {
		border-radius: .25rem
	}
	.rounded-sm-2 {
		border-radius: .375rem
	}
	.rounded-sm-3 {
		border-radius: .575rem
	}
	.rounded-sm-4 {
		border-radius: 1.5em
	}
	.rounded-sm-pill {
		border-radius: 50rem
	}
	.rounded-sm-block {
		border-radius: 3rem
	}
	.rounded-sm-blob {
		border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
	}
	.rounded-sm-circle {
		border-radius: 50%
	}
	.rounded-top-sm-0 {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}
	.rounded-top-sm {
		border-top-left-radius: .375rem;
		border-top-right-radius: .375rem
	}
	.rounded-top-sm-1 {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	.rounded-top-sm-2 {
		border-top-left-radius: .375rem;
		border-top-right-radius: .375rem
	}
	.rounded-top-sm-3 {
		border-top-left-radius: .575rem;
		border-top-right-radius: .575rem
	}
	.rounded-top-sm-4 {
		border-top-left-radius: 1.5em;
		border-top-right-radius: 1.5em
	}
	.rounded-top-sm-pill {
		border-top-left-radius: 50rem;
		border-top-right-radius: 50rem
	}
	.rounded-top-sm-block {
		border-top-left-radius: 3rem;
		border-top-right-radius: 3rem
	}
	.rounded-top-sm-circle {
		border-top-left-radius: 50%;
		border-top-right-radius: 50%
	}
	.rounded-end-sm-0 {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.rounded-end-sm {
		border-top-right-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-end-sm-1 {
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem
	}
	.rounded-end-sm-2 {
		border-top-right-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-end-sm-3 {
		border-top-right-radius: .575rem;
		border-bottom-right-radius: .575rem
	}
	.rounded-end-sm-4 {
		border-top-right-radius: 1.5em;
		border-bottom-right-radius: 1.5em
	}
	.rounded-end-sm-pill {
		border-top-right-radius: 50rem;
		border-bottom-right-radius: 50rem
	}
	.rounded-end-sm-block {
		border-top-right-radius: 3rem;
		border-bottom-right-radius: 3rem
	}
	.rounded-end-sm-circle {
		border-top-right-radius: 50%;
		border-bottom-right-radius: 50%
	}
	.rounded-bottom-sm-0 {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}
	.rounded-bottom-sm {
		border-bottom-left-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-bottom-sm-1 {
		border-bottom-left-radius: .25rem;
		border-bottom-right-radius: .25rem
	}
	.rounded-bottom-sm-2 {
		border-bottom-left-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-bottom-sm-3 {
		border-bottom-left-radius: .575rem;
		border-bottom-right-radius: .575rem
	}
	.rounded-bottom-sm-4 {
		border-bottom-left-radius: 1.5em;
		border-bottom-right-radius: 1.5em
	}
	.rounded-bottom-sm-pill {
		border-bottom-left-radius: 50rem;
		border-bottom-right-radius: 50rem
	}
	.rounded-bottom-sm-block {
		border-bottom-left-radius: 3rem;
		border-bottom-right-radius: 3rem
	}
	.rounded-bottom-sm-circle {
		border-bottom-left-radius: 50%;
		border-bottom-right-radius: 50%
	}
	.rounded-start-sm-0 {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.rounded-start-sm {
		border-top-left-radius: .375rem;
		border-bottom-left-radius: .375rem
	}
	.rounded-start-sm-1 {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	.rounded-start-sm-2 {
		border-top-left-radius: .375rem;
		border-bottom-left-radius: .375rem
	}
	.rounded-start-sm-3 {
		border-top-left-radius: .575rem;
		border-bottom-left-radius: .575rem
	}
	.rounded-start-sm-4 {
		border-top-left-radius: 1.5em;
		border-bottom-left-radius: 1.5em
	}
	.rounded-start-sm-pill {
		border-top-left-radius: 50rem;
		border-bottom-left-radius: 50rem
	}
	.rounded-start-sm-block {
		border-top-left-radius: 3rem;
		border-bottom-left-radius: 3rem
	}
	.rounded-start-sm-circle {
		border-top-left-radius: 50%;
		border-bottom-left-radius: 50%
	}
}

@media (min-width:768px) {
	.float-md-start {
		float: left
	}
	.float-md-end {
		float: right
	}
	.float-md-none {
		float: none
	}
	.d-md-inline {
		display: inline
	}
	.d-md-inline-block {
		display: inline-block
	}
	.d-md-block {
		display: block
	}
	.d-md-grid {
		display: grid
	}
	.d-md-table {
		display: table
	}
	.d-md-table-row {
		display: table-row
	}
	.d-md-table-cell {
		display: table-cell
	}
	.d-md-flex {
		display: flex
	}
	.d-md-inline-flex {
		display: inline-flex
	}
	.d-md-none {
		display: none
	}
	.position-md-static {
		position: static
	}
	.position-md-relative {
		position: relative
	}
	.position-md-absolute {
		position: absolute
	}
	.position-md-fixed {
		position: fixed
	}
	.position-md-sticky {
		position: -webkit-sticky;
		position: sticky
	}
	.border-md {
		border: 1px solid #e7e7ef
	}
	.border-md-0 {
		border: 0
	}
	.border-top-md {
		border-top: 1px solid #e7e7ef
	}
	.border-top-md-0 {
		border-top: 0
	}
	.border-end-md {
		border-right: 1px solid #e7e7ef
	}
	.border-end-md-0 {
		border-right: 0
	}
	.border-start-md {
		border-left: 1px solid #e7e7ef
	}
	.border-start-md-0 {
		border-left: 0
	}
	.w-md-0 {
		width: 0
	}
	.w-md-10 {
		width: 10%
	}
	.w-md-20 {
		width: 20%
	}
	.w-md-25 {
		width: 25%
	}
	.w-md-30 {
		width: 30%
	}
	.w-md-40 {
		width: 40%
	}
	.w-md-50 {
		width: 50%
	}
	.w-md-60 {
		width: 60%
	}
	.w-md-70 {
		width: 70%
	}
	.w-md-75 {
		width: 75%
	}
	.w-md-80 {
		width: 80%
	}
	.w-md-90 {
		width: 90%
	}
	.w-md-100 {
		width: 100%
	}
	.w-md-auto {
		width: auto
	}
	.h-md-0 {
		height: 0
	}
	.h-md-10 {
		height: 10%
	}
	.h-md-20 {
		height: 20%
	}
	.h-md-25 {
		height: 25%
	}
	.h-md-30 {
		height: 30%
	}
	.h-md-40 {
		height: 40%
	}
	.h-md-50 {
		height: 50%
	}
	.h-md-60 {
		height: 60%
	}
	.h-md-70 {
		height: 70%
	}
	.h-md-75 {
		height: 75%
	}
	.h-md-80 {
		height: 80%
	}
	.h-md-90 {
		height: 90%
	}
	.h-md-100 {
		height: 100%
	}
	.h-md-auto {
		height: auto
	}
	.flex-md-fill {
		flex: 1 1 auto
	}
	.flex-md-row {
		flex-direction: row
	}
	.flex-md-column {
		flex-direction: column
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse
	}
	.flex-md-grow-0 {
		flex-grow: 0
	}
	.flex-md-grow-1 {
		flex-grow: 1
	}
	.flex-md-shrink-0 {
		flex-shrink: 0
	}
	.flex-md-shrink-1 {
		flex-shrink: 1
	}
	.flex-md-wrap {
		flex-wrap: wrap
	}
	.flex-md-nowrap {
		flex-wrap: nowrap
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse
	}
	.gap-md-0 {
		gap: 0
	}
	.gap-md-1 {
		gap: .25rem
	}
	.gap-md-2 {
		gap: .5rem
	}
	.gap-md-3 {
		gap: 1rem
	}
	.gap-md-4 {
		gap: 1.5rem
	}
	.gap-md-5 {
		gap: 2rem
	}
	.gap-md-6 {
		gap: 2.5rem
	}
	.gap-md-7 {
		gap: 3rem
	}
	.gap-md-8 {
		gap: 3.5rem
	}
	.gap-md-9 {
		gap: 4rem
	}
	.gap-md-10 {
		gap: 4.5rem
	}
	.gap-md-11 {
		gap: 5rem
	}
	.gap-md-12 {
		gap: 5.5rem
	}
	.gap-md-13 {
		gap: 6rem
	}
	.gap-md-14 {
		gap: 6.5rem
	}
	.gap-md-15 {
		gap: 7rem
	}
	.gap-md-16 {
		gap: 8rem
	}
	.gap-md-17 {
		gap: 9rem
	}
	.gap-md-18 {
		gap: 10rem
	}
	.gap-md-19 {
		gap: 11rem
	}
	.gap-md-20 {
		gap: 12rem
	}
	.justify-content-md-start {
		justify-content: flex-start
	}
	.justify-content-md-end {
		justify-content: flex-end
	}
	.justify-content-md-center {
		justify-content: center
	}
	.justify-content-md-between {
		justify-content: space-between
	}
	.justify-content-md-around {
		justify-content: space-around
	}
	.justify-content-md-evenly {
		justify-content: space-evenly
	}
	.align-items-md-start {
		align-items: flex-start
	}
	.align-items-md-end {
		align-items: flex-end
	}
	.align-items-md-center {
		align-items: center
	}
	.align-items-md-baseline {
		align-items: baseline
	}
	.align-items-md-stretch {
		align-items: stretch
	}
	.align-content-md-start {
		align-content: flex-start
	}
	.align-content-md-end {
		align-content: flex-end
	}
	.align-content-md-center {
		align-content: center
	}
	.align-content-md-between {
		align-content: space-between
	}
	.align-content-md-around {
		align-content: space-around
	}
	.align-content-md-stretch {
		align-content: stretch
	}
	.align-self-md-auto {
		align-self: auto
	}
	.align-self-md-start {
		align-self: flex-start
	}
	.align-self-md-end {
		align-self: flex-end
	}
	.align-self-md-center {
		align-self: center
	}
	.align-self-md-baseline {
		align-self: baseline
	}
	.align-self-md-stretch {
		align-self: stretch
	}
	.order-md-first {
		order: -1
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-last {
		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: 2rem
	}
	.m-md-6 {
		margin: 2.5rem
	}
	.m-md-7 {
		margin: 3rem
	}
	.m-md-8 {
		margin: 3.5rem
	}
	.m-md-9 {
		margin: 4rem
	}
	.m-md-10 {
		margin: 4.5rem
	}
	.m-md-11 {
		margin: 5rem
	}
	.m-md-12 {
		margin: 5.5rem
	}
	.m-md-13 {
		margin: 6rem
	}
	.m-md-14 {
		margin: 6.5rem
	}
	.m-md-15 {
		margin: 7rem
	}
	.m-md-16 {
		margin: 8rem
	}
	.m-md-17 {
		margin: 9rem
	}
	.m-md-18 {
		margin: 10rem
	}
	.m-md-19 {
		margin: 11rem
	}
	.m-md-20 {
		margin: 12rem
	}
	.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: 2rem;
		margin-left: 2rem
	}
	.mx-md-6 {
		margin-right: 2.5rem;
		margin-left: 2.5rem
	}
	.mx-md-7 {
		margin-right: 3rem;
		margin-left: 3rem
	}
	.mx-md-8 {
		margin-right: 3.5rem;
		margin-left: 3.5rem
	}
	.mx-md-9 {
		margin-right: 4rem;
		margin-left: 4rem
	}
	.mx-md-10 {
		margin-right: 4.5rem;
		margin-left: 4.5rem
	}
	.mx-md-11 {
		margin-right: 5rem;
		margin-left: 5rem
	}
	.mx-md-12 {
		margin-right: 5.5rem;
		margin-left: 5.5rem
	}
	.mx-md-13 {
		margin-right: 6rem;
		margin-left: 6rem
	}
	.mx-md-14 {
		margin-right: 6.5rem;
		margin-left: 6.5rem
	}
	.mx-md-15 {
		margin-right: 7rem;
		margin-left: 7rem
	}
	.mx-md-16 {
		margin-right: 8rem;
		margin-left: 8rem
	}
	.mx-md-17 {
		margin-right: 9rem;
		margin-left: 9rem
	}
	.mx-md-18 {
		margin-right: 10rem;
		margin-left: 10rem
	}
	.mx-md-19 {
		margin-right: 11rem;
		margin-left: 11rem
	}
	.mx-md-20 {
		margin-right: 12rem;
		margin-left: 12rem
	}
	.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: 2rem;
		margin-bottom: 2rem
	}
	.my-md-6 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}
	.my-md-7 {
		margin-top: 3rem;
		margin-bottom: 3rem
	}
	.my-md-8 {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem
	}
	.my-md-9 {
		margin-top: 4rem;
		margin-bottom: 4rem
	}
	.my-md-10 {
		margin-top: 4.5rem;
		margin-bottom: 4.5rem
	}
	.my-md-11 {
		margin-top: 5rem;
		margin-bottom: 5rem
	}
	.my-md-12 {
		margin-top: 5.5rem;
		margin-bottom: 5.5rem
	}
	.my-md-13 {
		margin-top: 6rem;
		margin-bottom: 6rem
	}
	.my-md-14 {
		margin-top: 6.5rem;
		margin-bottom: 6.5rem
	}
	.my-md-15 {
		margin-top: 7rem;
		margin-bottom: 7rem
	}
	.my-md-16 {
		margin-top: 8rem;
		margin-bottom: 8rem
	}
	.my-md-17 {
		margin-top: 9rem;
		margin-bottom: 9rem
	}
	.my-md-18 {
		margin-top: 10rem;
		margin-bottom: 10rem
	}
	.my-md-19 {
		margin-top: 11rem;
		margin-bottom: 11rem
	}
	.my-md-20 {
		margin-top: 12rem;
		margin-bottom: 12rem
	}
	.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: 2rem
	}
	.mt-md-6 {
		margin-top: 2.5rem
	}
	.mt-md-7 {
		margin-top: 3rem
	}
	.mt-md-8 {
		margin-top: 3.5rem
	}
	.mt-md-9 {
		margin-top: 4rem
	}
	.mt-md-10 {
		margin-top: 4.5rem
	}
	.mt-md-11 {
		margin-top: 5rem
	}
	.mt-md-12 {
		margin-top: 5.5rem
	}
	.mt-md-13 {
		margin-top: 6rem
	}
	.mt-md-14 {
		margin-top: 6.5rem
	}
	.mt-md-15 {
		margin-top: 7rem
	}
	.mt-md-16 {
		margin-top: 8rem
	}
	.mt-md-17 {
		margin-top: 9rem
	}
	.mt-md-18 {
		margin-top: 10rem
	}
	.mt-md-19 {
		margin-top: 11rem
	}
	.mt-md-20 {
		margin-top: 12rem
	}
	.mt-md-auto {
		margin-top: auto
	}
	.me-md-0 {
		margin-right: 0
	}
	.me-md-1 {
		margin-right: .25rem
	}
	.me-md-2 {
		margin-right: .5rem
	}
	.me-md-3 {
		margin-right: 1rem
	}
	.me-md-4 {
		margin-right: 1.5rem
	}
	.me-md-5 {
		margin-right: 2rem
	}
	.me-md-6 {
		margin-right: 2.5rem
	}
	.me-md-7 {
		margin-right: 3rem
	}
	.me-md-8 {
		margin-right: 3.5rem
	}
	.me-md-9 {
		margin-right: 4rem
	}
	.me-md-10 {
		margin-right: 4.5rem
	}
	.me-md-11 {
		margin-right: 5rem
	}
	.me-md-12 {
		margin-right: 5.5rem
	}
	.me-md-13 {
		margin-right: 6rem
	}
	.me-md-14 {
		margin-right: 6.5rem
	}
	.me-md-15 {
		margin-right: 7rem
	}
	.me-md-16 {
		margin-right: 8rem
	}
	.me-md-17 {
		margin-right: 9rem
	}
	.me-md-18 {
		margin-right: 10rem
	}
	.me-md-19 {
		margin-right: 11rem
	}
	.me-md-20 {
		margin-right: 12rem
	}
	.me-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: 2rem
	}
	.mb-md-6 {
		margin-bottom: 2.5rem
	}
	.mb-md-7 {
		margin-bottom: 3rem
	}
	.mb-md-8 {
		margin-bottom: 3.5rem
	}
	.mb-md-9 {
		margin-bottom: 4rem
	}
	.mb-md-10 {
		margin-bottom: 4.5rem
	}
	.mb-md-11 {
		margin-bottom: 5rem
	}
	.mb-md-12 {
		margin-bottom: 5.5rem
	}
	.mb-md-13 {
		margin-bottom: 6rem
	}
	.mb-md-14 {
		margin-bottom: 6.5rem
	}
	.mb-md-15 {
		margin-bottom: 7rem
	}
	.mb-md-16 {
		margin-bottom: 8rem
	}
	.mb-md-17 {
		margin-bottom: 9rem
	}
	.mb-md-18 {
		margin-bottom: 10rem
	}
	.mb-md-19 {
		margin-bottom: 11rem
	}
	.mb-md-20 {
		margin-bottom: 12rem
	}
	.mb-md-auto {
		margin-bottom: auto
	}
	.ms-md-0 {
		margin-left: 0
	}
	.ms-md-1 {
		margin-left: .25rem
	}
	.ms-md-2 {
		margin-left: .5rem
	}
	.ms-md-3 {
		margin-left: 1rem
	}
	.ms-md-4 {
		margin-left: 1.5rem
	}
	.ms-md-5 {
		margin-left: 2rem
	}
	.ms-md-6 {
		margin-left: 2.5rem
	}
	.ms-md-7 {
		margin-left: 3rem
	}
	.ms-md-8 {
		margin-left: 3.5rem
	}
	.ms-md-9 {
		margin-left: 4rem
	}
	.ms-md-10 {
		margin-left: 4.5rem
	}
	.ms-md-11 {
		margin-left: 5rem
	}
	.ms-md-12 {
		margin-left: 5.5rem
	}
	.ms-md-13 {
		margin-left: 6rem
	}
	.ms-md-14 {
		margin-left: 6.5rem
	}
	.ms-md-15 {
		margin-left: 7rem
	}
	.ms-md-16 {
		margin-left: 8rem
	}
	.ms-md-17 {
		margin-left: 9rem
	}
	.ms-md-18 {
		margin-left: 10rem
	}
	.ms-md-19 {
		margin-left: 11rem
	}
	.ms-md-20 {
		margin-left: 12rem
	}
	.ms-md-auto {
		margin-left: auto
	}
	.m-md-n1 {
		margin: -.25rem
	}
	.m-md-n2 {
		margin: -.5rem
	}
	.m-md-n3 {
		margin: -1rem
	}
	.m-md-n4 {
		margin: -1.5rem
	}
	.m-md-n5 {
		margin: -2rem
	}
	.m-md-n6 {
		margin: -2.5rem
	}
	.m-md-n7 {
		margin: -3rem
	}
	.m-md-n8 {
		margin: -3.5rem
	}
	.m-md-n9 {
		margin: -4rem
	}
	.m-md-n10 {
		margin: -4.5rem
	}
	.m-md-n11 {
		margin: -5rem
	}
	.m-md-n12 {
		margin: -5.5rem
	}
	.m-md-n13 {
		margin: -6rem
	}
	.m-md-n14 {
		margin: -6.5rem
	}
	.m-md-n15 {
		margin: -7rem
	}
	.m-md-n16 {
		margin: -8rem
	}
	.m-md-n17 {
		margin: -9rem
	}
	.m-md-n18 {
		margin: -10rem
	}
	.m-md-n19 {
		margin: -11rem
	}
	.m-md-n20 {
		margin: -12rem
	}
	.mx-md-n1 {
		margin-right: -.25rem;
		margin-left: -.25rem
	}
	.mx-md-n2 {
		margin-right: -.5rem;
		margin-left: -.5rem
	}
	.mx-md-n3 {
		margin-right: -1rem;
		margin-left: -1rem
	}
	.mx-md-n4 {
		margin-right: -1.5rem;
		margin-left: -1.5rem
	}
	.mx-md-n5 {
		margin-right: -2rem;
		margin-left: -2rem
	}
	.mx-md-n6 {
		margin-right: -2.5rem;
		margin-left: -2.5rem
	}
	.mx-md-n7 {
		margin-right: -3rem;
		margin-left: -3rem
	}
	.mx-md-n8 {
		margin-right: -3.5rem;
		margin-left: -3.5rem
	}
	.mx-md-n9 {
		margin-right: -4rem;
		margin-left: -4rem
	}
	.mx-md-n10 {
		margin-right: -4.5rem;
		margin-left: -4.5rem
	}
	.mx-md-n11 {
		margin-right: -5rem;
		margin-left: -5rem
	}
	.mx-md-n12 {
		margin-right: -5.5rem;
		margin-left: -5.5rem
	}
	.mx-md-n13 {
		margin-right: -6rem;
		margin-left: -6rem
	}
	.mx-md-n14 {
		margin-right: -6.5rem;
		margin-left: -6.5rem
	}
	.mx-md-n15 {
		margin-right: -7rem;
		margin-left: -7rem
	}
	.mx-md-n16 {
		margin-right: -8rem;
		margin-left: -8rem
	}
	.mx-md-n17 {
		margin-right: -9rem;
		margin-left: -9rem
	}
	.mx-md-n18 {
		margin-right: -10rem;
		margin-left: -10rem
	}
	.mx-md-n19 {
		margin-right: -11rem;
		margin-left: -11rem
	}
	.mx-md-n20 {
		margin-right: -12rem;
		margin-left: -12rem
	}
	.my-md-n1 {
		margin-top: -.25rem;
		margin-bottom: -.25rem
	}
	.my-md-n2 {
		margin-top: -.5rem;
		margin-bottom: -.5rem
	}
	.my-md-n3 {
		margin-top: -1rem;
		margin-bottom: -1rem
	}
	.my-md-n4 {
		margin-top: -1.5rem;
		margin-bottom: -1.5rem
	}
	.my-md-n5 {
		margin-top: -2rem;
		margin-bottom: -2rem
	}
	.my-md-n6 {
		margin-top: -2.5rem;
		margin-bottom: -2.5rem
	}
	.my-md-n7 {
		margin-top: -3rem;
		margin-bottom: -3rem
	}
	.my-md-n8 {
		margin-top: -3.5rem;
		margin-bottom: -3.5rem
	}
	.my-md-n9 {
		margin-top: -4rem;
		margin-bottom: -4rem
	}
	.my-md-n10 {
		margin-top: -4.5rem;
		margin-bottom: -4.5rem
	}
	.my-md-n11 {
		margin-top: -5rem;
		margin-bottom: -5rem
	}
	.my-md-n12 {
		margin-top: -5.5rem;
		margin-bottom: -5.5rem
	}
	.my-md-n13 {
		margin-top: -6rem;
		margin-bottom: -6rem
	}
	.my-md-n14 {
		margin-top: -6.5rem;
		margin-bottom: -6.5rem
	}
	.my-md-n15 {
		margin-top: -7rem;
		margin-bottom: -7rem
	}
	.my-md-n16 {
		margin-top: -8rem;
		margin-bottom: -8rem
	}
	.my-md-n17 {
		margin-top: -9rem;
		margin-bottom: -9rem
	}
	.my-md-n18 {
		margin-top: -10rem;
		margin-bottom: -10rem
	}
	.my-md-n19 {
		margin-top: -11rem;
		margin-bottom: -11rem
	}
	.my-md-n20 {
		margin-top: -12rem;
		margin-bottom: -12rem
	}
	.mt-md-n1 {
		margin-top: -.25rem
	}
	.mt-md-n2 {
		margin-top: -.5rem
	}
	.mt-md-n3 {
		margin-top: -1rem
	}
	.mt-md-n4 {
		margin-top: -1.5rem
	}
	.mt-md-n5 {
		margin-top: -2rem
	}
	.mt-md-n6 {
		margin-top: -2.5rem
	}
	.mt-md-n7 {
		margin-top: -3rem
	}
	.mt-md-n8 {
		margin-top: -3.5rem
	}
	.mt-md-n9 {
		margin-top: -4rem
	}
	.mt-md-n10 {
		margin-top: -4.5rem
	}
	.mt-md-n11 {
		margin-top: -5rem
	}
	.mt-md-n12 {
		margin-top: -5.5rem
	}
	.mt-md-n13 {
		margin-top: -6rem
	}
	.mt-md-n14 {
		margin-top: -6.5rem
	}
	.mt-md-n15 {
		margin-top: -7rem
	}
	.mt-md-n16 {
		margin-top: -8rem
	}
	.mt-md-n17 {
		margin-top: -9rem
	}
	.mt-md-n18 {
		margin-top: -10rem
	}
	.mt-md-n19 {
		margin-top: -11rem
	}
	.mt-md-n20 {
		margin-top: -12rem
	}
	.me-md-n1 {
		margin-right: -.25rem
	}
	.me-md-n2 {
		margin-right: -.5rem
	}
	.me-md-n3 {
		margin-right: -1rem
	}
	.me-md-n4 {
		margin-right: -1.5rem
	}
	.me-md-n5 {
		margin-right: -2rem
	}
	.me-md-n6 {
		margin-right: -2.5rem
	}
	.me-md-n7 {
		margin-right: -3rem
	}
	.me-md-n8 {
		margin-right: -3.5rem
	}
	.me-md-n9 {
		margin-right: -4rem
	}
	.me-md-n10 {
		margin-right: -4.5rem
	}
	.me-md-n11 {
		margin-right: -5rem
	}
	.me-md-n12 {
		margin-right: -5.5rem
	}
	.me-md-n13 {
		margin-right: -6rem
	}
	.me-md-n14 {
		margin-right: -6.5rem
	}
	.me-md-n15 {
		margin-right: -7rem
	}
	.me-md-n16 {
		margin-right: -8rem
	}
	.me-md-n17 {
		margin-right: -9rem
	}
	.me-md-n18 {
		margin-right: -10rem
	}
	.me-md-n19 {
		margin-right: -11rem
	}
	.me-md-n20 {
		margin-right: -12rem
	}
	.mb-md-n1 {
		margin-bottom: -.25rem
	}
	.mb-md-n2 {
		margin-bottom: -.5rem
	}
	.mb-md-n3 {
		margin-bottom: -1rem
	}
	.mb-md-n4 {
		margin-bottom: -1.5rem
	}
	.mb-md-n5 {
		margin-bottom: -2rem
	}
	.mb-md-n6 {
		margin-bottom: -2.5rem
	}
	.mb-md-n7 {
		margin-bottom: -3rem
	}
	.mb-md-n8 {
		margin-bottom: -3.5rem
	}
	.mb-md-n9 {
		margin-bottom: -4rem
	}
	.mb-md-n10 {
		margin-bottom: -4.5rem
	}
	.mb-md-n11 {
		margin-bottom: -5rem
	}
	.mb-md-n12 {
		margin-bottom: -5.5rem
	}
	.mb-md-n13 {
		margin-bottom: -6rem
	}
	.mb-md-n14 {
		margin-bottom: -6.5rem
	}
	.mb-md-n15 {
		margin-bottom: -7rem
	}
	.mb-md-n16 {
		margin-bottom: -8rem
	}
	.mb-md-n17 {
		margin-bottom: -9rem
	}
	.mb-md-n18 {
		margin-bottom: -10rem
	}
	.mb-md-n19 {
		margin-bottom: -11rem
	}
	.mb-md-n20 {
		margin-bottom: -12rem
	}
	.ms-md-n1 {
		margin-left: -.25rem
	}
	.ms-md-n2 {
		margin-left: -.5rem
	}
	.ms-md-n3 {
		margin-left: -1rem
	}
	.ms-md-n4 {
		margin-left: -1.5rem
	}
	.ms-md-n5 {
		margin-left: -2rem
	}
	.ms-md-n6 {
		margin-left: -2.5rem
	}
	.ms-md-n7 {
		margin-left: -3rem
	}
	.ms-md-n8 {
		margin-left: -3.5rem
	}
	.ms-md-n9 {
		margin-left: -4rem
	}
	.ms-md-n10 {
		margin-left: -4.5rem
	}
	.ms-md-n11 {
		margin-left: -5rem
	}
	.ms-md-n12 {
		margin-left: -5.5rem
	}
	.ms-md-n13 {
		margin-left: -6rem
	}
	.ms-md-n14 {
		margin-left: -6.5rem
	}
	.ms-md-n15 {
		margin-left: -7rem
	}
	.ms-md-n16 {
		margin-left: -8rem
	}
	.ms-md-n17 {
		margin-left: -9rem
	}
	.ms-md-n18 {
		margin-left: -10rem
	}
	.ms-md-n19 {
		margin-left: -11rem
	}
	.ms-md-n20 {
		margin-left: -12rem
	}
	.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: 2rem
	}
	.p-md-6 {
		padding: 2.5rem
	}
	.p-md-7 {
		padding: 3rem
	}
	.p-md-8 {
		padding: 3.5rem
	}
	.p-md-9 {
		padding: 4rem
	}
	.p-md-10 {
		padding: 4.5rem
	}
	.p-md-11 {
		padding: 5rem
	}
	.p-md-12 {
		padding: 5.5rem
	}
	.p-md-13 {
		padding: 6rem
	}
	.p-md-14 {
		padding: 6.5rem
	}
	.p-md-15 {
		padding: 7rem
	}
	.p-md-16 {
		padding: 8rem
	}
	.p-md-17 {
		padding: 9rem
	}
	.p-md-18 {
		padding: 10rem
	}
	.p-md-19 {
		padding: 11rem
	}
	.p-md-20 {
		padding: 12rem
	}
	.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: 2rem;
		padding-left: 2rem
	}
	.px-md-6 {
		padding-right: 2.5rem;
		padding-left: 2.5rem
	}
	.px-md-7 {
		padding-right: 3rem;
		padding-left: 3rem
	}
	.px-md-8 {
		padding-right: 3.5rem;
		padding-left: 3.5rem
	}
	.px-md-9 {
		padding-right: 4rem;
		padding-left: 4rem
	}
	.px-md-10 {
		padding-right: 4.5rem;
		padding-left: 4.5rem
	}
	.px-md-11 {
		padding-right: 5rem;
		padding-left: 5rem
	}
	.px-md-12 {
		padding-right: 5.5rem;
		padding-left: 5.5rem
	}
	.px-md-13 {
		padding-right: 6rem;
		padding-left: 6rem
	}
	.px-md-14 {
		padding-right: 6.5rem;
		padding-left: 6.5rem
	}
	.px-md-15 {
		padding-right: 7rem;
		padding-left: 7rem
	}
	.px-md-16 {
		padding-right: 8rem;
		padding-left: 8rem
	}
	.px-md-17 {
		padding-right: 9rem;
		padding-left: 9rem
	}
	.px-md-18 {
		padding-right: 10rem;
		padding-left: 10rem
	}
	.px-md-19 {
		padding-right: 11rem;
		padding-left: 11rem
	}
	.px-md-20 {
		padding-right: 12rem;
		padding-left: 12rem
	}
	.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: 2rem;
		padding-bottom: 2rem
	}
	.py-md-6 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}
	.py-md-7 {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
	.py-md-8 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem
	}
	.py-md-9 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}
	.py-md-10 {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem
	}
	.py-md-11 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
	.py-md-12 {
		padding-top: 5.5rem;
		padding-bottom: 5.5rem
	}
	.py-md-13 {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
	.py-md-14 {
		padding-top: 6.5rem;
		padding-bottom: 6.5rem
	}
	.py-md-15 {
		padding-top: 7rem;
		padding-bottom: 7rem
	}
	.py-md-16 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}
	.py-md-17 {
		padding-top: 9rem;
		padding-bottom: 9rem
	}
	.py-md-18 {
		padding-top: 10rem;
		padding-bottom: 10rem
	}
	.py-md-19 {
		padding-top: 11rem;
		padding-bottom: 11rem
	}
	.py-md-20 {
		padding-top: 12rem;
		padding-bottom: 12rem
	}
	.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: 2rem
	}
	.pt-md-6 {
		padding-top: 2.5rem
	}
	.pt-md-7 {
		padding-top: 3rem
	}
	.pt-md-8 {
		padding-top: 3.5rem
	}
	.pt-md-9 {
		padding-top: 4rem
	}
	.pt-md-10 {
		padding-top: 4.5rem
	}
	.pt-md-11 {
		padding-top: 5rem
	}
	.pt-md-12 {
		padding-top: 5.5rem
	}
	.pt-md-13 {
		padding-top: 6rem
	}
	.pt-md-14 {
		padding-top: 6.5rem
	}
	.pt-md-15 {
		padding-top: 7rem
	}
	.pt-md-16 {
		padding-top: 8rem
	}
	.pt-md-17 {
		padding-top: 9rem
	}
	.pt-md-18 {
		padding-top: 10rem
	}
	.pt-md-19 {
		padding-top: 11rem
	}
	.pt-md-20 {
		padding-top: 12rem
	}
	.pe-md-0 {
		padding-right: 0
	}
	.pe-md-1 {
		padding-right: .25rem
	}
	.pe-md-2 {
		padding-right: .5rem
	}
	.pe-md-3 {
		padding-right: 1rem
	}
	.pe-md-4 {
		padding-right: 1.5rem
	}
	.pe-md-5 {
		padding-right: 2rem
	}
	.pe-md-6 {
		padding-right: 2.5rem
	}
	.pe-md-7 {
		padding-right: 3rem
	}
	.pe-md-8 {
		padding-right: 3.5rem
	}
	.pe-md-9 {
		padding-right: 4rem
	}
	.pe-md-10 {
		padding-right: 4.5rem
	}
	.pe-md-11 {
		padding-right: 5rem
	}
	.pe-md-12 {
		padding-right: 5.5rem
	}
	.pe-md-13 {
		padding-right: 6rem
	}
	.pe-md-14 {
		padding-right: 6.5rem
	}
	.pe-md-15 {
		padding-right: 7rem
	}
	.pe-md-16 {
		padding-right: 8rem
	}
	.pe-md-17 {
		padding-right: 9rem
	}
	.pe-md-18 {
		padding-right: 10rem
	}
	.pe-md-19 {
		padding-right: 11rem
	}
	.pe-md-20 {
		padding-right: 12rem
	}
	.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: 2rem
	}
	.pb-md-6 {
		padding-bottom: 2.5rem
	}
	.pb-md-7 {
		padding-bottom: 3rem
	}
	.pb-md-8 {
		padding-bottom: 3.5rem
	}
	.pb-md-9 {
		padding-bottom: 4rem
	}
	.pb-md-10 {
		padding-bottom: 4.5rem
	}
	.pb-md-11 {
		padding-bottom: 5rem
	}
	.pb-md-12 {
		padding-bottom: 5.5rem
	}
	.pb-md-13 {
		padding-bottom: 6rem
	}
	.pb-md-14 {
		padding-bottom: 6.5rem
	}
	.pb-md-15 {
		padding-bottom: 7rem
	}
	.pb-md-16 {
		padding-bottom: 8rem
	}
	.pb-md-17 {
		padding-bottom: 9rem
	}
	.pb-md-18 {
		padding-bottom: 10rem
	}
	.pb-md-19 {
		padding-bottom: 11rem
	}
	.pb-md-20 {
		padding-bottom: 12rem
	}
	.ps-md-0 {
		padding-left: 0
	}
	.ps-md-1 {
		padding-left: .25rem
	}
	.ps-md-2 {
		padding-left: .5rem
	}
	.ps-md-3 {
		padding-left: 1rem
	}
	.ps-md-4 {
		padding-left: 1.5rem
	}
	.ps-md-5 {
		padding-left: 2rem
	}
	.ps-md-6 {
		padding-left: 2.5rem
	}
	.ps-md-7 {
		padding-left: 3rem
	}
	.ps-md-8 {
		padding-left: 3.5rem
	}
	.ps-md-9 {
		padding-left: 4rem
	}
	.ps-md-10 {
		padding-left: 4.5rem
	}
	.ps-md-11 {
		padding-left: 5rem
	}
	.ps-md-12 {
		padding-left: 5.5rem
	}
	.ps-md-13 {
		padding-left: 6rem
	}
	.ps-md-14 {
		padding-left: 6.5rem
	}
	.ps-md-15 {
		padding-left: 7rem
	}
	.ps-md-16 {
		padding-left: 8rem
	}
	.ps-md-17 {
		padding-left: 9rem
	}
	.ps-md-18 {
		padding-left: 10rem
	}
	.ps-md-19 {
		padding-left: 11rem
	}
	.ps-md-20 {
		padding-left: 12rem
	}
	.text-md-start {
		text-align: left
	}
	.text-md-end {
		text-align: right
	}
	.text-md-center {
		text-align: center
	}
	.rounded-md-0 {
		border-radius: 0
	}
	.rounded-md {
		border-radius: .375rem
	}
	.rounded-md-1 {
		border-radius: .25rem
	}
	.rounded-md-2 {
		border-radius: .375rem
	}
	.rounded-md-3 {
		border-radius: .575rem
	}
	.rounded-md-4 {
		border-radius: 1.5em
	}
	.rounded-md-pill {
		border-radius: 50rem
	}
	.rounded-md-block {
		border-radius: 3rem
	}
	.rounded-md-blob {
		border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
	}
	.rounded-md-circle {
		border-radius: 50%
	}
	.rounded-top-md-0 {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}
	.rounded-top-md {
		border-top-left-radius: .375rem;
		border-top-right-radius: .375rem
	}
	.rounded-top-md-1 {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	.rounded-top-md-2 {
		border-top-left-radius: .375rem;
		border-top-right-radius: .375rem
	}
	.rounded-top-md-3 {
		border-top-left-radius: .575rem;
		border-top-right-radius: .575rem
	}
	.rounded-top-md-4 {
		border-top-left-radius: 1.5em;
		border-top-right-radius: 1.5em
	}
	.rounded-top-md-pill {
		border-top-left-radius: 50rem;
		border-top-right-radius: 50rem
	}
	.rounded-top-md-block {
		border-top-left-radius: 3rem;
		border-top-right-radius: 3rem
	}
	.rounded-top-md-circle {
		border-top-left-radius: 50%;
		border-top-right-radius: 50%
	}
	.rounded-end-md-0 {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.rounded-end-md {
		border-top-right-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-end-md-1 {
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem
	}
	.rounded-end-md-2 {
		border-top-right-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-end-md-3 {
		border-top-right-radius: .575rem;
		border-bottom-right-radius: .575rem
	}
	.rounded-end-md-4 {
		border-top-right-radius: 1.5em;
		border-bottom-right-radius: 1.5em
	}
	.rounded-end-md-pill {
		border-top-right-radius: 50rem;
		border-bottom-right-radius: 50rem
	}
	.rounded-end-md-block {
		border-top-right-radius: 3rem;
		border-bottom-right-radius: 3rem
	}
	.rounded-end-md-circle {
		border-top-right-radius: 50%;
		border-bottom-right-radius: 50%
	}
	.rounded-bottom-md-0 {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}
	.rounded-bottom-md {
		border-bottom-left-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-bottom-md-1 {
		border-bottom-left-radius: .25rem;
		border-bottom-right-radius: .25rem
	}
	.rounded-bottom-md-2 {
		border-bottom-left-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-bottom-md-3 {
		border-bottom-left-radius: .575rem;
		border-bottom-right-radius: .575rem
	}
	.rounded-bottom-md-4 {
		border-bottom-left-radius: 1.5em;
		border-bottom-right-radius: 1.5em
	}
	.rounded-bottom-md-pill {
		border-bottom-left-radius: 50rem;
		border-bottom-right-radius: 50rem
	}
	.rounded-bottom-md-block {
		border-bottom-left-radius: 3rem;
		border-bottom-right-radius: 3rem
	}
	.rounded-bottom-md-circle {
		border-bottom-left-radius: 50%;
		border-bottom-right-radius: 50%
	}
	.rounded-start-md-0 {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.rounded-start-md {
		border-top-left-radius: .375rem;
		border-bottom-left-radius: .375rem
	}
	.rounded-start-md-1 {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	.rounded-start-md-2 {
		border-top-left-radius: .375rem;
		border-bottom-left-radius: .375rem
	}
	.rounded-start-md-3 {
		border-top-left-radius: .575rem;
		border-bottom-left-radius: .575rem
	}
	.rounded-start-md-4 {
		border-top-left-radius: 1.5em;
		border-bottom-left-radius: 1.5em
	}
	.rounded-start-md-pill {
		border-top-left-radius: 50rem;
		border-bottom-left-radius: 50rem
	}
	.rounded-start-md-block {
		border-top-left-radius: 3rem;
		border-bottom-left-radius: 3rem
	}
	.rounded-start-md-circle {
		border-top-left-radius: 50%;
		border-bottom-left-radius: 50%
	}
}

@media (min-width:992px) {
	.float-lg-start {
		float: left
	}
	.float-lg-end {
		float: right
	}
	.float-lg-none {
		float: none
	}
	.d-lg-inline {
		display: inline
	}
	.d-lg-inline-block {
		display: inline-block
	}
	.d-lg-block {
		display: block
	}
	.d-lg-grid {
		display: grid
	}
	.d-lg-table {
		display: table
	}
	.d-lg-table-row {
		display: table-row
	}
	.d-lg-table-cell {
		display: table-cell
	}
	.d-lg-flex {
		display: flex
	}
	.d-lg-inline-flex {
		display: inline-flex
	}
	.d-lg-none {
		display: none
	}
	.position-lg-static {
		position: static
	}
	.position-lg-relative {
		position: relative
	}
	.position-lg-absolute {
		position: absolute
	}
	.position-lg-fixed {
		position: fixed
	}
	.position-lg-sticky {
		position: -webkit-sticky;
		position: sticky
	}
	.border-lg {
		border: 1px solid #e7e7ef
	}
	.border-lg-0 {
		border: 0
	}
	.border-top-lg {
		border-top: 1px solid #e7e7ef
	}
	.border-top-lg-0 {
		border-top: 0
	}
	.border-end-lg {
		border-right: 1px solid #e7e7ef
	}
	.border-end-lg-0 {
		border-right: 0
	}
	.border-start-lg {
		border-left: 1px solid #e7e7ef
	}
	.border-start-lg-0 {
		border-left: 0
	}
	.w-lg-0 {
		width: 0
	}
	.w-lg-10 {
		width: 10%
	}
	.w-lg-20 {
		width: 20%
	}
	.w-lg-25 {
		width: 25%
	}
	.w-lg-30 {
		width: 30%
	}
	.w-lg-40 {
		width: 40%
	}
	.w-lg-50 {
		width: 50%
	}
	.w-lg-60 {
		width: 60%
	}
	.w-lg-70 {
		width: 70%
	}
	.w-lg-75 {
		width: 75%
	}
	.w-lg-80 {
		width: 80%
	}
	.w-lg-90 {
		width: 90%
	}
	.w-lg-100 {
		width: 100%
	}
	.w-lg-auto {
		width: auto
	}
	.h-lg-0 {
		height: 0
	}
	.h-lg-10 {
		height: 10%
	}
	.h-lg-20 {
		height: 20%
	}
	.h-lg-25 {
		height: 25%
	}
	.h-lg-30 {
		height: 30%
	}
	.h-lg-40 {
		height: 40%
	}
	.h-lg-50 {
		height: 50%
	}
	.h-lg-60 {
		height: 60%
	}
	.h-lg-70 {
		height: 70%
	}
	.h-lg-75 {
		height: 75%
	}
	.h-lg-80 {
		height: 80%
	}
	.h-lg-90 {
		height: 90%
	}
	.h-lg-100 {
		height: 100%
	}
	.h-lg-auto {
		height: auto
	}
	.flex-lg-fill {
		flex: 1 1 auto
	}
	.flex-lg-row {
		flex-direction: row
	}
	.flex-lg-column {
		flex-direction: column
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse
	}
	.flex-lg-grow-0 {
		flex-grow: 0
	}
	.flex-lg-grow-1 {
		flex-grow: 1
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1
	}
	.flex-lg-wrap {
		flex-wrap: wrap
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse
	}
	.gap-lg-0 {
		gap: 0
	}
	.gap-lg-1 {
		gap: .25rem
	}
	.gap-lg-2 {
		gap: .5rem
	}
	.gap-lg-3 {
		gap: 1rem
	}
	.gap-lg-4 {
		gap: 1.5rem
	}
	.gap-lg-5 {
		gap: 2rem
	}
	.gap-lg-6 {
		gap: 2.5rem
	}
	.gap-lg-7 {
		gap: 3rem
	}
	.gap-lg-8 {
		gap: 3.5rem
	}
	.gap-lg-9 {
		gap: 4rem
	}
	.gap-lg-10 {
		gap: 4.5rem
	}
	.gap-lg-11 {
		gap: 5rem
	}
	.gap-lg-12 {
		gap: 5.5rem
	}
	.gap-lg-13 {
		gap: 6rem
	}
	.gap-lg-14 {
		gap: 6.5rem
	}
	.gap-lg-15 {
		gap: 7rem
	}
	.gap-lg-16 {
		gap: 8rem
	}
	.gap-lg-17 {
		gap: 9rem
	}
	.gap-lg-18 {
		gap: 10rem
	}
	.gap-lg-19 {
		gap: 11rem
	}
	.gap-lg-20 {
		gap: 12rem
	}
	.justify-content-lg-start {
		justify-content: flex-start
	}
	.justify-content-lg-end {
		justify-content: flex-end
	}
	.justify-content-lg-center {
		justify-content: center
	}
	.justify-content-lg-between {
		justify-content: space-between
	}
	.justify-content-lg-around {
		justify-content: space-around
	}
	.justify-content-lg-evenly {
		justify-content: space-evenly
	}
	.align-items-lg-start {
		align-items: flex-start
	}
	.align-items-lg-end {
		align-items: flex-end
	}
	.align-items-lg-center {
		align-items: center
	}
	.align-items-lg-baseline {
		align-items: baseline
	}
	.align-items-lg-stretch {
		align-items: stretch
	}
	.align-content-lg-start {
		align-content: flex-start
	}
	.align-content-lg-end {
		align-content: flex-end
	}
	.align-content-lg-center {
		align-content: center
	}
	.align-content-lg-between {
		align-content: space-between
	}
	.align-content-lg-around {
		align-content: space-around
	}
	.align-content-lg-stretch {
		align-content: stretch
	}
	.align-self-lg-auto {
		align-self: auto
	}
	.align-self-lg-start {
		align-self: flex-start
	}
	.align-self-lg-end {
		align-self: flex-end
	}
	.align-self-lg-center {
		align-self: center
	}
	.align-self-lg-baseline {
		align-self: baseline
	}
	.align-self-lg-stretch {
		align-self: stretch
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-last {
		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: 2rem
	}
	.m-lg-6 {
		margin: 2.5rem
	}
	.m-lg-7 {
		margin: 3rem
	}
	.m-lg-8 {
		margin: 3.5rem
	}
	.m-lg-9 {
		margin: 4rem
	}
	.m-lg-10 {
		margin: 4.5rem
	}
	.m-lg-11 {
		margin: 5rem
	}
	.m-lg-12 {
		margin: 5.5rem
	}
	.m-lg-13 {
		margin: 6rem
	}
	.m-lg-14 {
		margin: 6.5rem
	}
	.m-lg-15 {
		margin: 7rem
	}
	.m-lg-16 {
		margin: 8rem
	}
	.m-lg-17 {
		margin: 9rem
	}
	.m-lg-18 {
		margin: 10rem
	}
	.m-lg-19 {
		margin: 11rem
	}
	.m-lg-20 {
		margin: 12rem
	}
	.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: 2rem;
		margin-left: 2rem
	}
	.mx-lg-6 {
		margin-right: 2.5rem;
		margin-left: 2.5rem
	}
	.mx-lg-7 {
		margin-right: 3rem;
		margin-left: 3rem
	}
	.mx-lg-8 {
		margin-right: 3.5rem;
		margin-left: 3.5rem
	}
	.mx-lg-9 {
		margin-right: 4rem;
		margin-left: 4rem
	}
	.mx-lg-10 {
		margin-right: 4.5rem;
		margin-left: 4.5rem
	}
	.mx-lg-11 {
		margin-right: 5rem;
		margin-left: 5rem
	}
	.mx-lg-12 {
		margin-right: 5.5rem;
		margin-left: 5.5rem
	}
	.mx-lg-13 {
		margin-right: 6rem;
		margin-left: 6rem
	}
	.mx-lg-14 {
		margin-right: 6.5rem;
		margin-left: 6.5rem
	}
	.mx-lg-15 {
		margin-right: 7rem;
		margin-left: 7rem
	}
	.mx-lg-16 {
		margin-right: 8rem;
		margin-left: 8rem
	}
	.mx-lg-17 {
		margin-right: 9rem;
		margin-left: 9rem
	}
	.mx-lg-18 {
		margin-right: 10rem;
		margin-left: 10rem
	}
	.mx-lg-19 {
		margin-right: 11rem;
		margin-left: 11rem
	}
	.mx-lg-20 {
		margin-right: 12rem;
		margin-left: 12rem
	}
	.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: 2rem;
		margin-bottom: 2rem
	}
	.my-lg-6 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}
	.my-lg-7 {
		margin-top: 3rem;
		margin-bottom: 3rem
	}
	.my-lg-8 {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem
	}
	.my-lg-9 {
		margin-top: 4rem;
		margin-bottom: 4rem
	}
	.my-lg-10 {
		margin-top: 4.5rem;
		margin-bottom: 4.5rem
	}
	.my-lg-11 {
		margin-top: 5rem;
		margin-bottom: 5rem
	}
	.my-lg-12 {
		margin-top: 5.5rem;
		margin-bottom: 5.5rem
	}
	.my-lg-13 {
		margin-top: 6rem;
		margin-bottom: 6rem
	}
	.my-lg-14 {
		margin-top: 6.5rem;
		margin-bottom: 6.5rem
	}
	.my-lg-15 {
		margin-top: 7rem;
		margin-bottom: 7rem
	}
	.my-lg-16 {
		margin-top: 8rem;
		margin-bottom: 8rem
	}
	.my-lg-17 {
		margin-top: 9rem;
		margin-bottom: 9rem
	}
	.my-lg-18 {
		margin-top: 10rem;
		margin-bottom: 10rem
	}
	.my-lg-19 {
		margin-top: 11rem;
		margin-bottom: 11rem
	}
	.my-lg-20 {
		margin-top: 12rem;
		margin-bottom: 12rem
	}
	.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: 2rem
	}
	.mt-lg-6 {
		margin-top: 2.5rem
	}
	.mt-lg-7 {
		margin-top: 3rem
	}
	.mt-lg-8 {
		margin-top: 3.5rem
	}
	.mt-lg-9 {
		margin-top: 4rem
	}
	.mt-lg-10 {
		margin-top: 4.5rem
	}
	.mt-lg-11 {
		margin-top: 5rem
	}
	.mt-lg-12 {
		margin-top: 5.5rem
	}
	.mt-lg-13 {
		margin-top: 6rem
	}
	.mt-lg-14 {
		margin-top: 6.5rem
	}
	.mt-lg-15 {
		margin-top: 7rem
	}
	.mt-lg-16 {
		margin-top: 8rem
	}
	.mt-lg-17 {
		margin-top: 9rem
	}
	.mt-lg-18 {
		margin-top: 10rem
	}
	.mt-lg-19 {
		margin-top: 11rem
	}
	.mt-lg-20 {
		margin-top: 12rem
	}
	.mt-lg-auto {
		margin-top: auto
	}
	.me-lg-0 {
		margin-right: 0
	}
	.me-lg-1 {
		margin-right: .25rem
	}
	.me-lg-2 {
		margin-right: .5rem
	}
	.me-lg-3 {
		margin-right: 1rem
	}
	.me-lg-4 {
		margin-right: 1.5rem
	}
	.me-lg-5 {
		margin-right: 2rem
	}
	.me-lg-6 {
		margin-right: 2.5rem
	}
	.me-lg-7 {
		margin-right: 3rem
	}
	.me-lg-8 {
		margin-right: 3.5rem
	}
	.me-lg-9 {
		margin-right: 4rem
	}
	.me-lg-10 {
		margin-right: 4.5rem
	}
	.me-lg-11 {
		margin-right: 5rem
	}
	.me-lg-12 {
		margin-right: 5.5rem
	}
	.me-lg-13 {
		margin-right: 6rem
	}
	.me-lg-14 {
		margin-right: 6.5rem
	}
	.me-lg-15 {
		margin-right: 7rem
	}
	.me-lg-16 {
		margin-right: 8rem
	}
	.me-lg-17 {
		margin-right: 9rem
	}
	.me-lg-18 {
		margin-right: 10rem
	}
	.me-lg-19 {
		margin-right: 11rem
	}
	.me-lg-20 {
		margin-right: 12rem
	}
	.me-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: 2rem
	}
	.mb-lg-6 {
		margin-bottom: 2.5rem
	}
	.mb-lg-7 {
		margin-bottom: 3rem
	}
	.mb-lg-8 {
		margin-bottom: 3.5rem
	}
	.mb-lg-9 {
		margin-bottom: 4rem
	}
	.mb-lg-10 {
		margin-bottom: 4.5rem
	}
	.mb-lg-11 {
		margin-bottom: 5rem
	}
	.mb-lg-12 {
		margin-bottom: 5.5rem
	}
	.mb-lg-13 {
		margin-bottom: 6rem
	}
	.mb-lg-14 {
		margin-bottom: 6.5rem
	}
	.mb-lg-15 {
		margin-bottom: 7rem
	}
	.mb-lg-16 {
		margin-bottom: 8rem
	}
	.mb-lg-17 {
		margin-bottom: 9rem
	}
	.mb-lg-18 {
		margin-bottom: 10rem
	}
	.mb-lg-19 {
		margin-bottom: 11rem
	}
	.mb-lg-20 {
		margin-bottom: 12rem
	}
	.mb-lg-auto {
		margin-bottom: auto
	}
	.ms-lg-0 {
		margin-left: 0
	}
	.ms-lg-1 {
		margin-left: .25rem
	}
	.ms-lg-2 {
		margin-left: .5rem
	}
	.ms-lg-3 {
		margin-left: 1rem
	}
	.ms-lg-4 {
		margin-left: 1.5rem
	}
	.ms-lg-5 {
		margin-left: 2rem
	}
	.ms-lg-6 {
		margin-left: 2.5rem
	}
	.ms-lg-7 {
		margin-left: 3rem
	}
	.ms-lg-8 {
		margin-left: 3.5rem
	}
	.ms-lg-9 {
		margin-left: 4rem
	}
	.ms-lg-10 {
		margin-left: 4.5rem
	}
	.ms-lg-11 {
		margin-left: 5rem
	}
	.ms-lg-12 {
		margin-left: 5.5rem
	}
	.ms-lg-13 {
		margin-left: 6rem
	}
	.ms-lg-14 {
		margin-left: 6.5rem
	}
	.ms-lg-15 {
		margin-left: 7rem
	}
	.ms-lg-16 {
		margin-left: 8rem
	}
	.ms-lg-17 {
		margin-left: 9rem
	}
	.ms-lg-18 {
		margin-left: 10rem
	}
	.ms-lg-19 {
		margin-left: 11rem
	}
	.ms-lg-20 {
		margin-left: 12rem
	}
	.ms-lg-auto {
		margin-left: auto
	}
	.m-lg-n1 {
		margin: -.25rem
	}
	.m-lg-n2 {
		margin: -.5rem
	}
	.m-lg-n3 {
		margin: -1rem
	}
	.m-lg-n4 {
		margin: -1.5rem
	}
	.m-lg-n5 {
		margin: -2rem
	}
	.m-lg-n6 {
		margin: -2.5rem
	}
	.m-lg-n7 {
		margin: -3rem
	}
	.m-lg-n8 {
		margin: -3.5rem
	}
	.m-lg-n9 {
		margin: -4rem
	}
	.m-lg-n10 {
		margin: -4.5rem
	}
	.m-lg-n11 {
		margin: -5rem
	}
	.m-lg-n12 {
		margin: -5.5rem
	}
	.m-lg-n13 {
		margin: -6rem
	}
	.m-lg-n14 {
		margin: -6.5rem
	}
	.m-lg-n15 {
		margin: -7rem
	}
	.m-lg-n16 {
		margin: -8rem
	}
	.m-lg-n17 {
		margin: -9rem
	}
	.m-lg-n18 {
		margin: -10rem
	}
	.m-lg-n19 {
		margin: -11rem
	}
	.m-lg-n20 {
		margin: -12rem
	}
	.mx-lg-n1 {
		margin-right: -.25rem;
		margin-left: -.25rem
	}
	.mx-lg-n2 {
		margin-right: -.5rem;
		margin-left: -.5rem
	}
	.mx-lg-n3 {
		margin-right: -1rem;
		margin-left: -1rem
	}
	.mx-lg-n4 {
		margin-right: -1.5rem;
		margin-left: -1.5rem
	}
	.mx-lg-n5 {
		margin-right: -2rem;
		margin-left: -2rem
	}
	.mx-lg-n6 {
		margin-right: -2.5rem;
		margin-left: -2.5rem
	}
	.mx-lg-n7 {
		margin-right: -3rem;
		margin-left: -3rem
	}
	.mx-lg-n8 {
		margin-right: -3.5rem;
		margin-left: -3.5rem
	}
	.mx-lg-n9 {
		margin-right: -4rem;
		margin-left: -4rem
	}
	.mx-lg-n10 {
		margin-right: -4.5rem;
		margin-left: -4.5rem
	}
	.mx-lg-n11 {
		margin-right: -5rem;
		margin-left: -5rem
	}
	.mx-lg-n12 {
		margin-right: -5.5rem;
		margin-left: -5.5rem
	}
	.mx-lg-n13 {
		margin-right: -6rem;
		margin-left: -6rem
	}
	.mx-lg-n14 {
		margin-right: -6.5rem;
		margin-left: -6.5rem
	}
	.mx-lg-n15 {
		margin-right: -7rem;
		margin-left: -7rem
	}
	.mx-lg-n16 {
		margin-right: -8rem;
		margin-left: -8rem
	}
	.mx-lg-n17 {
		margin-right: -9rem;
		margin-left: -9rem
	}
	.mx-lg-n18 {
		margin-right: -10rem;
		margin-left: -10rem
	}
	.mx-lg-n19 {
		margin-right: -11rem;
		margin-left: -11rem
	}
	.mx-lg-n20 {
		margin-right: -12rem;
		margin-left: -12rem
	}
	.my-lg-n1 {
		margin-top: -.25rem;
		margin-bottom: -.25rem
	}
	.my-lg-n2 {
		margin-top: -.5rem;
		margin-bottom: -.5rem
	}
	.my-lg-n3 {
		margin-top: -1rem;
		margin-bottom: -1rem
	}
	.my-lg-n4 {
		margin-top: -1.5rem;
		margin-bottom: -1.5rem
	}
	.my-lg-n5 {
		margin-top: -2rem;
		margin-bottom: -2rem
	}
	.my-lg-n6 {
		margin-top: -2.5rem;
		margin-bottom: -2.5rem
	}
	.my-lg-n7 {
		margin-top: -3rem;
		margin-bottom: -3rem
	}
	.my-lg-n8 {
		margin-top: -3.5rem;
		margin-bottom: -3.5rem
	}
	.my-lg-n9 {
		margin-top: -4rem;
		margin-bottom: -4rem
	}
	.my-lg-n10 {
		margin-top: -4.5rem;
		margin-bottom: -4.5rem
	}
	.my-lg-n11 {
		margin-top: -5rem;
		margin-bottom: -5rem
	}
	.my-lg-n12 {
		margin-top: -5.5rem;
		margin-bottom: -5.5rem
	}
	.my-lg-n13 {
		margin-top: -6rem;
		margin-bottom: -6rem
	}
	.my-lg-n14 {
		margin-top: -6.5rem;
		margin-bottom: -6.5rem
	}
	.my-lg-n15 {
		margin-top: -7rem;
		margin-bottom: -7rem
	}
	.my-lg-n16 {
		margin-top: -8rem;
		margin-bottom: -8rem
	}
	.my-lg-n17 {
		margin-top: -9rem;
		margin-bottom: -9rem
	}
	.my-lg-n18 {
		margin-top: -10rem;
		margin-bottom: -10rem
	}
	.my-lg-n19 {
		margin-top: -11rem;
		margin-bottom: -11rem
	}
	.my-lg-n20 {
		margin-top: -12rem;
		margin-bottom: -12rem
	}
	.mt-lg-n1 {
		margin-top: -.25rem
	}
	.mt-lg-n2 {
		margin-top: -.5rem
	}
	.mt-lg-n3 {
		margin-top: -1rem
	}
	.mt-lg-n4 {
		margin-top: -1.5rem
	}
	.mt-lg-n5 {
		margin-top: -2rem
	}
	.mt-lg-n6 {
		margin-top: -2.5rem
	}
	.mt-lg-n7 {
		margin-top: -3rem
	}
	.mt-lg-n8 {
		margin-top: -3.5rem
	}
	.mt-lg-n9 {
		margin-top: -4rem
	}
	.mt-lg-n10 {
		margin-top: -4.5rem
	}
	.mt-lg-n11 {
		margin-top: -5rem
	}
	.mt-lg-n12 {
		margin-top: -5.5rem
	}
	.mt-lg-n13 {
		margin-top: -6rem
	}
	.mt-lg-n14 {
		margin-top: -6.5rem
	}
	.mt-lg-n15 {
		margin-top: -7rem
	}
	.mt-lg-n16 {
		margin-top: -8rem
	}
	.mt-lg-n17 {
		margin-top: -9rem
	}
	.mt-lg-n18 {
		margin-top: -10rem
	}
	.mt-lg-n19 {
		margin-top: -11rem
	}
	.mt-lg-n20 {
		margin-top: -12rem
	}
	.me-lg-n1 {
		margin-right: -.25rem
	}
	.me-lg-n2 {
		margin-right: -.5rem
	}
	.me-lg-n3 {
		margin-right: -1rem
	}
	.me-lg-n4 {
		margin-right: -1.5rem
	}
	.me-lg-n5 {
		margin-right: -2rem
	}
	.me-lg-n6 {
		margin-right: -2.5rem
	}
	.me-lg-n7 {
		margin-right: -3rem
	}
	.me-lg-n8 {
		margin-right: -3.5rem
	}
	.me-lg-n9 {
		margin-right: -4rem
	}
	.me-lg-n10 {
		margin-right: -4.5rem
	}
	.me-lg-n11 {
		margin-right: -5rem
	}
	.me-lg-n12 {
		margin-right: -5.5rem
	}
	.me-lg-n13 {
		margin-right: -6rem
	}
	.me-lg-n14 {
		margin-right: -6.5rem
	}
	.me-lg-n15 {
		margin-right: -7rem
	}
	.me-lg-n16 {
		margin-right: -8rem
	}
	.me-lg-n17 {
		margin-right: -9rem
	}
	.me-lg-n18 {
		margin-right: -10rem
	}
	.me-lg-n19 {
		margin-right: -11rem
	}
	.me-lg-n20 {
		margin-right: -12rem
	}
	.mb-lg-n1 {
		margin-bottom: -.25rem
	}
	.mb-lg-n2 {
		margin-bottom: -.5rem
	}
	.mb-lg-n3 {
		margin-bottom: -1rem
	}
	.mb-lg-n4 {
		margin-bottom: -1.5rem
	}
	.mb-lg-n5 {
		margin-bottom: -2rem
	}
	.mb-lg-n6 {
		margin-bottom: -2.5rem
	}
	.mb-lg-n7 {
		margin-bottom: -3rem
	}
	.mb-lg-n8 {
		margin-bottom: -3.5rem
	}
	.mb-lg-n9 {
		margin-bottom: -4rem
	}
	.mb-lg-n10 {
		margin-bottom: -4.5rem
	}
	.mb-lg-n11 {
		margin-bottom: -5rem
	}
	.mb-lg-n12 {
		margin-bottom: -5.5rem
	}
	.mb-lg-n13 {
		margin-bottom: -6rem
	}
	.mb-lg-n14 {
		margin-bottom: -6.5rem
	}
	.mb-lg-n15 {
		margin-bottom: -7rem
	}
	.mb-lg-n16 {
		margin-bottom: -8rem
	}
	.mb-lg-n17 {
		margin-bottom: -9rem
	}
	.mb-lg-n18 {
		margin-bottom: -10rem
	}
	.mb-lg-n19 {
		margin-bottom: -11rem
	}
	.mb-lg-n20 {
		margin-bottom: -12rem
	}
	.ms-lg-n1 {
		margin-left: -.25rem
	}
	.ms-lg-n2 {
		margin-left: -.5rem
	}
	.ms-lg-n3 {
		margin-left: -1rem
	}
	.ms-lg-n4 {
		margin-left: -1.5rem
	}
	.ms-lg-n5 {
		margin-left: -2rem
	}
	.ms-lg-n6 {
		margin-left: -2.5rem
	}
	.ms-lg-n7 {
		margin-left: -3rem
	}
	.ms-lg-n8 {
		margin-left: -3.5rem
	}
	.ms-lg-n9 {
		margin-left: -4rem
	}
	.ms-lg-n10 {
		margin-left: -4.5rem
	}
	.ms-lg-n11 {
		margin-left: -5rem
	}
	.ms-lg-n12 {
		margin-left: -5.5rem
	}
	.ms-lg-n13 {
		margin-left: -6rem
	}
	.ms-lg-n14 {
		margin-left: -6.5rem
	}
	.ms-lg-n15 {
		margin-left: -7rem
	}
	.ms-lg-n16 {
		margin-left: -8rem
	}
	.ms-lg-n17 {
		margin-left: -9rem
	}
	.ms-lg-n18 {
		margin-left: -10rem
	}
	.ms-lg-n19 {
		margin-left: -11rem
	}
	.ms-lg-n20 {
		margin-left: -12rem
	}
	.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: 2rem
	}
	.p-lg-6 {
		padding: 2.5rem
	}
	.p-lg-7 {
		padding: 3rem
	}
	.p-lg-8 {
		padding: 3.5rem
	}
	.p-lg-9 {
		padding: 4rem
	}
	.p-lg-10 {
		padding: 4.5rem
	}
	.p-lg-11 {
		padding: 5rem
	}
	.p-lg-12 {
		padding: 5.5rem
	}
	.p-lg-13 {
		padding: 6rem
	}
	.p-lg-14 {
		padding: 6.5rem
	}
	.p-lg-15 {
		padding: 7rem
	}
	.p-lg-16 {
		padding: 8rem
	}
	.p-lg-17 {
		padding: 9rem
	}
	.p-lg-18 {
		padding: 10rem
	}
	.p-lg-19 {
		padding: 11rem
	}
	.p-lg-20 {
		padding: 12rem
	}
	.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: 2rem;
		padding-left: 2rem
	}
	.px-lg-6 {
		padding-right: 2.5rem;
		padding-left: 2.5rem
	}
	.px-lg-7 {
		padding-right: 3rem;
		padding-left: 3rem
	}
	.px-lg-8 {
		padding-right: 3.5rem;
		padding-left: 3.5rem
	}
	.px-lg-9 {
		padding-right: 4rem;
		padding-left: 4rem
	}
	.px-lg-10 {
		padding-right: 4.5rem;
		padding-left: 4.5rem
	}
	.px-lg-11 {
		padding-right: 5rem;
		padding-left: 5rem
	}
	.px-lg-12 {
		padding-right: 5.5rem;
		padding-left: 5.5rem
	}
	.px-lg-13 {
		padding-right: 6rem;
		padding-left: 6rem
	}
	.px-lg-14 {
		padding-right: 6.5rem;
		padding-left: 6.5rem
	}
	.px-lg-15 {
		padding-right: 7rem;
		padding-left: 7rem
	}
	.px-lg-16 {
		padding-right: 8rem;
		padding-left: 8rem
	}
	.px-lg-17 {
		padding-right: 9rem;
		padding-left: 9rem
	}
	.px-lg-18 {
		padding-right: 10rem;
		padding-left: 10rem
	}
	.px-lg-19 {
		padding-right: 11rem;
		padding-left: 11rem
	}
	.px-lg-20 {
		padding-right: 12rem;
		padding-left: 12rem
	}
	.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: 2rem;
		padding-bottom: 2rem
	}
	.py-lg-6 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}
	.py-lg-7 {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
	.py-lg-8 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem
	}
	.py-lg-9 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}
	.py-lg-10 {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem
	}
	.py-lg-11 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
	.py-lg-12 {
		padding-top: 5.5rem;
		padding-bottom: 5.5rem
	}
	.py-lg-13 {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
	.py-lg-14 {
		padding-top: 6.5rem;
		padding-bottom: 6.5rem
	}
	.py-lg-15 {
		padding-top: 7rem;
		padding-bottom: 7rem
	}
	.py-lg-16 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}
	.py-lg-17 {
		padding-top: 9rem;
		padding-bottom: 9rem
	}
	.py-lg-18 {
		padding-top: 10rem;
		padding-bottom: 10rem
	}
	.py-lg-19 {
		padding-top: 11rem;
		padding-bottom: 11rem
	}
	.py-lg-20 {
		padding-top: 12rem;
		padding-bottom: 12rem
	}
	.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: 2rem
	}
	.pt-lg-6 {
		padding-top: 2.5rem
	}
	.pt-lg-7 {
		padding-top: 3rem
	}
	.pt-lg-8 {
		padding-top: 3.5rem
	}
	.pt-lg-9 {
		padding-top: 4rem
	}
	.pt-lg-10 {
		padding-top: 4.5rem
	}
	.pt-lg-11 {
		padding-top: 5rem
	}
	.pt-lg-12 {
		padding-top: 5.5rem
	}
	.pt-lg-13 {
		padding-top: 6rem
	}
	.pt-lg-14 {
		padding-top: 6.5rem
	}
	.pt-lg-15 {
		padding-top: 7rem
	}
	.pt-lg-16 {
		padding-top: 8rem
	}
	.pt-lg-17 {
		padding-top: 9rem
	}
	.pt-lg-18 {
		padding-top: 10rem
	}
	.pt-lg-19 {
		padding-top: 11rem
	}
	.pt-lg-20 {
		padding-top: 12rem
	}
	.pe-lg-0 {
		padding-right: 0
	}
	.pe-lg-1 {
		padding-right: .25rem
	}
	.pe-lg-2 {
		padding-right: .5rem
	}
	.pe-lg-3 {
		padding-right: 1rem
	}
	.pe-lg-4 {
		padding-right: 1.5rem
	}
	.pe-lg-5 {
		padding-right: 2rem
	}
	.pe-lg-6 {
		padding-right: 2.5rem
	}
	.pe-lg-7 {
		padding-right: 3rem
	}
	.pe-lg-8 {
		padding-right: 3.5rem
	}
	.pe-lg-9 {
		padding-right: 4rem
	}
	.pe-lg-10 {
		padding-right: 4.5rem
	}
	.pe-lg-11 {
		padding-right: 5rem
	}
	.pe-lg-12 {
		padding-right: 5.5rem
	}
	.pe-lg-13 {
		padding-right: 6rem
	}
	.pe-lg-14 {
		padding-right: 6.5rem
	}
	.pe-lg-15 {
		padding-right: 7rem
	}
	.pe-lg-16 {
		padding-right: 8rem
	}
	.pe-lg-17 {
		padding-right: 9rem
	}
	.pe-lg-18 {
		padding-right: 10rem
	}
	.pe-lg-19 {
		padding-right: 11rem
	}
	.pe-lg-20 {
		padding-right: 12rem
	}
	.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: 2rem
	}
	.pb-lg-6 {
		padding-bottom: 2.5rem
	}
	.pb-lg-7 {
		padding-bottom: 3rem
	}
	.pb-lg-8 {
		padding-bottom: 3.5rem
	}
	.pb-lg-9 {
		padding-bottom: 4rem
	}
	.pb-lg-10 {
		padding-bottom: 4.5rem
	}
	.pb-lg-11 {
		padding-bottom: 5rem
	}
	.pb-lg-12 {
		padding-bottom: 5.5rem
	}
	.pb-lg-13 {
		padding-bottom: 6rem
	}
	.pb-lg-14 {
		padding-bottom: 6.5rem
	}
	.pb-lg-15 {
		padding-bottom: 7rem
	}
	.pb-lg-16 {
		padding-bottom: 8rem
	}
	.pb-lg-17 {
		padding-bottom: 9rem
	}
	.pb-lg-18 {
		padding-bottom: 10rem
	}
	.pb-lg-19 {
		padding-bottom: 11rem
	}
	.pb-lg-20 {
		padding-bottom: 12rem
	}
	.ps-lg-0 {
		padding-left: 0
	}
	.ps-lg-1 {
		padding-left: .25rem
	}
	.ps-lg-2 {
		padding-left: .5rem
	}
	.ps-lg-3 {
		padding-left: 1rem
	}
	.ps-lg-4 {
		padding-left: 1.5rem
	}
	.ps-lg-5 {
		padding-left: 2rem
	}
	.ps-lg-6 {
		padding-left: 2.5rem
	}
	.ps-lg-7 {
		padding-left: 3rem
	}
	.ps-lg-8 {
		padding-left: 3.5rem
	}
	.ps-lg-9 {
		padding-left: 4rem
	}
	.ps-lg-10 {
		padding-left: 4.5rem
	}
	.ps-lg-11 {
		padding-left: 5rem
	}
	.ps-lg-12 {
		padding-left: 5.5rem
	}
	.ps-lg-13 {
		padding-left: 6rem
	}
	.ps-lg-14 {
		padding-left: 6.5rem
	}
	.ps-lg-15 {
		padding-left: 7rem
	}
	.ps-lg-16 {
		padding-left: 8rem
	}
	.ps-lg-17 {
		padding-left: 9rem
	}
	.ps-lg-18 {
		padding-left: 10rem
	}
	.ps-lg-19 {
		padding-left: 11rem
	}
	.ps-lg-20 {
		padding-left: 12rem
	}
	.text-lg-start {
		text-align: left
	}
	.text-lg-end {
		text-align: right
	}
	.text-lg-center {
		text-align: center
	}
	.rounded-lg-0 {
		border-radius: 0
	}
	.rounded-lg {
		border-radius: .375rem
	}
	.rounded-lg-1 {
		border-radius: .25rem
	}
	.rounded-lg-2 {
		border-radius: .375rem
	}
	.rounded-lg-3 {
		border-radius: .575rem
	}
	.rounded-lg-4 {
		border-radius: 1.5em
	}
	.rounded-lg-pill {
		border-radius: 50rem
	}
	.rounded-lg-block {
		border-radius: 3rem
	}
	.rounded-lg-blob {
		border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
	}
	.rounded-lg-circle {
		border-radius: 50%
	}
	.rounded-top-lg-0 {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}
	.rounded-top-lg {
		border-top-left-radius: .375rem;
		border-top-right-radius: .375rem
	}
	.rounded-top-lg-1 {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	.rounded-top-lg-2 {
		border-top-left-radius: .375rem;
		border-top-right-radius: .375rem
	}
	.rounded-top-lg-3 {
		border-top-left-radius: .575rem;
		border-top-right-radius: .575rem
	}
	.rounded-top-lg-4 {
		border-top-left-radius: 1.5em;
		border-top-right-radius: 1.5em
	}
	.rounded-top-lg-pill {
		border-top-left-radius: 50rem;
		border-top-right-radius: 50rem
	}
	.rounded-top-lg-block {
		border-top-left-radius: 3rem;
		border-top-right-radius: 3rem
	}
	.rounded-top-lg-circle {
		border-top-left-radius: 50%;
		border-top-right-radius: 50%
	}
	.rounded-end-lg-0 {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.rounded-end-lg {
		border-top-right-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-end-lg-1 {
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem
	}
	.rounded-end-lg-2 {
		border-top-right-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-end-lg-3 {
		border-top-right-radius: .575rem;
		border-bottom-right-radius: .575rem
	}
	.rounded-end-lg-4 {
		border-top-right-radius: 1.5em;
		border-bottom-right-radius: 1.5em
	}
	.rounded-end-lg-pill {
		border-top-right-radius: 50rem;
		border-bottom-right-radius: 50rem
	}
	.rounded-end-lg-block {
		border-top-right-radius: 3rem;
		border-bottom-right-radius: 3rem
	}
	.rounded-end-lg-circle {
		border-top-right-radius: 50%;
		border-bottom-right-radius: 50%
	}
	.rounded-bottom-lg-0 {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}
	.rounded-bottom-lg {
		border-bottom-left-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-bottom-lg-1 {
		border-bottom-left-radius: .25rem;
		border-bottom-right-radius: .25rem
	}
	.rounded-bottom-lg-2 {
		border-bottom-left-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-bottom-lg-3 {
		border-bottom-left-radius: .575rem;
		border-bottom-right-radius: .575rem
	}
	.rounded-bottom-lg-4 {
		border-bottom-left-radius: 1.5em;
		border-bottom-right-radius: 1.5em
	}
	.rounded-bottom-lg-pill {
		border-bottom-left-radius: 50rem;
		border-bottom-right-radius: 50rem
	}
	.rounded-bottom-lg-block {
		border-bottom-left-radius: 3rem;
		border-bottom-right-radius: 3rem
	}
	.rounded-bottom-lg-circle {
		border-bottom-left-radius: 50%;
		border-bottom-right-radius: 50%
	}
	.rounded-start-lg-0 {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.rounded-start-lg {
		border-top-left-radius: .375rem;
		border-bottom-left-radius: .375rem
	}
	.rounded-start-lg-1 {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	.rounded-start-lg-2 {
		border-top-left-radius: .375rem;
		border-bottom-left-radius: .375rem
	}
	.rounded-start-lg-3 {
		border-top-left-radius: .575rem;
		border-bottom-left-radius: .575rem
	}
	.rounded-start-lg-4 {
		border-top-left-radius: 1.5em;
		border-bottom-left-radius: 1.5em
	}
	.rounded-start-lg-pill {
		border-top-left-radius: 50rem;
		border-bottom-left-radius: 50rem
	}
	.rounded-start-lg-block {
		border-top-left-radius: 3rem;
		border-bottom-left-radius: 3rem
	}
	.rounded-start-lg-circle {
		border-top-left-radius: 50%;
		border-bottom-left-radius: 50%
	}
}

@media (min-width:1200px) {
	.float-xl-start {
		float: left
	}
	.float-xl-end {
		float: right
	}
	.float-xl-none {
		float: none
	}
	.d-xl-inline {
		display: inline
	}
	.d-xl-inline-block {
		display: inline-block
	}
	.d-xl-block {
		display: block
	}
	.d-xl-grid {
		display: grid
	}
	.d-xl-table {
		display: table
	}
	.d-xl-table-row {
		display: table-row
	}
	.d-xl-table-cell {
		display: table-cell
	}
	.d-xl-flex {
		display: flex
	}
	.d-xl-inline-flex {
		display: inline-flex
	}
	.d-xl-none {
		display: none
	}
	.position-xl-static {
		position: static
	}
	.position-xl-relative {
		position: relative
	}
	.position-xl-absolute {
		position: absolute
	}
	.position-xl-fixed {
		position: fixed
	}
	.position-xl-sticky {
		position: -webkit-sticky;
		position: sticky
	}
	.border-xl {
		border: 1px solid #e7e7ef
	}
	.border-xl-0 {
		border: 0
	}
	.border-top-xl {
		border-top: 1px solid #e7e7ef
	}
	.border-top-xl-0 {
		border-top: 0
	}
	.border-end-xl {
		border-right: 1px solid #e7e7ef
	}
	.border-end-xl-0 {
		border-right: 0
	}
	.border-start-xl {
		border-left: 1px solid #e7e7ef
	}
	.border-start-xl-0 {
		border-left: 0
	}
	.w-xl-0 {
		width: 0
	}
	.w-xl-10 {
		width: 10%
	}
	.w-xl-20 {
		width: 20%
	}
	.w-xl-25 {
		width: 25%
	}
	.w-xl-30 {
		width: 30%
	}
	.w-xl-40 {
		width: 40%
	}
	.w-xl-50 {
		width: 50%
	}
	.w-xl-60 {
		width: 60%
	}
	.w-xl-70 {
		width: 70%
	}
	.w-xl-75 {
		width: 75%
	}
	.w-xl-80 {
		width: 80%
	}
	.w-xl-90 {
		width: 90%
	}
	.w-xl-100 {
		width: 100%
	}
	.w-xl-auto {
		width: auto
	}
	.h-xl-0 {
		height: 0
	}
	.h-xl-10 {
		height: 10%
	}
	.h-xl-20 {
		height: 20%
	}
	.h-xl-25 {
		height: 25%
	}
	.h-xl-30 {
		height: 30%
	}
	.h-xl-40 {
		height: 40%
	}
	.h-xl-50 {
		height: 50%
	}
	.h-xl-60 {
		height: 60%
	}
	.h-xl-70 {
		height: 70%
	}
	.h-xl-75 {
		height: 75%
	}
	.h-xl-80 {
		height: 80%
	}
	.h-xl-90 {
		height: 90%
	}
	.h-xl-100 {
		height: 100%
	}
	.h-xl-auto {
		height: auto
	}
	.flex-xl-fill {
		flex: 1 1 auto
	}
	.flex-xl-row {
		flex-direction: row
	}
	.flex-xl-column {
		flex-direction: column
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse
	}
	.flex-xl-grow-0 {
		flex-grow: 0
	}
	.flex-xl-grow-1 {
		flex-grow: 1
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1
	}
	.flex-xl-wrap {
		flex-wrap: wrap
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse
	}
	.gap-xl-0 {
		gap: 0
	}
	.gap-xl-1 {
		gap: .25rem
	}
	.gap-xl-2 {
		gap: .5rem
	}
	.gap-xl-3 {
		gap: 1rem
	}
	.gap-xl-4 {
		gap: 1.5rem
	}
	.gap-xl-5 {
		gap: 2rem
	}
	.gap-xl-6 {
		gap: 2.5rem
	}
	.gap-xl-7 {
		gap: 3rem
	}
	.gap-xl-8 {
		gap: 3.5rem
	}
	.gap-xl-9 {
		gap: 4rem
	}
	.gap-xl-10 {
		gap: 4.5rem
	}
	.gap-xl-11 {
		gap: 5rem
	}
	.gap-xl-12 {
		gap: 5.5rem
	}
	.gap-xl-13 {
		gap: 6rem
	}
	.gap-xl-14 {
		gap: 6.5rem
	}
	.gap-xl-15 {
		gap: 7rem
	}
	.gap-xl-16 {
		gap: 8rem
	}
	.gap-xl-17 {
		gap: 9rem
	}
	.gap-xl-18 {
		gap: 10rem
	}
	.gap-xl-19 {
		gap: 11rem
	}
	.gap-xl-20 {
		gap: 12rem
	}
	.justify-content-xl-start {
		justify-content: flex-start
	}
	.justify-content-xl-end {
		justify-content: flex-end
	}
	.justify-content-xl-center {
		justify-content: center
	}
	.justify-content-xl-between {
		justify-content: space-between
	}
	.justify-content-xl-around {
		justify-content: space-around
	}
	.justify-content-xl-evenly {
		justify-content: space-evenly
	}
	.align-items-xl-start {
		align-items: flex-start
	}
	.align-items-xl-end {
		align-items: flex-end
	}
	.align-items-xl-center {
		align-items: center
	}
	.align-items-xl-baseline {
		align-items: baseline
	}
	.align-items-xl-stretch {
		align-items: stretch
	}
	.align-content-xl-start {
		align-content: flex-start
	}
	.align-content-xl-end {
		align-content: flex-end
	}
	.align-content-xl-center {
		align-content: center
	}
	.align-content-xl-between {
		align-content: space-between
	}
	.align-content-xl-around {
		align-content: space-around
	}
	.align-content-xl-stretch {
		align-content: stretch
	}
	.align-self-xl-auto {
		align-self: auto
	}
	.align-self-xl-start {
		align-self: flex-start
	}
	.align-self-xl-end {
		align-self: flex-end
	}
	.align-self-xl-center {
		align-self: center
	}
	.align-self-xl-baseline {
		align-self: baseline
	}
	.align-self-xl-stretch {
		align-self: stretch
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-last {
		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: 2rem
	}
	.m-xl-6 {
		margin: 2.5rem
	}
	.m-xl-7 {
		margin: 3rem
	}
	.m-xl-8 {
		margin: 3.5rem
	}
	.m-xl-9 {
		margin: 4rem
	}
	.m-xl-10 {
		margin: 4.5rem
	}
	.m-xl-11 {
		margin: 5rem
	}
	.m-xl-12 {
		margin: 5.5rem
	}
	.m-xl-13 {
		margin: 6rem
	}
	.m-xl-14 {
		margin: 6.5rem
	}
	.m-xl-15 {
		margin: 7rem
	}
	.m-xl-16 {
		margin: 8rem
	}
	.m-xl-17 {
		margin: 9rem
	}
	.m-xl-18 {
		margin: 10rem
	}
	.m-xl-19 {
		margin: 11rem
	}
	.m-xl-20 {
		margin: 12rem
	}
	.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: 2rem;
		margin-left: 2rem
	}
	.mx-xl-6 {
		margin-right: 2.5rem;
		margin-left: 2.5rem
	}
	.mx-xl-7 {
		margin-right: 3rem;
		margin-left: 3rem
	}
	.mx-xl-8 {
		margin-right: 3.5rem;
		margin-left: 3.5rem
	}
	.mx-xl-9 {
		margin-right: 4rem;
		margin-left: 4rem
	}
	.mx-xl-10 {
		margin-right: 4.5rem;
		margin-left: 4.5rem
	}
	.mx-xl-11 {
		margin-right: 5rem;
		margin-left: 5rem
	}
	.mx-xl-12 {
		margin-right: 5.5rem;
		margin-left: 5.5rem
	}
	.mx-xl-13 {
		margin-right: 6rem;
		margin-left: 6rem
	}
	.mx-xl-14 {
		margin-right: 6.5rem;
		margin-left: 6.5rem
	}
	.mx-xl-15 {
		margin-right: 7rem;
		margin-left: 7rem
	}
	.mx-xl-16 {
		margin-right: 8rem;
		margin-left: 8rem
	}
	.mx-xl-17 {
		margin-right: 9rem;
		margin-left: 9rem
	}
	.mx-xl-18 {
		margin-right: 10rem;
		margin-left: 10rem
	}
	.mx-xl-19 {
		margin-right: 11rem;
		margin-left: 11rem
	}
	.mx-xl-20 {
		margin-right: 12rem;
		margin-left: 12rem
	}
	.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: 2rem;
		margin-bottom: 2rem
	}
	.my-xl-6 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}
	.my-xl-7 {
		margin-top: 3rem;
		margin-bottom: 3rem
	}
	.my-xl-8 {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem
	}
	.my-xl-9 {
		margin-top: 4rem;
		margin-bottom: 4rem
	}
	.my-xl-10 {
		margin-top: 4.5rem;
		margin-bottom: 4.5rem
	}
	.my-xl-11 {
		margin-top: 5rem;
		margin-bottom: 5rem
	}
	.my-xl-12 {
		margin-top: 5.5rem;
		margin-bottom: 5.5rem
	}
	.my-xl-13 {
		margin-top: 6rem;
		margin-bottom: 6rem
	}
	.my-xl-14 {
		margin-top: 6.5rem;
		margin-bottom: 6.5rem
	}
	.my-xl-15 {
		margin-top: 7rem;
		margin-bottom: 7rem
	}
	.my-xl-16 {
		margin-top: 8rem;
		margin-bottom: 8rem
	}
	.my-xl-17 {
		margin-top: 9rem;
		margin-bottom: 9rem
	}
	.my-xl-18 {
		margin-top: 10rem;
		margin-bottom: 10rem
	}
	.my-xl-19 {
		margin-top: 11rem;
		margin-bottom: 11rem
	}
	.my-xl-20 {
		margin-top: 12rem;
		margin-bottom: 12rem
	}
	.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: 2rem
	}
	.mt-xl-6 {
		margin-top: 2.5rem
	}
	.mt-xl-7 {
		margin-top: 3rem
	}
	.mt-xl-8 {
		margin-top: 3.5rem
	}
	.mt-xl-9 {
		margin-top: 4rem
	}
	.mt-xl-10 {
		margin-top: 4.5rem
	}
	.mt-xl-11 {
		margin-top: 5rem
	}
	.mt-xl-12 {
		margin-top: 5.5rem
	}
	.mt-xl-13 {
		margin-top: 6rem
	}
	.mt-xl-14 {
		margin-top: 6.5rem
	}
	.mt-xl-15 {
		margin-top: 7rem
	}
	.mt-xl-16 {
		margin-top: 8rem
	}
	.mt-xl-17 {
		margin-top: 9rem
	}
	.mt-xl-18 {
		margin-top: 10rem
	}
	.mt-xl-19 {
		margin-top: 11rem
	}
	.mt-xl-20 {
		margin-top: 12rem
	}
	.mt-xl-auto {
		margin-top: auto
	}
	.me-xl-0 {
		margin-right: 0
	}
	.me-xl-1 {
		margin-right: .25rem
	}
	.me-xl-2 {
		margin-right: .5rem
	}
	.me-xl-3 {
		margin-right: 1rem
	}
	.me-xl-4 {
		margin-right: 1.5rem
	}
	.me-xl-5 {
		margin-right: 2rem
	}
	.me-xl-6 {
		margin-right: 2.5rem
	}
	.me-xl-7 {
		margin-right: 3rem
	}
	.me-xl-8 {
		margin-right: 3.5rem
	}
	.me-xl-9 {
		margin-right: 4rem
	}
	.me-xl-10 {
		margin-right: 4.5rem
	}
	.me-xl-11 {
		margin-right: 5rem
	}
	.me-xl-12 {
		margin-right: 5.5rem
	}
	.me-xl-13 {
		margin-right: 6rem
	}
	.me-xl-14 {
		margin-right: 6.5rem
	}
	.me-xl-15 {
		margin-right: 7rem
	}
	.me-xl-16 {
		margin-right: 8rem
	}
	.me-xl-17 {
		margin-right: 9rem
	}
	.me-xl-18 {
		margin-right: 10rem
	}
	.me-xl-19 {
		margin-right: 11rem
	}
	.me-xl-20 {
		margin-right: 12rem
	}
	.me-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: 2rem
	}
	.mb-xl-6 {
		margin-bottom: 2.5rem
	}
	.mb-xl-7 {
		margin-bottom: 3rem
	}
	.mb-xl-8 {
		margin-bottom: 3.5rem
	}
	.mb-xl-9 {
		margin-bottom: 4rem
	}
	.mb-xl-10 {
		margin-bottom: 4.5rem
	}
	.mb-xl-11 {
		margin-bottom: 5rem
	}
	.mb-xl-12 {
		margin-bottom: 5.5rem
	}
	.mb-xl-13 {
		margin-bottom: 6rem
	}
	.mb-xl-14 {
		margin-bottom: 6.5rem
	}
	.mb-xl-15 {
		margin-bottom: 7rem
	}
	.mb-xl-16 {
		margin-bottom: 8rem
	}
	.mb-xl-17 {
		margin-bottom: 9rem
	}
	.mb-xl-18 {
		margin-bottom: 10rem
	}
	.mb-xl-19 {
		margin-bottom: 11rem
	}
	.mb-xl-20 {
		margin-bottom: 12rem
	}
	.mb-xl-auto {
		margin-bottom: auto
	}
	.ms-xl-0 {
		margin-left: 0
	}
	.ms-xl-1 {
		margin-left: .25rem
	}
	.ms-xl-2 {
		margin-left: .5rem
	}
	.ms-xl-3 {
		margin-left: 1rem
	}
	.ms-xl-4 {
		margin-left: 1.5rem
	}
	.ms-xl-5 {
		margin-left: 2rem
	}
	.ms-xl-6 {
		margin-left: 2.5rem
	}
	.ms-xl-7 {
		margin-left: 3rem
	}
	.ms-xl-8 {
		margin-left: 3.5rem
	}
	.ms-xl-9 {
		margin-left: 4rem
	}
	.ms-xl-10 {
		margin-left: 4.5rem
	}
	.ms-xl-11 {
		margin-left: 5rem
	}
	.ms-xl-12 {
		margin-left: 5.5rem
	}
	.ms-xl-13 {
		margin-left: 6rem
	}
	.ms-xl-14 {
		margin-left: 6.5rem
	}
	.ms-xl-15 {
		margin-left: 7rem
	}
	.ms-xl-16 {
		margin-left: 8rem
	}
	.ms-xl-17 {
		margin-left: 9rem
	}
	.ms-xl-18 {
		margin-left: 10rem
	}
	.ms-xl-19 {
		margin-left: 11rem
	}
	.ms-xl-20 {
		margin-left: 12rem
	}
	.ms-xl-auto {
		margin-left: auto
	}
	.m-xl-n1 {
		margin: -.25rem
	}
	.m-xl-n2 {
		margin: -.5rem
	}
	.m-xl-n3 {
		margin: -1rem
	}
	.m-xl-n4 {
		margin: -1.5rem
	}
	.m-xl-n5 {
		margin: -2rem
	}
	.m-xl-n6 {
		margin: -2.5rem
	}
	.m-xl-n7 {
		margin: -3rem
	}
	.m-xl-n8 {
		margin: -3.5rem
	}
	.m-xl-n9 {
		margin: -4rem
	}
	.m-xl-n10 {
		margin: -4.5rem
	}
	.m-xl-n11 {
		margin: -5rem
	}
	.m-xl-n12 {
		margin: -5.5rem
	}
	.m-xl-n13 {
		margin: -6rem
	}
	.m-xl-n14 {
		margin: -6.5rem
	}
	.m-xl-n15 {
		margin: -7rem
	}
	.m-xl-n16 {
		margin: -8rem
	}
	.m-xl-n17 {
		margin: -9rem
	}
	.m-xl-n18 {
		margin: -10rem
	}
	.m-xl-n19 {
		margin: -11rem
	}
	.m-xl-n20 {
		margin: -12rem
	}
	.mx-xl-n1 {
		margin-right: -.25rem;
		margin-left: -.25rem
	}
	.mx-xl-n2 {
		margin-right: -.5rem;
		margin-left: -.5rem
	}
	.mx-xl-n3 {
		margin-right: -1rem;
		margin-left: -1rem
	}
	.mx-xl-n4 {
		margin-right: -1.5rem;
		margin-left: -1.5rem
	}
	.mx-xl-n5 {
		margin-right: -2rem;
		margin-left: -2rem
	}
	.mx-xl-n6 {
		margin-right: -2.5rem;
		margin-left: -2.5rem
	}
	.mx-xl-n7 {
		margin-right: -3rem;
		margin-left: -3rem
	}
	.mx-xl-n8 {
		margin-right: -3.5rem;
		margin-left: -3.5rem
	}
	.mx-xl-n9 {
		margin-right: -4rem;
		margin-left: -4rem
	}
	.mx-xl-n10 {
		margin-right: -4.5rem;
		margin-left: -4.5rem
	}
	.mx-xl-n11 {
		margin-right: -5rem;
		margin-left: -5rem
	}
	.mx-xl-n12 {
		margin-right: -5.5rem;
		margin-left: -5.5rem
	}
	.mx-xl-n13 {
		margin-right: -6rem;
		margin-left: -6rem
	}
	.mx-xl-n14 {
		margin-right: -6.5rem;
		margin-left: -6.5rem
	}
	.mx-xl-n15 {
		margin-right: -7rem;
		margin-left: -7rem
	}
	.mx-xl-n16 {
		margin-right: -8rem;
		margin-left: -8rem
	}
	.mx-xl-n17 {
		margin-right: -9rem;
		margin-left: -9rem
	}
	.mx-xl-n18 {
		margin-right: -10rem;
		margin-left: -10rem
	}
	.mx-xl-n19 {
		margin-right: -11rem;
		margin-left: -11rem
	}
	.mx-xl-n20 {
		margin-right: -12rem;
		margin-left: -12rem
	}
	.my-xl-n1 {
		margin-top: -.25rem;
		margin-bottom: -.25rem
	}
	.my-xl-n2 {
		margin-top: -.5rem;
		margin-bottom: -.5rem
	}
	.my-xl-n3 {
		margin-top: -1rem;
		margin-bottom: -1rem
	}
	.my-xl-n4 {
		margin-top: -1.5rem;
		margin-bottom: -1.5rem
	}
	.my-xl-n5 {
		margin-top: -2rem;
		margin-bottom: -2rem
	}
	.my-xl-n6 {
		margin-top: -2.5rem;
		margin-bottom: -2.5rem
	}
	.my-xl-n7 {
		margin-top: -3rem;
		margin-bottom: -3rem
	}
	.my-xl-n8 {
		margin-top: -3.5rem;
		margin-bottom: -3.5rem
	}
	.my-xl-n9 {
		margin-top: -4rem;
		margin-bottom: -4rem
	}
	.my-xl-n10 {
		margin-top: -4.5rem;
		margin-bottom: -4.5rem
	}
	.my-xl-n11 {
		margin-top: -5rem;
		margin-bottom: -5rem
	}
	.my-xl-n12 {
		margin-top: -5.5rem;
		margin-bottom: -5.5rem
	}
	.my-xl-n13 {
		margin-top: -6rem;
		margin-bottom: -6rem
	}
	.my-xl-n14 {
		margin-top: -6.5rem;
		margin-bottom: -6.5rem
	}
	.my-xl-n15 {
		margin-top: -7rem;
		margin-bottom: -7rem
	}
	.my-xl-n16 {
		margin-top: -8rem;
		margin-bottom: -8rem
	}
	.my-xl-n17 {
		margin-top: -9rem;
		margin-bottom: -9rem
	}
	.my-xl-n18 {
		margin-top: -10rem;
		margin-bottom: -10rem
	}
	.my-xl-n19 {
		margin-top: -11rem;
		margin-bottom: -11rem
	}
	.my-xl-n20 {
		margin-top: -12rem;
		margin-bottom: -12rem
	}
	.mt-xl-n1 {
		margin-top: -.25rem
	}
	.mt-xl-n2 {
		margin-top: -.5rem
	}
	.mt-xl-n3 {
		margin-top: -1rem
	}
	.mt-xl-n4 {
		margin-top: -1.5rem
	}
	.mt-xl-n5 {
		margin-top: -2rem
	}
	.mt-xl-n6 {
		margin-top: -2.5rem
	}
	.mt-xl-n7 {
		margin-top: -3rem
	}
	.mt-xl-n8 {
		margin-top: -3.5rem
	}
	.mt-xl-n9 {
		margin-top: -4rem
	}
	.mt-xl-n10 {
		margin-top: -4.5rem
	}
	.mt-xl-n11 {
		margin-top: -5rem
	}
	.mt-xl-n12 {
		margin-top: -5.5rem
	}
	.mt-xl-n13 {
		margin-top: -6rem
	}
	.mt-xl-n14 {
		margin-top: -6.5rem
	}
	.mt-xl-n15 {
		margin-top: -7rem
	}
	.mt-xl-n16 {
		margin-top: -8rem
	}
	.mt-xl-n17 {
		margin-top: -9rem
	}
	.mt-xl-n18 {
		margin-top: -10rem
	}
	.mt-xl-n19 {
		margin-top: -11rem
	}
	.mt-xl-n20 {
		margin-top: -12rem
	}
	.me-xl-n1 {
		margin-right: -.25rem
	}
	.me-xl-n2 {
		margin-right: -.5rem
	}
	.me-xl-n3 {
		margin-right: -1rem
	}
	.me-xl-n4 {
		margin-right: -1.5rem
	}
	.me-xl-n5 {
		margin-right: -2rem
	}
	.me-xl-n6 {
		margin-right: -2.5rem
	}
	.me-xl-n7 {
		margin-right: -3rem
	}
	.me-xl-n8 {
		margin-right: -3.5rem
	}
	.me-xl-n9 {
		margin-right: -4rem
	}
	.me-xl-n10 {
		margin-right: -4.5rem
	}
	.me-xl-n11 {
		margin-right: -5rem
	}
	.me-xl-n12 {
		margin-right: -5.5rem
	}
	.me-xl-n13 {
		margin-right: -6rem
	}
	.me-xl-n14 {
		margin-right: -6.5rem
	}
	.me-xl-n15 {
		margin-right: -7rem
	}
	.me-xl-n16 {
		margin-right: -8rem
	}
	.me-xl-n17 {
		margin-right: -9rem
	}
	.me-xl-n18 {
		margin-right: -10rem
	}
	.me-xl-n19 {
		margin-right: -11rem
	}
	.me-xl-n20 {
		margin-right: -12rem
	}
	.mb-xl-n1 {
		margin-bottom: -.25rem
	}
	.mb-xl-n2 {
		margin-bottom: -.5rem
	}
	.mb-xl-n3 {
		margin-bottom: -1rem
	}
	.mb-xl-n4 {
		margin-bottom: -1.5rem
	}
	.mb-xl-n5 {
		margin-bottom: -2rem
	}
	.mb-xl-n6 {
		margin-bottom: -2.5rem
	}
	.mb-xl-n7 {
		margin-bottom: -3rem
	}
	.mb-xl-n8 {
		margin-bottom: -3.5rem
	}
	.mb-xl-n9 {
		margin-bottom: -4rem
	}
	.mb-xl-n10 {
		margin-bottom: -4.5rem
	}
	.mb-xl-n11 {
		margin-bottom: -5rem
	}
	.mb-xl-n12 {
		margin-bottom: -5.5rem
	}
	.mb-xl-n13 {
		margin-bottom: -6rem
	}
	.mb-xl-n14 {
		margin-bottom: -6.5rem
	}
	.mb-xl-n15 {
		margin-bottom: -7rem
	}
	.mb-xl-n16 {
		margin-bottom: -8rem
	}
	.mb-xl-n17 {
		margin-bottom: -9rem
	}
	.mb-xl-n18 {
		margin-bottom: -10rem
	}
	.mb-xl-n19 {
		margin-bottom: -11rem
	}
	.mb-xl-n20 {
		margin-bottom: -12rem
	}
	.ms-xl-n1 {
		margin-left: -.25rem
	}
	.ms-xl-n2 {
		margin-left: -.5rem
	}
	.ms-xl-n3 {
		margin-left: -1rem
	}
	.ms-xl-n4 {
		margin-left: -1.5rem
	}
	.ms-xl-n5 {
		margin-left: -2rem
	}
	.ms-xl-n6 {
		margin-left: -2.5rem
	}
	.ms-xl-n7 {
		margin-left: -3rem
	}
	.ms-xl-n8 {
		margin-left: -3.5rem
	}
	.ms-xl-n9 {
		margin-left: -4rem
	}
	.ms-xl-n10 {
		margin-left: -4.5rem
	}
	.ms-xl-n11 {
		margin-left: -5rem
	}
	.ms-xl-n12 {
		margin-left: -5.5rem
	}
	.ms-xl-n13 {
		margin-left: -6rem
	}
	.ms-xl-n14 {
		margin-left: -6.5rem
	}
	.ms-xl-n15 {
		margin-left: -7rem
	}
	.ms-xl-n16 {
		margin-left: -8rem
	}
	.ms-xl-n17 {
		margin-left: -9rem
	}
	.ms-xl-n18 {
		margin-left: -10rem
	}
	.ms-xl-n19 {
		margin-left: -11rem
	}
	.ms-xl-n20 {
		margin-left: -12rem
	}
	.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: 2rem
	}
	.p-xl-6 {
		padding: 2.5rem
	}
	.p-xl-7 {
		padding: 3rem
	}
	.p-xl-8 {
		padding: 3.5rem
	}
	.p-xl-9 {
		padding: 4rem
	}
	.p-xl-10 {
		padding: 4.5rem
	}
	.p-xl-11 {
		padding: 5rem
	}
	.p-xl-12 {
		padding: 5.5rem
	}
	.p-xl-13 {
		padding: 6rem
	}
	.p-xl-14 {
		padding: 6.5rem
	}
	.p-xl-15 {
		padding: 7rem
	}
	.p-xl-16 {
		padding: 8rem
	}
	.p-xl-17 {
		padding: 9rem
	}
	.p-xl-18 {
		padding: 10rem
	}
	.p-xl-19 {
		padding: 11rem
	}
	.p-xl-20 {
		padding: 12rem
	}
	.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: 2rem;
		padding-left: 2rem
	}
	.px-xl-6 {
		padding-right: 2.5rem;
		padding-left: 2.5rem
	}
	.px-xl-7 {
		padding-right: 3rem;
		padding-left: 3rem
	}
	.px-xl-8 {
		padding-right: 3.5rem;
		padding-left: 3.5rem
	}
	.px-xl-9 {
		padding-right: 4rem;
		padding-left: 4rem
	}
	.px-xl-10 {
		padding-right: 4.5rem;
		padding-left: 4.5rem
	}
	.px-xl-11 {
		padding-right: 5rem;
		padding-left: 5rem
	}
	.px-xl-12 {
		padding-right: 5.5rem;
		padding-left: 5.5rem
	}
	.px-xl-13 {
		padding-right: 6rem;
		padding-left: 6rem
	}
	.px-xl-14 {
		padding-right: 6.5rem;
		padding-left: 6.5rem
	}
	.px-xl-15 {
		padding-right: 7rem;
		padding-left: 7rem
	}
	.px-xl-16 {
		padding-right: 8rem;
		padding-left: 8rem
	}
	.px-xl-17 {
		padding-right: 9rem;
		padding-left: 9rem
	}
	.px-xl-18 {
		padding-right: 10rem;
		padding-left: 10rem
	}
	.px-xl-19 {
		padding-right: 11rem;
		padding-left: 11rem
	}
	.px-xl-20 {
		padding-right: 12rem;
		padding-left: 12rem
	}
	.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: 2rem;
		padding-bottom: 2rem
	}
	.py-xl-6 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}
	.py-xl-7 {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
	.py-xl-8 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem
	}
	.py-xl-9 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}
	.py-xl-10 {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem
	}
	.py-xl-11 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
	.py-xl-12 {
		padding-top: 5.5rem;
		padding-bottom: 5.5rem
	}
	.py-xl-13 {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
	.py-xl-14 {
		padding-top: 6.5rem;
		padding-bottom: 6.5rem
	}
	.py-xl-15 {
		padding-top: 7rem;
		padding-bottom: 7rem
	}
	.py-xl-16 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}
	.py-xl-17 {
		padding-top: 9rem;
		padding-bottom: 9rem
	}
	.py-xl-18 {
		padding-top: 10rem;
		padding-bottom: 10rem
	}
	.py-xl-19 {
		padding-top: 11rem;
		padding-bottom: 11rem
	}
	.py-xl-20 {
		padding-top: 12rem;
		padding-bottom: 12rem
	}
	.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: 2rem
	}
	.pt-xl-6 {
		padding-top: 2.5rem
	}
	.pt-xl-7 {
		padding-top: 3rem
	}
	.pt-xl-8 {
		padding-top: 3.5rem
	}
	.pt-xl-9 {
		padding-top: 4rem
	}
	.pt-xl-10 {
		padding-top: 4.5rem
	}
	.pt-xl-11 {
		padding-top: 5rem
	}
	.pt-xl-12 {
		padding-top: 5.5rem
	}
	.pt-xl-13 {
		padding-top: 6rem
	}
	.pt-xl-14 {
		padding-top: 6.5rem
	}
	.pt-xl-15 {
		padding-top: 7rem
	}
	.pt-xl-16 {
		padding-top: 8rem
	}
	.pt-xl-17 {
		padding-top: 9rem
	}
	.pt-xl-18 {
		padding-top: 10rem
	}
	.pt-xl-19 {
		padding-top: 11rem
	}
	.pt-xl-20 {
		padding-top: 12rem
	}
	.pe-xl-0 {
		padding-right: 0
	}
	.pe-xl-1 {
		padding-right: .25rem
	}
	.pe-xl-2 {
		padding-right: .5rem
	}
	.pe-xl-3 {
		padding-right: 1rem
	}
	.pe-xl-4 {
		padding-right: 1.5rem
	}
	.pe-xl-5 {
		padding-right: 2rem
	}
	.pe-xl-6 {
		padding-right: 2.5rem
	}
	.pe-xl-7 {
		padding-right: 3rem
	}
	.pe-xl-8 {
		padding-right: 3.5rem
	}
	.pe-xl-9 {
		padding-right: 4rem
	}
	.pe-xl-10 {
		padding-right: 4.5rem
	}
	.pe-xl-11 {
		padding-right: 5rem
	}
	.pe-xl-12 {
		padding-right: 5.5rem
	}
	.pe-xl-13 {
		padding-right: 6rem
	}
	.pe-xl-14 {
		padding-right: 6.5rem
	}
	.pe-xl-15 {
		padding-right: 7rem
	}
	.pe-xl-16 {
		padding-right: 8rem
	}
	.pe-xl-17 {
		padding-right: 9rem
	}
	.pe-xl-18 {
		padding-right: 10rem
	}
	.pe-xl-19 {
		padding-right: 11rem
	}
	.pe-xl-20 {
		padding-right: 12rem
	}
	.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: 2rem
	}
	.pb-xl-6 {
		padding-bottom: 2.5rem
	}
	.pb-xl-7 {
		padding-bottom: 3rem
	}
	.pb-xl-8 {
		padding-bottom: 3.5rem
	}
	.pb-xl-9 {
		padding-bottom: 4rem
	}
	.pb-xl-10 {
		padding-bottom: 4.5rem
	}
	.pb-xl-11 {
		padding-bottom: 5rem
	}
	.pb-xl-12 {
		padding-bottom: 5.5rem
	}
	.pb-xl-13 {
		padding-bottom: 6rem
	}
	.pb-xl-14 {
		padding-bottom: 6.5rem
	}
	.pb-xl-15 {
		padding-bottom: 7rem
	}
	.pb-xl-16 {
		padding-bottom: 8rem
	}
	.pb-xl-17 {
		padding-bottom: 9rem
	}
	.pb-xl-18 {
		padding-bottom: 10rem
	}
	.pb-xl-19 {
		padding-bottom: 11rem
	}
	.pb-xl-20 {
		padding-bottom: 12rem
	}
	.ps-xl-0 {
		padding-left: 0
	}
	.ps-xl-1 {
		padding-left: .25rem
	}
	.ps-xl-2 {
		padding-left: .5rem
	}
	.ps-xl-3 {
		padding-left: 1rem
	}
	.ps-xl-4 {
		padding-left: 1.5rem
	}
	.ps-xl-5 {
		padding-left: 2rem
	}
	.ps-xl-6 {
		padding-left: 2.5rem
	}
	.ps-xl-7 {
		padding-left: 3rem
	}
	.ps-xl-8 {
		padding-left: 3.5rem
	}
	.ps-xl-9 {
		padding-left: 4rem
	}
	.ps-xl-10 {
		padding-left: 4.5rem
	}
	.ps-xl-11 {
		padding-left: 5rem
	}
	.ps-xl-12 {
		padding-left: 5.5rem
	}
	.ps-xl-13 {
		padding-left: 6rem
	}
	.ps-xl-14 {
		padding-left: 6.5rem
	}
	.ps-xl-15 {
		padding-left: 7rem
	}
	.ps-xl-16 {
		padding-left: 8rem
	}
	.ps-xl-17 {
		padding-left: 9rem
	}
	.ps-xl-18 {
		padding-left: 10rem
	}
	.ps-xl-19 {
		padding-left: 11rem
	}
	.ps-xl-20 {
		padding-left: 12rem
	}
	.text-xl-start {
		text-align: left
	}
	.text-xl-end {
		text-align: right
	}
	.text-xl-center {
		text-align: center
	}
	.rounded-xl-0 {
		border-radius: 0
	}
	.rounded-xl {
		border-radius: .375rem
	}
	.rounded-xl-1 {
		border-radius: .25rem
	}
	.rounded-xl-2 {
		border-radius: .375rem
	}
	.rounded-xl-3 {
		border-radius: .575rem
	}
	.rounded-xl-4 {
		border-radius: 1.5em
	}
	.rounded-xl-pill {
		border-radius: 50rem
	}
	.rounded-xl-block {
		border-radius: 3rem
	}
	.rounded-xl-blob {
		border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
	}
	.rounded-xl-circle {
		border-radius: 50%
	}
	.rounded-top-xl-0 {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}
	.rounded-top-xl {
		border-top-left-radius: .375rem;
		border-top-right-radius: .375rem
	}
	.rounded-top-xl-1 {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	.rounded-top-xl-2 {
		border-top-left-radius: .375rem;
		border-top-right-radius: .375rem
	}
	.rounded-top-xl-3 {
		border-top-left-radius: .575rem;
		border-top-right-radius: .575rem
	}
	.rounded-top-xl-4 {
		border-top-left-radius: 1.5em;
		border-top-right-radius: 1.5em
	}
	.rounded-top-xl-pill {
		border-top-left-radius: 50rem;
		border-top-right-radius: 50rem
	}
	.rounded-top-xl-block {
		border-top-left-radius: 3rem;
		border-top-right-radius: 3rem
	}
	.rounded-top-xl-circle {
		border-top-left-radius: 50%;
		border-top-right-radius: 50%
	}
	.rounded-end-xl-0 {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.rounded-end-xl {
		border-top-right-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-end-xl-1 {
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem
	}
	.rounded-end-xl-2 {
		border-top-right-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-end-xl-3 {
		border-top-right-radius: .575rem;
		border-bottom-right-radius: .575rem
	}
	.rounded-end-xl-4 {
		border-top-right-radius: 1.5em;
		border-bottom-right-radius: 1.5em
	}
	.rounded-end-xl-pill {
		border-top-right-radius: 50rem;
		border-bottom-right-radius: 50rem
	}
	.rounded-end-xl-block {
		border-top-right-radius: 3rem;
		border-bottom-right-radius: 3rem
	}
	.rounded-end-xl-circle {
		border-top-right-radius: 50%;
		border-bottom-right-radius: 50%
	}
	.rounded-bottom-xl-0 {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}
	.rounded-bottom-xl {
		border-bottom-left-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-bottom-xl-1 {
		border-bottom-left-radius: .25rem;
		border-bottom-right-radius: .25rem
	}
	.rounded-bottom-xl-2 {
		border-bottom-left-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-bottom-xl-3 {
		border-bottom-left-radius: .575rem;
		border-bottom-right-radius: .575rem
	}
	.rounded-bottom-xl-4 {
		border-bottom-left-radius: 1.5em;
		border-bottom-right-radius: 1.5em
	}
	.rounded-bottom-xl-pill {
		border-bottom-left-radius: 50rem;
		border-bottom-right-radius: 50rem
	}
	.rounded-bottom-xl-block {
		border-bottom-left-radius: 3rem;
		border-bottom-right-radius: 3rem
	}
	.rounded-bottom-xl-circle {
		border-bottom-left-radius: 50%;
		border-bottom-right-radius: 50%
	}
	.rounded-start-xl-0 {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.rounded-start-xl {
		border-top-left-radius: .375rem;
		border-bottom-left-radius: .375rem
	}
	.rounded-start-xl-1 {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	.rounded-start-xl-2 {
		border-top-left-radius: .375rem;
		border-bottom-left-radius: .375rem
	}
	.rounded-start-xl-3 {
		border-top-left-radius: .575rem;
		border-bottom-left-radius: .575rem
	}
	.rounded-start-xl-4 {
		border-top-left-radius: 1.5em;
		border-bottom-left-radius: 1.5em
	}
	.rounded-start-xl-pill {
		border-top-left-radius: 50rem;
		border-bottom-left-radius: 50rem
	}
	.rounded-start-xl-block {
		border-top-left-radius: 3rem;
		border-bottom-left-radius: 3rem
	}
	.rounded-start-xl-circle {
		border-top-left-radius: 50%;
		border-bottom-left-radius: 50%
	}
}

@media (min-width:1400px) {
	.float-xxl-start {
		float: left
	}
	.float-xxl-end {
		float: right
	}
	.float-xxl-none {
		float: none
	}
	.d-xxl-inline {
		display: inline
	}
	.d-xxl-inline-block {
		display: inline-block
	}
	.d-xxl-block {
		display: block
	}
	.d-xxl-grid {
		display: grid
	}
	.d-xxl-table {
		display: table
	}
	.d-xxl-table-row {
		display: table-row
	}
	.d-xxl-table-cell {
		display: table-cell
	}
	.d-xxl-flex {
		display: flex
	}
	.d-xxl-inline-flex {
		display: inline-flex
	}
	.d-xxl-none {
		display: none
	}
	.position-xxl-static {
		position: static
	}
	.position-xxl-relative {
		position: relative
	}
	.position-xxl-absolute {
		position: absolute
	}
	.position-xxl-fixed {
		position: fixed
	}
	.position-xxl-sticky {
		position: -webkit-sticky;
		position: sticky
	}
	.border-xxl {
		border: 1px solid #e7e7ef
	}
	.border-xxl-0 {
		border: 0
	}
	.border-top-xxl {
		border-top: 1px solid #e7e7ef
	}
	.border-top-xxl-0 {
		border-top: 0
	}
	.border-end-xxl {
		border-right: 1px solid #e7e7ef
	}
	.border-end-xxl-0 {
		border-right: 0
	}
	.border-start-xxl {
		border-left: 1px solid #e7e7ef
	}
	.border-start-xxl-0 {
		border-left: 0
	}
	.w-xxl-0 {
		width: 0
	}
	.w-xxl-10 {
		width: 10%
	}
	.w-xxl-20 {
		width: 20%
	}
	.w-xxl-25 {
		width: 25%
	}
	.w-xxl-30 {
		width: 30%
	}
	.w-xxl-40 {
		width: 40%
	}
	.w-xxl-50 {
		width: 50%
	}
	.w-xxl-60 {
		width: 60%
	}
	.w-xxl-70 {
		width: 70%
	}
	.w-xxl-75 {
		width: 75%
	}
	.w-xxl-80 {
		width: 80%
	}
	.w-xxl-90 {
		width: 90%
	}
	.w-xxl-100 {
		width: 100%
	}
	.w-xxl-auto {
		width: auto
	}
	.h-xxl-0 {
		height: 0
	}
	.h-xxl-10 {
		height: 10%
	}
	.h-xxl-20 {
		height: 20%
	}
	.h-xxl-25 {
		height: 25%
	}
	.h-xxl-30 {
		height: 30%
	}
	.h-xxl-40 {
		height: 40%
	}
	.h-xxl-50 {
		height: 50%
	}
	.h-xxl-60 {
		height: 60%
	}
	.h-xxl-70 {
		height: 70%
	}
	.h-xxl-75 {
		height: 75%
	}
	.h-xxl-80 {
		height: 80%
	}
	.h-xxl-90 {
		height: 90%
	}
	.h-xxl-100 {
		height: 100%
	}
	.h-xxl-auto {
		height: auto
	}
	.flex-xxl-fill {
		flex: 1 1 auto
	}
	.flex-xxl-row {
		flex-direction: row
	}
	.flex-xxl-column {
		flex-direction: column
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse
	}
	.flex-xxl-grow-0 {
		flex-grow: 0
	}
	.flex-xxl-grow-1 {
		flex-grow: 1
	}
	.flex-xxl-shrink-0 {
		flex-shrink: 0
	}
	.flex-xxl-shrink-1 {
		flex-shrink: 1
	}
	.flex-xxl-wrap {
		flex-wrap: wrap
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse
	}
	.gap-xxl-0 {
		gap: 0
	}
	.gap-xxl-1 {
		gap: .25rem
	}
	.gap-xxl-2 {
		gap: .5rem
	}
	.gap-xxl-3 {
		gap: 1rem
	}
	.gap-xxl-4 {
		gap: 1.5rem
	}
	.gap-xxl-5 {
		gap: 2rem
	}
	.gap-xxl-6 {
		gap: 2.5rem
	}
	.gap-xxl-7 {
		gap: 3rem
	}
	.gap-xxl-8 {
		gap: 3.5rem
	}
	.gap-xxl-9 {
		gap: 4rem
	}
	.gap-xxl-10 {
		gap: 4.5rem
	}
	.gap-xxl-11 {
		gap: 5rem
	}
	.gap-xxl-12 {
		gap: 5.5rem
	}
	.gap-xxl-13 {
		gap: 6rem
	}
	.gap-xxl-14 {
		gap: 6.5rem
	}
	.gap-xxl-15 {
		gap: 7rem
	}
	.gap-xxl-16 {
		gap: 8rem
	}
	.gap-xxl-17 {
		gap: 9rem
	}
	.gap-xxl-18 {
		gap: 10rem
	}
	.gap-xxl-19 {
		gap: 11rem
	}
	.gap-xxl-20 {
		gap: 12rem
	}
	.justify-content-xxl-start {
		justify-content: flex-start
	}
	.justify-content-xxl-end {
		justify-content: flex-end
	}
	.justify-content-xxl-center {
		justify-content: center
	}
	.justify-content-xxl-between {
		justify-content: space-between
	}
	.justify-content-xxl-around {
		justify-content: space-around
	}
	.justify-content-xxl-evenly {
		justify-content: space-evenly
	}
	.align-items-xxl-start {
		align-items: flex-start
	}
	.align-items-xxl-end {
		align-items: flex-end
	}
	.align-items-xxl-center {
		align-items: center
	}
	.align-items-xxl-baseline {
		align-items: baseline
	}
	.align-items-xxl-stretch {
		align-items: stretch
	}
	.align-content-xxl-start {
		align-content: flex-start
	}
	.align-content-xxl-end {
		align-content: flex-end
	}
	.align-content-xxl-center {
		align-content: center
	}
	.align-content-xxl-between {
		align-content: space-between
	}
	.align-content-xxl-around {
		align-content: space-around
	}
	.align-content-xxl-stretch {
		align-content: stretch
	}
	.align-self-xxl-auto {
		align-self: auto
	}
	.align-self-xxl-start {
		align-self: flex-start
	}
	.align-self-xxl-end {
		align-self: flex-end
	}
	.align-self-xxl-center {
		align-self: center
	}
	.align-self-xxl-baseline {
		align-self: baseline
	}
	.align-self-xxl-stretch {
		align-self: stretch
	}
	.order-xxl-first {
		order: -1
	}
	.order-xxl-0 {
		order: 0
	}
	.order-xxl-1 {
		order: 1
	}
	.order-xxl-2 {
		order: 2
	}
	.order-xxl-3 {
		order: 3
	}
	.order-xxl-4 {
		order: 4
	}
	.order-xxl-5 {
		order: 5
	}
	.order-xxl-last {
		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: 2rem
	}
	.m-xxl-6 {
		margin: 2.5rem
	}
	.m-xxl-7 {
		margin: 3rem
	}
	.m-xxl-8 {
		margin: 3.5rem
	}
	.m-xxl-9 {
		margin: 4rem
	}
	.m-xxl-10 {
		margin: 4.5rem
	}
	.m-xxl-11 {
		margin: 5rem
	}
	.m-xxl-12 {
		margin: 5.5rem
	}
	.m-xxl-13 {
		margin: 6rem
	}
	.m-xxl-14 {
		margin: 6.5rem
	}
	.m-xxl-15 {
		margin: 7rem
	}
	.m-xxl-16 {
		margin: 8rem
	}
	.m-xxl-17 {
		margin: 9rem
	}
	.m-xxl-18 {
		margin: 10rem
	}
	.m-xxl-19 {
		margin: 11rem
	}
	.m-xxl-20 {
		margin: 12rem
	}
	.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: 2rem;
		margin-left: 2rem
	}
	.mx-xxl-6 {
		margin-right: 2.5rem;
		margin-left: 2.5rem
	}
	.mx-xxl-7 {
		margin-right: 3rem;
		margin-left: 3rem
	}
	.mx-xxl-8 {
		margin-right: 3.5rem;
		margin-left: 3.5rem
	}
	.mx-xxl-9 {
		margin-right: 4rem;
		margin-left: 4rem
	}
	.mx-xxl-10 {
		margin-right: 4.5rem;
		margin-left: 4.5rem
	}
	.mx-xxl-11 {
		margin-right: 5rem;
		margin-left: 5rem
	}
	.mx-xxl-12 {
		margin-right: 5.5rem;
		margin-left: 5.5rem
	}
	.mx-xxl-13 {
		margin-right: 6rem;
		margin-left: 6rem
	}
	.mx-xxl-14 {
		margin-right: 6.5rem;
		margin-left: 6.5rem
	}
	.mx-xxl-15 {
		margin-right: 7rem;
		margin-left: 7rem
	}
	.mx-xxl-16 {
		margin-right: 8rem;
		margin-left: 8rem
	}
	.mx-xxl-17 {
		margin-right: 9rem;
		margin-left: 9rem
	}
	.mx-xxl-18 {
		margin-right: 10rem;
		margin-left: 10rem
	}
	.mx-xxl-19 {
		margin-right: 11rem;
		margin-left: 11rem
	}
	.mx-xxl-20 {
		margin-right: 12rem;
		margin-left: 12rem
	}
	.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: 2rem;
		margin-bottom: 2rem
	}
	.my-xxl-6 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}
	.my-xxl-7 {
		margin-top: 3rem;
		margin-bottom: 3rem
	}
	.my-xxl-8 {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem
	}
	.my-xxl-9 {
		margin-top: 4rem;
		margin-bottom: 4rem
	}
	.my-xxl-10 {
		margin-top: 4.5rem;
		margin-bottom: 4.5rem
	}
	.my-xxl-11 {
		margin-top: 5rem;
		margin-bottom: 5rem
	}
	.my-xxl-12 {
		margin-top: 5.5rem;
		margin-bottom: 5.5rem
	}
	.my-xxl-13 {
		margin-top: 6rem;
		margin-bottom: 6rem
	}
	.my-xxl-14 {
		margin-top: 6.5rem;
		margin-bottom: 6.5rem
	}
	.my-xxl-15 {
		margin-top: 7rem;
		margin-bottom: 7rem
	}
	.my-xxl-16 {
		margin-top: 8rem;
		margin-bottom: 8rem
	}
	.my-xxl-17 {
		margin-top: 9rem;
		margin-bottom: 9rem
	}
	.my-xxl-18 {
		margin-top: 10rem;
		margin-bottom: 10rem
	}
	.my-xxl-19 {
		margin-top: 11rem;
		margin-bottom: 11rem
	}
	.my-xxl-20 {
		margin-top: 12rem;
		margin-bottom: 12rem
	}
	.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: 2rem
	}
	.mt-xxl-6 {
		margin-top: 2.5rem
	}
	.mt-xxl-7 {
		margin-top: 3rem
	}
	.mt-xxl-8 {
		margin-top: 3.5rem
	}
	.mt-xxl-9 {
		margin-top: 4rem
	}
	.mt-xxl-10 {
		margin-top: 4.5rem
	}
	.mt-xxl-11 {
		margin-top: 5rem
	}
	.mt-xxl-12 {
		margin-top: 5.5rem
	}
	.mt-xxl-13 {
		margin-top: 6rem
	}
	.mt-xxl-14 {
		margin-top: 6.5rem
	}
	.mt-xxl-15 {
		margin-top: 7rem
	}
	.mt-xxl-16 {
		margin-top: 8rem
	}
	.mt-xxl-17 {
		margin-top: 9rem
	}
	.mt-xxl-18 {
		margin-top: 10rem
	}
	.mt-xxl-19 {
		margin-top: 11rem
	}
	.mt-xxl-20 {
		margin-top: 12rem
	}
	.mt-xxl-auto {
		margin-top: auto
	}
	.me-xxl-0 {
		margin-right: 0
	}
	.me-xxl-1 {
		margin-right: .25rem
	}
	.me-xxl-2 {
		margin-right: .5rem
	}
	.me-xxl-3 {
		margin-right: 1rem
	}
	.me-xxl-4 {
		margin-right: 1.5rem
	}
	.me-xxl-5 {
		margin-right: 2rem
	}
	.me-xxl-6 {
		margin-right: 2.5rem
	}
	.me-xxl-7 {
		margin-right: 3rem
	}
	.me-xxl-8 {
		margin-right: 3.5rem
	}
	.me-xxl-9 {
		margin-right: 4rem
	}
	.me-xxl-10 {
		margin-right: 4.5rem
	}
	.me-xxl-11 {
		margin-right: 5rem
	}
	.me-xxl-12 {
		margin-right: 5.5rem
	}
	.me-xxl-13 {
		margin-right: 6rem
	}
	.me-xxl-14 {
		margin-right: 6.5rem
	}
	.me-xxl-15 {
		margin-right: 7rem
	}
	.me-xxl-16 {
		margin-right: 8rem
	}
	.me-xxl-17 {
		margin-right: 9rem
	}
	.me-xxl-18 {
		margin-right: 10rem
	}
	.me-xxl-19 {
		margin-right: 11rem
	}
	.me-xxl-20 {
		margin-right: 12rem
	}
	.me-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: 2rem
	}
	.mb-xxl-6 {
		margin-bottom: 2.5rem
	}
	.mb-xxl-7 {
		margin-bottom: 3rem
	}
	.mb-xxl-8 {
		margin-bottom: 3.5rem
	}
	.mb-xxl-9 {
		margin-bottom: 4rem
	}
	.mb-xxl-10 {
		margin-bottom: 4.5rem
	}
	.mb-xxl-11 {
		margin-bottom: 5rem
	}
	.mb-xxl-12 {
		margin-bottom: 5.5rem
	}
	.mb-xxl-13 {
		margin-bottom: 6rem
	}
	.mb-xxl-14 {
		margin-bottom: 6.5rem
	}
	.mb-xxl-15 {
		margin-bottom: 7rem
	}
	.mb-xxl-16 {
		margin-bottom: 8rem
	}
	.mb-xxl-17 {
		margin-bottom: 9rem
	}
	.mb-xxl-18 {
		margin-bottom: 10rem
	}
	.mb-xxl-19 {
		margin-bottom: 11rem
	}
	.mb-xxl-20 {
		margin-bottom: 12rem
	}
	.mb-xxl-auto {
		margin-bottom: auto
	}
	.ms-xxl-0 {
		margin-left: 0
	}
	.ms-xxl-1 {
		margin-left: .25rem
	}
	.ms-xxl-2 {
		margin-left: .5rem
	}
	.ms-xxl-3 {
		margin-left: 1rem
	}
	.ms-xxl-4 {
		margin-left: 1.5rem
	}
	.ms-xxl-5 {
		margin-left: 2rem
	}
	.ms-xxl-6 {
		margin-left: 2.5rem
	}
	.ms-xxl-7 {
		margin-left: 3rem
	}
	.ms-xxl-8 {
		margin-left: 3.5rem
	}
	.ms-xxl-9 {
		margin-left: 4rem
	}
	.ms-xxl-10 {
		margin-left: 4.5rem
	}
	.ms-xxl-11 {
		margin-left: 5rem
	}
	.ms-xxl-12 {
		margin-left: 5.5rem
	}
	.ms-xxl-13 {
		margin-left: 6rem
	}
	.ms-xxl-14 {
		margin-left: 6.5rem
	}
	.ms-xxl-15 {
		margin-left: 7rem
	}
	.ms-xxl-16 {
		margin-left: 8rem
	}
	.ms-xxl-17 {
		margin-left: 9rem
	}
	.ms-xxl-18 {
		margin-left: 10rem
	}
	.ms-xxl-19 {
		margin-left: 11rem
	}
	.ms-xxl-20 {
		margin-left: 12rem
	}
	.ms-xxl-auto {
		margin-left: auto
	}
	.m-xxl-n1 {
		margin: -.25rem
	}
	.m-xxl-n2 {
		margin: -.5rem
	}
	.m-xxl-n3 {
		margin: -1rem
	}
	.m-xxl-n4 {
		margin: -1.5rem
	}
	.m-xxl-n5 {
		margin: -2rem
	}
	.m-xxl-n6 {
		margin: -2.5rem
	}
	.m-xxl-n7 {
		margin: -3rem
	}
	.m-xxl-n8 {
		margin: -3.5rem
	}
	.m-xxl-n9 {
		margin: -4rem
	}
	.m-xxl-n10 {
		margin: -4.5rem
	}
	.m-xxl-n11 {
		margin: -5rem
	}
	.m-xxl-n12 {
		margin: -5.5rem
	}
	.m-xxl-n13 {
		margin: -6rem
	}
	.m-xxl-n14 {
		margin: -6.5rem
	}
	.m-xxl-n15 {
		margin: -7rem
	}
	.m-xxl-n16 {
		margin: -8rem
	}
	.m-xxl-n17 {
		margin: -9rem
	}
	.m-xxl-n18 {
		margin: -10rem
	}
	.m-xxl-n19 {
		margin: -11rem
	}
	.m-xxl-n20 {
		margin: -12rem
	}
	.mx-xxl-n1 {
		margin-right: -.25rem;
		margin-left: -.25rem
	}
	.mx-xxl-n2 {
		margin-right: -.5rem;
		margin-left: -.5rem
	}
	.mx-xxl-n3 {
		margin-right: -1rem;
		margin-left: -1rem
	}
	.mx-xxl-n4 {
		margin-right: -1.5rem;
		margin-left: -1.5rem
	}
	.mx-xxl-n5 {
		margin-right: -2rem;
		margin-left: -2rem
	}
	.mx-xxl-n6 {
		margin-right: -2.5rem;
		margin-left: -2.5rem
	}
	.mx-xxl-n7 {
		margin-right: -3rem;
		margin-left: -3rem
	}
	.mx-xxl-n8 {
		margin-right: -3.5rem;
		margin-left: -3.5rem
	}
	.mx-xxl-n9 {
		margin-right: -4rem;
		margin-left: -4rem
	}
	.mx-xxl-n10 {
		margin-right: -4.5rem;
		margin-left: -4.5rem
	}
	.mx-xxl-n11 {
		margin-right: -5rem;
		margin-left: -5rem
	}
	.mx-xxl-n12 {
		margin-right: -5.5rem;
		margin-left: -5.5rem
	}
	.mx-xxl-n13 {
		margin-right: -6rem;
		margin-left: -6rem
	}
	.mx-xxl-n14 {
		margin-right: -6.5rem;
		margin-left: -6.5rem
	}
	.mx-xxl-n15 {
		margin-right: -7rem;
		margin-left: -7rem
	}
	.mx-xxl-n16 {
		margin-right: -8rem;
		margin-left: -8rem
	}
	.mx-xxl-n17 {
		margin-right: -9rem;
		margin-left: -9rem
	}
	.mx-xxl-n18 {
		margin-right: -10rem;
		margin-left: -10rem
	}
	.mx-xxl-n19 {
		margin-right: -11rem;
		margin-left: -11rem
	}
	.mx-xxl-n20 {
		margin-right: -12rem;
		margin-left: -12rem
	}
	.my-xxl-n1 {
		margin-top: -.25rem;
		margin-bottom: -.25rem
	}
	.my-xxl-n2 {
		margin-top: -.5rem;
		margin-bottom: -.5rem
	}
	.my-xxl-n3 {
		margin-top: -1rem;
		margin-bottom: -1rem
	}
	.my-xxl-n4 {
		margin-top: -1.5rem;
		margin-bottom: -1.5rem
	}
	.my-xxl-n5 {
		margin-top: -2rem;
		margin-bottom: -2rem
	}
	.my-xxl-n6 {
		margin-top: -2.5rem;
		margin-bottom: -2.5rem
	}
	.my-xxl-n7 {
		margin-top: -3rem;
		margin-bottom: -3rem
	}
	.my-xxl-n8 {
		margin-top: -3.5rem;
		margin-bottom: -3.5rem
	}
	.my-xxl-n9 {
		margin-top: -4rem;
		margin-bottom: -4rem
	}
	.my-xxl-n10 {
		margin-top: -4.5rem;
		margin-bottom: -4.5rem
	}
	.my-xxl-n11 {
		margin-top: -5rem;
		margin-bottom: -5rem
	}
	.my-xxl-n12 {
		margin-top: -5.5rem;
		margin-bottom: -5.5rem
	}
	.my-xxl-n13 {
		margin-top: -6rem;
		margin-bottom: -6rem
	}
	.my-xxl-n14 {
		margin-top: -6.5rem;
		margin-bottom: -6.5rem
	}
	.my-xxl-n15 {
		margin-top: -7rem;
		margin-bottom: -7rem
	}
	.my-xxl-n16 {
		margin-top: -8rem;
		margin-bottom: -8rem
	}
	.my-xxl-n17 {
		margin-top: -9rem;
		margin-bottom: -9rem
	}
	.my-xxl-n18 {
		margin-top: -10rem;
		margin-bottom: -10rem
	}
	.my-xxl-n19 {
		margin-top: -11rem;
		margin-bottom: -11rem
	}
	.my-xxl-n20 {
		margin-top: -12rem;
		margin-bottom: -12rem
	}
	.mt-xxl-n1 {
		margin-top: -.25rem
	}
	.mt-xxl-n2 {
		margin-top: -.5rem
	}
	.mt-xxl-n3 {
		margin-top: -1rem
	}
	.mt-xxl-n4 {
		margin-top: -1.5rem
	}
	.mt-xxl-n5 {
		margin-top: -2rem
	}
	.mt-xxl-n6 {
		margin-top: -2.5rem
	}
	.mt-xxl-n7 {
		margin-top: -3rem
	}
	.mt-xxl-n8 {
		margin-top: -3.5rem
	}
	.mt-xxl-n9 {
		margin-top: -4rem
	}
	.mt-xxl-n10 {
		margin-top: -4.5rem
	}
	.mt-xxl-n11 {
		margin-top: -5rem
	}
	.mt-xxl-n12 {
		margin-top: -5.5rem
	}
	.mt-xxl-n13 {
		margin-top: -6rem
	}
	.mt-xxl-n14 {
		margin-top: -6.5rem
	}
	.mt-xxl-n15 {
		margin-top: -7rem
	}
	.mt-xxl-n16 {
		margin-top: -8rem
	}
	.mt-xxl-n17 {
		margin-top: -9rem
	}
	.mt-xxl-n18 {
		margin-top: -10rem
	}
	.mt-xxl-n19 {
		margin-top: -11rem
	}
	.mt-xxl-n20 {
		margin-top: -12rem
	}
	.me-xxl-n1 {
		margin-right: -.25rem
	}
	.me-xxl-n2 {
		margin-right: -.5rem
	}
	.me-xxl-n3 {
		margin-right: -1rem
	}
	.me-xxl-n4 {
		margin-right: -1.5rem
	}
	.me-xxl-n5 {
		margin-right: -2rem
	}
	.me-xxl-n6 {
		margin-right: -2.5rem
	}
	.me-xxl-n7 {
		margin-right: -3rem
	}
	.me-xxl-n8 {
		margin-right: -3.5rem
	}
	.me-xxl-n9 {
		margin-right: -4rem
	}
	.me-xxl-n10 {
		margin-right: -4.5rem
	}
	.me-xxl-n11 {
		margin-right: -5rem
	}
	.me-xxl-n12 {
		margin-right: -5.5rem
	}
	.me-xxl-n13 {
		margin-right: -6rem
	}
	.me-xxl-n14 {
		margin-right: -6.5rem
	}
	.me-xxl-n15 {
		margin-right: -7rem
	}
	.me-xxl-n16 {
		margin-right: -8rem
	}
	.me-xxl-n17 {
		margin-right: -9rem
	}
	.me-xxl-n18 {
		margin-right: -10rem
	}
	.me-xxl-n19 {
		margin-right: -11rem
	}
	.me-xxl-n20 {
		margin-right: -12rem
	}
	.mb-xxl-n1 {
		margin-bottom: -.25rem
	}
	.mb-xxl-n2 {
		margin-bottom: -.5rem
	}
	.mb-xxl-n3 {
		margin-bottom: -1rem
	}
	.mb-xxl-n4 {
		margin-bottom: -1.5rem
	}
	.mb-xxl-n5 {
		margin-bottom: -2rem
	}
	.mb-xxl-n6 {
		margin-bottom: -2.5rem
	}
	.mb-xxl-n7 {
		margin-bottom: -3rem
	}
	.mb-xxl-n8 {
		margin-bottom: -3.5rem
	}
	.mb-xxl-n9 {
		margin-bottom: -4rem
	}
	.mb-xxl-n10 {
		margin-bottom: -4.5rem
	}
	.mb-xxl-n11 {
		margin-bottom: -5rem
	}
	.mb-xxl-n12 {
		margin-bottom: -5.5rem
	}
	.mb-xxl-n13 {
		margin-bottom: -6rem
	}
	.mb-xxl-n14 {
		margin-bottom: -6.5rem
	}
	.mb-xxl-n15 {
		margin-bottom: -7rem
	}
	.mb-xxl-n16 {
		margin-bottom: -8rem
	}
	.mb-xxl-n17 {
		margin-bottom: -9rem
	}
	.mb-xxl-n18 {
		margin-bottom: -10rem
	}
	.mb-xxl-n19 {
		margin-bottom: -11rem
	}
	.mb-xxl-n20 {
		margin-bottom: -12rem
	}
	.ms-xxl-n1 {
		margin-left: -.25rem
	}
	.ms-xxl-n2 {
		margin-left: -.5rem
	}
	.ms-xxl-n3 {
		margin-left: -1rem
	}
	.ms-xxl-n4 {
		margin-left: -1.5rem
	}
	.ms-xxl-n5 {
		margin-left: -2rem
	}
	.ms-xxl-n6 {
		margin-left: -2.5rem
	}
	.ms-xxl-n7 {
		margin-left: -3rem
	}
	.ms-xxl-n8 {
		margin-left: -3.5rem
	}
	.ms-xxl-n9 {
		margin-left: -4rem
	}
	.ms-xxl-n10 {
		margin-left: -4.5rem
	}
	.ms-xxl-n11 {
		margin-left: -5rem
	}
	.ms-xxl-n12 {
		margin-left: -5.5rem
	}
	.ms-xxl-n13 {
		margin-left: -6rem
	}
	.ms-xxl-n14 {
		margin-left: -6.5rem
	}
	.ms-xxl-n15 {
		margin-left: -7rem
	}
	.ms-xxl-n16 {
		margin-left: -8rem
	}
	.ms-xxl-n17 {
		margin-left: -9rem
	}
	.ms-xxl-n18 {
		margin-left: -10rem
	}
	.ms-xxl-n19 {
		margin-left: -11rem
	}
	.ms-xxl-n20 {
		margin-left: -12rem
	}
	.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: 2rem
	}
	.p-xxl-6 {
		padding: 2.5rem
	}
	.p-xxl-7 {
		padding: 3rem
	}
	.p-xxl-8 {
		padding: 3.5rem
	}
	.p-xxl-9 {
		padding: 4rem
	}
	.p-xxl-10 {
		padding: 4.5rem
	}
	.p-xxl-11 {
		padding: 5rem
	}
	.p-xxl-12 {
		padding: 5.5rem
	}
	.p-xxl-13 {
		padding: 6rem
	}
	.p-xxl-14 {
		padding: 6.5rem
	}
	.p-xxl-15 {
		padding: 7rem
	}
	.p-xxl-16 {
		padding: 8rem
	}
	.p-xxl-17 {
		padding: 9rem
	}
	.p-xxl-18 {
		padding: 10rem
	}
	.p-xxl-19 {
		padding: 11rem
	}
	.p-xxl-20 {
		padding: 12rem
	}
	.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: 2rem;
		padding-left: 2rem
	}
	.px-xxl-6 {
		padding-right: 2.5rem;
		padding-left: 2.5rem
	}
	.px-xxl-7 {
		padding-right: 3rem;
		padding-left: 3rem
	}
	.px-xxl-8 {
		padding-right: 3.5rem;
		padding-left: 3.5rem
	}
	.px-xxl-9 {
		padding-right: 4rem;
		padding-left: 4rem
	}
	.px-xxl-10 {
		padding-right: 4.5rem;
		padding-left: 4.5rem
	}
	.px-xxl-11 {
		padding-right: 5rem;
		padding-left: 5rem
	}
	.px-xxl-12 {
		padding-right: 5.5rem;
		padding-left: 5.5rem
	}
	.px-xxl-13 {
		padding-right: 6rem;
		padding-left: 6rem
	}
	.px-xxl-14 {
		padding-right: 6.5rem;
		padding-left: 6.5rem
	}
	.px-xxl-15 {
		padding-right: 7rem;
		padding-left: 7rem
	}
	.px-xxl-16 {
		padding-right: 8rem;
		padding-left: 8rem
	}
	.px-xxl-17 {
		padding-right: 9rem;
		padding-left: 9rem
	}
	.px-xxl-18 {
		padding-right: 10rem;
		padding-left: 10rem
	}
	.px-xxl-19 {
		padding-right: 11rem;
		padding-left: 11rem
	}
	.px-xxl-20 {
		padding-right: 12rem;
		padding-left: 12rem
	}
	.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: 2rem;
		padding-bottom: 2rem
	}
	.py-xxl-6 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}
	.py-xxl-7 {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
	.py-xxl-8 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem
	}
	.py-xxl-9 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}
	.py-xxl-10 {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem
	}
	.py-xxl-11 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
	.py-xxl-12 {
		padding-top: 5.5rem;
		padding-bottom: 5.5rem
	}
	.py-xxl-13 {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
	.py-xxl-14 {
		padding-top: 6.5rem;
		padding-bottom: 6.5rem
	}
	.py-xxl-15 {
		padding-top: 7rem;
		padding-bottom: 7rem
	}
	.py-xxl-16 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}
	.py-xxl-17 {
		padding-top: 9rem;
		padding-bottom: 9rem
	}
	.py-xxl-18 {
		padding-top: 10rem;
		padding-bottom: 10rem
	}
	.py-xxl-19 {
		padding-top: 11rem;
		padding-bottom: 11rem
	}
	.py-xxl-20 {
		padding-top: 12rem;
		padding-bottom: 12rem
	}
	.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: 2rem
	}
	.pt-xxl-6 {
		padding-top: 2.5rem
	}
	.pt-xxl-7 {
		padding-top: 3rem
	}
	.pt-xxl-8 {
		padding-top: 3.5rem
	}
	.pt-xxl-9 {
		padding-top: 4rem
	}
	.pt-xxl-10 {
		padding-top: 4.5rem
	}
	.pt-xxl-11 {
		padding-top: 5rem
	}
	.pt-xxl-12 {
		padding-top: 5.5rem
	}
	.pt-xxl-13 {
		padding-top: 6rem
	}
	.pt-xxl-14 {
		padding-top: 6.5rem
	}
	.pt-xxl-15 {
		padding-top: 7rem
	}
	.pt-xxl-16 {
		padding-top: 8rem
	}
	.pt-xxl-17 {
		padding-top: 9rem
	}
	.pt-xxl-18 {
		padding-top: 10rem
	}
	.pt-xxl-19 {
		padding-top: 11rem
	}
	.pt-xxl-20 {
		padding-top: 12rem
	}
	.pe-xxl-0 {
		padding-right: 0
	}
	.pe-xxl-1 {
		padding-right: .25rem
	}
	.pe-xxl-2 {
		padding-right: .5rem
	}
	.pe-xxl-3 {
		padding-right: 1rem
	}
	.pe-xxl-4 {
		padding-right: 1.5rem
	}
	.pe-xxl-5 {
		padding-right: 2rem
	}
	.pe-xxl-6 {
		padding-right: 2.5rem
	}
	.pe-xxl-7 {
		padding-right: 3rem
	}
	.pe-xxl-8 {
		padding-right: 3.5rem
	}
	.pe-xxl-9 {
		padding-right: 4rem
	}
	.pe-xxl-10 {
		padding-right: 4.5rem
	}
	.pe-xxl-11 {
		padding-right: 5rem
	}
	.pe-xxl-12 {
		padding-right: 5.5rem
	}
	.pe-xxl-13 {
		padding-right: 6rem
	}
	.pe-xxl-14 {
		padding-right: 6.5rem
	}
	.pe-xxl-15 {
		padding-right: 7rem
	}
	.pe-xxl-16 {
		padding-right: 8rem
	}
	.pe-xxl-17 {
		padding-right: 9rem
	}
	.pe-xxl-18 {
		padding-right: 10rem
	}
	.pe-xxl-19 {
		padding-right: 11rem
	}
	.pe-xxl-20 {
		padding-right: 12rem
	}
	.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: 2rem
	}
	.pb-xxl-6 {
		padding-bottom: 2.5rem
	}
	.pb-xxl-7 {
		padding-bottom: 3rem
	}
	.pb-xxl-8 {
		padding-bottom: 3.5rem
	}
	.pb-xxl-9 {
		padding-bottom: 4rem
	}
	.pb-xxl-10 {
		padding-bottom: 4.5rem
	}
	.pb-xxl-11 {
		padding-bottom: 5rem
	}
	.pb-xxl-12 {
		padding-bottom: 5.5rem
	}
	.pb-xxl-13 {
		padding-bottom: 6rem
	}
	.pb-xxl-14 {
		padding-bottom: 6.5rem
	}
	.pb-xxl-15 {
		padding-bottom: 7rem
	}
	.pb-xxl-16 {
		padding-bottom: 8rem
	}
	.pb-xxl-17 {
		padding-bottom: 9rem
	}
	.pb-xxl-18 {
		padding-bottom: 10rem
	}
	.pb-xxl-19 {
		padding-bottom: 11rem
	}
	.pb-xxl-20 {
		padding-bottom: 12rem
	}
	.ps-xxl-0 {
		padding-left: 0
	}
	.ps-xxl-1 {
		padding-left: .25rem
	}
	.ps-xxl-2 {
		padding-left: .5rem
	}
	.ps-xxl-3 {
		padding-left: 1rem
	}
	.ps-xxl-4 {
		padding-left: 1.5rem
	}
	.ps-xxl-5 {
		padding-left: 2rem
	}
	.ps-xxl-6 {
		padding-left: 2.5rem
	}
	.ps-xxl-7 {
		padding-left: 3rem
	}
	.ps-xxl-8 {
		padding-left: 3.5rem
	}
	.ps-xxl-9 {
		padding-left: 4rem
	}
	.ps-xxl-10 {
		padding-left: 4.5rem
	}
	.ps-xxl-11 {
		padding-left: 5rem
	}
	.ps-xxl-12 {
		padding-left: 5.5rem
	}
	.ps-xxl-13 {
		padding-left: 6rem
	}
	.ps-xxl-14 {
		padding-left: 6.5rem
	}
	.ps-xxl-15 {
		padding-left: 7rem
	}
	.ps-xxl-16 {
		padding-left: 8rem
	}
	.ps-xxl-17 {
		padding-left: 9rem
	}
	.ps-xxl-18 {
		padding-left: 10rem
	}
	.ps-xxl-19 {
		padding-left: 11rem
	}
	.ps-xxl-20 {
		padding-left: 12rem
	}
	.text-xxl-start {
		text-align: left
	}
	.text-xxl-end {
		text-align: right
	}
	.text-xxl-center {
		text-align: center
	}
	.rounded-xxl-0 {
		border-radius: 0
	}
	.rounded-xxl {
		border-radius: .375rem
	}
	.rounded-xxl-1 {
		border-radius: .25rem
	}
	.rounded-xxl-2 {
		border-radius: .375rem
	}
	.rounded-xxl-3 {
		border-radius: .575rem
	}
	.rounded-xxl-4 {
		border-radius: 1.5em
	}
	.rounded-xxl-pill {
		border-radius: 50rem
	}
	.rounded-xxl-block {
		border-radius: 3rem
	}
	.rounded-xxl-blob {
		border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
	}
	.rounded-xxl-circle {
		border-radius: 50%
	}
	.rounded-top-xxl-0 {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}
	.rounded-top-xxl {
		border-top-left-radius: .375rem;
		border-top-right-radius: .375rem
	}
	.rounded-top-xxl-1 {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	.rounded-top-xxl-2 {
		border-top-left-radius: .375rem;
		border-top-right-radius: .375rem
	}
	.rounded-top-xxl-3 {
		border-top-left-radius: .575rem;
		border-top-right-radius: .575rem
	}
	.rounded-top-xxl-4 {
		border-top-left-radius: 1.5em;
		border-top-right-radius: 1.5em
	}
	.rounded-top-xxl-pill {
		border-top-left-radius: 50rem;
		border-top-right-radius: 50rem
	}
	.rounded-top-xxl-block {
		border-top-left-radius: 3rem;
		border-top-right-radius: 3rem
	}
	.rounded-top-xxl-circle {
		border-top-left-radius: 50%;
		border-top-right-radius: 50%
	}
	.rounded-end-xxl-0 {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.rounded-end-xxl {
		border-top-right-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-end-xxl-1 {
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem
	}
	.rounded-end-xxl-2 {
		border-top-right-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-end-xxl-3 {
		border-top-right-radius: .575rem;
		border-bottom-right-radius: .575rem
	}
	.rounded-end-xxl-4 {
		border-top-right-radius: 1.5em;
		border-bottom-right-radius: 1.5em
	}
	.rounded-end-xxl-pill {
		border-top-right-radius: 50rem;
		border-bottom-right-radius: 50rem
	}
	.rounded-end-xxl-block {
		border-top-right-radius: 3rem;
		border-bottom-right-radius: 3rem
	}
	.rounded-end-xxl-circle {
		border-top-right-radius: 50%;
		border-bottom-right-radius: 50%
	}
	.rounded-bottom-xxl-0 {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}
	.rounded-bottom-xxl {
		border-bottom-left-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-bottom-xxl-1 {
		border-bottom-left-radius: .25rem;
		border-bottom-right-radius: .25rem
	}
	.rounded-bottom-xxl-2 {
		border-bottom-left-radius: .375rem;
		border-bottom-right-radius: .375rem
	}
	.rounded-bottom-xxl-3 {
		border-bottom-left-radius: .575rem;
		border-bottom-right-radius: .575rem
	}
	.rounded-bottom-xxl-4 {
		border-bottom-left-radius: 1.5em;
		border-bottom-right-radius: 1.5em
	}
	.rounded-bottom-xxl-pill {
		border-bottom-left-radius: 50rem;
		border-bottom-right-radius: 50rem
	}
	.rounded-bottom-xxl-block {
		border-bottom-left-radius: 3rem;
		border-bottom-right-radius: 3rem
	}
	.rounded-bottom-xxl-circle {
		border-bottom-left-radius: 50%;
		border-bottom-right-radius: 50%
	}
	.rounded-start-xxl-0 {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.rounded-start-xxl {
		border-top-left-radius: .375rem;
		border-bottom-left-radius: .375rem
	}
	.rounded-start-xxl-1 {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	.rounded-start-xxl-2 {
		border-top-left-radius: .375rem;
		border-bottom-left-radius: .375rem
	}
	.rounded-start-xxl-3 {
		border-top-left-radius: .575rem;
		border-bottom-left-radius: .575rem
	}
	.rounded-start-xxl-4 {
		border-top-left-radius: 1.5em;
		border-bottom-left-radius: 1.5em
	}
	.rounded-start-xxl-pill {
		border-top-left-radius: 50rem;
		border-bottom-left-radius: 50rem
	}
	.rounded-start-xxl-block {
		border-top-left-radius: 3rem;
		border-bottom-left-radius: 3rem
	}
	.rounded-start-xxl-circle {
		border-top-left-radius: 50%;
		border-bottom-left-radius: 50%
	}
}

@media (min-width:1200px) {
	.fs-1 {
		font-size: 2.5rem
	}
	.fs-2 {
		font-size: 2rem
	}
	.fs-3 {
		font-size: 1.75rem
	}
	.fs-4 {
		font-size: 1.5rem
	}
}

@media print {
	.d-print-inline {
		display: inline
	}
	.d-print-inline-block {
		display: inline-block
	}
	.d-print-block {
		display: block
	}
	.d-print-grid {
		display: grid
	}
	.d-print-table {
		display: table
	}
	.d-print-table-row {
		display: table-row
	}
	.d-print-table-cell {
		display: table-cell
	}
	.d-print-flex {
		display: flex
	}
	.d-print-inline-flex {
		display: inline-flex
	}
	.d-print-none {
		display: none
	}
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body:not(.loaded) {
	overflow-x: hidden
}

@media (prefers-reduced-motion:reduce) {
	html {
		scroll-behavior: auto
	}
}

html,
body {
	min-height: 100%
}

*:focus {
	outline: 0
}

a {
	transition: all .2s ease-in-out
}

h1,
h2,
.h1,
.h2 {
	letter-spacing: .0175em
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
	letter-spacing: .005em;
	font-weight: 600
}

.ls-0 {
	letter-spacing: 0
}

.ls-1 {
	letter-spacing: .5px
}

.ls-2 {
	letter-spacing: 1px
}

.ls-3 {
	letter-spacing: 1.5px
}

.ls-4 {
	letter-spacing: 2px
}

.ls-5 {
	letter-spacing: 2.5px
}

.ls-6 {
	letter-spacing: 3px
}

.ls-7 {
	letter-spacing: 3.5px
}

.ls-8 {
	letter-spacing: 4px
}

.ls-9 {
	letter-spacing: 4.5px
}

.text-strikethrough {
	text-decoration: line-through
}

.font-serif {
	font-family: 'Source Serif Pro', serif;
	letter-spacing: 0;
	font-weight: 400
}

.font-serif.display-6,
.font-serif.display-5,
.font-serif.display-4,
.font-serif.display-3,
.font-serif.display-2,
.font-serif.display-1 {
	font-weight: 400
}

.display-6,
.display-5,
.display-4,
.display-3,
.display-2,
.display-1 {
	font-family: var(--bs-font-sans-serif)
}

.text-mono {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
	font-weight: 400
}

.text-italic {
	font-style: italic
}

sup,
sub {
	letter-spacing: 0
}


.text-gradient {
	background: radial-gradient(circle at 70%, #f65660 5%, #3655ff 20%);
	background-size: 400% 400%;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	animation: textGradientAnimation 5s ease-in-out infinite;
	-webkit-animation: textGradientAnimation 5s ease-in-out infinite
}

.text-gradient-light {
	background: radial-gradient(circle at 70%, #fff 5%, #9baaff 20%);
	background-size: 400% 400%;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	animation: textGradientAnimation 5s ease-in-out infinite;
	-webkit-animation: textGradientAnimation 5s ease-in-out infinite
}

.dropcap::first-letter {
	float: left;
	line-height: .5;
	font-weight: 600;
	font-size: 2.5rem;
	margin: 0 6px 0 0;
	color: #3655ff
}

.text-outline {
	-webkit-text-stroke-width: 2px;
	text-decoration: none;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background: transparent;
	-webkit-text-fill-color: transparent
}

.text-outline.text-primary {
	-webkit-text-stroke: 2px #3655ff;
	color: transparent
}

.text-outline.text-secondary {
	-webkit-text-stroke: 2px #2e3552;
	color: transparent
}

.text-outline.text-success {
	-webkit-text-stroke: 2px #37a878;
	color: transparent
}

.text-outline.text-info {
	-webkit-text-stroke: 2px #28abff;
	color: transparent
}

.text-outline.text-warning {
	-webkit-text-stroke: 2px #ffc940;
	color: transparent
}

.text-outline.text-danger {
	-webkit-text-stroke: 2px #f65660;
	color: transparent
}

.text-outline.text-light {
	-webkit-text-stroke: 2px #f9f9fe;
	color: transparent
}

.text-outline.text-white {
	-webkit-text-stroke: 2px #fff;
	color: transparent
}

.text-outline.text-gray-200 {
	-webkit-text-stroke: 2px #e7e7ef;
	color: transparent
}

.text-outline.text-gray-800 {
	-webkit-text-stroke: 2px #232a42;
	color: transparent
}

.text-outline.text-dark {
	-webkit-text-stroke: 2px #0e111f;
	color: transparent
}

b,
strong {
	font-weight: 500
}

.bx {
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

@-webkit-keyframes textGradientAnimation {
	0% {
		background-position: 50% 30%
	}
	25% {
		background-position: 100% 10%
	}
	50% {
		background-position: 100% 90%
	}
	75% {
		background-position: 60% 90%
	}
	100% {
		background-position: 50% 30%
	}
}

@keyframes textGradientAnimation {
	0% {
		background-position: 50% 30%
	}
	25% {
		background-position: 100% 10%
	}
	50% {
		background-position: 100% 90%
	}
	75% {
		background-position: 60% 90%
	}
	100% {
		background-position: 50% 30%
	}
}

@-webkit-keyframes transform-x {
	0% {
		opacity: 0;
		transform: translateX(100%);
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease
	}
	100% {
		opacity: 1;
		transform: none
	}
}

@keyframes transform-x {
	0% {
		opacity: 0;
		transform: translateX(100%);
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease
	}
	100% {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes transform-y {
	0% {
		opacity: 0;
		transform: translateY(100%);
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease
	}
	100% {
		opacity: 1;
		transform: none
	}
}

@keyframes transform-y {
	0% {
		opacity: 0;
		transform: translateY(100%);
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease
	}
	100% {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes scaleIn {
	0% {
		transform: scaleX(0);
		transform-origin: left
	}
	to {
		transform: scaleX(1);
		transform-origin: left
	}
}

@keyframes scaleIn {
	0% {
		transform: scaleX(0);
		transform-origin: left
	}
	to {
		transform: scaleX(1);
		transform-origin: left
	}
}

@-webkit-keyframes scaleOut {
	0% {
		transform: scaleX(1);
		transform-origin: right
	}
	to {
		transform: scaleX(0);
		transform-origin: right
	}
}

@keyframes scaleOut {
	0% {
		transform: scaleX(1);
		transform-origin: right
	}
	to {
		transform: scaleX(0);
		transform-origin: right
	}
}

@-webkit-keyframes fadeDown {
	0% {
		transform: translateY(-20px);
		opacity: 0
	}
	100% {
		transform: none;
		opacity: 1
	}
}

@keyframes fadeDown {
	0% {
		transform: translateY(-20px);
		opacity: 0
	}
	100% {
		transform: none;
		opacity: 1
	}
}

@-webkit-keyframes underline-in {
	0% {
		transform: scaleX(0);
		transform-origin: left center
	}
	to {
		transform: scaleX(1);
		transform-origin: left center
	}
}

@keyframes underline-in {
	0% {
		transform: scaleX(0);
		transform-origin: left center
	}
	to {
		transform: scaleX(1);
		transform-origin: left center
	}
}

@-webkit-keyframes underline-out {
	0% {
		transform: scaleX(1);
		transform-origin: right center
	}
	to {
		transform: scaleX(0);
		transform-origin: right center
	}
}

@keyframes underline-out {
	0% {
		transform: scaleX(1);
		transform-origin: right center
	}
	to {
		transform: scaleX(0);
		transform-origin: right center
	}
}

@-webkit-keyframes underline-out-in {
	0% {
		transform: scaleX(1);
		transform-origin: right center
	}
	50% {
		transform: scaleX(0);
		transform-origin: right center
	}
	51% {
		transform: scaleX(0);
		transform-origin: left center
	}
	to {
		transform: scaleX(1);
		transform-origin: left center
	}
}

@keyframes underline-out-in {
	0% {
		transform: scaleX(1);
		transform-origin: right center
	}
	50% {
		transform: scaleX(0);
		transform-origin: right center
	}
	51% {
		transform: scaleX(0);
		transform-origin: left center
	}
	to {
		transform: scaleX(1);
		transform-origin: left center
	}
}

@-webkit-keyframes underline-both {
	to {
		transform: translate3d(101%, 0, 0)
	}
}

@keyframes underline-both {
	to {
		transform: translate3d(101%, 0, 0)
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes connectLine {
	0% {
		transform-origin: 0 0%;
		transform: scaleY(0)
	}
	50% {
		transform-origin: 0 0%;
		transform: scaleY(1)
	}
	51% {
		transform-origin: 0 100%;
		transform: scaleY(1)
	}
	100% {
		transform-origin: 0 100%;
		transform: scaleY(0)
	}
}

@keyframes connectLine {
	0% {
		transform-origin: 0 0%;
		transform: scaleY(0)
	}
	50% {
		transform-origin: 0 0%;
		transform: scaleY(1)
	}
	51% {
		transform-origin: 0 100%;
		transform: scaleY(1)
	}
	100% {
		transform-origin: 0 100%;
		transform: scaleY(0)
	}
}

@-webkit-keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0
	}
	50% {
		transform: scale(1);
		opacity: 1
	}
	to {
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0
	}
	50% {
		transform: scale(1);
		opacity: 1
	}
	to {
		transform: scale(1.5);
		opacity: 0
	}
}

@-webkit-keyframes slide-bg-2 {
	33.3% {
		transform-origin: left top;
		transform: scale(.05, 1)
	}
	66.6% {
		transform-origin: left center;
		transform: scale(1, 1)
	}
	66.7% {
		transform-origin: right center;
		transform: scale(1, 1)
	}
	100% {
		transform-origin: right center;
		transform: scale(0, 1)
	}
}

@keyframes slide-bg-2 {
	33.3% {
		transform-origin: left top;
		transform: scale(.05, 1)
	}
	66.6% {
		transform-origin: left center;
		transform: scale(1, 1)
	}
	66.7% {
		transform-origin: right center;
		transform: scale(1, 1)
	}
	100% {
		transform-origin: right center;
		transform: scale(0, 1)
	}
}

@-webkit-keyframes show-img-1 {
	0%,
	66.6% {
		visibility: hidden
	}
	100%,
	66.7% {
		visibility: visible
	}
}

@keyframes show-img-1 {
	0%,
	66.6% {
		visibility: hidden
	}
	100%,
	66.7% {
		visibility: visible
	}
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(-1rem)
	}
	100% {
		transform: translateY(0)
	}
}

@keyframes bounce {
	0% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(-1rem)
	}
	100% {
		transform: translateY(0)
	}
}

@-webkit-keyframes ripple {
	0% {
		transform: scale(1);
		opacity: 1
	}
	100% {
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes ripple {
	0% {
		transform: scale(1);
		opacity: 1
	}
	100% {
		transform: scale(1.5);
		opacity: 0
	}
}

@-webkit-keyframes ripple-2 {
	0% {
		transform: scale(1);
		opacity: 1
	}
	100% {
		transform: scale(1.7);
		opacity: 0
	}
}

@keyframes ripple-2 {
	0% {
		transform: scale(1);
		opacity: 1
	}
	100% {
		transform: scale(1.7);
		opacity: 0
	}
}

.accordion-button {
	font-weight: 600
}

.accordion.accordion-custom .accordion-item {
	border: 0
}

.accordion.accordion-custom .accordion-body {
	padding-top: 0
}

.accordion.accordion-custom .accordion-button {
	box-shadow: 0 .5rem 1rem rgba(14, 17, 31, .1);
	transition: all .25s;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
	border-radius: .375rem
}

.accordion.accordion-custom .accordion-button::after {
	background-image: none;
	font-weight: 400;
	font-family: boxicons;
	transform: rotate(90deg);
	content: '';
	font-size: .835rem;
	color: currentColor;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	text-align: center;
	line-height: 1;
	box-sizing: content-box
}

.accordion.accordion-custom .accordion-collapse,
.accordion.accordion-custom .accordion-button:not(.collapsed) {
	background-color: #ebeeff
}

.accordion.accordion-custom .accordion-collapse {
	border-bottom-left-radius: .375rem;
	border-bottom-right-radius: .375rem
}

.accordion.accordion-custom .accordion-button:not(.collapsed) {
	box-shadow: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.accordion.accordion-custom .accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: rotate(0);
	color: #3655ff
}

.avatar {
	width: 3rem;
	height: 3rem
}

.avatar.xs {
	width: 1.75rem;
	height: 1.75rem
}

.avatar.sm {
	width: 2rem;
	height: 2rem
}

.avatar.lg {
	width: 4rem;
	height: 4rem
}

.avatar.xl {
	width: 5rem;
	height: 5rem
}

.avatar-status {
	position: relative;
	display: inline-block
}

.avatar-status::after {
	content: '';
	position: absolute;
	bottom: 5%;
	right: 5%;
	width: 20%;
	height: 20%;
	border: 2px solid #fff;
	border-radius: 50%
}

.avatar-status.off::after {
	background-color: #d6d6df
}

.avatar-status.on::after {
	background-color: #32976c
}

.avatar-status.away::after {
	background-color: #e6b53a
}

.avatar-status.dnd::after {
	background-color: #ff3800
}

.avatar-status:not(.rounded-pill):not(.rounded-circle)::after {
	margin-right: -.4rem;
	margin-bottom: -.4rem
}

.avatar-status.rounded-pill>img {
	border-radius: 50rem
}

.avatar-status.rounded-circle>img {
	border-radius: 100%
}

.avatar-status.rounded-3>img {
	border-radius: .575rem
}

.avatar-status.rounded-2>img {
	border-radius: .375rem
}

.avatar-status.rounded-1>img {
	border-radius: .25rem
}

.avatar-group {
	display: flex;
	align-items: stretch
}

.avatar-group .avatar-group-item>img {
	border-radius: 100%
}

.avatar-group .avatar-group-item:not(:first-child) {
	position: relative;
	box-shadow: 0 2px 4px rgba(14, 17, 31, .125)
}

.avatar-group .avatar-group-item.avatar.xs:not(:first-child) {
	margin-left: -.5rem
}

.avatar-group .avatar-group-item.avatar.sm:not(:first-child) {
	margin-left: -.75rem
}

.avatar-group .avatar-group-item.avatar:not(:first-child):not(.xs):not(.sm):not(.lg):not(.xl) {
	margin-left: -1rem
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	font-family: boxicons;
	font-size: 10px;
	font-weight: normal;
	color: currentColor;
	opacity: .35;
	display: inline-block;
	vertical-align: middle;
	float: none
}

.breadcrumb .breadcrumb-item.active {
	color: rgba(35, 42, 66, .6)
}

.text-white .breadcrumb-item,
.text-light .breadcrumb-item {
	color: #fff
}

.text-white .breadcrumb-item.active,
.text-light .breadcrumb-item.active {
	color: rgba(255, 255, 255, .5)
}

.text-white .breadcrumb-item + .breadcrumb-item::before,
.text-light .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255, 255, 255, .7)
}

.showMore-link {
	display: inline-block
}

.showMore-link[aria-expanded='false']::after {
	content: 'show more...'
}

.showMore-link[aria-expanded='true']::after {
	content: 'show less...'
}

.collapse .search-collapse {
	background-color: white
}

.collapse-link {
	position: relative;
	display: inline-block
}

.collapse-link::before {
	content: '+';
	width: .5rem;
	font-weight: 600;
	text-align: center;
	display: inline-block
}

.collapse-link[aria-expanded='true']::before {
	content: '-'
}

.collapse-group .nav-link[data-bs-toggle='collapse'],
.collapse-group [data-bs-toggle='collapse'] {
	position: relative;
	display: block;
	color: #232a42;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.collapse-group .nav-link[data-bs-toggle='collapse']::after,
.collapse-group [data-bs-toggle='collapse']::after {
	border: 0;
	margin-top: 0;
	content: '';
	position: absolute;
	top: 50%;
	right: .5rem;
	width: .75rem;
	height: .75rem;
	transform: translateY(-50%) rotate(180deg);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: boxicons;
	font-style: normal;
	font-weight: 400;
	box-sizing: content-box;
	font-size: .835rem;
	transition: all .2s;
	will-change: transform
}

.collapse-group .nav-link[data-bs-toggle='collapse'][aria-expanded='true'],
.collapse-group [data-bs-toggle='collapse'][aria-expanded='true'] {
	color: #3655ff
}

.collapse-group .nav-link[data-bs-toggle='collapse'][aria-expanded='true']::after,
.collapse-group [data-bs-toggle='collapse'][aria-expanded='true']::after {
	transform: translateY(-50%) rotate(0deg)
}

.collapse-group .nav.nav-level-2.flex-column {
	padding-left: .5rem
}

.collapse-group .nav.nav-level-3.flex-column {
	padding-left: 1rem
}

.collapse-group .nav.nav-level-2.flex-column>.nav-link,
.collapse-group .nav.nav-level-3.flex-column>.nav-link {
	padding-top: .3rem;
	padding-bottom: .3rem
}

.text-white .collapse-group .nav-link[data-bs-toggle='collapse'][aria-expanded='true'],
.text-white .collapse-group [data-bs-toggle='collapse'][aria-expanded='true'],
.bg-dark .collapse-group .nav-link[data-bs-toggle='collapse'][aria-expanded='true'],
.bg-dark .collapse-group [data-bs-toggle='collapse'][aria-expanded='true'],
.text-light .collapse-group .nav-link[data-bs-toggle='collapse'][aria-expanded='true'],
.text-light .collapse-group [data-bs-toggle='collapse'][aria-expanded='true'] {
	color: rgba(255, 255, 255, .65)
}

.hover-lift,
.hover-lift-lg {
	will-change: transform;
	transition: all .3s ease-in-out
}

.hover-lift:hover {
	transform: translate(0, -5px)
}

.hover-lift-lg:hover {
	transform: translate(0, -20px)
}

.img-zoom,
.img-zoom-out {
	transform: scale(1);
	transform-origin: center;
	transition: transform 1.8s cubic-bezier(.2, 1, .2, 1)
}

.card-over,
.card-hover {
	position: relative;
	z-index: 1;
	will-change: transform
}

.card-over:not(.row):not([class~='col-']):not(.d-block):not(.card),
.card-hover:not(.row):not([class~='col-']):not(.d-block):not(.card) {
	display: block;
	color: currentColor
}

.card-overlay {
	will-change: transform;
	transition: opacity 1.1s cubic-bezier(.5, 0, 0, 1) .3s, transform 1.1s cubic-bezier(.5, 0, 0, 1) .3s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden
}

.card-overlay::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: -1;
	filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	background: linear-gradient(0deg, rgba(14, 17, 31, .8) 0, rgba(14, 17, 31, .35) 25%, rgba(14, 17, 31, 0) 50%);
	transition: background-color, opacity 1.2s ease
}

.card-overlay.overlay-center {
	align-items: center;
	justify-content: center;
	text-align: center
}

.card-overlay.overlay-center::before {
	background: linear-gradient(-180deg, rgba(246, 86, 96, .75) 0, rgba(246, 86, 96, .8) 0, rgba(54, 85, 255, .875) 110%);
	transition: background-color, opacity 1.2s ease
}

.card-overlay .overlay-items {
	position: relative;
	margin: 0;
	overflow: hidden;
	font-weight: 400;
	color: currentColor
}

.card-overlay .overlay-items li {
	transition: opacity .25s ease .2s, visibility .25s ease .2s, transform .25s ease .2s;
	display: block;
	position: relative;
	opacity: 1;
	filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	visibility: visible;
	transform: translate3d(0, 0, 0)
}

.card-hover .card-overlay::before,
.card-split-hover .card-overlay::before {
	opacity: 0
}

.card-hover .card-overlay .overlay-items,
.card-split-hover .card-overlay .overlay-items {
	position: relative
}

.card-hover .card-overlay .overlay-items li,
.card-split-hover .card-overlay .overlay-items li {
	opacity: 0;
	transform: translate3d(0, 30px, 0)
}

.card-hover:hover .card-overlay::before,
.card-split-hover:hover .card-overlay::before {
	opacity: 1
}

.card-hover:hover .overlay-items li,
.card-split-hover:hover .overlay-items li {
	opacity: 1;
	transform: translateZ(0);
	transition-duration: .6s
}

.card-hover:hover .overlay-items li:nth-child(1),
.card-split-hover:hover .overlay-items li:nth-child(1) {
	transition-delay: 100ms
}

.card-hover:hover .overlay-items li:nth-child(2),
.card-split-hover:hover .overlay-items li:nth-child(2) {
	transition-delay: 200ms
}

.card-hover:hover .overlay-items li:nth-child(3),
.card-split-hover:hover .overlay-items li:nth-child(3) {
	transition-delay: 300ms
}

.card-hover:hover .overlay-items li:nth-child(4),
.card-split-hover:hover .overlay-items li:nth-child(4) {
	transition-delay: 400ms
}

.card-hover:hover .overlay-items li:nth-child(5),
.card-split-hover:hover .overlay-items li:nth-child(5) {
	transition-delay: 500ms
}

.card-hover:hover .overlay-items li:nth-child(6),
.card-split-hover:hover .overlay-items li:nth-child(6) {
	transition-delay: 600ms
}

.card-hover:hover .overlay-items li:nth-child(7),
.card-split-hover:hover .overlay-items li:nth-child(7) {
	transition-delay: 700ms
}

.card-hover:hover .overlay-items li:nth-child(8),
.card-split-hover:hover .overlay-items li:nth-child(8) {
	transition-delay: 800ms
}

.card-hover:hover .overlay-items li:nth-child(9),
.card-split-hover:hover .overlay-items li:nth-child(9) {
	transition-delay: 900ms
}

.card-hover:hover .overlay-items li:nth-child(10),
.card-split-hover:hover .overlay-items li:nth-child(10) {
	transition-delay: 1000ms
}

.card-hover:hover .overlay-items li:nth-child(11),
.card-split-hover:hover .overlay-items li:nth-child(11) {
	transition-delay: 1100ms
}

.card-hover:hover .overlay-items li:nth-child(12),
.card-split-hover:hover .overlay-items li:nth-child(12) {
	transition-delay: 1200ms
}

.card-hover:hover .overlay-items li:nth-child(13),
.card-split-hover:hover .overlay-items li:nth-child(13) {
	transition-delay: 1300ms
}

.card-hover:hover .overlay-items li:nth-child(14),
.card-split-hover:hover .overlay-items li:nth-child(14) {
	transition-delay: 1400ms
}

.card-hover:hover .overlay-items li:nth-child(15),
.card-split-hover:hover .overlay-items li:nth-child(15) {
	transition-delay: 1500ms
}

.card-hover:hover .overlay-items li:nth-child(16),
.card-split-hover:hover .overlay-items li:nth-child(16) {
	transition-delay: 1600ms
}

.card-hover:hover .overlay-items li:nth-child(17),
.card-split-hover:hover .overlay-items li:nth-child(17) {
	transition-delay: 1700ms
}

.card-hover:hover .overlay-items li:nth-child(18),
.card-split-hover:hover .overlay-items li:nth-child(18) {
	transition-delay: 1800ms
}

.card-hover:hover .overlay-items li:nth-child(19),
.card-split-hover:hover .overlay-items li:nth-child(19) {
	transition-delay: 1900ms
}

.card-hover:hover .overlay-items li:nth-child(20),
.card-split-hover:hover .overlay-items li:nth-child(20) {
	transition-delay: 2000ms
}

.card-hover:hover .overlay-items li:nth-child(21),
.card-split-hover:hover .overlay-items li:nth-child(21) {
	transition-delay: 2100ms
}

.card-hover,
.card-over,
.card-hover-2 {
	will-change: transform
}

.card-hover:hover .img-zoom,
.card-over:hover .img-zoom,
.card-hover-2:hover .img-zoom {
	transform: scale(1.085)
}

.card-hover:hover .img-zoom-out,
.card-over:hover .img-zoom-out,
.card-hover-2:hover .img-zoom-out {
	transform: scale(.95)
}

.card-split-hover {
	will-change: transform
}

.card-split-hover .card-overlay {
	opacity: 0;
	transition: all .15s
}

.card-split-hover:hover .card-overlay {
	opacity: 1
}

.hover-pulse {
	-webkit-animation: pulse 1.5s infinite forwards;
	animation: pulse 1.5s infinite forwards
}

.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.card-hover:hover .link-multiline,
.card-hover-2:hover .link-multiline {
	background-size: 100% 1px
}

.card-hover-2 {
	background-color: #0e111f
}

.card-hover-2-overlay {
	transition: all .25s ease-out
}

.card-hover-2-header p {
	transform: translateY(100%);
	opacity: 0;
	transition: opacity .3s, transform .3s cubic-bezier(.42, .01, .23, 1)
}

.card-hover-2-footer {
	position: relative
}

.card-hover-2-footer .card-hover-2-footer-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center
}

.card-hover-2-footer .tags {
	transform: translateY(0%);
	opacity: 1;
	transition: opacity .3s, transform .3s cubic-bezier(.42, .01, .23, 1)
}

.card-hover-2-footer-link {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center
}

.card-hover-2-footer-link span {
	display: block;
	opacity: 0;
	transform: translateY(100%);
	transition: opacity .3s, transform .3s cubic-bezier(.42, .01, .23, 1)
}

.card-hover-2-footer-link::after {
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	background-size: 24px 24px;
	opacity: 0;
	transform: translateX(-100%);
	transition: opacity .3s, transform .3s cubic-bezier(.42, .01, .23, 1);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 24 24'%3E%3Cpath d='M22 12l-4-4v3H3v2h15v3z'/%3E%3C/svg%3E")
}

.card-hover-2 img {
	transition: opacity .25s, transform .4s
}

.card-hover-2:hover img {
	opacity: .5
}

.card-hover-2:hover .card-hover-2-overlay {
	transition: all .6s ease-in
}

.card-hover-2:hover .card-hover-2-header p {
	opacity: 1;
	transform: translateY(0%)
}

.card-hover-2:hover .card-hover-2-footer .tags {
	opacity: 0;
	transform: translateY(-100%)
}

.card-hover-2:hover .card-hover-2-footer .card-hover-2-footer-link span {
	opacity: 1;
	transform: translateY(0)
}

.card-hover-2:hover .card-hover-2-footer .card-hover-2-footer-link::after {
	opacity: 1;
	transform: translateX(0)
}

.card-reveal-effect {
	visibility: hidden;
	overflow: hidden;
	position: relative;
	transition-property: transform;
	will-change: transform;
	transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}

.card-reveal-effect a {
	display: block
}

.card-reveal-effect>* {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	position: relative;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.card-reveal-effect::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: left top;
	transform: scale(.05, 0);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	background-color: currentColor
}

.card-reveal-effect.aos-animate,
.is-inview .card-reveal-effect,
.aos-animate .card-reveal-effect {
	transform: translate(0, 0);
	visibility: visible
}

.card-reveal-effect.aos-animate>*,
.is-inview .card-reveal-effect>*,
.aos-animate .card-reveal-effect>* {
	-webkit-animation-name: show-img-1;
	animation-name: show-img-1
}

.card-reveal-effect.aos-animate:after,
.is-inview .card-reveal-effect:after,
.aos-animate .card-reveal-effect:after {
	-webkit-animation-name: slide-bg-2;
	animation-name: slide-bg-2
}

.bg-pattern {
	background-image: radial-gradient(circle, currentColor 1px, rgba(0, 0, 0, 0) 1px);
	background-size: 1rem 1rem
}

img.bg-image {
	-o-object-fit: cover;
	object-fit: cover
}

.bg-image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

.bg-image:not([class*='position-absolute']):not([class*='position-relative']) {
	position: absolute
}

.bg-image + * {
	position: relative;
	z-index: 1
}

.bg-gradient-primary {
	background-image: linear-gradient(155deg, #3655ff, #3655ff 25%, #c26bf8 50%, #f65660 75%, #f65660)
}

.bg-gradient-secondary {
	background-image: radial-gradient(200% 160% at 75% 130%, #0e111f 0%, #2e3451 100%)
}

.bg-gradient-light {
	background-image: radial-gradient(200% 160% at 75% 130%, #fff 0%, #f9f9fe 100%)
}

.bg-gradient-white {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
	mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff))
}

.bg-gradient-dark {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 31, 0)), to(#0e111f));
	mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 31, 0)), to(#0e111f));
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 31, 0)), to(#0e111f))
}

.bg-gradient-tint {
	background-image: radial-gradient(200% 160% at 75% 130%, #fef5f5, #f7f8ff)
}

.bg-tint-primary {
	background-color: #d7ddff
}

.bg-tint-secondary {
	background-color: #d5d7dc
}

.bg-tint-success {
	background-color: #d7eee4
}

.bg-tint-info {
	background-color: #d4eeff
}

.bg-tint-warning {
	background-color: #fff4d9
}

.bg-tint-danger {
	background-color: #fddddf
}

.bg-tint-light {
	background-color: #fefeff
}

.bg-tint-white {
	background-color: white
}

.bg-tint-gray-200 {
	background-color: #fafafc
}

.bg-tint-gray-800 {
	background-color: #d3d4d9
}

.bg-tint-dark {
	background-color: #cfcfd2
}

.bg-shade-primary {
	background-color: #0e1540
}

.bg-shade-secondary {
	background-color: #0c0d15
}

.bg-shade-success {
	background-color: #0e2a1e
}

.bg-shade-info {
	background-color: #0a2b40
}

.bg-shade-warning {
	background-color: #403210
}

.bg-shade-danger {
	background-color: #3e1618
}

.bg-shade-light {
	background-color: #3e3e40
}

.bg-shade-white {
	background-color: #404040
}

.bg-shade-gray-200 {
	background-color: #3a3a3c
}

.bg-shade-gray-800 {
	background-color: #090b11
}

.bg-shade-dark {
	background-color: #040408
}

.bg-overlay-gradient {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden
}

.bg-overlay-gradient::before,
.bg-overlay-gradient::after {
	content: '';
	position: absolute;
	z-index: -1
}

.bg-overlay-gradient::after {
	content: '';
	top: 0;
	background: radial-gradient(50% 50% at 50% 50%, #ebeeff 0, rgba(204, 244, 100, 0) 78.74%);
	display: block;
	position: absolute;
	width: 118vh;
	height: 118vh;
	right: 20vh;
	transform: translate(50%, -50%)
}

.bg-overlay-gradient::before {
	background: radial-gradient(50% 50% at 50% 50%, #feeeef 0, rgba(248, 205, 209, 0) 78.74%);
	position: absolute;
	display: block;
	content: '';
	top: -60%;
	left: -90%;
	width: 200%;
	padding-bottom: 200%
}

.badge {
	line-height: 1.3
}

.badge:not(.bg-light):not(.bg-white):not(.bg-gradient-light) {
	color: #fff
}

.badge.badge-pill {
	border-radius: 50rem
}

.btn {
	text-transform: capitalize;
	letter-spacing: -.011rem;
	font-weight: 500
}

.btn-primary {
	color: #fff;
	background-color: #3655ff;
	border-color: #3655ff
}

.btn-primary:hover {
	color: #fff;
	background-color: #2e48d9;
	border-color: #2b44cc;
	box-shadow: 0 20px 25px -5px rgba(84, 111, 255, .125)
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: #2e48d9;
	border-color: #2b44cc;
	box-shadow: 0 20px 25px -5px rgba(84, 111, 255, .125)
}

.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: #2b44cc;
	border-color: #2940bf
}

.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 20px 25px -5px rgba(84, 111, 255, .125)
}

.btn-primary:disabled,
.btn-primary.disabled {
	color: #fff;
	background-color: #3655ff;
	border-color: #3655ff
}

.btn-secondary {
	color: #fff;
	background-color: #2e3552;
	border-color: #2e3552
}

.btn-secondary:hover {
	color: #fff;
	background-color: #272d46;
	border-color: #252a42;
	box-shadow: 0 20px 25px -5px rgba(77, 83, 108, .125)
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
	color: #fff;
	background-color: #272d46;
	border-color: #252a42;
	box-shadow: 0 20px 25px -5px rgba(77, 83, 108, .125)
}

.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: #252a42;
	border-color: #23283e
}

.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 20px 25px -5px rgba(77, 83, 108, .125)
}

.btn-secondary:disabled,
.btn-secondary.disabled {
	color: #fff;
	background-color: #2e3552;
	border-color: #2e3552
}

.btn-success {
	color: #fff;
	background-color: #37a878;
	border-color: #37a878
}

.btn-success:hover {
	color: #fff;
	background-color: #2f8f66;
	border-color: #2c8660;
	box-shadow: 0 20px 25px -5px rgba(85, 181, 140, .125)
}

.btn-check:focus + .btn-success,
.btn-success:focus {
	color: #fff;
	background-color: #2f8f66;
	border-color: #2c8660;
	box-shadow: 0 20px 25px -5px rgba(85, 181, 140, .125)
}

.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: #2c8660;
	border-color: #297e5a
}

.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 20px 25px -5px rgba(85, 181, 140, .125)
}

.btn-success:disabled,
.btn-success.disabled {
	color: #fff;
	background-color: #37a878;
	border-color: #37a878
}

.btn-info {
	color: #fff;
	background-color: #28abff;
	border-color: #28abff
}

.btn-info:hover {
	color: #fff;
	background-color: #2291d9;
	border-color: #2089cc;
	box-shadow: 0 20px 25px -5px rgba(72, 184, 255, .125)
}

.btn-check:focus + .btn-info,
.btn-info:focus {
	color: #fff;
	background-color: #2291d9;
	border-color: #2089cc;
	box-shadow: 0 20px 25px -5px rgba(72, 184, 255, .125)
}

.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: #2089cc;
	border-color: #1e80bf
}

.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 20px 25px -5px rgba(72, 184, 255, .125)
}

.btn-info:disabled,
.btn-info.disabled {
	color: #fff;
	background-color: #28abff;
	border-color: #28abff
}

.btn-warning {
	color: #0e111f;
	background-color: #ffc940;
	border-color: #ffc940
}

.btn-warning:hover {
	color: #0e111f;
	background-color: #ffd15d;
	border-color: #ffce53;
	box-shadow: 0 20px 25px -5px rgba(219, 173, 59, .125)
}

.btn-check:focus + .btn-warning,
.btn-warning:focus {
	color: #0e111f;
	background-color: #ffd15d;
	border-color: #ffce53;
	box-shadow: 0 20px 25px -5px rgba(219, 173, 59, .125)
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
	color: #0e111f;
	background-color: #ffd466;
	border-color: #ffce53
}

.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 20px 25px -5px rgba(219, 173, 59, .125)
}

.btn-warning:disabled,
.btn-warning.disabled {
	color: #0e111f;
	background-color: #ffc940;
	border-color: #ffc940
}

.btn-danger {
	color: #fff;
	background-color: #f65660;
	border-color: #f65660
}

.btn-danger:hover {
	color: #fff;
	background-color: #d14952;
	border-color: #c5454d;
	box-shadow: 0 20px 25px -5px rgba(247, 111, 120, .125)
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
	color: #fff;
	background-color: #d14952;
	border-color: #c5454d;
	box-shadow: 0 20px 25px -5px rgba(247, 111, 120, .125)
}

.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: #c5454d;
	border-color: #b94148
}

.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 20px 25px -5px rgba(247, 111, 120, .125)
}

.btn-danger:disabled,
.btn-danger.disabled {
	color: #fff;
	background-color: #f65660;
	border-color: #f65660
}

.btn-light {
	color: #0e111f;
	background-color: #f9f9fe;
	border-color: #f9f9fe
}

.btn-light:hover {
	color: #0e111f;
	background-color: #fafafe;
	border-color: #fafafe;
	box-shadow: 0 20px 25px -5px rgba(214, 214, 221, .125)
}

.btn-check:focus + .btn-light,
.btn-light:focus {
	color: #0e111f;
	background-color: #fafafe;
	border-color: #fafafe;
	box-shadow: 0 20px 25px -5px rgba(214, 214, 221, .125)
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
	color: #0e111f;
	background-color: #fafafe;
	border-color: #fafafe
}

.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 20px 25px -5px rgba(214, 214, 221, .125)
}

.btn-light:disabled,
.btn-light.disabled {
	color: #0e111f;
	background-color: #f9f9fe;
	border-color: #f9f9fe
}

.btn-white {
	color: #0e111f;
	background-color: #fff;
	border-color: #fff
}

.btn-white:hover {
	color: #0e111f;
	background-color: white;
	border-color: white;
	box-shadow: 0 20px 25px -5px rgba(219, 219, 221, .125)
}

.btn-check:focus + .btn-white,
.btn-white:focus {
	color: #0e111f;
	background-color: white;
	border-color: white;
	box-shadow: 0 20px 25px -5px rgba(219, 219, 221, .125)
}

.btn-check:checked + .btn-white,
.btn-check:active + .btn-white,
.btn-white:active,
.btn-white.active,
.show>.btn-white.dropdown-toggle {
	color: #0e111f;
	background-color: white;
	border-color: white
}

.btn-check:checked + .btn-white:focus,
.btn-check:active + .btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.show>.btn-white.dropdown-toggle:focus {
	box-shadow: 0 20px 25px -5px rgba(219, 219, 221, .125)
}

.btn-white:disabled,
.btn-white.disabled {
	color: #0e111f;
	background-color: #fff;
	border-color: #fff
}

.btn-gray-200 {
	color: #0e111f;
	background-color: #e7e7ef;
	border-color: #e7e7ef
}

.btn-gray-200:hover {
	color: #0e111f;
	background-color: #ebebf1;
	border-color: #e9e9f1;
	box-shadow: 0 20px 25px -5px rgba(198, 199, 208, .125)
}

.btn-check:focus + .btn-gray-200,
.btn-gray-200:focus {
	color: #0e111f;
	background-color: #ebebf1;
	border-color: #e9e9f1;
	box-shadow: 0 20px 25px -5px rgba(198, 199, 208, .125)
}

.btn-check:checked + .btn-gray-200,
.btn-check:active + .btn-gray-200,
.btn-gray-200:active,
.btn-gray-200.active,
.show>.btn-gray-200.dropdown-toggle {
	color: #0e111f;
	background-color: #ececf2;
	border-color: #e9e9f1
}

.btn-check:checked + .btn-gray-200:focus,
.btn-check:active + .btn-gray-200:focus,
.btn-gray-200:active:focus,
.btn-gray-200.active:focus,
.show>.btn-gray-200.dropdown-toggle:focus {
	box-shadow: 0 20px 25px -5px rgba(198, 199, 208, .125)
}

.btn-gray-200:disabled,
.btn-gray-200.disabled {
	color: #0e111f;
	background-color: #e7e7ef;
	border-color: #e7e7ef
}

.btn-gray-800 {
	color: #fff;
	background-color: #232a42;
	border-color: #232a42
}

.btn-gray-800:hover {
	color: #fff;
	background-color: #1e2438;
	border-color: #1c2235;
	box-shadow: 0 20px 25px -5px rgba(68, 74, 94, .125)
}

.btn-check:focus + .btn-gray-800,
.btn-gray-800:focus {
	color: #fff;
	background-color: #1e2438;
	border-color: #1c2235;
	box-shadow: 0 20px 25px -5px rgba(68, 74, 94, .125)
}

.btn-check:checked + .btn-gray-800,
.btn-check:active + .btn-gray-800,
.btn-gray-800:active,
.btn-gray-800.active,
.show>.btn-gray-800.dropdown-toggle {
	color: #fff;
	background-color: #1c2235;
	border-color: #1a2032
}

.btn-check:checked + .btn-gray-800:focus,
.btn-check:active + .btn-gray-800:focus,
.btn-gray-800:active:focus,
.btn-gray-800.active:focus,
.show>.btn-gray-800.dropdown-toggle:focus {
	box-shadow: 0 20px 25px -5px rgba(68, 74, 94, .125)
}

.btn-gray-800:disabled,
.btn-gray-800.disabled {
	color: #fff;
	background-color: #232a42;
	border-color: #232a42
}

.btn-dark {
	color: #fff;
	background-color: #0e111f;
	border-color: #0e111f
}

.btn-dark:hover {
	color: #fff;
	background-color: #0c0e1a;
	border-color: #0b0e19;
	box-shadow: 0 20px 25px -5px rgba(50, 53, 65, .125)
}

.btn-check:focus + .btn-dark,
.btn-dark:focus {
	color: #fff;
	background-color: #0c0e1a;
	border-color: #0b0e19;
	box-shadow: 0 20px 25px -5px rgba(50, 53, 65, .125)
}

.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: #0b0e19;
	border-color: #0b0d17
}

.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 20px 25px -5px rgba(50, 53, 65, .125)
}

.btn-dark:disabled,
.btn-dark.disabled {
	color: #fff;
	background-color: #0e111f;
	border-color: #0e111f
}

.btn-outline-primary {
	color: #3655ff;
	border-color: #3655ff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #3655ff;
	border-color: #3655ff
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
	box-shadow: 0 20px 25px -5px rgba(54, 85, 255, .125)
}

.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: #3655ff;
	border-color: #3655ff
}

.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 20px 25px -5px rgba(54, 85, 255, .125)
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
	color: #3655ff;
	background-color: transparent
}

.btn-outline-secondary {
	color: #2e3552;
	border-color: #2e3552
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #2e3552;
	border-color: #2e3552
}

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
	box-shadow: 0 20px 25px -5px rgba(46, 53, 82, .125)
}

.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: #2e3552;
	border-color: #2e3552
}

.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 20px 25px -5px rgba(46, 53, 82, .125)
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
	color: #2e3552;
	background-color: transparent
}

.btn-outline-success {
	color: #37a878;
	border-color: #37a878
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #37a878;
	border-color: #37a878
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
	box-shadow: 0 20px 25px -5px rgba(55, 168, 120, .125)
}

.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: #37a878;
	border-color: #37a878
}

.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 20px 25px -5px rgba(55, 168, 120, .125)
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
	color: #37a878;
	background-color: transparent
}

.btn-outline-info {
	color: #28abff;
	border-color: #28abff
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #28abff;
	border-color: #28abff
}

.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
	box-shadow: 0 20px 25px -5px rgba(40, 171, 255, .125)
}

.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: #28abff;
	border-color: #28abff
}

.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 20px 25px -5px rgba(40, 171, 255, .125)
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
	color: #28abff;
	background-color: transparent
}

.btn-outline-warning {
	color: #ffc940;
	border-color: #ffc940
}

.btn-outline-warning:hover {
	color: #0e111f;
	background-color: #ffc940;
	border-color: #ffc940
}

.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
	box-shadow: 0 20px 25px -5px rgba(255, 201, 64, .125)
}

.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: #0e111f;
	background-color: #ffc940;
	border-color: #ffc940
}

.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 20px 25px -5px rgba(255, 201, 64, .125)
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
	color: #ffc940;
	background-color: transparent
}

.btn-outline-danger {
	color: #f65660;
	border-color: #f65660
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #f65660;
	border-color: #f65660
}

.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
	box-shadow: 0 20px 25px -5px rgba(246, 86, 96, .125)
}

.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: #f65660;
	border-color: #f65660
}

.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 20px 25px -5px rgba(246, 86, 96, .125)
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
	color: #f65660;
	background-color: transparent
}

.btn-outline-light {
	color: #f9f9fe;
	border-color: #f9f9fe
}

.btn-outline-light:hover {
	color: #0e111f;
	background-color: #f9f9fe;
	border-color: #f9f9fe
}

.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
	box-shadow: 0 20px 25px -5px rgba(249, 249, 254, .125)
}

.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: #0e111f;
	background-color: #f9f9fe;
	border-color: #f9f9fe
}

.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 20px 25px -5px rgba(249, 249, 254, .125)
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
	color: #f9f9fe;
	background-color: transparent
}

.btn-outline-white {
	color: #fff;
	border-color: #fff
}

.btn-outline-white:hover {
	color: #fff;
}


.btn-check:focus + .btn-outline-white,
.btn-outline-white:focus {
	box-shadow: 0 20px 25px -5px rgba(255, 255, 255, .125)
}

.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
	color: #0e111f;
	background-color: #fff;
	border-color: #fff
}

.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
	box-shadow: 0 20px 25px -5px rgba(255, 255, 255, .125)
}

.btn-outline-white:disabled,
.btn-outline-white.disabled {
	color: #fff;
	background-color: transparent
}

.btn-outline-gray-200 {
	color: #e7e7ef;
	border-color: #e7e7ef
}

.btn-outline-gray-200:hover {
	color: #0e111f;
	background-color: #e7e7ef;
	border-color: #e7e7ef
}

.btn-check:focus + .btn-outline-gray-200,
.btn-outline-gray-200:focus {
	box-shadow: 0 20px 25px -5px rgba(231, 231, 239, .125)
}

.btn-check:checked + .btn-outline-gray-200,
.btn-check:active + .btn-outline-gray-200,
.btn-outline-gray-200:active,
.btn-outline-gray-200.active,
.btn-outline-gray-200.dropdown-toggle.show {
	color: #0e111f;
	background-color: #e7e7ef;
	border-color: #e7e7ef
}

.btn-check:checked + .btn-outline-gray-200:focus,
.btn-check:active + .btn-outline-gray-200:focus,
.btn-outline-gray-200:active:focus,
.btn-outline-gray-200.active:focus,
.btn-outline-gray-200.dropdown-toggle.show:focus {
	box-shadow: 0 20px 25px -5px rgba(231, 231, 239, .125)
}

.btn-outline-gray-200:disabled,
.btn-outline-gray-200.disabled {
	color: #e7e7ef;
	background-color: transparent
}

.btn-outline-gray-800 {
	color: #232a42;
	border-color: #232a42
}

.btn-outline-gray-800:hover {
	color: #fff;
	background-color: #232a42;
	border-color: #232a42
}

.btn-check:focus + .btn-outline-gray-800,
.btn-outline-gray-800:focus {
	box-shadow: 0 20px 25px -5px rgba(35, 42, 66, .125)
}

.btn-check:checked + .btn-outline-gray-800,
.btn-check:active + .btn-outline-gray-800,
.btn-outline-gray-800:active,
.btn-outline-gray-800.active,
.btn-outline-gray-800.dropdown-toggle.show {
	color: #fff;
	background-color: #232a42;
	border-color: #232a42
}

.btn-check:checked + .btn-outline-gray-800:focus,
.btn-check:active + .btn-outline-gray-800:focus,
.btn-outline-gray-800:active:focus,
.btn-outline-gray-800.active:focus,
.btn-outline-gray-800.dropdown-toggle.show:focus {
	box-shadow: 0 20px 25px -5px rgba(35, 42, 66, .125)
}

.btn-outline-gray-800:disabled,
.btn-outline-gray-800.disabled {
	color: #232a42;
	background-color: transparent
}

.btn-outline-dark {
	color: #0e111f;
	border-color: #0e111f
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #0e111f;
	border-color: #0e111f
}

.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
	box-shadow: 0 20px 25px -5px rgba(14, 17, 31, .125)
}

.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: #0e111f;
	border-color: #0e111f
}

.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 20px 25px -5px rgba(14, 17, 31, .125)
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
	color: #0e111f;
	background-color: transparent
}

.btn-rise {
	overflow: hidden;
	position: relative;
	transition: all .3s;
	box-shadow: none;
	z-index: 0
}

.btn-rise.p-0 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1
}

.btn-rise .btn-rise-bg {
	z-index: -1;
	display: block;
	width: 125%;
	height: 100%;
	position: absolute;
	background-color: currentColor;
	top: 0;
	left: 50%;
	pointer-events: none;
	transform: translate(-50%, 105%);
	border-radius: 50%;
	transition: transform .65s cubic-bezier(.77, 0, .175, 1), border-radius .65s cubic-bezier(.77, 0, .175, 1)
}

.btn-rise .btn-rise-text {
	position: relative;
	transition: color .4s
}

.btn-rise[class^='btn-outline-']:hover,
.btn-rise[class^='btn-outline-']:focus,
.btn-rise[class^='btn-outline-']:active,
.btn-rise[class^='btn-outline-'].active,
.btn-rise[class*='btn-outline-']:hover,
.btn-rise[class*='btn-outline-']:focus,
.btn-rise[class*='btn-outline-']:active,
.btn-rise[class*='btn-outline-'].active {
	background-color: transparent
}

.btn-rise:hover:not(:disabled):not(.disabled) .btn-rise-bg,
.btn-rise.active:not(:disabled):not(.disabled) .btn-rise-bg,
.btn-rise.focus:not(:disabled):not(.disabled) .btn-rise-bg {
	transform: translate(-50%, 0);
	border-radius: 0
}

.btn-hover-arrow {
	position: relative;
	overflow: hidden
}

.btn-hover-arrow span {
	display: inline-block;
	transform: translate3d(12px, 0, 0);
	transition: transform .3s cubic-bezier(.42, .01, .23, 1)
}

.btn-hover-arrow::after {
	vertical-align: middle;
	content: '';
	font-family: boxicons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 24px;
	font-size: 1.25rem;
	width: 24px;
	height: 24px;
	display: inline-block;
	opacity: 0;
	transform: translate3d(24px, 0, 0);
	transition: opacity .3s, transform .4s cubic-bezier(.42, .01, .23, 1)
}

.btn-hover-arrow:hover span {
	transform: translatez(0)
}

.btn-hover-arrow:hover::after {
	transform: translate3d(6px, 0, 0);
	opacity: 1
}

.btn-hover-arrow.btn-lg::after,
.btn-group-lg>.btn-hover-arrow.btn::after {
	font-size: 1.375rem
}

.btn-hover-arrow.btn-lg:hover span,
.btn-group-lg>.btn-hover-arrow.btn:hover span {
	transform: translate3d(-6px, 0, 0)
}

.btn-hover-arrow.btn-sm::after,
.btn-group-sm>.btn-hover-arrow.btn::after {
	font-size: 1.125rem
}

.btn-hover-arrow.btn-sm:hover span,
.btn-group-sm>.btn-hover-arrow.btn:hover span {
	transform: translateZ(0)
}

.btn-circle-ripple {
	position: relative
}

.btn-circle-ripple::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 1px currentColor;
	-webkit-animation: pulse 2s infinite ease-in-out;
	animation: pulse 2s infinite ease-in-out
}

.btn-circle-ripple.btn-primary::before,
.btn-circle-ripple.btn-outline-primary::before {
	box-shadow: 0 0 0 1px #3655ff
}

.btn-circle-ripple.btn-secondary::before,
.btn-circle-ripple.btn-outline-secondary::before {
	box-shadow: 0 0 0 1px #2e3552
}

.btn-circle-ripple.btn-success::before,
.btn-circle-ripple.btn-outline-success::before {
	box-shadow: 0 0 0 1px #37a878
}

.btn-circle-ripple.btn-info::before,
.btn-circle-ripple.btn-outline-info::before {
	box-shadow: 0 0 0 1px #28abff
}

.btn-circle-ripple.btn-warning::before,
.btn-circle-ripple.btn-outline-warning::before {
	box-shadow: 0 0 0 1px #ffc940
}

.btn-circle-ripple.btn-danger::before,
.btn-circle-ripple.btn-outline-danger::before {
	box-shadow: 0 0 0 1px #f65660
}

.btn-circle-ripple.btn-light::before,
.btn-circle-ripple.btn-outline-light::before {
	box-shadow: 0 0 0 1px #f9f9fe
}

.btn-circle-ripple.btn-white::before,
.btn-circle-ripple.btn-outline-white::before {
	box-shadow: 0 0 0 1px #fff
}

.btn-circle-ripple.btn-gray-200::before,
.btn-circle-ripple.btn-outline-gray-200::before {
	box-shadow: 0 0 0 1px #e7e7ef
}

.btn-circle-ripple.btn-gray-800::before,
.btn-circle-ripple.btn-outline-gray-800::before {
	box-shadow: 0 0 0 1px #232a42
}

.btn-circle-ripple.btn-dark::before,
.btn-circle-ripple.btn-outline-dark::before {
	box-shadow: 0 0 0 1px #0e111f
}

.btn-hover-text {
	position: relative
}

.btn-hover-text .btn-hover-label.label-default {
	display: block;
	transition: transform .5s cubic-bezier(.5, 0, 0, 1), opacity .5s cubic-bezier(.5, 0, 0, 1);
	transition-delay: .1s
}

.btn-hover-text .btn-hover-label.label-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(1vw);
	opacity: 0;
	transition: transform .5s cubic-bezier(.5, 0, 0, 1), opacity .5s cubic-bezier(.5, 0, 0, 1);
	transition-delay: 0s
}

.btn-hover-text:hover .btn-hover-label.label-default {
	transform: translateY(-1vw);
	opacity: 0;
	transition-delay: 0s
}

.btn-hover-text:hover .btn-hover-label.label-hover {
	transform: translateY(0);
	opacity: 1;
	transition-delay: .1s
}

.modal-header .btn-close {
	padding: 0;
	right: 0;
	top: 0;
	margin: 0
}

.btn-close {
	width: 32px;
	height: 32px;
	background-image: none;
	opacity: 1
}

.nav .nav-link:not(.disabled) {
	color: #232a42
}

.nav .nav-link:not(.disabled).active,
.nav .nav-link:not(.disabled):hover {
	color: #3655ff
}

.nav.nav-pills .nav-link.active {
	color: #fff
}

.nav.nav-pills .nav-link.disabled {
	color: #6c718c
}

.nav.flex-column .nav-link {
	padding-left: 0
}

.nav.nav-filter .nav-link {
	position: relative;
	padding: 0;
	color: #232a42
}

.nav.nav-filter .nav-link.active,
.nav.nav-filter .nav-link:hover {
	color: #6c718c
}

.nav.nav-filter .nav-link.active {
	text-decoration: line-through
}

.nav.nav-filter:not(.flex-column) .nav-item:not(:last-child) {
	margin-right: 1rem
}

.nav-overflow {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding-bottom: 1px
}

.nav-overflow::-webkit-scrollbar {
	display: none
}

.text-white .nav .nav-link,
.text-light .nav .nav-link {
	color: rgba(255, 255, 255, .75)
}

.text-white .nav .nav-link.active,
.text-white .nav .nav-link:hover,
.text-light .nav .nav-link.active,
.text-light .nav .nav-link:hover {
	color: #fff
}

.text-white .nav.nav-filter .nav-link.active,
.text-light .nav.nav-filter .nav-link.active {
	text-decoration: line-through
}

.nav-tabs-vertical {
	flex-direction: column;
	flex-shrink: 0;
	flex: 1
}

.nav.nav-pills.nav-pills-white .nav-link.active {
	background-color: #fff;
	color: #3655ff
}

.navbar .navbar-nav .nav-link {
	text-transform: capitalize;
	font-weight: 500;
	font-size: 1rem;
	font-family: var(--bs-font-sans-serif);
	letter-spacing: -.011rem
}

.navbar:not(.position-fixed):not(.position-absolute):not(.fixed-top) {
	position: relative
}

.navbar .dropdown-menu {
	z-index: 1022
}

.navbar-no-collapse-items .btn {
	white-space: nowrap
}

.navbar-no-collapse-items .nav-link {
	padding: .5rem 0;
	color: rgba(14, 17, 31, .55)
}

.navbar-no-collapse-items .nav-link:hover {
	color: rgba(14, 17, 31, .7)
}

.navbar-link-white .navbar-no-collapse-items .nav-link,
.navbar-dark .navbar-no-collapse-items .nav-link {
	color: rgba(255, 255, 255, .55)
}

.navbar-link-white .navbar-no-collapse-items .nav-link:hover,
.navbar-link-white .navbar-no-collapse-items .nav-link:focus,
.navbar-dark .navbar-no-collapse-items .nav-link:hover,
.navbar-dark .navbar-no-collapse-items .nav-link:focus {
	color: rgba(255, 255, 255, .75)
}

.navbar-link-white .navbar-no-collapse-items .nav-link.active,
.navbar-link-white .navbar-no-collapse-items .nav-link.show,
.navbar-dark .navbar-no-collapse-items .nav-link.active,
.navbar-dark .navbar-no-collapse-items .nav-link.show {
	color: #fff
}

.scroll-up .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link,
.is-sticky .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link {
	color: rgba(14, 17, 31, .55)
}

.scroll-up .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link:hover,
.scroll-up .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link:focus,
.is-sticky .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link:hover,
.is-sticky .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link:focus {
	color: rgba(14, 17, 31, .7)
}

.scroll-up .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link.active,
.scroll-up .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link.show,
.is-sticky .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link.active,
.is-sticky .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link.show {
	color: rgba(14, 17, 31, .9)
}

.header-transparent .navbar {
	background-color: transparent;
	border-bottom: 0
}

.header-absolute-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2
}

.header-fixed-top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1030
}

.navbar-brand {
	width: 5.5rem;
	display: block;
	position: relative
}

.navbar-brand .navbar-brand-transparent,
.navbar-brand .navbar-brand-sticky {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%)
}

@media (min-width:992px) {
	header.header-absolute-top .navbar {
		max-width: calc(100vw - 17px)
	}
	header.header-center-logo .navbar-brand { /*네비 타이틀 중앙*/
		position: absolute;
		left: 53%;
		top: 50%;
		transform: translate(-50%, -50%)
	}
	.navbar.navbar-brand-center .navbar-brand {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}
	header.sticky-reverse.scroll-up .navbar.navbar-expand-lg,
	header.header-sticky.is-sticky .navbar.navbar-expand-lg {
		/*border-radius: 0;*/
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1030;
		width: 100%;
		transition: all .3s;
		-webkit-animation: fadeDown .4s both;
		animation: fadeDown .4s both;
		/*border-width: 1px*/
	}
	header.sticky-reverse.scroll-up .navbar.navbar-expand-lg.navbar-light,
	header.header-sticky.is-sticky .navbar.navbar-expand-lg.navbar-light {
		-webkit-animation: fadeDown .4s both;
		animation: fadeDown .4s both;
		border-bottom-color: #e7e7ef;
		box-shadow: 0 5px 5px 0 rgba(14, 17, 31, .06);
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px);
		background-color: rgba(227, 217, 204, .7)
	}
	header.sticky-reverse.scroll-up .navbar.navbar-expand-lg.navbar-dark,
	header.header-sticky.is-sticky .navbar.navbar-expand-lg.navbar-dark {
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px);
		background-color: rgba(44, 44, 52, .8);
		-webkit-animation: fadeDown .4s both;
		animation: fadeDown .4s both;
		box-shadow: 0 5px 5px 0 rgba(14, 17, 31, .0975)
	}
	header.header-boxed.is-sticky .navbar-boxed,
	header.header-boxed.scroll-up .navbar-boxed {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1030;
		padding: 1.5px 0
	}
	header.header-boxed.is-sticky .navbar-boxed .navbar.navbar-expand-lg,
	header.header-boxed.scroll-up .navbar-boxed .navbar.navbar-expand-lg {
		position: relative;
		padding: 0 1rem
	}
	header:not(.scroll-up):not(.is-sticky):not(.is-fixed) .navbar-light.navbar-link-white .navbar-nav .nav-link {
		color: rgba(255, 255, 255, .55)
	}
	header:not(.scroll-up):not(.is-sticky):not(.is-fixed) .navbar-light.navbar-link-white .navbar-nav .nav-link:hover,
	header:not(.scroll-up):not(.is-sticky):not(.is-fixed) .navbar-light.navbar-link-white .navbar-nav .nav-link:focus {
		color: rgba(255, 255, 255, .75)
	}
	header:not(.scroll-up):not(.is-sticky):not(.is-fixed) .navbar-light.navbar-link-white .navbar-nav .nav-link.active {
		color: #fff
	}
	.navbar-expand-lg .navbar-brand {
		width: 5.5rem
	}
	.navbar-expand-lg.navbar {
		padding-top: 0;
		padding-bottom: 0
	}
	.navbar-expand-lg .nav-item>.nav-link,
	.navbar-expand-lg .navbar-no-collapse-items .nav-item {
		height: 4.75rem;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.navbar-expand-lg .navbar-no-collapse-items .nav-item .nav-link {
		height: auto
	}
	.navbar-expand-lg .nav-item:not(:first-child) {
		margin-left: .3rem
	}
	header .navbar-link-white .navbar-brand .navbar-brand-sticky {
		opacity: 0;
		visibility: hidden
	}
	header.scroll-up .navbar-link-white .navbar-brand .navbar-brand-sticky,
	header.is-sticky .navbar-link-white .navbar-brand .navbar-brand-sticky {
		opacity: 1;
		visibility: visible
	}
	header.scroll-up .navbar-link-white .navbar-brand .navbar-brand-transparent,
	header.is-sticky .navbar-link-white .navbar-brand .navbar-brand-transparent {
		opacity: 0;
		visibility: hidden
	}
}

@media (max-width:991.98px) {
	header.sticky-reverse .navbar-link-white .navbar-brand .navbar-brand-sticky {
		opacity: 0;
		visibility: hidden
	}
	.navbar-expand-lg.navbar .navbar-collapse {
		max-height: 90vh;
		overflow-y: auto;
		margin-top: .5rem;
		border-bottom-left-radius: .575rem;
		border-bottom-right-radius: .575rem
	}
	.navbar-expand-lg.navbar .navbar-collapse>.navbar-nav {
		padding: 1rem
	}
	.navbar-expand-lg.navbar.navbar-light .navbar-collapse {
		background-color: #fff;
		box-shadow: 0 .5rem 1rem rgba(14, 17, 31, .1)
	}
	.navbar-expand-lg.navbar.navbar-dark .navbar-collapse {
		background-color: #0e111f
	}
}

.navbar-dark .navbar-toggler,
.navbar-link-white .navbar-toggler {
	color: #fff
}

.navbar-toggler {
	padding: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: transparent
}

.navbar-toggler:focus {
	outline: 0;
	box-shadow: none
}

.navbar-toggler .navbar-toggler-icon {
	background-image: none;
	width: 24px;
	height: 24px;
	position: relative;
	display: inline-block;
	transition: all .5s ease;
	vertical-align: middle;
	font-size: 0;
	cursor: pointer
}

.navbar-toggler .navbar-toggler-icon>i {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background-color: currentColor;
	transition: background-color 0s .3s
}

.navbar-toggler .navbar-toggler-icon>i::before,
.navbar-toggler .navbar-toggler-icon>i::after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	display: block;
	left: 0;
	background-color: currentColor
}

.navbar-toggler .navbar-toggler-icon>i::before {
	top: 8px;
	transition: top .3s .3s, transform .3s 0s, background-color .3s 0s
}

.navbar-toggler .navbar-toggler-icon>i::after {
	bottom: 8px;
	transition: bottom .3s .3s, transform .3s 0s, background-color .3s 0s
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon>i {
	background-color: transparent;
	transition: background-color 0s .2s
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon>i:before {
	top: 0;
	transform: rotate(45deg);
	transition: top .2s 0s, transform .3s .2s, background-color .2s 0s
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon>i::after {
	bottom: 0;
	transition: bottom .2s 0s, transform .2s .2s, background-color .2s 0s;
	transform: rotate(-45deg)
}

header.header-transparent.sticky-fixed .navbar {
	padding: 20px 0;
	transition: transform .5s cubic-bezier(.55, .04, .43, 1)
}

header.header-transparent.sticky-fixed .navbar .navbar-fixed-bg {
	transform: translateY(-100%);
	transition: transform 400ms cubic-bezier(.215, .61, .355, 1);
	height: calc(100% - 10px);
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1
}

header.header-transparent.sticky-fixed.is-fixed .navbar {
	transform: translateY(-10px)
}

header.header-transparent.sticky-fixed.is-fixed .navbar .navbar-fixed-bg {
	transform: translateY(0);
	transition: transform 400ms cubic-bezier(.215, .61, .355, 1)
}

header.header-transparent.sticky-fixed.is-fixed .navbar-light .navbar-fixed-bg {
	background-color: rgba(255, 255, 255, .985)
}

header.header-transparent.sticky-fixed.is-fixed .navbar-light.navbar-link-white .navbar-brand>.navbar-brand-transparent {
	opacity: 0;
	visibility: hidden
}

header.header-transparent.sticky-fixed.is-fixed .navbar-light.navbar-link-white .navbar-brand>.navbar-brand-sticky {
	opacity: 1;
	visibility: visible
}

header.header-transparent.sticky-fixed.is-fixed .navbar-light .navbar-toggler .navbar-toggler-icon>i {
	color: rgba(14, 17, 31, .55)
}

header.header-transparent.sticky-fixed.is-fixed .navbar-dark .navbar-fixed-bg {
	background-color: rgba(14, 17, 31, .985)
}

.dropdown-menu {
	box-shadow: 0 1rem 3rem rgba(14, 17, 31, .125)
}

.dropdown-item {
	font-family: var(--bs-font-sans-serif);
	transition: all .2s ease-in-out;
	text-transform: capitalize;
	letter-spacing: 0;
	font-size: 1rem;
	font-weight: 400;
	border-radius: .375rem
}

.text-white .dropdown-divider,
.bg-dark .dropdown-divider,
.dropdown-menu-dark .dropdown-divider {
	opacity: .2
}

.dropdown-menu .dropdown-header {
	text-transform: capitalize
}

.navbar-no-collapse-items .dropdown-menu.dropdown-menu-xs {
	min-width: 300px;
	width: 300px
}

@media (min-width:992px) {
	.navbar .dropdown-menu-end {
		right: 0;
		left: auto
	}
	.navbar .dropdown-menu {
		display: block;
		visibility: hidden;
		transform: translateY(16px);
		opacity: 0
	}
	.navbar .dropdown-menu.show {
		transition: opacity .15s, transform .25s cubic-bezier(.25, .5, .75, 1);
		transform: none;
		opacity: 1;
		visibility: visible
	}
	.dropdown-menu-fw {
		width: auto;
		max-width: none;
		margin-left: .75rem;
		margin-right: .75rem;
		right: 0
	}
	.dropdown-menu-fw.dropdown-menu[data-bs-popper] {
		right: 0
	}
	.navbar-boxed .navbar .dropdown-menu-fw {
		margin-left: 0;
		margin-right: 0
	}
	.dropdown-menu-md {
		width: 720px
	}
	.dropdown-menu-sm {
		width: 540px
	}
	.navbar-no-collapse-items .dropdown-menu.dropdown-menu-xs {
		min-width: 360px;
		width: 360px
	}
	.dropdown-menu-xs {
		width: 360px
	}
}

@media (min-width:1200px) {
	.navbar .dropdown-menu-lg {
		width: auto;
		max-width: none
	}
	.navbar .dropdown-menu-lg.dropdown-menu-end[data-bs-popper] {
		right: 0;
		margin-right: .75rem
	}
	.navbar .dropdown-menu-md {
		width: 720px
	}
	.navbar .dropdown-menu-sm {
		width: 540px
	}
	.navbar .dropdown-menu-xs {
		width: 340px
	}
}

@media (max-width:991.98px) {
	.navbar.navbar-expand-lg .dropdown-menu {
		box-shadow: none;
		padding-top: 0;
		border-radius: 0
	}
	.navbar.navbar-expand-lg .dropend .dropdown-menu,
	.navbar.navbar-expand-lg .dropstart .dropdown-menu {
		opacity: 1;
		position: static;
		padding-top: .25rem;
		padding-right: 0;
		padding-left: 1rem;
		padding-bottom: 0
	}
	.navbar.navbar-expand-lg .nav-item.dropdown {
		position: static
	}
	.navbar.navbar-expand-lg .navbar-no-collapse-items .dropdown-menu {
		min-width: 100%;
		max-width: 100%;
		width: 100%
	}
}

.dropend .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0
}

.dropstart .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-left: 0
}

.dropdown-menu.dropdown-menu-xxs {
	max-width: 160px;
	min-width: 160px
}

.swiper-classic {
	height: 440px
}

.swiper-classic .swiper-slide {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat
}

@media (min-width:992px) {
	.swiper-classic {
		height: 700px
	}
}

.carousel-layers li {
	transition: opacity .3s, transform cubic-bezier(.175, .885, .32, 1.275) .35s;
	overflow: hidden;
	height: auto;
	display: block;
	opacity: 0
}

.carousel-layers [data-carousel-layer='fade-up'] {
	transform: translate3d(0, 50px, 0)
}

.carousel-layers [data-carousel-layer='fade-down'] {
	transform: translate3d(0, -50px, 0)
}

.carousel-layers [data-carousel-layer='fade-start'] {
	transform: translate3d(-50px, 0, 0)
}

.carousel-layers [data-carousel-layer='fade-end'] {
	transform: translate3d(50px, 0, 0)
}

.carousel-layers [data-carousel-layer='zoom-in'] {
	transform: translate3d(0, -50px, 0) scale(.6)
}

.carousel-item.active .carousel-layers li,
.swiper-slide-active .carousel-layers li {
	transform: translateZ(0) scale(1);
	opacity: 1;
	transition-duration: 800ms;
	transition-delay: 300ms
}

.carousel-item.active .carousel-layers li:nth-child(2),
.swiper-slide-active .carousel-layers li:nth-child(2) {
	transition-delay: 600ms
}

.carousel-item.active .carousel-layers li:nth-child(3),
.swiper-slide-active .carousel-layers li:nth-child(3) {
	transition-delay: 800ms
}

.carousel-item.active .carousel-layers li:nth-child(4),
.swiper-slide-active .carousel-layers li:nth-child(4) {
	transition-delay: 1s
}

.swiper-parallax-bg .swiper-slide {
	height: 75vh;
	display: flex;
	align-items: center
}

.swiper-parallax-bg .parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 135%;
	height: 100%;
	background-size: cover;
	background-position: center
}

.swiper-progress .swiper-pagination-progressbar {
	bottom: 0;
	top: auto;
	height: 6px;
	background-color: rgba(255, 255, 255, .125)
}

.swiper-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: rgba(255, 255, 255, .5)
}

.swiper-vertical {
	height: 100%;
	width: 100%
}

.swiper-vertical .swiper-slide {
	display: flex;
	align-items: center;
	height: 100%
}

.swiper-pagination .swiper-pagination-bullet {
	opacity: .5;
	background-color: currentColor;
	border-radius: 100px;
	transition: opacity .3s, width .3s ease-in-out;
	position: relative;
	width: .5rem;
	height: .5rem;
	border-radius: .25rem
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	width: 1.5rem
}

.swiper-pagination .swiper-pagination-bullet:not(:first-child) {
	margin-left: .5rem
}

.swiper-button-next,
.swiper-button-prev {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 2.5rem;
	background-color: #cdd5ff;
	color: #0e111f;
	transition: all .25s
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: none
}

.swiper-button-next::after,
.swiper-button-next::before,
.swiper-button-prev::after,
.swiper-button-prev::before {
	content: '';
	font-family: inherit
}

.swiper-button-next::after,
.swiper-button-prev::after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 2px;
	background: currentColor;
	transition: transform .6s cubic-bezier(.19, 1, .22, 1), opacity .5s cubic-bezier(.19, 1, .22, 1);
	transform: translate(-50%, -50%) scaleX(.5);
	transform-origin: right;
	opacity: 0
}

.swiper-button-next::before,
.swiper-button-prev::before {
	border: solid currentColor;
	border-width: 0 2px 2px 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	position: relative;
	transition: transform .7s cubic-bezier(.19, 1, .22, 1);
	transform-origin: center;
	transform: rotate(-45deg)
}

.swiper-button-prev::before {
	transform: rotate(135deg)
}

.swiper-button-prev::after {
	transform-origin: left
}

.swiper-button-next:not(.swiper-button-disabled):hover::after {
	opacity: 1;
	transform: translate(-50%, -50%) scaleX(1);
	transition: transform .8s cubic-bezier(.19, 1, .22, 1), opacity .7s cubic-bezier(.19, 1, .22, 1)
}

.swiper-button-next:not(.swiper-button-disabled):hover::before {
	transform: translate(2px, 0) rotate(-45deg)
}

.swiper-button-prev:not(.swiper-button-disabled):hover::after {
	opacity: 1;
	transform: translate(-50%, -50%) scaleX(1);
	transition: transform .8s cubic-bezier(.19, 1, .22, 1), opacity .7s cubic-bezier(.19, 1, .22, 1)
}

.swiper-button-prev:not(.swiper-button-disabled):hover::before {
	transform: translate(-2px, 0) rotate(135deg)
}

.text-white .swiper-pagination .swiper-pagination-bullet,
.text-light .swiper-pagination .swiper-pagination-bullet {
	background-color: white
}

.swiper-thumbs .swiper-slide {
	transition: opacity .3s;
	opacity: .35;
	cursor: pointer
}

.swiper-thumbs .swiper-slide img {
	width: 100%;
	max-width: 90px;
	height: auto;
	display: block;
	margin: 0 auto
}

.swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1
}

.swiper-slide-thumb-active .swiper-pagination-progress-bar-inner {
	transition-property: width;
	transition-timing-function: linear;
	width: 100%
}

.swiper-pagination-progress {
	cursor: pointer
}

.swiper-pagination-progress-bar {
	background-color: rgba(14, 17, 31, .125);
	height: 4px;
	position: relative
}

.swiper-pagination-progress-bar-inner {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	background-color: #0e111f;
	transition: none
}

.text-white .swiper-pagination-progress-bar {
	background-color: rgba(255, 255, 255, .25)
}

.text-white .swiper-pagination-progress-bar-inner {
	background-color: #fff
}

.spinner-loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center
}

body.loaded .spinner-loader {
	opacity: 0;
	visibility: hidden;
	transition: .3s cubic-bezier(.785, .135, .15, .86) .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.form-control.text-white::-moz-placeholder,
input.text-white::-moz-placeholder,
select.text-white::-moz-placeholder,
textarea.text-white::-moz-placeholder {
	color: rgba(255, 255, 255, .65)
}

.form-control.text-white:-ms-input-placeholder,
input.text-white:-ms-input-placeholder,
select.text-white:-ms-input-placeholder,
textarea.text-white:-ms-input-placeholder {
	color: rgba(255, 255, 255, .65)
}

.form-control.text-white::placeholder,
input.text-white::placeholder,
select.text-white::placeholder,
textarea.text-white::placeholder {
	color: rgba(255, 255, 255, .65)
}

.input-icon-group {
	position: relative
}

.input-icon-group .form-control {
	padding-left: 3rem
}

.input-icon-group .form-control-lg {
	padding-left: 3.5rem
}

.input-icon-group .form-control-sm {
	padding-left: 2.25rem
}

.input-icon-group .input-icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem
}

.input-icon-group .input-icon::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(231, 231, 239, .5) 50%, rgba(255, 255, 255, 0) 100%)
}

.input-icon-group .input-icon>i {
	font-size: 1rem;
	opacity: .3
}

.input-icon-group.input-icon-group-sm .input-icon {
	width: 2rem
}

.input-icon-group.input-icon-group-sm .input-icon>i {
	font-size: .835rem
}

.input-icon-group.input-icon-group-lg .input-icon {
	width: 3rem
}

.input-icon-group.input-icon-group-lg .input-icon>i {
	font-size: 1.125rem
}

.form-switch>.form-check-input {
	height: 1.5rem
}

.fill-primary *,
.fill-primary {
	fill: #3655ff
}

.stroke-primary,
.stroke-primary * {
	stroke: #3655ff
}

.text-outline-primary {
	color: transparent;
	-webkit-text-stroke: 1px #3655ff
}

.fill-secondary *,
.fill-secondary {
	fill: #2e3552
}

.stroke-secondary,
.stroke-secondary * {
	stroke: #2e3552
}

.text-outline-secondary {
	color: transparent;
	-webkit-text-stroke: 1px #2e3552
}

.fill-success *,
.fill-success {
	fill: #37a878
}

.stroke-success,
.stroke-success * {
	stroke: #37a878
}

.text-outline-success {
	color: transparent;
	-webkit-text-stroke: 1px #37a878
}

.fill-info *,
.fill-info {
	fill: #28abff
}

.stroke-info,
.stroke-info * {
	stroke: #28abff
}

.text-outline-info {
	color: transparent;
	-webkit-text-stroke: 1px #28abff
}

.fill-warning *,
.fill-warning {
	fill: #ffc940
}

.stroke-warning,
.stroke-warning * {
	stroke: #ffc940
}

.text-outline-warning {
	color: transparent;
	-webkit-text-stroke: 1px #ffc940
}

.fill-danger *,
.fill-danger {
	fill: #f65660
}

.stroke-danger,
.stroke-danger * {
	stroke: #f65660
}

.text-outline-danger {
	color: transparent;
	-webkit-text-stroke: 1px #f65660
}

.fill-light *,
.fill-light {
	fill: #f9f9fe
}

.stroke-light,
.stroke-light * {
	stroke: #f9f9fe
}

.text-outline-light {
	color: transparent;
	-webkit-text-stroke: 1px #f9f9fe
}

.fill-white *,
.fill-white {
	fill: #fff
}

.stroke-white,
.stroke-white * {
	stroke: #fff
}

.text-outline-white {
	color: transparent;
	-webkit-text-stroke: 1px #fff
}

.fill-gray-200 *,
.fill-gray-200 {
	fill: #e7e7ef
}

.stroke-gray-200,
.stroke-gray-200 * {
	stroke: #e7e7ef
}

.text-outline-gray-200 {
	color: transparent;
	-webkit-text-stroke: 1px #e7e7ef
}

.fill-gray-800 *,
.fill-gray-800 {
	fill: #232a42
}

.stroke-gray-800,
.stroke-gray-800 * {
	stroke: #232a42
}

.text-outline-gray-800 {
	color: transparent;
	-webkit-text-stroke: 1px #232a42
}

.fill-dark *,
.fill-dark {
	fill: #0e111f
}

.stroke-dark,
.stroke-dark * {
	stroke: #0e111f
}

.text-outline-dark {
	color: transparent;
	-webkit-text-stroke: 1px #0e111f
}

.fill-currentColor {
	fill: currentColor
}

.fill-currentColor>* {
	fill: currentColor
}

.stroke-currentColor {
	stroke: currentColor
}

.stroke-currentColor>* {
	stroke: currentColor
}

.link-underline {
	display: inline-block;
	position: relative;
	padding-bottom: .125rem;
	overflow: hidden;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	transition-duration: .15s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	vertical-align: middle;
	transition: color .25s cubic-bezier(.28, .44, .49, 1)
}

.link-underline::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	will-change: transform;
	background-color: currentColor;
	opacity: .35
}

.link-underline:hover::after {
	opacity: 1;
	-webkit-animation: scaleOut .25s cubic-bezier(.28, .44, .49, 1) 0s forwards, scaleIn .25s cubic-bezier(.28, .44, .49, 1) .25s forwards;
	animation: scaleOut .25s cubic-bezier(.28, .44, .49, 1) 0s forwards, scaleIn .25s cubic-bezier(.28, .44, .49, 1) .25s forwards
}

.link-decoration {
	text-decoration: underline
}

.link-decoration:hover {
	text-decoration: none
}

.link-hover-decoration {
	text-decoration: none
}

.link-hover-decoration:hover {
	text-decoration: underline
}

.link-hover-underline {
	position: relative;
	display: inline-block
}

.link-hover-underline::after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	top: 100%;
	left: .05em;
	right: .05em;
	background: currentColor;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform .6s cubic-bezier(1, 0, 0, 1)
}

.link-hover-underline:hover::after {
	transform: scaleX(1);
	transition-duration: .9s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transform-origin: 0 50%
}

.link-decoration:not(:hover):not(.active) {
	text-decoration: underline
}

.link-hover-move-arrow {
	position: relative;
	display: inline-block;
	transition: padding .35s cubic-bezier(.68, -.55, .265, 1.55)
}

.link-hover-move-arrow svg {
	width: 10px;
	height: auto;
	margin-right: 2px
}

.link-hover-move-arrow svg>path {
	fill: currentColor
}

.link-hover-move-arrow:hover {
	padding-left: .5rem
}

.link-both-underline {
	display: inline-block;
	text-decoration: none;
	position: relative;
	overflow: hidden
}

.link-both-underline::after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	transform: translate3d(-102%, 0, 0);
	content: '';
	display: block;
	height: 1px;
	background-color: currentColor
}

.link-both-underline:hover::after {
	-webkit-animation: underline-both 1s ease;
	animation: underline-both 1s ease
}

.link-hover-no-underline {
	display: inline-block;
	position: relative;
	padding-bottom: .02em
}

.link-hover-no-underline::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	background: currentColor;
	width: 100%;
	right: 0;
	left: 0;
	transition: all .5s cubic-bezier(.23, 1, .32, 1)
}

.link-hover-no-underline:hover:after {
	width: 0;
	left: 50%;
	right: auto
}

.splitting .word,
.splitting .char {
	display: inline-block
}

.splitting .char {
	white-space: nowrap;
	position: relative
}

.link-underline>*,
.link-hover-underline>*,
.btn>*,
.nav-link>* {
	pointer-events: none
}

.link-multiline {
	display: inline;
	background-image: linear-gradient(#0e111f, #0e111f);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size .3s, color .3s
}

.link-multiline:hover {
	background-size: 100% 1px
}

.text-light .link-multiline,
.text-white .link-multiline {
	background-image: linear-gradient(#fff, #fff)
}

.link-2x.link-underline,
.link-2x.link-hover-underline,
.link-2x.link-hover-nounderline,
.link-2x.link-both-underline {
	padding-bottom: .2rem
}

.link-2x.link-underline::after,
.link-2x.link-hover-underline::after,
.link-2x.link-hover-nounderline::after,
.link-2x.link-both-underline::after {
	height: 2px
}

.link-arrow-bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.list-inline-divided .list-inline-item::after {
	content: '/';
	margin-left: .5rem;
	font-size: .705575rem;
	color: currentColor;
	opacity: .25;
	display: inline-block;
	vertical-align: middle;
	font-weight: light
}

.list-inline-divided .list-inline-item:last-child::after {
	display: none
}

.list-disc,
.list-circle {
	padding-left: 1rem
}

.list-disc {
	list-style-type: disc
}

.list-circle {
	list-style-type: circle
}

.text-white .list-group-item,
.text-light .list-group-item {
	color: #fff;
	border-color: rgba(255, 255, 255, .25)
}

.stripes {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1
}

.stripes-container {
	display: flex;
	height: 100vh;
	justify-content: space-between
}

.stripes-item {
	background-color: #f9f9fe;
	height: 100%;
	width: 1px
}

.text-white .stripes-item,
.text-light .stripes-item {
	background-color: rgba(255, 255, 255, .075)
}

.progress-page {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: none;
	border: 0;
	height: auto;
	margin: 0;
	padding: 0
}

.progress-page progress {
	position: relative;
	display: block;
	height: 5px;
	width: 100%;
	border: 0;
	background-color: transparent
}

.progress-page progress::-moz-progress-bar {
	background-color: #b9c4ff
}

.progress-page progress::-webkit-progress-bar {
	background-color: transparent
}

.progress-page progress::-webkit-progress-value {
	background-color: #b9c4ff
}

.progress-bar.aos-init {
	width: 0
}

.toTop {
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 1rem;
	margin-bottom: 1rem;
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fff;
	color: #232a42;
	box-shadow: 0 .5rem 1rem rgba(14, 17, 31, .1);
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	line-height: 1;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition: .4s cubic-bezier(.33, 1, .68, 1);
	z-index: 9999
}

.toTop.show {
	visibility: visible;
	opacity: 1;
	transform: none
}

.connect-line {
	display: block;
	bottom: 0;
	width: 1px;
	height: 4rem;
	background-color: currentColor;
	transform-origin: 0 0;
	z-index: 10;
	animation: connectLine 1.5s cubic-bezier(.215, .61, .355, 1) infinite;
	-webkit-animation: connectLine 1.5s cubic-bezier(.215, .61, .355, 1) infinite
}

.c-scrollbar_thumb {
	background-color: rgba(54, 85, 255, .5);
	border-radius: 0;
	margin: 0
}

.si {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 40px;
	height: 40px;
	font-size: 1.25rem;
	color: #232a42
}

.si>i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color .15s, transform .45s cubic-bezier(.19, 1, .22, 1);
	line-height: 1
}

.si>i:last-child {
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden
}

.si:hover>i:first-child {
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden
}

.si:hover>i:last-child {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.si.si-border {
	border: 1px solid #e7e7ef
}

.si-list-inline li .si + .si {
	margin-left: .25rem
}

.si-circle {
	border-radius: 100%
}

.si-hover-facebook:hover {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff
}

.si-hover-twitter:hover {
	background-color: #1da1f2;
	border-color: #1da1f2;
	color: #fff
}

.si-hover-google:hover {
	background-color: #ff0000;
	border-color: #ff0000;
	color: #fff
}

.si-hover-skype:hover {
	background-color: #00aff0;
	border-color: #00aff0;
	color: #fff
}

.si-hover-linkedin:hover {
	background-color: #0077b5;
	border-color: #0077b5;
	color: #fff
}

.si-hover-pinterest:hover {
	background-color: #c8232c;
	border-color: #c8232c;
	color: #fff
}

.si-hover-tumblr:hover {
	background-color: #34526f;
	border-color: #34526f;
	color: #fff
}

.si-hover-vimeo:hover {
	background-color: #33b3f2;
	border-color: #33b3f2;
	color: #fff
}

.si-hover-digg:hover {
	background-color: #191919;
	border-color: #191919;
	color: #fff
}

.si-hover-reddit:hover {
	background-color: #c6c6c6;
	border-color: #c6c6c6;
	color: #fff
}

.si-hover-spotify:hover {
	background-color: #1ed760;
	border-color: #1ed760;
	color: #fff
}

.si-hover-blogger:hover {
	background-color: #fc4f08;
	border-color: #fc4f08;
	color: #fff
}

.si-hover-dribbble:hover {
	background-color: #ea4c89;
	border-color: #ea4c89;
	color: #fff
}

.si-hover-flickr:hover {
	background-color: #ff0084;
	border-color: #ff0084;
	color: #fff
}

.si-hover-youtube:hover {
	background-color: #ff0000;
	border-color: #ff0000;
	color: #fff
}

.si-hover-yahoo:hover {
	background-color: #720e9e;
	border-color: #720e9e;
	color: #fff
}

.si-hover-dropbox:hover {
	background-color: #3d9ae8;
	border-color: #3d9ae8;
	color: #fff
}

.si-hover-ebay:hover {
	background-color: #89c507;
	border-color: #89c507;
	color: #fff
}

.si-hover-github:hover {
	background-color: #171515;
	border-color: #171515;
	color: #fff
}

.si-hover-google-play:hover {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff
}

.si-hover-itunes:hover {
	background-color: #222;
	border-color: #222;
	color: #fff
}

.si-hover-soundcloud:hover {
	background-color: #f70;
	border-color: #f70;
	color: #fff
}

.si-hover-wordpress:hover {
	background-color: #1e8cbe;
	border-color: #1e8cbe;
	color: #fff
}

.si-hover-yelp:hover {
	background-color: #c41200;
	border-color: #c41200;
	color: #fff
}

.si-hover-drupal:hover {
	background-color: #27537a;
	border-color: #27537a;
	color: #fff
}

.si-hover-bitbucket:hover {
	background-color: #0e4984;
	border-color: #0e4984;
	color: #fff
}

.si-hover-stackoverflow:hover {
	background-color: #ef8236;
	border-color: #ef8236;
	color: #fff
}

.si-hover-xing:hover {
	background-color: #126567;
	border-color: #126567;
	color: #fff
}

.si-hover-amazon:hover {
	background-color: #e47911;
	border-color: #e47911;
	color: #fff
}

.si-hover-appstore:hover {
	background-color: #0070c9;
	border-color: #0070c9;
	color: #fff
}

.si-hover-android:hover {
	background-color: #a4c639;
	border-color: #a4c639;
	color: #fff
}

.si-hover-wikipedia:hover {
	background-color: #333;
	border-color: #333;
	color: #fff
}

.si-hover-foursquare:hover {
	background-color: #25a0ca;
	border-color: #25a0ca;
	color: #fff
}

.si-hover-bitcoin:hover {
	background-color: #ecbc13;
	border-color: #ecbc13;
	color: #fff
}

.si-hover-adobe:hover {
	background-color: #ff0000;
	border-color: #ff0000;
	color: #fff
}

.si-hover-chrome:hover {
	background-color: #174ea6;
	border-color: #174ea6;
	color: #fff
}

.si-hover-gulp:hover {
	background-color: #cf4647;
	border-color: #cf4647;
	color: #fff
}

.si-hover-sass:hover {
	background-color: #b37399;
	border-color: #b37399;
	color: #fff
}

.si-hover-paypal:hover {
	background-color: #0070ba;
	border-color: #0070ba;
	color: #fff
}

.si-hover-magento:hover {
	background-color: #f26322;
	border-color: #f26322;
	color: #fff
}

.si-hover-microsoft:hover {
	background-color: #0067b8;
	border-color: #0067b8;
	color: #fff
}

.si-hover-angular:hover {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff
}

.si-hover-slack:hover {
	background-color: #e01e5a;
	border-color: #e01e5a;
	color: #fff
}

.si-hover-behance:hover {
	background-color: #053eff;
	border-color: #053eff;
	color: #fff
}

.si-hover-stumbleupon:hover {
	background-color: #f74425;
	border-color: #f74425;
	color: #fff
}

.si-hover-internet-explorer:hover {
	background-color: #0084ff;
	border-color: #0084ff;
	color: #fff
}

.si-hover-whatsapp:hover {
	background-color: #25d366;
	border-color: #25d366;
	color: #fff
}

.si-hover-twitch:hover {
	background-color: #6441a5;
	border-color: #6441a5;
	color: #fff
}

.si-colored-facebook {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff
}

.si-colored-facebook:hover {
	background-color: #293e6a;
	border-color: #23355b
}

.si-colored-twitter {
	background-color: #1da1f2;
	border-color: #1da1f2;
	color: #fff
}

.si-colored-twitter:hover {
	background-color: #1471a9;
	border-color: #116191
}

.si-colored-google {
	background-color: #ff0000;
	border-color: #ff0000;
	color: #fff
}

.si-colored-google:hover {
	background-color: #b30000;
	border-color: #990000
}

.si-colored-skype {
	background-color: #00aff0;
	border-color: #00aff0;
	color: #fff
}

.si-colored-skype:hover {
	background-color: #007ba8;
	border-color: #006990
}

.si-colored-linkedin {
	background-color: #0077b5;
	border-color: #0077b5;
	color: #fff
}

.si-colored-linkedin:hover {
	background-color: #00537f;
	border-color: #00476d
}

.si-colored-pinterest {
	background-color: #c8232c;
	border-color: #c8232c;
	color: #fff
}

.si-colored-pinterest:hover {
	background-color: #8c191f;
	border-color: #78151a
}

.si-colored-tumblr {
	background-color: #34526f;
	border-color: #34526f;
	color: #fff
}

.si-colored-tumblr:hover {
	background-color: #24394e;
	border-color: #1f3143
}

.si-colored-vimeo {
	background-color: #33b3f2;
	border-color: #33b3f2;
	color: #fff
}

.si-colored-vimeo:hover {
	background-color: #247da9;
	border-color: #1f6b91
}

.si-colored-digg {
	background-color: #191919;
	border-color: #191919;
	color: #fff
}

.si-colored-digg:hover {
	background-color: #121212;
	border-color: #0f0f0f
}

.si-colored-reddit {
	background-color: #c6c6c6;
	border-color: #c6c6c6;
	color: #fff
}

.si-colored-reddit:hover {
	background-color: #8b8b8b;
	border-color: #777777
}

.si-colored-spotify {
	background-color: #1ed760;
	border-color: #1ed760;
	color: #fff
}

.si-colored-spotify:hover {
	background-color: #159743;
	border-color: #12813a
}

.si-colored-blogger {
	background-color: #fc4f08;
	border-color: #fc4f08;
	color: #fff
}

.si-colored-blogger:hover {
	background-color: #b03706;
	border-color: #972f05
}

.si-colored-dribbble {
	background-color: #ea4c89;
	border-color: #ea4c89;
	color: #fff
}

.si-colored-dribbble:hover {
	background-color: #a43560;
	border-color: #8c2e52
}

.si-colored-flickr {
	background-color: #ff0084;
	border-color: #ff0084;
	color: #fff
}

.si-colored-flickr:hover {
	background-color: #b3005c;
	border-color: #99004f
}

.si-colored-youtube {
	background-color: #ff0000;
	border-color: #ff0000;
	color: #fff
}

.si-colored-youtube:hover {
	background-color: #b30000;
	border-color: #990000
}

.si-colored-yahoo {
	background-color: #720e9e;
	border-color: #720e9e;
	color: #fff
}

.si-colored-yahoo:hover {
	background-color: #500a6f;
	border-color: #44085f
}

.si-colored-dropbox {
	background-color: #3d9ae8;
	border-color: #3d9ae8;
	color: #fff
}

.si-colored-dropbox:hover {
	background-color: #2b6ca2;
	border-color: #255c8b
}

.si-colored-ebay {
	background-color: #89c507;
	border-color: #89c507;
	color: #fff
}

.si-colored-ebay:hover {
	background-color: #608a05;
	border-color: #527604
}

.si-colored-github {
	background-color: #171515;
	border-color: #171515;
	color: #fff
}

.si-colored-github:hover {
	background-color: #100f0f;
	border-color: #0e0d0d
}

.si-colored-google-play {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff
}

.si-colored-google-play:hover {
	background-color: #9b3528;
	border-color: #852d22
}

.si-colored-itunes {
	background-color: #222;
	border-color: #222;
	color: #fff
}

.si-colored-itunes:hover {
	background-color: #181818;
	border-color: #141414
}

.si-colored-soundcloud {
	background-color: #f70;
	border-color: #f70;
	color: #fff
}

.si-colored-soundcloud:hover {
	background-color: #b35300;
	border-color: #994700
}

.si-colored-wordpress {
	background-color: #1e8cbe;
	border-color: #1e8cbe;
	color: #fff
}

.si-colored-wordpress:hover {
	background-color: #156285;
	border-color: #125472
}

.si-colored-yelp {
	background-color: #c41200;
	border-color: #c41200;
	color: #fff
}

.si-colored-yelp:hover {
	background-color: #890d00;
	border-color: #760b00
}

.si-colored-drupal {
	background-color: #27537a;
	border-color: #27537a;
	color: #fff
}

.si-colored-drupal:hover {
	background-color: #1b3a55;
	border-color: #173249
}

.si-colored-bitbucket {
	background-color: #0e4984;
	border-color: #0e4984;
	color: #fff
}

.si-colored-bitbucket:hover {
	background-color: #0a335c;
	border-color: #082c4f
}

.si-colored-stackoverflow {
	background-color: #ef8236;
	border-color: #ef8236;
	color: #fff
}

.si-colored-stackoverflow:hover {
	background-color: #a75b26;
	border-color: #8f4e20
}

.si-colored-xing {
	background-color: #126567;
	border-color: #126567;
	color: #fff
}

.si-colored-xing:hover {
	background-color: #0d4748;
	border-color: #0b3d3e
}

.si-colored-amazon {
	background-color: #e47911;
	border-color: #e47911;
	color: #fff
}

.si-colored-amazon:hover {
	background-color: #a0550c;
	border-color: #89490a
}

.si-colored-appstore {
	background-color: #0070c9;
	border-color: #0070c9;
	color: #fff
}

.si-colored-appstore:hover {
	background-color: #004e8d;
	border-color: #004379
}

.si-colored-android {
	background-color: #a4c639;
	border-color: #a4c639;
	color: #fff
}

.si-colored-android:hover {
	background-color: #738b28;
	border-color: #627722
}

.si-colored-wikipedia {
	background-color: #333;
	border-color: #333;
	color: #fff
}

.si-colored-wikipedia:hover {
	background-color: #242424;
	border-color: #1f1f1f
}

.si-colored-foursquare {
	background-color: #25a0ca;
	border-color: #25a0ca;
	color: #fff
}

.si-colored-foursquare:hover {
	background-color: #1a708d;
	border-color: #166079
}

.si-colored-bitcoin {
	background-color: #ecbc13;
	border-color: #ecbc13;
	color: #fff
}

.si-colored-bitcoin:hover {
	background-color: #a5840d;
	border-color: #8e710b
}

.si-colored-adobe {
	background-color: #ff0000;
	border-color: #ff0000;
	color: #fff
}

.si-colored-adobe:hover {
	background-color: #b30000;
	border-color: #990000
}

.si-colored-chrome {
	background-color: #174ea6;
	border-color: #174ea6;
	color: #fff
}

.si-colored-chrome:hover {
	background-color: #103774;
	border-color: #0e2f64
}

.si-colored-gulp {
	background-color: #cf4647;
	border-color: #cf4647;
	color: #fff
}

.si-colored-gulp:hover {
	background-color: #913132;
	border-color: #7c2a2b
}

.si-colored-sass {
	background-color: #b37399;
	border-color: #b37399;
	color: #fff
}

.si-colored-sass:hover {
	background-color: #7d516b;
	border-color: #6b455c
}

.si-colored-paypal {
	background-color: #0070ba;
	border-color: #0070ba;
	color: #fff
}

.si-colored-paypal:hover {
	background-color: #004e82;
	border-color: #004370
}

.si-colored-magento {
	background-color: #f26322;
	border-color: #f26322;
	color: #fff
}

.si-colored-magento:hover {
	background-color: #a94518;
	border-color: #913b14
}

.si-colored-microsoft {
	background-color: #0067b8;
	border-color: #0067b8;
	color: #fff
}

.si-colored-microsoft:hover {
	background-color: #004881;
	border-color: #003e6e
}

.si-colored-angular {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff
}

.si-colored-angular:hover {
	background-color: #9b3528;
	border-color: #852d22
}

.si-colored-slack {
	background-color: #e01e5a;
	border-color: #e01e5a;
	color: #fff
}

.si-colored-slack:hover {
	background-color: #9d153f;
	border-color: #861236
}

.si-colored-behance {
	background-color: #053eff;
	border-color: #053eff;
	color: #fff
}

.si-colored-behance:hover {
	background-color: #042bb3;
	border-color: #032599
}

.si-colored-stumbleupon {
	background-color: #f74425;
	border-color: #f74425;
	color: #fff
}

.si-colored-stumbleupon:hover {
	background-color: #ad301a;
	border-color: #942916
}

.si-colored-internet-explorer {
	background-color: #0084ff;
	border-color: #0084ff;
	color: #fff
}

.si-colored-internet-explorer:hover {
	background-color: #005cb3;
	border-color: #004f99
}

.si-colored-whatsapp {
	background-color: #25d366;
	border-color: #25d366;
	color: #fff
}

.si-colored-whatsapp:hover {
	background-color: #1a9447;
	border-color: #167f3d
}

.si-colored-twitch {
	background-color: #6441a5;
	border-color: #6441a5;
	color: #fff
}

.si-colored-twitch:hover {
	background-color: #462e74;
	border-color: #3c2763
}

.si-colored-instagram,
.si-hover-instagram:hover,
.si-colored-instagram:hover {
	background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	color: #fff;
	border-color: transparent
}

.form-pricing-switch.form-switch {
	margin-bottom: 0
}

.form-pricing-switch.form-switch>.form-check-input {
	height: 1.75rem;
	width: 3.25rem;
	margin-top: 0
}

.nav-tabs {
	border-bottom: 1px solid #e7e7ef
}

.nav-tabs .nav-link {
	padding-left: 0;
	padding-right: 0
}

.nav-tabs .nav-link:not(:first-child) {
	margin-left: 1.5rem
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	border-bottom: 1px solid transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background-color: transparent
}

.nav-tabs .nav-link.active {
	background-color: transparent;
	border-bottom-color: #3655ff
}

.fullscreen-wrapper {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 100vw;
	height: 100%;
	z-index: 99999;
	transition: all .6s ease-out;
	visibility: hidden
}

.fullscreen-wrapper::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: visibility 0s linear 1.5s, transform .5s cubic-bezier(.215, .61, .355, 1) 1s;
	transform: translateY(-100%);
	visibility: hidden;
	background-color: #162266
}

.fullscreen-wrapper .fullscreen-inner {
	padding: 2rem;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	width: calc(100vw + 17px);
	position: relative
}

.fullscreen-close {
	z-index: 4;
	position: fixed;
	right: .75rem;
	top: .75rem;
	width: 3rem;
	height: 3rem;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	background-color: #3655ff;
	transition: opacity 0s linear .3s, transform .2s cubic-bezier(.215, .61, .355, 1) .3ms;
	opacity: 0;
	transform: translateX(-1rem);
	color: #fff
}

.fullscreen-item {
	transition: opacity .5s linear 0s, transform .5s cubic-bezier(.215, .61, .355, 1) 0s;
	opacity: 0;
	transform: translateY(3.5rem)
}

.fullscreen-inner .js-hover-img {
	transition: none
}

.fullscreen-inner .js-hover-img .js-hover-img-item {
	transition: opacity .2s, transform .4s cubic-bezier(.215, .61, .355, 1) .1s;
	transform: translate3d(0, 30px, 0);
	opacity: 0
}

.fullscreen-inner .js-hover-img .js-hover-img-item .js-hover-img-link {
	transition: none
}

.fullscreen-inner .js-hover-img .js-hover-img-item .js-hover-img-link:not(:hover):not(.active) {
	mix-blend-mode: screen
}

.fullscreen-open {
	overflow: hidden;
	height: 100%;
	width: 100vw
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .5s linear .8s, transform .5s cubic-bezier(.215, .61, .355, 1) .8s
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(1) {
	transition-delay: 300ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(2) {
	transition-delay: 600ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(3) {
	transition-delay: 900ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(4) {
	transition-delay: 1200ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(5) {
	transition-delay: 1500ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(6) {
	transition-delay: 1800ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(7) {
	transition-delay: 2100ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(8) {
	transition-delay: 2400ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(9) {
	transition-delay: 2700ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(10) {
	transition-delay: 3000ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(11) {
	transition-delay: 3300ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(12) {
	transition-delay: 3600ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(13) {
	transition-delay: 3900ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(14) {
	transition-delay: 4200ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(15) {
	transition-delay: 4500ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(16) {
	transition-delay: 4800ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(17) {
	transition-delay: 5100ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(18) {
	transition-delay: 5400ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(19) {
	transition-delay: 5700ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(20) {
	transition-delay: 6000ms
}

.fullscreen-open .fullscreen-inner .js-hover-img .js-hover-img-item:nth-child(21) {
	transition-delay: 6300ms
}

.fullscreen-open .fullscreen-item {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .5s linear .8s, transform .5s cubic-bezier(.215, .61, .355, 1) .8s
}

.fullscreen-open .fullscreen-item:nth-child(1) {
	transition-delay: 300ms
}

.fullscreen-open .fullscreen-item:nth-child(2) {
	transition-delay: 600ms
}

.fullscreen-open .fullscreen-item:nth-child(3) {
	transition-delay: 900ms
}

.fullscreen-open .fullscreen-item:nth-child(4) {
	transition-delay: 1200ms
}

.fullscreen-open .fullscreen-item:nth-child(5) {
	transition-delay: 1500ms
}

.fullscreen-open .fullscreen-item:nth-child(6) {
	transition-delay: 1800ms
}

.fullscreen-open .fullscreen-item:nth-child(7) {
	transition-delay: 2100ms
}

.fullscreen-open .fullscreen-item:nth-child(8) {
	transition-delay: 2400ms
}

.fullscreen-open .fullscreen-item:nth-child(9) {
	transition-delay: 2700ms
}

.fullscreen-open .fullscreen-item:nth-child(10) {
	transition-delay: 3000ms
}

.fullscreen-open .fullscreen-item:nth-child(11) {
	transition-delay: 3300ms
}

.fullscreen-open .fullscreen-item:nth-child(12) {
	transition-delay: 3600ms
}

.fullscreen-open .fullscreen-item:nth-child(13) {
	transition-delay: 3900ms
}

.fullscreen-open .fullscreen-item:nth-child(14) {
	transition-delay: 4200ms
}

.fullscreen-open .fullscreen-item:nth-child(15) {
	transition-delay: 4500ms
}

.fullscreen-open .fullscreen-item:nth-child(16) {
	transition-delay: 4800ms
}

.fullscreen-open .fullscreen-item:nth-child(17) {
	transition-delay: 5100ms
}

.fullscreen-open .fullscreen-item:nth-child(18) {
	transition-delay: 5400ms
}

.fullscreen-open .fullscreen-item:nth-child(19) {
	transition-delay: 5700ms
}

.fullscreen-open .fullscreen-item:nth-child(20) {
	transition-delay: 6000ms
}

.fullscreen-open .fullscreen-item:nth-child(21) {
	transition-delay: 6300ms
}

.fullscreen-open .fullscreen-close {
	opacity: 1;
	transform: none;
	transition: opacity 0s linear .4s, transform .4s cubic-bezier(.55, .055, .675, .19) .4s
}

.fullscreen-open .fullscreen-wrapper {
	visibility: visible
}

.fullscreen-open .fullscreen-wrapper::before {
	visibility: visible;
	transform: translateY(0%);
	transition: visibility 0s linear .1s, transform .4s cubic-bezier(.215, .61, .355, 1) .1s
}

@media (min-width:992px) {
	.fullscreen-wrapper .fullscreen-inner {
		display: flex;
		align-items: center
	}
}

.offcanvas {
	transition: transform .25s cubic-bezier(.215, .61, .355, 1)
}

.offcanvas.offcanvas-start,
.offcanvas.offcanvas-end,
.offcanvas.offcanvas-bottom {
	border: 0
}

.offcanvas .offcanvas-header .btn-close {
	padding: 0
}

.offcanvas .nav-link {
	font-weight: 500;
	color: #232a42;
	display: block
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link.active {
	color: #3655ff
}

.offcanvas ul>li {
	transform: translateY(30px);
	opacity: 0
}

.offcanvas ul.no-animation>li {
	transform: none;
	opacity: 1;
	transition: none
}

.offcanvas.show {
	transition: transform .5s cubic-bezier(.215, .61, .355, 1)
}

.offcanvas.show ul>li {
	overflow: hidden;
	transition: opacity .45s, transform .6s cubic-bezier(.075, .82, .165, 1);
	opacity: 1;
	transform: translateZ(0)
}

.offcanvas.show ul>li:nth-child(1) {
	transition-delay: .25s
}

.offcanvas.show ul>li:nth-child(2) {
	transition-delay: .5s
}

.offcanvas.show ul>li:nth-child(3) {
	transition-delay: .75s
}

.offcanvas.show ul>li:nth-child(4) {
	transition-delay: 1s
}

.offcanvas.show ul>li:nth-child(5) {
	transition-delay: 1.25s
}

th {
	font-weight: 500
}

.table>:not(:first-child) {
	border-top: 1px solid currentColor
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
	background-color: #3655ff;
	border-color: #3655ff
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
	background-color: #ebeeff;
	border-color: #ebeeff
}

.flatpickr-day.inRange {
	border-radius: 0;
	box-shadow: -5px 0 0 #ebeeff, 5px 0 0 #ebeeff
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
	color: #c5c5cf
}

.flatpickr-current-month {
	font-size: 1rem
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background-color: #ebeeff
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	border-radius: .375rem
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
	fill: #232a42;
	color: #232a42
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
	fill: #3655ff
}

.flatpickr-day {
	color: #232a42
}

.flatpickr-day.today {
	border-color: #d6d6df
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
	border-color: #2e3552;
	background: #2e3552;
	color: #fff
}

.page-wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column
}

.page-scroll {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%
}

.page-sidebar {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: fixed;
	left: 0;
	top: 0;
	transition: all .3s;
	width: 260px;
	height: 100%;
	overflow: hidden;
	z-index: 1030
}

.page-header {
	z-index: 1040
}

.navbar-brand .navbar-brand-icon {
	width: 2.5rem;
	height: 2.5rem;
	background-color: #3655ff;
	border-radius: 10rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.page-sidebar .page-sidebar-title,
.page-sidebar .nav .nav-link,
.page-sidebar .page-sidebar-brand {
	padding: .25rem 1rem;
	display: flex;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	align-items: center;
	transition: all .25s
}

.page-sidebar .nav .nav-link[data-bs-toggle='collapse']:after {
	opacity: .5;
	margin-right: 1rem;
	font-size: .75rem
}

.page-sidebar .page-sidebar-title {
	opacity: .5;
	font-size: .835rem;
	padding-left: 1.75;
	position: relative
}

.page-sidebar .page-sidebar-title i,
.page-sidebar .page-sidebar-title span {
	transition: all .2s
}

.page-sidebar .page-sidebar-title i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateX(-100%) translateY(-50%);
	opacity: 0;
	margin-left: 1.75rem
}

.page-sidebar .nav-sidebar-icon {
	width: 2.25rem;
	height: 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-style: normal;
	border-radius: .25rem;
	margin-right: .75rem
}

.page-content {
	padding-left: 260px;
	transition: all .3s
}

.page-content,
.page-sidebar {
	padding-top: 63px
}

.sidebar-dropdown {
	margin: 0;
	padding: 0;
	padding-left: 3rem;
	display: flex;
	flex-direction: column
}

.sidebar-dropdown .sidebar-link {
	display: flex;
	align-items: center;
	padding: .4rem 1rem;
	font-size: .835rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.sidebar-dropdown .sidebar-link[data-bs-toggle='collapse']::after {
	opacity: .5;
	margin-right: 1rem;
	font-size: .75rem
}

.sidebar-dropdown.sd-second-level,
.sidebar-dropdown.sd-thrid-level {
	padding-left: .75rem
}

.sidebar-light .nav .nav-link {
	color: #232a42
}

.sidebar-light .sidebar-dropdown .sidebar-link {
	color: #232a42
}

.sidebar-toggler {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	position: relative
}

.sidebar-toggler::before,
.sidebar-toggler::after {
	content: '';
	height: 2px;
	background-color: currentColor;
	position: absolute;
	left: 15%;
	width: 70%;
	top: 50%;
	transform: translateY(-50%);
	transition: all .25s
}

.sidebar-toggler::before {
	margin-top: 6px
}

.sidebar-toggler::after {
	margin-top: -6px
}

.sidebar-toggler i {
	transition: all .25s;
	display: block;
	position: absolute;
	width: 70%;
	height: 100%;
	left: 15%;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	background-color: currentColor
}

.sidebar-toggler.sidebar-toggled i {
	width: 50%;
	transition-delay: .15s
}

.sidebar-toggler.sidebar-toggled::before {
	width: 25%;
	transition-delay: .25s
}

@media (min-width:992px) {
	body.page-collapsed .page-sidebar:not(: hover) {
		width: 72px
	}
	body.page-collapsed .page-sidebar:not(:hover) .sidebar-dropdown.collapse.show {
		height: 0;
		overflow: hidden;
		transition: height .3s ease 0s
	}
	body.page-collapsed .page-sidebar:not(:hover) .nav-link-text,
	body.page-collapsed .page-sidebar:not(:hover) .navbar-brand-text {
		opacity: 0
	}
	body.page-collapsed .page-sidebar:not(:hover) .sidebar-toggler {
		display: none
	}
	body.page-collapsed .page-sidebar:not(:hover) .page-sidebar-title span {
		opacity: 0
	}
	body.page-collapsed .page-sidebar:not(:hover) .page-sidebar-title i {
		opacity: 1;
		transform: translateX(0) translateY(-50%)
	}
	body.page-collapsed .page-content {
		padding-left: 72px
	}
}

@media (max-width:991.98px) {
	.page-sidebar {
		transform: translateX(-100%)
	}
	.page-content {
		padding-left: 0
	}
	body.page-collapsed .page-sidebar {
		transform: translateX(0)
	}
}

.list-timeline-v {
	width: 100%;
	display: flex;
	flex-direction: column
}

.list-timeline-v li {
	display: flex;
	align-items: flex-start
}

.list-timeline-v li:not(:last-child) {
	margin-bottom: 1.5rem
}

.list-timeline-v li .timeline-icon {
	margin-right: 1.5rem;
	z-index: 1;
	position: relative
}

.list-timeline-v li .timeline-icon + div {
	flex: 1
}

.timeline-icon {
	width: 3rem;
	height: 3rem;
	display: flex;
	line-height: 1;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.25rem;
	color: #3655ff
}

@media (min-width:768px) {
	.list-timeline-v li {
		width: 50%;
		margin-left: 50%;
		position: relative
	}
	.list-timeline-v li .timeline-icon {
		margin-left: -1.5rem
	}
	.list-timeline-v li:nth-child(even) {
		flex-direction: row-reverse;
		text-align: right;
		margin-left: 0;
		margin-right: 50%
	}
	.list-timeline-v li:nth-child(even) .timeline-icon {
		margin-right: -1.5rem;
		margin-left: 1.5rem
	}
	.list-timeline-v li:not(:last-child) {
		margin-bottom: 3rem;
		padding-bottom: 0
	}
	.list-timeline-v li:not(:last-child):after {
		content: '';
		display: block;
		width: 1px;
		height: calc(100% - 2rem);
		border-left: 1px dashed #e7e7ef;
		position: absolute;
		top: 4rem
	}
}

.step .step-item {
	margin-bottom: 1.25rem
}

.step .step-row {
	position: relative;
	display: flex;
	padding-bottom: 1.25rem
}

.step .step-icon {
	display: inline-flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	margin-right: 1.25rem
}

.step .step-icon::after {
	border-left: 2px dashed #e7e7ef;
	content: '';
	position: absolute;
	top: 3.75rem;
	left: calc(1.5rem - 1px);
	width: 1rem;
	height: calc(100% - 3.25rem)
}

.step .step-item:last-child .step-icon::after {
	height: 0
}

.dropdown-toggle::after {
	margin-left: .25rem;
	opacity: .5
}

.dropend .dropdown-toggle::after {
	margin-left: .25rem
}

.dropstart .dropdown-toggle::before {
	margin-right: .75rem;
	opacity: .5;
	vertical-align: -.15em
}

.dropdown-toggle-split.dropdown-toggle::after {
	margin-left: 0
}

.dropstart .dropdown-toggle-split.dropdown-toggle::before {
	margin-right: 0
}

.page-item:not(:first-child) {
	margin-left: .375rem
}

.page-item .page-link {
	border-radius: .375rem
}

.pagination-sm .page-item:not(:first-child) {
	margin-left: .25rem
}

.pagination-sm .page-link {
	border-radius: .25rem
}

.pagination-lg .page-item:not(:first-child) {
	margin-left: .5rem
}

.pagination-lg .page-link {
	border-radius: .575rem
}

.choices {
	overflow: visible
}

.choices__list {
	padding: 0
}

.choices__list.dropdown-menu {
	padding: 0;
	min-width: auto;
	max-width: 100%;
	margin-top: -1px;
	border-radius: .375rem;
	width: 100%;
	border: 1px solid #d6d6df;
	overflow: hidden
}

.choices__list.dropdown-menu .dropdown-item {
	border-radius: 0
}

.choices__list.dropdown-menu .form-control {
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0
}

.choices__list.dropdown-menu .choices__list {
	max-height: 300px;
	overflow: auto
}

.form-control-sm + .choices__list.dropdown-menu {
	border-radius: .25rem
}

.form-control-sm + .choices__list.dropdown-menu .dropdown-item {
	padding: .275rem .675rem;
	font-size: .835rem
}

.form-control-lg + .choices__list.dropdown-menu {
	border-radius: .575rem
}

.form-control-lg + .choices__list.dropdown-menu .dropdown-item {
	padding: .785rem 1.5rem;
	font-size: 1.125rem
}

.is-open>.form-control {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.is-open .choices__list.dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.is-open.is-flipped .choices__list.dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -1px
}

.is-open.is-flipped .form-control {
	border-bottom-left-radius: .375rem;
	border-bottom-right-radius: .375rem
}

.is-open.is-flipped .form-control {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.is-open.is-flipped .form-control + .choices__list.dropdown-menu {
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.is-open.is-flipped .form-control-sm + .choices__list.dropdown-menu {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.is-open.is-flipped .form-control-lg + .choices__list.dropdown-menu {
	border-top-left-radius: .575rem;
	border-top-right-radius: .575rem
}

.choices__list--multiple + .form-control {
	padding: 0;
	display: inline-block;
	border: 0;
	box-shadow: none;
	width: auto;
	min-width: 3rem;
	background-color: transparent
}

.choices__list--multiple .choices__item {
	font-size: .835rem;
	border-radius: .575rem;
	background-color: #3655ff;
	border-color: #3351f2
}

.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
	border-left-color: #6880ff
}

.choices__list--single .choices__item.choices__item--selectable {
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 1rem
}

.choices.is-focused>.form-control {
	border-color: #9baaff;
	box-shadow: 0 0 0 .25rem rgba(54, 85, 255, .1)
}

.choices[data-type*='select-one']::after {
	width: .75rem;
	height: .75rem;
	border-width: 0;
	border-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -.375rem;
	font-family: boxicons;
	font-weight: normal;
	content: '';
	transition: all .25s;
	box-sizing: content-box;
	font-size: .6rem;
	opacity: .5;
	line-height: 1
}

.choices[data-type*='select-one'].is-open::after {
	transform: rotate(180deg)
}

.jarallax {
	position: relative;
	z-index: 0
}

.jarallax>.jarallax-img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit:cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.js-hover-img {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	text-align: left
}

.js-hover-img li {
	position: relative
}

.js-hover-img li img {
	pointer-events: none;
	position: absolute;
	opacity: 0;
	bottom: 0;
	width: auto;
	height: 30vh;
	transition: opacity .4s
}

.js-hover-img li .js-hover-img-link {
	position: relative;
	transition: all .6s;
	z-index: 2
}

.js-hover-img li .js-hover-img-link a {
	display: block;
	text-decoration: none;
	color: currentColor;
	z-index: 3;
	line-height: 1.4;
	transition: all .35s
}

.js-hover-img li .js-hover-img-link a>* {
	pointer-events: none;
	display: block
}

.js-hover-img li:hover .img {
	opacity: .8
}

.js-hover-img li:hover .js-hover-img-link {
	mix-blend-mode: luminosity
}

.text-white .js-hover-img li:hover .js-hover-img-link,
.text-light .js-hover-img li:hover .js-hover-img-link {
	mix-blend-mode: color-dodge
}

:not(pre)>code[class*='language-'],
pre[class*='language-'] {
	background: #0e111f
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #37a878
}

.token.punctuation {
	color: #aeaeae
}

pre[class*='language-'] {
	margin: 0
}

code[class*='language-'],
pre[class*='language-'] {
	color: white !important;
	font-size: 13px;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace
}

.token.operator,
.token.entity,
.token.url {
	color: #fff
}

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
	color: #2ea1ff
}

span.token.attr-name {
	color: #4bd7ff
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
	color: #ffa280
}

.token.boolean,
.token.number,
.token.function {
	color: #4bd7ff
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
	color: #aeaeae
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
	color: #ff9252
}

#marker {
	display: inline-flex;
	font-family: boxicons;
	font-style: normal;
	font-weight: normal;
	position: relative;
	width: 2.75rem;
	height: 2.75rem;
	background-color: #3655ff;
	box-sizing: 0 2rem 4rem rgba(14, 17, 31, .175);
	color: #fff;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 1.25rem;
	cursor: pointer;
	border-radius: 50rem
}

#marker::after {
	content: ''
}

.mapboxgl-popup-content {
	padding: 1.25rem;
	border-radius: .575rem;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem
}

.ms-layer.ms-title {
	font-size: 6rem;
	line-height: 1.1;
	font-family: var(--bs-font-sans-serif);
	font-weight: 600;
	letter-spacing: -.015em
}

.ms-layer.ms-title-alt {
	font-size: 4.25rem;
	line-height: 1.1;
	font-family: var(--bs-font-sans-serif);
	font-weight: 600;
	letter-spacing: -.03rem
}

.ms-layer.ms-caption {
	font-weight: normal;
	font-size: 2.25rem
}

.ms-slider-alt .ms-view {
	background-color: #0e111f;
	background: none
}

.ms-btn .btn {
	font-size: 1rem;
	padding: .475rem 1.5rem
}

@media (min-width:768px) {
	.ms-btn .btn {
		padding: 1rem 1.75rem;
		font-size: 1.125rem
	}
}

@media (max-width:575.98px) {
	.ms-btn .btn {
		margin-top: 1.5rem
	}
}

.ms-timerbar {
	height: 6px
}

.ms-time-bar {
	height: 6px;
	background-color: rgba(54, 85, 255, .1);
	border-top: 0
}

@media (any-pointer:fine) {
	.cursor {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		pointer-events: none;
		z-index: 9999999;
		mix-blend-mode: difference
	}
	.cursor__inner {
		display: block;
		margin-top: -.25rem;
		margin-left: -.25rem;
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 50%;
		background-color: #fff;
		opacity: 1;
		transform: scale(1);
		transition: all .3s ease-out
	}
	.cursor.cHover .cursor__inner {
		width: .5rem;
		height: .5rem;
		margin-top: .25rem;
		margin-left: .25rem
	}
}

@media (max-width:767.98px) {
	.cursor {
		display: none
	}
}

.ql-toolbar.ql-snow,
.ql-container.ql-snow {
	border-color: #e7e7ef
}

.ql-container {
	font-size: var(--bs-font-sans-serif);
	font-family: var(--bs-font-sans-serif)
}

.ql-editor {
	padding: 1rem 1rem;
	background-color: #fff;
	border-bottom-left-radius: .375rem;
	border-bottom-right-radius: .375rem;
	font-family: var(--bs-font-sans-serif)
}

.ql-container {
	border-bottom-left-radius: .375rem;
	border-bottom-right-radius: .375rem
}

.ql-toolbar.ql-snow {
	font-family: var(--bs-font-sans-serif);
	padding: .5rem 1rem;
	background-color: #fff;
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
	border-color: #e7e7ef
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
	color: #232a42
}

.ql-snow .ql-editor a {
	text-decoration: none;
	font-weight: 600
}

.ql-snow .ql-editor img {
	border-radius: .575rem;
	box-shadow: 0 1rem 3rem rgba(14, 17, 31, .125)
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
	border-color: transparent;
	box-shadow: 0 1rem 3rem rgba(14, 17, 31, .125);
	padding: 1rem
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
	background-color: #f9f9fe;
	border-radius: .375rem
}

.ql-snow .ql-editor code {
	padding: 4px 8px
}

.ql-snow .ql-editor blockquote {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 16px;
	background: transparent;
	border: 1px solid #e7e7ef;
	border-left-width: 5px;
	border-left-color: #3655ff;
	padding-right: .5rem;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.typed-cursor {
	font-weight: 300;
	font-size: 75%;
	display: inline-block;
	line-height: inherit;
	vertical-align: middle
}

.typed-cursor.typed-cursor--blink {
	-webkit-animation: blink .6s both infinite;
	animation: blink .6s both infinite
}

.splitting .word,
.splitting .char {
	display: inline-block
}

.splitting .char {
	position: relative
}

.splitting .char::before,
.splitting .char::after {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	transition: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.splitting {
	--word-center: calc((var(--word-total) - 1) / 2);
	--char-center: calc((var(--char-total) - 1) / 2);
	--line-center: calc((var(--line-total) - 1) / 2)
}

.splitting .word {
	--word-percent: calc(var(--word-index) / var(--word-total));
	--line-percent: calc(var(--line-index) / var(--line-total))
}

.splitting .char {
	--char-percent: calc(var(--char-index) / var(--char-total));
	--char-offset: calc(var(--char-index) - var(--char-center));
	--distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
	--distance-sine: calc(var(--char-offset) / var(--char-center));
	--distance-percent: calc((var(--distance) / var(--char-center)));
	line-height: 1.3
}

.splitting.splitting-vertical .char,
.splitting.splitting-horizontal .char {
	overflow: hidden;
	color: transparent
}

.splitting.splitting-vertical .char::before,
.splitting.splitting-vertical .char::after,
.splitting.splitting-horizontal .char::before,
.splitting.splitting-horizontal .char::after {
	visibility: visible;
	color: #0e111f;
	transition: transform .5s cubic-bezier(.9, 0, .2, 1);
	transition-delay: calc(.2s + (.02s * (var(--char-index))))
}

.splitting.splitting-vertical .char::before,
.splitting.splitting-horizontal .char::before {
	transition-delay: calc(.02s * (var(--char-index)))
}

.splitting.splitting-vertical .char::before {
	transform: translateY(100%)
}

.splitting.splitting-horizontal .char::before {
	transform: translateX(110%)
}

.shift-right:before {
	content: '';
	font-family: bootstrap-icons;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
	transform: scaleY(0) translateX(-1em);
	margin-right: -.25em;
	font-size: 1.5rem
}

.shift-right:before,
.shift-right .char {
	transition: transform .8s cubic-bezier(.75, 0, .24, .98);
	transition-delay: calc(.015s * var(--char-index))
}

.shift-right .char {
	transform: translateX(-.15em)
}

.shift-right:hover:before {
	transform: scaleY(1) translateX(0)
}

.shift-right:hover .char {
	transform: translateX(1em);
	transform: translateX(.5em) translateX(calc(.1em * var(--char-index)))
}

.spliflip-it .char,
.spliflip-3d .char {
	transition: transform .6s cubic-bezier(.6, 0, 0, .6);
	transition-delay: calc(.3s * (1 - var(--distance-percent)));
	transition-delay: calc(.3s * var(--distance-percent))
}

.spliflip-it:hover .char,
.spliflip-3d:hover .char {
	transform: rotateX(-1turn);
	transition-duration: 1s;
	transition-delay: calc(.3s * var(--distance-percent));
	transition-delay: calc(.3s * (1 - var(--distance-percent)))
}

.spliflip-3d {
	perspective: 200px;
	transform-style: preserve-3d
}

.text-white .splitting-vertical .char:before,
.text-white .splitting-vertical .char:after,
.text-white .splitting-horizontal .char:before,
.text-white .splitting-horizontal .char:after,
.text-light .splitting-vertical .char:before,
.text-light .splitting-vertical .char:after,
.text-light .splitting-horizontal .char:before,
.text-light .splitting-horizontal .char:after {
	color: #fff
}

.split-hover:hover .splitting-vertical .char::before,
.split-hover:hover .splitting-horizontal .char::before {
	transition-delay: calc(.2s + (.02s * (var(--char-index))))
}

.split-hover:hover .splitting-vertical .char::after,
.split-hover:hover .splitting-horizontal .char::after {
	transition-delay: calc(.02s * (var(--char-index)))
}

.split-hover:hover .splitting-vertical .char {
	transform: translateY(0)
}

.split-hover:hover .splitting-vertical .char::before {
	transform: translateY(0%)
}

.split-hover:hover .splitting-vertical .char::after {
	transform: translateY(-100%)
}

.split-hover:hover .splitting-horizontal .char::before {
	transform: translateX(0%)
}

.split-hover:hover .splitting-horizontal .char::after {
	transform: translateX(-110%)
}

.split-hover:hover .splitting-vertical .char::before {
	transform: translateY(100%)
}

.split-hover:hover .splitting-vertical .char::before {
	transform: translateY(0%)
}

.split-hover:hover .splitting-vertical .char::after {
	transform: translateY(-100%)
}

.split-hover:hover.split-hover:hover .splitting-vertical .char,
.split-hover:hover.split-hover:hover .splitting-horizontal .char {
	opacity: 1
}

.split-hover:hover.split-hover:hover .splitting-vertical .char::before,
.split-hover:hover.split-hover:hover .splitting-horizontal .char::before {
	transition-delay: calc(.2s + (.02s * (var(--char-index))))
}

.split-hover:hover.split-hover:hover .splitting-vertical .char::after,
.split-hover:hover.split-hover:hover .splitting-horizontal .char::after {
	transition-delay: calc(.06s * (var(--char-index)))
}

.splitting {
	overflow: hidden
}

.splitting .char {
	transition: transform .3s cubic-bezier(.3, 0, .3, 1), opacity .3s linear;
	transition-delay: calc(30ms + (20ms * var(--char-index)))
}

.splitting[class^='splitting-']:not(.splitting-vertical):not(.splitting-horizontal):not(.splitting-shift-right):not(.spliflip-3d):not(.spliflip-it) .char,
.splitting[class*='splitting-']:not(.splitting-vertical):not(.splitting-horizontal):not(.splitting-shift-right):not(.spliflip-3d):not(.spliflip-it) .char {
	transition-delay: calc(0ms + (0ms * var(--char-index)));
	opacity: 0
}

.splitting.splitting-up .char {
	transform: translateY(100%)
}

.splitting.splitting-down .char {
	transform: translateY(-100%)
}

.splitting.splitting-left .char {
	transform: translateX(calc(-.2em * var(--char-index)))
}

.splitting.splitting-right .char {
	transform: translateX(calc(.2em * var(--char-index)))
}

.splitting.splitting-zoomIn .char {
	transform: scale3d(.6, .8, .6)
}

.splitting.splitting-zoomOut .char {
	transform: scale3d(1.6, 1.3, 1.6)
}

.aos-init.aos-animate .splitting[class^='splitting-']:not(.splitting-vertical):not(.splitting-horizontal):not(.splitting-shift-right):not(.spliflip-3d):not(.spliflip-it) .char,
.aos-init.aos-animate .splitting[class*='splitting-']:not(.splitting-vertical):not(.splitting-horizontal):not(.splitting-shift-right):not(.spliflip-3d):not(.spliflip-it) .char,
.card-split-hover:hover .splitting[class^='splitting-']:not(.splitting-vertical):not(.splitting-horizontal):not(.splitting-shift-right):not(.spliflip-3d):not(.spliflip-it) .char,
.card-split-hover:hover .splitting[class*='splitting-']:not(.splitting-vertical):not(.splitting-horizontal):not(.splitting-shift-right):not(.spliflip-3d):not(.spliflip-it) .char {
	transition-delay: calc(40ms + (20ms * var(--char-index)));
	opacity: 1;
	transform: none
}

.splitting.cells img {
	width: 100%;
	display: block
}

@supports (display:grid) {
	.splitting.cells {
		position: relative;
		overflow: hidden;
		background-size: cover;
		visibility: hidden
	}
	.splitting .cell-grid {
		background: inherit;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: grid;
		grid-template: repeat(var(--row-total), 1fr) / repeat(var(--col-total), 1fr)
	}
	.splitting .cell {
		background: inherit;
		position: relative;
		overflow: hidden
	}
	.splitting .cell-inner {
		background: inherit;
		position: absolute;
		visibility: visible;
		width: calc(100% * var(--col-total));
		height: calc(100% * var(--row-total));
		left: calc(-100% * var(--col-index));
		top: calc(-100% * var(--row-index))
	}
	.splitting .cell {
		--center-x: calc((var(--col-total) - 1) / 2);
		--center-y: calc((var(--row-total) - 1) / 2);
		--offset-x: calc(var(--col-index) - var(--center-x));
		--offset-y: calc(var(--row-index) - var(--center-y));
		--distance-x: calc((var(--offset-x) * var(--offset-x)) / var(--center-x));
		--distance-y: calc((var(--offset-y) * var(--offset-y)) / var(--center-y))
	}
}

.splitting .cell,
.splitting .cell__inner,
.splitting img {
	transition: transform 1s cubic-bezier(.63, .01, .07, .99), opacity 1s linear;
	transition-delay: calc(.1s * var(--cell-index));
	transition-delay: calc(.1s * (var(--cell-total) - var(--cell-index)))
}

.splitting img {
	transform: scale(.8);
	transition-delay: 0s;
	visibility: visible;
	opacity: 0
}

.splitting:hover .cell,
.splitting:hover .cell__inner {
	transition-delay: calc(.1s * var(--cell-index))
}

.splitting:hover img {
	opacity: .99;
	transform: scale(1);
	transition-delay: calc(.1s * var(--cell-total))
}

.splitting-img.img-vertical:hover .cell {
	transform: translateY(100%)
}

.splitting-img.img-horizontal:hover .cell {
	transform: translateX(100%)
}

.dz-preview {
	display: flex;
	flex-wrap: wrap
}

.dz-preview .badge {
	width: 1.25rem;
	height: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.dropzone-image-preview img {
	max-width: 100%
}

.listing-img-preview {
	margin-right: .35rem
}