@charset "UTF-8";
/*!
 * MWF (Moray) v2.20.4
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Copyright 2011-2022 The Bootstrap Authors and Twitter, Inc.
 * Copyright ©2022 W3C® (MIT, ERCIM, Keio, Beihang).
 */
/* stylelint-disable value-list-comma-space-after */
/* stylelint-disable value-list-comma-newline-after */
@font-face {
	font-family: MWF-FLUENT-ICONS;
	src: url("./MWFFluentIcons.woff2") format("woff2"),
		url("./MWFFluentIcons.woff2") format("woff"),
		url("./MWFFluentIcons.woff2") format("truetype");
}

@font-face {
	font-family: SegoeUI;
	src: local("Segoe UI"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2")
			format("woff2"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff")
			format("woff"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf")
			format("ttf");
	font-weight: 400;
}

@font-face {
	font-family: SegoeUI;
	src: local("Segoe UI"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2")
			format("woff2"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff")
			format("woff"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf")
			format("ttf");
	font-weight: 100;
}

@font-face {
	font-family: SegoeUI;
	src: local("Segoe UI"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2")
			format("woff2"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff")
			format("woff"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf")
			format("ttf");
	font-weight: 200;
}

@font-face {
	font-family: SegoeUI;
	src: local("Segoe UI"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2")
			format("woff2"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff")
			format("woff"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf")
			format("ttf");
	font-weight: 600;
}

@font-face {
	font-family: SegoeUI;
	src: local("Segoe UI"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2")
			format("woff2"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff")
			format("woff"),
		url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf")
			format("ttf");
	font-weight: 700;
}

/* prettier-ignore */
/* stylelint-disable-line declaration-no-important */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
}
html:not([dir="rtl"]) body {
	text-align: left;
}
html[dir="rtl"] body {
	text-align: right;
}

a[href]:focus,
area[href]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
iframe:focus,
[tabindex]:focus,
[contentEditable="true"]:focus {
	outline: 0.1875rem dotted currentColor;
}

[tabindex="-1"][id]:focus {
	outline: 0.1875rem dotted currentColor;
}

[tabindex="-1"][id]:focus:not(:focus-visible) {
	outline: 0;
}

[tabindex="-1"][id]:focus-visible {
	outline: 0.1875rem dotted currentColor;
}

[tabindex="-1"]:not([id]):focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[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: 700;
}

dd {
	margin-bottom: 0.5rem;
}
html:not([dir="rtl"]) dd {
	margin-left: 0;
}
html[dir="rtl"] dd {
	margin-right: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #0067b8;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier,
		monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	color: #000;
	caption-side: top;
}
html:not([dir="rtl"]) caption {
	text-align: left;
}
html[dir="rtl"] caption {
	text-align: right;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
@media (min-width: 1084px) {
	.container {
		padding-right: 5%;
		padding-left: 5%;
		width: 90%;
		box-sizing: content-box;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1600px;
	}
}

.container-fluid,
.container-xl {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
@media (min-width: 1084px) {
	.container-fluid,
	.container-xl {
		padding-right: 5%;
		padding-left: 5%;
		width: 90%;
		box-sizing: content-box;
	}
}

@media (min-width: 1400px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1600px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.75rem;
	margin-left: -0.75rem;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1 > * {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-4 > * {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.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-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

html:not([dir="rtl"]) .offset-1 {
	margin-left: 8.33333%;
}

html[dir="rtl"] .offset-1 {
	margin-right: 8.33333%;
}

html:not([dir="rtl"]) .offset-2 {
	margin-left: 16.66667%;
}

html[dir="rtl"] .offset-2 {
	margin-right: 16.66667%;
}

html:not([dir="rtl"]) .offset-3 {
	margin-left: 25%;
}

html[dir="rtl"] .offset-3 {
	margin-right: 25%;
}

html:not([dir="rtl"]) .offset-4 {
	margin-left: 33.33333%;
}

html[dir="rtl"] .offset-4 {
	margin-right: 33.33333%;
}

html:not([dir="rtl"]) .offset-5 {
	margin-left: 41.66667%;
}

html[dir="rtl"] .offset-5 {
	margin-right: 41.66667%;
}

html:not([dir="rtl"]) .offset-6 {
	margin-left: 50%;
}

html[dir="rtl"] .offset-6 {
	margin-right: 50%;
}

html:not([dir="rtl"]) .offset-7 {
	margin-left: 58.33333%;
}

html[dir="rtl"] .offset-7 {
	margin-right: 58.33333%;
}

html:not([dir="rtl"]) .offset-8 {
	margin-left: 66.66667%;
}

html[dir="rtl"] .offset-8 {
	margin-right: 66.66667%;
}

html:not([dir="rtl"]) .offset-9 {
	margin-left: 75%;
}

html[dir="rtl"] .offset-9 {
	margin-right: 75%;
}

html:not([dir="rtl"]) .offset-10 {
	margin-left: 83.33333%;
}

html[dir="rtl"] .offset-10 {
	margin-right: 83.33333%;
}

html:not([dir="rtl"]) .offset-11 {
	margin-left: 91.66667%;
}

html[dir="rtl"] .offset-11 {
	margin-right: 91.66667%;
}

@media (min-width: 540px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.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-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	html:not([dir="rtl"]) .offset-sm-0 {
		margin-left: 0;
	}
	html[dir="rtl"] .offset-sm-0 {
		margin-right: 0;
	}
	html:not([dir="rtl"]) .offset-sm-1 {
		margin-left: 8.33333%;
	}
	html[dir="rtl"] .offset-sm-1 {
		margin-right: 8.33333%;
	}
	html:not([dir="rtl"]) .offset-sm-2 {
		margin-left: 16.66667%;
	}
	html[dir="rtl"] .offset-sm-2 {
		margin-right: 16.66667%;
	}
	html:not([dir="rtl"]) .offset-sm-3 {
		margin-left: 25%;
	}
	html[dir="rtl"] .offset-sm-3 {
		margin-right: 25%;
	}
	html:not([dir="rtl"]) .offset-sm-4 {
		margin-left: 33.33333%;
	}
	html[dir="rtl"] .offset-sm-4 {
		margin-right: 33.33333%;
	}
	html:not([dir="rtl"]) .offset-sm-5 {
		margin-left: 41.66667%;
	}
	html[dir="rtl"] .offset-sm-5 {
		margin-right: 41.66667%;
	}
	html:not([dir="rtl"]) .offset-sm-6 {
		margin-left: 50%;
	}
	html[dir="rtl"] .offset-sm-6 {
		margin-right: 50%;
	}
	html:not([dir="rtl"]) .offset-sm-7 {
		margin-left: 58.33333%;
	}
	html[dir="rtl"] .offset-sm-7 {
		margin-right: 58.33333%;
	}
	html:not([dir="rtl"]) .offset-sm-8 {
		margin-left: 66.66667%;
	}
	html[dir="rtl"] .offset-sm-8 {
		margin-right: 66.66667%;
	}
	html:not([dir="rtl"]) .offset-sm-9 {
		margin-left: 75%;
	}
	html[dir="rtl"] .offset-sm-9 {
		margin-right: 75%;
	}
	html:not([dir="rtl"]) .offset-sm-10 {
		margin-left: 83.33333%;
	}
	html[dir="rtl"] .offset-sm-10 {
		margin-right: 83.33333%;
	}
	html:not([dir="rtl"]) .offset-sm-11 {
		margin-left: 91.66667%;
	}
	html[dir="rtl"] .offset-sm-11 {
		margin-right: 91.66667%;
	}
}

@media (min-width: 860px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.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-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	html:not([dir="rtl"]) .offset-md-0 {
		margin-left: 0;
	}
	html[dir="rtl"] .offset-md-0 {
		margin-right: 0;
	}
	html:not([dir="rtl"]) .offset-md-1 {
		margin-left: 8.33333%;
	}
	html[dir="rtl"] .offset-md-1 {
		margin-right: 8.33333%;
	}
	html:not([dir="rtl"]) .offset-md-2 {
		margin-left: 16.66667%;
	}
	html[dir="rtl"] .offset-md-2 {
		margin-right: 16.66667%;
	}
	html:not([dir="rtl"]) .offset-md-3 {
		margin-left: 25%;
	}
	html[dir="rtl"] .offset-md-3 {
		margin-right: 25%;
	}
	html:not([dir="rtl"]) .offset-md-4 {
		margin-left: 33.33333%;
	}
	html[dir="rtl"] .offset-md-4 {
		margin-right: 33.33333%;
	}
	html:not([dir="rtl"]) .offset-md-5 {
		margin-left: 41.66667%;
	}
	html[dir="rtl"] .offset-md-5 {
		margin-right: 41.66667%;
	}
	html:not([dir="rtl"]) .offset-md-6 {
		margin-left: 50%;
	}
	html[dir="rtl"] .offset-md-6 {
		margin-right: 50%;
	}
	html:not([dir="rtl"]) .offset-md-7 {
		margin-left: 58.33333%;
	}
	html[dir="rtl"] .offset-md-7 {
		margin-right: 58.33333%;
	}
	html:not([dir="rtl"]) .offset-md-8 {
		margin-left: 66.66667%;
	}
	html[dir="rtl"] .offset-md-8 {
		margin-right: 66.66667%;
	}
	html:not([dir="rtl"]) .offset-md-9 {
		margin-left: 75%;
	}
	html[dir="rtl"] .offset-md-9 {
		margin-right: 75%;
	}
	html:not([dir="rtl"]) .offset-md-10 {
		margin-left: 83.33333%;
	}
	html[dir="rtl"] .offset-md-10 {
		margin-right: 83.33333%;
	}
	html:not([dir="rtl"]) .offset-md-11 {
		margin-left: 91.66667%;
	}
	html[dir="rtl"] .offset-md-11 {
		margin-right: 91.66667%;
	}
}

@media (min-width: 1084px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.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-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	html:not([dir="rtl"]) .offset-lg-0 {
		margin-left: 0;
	}
	html[dir="rtl"] .offset-lg-0 {
		margin-right: 0;
	}
	html:not([dir="rtl"]) .offset-lg-1 {
		margin-left: 8.33333%;
	}
	html[dir="rtl"] .offset-lg-1 {
		margin-right: 8.33333%;
	}
	html:not([dir="rtl"]) .offset-lg-2 {
		margin-left: 16.66667%;
	}
	html[dir="rtl"] .offset-lg-2 {
		margin-right: 16.66667%;
	}
	html:not([dir="rtl"]) .offset-lg-3 {
		margin-left: 25%;
	}
	html[dir="rtl"] .offset-lg-3 {
		margin-right: 25%;
	}
	html:not([dir="rtl"]) .offset-lg-4 {
		margin-left: 33.33333%;
	}
	html[dir="rtl"] .offset-lg-4 {
		margin-right: 33.33333%;
	}
	html:not([dir="rtl"]) .offset-lg-5 {
		margin-left: 41.66667%;
	}
	html[dir="rtl"] .offset-lg-5 {
		margin-right: 41.66667%;
	}
	html:not([dir="rtl"]) .offset-lg-6 {
		margin-left: 50%;
	}
	html[dir="rtl"] .offset-lg-6 {
		margin-right: 50%;
	}
	html:not([dir="rtl"]) .offset-lg-7 {
		margin-left: 58.33333%;
	}
	html[dir="rtl"] .offset-lg-7 {
		margin-right: 58.33333%;
	}
	html:not([dir="rtl"]) .offset-lg-8 {
		margin-left: 66.66667%;
	}
	html[dir="rtl"] .offset-lg-8 {
		margin-right: 66.66667%;
	}
	html:not([dir="rtl"]) .offset-lg-9 {
		margin-left: 75%;
	}
	html[dir="rtl"] .offset-lg-9 {
		margin-right: 75%;
	}
	html:not([dir="rtl"]) .offset-lg-10 {
		margin-left: 83.33333%;
	}
	html[dir="rtl"] .offset-lg-10 {
		margin-right: 83.33333%;
	}
	html:not([dir="rtl"]) .offset-lg-11 {
		margin-left: 91.66667%;
	}
	html[dir="rtl"] .offset-lg-11 {
		margin-right: 91.66667%;
	}
}

@media (min-width: 1400px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.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-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	html:not([dir="rtl"]) .offset-xl-0 {
		margin-left: 0;
	}
	html[dir="rtl"] .offset-xl-0 {
		margin-right: 0;
	}
	html:not([dir="rtl"]) .offset-xl-1 {
		margin-left: 8.33333%;
	}
	html[dir="rtl"] .offset-xl-1 {
		margin-right: 8.33333%;
	}
	html:not([dir="rtl"]) .offset-xl-2 {
		margin-left: 16.66667%;
	}
	html[dir="rtl"] .offset-xl-2 {
		margin-right: 16.66667%;
	}
	html:not([dir="rtl"]) .offset-xl-3 {
		margin-left: 25%;
	}
	html[dir="rtl"] .offset-xl-3 {
		margin-right: 25%;
	}
	html:not([dir="rtl"]) .offset-xl-4 {
		margin-left: 33.33333%;
	}
	html[dir="rtl"] .offset-xl-4 {
		margin-right: 33.33333%;
	}
	html:not([dir="rtl"]) .offset-xl-5 {
		margin-left: 41.66667%;
	}
	html[dir="rtl"] .offset-xl-5 {
		margin-right: 41.66667%;
	}
	html:not([dir="rtl"]) .offset-xl-6 {
		margin-left: 50%;
	}
	html[dir="rtl"] .offset-xl-6 {
		margin-right: 50%;
	}
	html:not([dir="rtl"]) .offset-xl-7 {
		margin-left: 58.33333%;
	}
	html[dir="rtl"] .offset-xl-7 {
		margin-right: 58.33333%;
	}
	html:not([dir="rtl"]) .offset-xl-8 {
		margin-left: 66.66667%;
	}
	html[dir="rtl"] .offset-xl-8 {
		margin-right: 66.66667%;
	}
	html:not([dir="rtl"]) .offset-xl-9 {
		margin-left: 75%;
	}
	html[dir="rtl"] .offset-xl-9 {
		margin-right: 75%;
	}
	html:not([dir="rtl"]) .offset-xl-10 {
		margin-left: 83.33333%;
	}
	html[dir="rtl"] .offset-xl-10 {
		margin-right: 83.33333%;
	}
	html:not([dir="rtl"]) .offset-xl-11 {
		margin-left: 91.66667%;
	}
	html[dir="rtl"] .offset-xl-11 {
		margin-right: 91.66667%;
	}
}

.fade {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}

.collapse {
	transition: height 0ms cubic-bezier(0.25, 0.25, 0.75, 0.75),
		opacity 200ms cubic-bezier(0, 0, 0, 1),
		transform 200ms cubic-bezier(0, 0, 0, 1);
}
@media (prefers-reduced-motion: reduce) {
	.collapse {
		transition: none;
	}
}
.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-0.875em);
	transition: height 0ms 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75),
		opacity 100ms cubic-bezier(0.8, 0, 0.2, 1),
		transform 100ms cubic-bezier(0.8, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.2;
}

h6,
.h6 {
	font-size: 1.0625rem;
	margin-bottom: 0.5rem;
}
@media (min-width: 1084px) {
	h6,
	.h6 {
		font-size: 1.125rem;
		margin-bottom: 0.5rem;
	}
}
@media (min-width: 1400px) {
	h6,
	.h6 {
		font-size: 1.1875rem;
		margin-bottom: 0.5rem;
	}
}

h5,
.h5 {
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
}
@media (min-width: 1084px) {
	h5,
	.h5 {
		font-size: 1.1875rem;
		margin-bottom: 0.5rem;
	}
}
@media (min-width: 1400px) {
	h5,
	.h5 {
		font-size: 1.3125rem;
		margin-bottom: 0.5rem;
	}
}

h4,
.h4 {
	font-size: 1.1875rem;
	margin-bottom: 0.5rem;
}
@media (min-width: 1084px) {
	h4,
	.h4 {
		font-size: 1.3125rem;
		margin-bottom: 0.5rem;
	}
}
@media (min-width: 1400px) {
	h4,
	.h4 {
		font-size: 1.5rem;
		margin-bottom: 0.75rem;
	}
}

h3,
.h3 {
	font-size: 1.3125rem;
	margin-bottom: 0.5rem;
}
@media (min-width: 1084px) {
	h3,
	.h3 {
		font-size: 1.5rem;
		margin-bottom: 0.75rem;
	}
}
@media (min-width: 1400px) {
	h3,
	.h3 {
		font-size: 1.8125rem;
		margin-bottom: 1rem;
	}
}

h2,
.h2 {
	font-size: 1.5rem;
	margin-bottom: 0.75rem;
}
@media (min-width: 1084px) {
	h2,
	.h2 {
		font-size: 1.8125rem;
		margin-bottom: 1rem;
	}
}
@media (min-width: 1400px) {
	h2,
	.h2 {
		font-size: 2.3125rem;
		margin-bottom: 1.25rem;
	}
}

h1,
.h1 {
	font-size: 1.8125rem;
	margin-bottom: 1rem;
}
@media (min-width: 1084px) {
	h1,
	.h1 {
		font-size: 2.3125rem;
		margin-bottom: 1.25rem;
	}
}
@media (min-width: 1400px) {
	h1,
	.h1 {
		font-size: 3.125rem;
		margin-bottom: 1.5rem;
	}
}

.display-4 {
	font-size: 2.3125rem;
	margin-bottom: 1.25rem;
}
@media (min-width: 1084px) {
	.display-4 {
		font-size: 3.125rem;
		margin-bottom: 1.5rem;
	}
}
@media (min-width: 1400px) {
	.display-4 {
		font-size: 4.4375rem;
		margin-bottom: 1.75rem;
	}
}

.display-3 {
	font-size: 3.125rem;
	margin-bottom: 1.5rem;
}
@media (min-width: 1084px) {
	.display-3 {
		font-size: 4.4375rem;
		margin-bottom: 1.75rem;
	}
}
@media (min-width: 1400px) {
	.display-3 {
		font-size: 6.5625rem;
		margin-bottom: 2rem;
	}
}

.display-2 {
	font-size: 4.4375rem;
	margin-bottom: 1.75rem;
}
@media (min-width: 1084px) {
	.display-2 {
		font-size: 6.5625rem;
		margin-bottom: 2rem;
	}
}
@media (min-width: 1400px) {
	.display-2 {
		font-size: 10rem;
		margin-bottom: 2.25rem;
	}
}

.display-1 {
	font-size: 6.5625rem;
	margin-bottom: 2rem;
}
@media (min-width: 1084px) {
	.display-1 {
		font-size: 10rem;
		margin-bottom: 2.25rem;
	}
}
@media (min-width: 1400px) {
	.display-1 {
		font-size: 15.5625rem;
		margin-bottom: 2.5rem;
	}
}

.lead {
	font-weight: 400;
}
@media (min-width: 1084px) {
	.lead {
		font-size: 1.25rem;
	}
}

small,
.small {
	font-size: 0.875rem;
	font-weight: inherit;
}

.base {
	font-size: 1rem;
}

@media (min-width: 1084px) {
	.large {
		font-size: 1.125rem;
	}
}

mark,
.mark {
	background-color: #ffb900;
	box-shadow: 0 0 0 0.2em #ffb900;
	color: #000;
}

code {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #000;
	background-color: #f2f2f2;
	border-radius: 0.1rem;
	word-wrap: break-word;
}
a > code {
	color: inherit;
}
.theme-dark a > code {
	color: inherit;
}
.theme-dark code {
	background-color: #171717;
	color: #fff;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #505050;
	border-radius: 0.1rem;
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
}
pre code {
	font-size: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4375em;
	font-weight: 600;
	border: 0.125rem solid transparent;
	position: relative;
	border-radius: 0.125rem;
	background-color: inherit;
	color: inherit;
	text-decoration: none;
	padding: 0.625rem 0.75rem;
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
}
.btn:disabled,
.btn.disabled {
	cursor: default;
	opacity: 0.3;
}
.btn:focus {
	outline: 0.1875rem dotted currentColor;
	outline-offset: -0.375rem;
}
.btn .glyph {
	display: flex;
	align-items: center;
}
.btn .glyph::before,
.btn .glyph::after {
	font-weight: 600;
}
.btn.active {
	/* stylelint-disable declaration-no-important */
}
@media (forced-colors: active) {
	.btn.active {
		color: selecteditemtext !important;
		background-color: selecteditem !important;
	}
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary,
.theme-dark .btn-primary-alt,
.btn-brand,
.theme-dark .btn-brand {
	background-color: #0067b8;
	color: #fff !important;
}
.btn-primary:hover,
.theme-dark .btn-primary-alt:hover,
.btn-brand:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.active.btn-primary,
.theme-dark .active.btn-primary-alt,
.active.btn-brand {
	background-color: #fff;
	color: #0067b8 !important;
	border-color: currentColor;
	background-image: linear-gradient(
		rgba(0, 103, 184, 0.15),
		rgba(0, 103, 184, 0.15)
	);
}
.btn-primary:disabled,
.theme-dark .btn-primary-alt:disabled,
.btn-brand:disabled,
.disabled.btn-primary,
.theme-dark .disabled.btn-primary-alt,
.disabled.btn-brand {
	background-image: none;
}

.btn-inverted-primary,
.theme-dark .btn-inverted-primary-alt,
.btn-inverted-brand,
.theme-dark .btn-inverted-brand {
	background-color: #fff;
	color: #0067b8 !important;
}
.btn-inverted-primary:hover,
.theme-dark .btn-inverted-primary-alt:hover,
.btn-inverted-brand:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.active.btn-inverted-primary,
.theme-dark .active.btn-inverted-primary-alt,
.active.btn-inverted-brand {
	background-color: #0067b8;
	color: #fff !important;
	border-color: currentColor;
	background-image: linear-gradient(
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0.15)
	);
}
.btn-inverted-primary:disabled,
.theme-dark .btn-inverted-primary-alt:disabled,
.btn-inverted-brand:disabled,
.disabled.btn-inverted-primary,
.theme-dark .disabled.btn-inverted-primary-alt,
.disabled.btn-inverted-brand {
	background-image: none;
}

.btn-outline-primary,
.theme-dark .btn-outline-primary-alt,
.btn-outline-brand,
.theme-dark .btn-outline-brand {
	background-color: transparent;
	color: #0067b8 !important;
	border-color: currentColor;
}
.btn-outline-primary:hover,
.theme-dark .btn-outline-primary-alt:hover,
.btn-outline-brand:hover {
	background-image: linear-gradient(
		rgba(0, 103, 184, 0.15),
		rgba(0, 103, 184, 0.15)
	);
}
.active.btn-outline-primary,
.theme-dark .active.btn-outline-primary-alt,
.active.btn-outline-brand {
	background-color: #0067b8;
	color: #fff !important;
	border-color: transparent;
}
.btn-outline-primary:disabled,
.theme-dark .btn-outline-primary-alt:disabled,
.btn-outline-brand:disabled,
.disabled.btn-outline-primary,
.theme-dark .disabled.btn-outline-primary-alt,
.disabled.btn-outline-brand {
	background-image: none;
}

.btn-faint-primary,
.theme-dark .btn-faint-primary-alt,
.btn-faint-brand,
.theme-dark .btn-faint-brand {
	background-color: transparent;
	color: #0067b8 !important;
	background-image: linear-gradient(
		rgba(0, 103, 184, 0.15),
		rgba(0, 103, 184, 0.15)
	);
}
.btn-faint-primary:hover,
.theme-dark .btn-faint-primary-alt:hover,
.btn-faint-brand:hover {
	background-image: none;
}
.active.btn-faint-primary,
.theme-dark .active.btn-faint-primary-alt,
.active.btn-faint-brand {
	color: #fff !important;
	background-color: #0067b8;
}
.btn-faint-primary:disabled,
.theme-dark .btn-faint-primary-alt:disabled,
.btn-faint-brand:disabled,
.disabled.btn-faint-primary,
.theme-dark .disabled.btn-faint-primary-alt,
.disabled.btn-faint-brand {
	background-image: linear-gradient(
		rgba(0, 103, 184, 0.15),
		rgba(0, 103, 184, 0.15)
	);
}

.btn-inverted-brand-dark,
.theme-dark .btn-inverted-brand-dark {
	background-color: #fff;
	color: #243a5e !important;
}
.btn-inverted-brand-dark:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.active.btn-inverted-brand-dark {
	background-color: #243a5e;
	color: #fff !important;
	border-color: currentColor;
	background-image: linear-gradient(
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0.15)
	);
}
.btn-inverted-brand-dark:disabled,
.disabled.btn-inverted-brand-dark {
	background-image: none;
}

.btn-outline-brand-dark,
.theme-dark .btn-outline-brand-dark {
	background-color: transparent;
	color: #243a5e !important;
	border-color: currentColor;
}
.btn-outline-brand-dark:hover {
	background-image: linear-gradient(
		rgba(36, 58, 94, 0.15),
		rgba(36, 58, 94, 0.15)
	);
}
.active.btn-outline-brand-dark {
	background-color: #243a5e;
	color: #fff !important;
	border-color: transparent;
}
.btn-outline-brand-dark:disabled,
.disabled.btn-outline-brand-dark {
	background-image: none;
}

.btn-faint-brand-dark,
.theme-dark .btn-faint-brand-dark {
	background-color: transparent;
	color: #243a5e !important;
	background-image: linear-gradient(
		rgba(36, 58, 94, 0.15),
		rgba(36, 58, 94, 0.15)
	);
}
.btn-faint-brand-dark:hover {
	background-image: none;
}
.active.btn-faint-brand-dark {
	color: #fff !important;
	background-color: #243a5e;
}
.btn-faint-brand-dark:disabled,
.disabled.btn-faint-brand-dark {
	background-image: linear-gradient(
		rgba(36, 58, 94, 0.15),
		rgba(36, 58, 94, 0.15)
	);
}

.btn-inverted-brand-light,
.theme-dark .btn-inverted-brand-light {
	background-color: #000;
	color: #50e6ff !important;
}
.btn-inverted-brand-light:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.active.btn-inverted-brand-light {
	background-color: #50e6ff;
	color: #000 !important;
	border-color: currentColor;
	background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.btn-inverted-brand-light:disabled,
.disabled.btn-inverted-brand-light {
	background-image: none;
}

.btn-outline-brand-light,
.theme-dark .btn-outline-brand-light {
	background-color: transparent;
	color: #50e6ff !important;
	border-color: currentColor;
}
.btn-outline-brand-light:hover {
	background-image: linear-gradient(
		rgba(80, 230, 255, 0.15),
		rgba(80, 230, 255, 0.15)
	);
}
.active.btn-outline-brand-light {
	background-color: #50e6ff;
	color: #000 !important;
	border-color: transparent;
}
.btn-outline-brand-light:disabled,
.disabled.btn-outline-brand-light {
	background-image: none;
}

.btn-faint-brand-light,
.theme-dark .btn-faint-brand-light {
	background-color: transparent;
	color: #50e6ff !important;
	background-image: linear-gradient(
		rgba(80, 230, 255, 0.15),
		rgba(80, 230, 255, 0.15)
	);
}
.btn-faint-brand-light:hover {
	background-image: none;
}
.active.btn-faint-brand-light {
	color: #000 !important;
	background-color: #50e6ff;
}
.btn-faint-brand-light:disabled,
.disabled.btn-faint-brand-light {
	background-image: linear-gradient(
		rgba(80, 230, 255, 0.15),
		rgba(80, 230, 255, 0.15)
	);
}

.theme-dark .btn-primary,
.btn-primary-alt {
	background-color: #3aa0fa;
	color: #000 !important;
}
.theme-dark .btn-primary:hover,
.btn-primary-alt:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.theme-dark .active.btn-primary,
.active.btn-primary-alt {
	background-color: #000;
	color: #3aa0fa !important;
	border-color: currentColor;
	background-image: linear-gradient(
		rgba(58, 160, 250, 0.15),
		rgba(58, 160, 250, 0.15)
	);
}
.theme-dark .btn-primary:disabled,
.btn-primary-alt:disabled,
.theme-dark .disabled.btn-primary,
.disabled.btn-primary-alt {
	background-image: none;
}

.theme-dark .btn-inverted-primary,
.btn-inverted-primary-alt {
	background-color: #000;
	color: #3aa0fa !important;
}
.theme-dark .btn-inverted-primary:hover,
.btn-inverted-primary-alt:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.theme-dark .active.btn-inverted-primary,
.active.btn-inverted-primary-alt {
	background-color: #3aa0fa;
	color: #000 !important;
	border-color: currentColor;
	background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.theme-dark .btn-inverted-primary:disabled,
.btn-inverted-primary-alt:disabled,
.theme-dark .disabled.btn-inverted-primary,
.disabled.btn-inverted-primary-alt {
	background-image: none;
}

.theme-dark .btn-outline-primary,
.btn-outline-primary-alt {
	background-color: transparent;
	color: #3aa0fa !important;
	border-color: currentColor;
}
.theme-dark .btn-outline-primary:hover,
.btn-outline-primary-alt:hover {
	background-image: linear-gradient(
		rgba(58, 160, 250, 0.15),
		rgba(58, 160, 250, 0.15)
	);
}
.theme-dark .active.btn-outline-primary,
.active.btn-outline-primary-alt {
	background-color: #3aa0fa;
	color: #000 !important;
	border-color: transparent;
}
.theme-dark .btn-outline-primary:disabled,
.btn-outline-primary-alt:disabled,
.theme-dark .disabled.btn-outline-primary,
.disabled.btn-outline-primary-alt {
	background-image: none;
}

.theme-dark .btn-faint-primary,
.btn-faint-primary-alt {
	background-color: transparent;
	color: #3aa0fa !important;
	background-image: linear-gradient(
		rgba(58, 160, 250, 0.15),
		rgba(58, 160, 250, 0.15)
	);
}
.theme-dark .btn-faint-primary:hover,
.btn-faint-primary-alt:hover {
	background-image: none;
}
.theme-dark .active.btn-faint-primary,
.active.btn-faint-primary-alt {
	color: #000 !important;
	background-color: #3aa0fa;
}
.theme-dark .btn-faint-primary:disabled,
.btn-faint-primary-alt:disabled,
.theme-dark .disabled.btn-faint-primary,
.disabled.btn-faint-primary-alt {
	background-image: linear-gradient(
		rgba(58, 160, 250, 0.15),
		rgba(58, 160, 250, 0.15)
	);
}

.theme-dark .btn-secondary,
.theme-dark .btn-inverse,
.btn-light,
.theme-dark .btn-light {
	background-color: #fff;
	color: #000 !important;
}
.theme-dark .btn-secondary:hover,
.theme-dark .btn-inverse:hover,
.btn-light:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.theme-dark .active.btn-secondary,
.theme-dark .active.btn-inverse,
.active.btn-light {
	background-color: #000;
	color: #fff !important;
	border-color: currentColor;
	background-image: linear-gradient(
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0.15)
	);
}
.theme-dark .btn-secondary:disabled,
.theme-dark .btn-inverse:disabled,
.btn-light:disabled,
.theme-dark .disabled.btn-secondary,
.theme-dark .disabled.btn-inverse,
.disabled.btn-light {
	background-image: none;
}

.theme-dark .btn-inverted-secondary,
.theme-dark .btn-inverted-inverse,
.btn-inverted-light,
.theme-dark .btn-inverted-light {
	background-color: #000;
	color: #fff !important;
}
.theme-dark .btn-inverted-secondary:hover,
.theme-dark .btn-inverted-inverse:hover,
.btn-inverted-light:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.theme-dark .active.btn-inverted-secondary,
.theme-dark .active.btn-inverted-inverse,
.active.btn-inverted-light {
	background-color: #fff;
	color: #000 !important;
	border-color: currentColor;
	background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.theme-dark .btn-inverted-secondary:disabled,
.theme-dark .btn-inverted-inverse:disabled,
.btn-inverted-light:disabled,
.theme-dark .disabled.btn-inverted-secondary,
.theme-dark .disabled.btn-inverted-inverse,
.disabled.btn-inverted-light {
	background-image: none;
}

.theme-dark .btn-outline-secondary,
.theme-dark .btn-outline-inverse,
.btn-outline-light,
.theme-dark .btn-outline-light {
	background-color: transparent;
	color: #fff !important;
	border-color: currentColor;
}
.theme-dark .btn-outline-secondary:hover,
.theme-dark .btn-outline-inverse:hover,
.btn-outline-light:hover {
	background-image: linear-gradient(
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0.15)
	);
}
.theme-dark .active.btn-outline-secondary,
.theme-dark .active.btn-outline-inverse,
.active.btn-outline-light {
	background-color: #fff;
	color: #000 !important;
	border-color: transparent;
}
.theme-dark .btn-outline-secondary:disabled,
.theme-dark .btn-outline-inverse:disabled,
.btn-outline-light:disabled,
.theme-dark .disabled.btn-outline-secondary,
.theme-dark .disabled.btn-outline-inverse,
.disabled.btn-outline-light {
	background-image: none;
}

.theme-dark .btn-faint-secondary,
.theme-dark .btn-faint-inverse,
.btn-faint-light,
.theme-dark .btn-faint-light {
	background-color: transparent;
	color: #fff !important;
	background-image: linear-gradient(
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0.15)
	);
}
.theme-dark .btn-faint-secondary:hover,
.theme-dark .btn-faint-inverse:hover,
.btn-faint-light:hover {
	background-image: none;
}
.theme-dark .active.btn-faint-secondary,
.theme-dark .active.btn-faint-inverse,
.active.btn-faint-light {
	color: #000 !important;
	background-color: #fff;
}
.theme-dark .btn-faint-secondary:disabled,
.theme-dark .btn-faint-inverse:disabled,
.btn-faint-light:disabled,
.theme-dark .disabled.btn-faint-secondary,
.theme-dark .disabled.btn-faint-inverse,
.disabled.btn-faint-light {
	background-image: linear-gradient(
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0.15)
	);
}

.btn-secondary,
.btn-inverse,
.btn-dark,
.theme-dark .btn-dark {
	background-color: #000;
	color: #fff !important;
}
.btn-secondary:hover,
.btn-inverse:hover,
.btn-dark:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.active.btn-secondary,
.active.btn-inverse,
.active.btn-dark {
	background-color: #fff;
	color: #000 !important;
	border-color: currentColor;
	background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.btn-secondary:disabled,
.btn-inverse:disabled,
.btn-dark:disabled,
.disabled.btn-secondary,
.disabled.btn-inverse,
.disabled.btn-dark {
	background-image: none;
}

.btn-inverted-secondary,
.btn-inverted-inverse,
.btn-inverted-dark,
.theme-dark .btn-inverted-dark {
	background-color: #fff;
	color: #000 !important;
}
.btn-inverted-secondary:hover,
.btn-inverted-inverse:hover,
.btn-inverted-dark:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.active.btn-inverted-secondary,
.active.btn-inverted-inverse,
.active.btn-inverted-dark {
	background-color: #000;
	color: #fff !important;
	border-color: currentColor;
	background-image: linear-gradient(
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0.15)
	);
}
.btn-inverted-secondary:disabled,
.btn-inverted-inverse:disabled,
.btn-inverted-dark:disabled,
.disabled.btn-inverted-secondary,
.disabled.btn-inverted-inverse,
.disabled.btn-inverted-dark {
	background-image: none;
}

.btn-outline-secondary,
.btn-outline-inverse,
.btn-outline-dark,
.theme-dark .btn-outline-dark {
	background-color: transparent;
	color: #000 !important;
	border-color: currentColor;
}
.btn-outline-secondary:hover,
.btn-outline-inverse:hover,
.btn-outline-dark:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.active.btn-outline-secondary,
.active.btn-outline-inverse,
.active.btn-outline-dark {
	background-color: #000;
	color: #fff !important;
	border-color: transparent;
}
.btn-outline-secondary:disabled,
.btn-outline-inverse:disabled,
.btn-outline-dark:disabled,
.disabled.btn-outline-secondary,
.disabled.btn-outline-inverse,
.disabled.btn-outline-dark {
	background-image: none;
}

.btn-faint-secondary,
.btn-faint-inverse,
.btn-faint-dark,
.theme-dark .btn-faint-dark {
	background-color: transparent;
	color: #000 !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.btn-faint-secondary:hover,
.btn-faint-inverse:hover,
.btn-faint-dark:hover {
	background-image: none;
}
.active.btn-faint-secondary,
.active.btn-faint-inverse,
.active.btn-faint-dark {
	color: #fff !important;
	background-color: #000;
}
.btn-faint-secondary:disabled,
.btn-faint-inverse:disabled,
.btn-faint-dark:disabled,
.disabled.btn-faint-secondary,
.disabled.btn-faint-inverse,
.disabled.btn-faint-dark {
	background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.btn-primary:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-primary:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-primary:disabled,
.btn-primary.disabled {
	box-shadow: none;
}
.theme-dark .btn-primary:disabled,
.theme-dark .btn-primary.disabled {
	box-shadow: none;
}

.btn-inverted-primary:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-inverted-primary:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-inverted-primary:disabled,
.btn-inverted-primary.disabled {
	box-shadow: none;
}
.theme-dark .btn-inverted-primary:disabled,
.theme-dark .btn-inverted-primary.disabled {
	box-shadow: none;
}

.btn-faint-primary:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-faint-primary:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-faint-primary:disabled,
.btn-faint-primary.disabled {
	box-shadow: none;
}
.theme-dark .btn-faint-primary:disabled,
.theme-dark .btn-faint-primary.disabled {
	box-shadow: none;
}

.btn-primary-alt:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-primary-alt:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-primary-alt:disabled,
.btn-primary-alt.disabled {
	box-shadow: none;
}
.theme-dark .btn-primary-alt:disabled,
.theme-dark .btn-primary-alt.disabled {
	box-shadow: none;
}

.btn-inverted-primary-alt:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-inverted-primary-alt:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-inverted-primary-alt:disabled,
.btn-inverted-primary-alt.disabled {
	box-shadow: none;
}
.theme-dark .btn-inverted-primary-alt:disabled,
.theme-dark .btn-inverted-primary-alt.disabled {
	box-shadow: none;
}

.btn-faint-primary-alt:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-faint-primary-alt:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-faint-primary-alt:disabled,
.btn-faint-primary-alt.disabled {
	box-shadow: none;
}
.theme-dark .btn-faint-primary-alt:disabled,
.theme-dark .btn-faint-primary-alt.disabled {
	box-shadow: none;
}

.btn-secondary:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-secondary:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
	box-shadow: none;
}
.theme-dark .btn-secondary:disabled,
.theme-dark .btn-secondary.disabled {
	box-shadow: none;
}

.btn-inverted-secondary:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-inverted-secondary:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-inverted-secondary:disabled,
.btn-inverted-secondary.disabled {
	box-shadow: none;
}
.theme-dark .btn-inverted-secondary:disabled,
.theme-dark .btn-inverted-secondary.disabled {
	box-shadow: none;
}

.btn-faint-secondary:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-faint-secondary:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-faint-secondary:disabled,
.btn-faint-secondary.disabled {
	box-shadow: none;
}
.theme-dark .btn-faint-secondary:disabled,
.theme-dark .btn-faint-secondary.disabled {
	box-shadow: none;
}

.btn-inverse:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-inverse:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-inverse:disabled,
.btn-inverse.disabled {
	box-shadow: none;
}
.theme-dark .btn-inverse:disabled,
.theme-dark .btn-inverse.disabled {
	box-shadow: none;
}

.btn-inverted-inverse:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-inverted-inverse:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-inverted-inverse:disabled,
.btn-inverted-inverse.disabled {
	box-shadow: none;
}
.theme-dark .btn-inverted-inverse:disabled,
.theme-dark .btn-inverted-inverse.disabled {
	box-shadow: none;
}

.btn-faint-inverse:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-faint-inverse:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-faint-inverse:disabled,
.btn-faint-inverse.disabled {
	box-shadow: none;
}
.theme-dark .btn-faint-inverse:disabled,
.theme-dark .btn-faint-inverse.disabled {
	box-shadow: none;
}

.btn-light:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-light:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-light:disabled,
.btn-light.disabled {
	box-shadow: none;
}
.theme-dark .btn-light:disabled,
.theme-dark .btn-light.disabled {
	box-shadow: none;
}

.btn-inverted-light:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-inverted-light:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-inverted-light:disabled,
.btn-inverted-light.disabled {
	box-shadow: none;
}
.theme-dark .btn-inverted-light:disabled,
.theme-dark .btn-inverted-light.disabled {
	box-shadow: none;
}

.btn-faint-light:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-faint-light:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-faint-light:disabled,
.btn-faint-light.disabled {
	box-shadow: none;
}
.theme-dark .btn-faint-light:disabled,
.theme-dark .btn-faint-light.disabled {
	box-shadow: none;
}

.btn-dark:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-dark:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-dark:disabled,
.btn-dark.disabled {
	box-shadow: none;
}
.theme-dark .btn-dark:disabled,
.theme-dark .btn-dark.disabled {
	box-shadow: none;
}

.btn-inverted-dark:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-inverted-dark:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-inverted-dark:disabled,
.btn-inverted-dark.disabled {
	box-shadow: none;
}
.theme-dark .btn-inverted-dark:disabled,
.theme-dark .btn-inverted-dark.disabled {
	box-shadow: none;
}

.btn-faint-dark:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-faint-dark:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-faint-dark:disabled,
.btn-faint-dark.disabled {
	box-shadow: none;
}
.theme-dark .btn-faint-dark:disabled,
.theme-dark .btn-faint-dark.disabled {
	box-shadow: none;
}

.btn-brand:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-brand:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-brand:disabled,
.btn-brand.disabled {
	box-shadow: none;
}
.theme-dark .btn-brand:disabled,
.theme-dark .btn-brand.disabled {
	box-shadow: none;
}

.btn-inverted-brand:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-inverted-brand:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-inverted-brand:disabled,
.btn-inverted-brand.disabled {
	box-shadow: none;
}
.theme-dark .btn-inverted-brand:disabled,
.theme-dark .btn-inverted-brand.disabled {
	box-shadow: none;
}

.btn-faint-brand:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-faint-brand:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-faint-brand:disabled,
.btn-faint-brand.disabled {
	box-shadow: none;
}
.theme-dark .btn-faint-brand:disabled,
.theme-dark .btn-faint-brand.disabled {
	box-shadow: none;
}

.btn-brand-light {
	background-color: #50e6ff;
	color: #243a5e !important;
}
.btn-brand-light:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.btn-brand-light.active {
	background-color: #243a5e;
	color: #50e6ff !important;
	border-color: currentColor;
	background-image: linear-gradient(
		rgba(80, 230, 255, 0.15),
		rgba(80, 230, 255, 0.15)
	);
}
.btn-brand-light:disabled,
.btn-brand-light.disabled {
	background-image: none;
}
.btn-brand-light:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-brand-light:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}
.btn-brand-light:disabled,
.btn-brand-light.disabled {
	box-shadow: none;
}
.theme-dark .btn-brand-light:disabled,
.theme-dark .btn-brand-light.disabled {
	box-shadow: none;
}

.btn-inverted-brand-light:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-inverted-brand-light:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-inverted-brand-light:disabled,
.btn-inverted-brand-light.disabled {
	box-shadow: none;
}
.theme-dark .btn-inverted-brand-light:disabled,
.theme-dark .btn-inverted-brand-light.disabled {
	box-shadow: none;
}

.btn-faint-brand-light:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-faint-brand-light:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-faint-brand-light:disabled,
.btn-faint-brand-light.disabled {
	box-shadow: none;
}
.theme-dark .btn-faint-brand-light:disabled,
.theme-dark .btn-faint-brand-light.disabled {
	box-shadow: none;
}

.btn-brand-dark {
	background-color: #243a5e;
	color: #50e6ff !important;
}
.btn-brand-dark:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.btn-brand-dark.active {
	background-color: #50e6ff;
	color: #243a5e !important;
	border-color: currentColor;
	background-image: linear-gradient(
		rgba(36, 58, 94, 0.15),
		rgba(36, 58, 94, 0.15)
	);
}
.btn-brand-dark:disabled,
.btn-brand-dark.disabled {
	background-image: none;
}
.btn-brand-dark:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-brand-dark:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}
.btn-brand-dark:disabled,
.btn-brand-dark.disabled {
	box-shadow: none;
}
.theme-dark .btn-brand-dark:disabled,
.theme-dark .btn-brand-dark.disabled {
	box-shadow: none;
}

.btn-inverted-brand-dark:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-inverted-brand-dark:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-inverted-brand-dark:disabled,
.btn-inverted-brand-dark.disabled {
	box-shadow: none;
}
.theme-dark .btn-inverted-brand-dark:disabled,
.theme-dark .btn-inverted-brand-dark.disabled {
	box-shadow: none;
}

.btn-faint-brand-dark:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
}
.theme-dark .btn-faint-brand-dark:hover {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}

.btn-faint-brand-dark:disabled,
.btn-faint-brand-dark.disabled {
	box-shadow: none;
}
.theme-dark .btn-faint-brand-dark:disabled,
.theme-dark .btn-faint-brand-dark.disabled {
	box-shadow: none;
}

.btn-link {
	background: transparent;
	border-radius: 0;
	color: #0067b8;
	text-decoration: underline;
}
.theme-dark .btn-link {
	color: #3aa0fa;
}
.btn-link.inactive {
	opacity: 1;
	text-decoration: none;
	color: #757575;
	cursor: default;
}
.theme-dark .btn-link.inactive {
	color: #d2d2d2;
}
@media (forced-colors: active) {
	.btn-link {
		border-color: canvas;
	}
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 0.8125rem 0.75rem;
	font-size: 1.125rem;
	line-height: 1;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 0.5625rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1;
}

.btn-block {
	display: flex;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 0.5rem;
}

.btn-pill {
	border-radius: 50rem;
}

.btn-collapse {
	background: transparent;
}
.btn-collapse:hover {
	box-shadow: none;
}
.btn-collapse:hover .glyph,
.btn-collapse:focus .glyph {
	transition: transform 0ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
html:not([dir="rtl"]) .btn-collapse:hover .glyph,
html:not([dir="rtl"]) .btn-collapse:focus .glyph {
	transform: translateX(0.125em);
}
html[dir="rtl"] .btn-collapse:hover .glyph,
html[dir="rtl"] .btn-collapse:focus .glyph {
	transform: translateX(-0.125em);
}
@media (prefers-reduced-motion: reduce) {
	.btn-collapse:hover .glyph,
	.btn-collapse:focus .glyph {
		transition: none;
	}
}
.btn-collapse .glyph {
	transition: transform 200ms cubic-bezier(0.8, 0, 0.78, 1);
}
@media (prefers-reduced-motion: reduce) {
	.btn-collapse .glyph {
		transition: none;
	}
}
.btn-collapse .glyph::before {
	transition: transform 100ms cubic-bezier(0.8, 0, 0.2, 1);
	content: "";
}
@media (prefers-reduced-motion: reduce) {
	.btn-collapse .glyph::before {
		transition: none;
	}
}
.btn-collapse[aria-expanded="false"] .glyph::before {
	transition: transform 200ms cubic-bezier(0, 0, 0, 1);
}
@media (prefers-reduced-motion: reduce) {
	.btn-collapse[aria-expanded="false"] .glyph::before {
		transition: none;
	}
}
html:not([dir="rtl"]) .btn-collapse[aria-expanded="false"] .glyph::before {
	transform: rotate(-90deg);
}
html[dir="rtl"] .btn-collapse[aria-expanded="false"] .glyph::before {
	transform: rotate(90deg);
}

.accordion {
	margin-bottom: 0;
}
html:not([dir="rtl"]) .accordion {
	padding-left: 0;
}
html[dir="rtl"] .accordion {
	padding-right: 0;
}
ul.accordion {
	list-style-type: none;
}
.accordion .accordion-header {
	margin-bottom: 0;
	border-top: 0.0625rem solid #d2d2d2;
	line-height: 1.5;
}
.theme-dark .accordion .accordion-header {
	border-color: #757575;
}
.accordion .btn-collapse {
	width: 100%;
	padding: 1.5rem 0.75rem;
	line-height: inherit;
	align-items: flex-start;
	justify-content: unset;
	text-align: start;
	padding-inline-end: 1.25rem;
}
.accordion .btn-collapse .glyph::before {
	margin-top: 0.25rem;
}
html:not([dir="rtl"]) .accordion .btn-collapse .glyph::before {
	margin-right: 0.375rem;
}
html[dir="rtl"] .accordion .btn-collapse .glyph::before {
	margin-left: 0.375rem;
}
.accordion .accordion-body {
	padding-bottom: 1.5rem;
}
html:not([dir="rtl"]) .accordion .accordion-body {
	text-align: left;
	padding-left: calc((2 * 0.5rem) + 1.5625rem);
}
html[dir="rtl"] .accordion .accordion-body {
	text-align: right;
	padding-right: calc((2 * 0.5rem) + 1.5625rem);
}
.accordion.accordion-backplate .accordion-header {
	border: 0;
}
.accordion.accordion-backplate .btn-collapse {
	padding: 1rem 1.25rem;
	border-radius: 0.25rem;
	color: rgba(0, 0, 0, 0.9);
	padding-inline-end: 0.75rem;
}
.theme-dark .accordion.accordion-backplate .btn-collapse {
	color: rgba(255, 255, 255, 0.9);
}
@media (forced-colors: active) {
	.accordion.accordion-backplate .btn-collapse {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}
html:not([dir="rtl"])
	.accordion.accordion-backplate
	.btn-collapse
	.glyph::before {
	margin-right: 0.875rem;
}
html[dir="rtl"] .accordion.accordion-backplate .btn-collapse .glyph::before {
	margin-left: 0.875rem;
}
.accordion.accordion-backplate .btn-collapse[aria-expanded="true"] {
	background: rgba(210, 210, 210, 0.3);
}
.theme-dark .accordion.accordion-backplate .btn-collapse[aria-expanded="true"] {
	background: rgba(117, 117, 117, 0.3);
}
.accordion.accordion-backplate .accordion-body {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: rgba(0, 0, 0, 0.7);
}
.theme-dark .accordion.accordion-backplate .accordion-body {
	color: rgba(255, 255, 255, 0.7);
}
@media (forced-colors: active) {
	.accordion.accordion-backplate .accordion-body {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}
html:not([dir="rtl"]) .accordion.accordion-backplate .accordion-body {
	padding-left: calc((2 * 1rem) + 1.5625rem);
}
html[dir="rtl"] .accordion.accordion-backplate .accordion-body {
	padding-right: calc((2 * 1rem) + 1.5625rem);
}

.action-trigger {
	border: none;
	padding: 0;
	background: transparent;
	border-radius: 0;
	gap: 0.4375rem;
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	position: relative;
	color: #0067b8;
	text-decoration: underline;
	outline-offset: 0.25rem;
	cursor: pointer;
}
.theme-dark .action-trigger {
	color: #3aa0fa;
}
.action-trigger:disabled,
.action-trigger.disabled {
	cursor: default;
	opacity: 0.3;
}
.action-trigger.inactive {
	cursor: default;
	text-decoration: none;
	color: #757575;
}
.theme-dark .action-trigger.inactive {
	color: #d2d2d2;
}
.action-trigger .glyph,
.action-trigger .glyph-append,
.action-trigger .glyph-prepend {
	display: flex;
	align-items: center;
	padding-top: 0.125rem;
}

html:not([dir="rtl"]) .glyph-prepend {
	padding-right: 0.4375rem;
}

html[dir="rtl"] .glyph-prepend {
	padding-left: 0.4375rem;
}

html:not([dir="rtl"]) .glyph-append {
	padding-left: 0.4375rem;
}

html[dir="rtl"] .glyph-append {
	padding-right: 0.4375rem;
}

a.action-trigger.disabled,
fieldset:disabled a.action-trigger {
	pointer-events: none;
}

.alert {
	border: 0.0625rem solid transparent;
	border-radius: 0;
	min-height: 3.625rem;
	position: relative;
	display: flex;
	padding: 1rem 1.5rem;
	background-color: #e6e6e6;
	color: #000;
}
.alert a {
	color: #0067b8;
}
.theme-dark .alert {
	background-color: #505050;
	color: #fff;
}
.theme-dark .alert a {
	color: #fff;
}
.alert.glyph-prepend::before,
.alert.glyph::before {
	font-size: 1.25rem;
	margin-top: 0.125rem;
}
html:not([dir="rtl"]) .alert.glyph-prepend::before,
html:not([dir="rtl"]) .alert.glyph::before {
	padding-right: 0.75rem;
}
html[dir="rtl"] .alert.glyph-prepend::before,
html[dir="rtl"] .alert.glyph::before {
	padding-left: 0.75rem;
}
.alert .glyph-prepend,
.alert .glyph {
	margin-top: 0.125rem;
}
html:not([dir="rtl"]) .alert .glyph-prepend,
html:not([dir="rtl"]) .alert .glyph {
	padding-right: 0.75rem;
}
html[dir="rtl"] .alert .glyph-prepend,
html[dir="rtl"] .alert .glyph {
	padding-left: 0.75rem;
}
.alert .glyph-prepend::before,
.alert .glyph::before {
	font-size: 1.25rem;
}
.alert.alert-full-bleed {
	border-radius: 0;
	display: flex;
	justify-content: center;
}
.alert.alert-full-bleed .alert-content {
	max-width: 1600px;
}
.alert .alert-content .glyph::before {
	font-size: inherit;
}
html:not([dir="rtl"]) .alert .alert-content .glyph {
	padding-right: 0;
}
html[dir="rtl"] .alert .alert-content .glyph {
	padding-left: 0;
}
@media (min-width: 540px) {
	.alert .alert-content {
		max-width: 39rem;
	}
}
@media (min-width: 860px) {
	.alert .alert-content {
		max-width: 40rem;
	}
}
@media (min-width: 1084px) {
	.alert .alert-content {
		max-width: 48rem;
	}
}
@media (min-width: 1400px) {
	.alert .alert-content {
		max-width: 59rem;
	}
}
.alert .alert-content > :last-child {
	margin-bottom: 0 !important;
}
.alert .close {
	position: absolute;
	padding: 0.5rem;
	color: inherit;
	top: 0.75rem;
}
html:not([dir="rtl"]) .alert .close {
	right: 0.75rem;
}
html[dir="rtl"] .alert .close {
	left: 0.75rem;
}
.alert hr,
.alert .divider {
	margin: 0.75rem 0 0.5rem;
}

html:not([dir="rtl"]) .alert-dismissible {
	padding-right: 4rem;
}

html[dir="rtl"] .alert-dismissible {
	padding-left: 4rem;
}

.alert-dismissible.fade {
	transition: opacity 200ms cubic-bezier(0.8, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
	.alert-dismissible.fade {
		transition: none;
	}
}
.alert-dismissible.fade:not(.show) {
	opacity: 0;
}
.alert-dismissible.fade:not(.show) .alert-content {
	transition: transform 200ms cubic-bezier(0.8, 0, 0.2, 1);
	transform: translateY(-0.875em);
}
@media (prefers-reduced-motion: reduce) {
	.alert-dismissible.fade:not(.show) .alert-content {
		transition: none;
	}
}

.area-heading > :last-child > :last-child {
	margin-bottom: 0;
}
.area-heading > :last-child > :last-child h1,
.area-heading > :last-child > :last-child .h1,
.area-heading > :last-child > :last-child h2,
.area-heading > :last-child > :last-child .h2,
.area-heading > :last-child > :last-child h3,
.area-heading > :last-child > :last-child .h3,
.area-heading > :last-child > :last-child h4,
.area-heading > :last-child > :last-child .h4,
.area-heading > :last-child > :last-child h5,
.area-heading > :last-child > :last-child .h5,
.area-heading > :last-child > :last-child h6,
.area-heading > :last-child > :last-child .h6,
.area-heading > :last-child > :last-child p,
.area-heading > :last-child > :last-child .link-group {
	margin-bottom: 0;
}

.back-to-top {
	padding: 0.75rem;
	pointer-events: none;
}

@keyframes button-hide {
	from {
		z-index: 0;
	}
	to {
		z-index: -1;
	}
}
.back-to-top.hide {
	opacity: 0;
	animation: 0s cubic-bezier(0.19, 1, 0.22, 1) 1s button-hide;
}
.back-to-top.sticky {
	transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
	flex-direction: row;
}
@media (prefers-reduced-motion: reduce) {
	.back-to-top.sticky {
		transition: none;
	}
}
@media (max-width: 859.98px) {
	.back-to-top.sticky {
		position: static;
	}
}
.back-to-top .btn {
	pointer-events: auto;
	width: 100%;
	justify-content: center;
	background-color: #fff;
	color: #000;
}
.theme-dark .back-to-top .btn {
	background-color: #000;
	color: #fff;
}
@media (min-width: 540px) {
	.back-to-top .btn {
		width: auto;
	}
}

.badge {
	display: inline-block;
	padding: 0.375em 0.75em;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	vertical-align: top;
	max-width: 100%;
	overflow-wrap: break-word;
	word-break: break-word;
}
.badge:empty {
	display: none;
}
.badge:focus {
	outline: 0.1875rem dotted currentColor;
	outline-offset: -0.375rem;
}

.btn.btn-badge {
	border-width: 0.0625rem;
	border-radius: 0;
	padding: 0.3125rem 0.75rem;
	background-color: transparent;
	color: #000 !important;
	border-color: currentColor;
}
.btn.btn-badge:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.btn.btn-badge.active {
	background-color: #000;
	color: #fff !important;
	border-color: transparent;
}
.btn.btn-badge:disabled,
.btn.btn-badge.disabled {
	background-image: none;
}
.theme-dark .btn.btn-badge {
	background-color: transparent;
	color: #fff !important;
	border-color: currentColor;
}
.theme-dark .btn.btn-badge:hover {
	background-image: linear-gradient(
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0.15)
	);
}
.theme-dark .btn.btn-badge.active {
	background-color: #fff;
	color: #000 !important;
	border-color: transparent;
}
.theme-dark .btn.btn-badge:disabled,
.theme-dark .btn.btn-badge.disabled {
	background-image: none;
}
.btn.btn-badge .glyph {
	display: inline-block;
}
.btn.btn-badge .glyph::before {
	margin-inline: 0.25rem 0.0625rem;
	vertical-align: bottom;
}
.btn.btn-badge .btn-badge-img {
	max-width: 1.5rem;
	margin-inline: 0.25rem 0.0625rem;
	vertical-align: bottom;
}
.btn.btn-badge.text-truncate {
	max-width: 9rem;
	display: inline-block;
}
.btn.btn-badge.text-truncate .glyph::before {
	margin-inline-end: 0.5rem;
}
.btn.btn-badge.btn-badge-remove .glyph::before {
	content: "";
	margin-inline: 0;
	font-weight: 600;
}

.btn-group .btn.btn-badge:not(:last-child):not(.dropdown-toggle) {
	padding-inline-end: 0.75rem;
}

.btn-group > .btn ~ .btn.btn-badge {
	border-inline-start: 0.0625rem solid;
}

.btn-group .btn.btn-badge.btn-badge-remove {
	padding-left: 0.4375rem;
	padding-right: 0.3125rem;
}

.blockquote {
	padding: 0.75rem 1.5rem;
	border-style: solid;
	background: #f2f2f2;
	border-color: #757575;
}
.theme-dark .blockquote {
	background: #171717;
	border-color: #d2d2d2;
}
html:not([dir="rtl"]) .blockquote {
	border-width: 0 0 0 0.125rem;
}
html[dir="rtl"] .blockquote {
	border-width: 0 0.125rem 0 0;
}
.blockquote.light-weight {
	background: transparent;
	color: #757575;
}
.theme-dark .blockquote.light-weight {
	color: #d2d2d2;
}
html:not([dir="rtl"]) .blockquote.text-center {
	border-left: 0;
}
html[dir="rtl"] .blockquote.text-center {
	border-right: 0;
}
html:not([dir="rtl"]) .blockquote.text-right {
	border-width: 0 0.125rem 0 0;
}
html[dir="rtl"] .blockquote.text-right {
	border-width: 0 0 0 0.125rem;
}

.blockquote-content:last-child {
	margin-bottom: 0;
}

.blockquote-footer::before {
	content: "\2014 \00A0";
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
}
.breadcrumb a {
	font-weight: 600;
}
.breadcrumb .active > a {
	color: inherit;
	text-decoration: inherit;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding: 0 0.5rem;
	content: "/";
}
@media (forced-colors: active) {
	.breadcrumb-item + .breadcrumb-item::before {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
	z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn.focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn.focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-group > .btn ~ .btn {
	border-inline-start: none;
	padding-inline-start: 0.875rem;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
	border-inline-end: none;
	padding-inline-end: 0.875rem;
}

.btn-group .btn-group + .btn-group,
.btn-group .btn-group + .btn:first-of-type,
.btn-group .btn:last-of-type + .btn-group {
	margin-inline-start: -2px;
}

html:not([dir="rtl"]) .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
html:not([dir="rtl"]) .btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

html[dir="rtl"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
html[dir="rtl"] .btn-group > .btn-group:not(:last-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

html:not([dir="rtl"]) .btn-group > .btn:not(:first-child),
html:not([dir="rtl"]) .btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

html[dir="rtl"] .btn-group > .btn:not(:first-child),
html[dir="rtl"] .btn-group > .btn-group:not(:first-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}

.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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -0.125rem;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn-group-divider-prepend,
.btn-group-divider-append {
	position: relative;
}

.btn-group-divider-prepend::before,
.btn-group-divider-append::after {
	display: block;
	position: absolute;
	width: 0.125rem;
	border-left-width: 1px;
	border-left-style: solid;
	top: 20%;
	margin-top: 0;
	height: 60%;
	content: "";
}

html:not([dir="rtl"]) .btn-group-divider-prepend::before {
	left: 0;
}

html[dir="rtl"] .btn-group-divider-prepend::before {
	right: 0;
}

html:not([dir="rtl"]) .btn-group-divider-append::after {
	right: 0;
}

html[dir="rtl"] .btn-group-divider-append::after {
	left: 0;
}

.cta .glyph::before,
.cta-reverse .glyph::before {
	font-family: "MWF-FLUENT-ICONS";
	position: absolute;
	line-height: 1;
	top: calc(50% + 0.0625em);
	margin-top: -0.5em;
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (prefers-reduced-motion: reduce) {
	.cta .glyph::before,
	.cta-reverse .glyph::before {
		transition: none;
	}
}

.cta {
	position: relative;
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
}
html:not([dir="rtl"]) .cta {
	padding-right: 1.6875em;
}
html[dir="rtl"] .cta {
	padding-left: 1.6875em;
}
.cta .glyph::before {
	font-weight: 600;
}
html:not([dir="rtl"]) .cta .glyph::before {
	content: "";
	right: 0.4375em;
}
html[dir="rtl"] .cta .glyph::before {
	content: "";
	left: 0.4375em;
}
.cta:hover {
	text-decoration: underline;
}
html:not([dir="rtl"]) .cta:hover .glyph::before {
	transform: translate(0.25em, 0);
}
html[dir="rtl"] .cta:hover .glyph::before {
	transform: translate(-0.25em, 0);
}

html:not([dir="rtl"]) .cta-reverse {
	padding-left: 1.6875em;
}

html[dir="rtl"] .cta-reverse {
	padding-right: 1.6875em;
}

.cta-reverse .glyph::before {
	font-weight: 600;
}
html:not([dir="rtl"]) .cta-reverse .glyph::before {
	content: "";
	left: 0.4375em;
}
html[dir="rtl"] .cta-reverse .glyph::before {
	content: "";
	right: 0.4375em;
}

html:not([dir="rtl"]) .cta-reverse:hover .glyph::before {
	transform: translate(-0.25em, 0);
}

html[dir="rtl"] .cta-reverse:hover .glyph::before {
	transform: translate(0.25em, 0);
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 1px;
	word-wrap: break-word;
	background-clip: border-box;
}
.card picture {
	min-height: 1px;
}
.card.card-alt-hover > div:first-child,
.card.card-alt-hover > .card-alt-img-wrapper {
	position: relative;
}
.card.card-alt-hover > div:first-child picture,
.card.card-alt-hover > .card-alt-img-wrapper picture {
	visibility: visible;
	opacity: 1;
	transition: opacity 500ms ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.card.card-alt-hover > div:first-child picture,
	.card.card-alt-hover > .card-alt-img-wrapper picture {
		transition: none;
	}
}
.card.card-alt-hover > div:first-child picture:last-child,
.card.card-alt-hover > .card-alt-img-wrapper picture:last-child {
	visibility: hidden;
	opacity: 0;
}
.card.card-alt-hover picture:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.card.card-alt-hover picture:last-child img {
	width: 100%;
}
.card.card-alt-hover:hover > div:first-child picture:first-child,
.card.card-alt-hover:hover > .card-alt-img-wrapper picture:first-child {
	visibility: hidden;
	opacity: 0;
}
.card.card-alt-hover:hover > div:first-child picture:last-child,
.card.card-alt-hover:hover > .card-alt-img-wrapper picture:last-child {
	visibility: visible;
	opacity: 1;
}

.card-header {
	flex: 0 1 3rem;
}

.card-body {
	flex: 1 1 auto;
	position: relative;
}
.card-body > :last-child:not(.link-group) {
	margin-bottom: 0 !important;
}

@media (min-width: 1084px) {
	.card-img-overlay {
		display: flex;
	}
	.card-img-overlay > .card-background {
		display: flex;
		flex-direction: column;
		align-items: center;
		overflow: hidden;
		margin: auto 0;
		width: 100%;
	}
	.card-img-overlay > .card-background .card-img {
		position: relative;
	}
	.card-img-overlay > .card-foreground {
		width: 100%;
		align-self: center;
		margin-inline-start: -100% !important;
		margin-inline-end: 0;
	}
}

@media (min-width: 1400px) {
	.card-img-overlay > .card-background .card-img {
		width: auto;
	}
}

@media (min-width: 1084px) {
	.card-img-overlay.card-img-overlay-alt > .card-foreground {
		display: flex;
		flex-direction: column;
		z-index: 1;
	}
	html:not([dir="rtl"])
		.card-img-overlay.card-img-overlay-alt
		> .card-foreground {
		transform: translateX(100%);
	}
	html[dir="rtl"] .card-img-overlay.card-img-overlay-alt > .card-foreground {
		transform: translateX(-100%);
	}
}

.card-img {
	width: 100%;
	flex-shrink: 0;
}

.card-deck {
	display: flex;
	flex-direction: column;
}
.card-deck .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 540px) {
	.card-deck {
		flex-flow: row wrap;
		margin-right: -0.75rem;
		margin-left: -0.75rem;
	}
	.card-deck .card {
		display: flex;
		flex: 1 0 0%;
		flex-direction: column;
		margin-right: 0.75rem;
		margin-bottom: 0;
		margin-left: 0.75rem;
	}
}

.card-group {
	display: flex;
	flex-direction: column;
}
.card-group > .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 540px) {
	.card-group {
		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-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 540px) {
	.card-columns {
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.card-min-width-sm {
	min-width: 8.75rem;
}

.card-min-width-lg {
	min-width: 25rem;
}

.card-offset {
	display: flex;
}
@media (min-width: 860px) {
	.card-offset {
		padding-top: 3rem;
	}
}
.card-offset .card-body {
	word-break: break-word;
	overflow-wrap: break-word;
	padding: 1.5rem;
}
@media (min-width: 860px) {
	.card-offset .card-body {
		padding: 3rem;
	}
}
.card-offset .card-img {
	padding: 0;
}
@media (max-width: 859.98px) {
	html:not([dir="rtl"]) .card-offset .card-img {
		padding-left: 1.5rem;
	}
	html[dir="rtl"] .card-offset .card-img {
		padding-right: 1.5rem;
	}
}
@media (min-width: 860px) {
	.card-offset .card-img {
		margin-top: -3rem;
		margin-bottom: 3rem;
	}
}
@media (max-width: 859.98px) {
	.card-offset:not(.flipped) {
		padding-bottom: 1.5rem;
	}
}
@media (min-width: 860px) {
	html:not([dir="rtl"]) .card-offset:not(.flipped) {
		padding-right: 3rem;
	}
	html[dir="rtl"] .card-offset:not(.flipped) {
		padding-left: 3rem;
	}
	html:not([dir="rtl"]) .card-offset:not(.flipped) .card-body {
		padding-right: 0;
	}
	html[dir="rtl"] .card-offset:not(.flipped) .card-body {
		padding-left: 0;
	}
}
@media (max-width: 859.98px) {
	.card-offset:not(.flipped) .card-img {
		margin-bottom: -1.5rem;
	}
}
@media (min-width: 860px) {
	html:not([dir="rtl"]) .card-offset:not(.flipped) .card-img {
		margin-right: -3rem;
		margin-left: 3rem;
	}
	html[dir="rtl"] .card-offset:not(.flipped) .card-img {
		margin-right: 3rem;
		margin-left: -3rem;
	}
}
@media (max-width: 859.98px) {
	.card-offset.flipped {
		padding-top: 1.5rem;
	}
}
@media (min-width: 860px) {
	html:not([dir="rtl"]) .card-offset.flipped {
		padding-left: 3rem;
	}
	html[dir="rtl"] .card-offset.flipped {
		padding-right: 3rem;
	}
	html:not([dir="rtl"]) .card-offset.flipped .card-body {
		padding-left: 0;
	}
	html[dir="rtl"] .card-offset.flipped .card-body {
		padding-right: 0;
	}
}
@media (max-width: 859.98px) {
	.card-offset.flipped .card-img {
		margin-top: -1.5rem;
	}
}
@media (min-width: 860px) {
	html:not([dir="rtl"]) .card-offset.flipped .card-img {
		margin-right: 3rem;
		margin-left: -3rem;
	}
	html[dir="rtl"] .card-offset.flipped .card-img {
		margin-right: -3rem;
		margin-left: 3rem;
	}
}
.card-offset.card-offset-small .card-body {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 860px) {
	.card-offset.card-offset-small .card-body {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}
@media (min-width: 860px) {
	.card-offset.card-offset-small .card-img {
		margin-top: -1.5rem;
		margin-bottom: 1.5rem;
	}
}
@media (min-width: 860px) {
	.card-offset.card-offset-small {
		padding-top: 1.5rem;
	}
	html:not([dir="rtl"]) .card-offset.card-offset-small:not(.flipped) {
		padding-right: 1.5rem;
	}
	html[dir="rtl"] .card-offset.card-offset-small:not(.flipped) {
		padding-left: 1.5rem;
	}
	html:not([dir="rtl"]) .card-offset.card-offset-small:not(.flipped) .card-img {
		margin-right: -1.5rem;
		margin-left: 1.5rem;
	}
	html[dir="rtl"] .card-offset.card-offset-small:not(.flipped) .card-img {
		margin-right: 1.5rem;
		margin-left: -1.5rem;
	}
	html:not([dir="rtl"]) .card-offset.card-offset-small.flipped {
		padding-left: 1.5rem;
	}
	html[dir="rtl"] .card-offset.card-offset-small.flipped {
		padding-right: 1.5rem;
	}
	html:not([dir="rtl"]) .card-offset.card-offset-small.flipped .card-img {
		margin-right: 1.5rem;
		margin-left: -1.5rem;
	}
	html[dir="rtl"] .card-offset.card-offset-small.flipped .card-img {
		margin-right: -1.5rem;
		margin-left: 1.5rem;
	}
}

.carousel {
	position: relative;
}
.carousel .sr-only-focusable {
	z-index: 5;
	background-color: #fff;
}
.theme-dark .carousel .sr-only-focusable {
	background-color: #000;
}

.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%;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}
.carousel-item:focus {
	outline: 0;
}
.carousel-item:focus-visible {
	outline: 0;
}
.carousel-item:focus-visible::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	outline: 0.1875rem dotted currentColor;
	outline-offset: -0.375rem;
	border: 0.5625rem solid #fff;
}
.theme-dark .carousel-item:focus-visible::after {
	border-color: #000;
}
@media (forced-colors: active) {
	.carousel-item:focus-visible::after {
		border-color: canvas !important;
	}
}

.carousel-item.get-height {
	display: block;
	visibility: hidden;
	opacity: 0;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	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-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none;
	}
}

.carousel-sneak-peek {
	overflow: hidden;
	padding-bottom: 4rem;
	padding-top: 0.1875rem;
	margin-top: -0.1875rem;
}
.carousel-sneak-peek > div {
	position: relative;
}
.carousel-sneak-peek .carousel-inner {
	overflow: visible;
}
.carousel-sneak-peek .carousel-inner {
	perspective: 1000px;
	margin: auto;
	display: flex;
	align-items: stretch;
}
html:not([dir="rtl"]) .carousel-sneak-peek .carousel-inner {
	flex-direction: row;
}
html[dir="rtl"] .carousel-sneak-peek .carousel-inner {
	flex-direction: row-reverse;
}
.carousel-sneak-peek .carousel-item {
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	background-color: #fff;
	transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
		opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (prefers-reduced-motion: reduce) {
	.carousel-sneak-peek .carousel-item {
		transition: none;
	}
}
.carousel-sneak-peek .carousel-item.carousel-item-next,
.carousel-sneak-peek .carousel-item.carousel-item-prev,
.carousel-sneak-peek .carousel-item.active {
	visibility: visible;
	opacity: 1;
}
.carousel-sneak-peek .carousel-item.active {
	z-index: 2;
}
.carousel-sneak-peek .carousel-item.sliding-in {
	z-index: 3;
}
.carousel-sneak-peek .carousel-item:focus-visible:focus {
	outline: 0.1875rem dotted currentColor;
}
.carousel-sneak-peek .carousel-item:focus-visible:focus:not(:focus-visible) {
	outline: 0;
}
.carousel-sneak-peek .carousel-item:focus-visible:focus-visible {
	outline: 0.1875rem dotted currentColor;
}
.carousel-sneak-peek .carousel-item:focus-visible::after {
	content: none;
}
.carousel-sneak-peek .card-img-overlay > .card-foreground .card {
	min-height: auto;
}
.carousel-sneak-peek .carousel-item-next:not(.carousel-item-left),
.carousel-sneak-peek .active.carousel-item-right,
.carousel-sneak-peek .carousel-item-prev:not(.carousel-item-right),
.carousel-sneak-peek .active.carousel-item-left {
	z-index: 1;
}
html:not([dir="rtl"])
	.carousel-sneak-peek
	.carousel-item-next:not(.carousel-item-left),
html:not([dir="rtl"]) .carousel-sneak-peek .active.carousel-item-right {
	transform: translateX(102%);
}
html[dir="rtl"]
	.carousel-sneak-peek
	.carousel-item-next:not(.carousel-item-left),
html[dir="rtl"] .carousel-sneak-peek .active.carousel-item-right {
	transform: translateX(-102%);
}
html:not([dir="rtl"])
	.carousel-sneak-peek
	.carousel-item-prev:not(.carousel-item-right),
html:not([dir="rtl"]) .carousel-sneak-peek .active.carousel-item-left {
	transform: translateX(-102%);
}
html[dir="rtl"]
	.carousel-sneak-peek
	.carousel-item-prev:not(.carousel-item-right),
html[dir="rtl"] .carousel-sneak-peek .active.carousel-item-left {
	transform: translateX(102%);
}
.carousel-sneak-peek .carousel-controls .carousel-indicators {
	bottom: -3.5rem;
}

.carousel-variable-height {
	overflow: hidden;
	padding-bottom: 4rem;
}
.carousel-variable-height > div {
	position: relative;
}
.carousel-variable-height .carousel-inner {
	overflow: visible;
}

@media screen and (min-width: 1084px) {
	.carousel-highlight,
	.carousel-highlight-backplate {
		align-items: center;
	}
}

.carousel-highlight .carousel-item.active .card,
.carousel-highlight-backplate .carousel-item.active .card {
	opacity: 1;
	visibility: visible;
}

.carousel-highlight .carousel-item:not(.active) .card,
.carousel-highlight-backplate .carousel-item:not(.active) .card {
	opacity: 0;
	visibility: hidden;
}

.carousel-highlight .carousel-item.sliding-in .card,
.carousel-highlight-backplate .carousel-item.sliding-in .card {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.6s ease-in;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-highlight .carousel-item.sliding-in .card,
	.carousel-highlight-backplate .carousel-item.sliding-in .card {
		transition: none;
	}
}

.carousel-highlight .carousel-item-next:not(.carousel-item-left) .card,
.carousel-highlight .active.carousel-item-right .card,
.carousel-highlight .carousel-item-prev:not(.carousel-item-right) .card,
.carousel-highlight .active.carousel-item-left .card,
.carousel-highlight-backplate
	.carousel-item-next:not(.carousel-item-left)
	.card,
.carousel-highlight-backplate .active.carousel-item-right .card,
.carousel-highlight-backplate
	.carousel-item-prev:not(.carousel-item-right)
	.card,
.carousel-highlight-backplate .active.carousel-item-left .card {
	opacity: 0;
}

.carousel-announcement .carousel-inner .carousel-item {
	transform: none;
}
.carousel-announcement .carousel-inner .carousel-item.active {
	opacity: 1;
	visibility: visible;
	transition: opacity 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media (prefers-reduced-motion: reduce) {
	.carousel-announcement .carousel-inner .carousel-item.active {
		transition: none;
	}
}
.carousel-announcement .carousel-inner .carousel-item:not(.active) {
	opacity: 0;
	visibility: hidden;
}
.carousel-announcement .carousel-inner .carousel-item .alert {
	margin: 0 1.25rem;
	background-color: transparent;
	border: none;
}

.carousel-announcement .carousel-controls .carousel-control-prev,
.carousel-announcement .carousel-controls .carousel-control-next {
	color: inherit;
}
.carousel-announcement .carousel-controls .carousel-control-prev::after,
.carousel-announcement .carousel-controls .carousel-control-next::after {
	font-size: 1.25rem;
}

.carousel-highlight.carousel-sneak-peek .carousel-inner {
	width: 90%;
}

@media screen and (min-width: 1084px) {
	.carousel-highlight.carousel-sneak-peek
		.carousel-item-next:not(.carousel-item-left),
	.carousel-highlight.carousel-sneak-peek .active.carousel-item-right,
	.carousel-highlight.carousel-sneak-peek
		.carousel-item-prev:not(.carousel-item-right),
	.carousel-highlight.carousel-sneak-peek .active.carousel-item-left {
		opacity: 0.3;
	}
}

@media screen and (min-width: 860px) {
	html:not([dir="rtl"])
		.carousel-highlight.carousel-sneak-peek
		.carousel-item-next:not(.carousel-item-left),
	html:not([dir="rtl"])
		.carousel-highlight.carousel-sneak-peek
		.active.carousel-item-right {
		transform: translateX(101%);
	}
	html[dir="rtl"]
		.carousel-highlight.carousel-sneak-peek
		.carousel-item-next:not(.carousel-item-left),
	html[dir="rtl"]
		.carousel-highlight.carousel-sneak-peek
		.active.carousel-item-right {
		transform: translateX(-101%);
	}
}

@media screen and (min-width: 1084px) {
	html:not([dir="rtl"])
		.carousel-highlight.carousel-sneak-peek
		.carousel-item-next:not(.carousel-item-left),
	html:not([dir="rtl"])
		.carousel-highlight.carousel-sneak-peek
		.active.carousel-item-right {
		transform: scale(0.91) translate(12%, 0);
	}
	html[dir="rtl"]
		.carousel-highlight.carousel-sneak-peek
		.carousel-item-next:not(.carousel-item-left),
	html[dir="rtl"]
		.carousel-highlight.carousel-sneak-peek
		.active.carousel-item-right {
		transform: scale(0.91) translate(-12%, 0);
	}
}

@media screen and (min-width: 860px) {
	html:not([dir="rtl"])
		.carousel-highlight.carousel-sneak-peek
		.carousel-item-prev:not(.carousel-item-right),
	html:not([dir="rtl"])
		.carousel-highlight.carousel-sneak-peek
		.active.carousel-item-left {
		transform: translateX(-101%);
	}
	html[dir="rtl"]
		.carousel-highlight.carousel-sneak-peek
		.carousel-item-prev:not(.carousel-item-right),
	html[dir="rtl"]
		.carousel-highlight.carousel-sneak-peek
		.active.carousel-item-left {
		transform: translateX(101%);
	}
}

@media screen and (min-width: 1084px) {
	html:not([dir="rtl"])
		.carousel-highlight.carousel-sneak-peek
		.carousel-item-prev:not(.carousel-item-right),
	html:not([dir="rtl"])
		.carousel-highlight.carousel-sneak-peek
		.active.carousel-item-left {
		transform: scale(0.91) translate(-12%, 0);
	}
	html[dir="rtl"]
		.carousel-highlight.carousel-sneak-peek
		.carousel-item-prev:not(.carousel-item-right),
	html[dir="rtl"]
		.carousel-highlight.carousel-sneak-peek
		.active.carousel-item-left {
		transform: scale(0.91) translate(12%, 0);
	}
}

@media screen and (min-width: 1084px) {
	.carousel-highlight.carousel-sneak-peek
		.carousel-controls
		.carousel-control-prev,
	.carousel-highlight.carousel-sneak-peek
		.carousel-controls
		.carousel-control-next {
		transform: scale(0.91);
		transform-style: flat;
	}
}

@media screen and (max-width: 1083px) {
	.carousel-highlight.carousel-sneak-peek .carousel-controls {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: -3.5rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.carousel-highlight.carousel-sneak-peek .carousel-control-prev,
	.carousel-highlight.carousel-sneak-peek .carousel-control-next,
	.carousel-highlight.carousel-sneak-peek .carousel-indicators {
		position: static;
	}
	.carousel-highlight.carousel-sneak-peek .carousel-control-prev,
	.carousel-highlight.carousel-sneak-peek .carousel-control-next {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.carousel-highlight.carousel-sneak-peek .carousel-control-prev::after,
	.carousel-highlight.carousel-sneak-peek .carousel-control-next::after {
		font-size: 1.25rem;
	}
	.carousel-highlight.carousel-sneak-peek .carousel-indicators {
		margin-bottom: 3px;
	}
}

@media screen and (min-width: 860px) {
	.carousel-highlight:not(.carousel-sneak-peek) .carousel-item {
		transition: transform 0.8s ease-in-out;
	}
	.carousel-highlight:not(.carousel-sneak-peek)
		.carousel-item.sliding-in
		.card {
		transition: opacity 0.8s ease-in;
	}
}
@media screen and (min-width: 860px) and (prefers-reduced-motion: reduce) {
	.carousel-highlight:not(.carousel-sneak-peek)
		.carousel-item.sliding-in
		.card {
		transition: none;
	}
}
@media screen and (min-width: 860px) and (prefers-reduced-motion: reduce) {
	.carousel-highlight:not(.carousel-sneak-peek) .carousel-item {
		transition: none;
	}
}

.carousel-highlight:not(.carousel-sneak-peek)
	.card-img-overlay
	> .card-foreground
	.card {
	min-height: auto;
}

.carousel-highlight:not(.carousel-sneak-peek) .carousel-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -3.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.carousel-highlight:not(.carousel-sneak-peek) .carousel-control-prev,
.carousel-highlight:not(.carousel-sneak-peek) .carousel-control-next,
.carousel-highlight:not(.carousel-sneak-peek) .carousel-indicators {
	position: static;
}

.carousel-highlight:not(.carousel-sneak-peek) .carousel-control-prev,
.carousel-highlight:not(.carousel-sneak-peek) .carousel-control-next {
	padding-right: 1rem;
	padding-left: 1rem;
}
.carousel-highlight:not(.carousel-sneak-peek) .carousel-control-prev::after,
.carousel-highlight:not(.carousel-sneak-peek) .carousel-control-next::after {
	font-size: 1.25rem;
}

.carousel-highlight:not(.carousel-sneak-peek) .carousel-indicators {
	margin-bottom: 3px;
}

@media screen and (min-width: 860px) {
	.carousel-highlight-backplate .carousel-item {
		transition: transform 0.8s ease-in-out;
	}
	.carousel-highlight-backplate .carousel-item.sliding-in .card {
		transition: opacity 0.8s ease-in;
	}
}
@media screen and (min-width: 860px) and (prefers-reduced-motion: reduce) {
	.carousel-highlight-backplate .carousel-item.sliding-in .card {
		transition: none;
	}
}
@media screen and (min-width: 860px) and (prefers-reduced-motion: reduce) {
	.carousel-highlight-backplate .carousel-item {
		transition: none;
	}
}

@media screen and (min-width: 1084px) {
	.carousel-highlight-backplate .carousel-control-prev,
	.carousel-highlight-backplate .carousel-control-next {
		background: rgba(255, 255, 255, 0.8);
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.12),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
		height: 44px;
		width: 44px;
		top: calc(50% - (44px / 2));
		margin: 0 0.25rem;
		border-radius: 50%;
	}
	.theme-dark .carousel-highlight-backplate .carousel-control-prev,
	.theme-dark .carousel-highlight-backplate .carousel-control-next {
		background: rgba(47, 47, 47, 0.8);
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.48),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48);
	}
	.carousel-highlight-backplate .carousel-control-prev:not(:disabled):hover,
	.carousel-highlight-backplate .carousel-control-prev:not(:disabled):focus,
	.carousel-highlight-backplate .carousel-control-next:not(:disabled):hover,
	.carousel-highlight-backplate .carousel-control-next:not(:disabled):focus {
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12),
			0 0.25rem 1rem 0 rgba(0, 0, 0, 0.12);
	}
	.theme-dark
		.carousel-highlight-backplate
		.carousel-control-prev:not(:disabled):hover,
	.theme-dark
		.carousel-highlight-backplate
		.carousel-control-prev:not(:disabled):focus,
	.theme-dark
		.carousel-highlight-backplate
		.carousel-control-next:not(:disabled):hover,
	.theme-dark
		.carousel-highlight-backplate
		.carousel-control-next:not(:disabled):focus {
		background: rgba(47, 47, 47, 0.9);
		box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48),
			0 0.25rem 1rem 0 rgba(0, 0, 0, 0.48);
	}
	.carousel-highlight-backplate .carousel-control-prev::after,
	.carousel-highlight-backplate .carousel-control-next::after {
		font-size: 1.5rem;
	}
	.carousel-highlight-backplate .carousel-control-prev:focus,
	.carousel-highlight-backplate .carousel-control-next:focus {
		outline-offset: -0.1875rem;
	}
	html:not([dir="rtl"])
		.carousel-highlight-backplate
		.carousel-control-prev:not(:disabled):hover::after,
	html:not([dir="rtl"])
		.carousel-highlight-backplate
		.carousel-control-next:not(:disabled):hover::after {
		transform: none;
	}
	html[dir="rtl"]
		.carousel-highlight-backplate
		.carousel-control-prev:not(:disabled):hover::after,
	html[dir="rtl"]
		.carousel-highlight-backplate
		.carousel-control-next:not(:disabled):hover::after {
		transform: none;
	}
	.carousel-highlight-backplate .carousel-controls .carousel-indicators {
		bottom: -3.5rem;
	}
}

@media screen and (max-width: 1083px) {
	.carousel-highlight-backplate .carousel-controls {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: -3.5rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.carousel-highlight-backplate .carousel-control-prev,
	.carousel-highlight-backplate .carousel-control-next,
	.carousel-highlight-backplate .carousel-indicators {
		position: static;
	}
	.carousel-highlight-backplate .carousel-control-prev,
	.carousel-highlight-backplate .carousel-control-next {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.carousel-highlight-backplate .carousel-control-prev::after,
	.carousel-highlight-backplate .carousel-control-next::after {
		font-size: 1.25rem;
	}
	.carousel-highlight-backplate .carousel-indicators {
		margin-bottom: 3px;
	}
}

.carousel-sneak-peek.carousel-content-cards .carousel-inner {
	width: 90%;
}
@media screen and (min-width: 860px) {
	.carousel-sneak-peek.carousel-content-cards .carousel-inner {
		width: 66%;
	}
}
@media screen and (min-width: 1400px) {
	.carousel-sneak-peek.carousel-content-cards .carousel-inner {
		width: 60%;
	}
}

.carousel-sneak-peek.carousel-content-cards .carousel-item {
	display: flex;
	background: none;
}
.carousel-sneak-peek.carousel-content-cards .carousel-item.active {
	/* stylelint-disable-next-line selector-max-class */
}
.carousel-sneak-peek.carousel-content-cards .carousel-item.active .card-header,
.carousel-sneak-peek.carousel-content-cards .carousel-item.active .card-body,
.carousel-sneak-peek.carousel-content-cards .carousel-item.active .card-footer {
	opacity: 1;
	visibility: visible;
}
.carousel-sneak-peek.carousel-content-cards
	.carousel-item:not(.active)
	.card-header,
.carousel-sneak-peek.carousel-content-cards
	.carousel-item:not(.active)
	.card-body,
.carousel-sneak-peek.carousel-content-cards
	.carousel-item:not(.active)
	.card-footer {
	opacity: 0;
	visibility: hidden;
}
.carousel-sneak-peek.carousel-content-cards .carousel-item.sliding-in {
	/* stylelint-disable-next-line selector-max-class */
}
.carousel-sneak-peek.carousel-content-cards
	.carousel-item.sliding-in
	.card-header,
.carousel-sneak-peek.carousel-content-cards
	.carousel-item.sliding-in
	.card-body,
.carousel-sneak-peek.carousel-content-cards
	.carousel-item.sliding-in
	.card-footer {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.6s ease-in;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-sneak-peek.carousel-content-cards
		.carousel-item.sliding-in
		.card-header,
	.carousel-sneak-peek.carousel-content-cards
		.carousel-item.sliding-in
		.card-body,
	.carousel-sneak-peek.carousel-content-cards
		.carousel-item.sliding-in
		.card-footer {
		transition: none;
	}
}

.carousel-sneak-peek.carousel-content-cards
	.carousel-item-next:not(.carousel-item-left),
.carousel-sneak-peek.carousel-content-cards .active.carousel-item-right,
.carousel-sneak-peek.carousel-content-cards
	.carousel-item-prev:not(.carousel-item-right),
.carousel-sneak-peek.carousel-content-cards .active.carousel-item-left {
	/* stylelint-disable-next-line selector-max-class */
}
@media screen and (min-width: 860px) {
	.carousel-sneak-peek.carousel-content-cards
		.carousel-item-next:not(.carousel-item-left),
	.carousel-sneak-peek.carousel-content-cards .active.carousel-item-right,
	.carousel-sneak-peek.carousel-content-cards
		.carousel-item-prev:not(.carousel-item-right),
	.carousel-sneak-peek.carousel-content-cards .active.carousel-item-left {
		opacity: 0.3;
	}
}
.carousel-sneak-peek.carousel-content-cards
	.carousel-item-next:not(.carousel-item-left)
	.card-header,
.carousel-sneak-peek.carousel-content-cards
	.carousel-item-next:not(.carousel-item-left)
	.card-body,
.carousel-sneak-peek.carousel-content-cards
	.carousel-item-next:not(.carousel-item-left)
	.card-footer,
.carousel-sneak-peek.carousel-content-cards
	.active.carousel-item-right
	.card-header,
.carousel-sneak-peek.carousel-content-cards
	.active.carousel-item-right
	.card-body,
.carousel-sneak-peek.carousel-content-cards
	.active.carousel-item-right
	.card-footer,
.carousel-sneak-peek.carousel-content-cards
	.carousel-item-prev:not(.carousel-item-right)
	.card-header,
.carousel-sneak-peek.carousel-content-cards
	.carousel-item-prev:not(.carousel-item-right)
	.card-body,
.carousel-sneak-peek.carousel-content-cards
	.carousel-item-prev:not(.carousel-item-right)
	.card-footer,
.carousel-sneak-peek.carousel-content-cards
	.active.carousel-item-left
	.card-header,
.carousel-sneak-peek.carousel-content-cards
	.active.carousel-item-left
	.card-body,
.carousel-sneak-peek.carousel-content-cards
	.active.carousel-item-left
	.card-footer {
	opacity: 0;
}

@media screen and (min-width: 860px) {
	html:not([dir="rtl"])
		.carousel-sneak-peek.carousel-content-cards
		.carousel-item-next:not(.carousel-item-left),
	html:not([dir="rtl"])
		.carousel-sneak-peek.carousel-content-cards
		.active.carousel-item-right {
		transform: scale(0.91) translate(25%, 0);
	}
	html[dir="rtl"]
		.carousel-sneak-peek.carousel-content-cards
		.carousel-item-next:not(.carousel-item-left),
	html[dir="rtl"]
		.carousel-sneak-peek.carousel-content-cards
		.active.carousel-item-right {
		transform: scale(0.91) translate(-25%, 0);
	}
}

@media screen and (min-width: 1400px) {
	html:not([dir="rtl"])
		.carousel-sneak-peek.carousel-content-cards
		.carousel-item-next:not(.carousel-item-left),
	html:not([dir="rtl"])
		.carousel-sneak-peek.carousel-content-cards
		.active.carousel-item-right {
		transform: scale(0.91) translate(33%, 0);
	}
	html[dir="rtl"]
		.carousel-sneak-peek.carousel-content-cards
		.carousel-item-next:not(.carousel-item-left),
	html[dir="rtl"]
		.carousel-sneak-peek.carousel-content-cards
		.active.carousel-item-right {
		transform: scale(0.91) translate(-33%, 0);
	}
}

@media screen and (min-width: 860px) {
	html:not([dir="rtl"])
		.carousel-sneak-peek.carousel-content-cards
		.carousel-item-prev:not(.carousel-item-right),
	html:not([dir="rtl"])
		.carousel-sneak-peek.carousel-content-cards
		.active.carousel-item-left {
		transform: scale(0.91) translate(-25%, 0);
	}
	html[dir="rtl"]
		.carousel-sneak-peek.carousel-content-cards
		.carousel-item-prev:not(.carousel-item-right),
	html[dir="rtl"]
		.carousel-sneak-peek.carousel-content-cards
		.active.carousel-item-left {
		transform: scale(0.91) translate(25%, 0);
	}
}

@media screen and (min-width: 1400px) {
	html:not([dir="rtl"])
		.carousel-sneak-peek.carousel-content-cards
		.carousel-item-prev:not(.carousel-item-right),
	html:not([dir="rtl"])
		.carousel-sneak-peek.carousel-content-cards
		.active.carousel-item-left {
		transform: scale(0.91) translate(-33%, 0);
	}
	html[dir="rtl"]
		.carousel-sneak-peek.carousel-content-cards
		.carousel-item-prev:not(.carousel-item-right),
	html[dir="rtl"]
		.carousel-sneak-peek.carousel-content-cards
		.active.carousel-item-left {
		transform: scale(0.91) translate(33%, 0);
	}
}

@media screen and (min-width: 860px) {
	.carousel-sneak-peek.carousel-content-cards
		.carousel-controls
		.carousel-control-prev,
	.carousel-sneak-peek.carousel-content-cards
		.carousel-controls
		.carousel-control-next {
		transform: scale(0.91);
		transform-style: flat;
		width: 18%;
	}
	.carousel-sneak-peek.carousel-content-cards
		.carousel-controls
		.carousel-control-prev {
		justify-content: flex-start;
	}
	.carousel-sneak-peek.carousel-content-cards
		.carousel-controls
		.carousel-control-next {
		justify-content: flex-end;
	}
}

@media screen and (min-width: 1400px) {
	.carousel-sneak-peek.carousel-content-cards
		.carousel-controls
		.carousel-control-prev,
	.carousel-sneak-peek.carousel-content-cards
		.carousel-controls
		.carousel-control-next {
		width: 21%;
	}
}

@media screen and (max-width: 859px) {
	.carousel-sneak-peek.carousel-content-cards .carousel-controls {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: -3.5rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.carousel-sneak-peek.carousel-content-cards .carousel-control-prev,
	.carousel-sneak-peek.carousel-content-cards .carousel-control-next,
	.carousel-sneak-peek.carousel-content-cards .carousel-indicators {
		position: static;
	}
	.carousel-sneak-peek.carousel-content-cards .carousel-control-prev,
	.carousel-sneak-peek.carousel-content-cards .carousel-control-next {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.carousel-sneak-peek.carousel-content-cards .carousel-control-prev::after,
	.carousel-sneak-peek.carousel-content-cards .carousel-control-next::after {
		font-size: 1.25rem;
	}
	.carousel-sneak-peek.carousel-content-cards .carousel-indicators {
		margin-bottom: 3px;
	}
}

.carousel-product-card .container {
	width: 87%;
	height: 100%;
	max-width: calc(100% - (2.75rem - 0.5rem - 0.375rem) * 2);
}
@media screen and (min-width: 860px) {
	.carousel-product-card .container {
		width: 90%;
	}
}

.carousel-product-card .row {
	flex-wrap: nowrap;
	overflow: hidden;
	height: 100%;
}

@media screen and (max-width: 859px) {
	.carousel-product-card .carousel-control-prev,
	.carousel-product-card .carousel-control-next {
		width: 7%;
	}
}

.carousel-product-card .carousel-control-prev::after,
.carousel-product-card .carousel-control-next::after {
	font-size: 1.75rem;
}

.carousel-lg-side-controls .carousel-item > div {
	height: 100%;
}

@media screen and (min-width: 1084px) {
	.carousel-lg-side-controls .carousel-inner {
		width: 90%;
		margin: auto;
	}
}

.carousel-lg-side-controls .carousel-controls .carousel-indicators {
	bottom: -3.5rem;
}

@media screen and (max-width: 1083px) {
	.carousel-lg-side-controls .carousel-controls {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: -3.5rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.carousel-lg-side-controls .carousel-control-prev,
	.carousel-lg-side-controls .carousel-control-next,
	.carousel-lg-side-controls .carousel-indicators {
		position: static;
	}
	.carousel-lg-side-controls .carousel-control-prev,
	.carousel-lg-side-controls .carousel-control-next {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.carousel-lg-side-controls .carousel-control-prev::after,
	.carousel-lg-side-controls .carousel-control-next::after {
		font-size: 1.25rem;
	}
	.carousel-lg-side-controls .carousel-indicators {
		margin-bottom: 3px;
	}
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	text-align: center;
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5%;
	min-width: 44px;
	min-height: 44px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 0;
	padding: 0;
	background: none;
	color: #171717;
}
.theme-dark .carousel-control-prev,
.theme-dark .carousel-control-next {
	color: #f2f2f2;
}
.carousel-control-prev:disabled,
.carousel-control-next:disabled {
	opacity: 0.3;
	cursor: default;
}
.carousel-control-prev:focus,
.carousel-control-next:focus {
	outline-offset: -0.375rem;
}
.carousel-control-prev::after,
.carousel-control-next::after {
	font-family: "MWF-FLUENT-ICONS";
	font-weight: 400;
	font-size: 2.5rem;
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev::after,
	.carousel-control-next::after {
		transition: none;
	}
}
@media (forced-colors: active) {
	.carousel-control-prev::after,
	.carousel-control-next::after {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}

html:not([dir="rtl"]) .carousel-control-prev {
	left: 0;
}
html:not([dir="rtl"]) .carousel-control-prev::after {
	content: "";
}
html:not([dir="rtl"]) .carousel-control-prev:not(:disabled):hover::after {
	transform: translate(-0.5rem, 0);
}

html[dir="rtl"] .carousel-control-prev {
	right: 0;
}
html[dir="rtl"] .carousel-control-prev::after {
	content: "";
}
html[dir="rtl"] .carousel-control-prev:not(:disabled):hover::after {
	transform: translate(0.5rem, 0);
}

html:not([dir="rtl"]) .carousel-control-next {
	right: 0;
}
html:not([dir="rtl"]) .carousel-control-next::after {
	content: "";
}
html:not([dir="rtl"]) .carousel-control-next:not(:disabled):hover::after {
	transform: translate(0.5rem, 0);
}

html[dir="rtl"] .carousel-control-next {
	left: 0;
}
html[dir="rtl"] .carousel-control-next::after {
	content: "";
}
html[dir="rtl"] .carousel-control-next:not(:disabled):hover::after {
	transform: translate(-0.5rem, 0);
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-inline-start: 0;
	list-style: none;
	color: #171717;
}
.theme-dark .carousel-indicators {
	color: #f2f2f2;
}
.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	margin-right: 1rem;
	margin-left: 1rem;
}
.carousel-indicators li::after {
	font-family: "MWF-FLUENT-ICONS";
	font-weight: 400;
	font-size: 0.625rem;
	content: "";
}
@media (forced-colors: active) {
	.carousel-indicators li::after {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}
.carousel-indicators .active::after {
	content: "";
}

.close {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	color: inherit;
}
.close::before {
	content: "";
	font-family: "MWF-FLUENT-ICONS";
}
@media (forced-colors: active) {
	.close {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

a.close.disabled {
	pointer-events: none;
}

.color-picker {
	padding: 0 0.4375em 1.25em;
	position: relative;
	/* stylelint-disable-next-line selector-class-pattern */
}
.color-picker input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.color-picker .color-picker-heading-container {
	display: flex;
	margin-bottom: 0.625em;
}
.color-picker .color-picker-heading {
	font-weight: 600;
}
.color-picker input + label .color-picker-label {
	display: none;
}
html:not([dir="rtl"]) .color-picker .color-picker-color-name {
	margin-left: 0.3125em;
}
html[dir="rtl"] .color-picker .color-picker-color-name {
	margin-right: 0.3125em;
}
.color-picker input:checked + label .color-picker-label {
	position: absolute;
	bottom: 0;
	display: inline-block;
}
html:not([dir="rtl"]) .color-picker input:checked + label .color-picker-label {
	left: 0;
}
html[dir="rtl"] .color-picker input:checked + label .color-picker-label {
	right: 0;
}
.color-picker input:checked + label .color-picker-dot,
.color-picker .color-picker-dot:hover {
	transform: scale(1.3);
}
.color-picker input:checked + label .color-picker-dot {
	border: 0.125rem solid;
}
.color-picker .color-picker-control:checked + label .color-picker-dot::after {
	font-family: "MWF-FLUENT-ICONS";
	content: "";
	color: #fff;
	position: absolute;
	line-height: 1;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	forced-color-adjust: none;
}
.color-picker
	.color-picker-control:checked
	+ label
	.color-picker-bg-image::after {
	content: "";
}
.color-picker input:focus + label .color-picker-dot,
.color-picker input:focus + label .swatch {
	outline: 0.1875rem dotted currentColor;
	outline-offset: 0.125rem;
}
.color-picker.color-picker--dark .color-picker-dot {
	border: 0.125rem solid #fff;
}
.color-picker.color-picker--dark .color-picker-dot:hover {
	border: 0.125rem solid transparent;
}
.color-picker.color-picker--dark .color-picker-dot:hover::before {
	box-shadow: inset 0 0 0 0.1875em #fff;
}
.color-picker input:checked + .color-picker-dot-light .color-picker-dot::before,
.color-picker input + .color-picker-dot-light .color-picker-dot:hover::before {
	box-shadow: inset 0 0 0 0.1875em #000;
}
.color-picker input:checked + .color-picker-dot-light .color-picker-dot::after {
	color: #000;
}

.result-list {
	position: absolute;
	z-index: 3;
	width: 100%;
	padding: 0;
	list-style: none;
	border: 0.0625rem solid #e6e6e6;
	display: none;
	background-color: #fff;
	color: #000;
}
.theme-dark .result-list {
	background-color: #000;
	color: #fff;
}
.result-list.active {
	display: block;
}
.result-list .result {
	padding-left: 1rem;
	padding-right: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.result-list .result.selected,
.result-list .result:hover,
.result-list .result:focus {
	outline: 0.1875rem dotted currentColor !important;
	outline-offset: -0.1875rem;
	background-color: #0067b8;
	color: #fff;
}
.theme-dark .result-list .result.selected,
.theme-dark .result-list .result:hover,
.theme-dark .result-list .result:focus {
	background-color: #3aa0fa;
	color: #000;
}

.search-results-container {
	position: relative;
}

.combobox {
	position: relative;
	display: inline-block;
	width: 100%;
}
.combobox .combobox-toggle::after {
	display: block;
	font-size: 1em;
	font-family: "MWF-FLUENT-ICONS";
	position: absolute;
	line-height: 1;
	top: calc(50% + 0.0625em);
	margin-top: -0.5em;
}
.combobox .combobox-divider {
	height: 0;
	margin: 0 0;
	overflow: hidden;
	border-top: 1px solid currentColor;
	opacity: 0.15;
}
.combobox .combobox-item {
	display: block;
	width: 100%;
	clear: both;
	text-decoration: none;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	padding: 0.5rem 0.75rem;
	color: #000;
}
.theme-dark .combobox .combobox-item {
	color: #fff;
}
.combobox .combobox-item:hover,
.combobox .combobox-item:focus {
	background-color: #e6e6e6;
	color: #000;
	outline-offset: -0.1875rem;
}
.theme-dark .combobox .combobox-item:hover,
.theme-dark .combobox .combobox-item:focus {
	background-color: #505050;
	color: #fff;
}
.combobox .combobox-item.active,
.combobox .combobox-item:active {
	background-color: #000;
	color: #fff;
}
.theme-dark .combobox .combobox-item.active,
.theme-dark .combobox .combobox-item:active {
	background-color: #fff;
	color: #000;
}
.combobox .combobox-item.disabled,
.combobox .combobox-item:disabled {
	opacity: 0.3;
	pointer-events: none;
	background-color: transparent;
}
.combobox .combobox-item:disabled {
	opacity: 0.3;
}
html:not([dir="rtl"]) .combobox {
	text-align: left;
}
html[dir="rtl"] .combobox {
	text-align: right;
}
.combobox .combobox-toggle {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.combobox .combobox-toggle .glyph::before {
	content: "";
}
.combobox .combobox-menu {
	position: absolute;
	top: 0;
	z-index: 1000;
	display: none;
	font-size: 1rem;
	border: 0.0625rem solid #757575;
	border-radius: 0;
	box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12),
		0 0.25rem 1rem 0 rgba(0, 0, 0, 0.12);
	background-clip: padding-box;
	background-color: #fff;
	color: #000;
	top: 100%;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
}
.theme-dark .combobox .combobox-menu {
	box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48),
		0 0.25rem 1rem 0 rgba(0, 0, 0, 0.48);
	border-color: #d2d2d2;
	background-color: #000;
	color: #fff;
}
html:not([dir="rtl"]) .combobox .combobox-menu {
	text-align: left;
	left: 0;
	right: auto;
}
html[dir="rtl"] .combobox .combobox-menu {
	text-align: right;
	left: auto;
	right: 0;
}
.combobox .combobox-menu.show {
	display: block;
}
.combobox .combobox-item {
	position: relative;
	cursor: pointer;
	white-space: normal;
}
.combobox .combobox-item .glyph {
	position: absolute;
}
html:not([dir="rtl"]) .combobox .combobox-item .glyph {
	left: 1rem;
}
html[dir="rtl"] .combobox .combobox-item .glyph {
	right: 1rem;
}
html:not([dir="rtl"]) .combobox .combobox-item {
	padding-left: 2.5rem;
}
html[dir="rtl"] .combobox .combobox-item {
	padding-right: 2.5rem;
}
html:not([dir="rtl"]) .combobox .combobox-item:not([role="option"]) {
	padding-left: 1rem;
}
html[dir="rtl"] .combobox .combobox-item:not([role="option"]) {
	padding-right: 1rem;
}
.combobox .combobox-item:not([role="option"]):hover {
	background-color: inherit;
	color: inherit;
}
.combobox .combobox-divider {
	border-color: #757575;
	opacity: 1;
}
.theme-dark .combobox .combobox-divider {
	border-color: #d2d2d2;
}
.combobox .combobox-item.current-item {
	background-color: #e6e6e6;
	outline: 0.1875rem dotted currentColor;
	outline-offset: -3px;
}
.theme-dark .combobox .combobox-item.current-item {
	background-color: #505050;
	color: #fff;
}
.combobox .combobox-item.current-item:active {
	background-color: #000;
	color: #fff;
}
.theme-dark .combobox .combobox-item.current-item:active {
	background-color: #fff;
	color: #000;
}
.combobox .combobox-item[aria-selected="true"] {
	background-color: #e6e6e6;
}
.theme-dark .combobox .combobox-item[aria-selected="true"] {
	background-color: #505050;
	color: #fff;
}
.combobox .combobox-item[aria-selected="true"] .glyph::before {
	position: relative;
	top: 0.1875rem;
	content: "";
}

hr,
.divider {
	border: 0;
	border-top: 0.0625rem solid #757575;
	margin: 0;
}
.theme-dark hr,
.theme-dark .divider {
	border-color: #d2d2d2;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
	display: inline-block;
}
.dropup .dropdown-toggle::after,
.dropright .dropdown-toggle::after,
.dropdown .dropdown-toggle::after,
.dropleft .dropdown-toggle::after {
	display: block;
	font-size: 1em;
	font-family: "MWF-FLUENT-ICONS";
	position: absolute;
	line-height: 1;
	top: calc(50% + 0.0625em);
	margin-top: -0.5em;
}
.dropup .dropdown-divider,
.dropright .dropdown-divider,
.dropdown .dropdown-divider,
.dropleft .dropdown-divider {
	height: 0;
	margin: 0 0;
	overflow: hidden;
	border-top: 1px solid currentColor;
	opacity: 0.15;
}
.dropup .dropdown-item,
.dropright .dropdown-item,
.dropdown .dropdown-item,
.dropleft .dropdown-item {
	display: block;
	width: 100%;
	clear: both;
	text-decoration: none;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	padding: 0.5rem 0.75rem;
	color: #000;
}
.theme-dark .dropup .dropdown-item,
.theme-dark .dropright .dropdown-item,
.theme-dark .dropdown .dropdown-item,
.theme-dark .dropleft .dropdown-item {
	color: #fff;
}
.dropup .dropdown-item:hover,
.dropup .dropdown-item:focus,
.dropright .dropdown-item:hover,
.dropright .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item:focus,
.dropleft .dropdown-item:hover,
.dropleft .dropdown-item:focus {
	background-color: #e6e6e6;
	color: #000;
	outline-offset: -0.1875rem;
}
.theme-dark .dropup .dropdown-item:hover,
.theme-dark .dropup .dropdown-item:focus,
.theme-dark .dropright .dropdown-item:hover,
.theme-dark .dropright .dropdown-item:focus,
.theme-dark .dropdown .dropdown-item:hover,
.theme-dark .dropdown .dropdown-item:focus,
.theme-dark .dropleft .dropdown-item:hover,
.theme-dark .dropleft .dropdown-item:focus {
	background-color: #505050;
	color: #fff;
}
.dropup .dropdown-item.active,
.dropup .dropdown-item:active,
.dropright .dropdown-item.active,
.dropright .dropdown-item:active,
.dropdown .dropdown-item.active,
.dropdown .dropdown-item:active,
.dropleft .dropdown-item.active,
.dropleft .dropdown-item:active {
	background-color: #000;
	color: #fff;
}
.theme-dark .dropup .dropdown-item.active,
.theme-dark .dropup .dropdown-item:active,
.theme-dark .dropright .dropdown-item.active,
.theme-dark .dropright .dropdown-item:active,
.theme-dark .dropdown .dropdown-item.active,
.theme-dark .dropdown .dropdown-item:active,
.theme-dark .dropleft .dropdown-item.active,
.theme-dark .dropleft .dropdown-item:active {
	background-color: #fff;
	color: #000;
}
.dropup .dropdown-item.disabled,
.dropup .dropdown-item:disabled,
.dropright .dropdown-item.disabled,
.dropright .dropdown-item:disabled,
.dropdown .dropdown-item.disabled,
.dropdown .dropdown-item:disabled,
.dropleft .dropdown-item.disabled,
.dropleft .dropdown-item:disabled {
	opacity: 0.3;
	pointer-events: none;
	background-color: transparent;
}
.dropup .dropdown-item:disabled,
.dropright .dropdown-item:disabled,
.dropdown .dropdown-item:disabled,
.dropleft .dropdown-item:disabled {
	opacity: 0.3;
}
.dropup .dropdown-toggle,
.dropright .dropdown-toggle,
.dropdown .dropdown-toggle,
.dropleft .dropdown-toggle {
	position: relative;
}
.dropup .dropdown-toggle .glyph,
.dropright .dropdown-toggle .glyph,
.dropdown .dropdown-toggle .glyph,
.dropleft .dropdown-toggle .glyph {
	position: relative;
	top: 0.0625em;
}
.dropup .dropdown-toggle .glyph::before,
.dropup .dropdown-toggle .glyph::after,
.dropright .dropdown-toggle .glyph::before,
.dropright .dropdown-toggle .glyph::after,
.dropdown .dropdown-toggle .glyph::before,
.dropdown .dropdown-toggle .glyph::after,
.dropleft .dropdown-toggle .glyph::before,
.dropleft .dropdown-toggle .glyph::after {
	font-weight: 600;
}
.dropup.btn-group,
.dropup.btn-group-vertical,
.dropright.btn-group,
.dropright.btn-group-vertical,
.dropdown.btn-group,
.dropdown.btn-group-vertical,
.dropleft.btn-group,
.dropleft.btn-group-vertical {
	display: inline-flex;
}

.dropup .glyph::before {
	content: "";
}

.dropdown .glyph::before {
	content: "";
}

html:not([dir="rtl"]) .dropright .glyph::before {
	content: "";
}

html[dir="rtl"] .dropright .glyph::before {
	content: "";
}

html:not([dir="rtl"]) .dropleft .glyph::before {
	content: "";
}

html[dir="rtl"] .dropleft .glyph::before {
	content: "";
}

.dropdown-toggle-split {
	position: relative;
	min-width: 1em;
	box-sizing: content-box;
}
html:not([dir="rtl"]) .dropdown-toggle-split.dropdown-toggle.btn {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
html[dir="rtl"] .dropdown-toggle-split.dropdown-toggle.btn {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.dropdown-menu {
	position: absolute;
	top: 0;
	z-index: 1000;
	display: none;
	font-size: 1rem;
	border: 0.0625rem solid #757575;
	border-radius: 0;
	box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12),
		0 0.25rem 1rem 0 rgba(0, 0, 0, 0.12);
	background-clip: padding-box;
	background-color: #fff;
	color: #000;
}
.theme-dark .dropdown-menu {
	box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48),
		0 0.25rem 1rem 0 rgba(0, 0, 0, 0.48);
	border-color: #d2d2d2;
	background-color: #000;
	color: #fff;
}
html:not([dir="rtl"]) .dropdown-menu {
	text-align: left;
	left: 0;
	right: auto;
}
html[dir="rtl"] .dropdown-menu {
	text-align: right;
	left: auto;
	right: 0;
}
.dropdown-menu.show {
	display: block;
}
.dropdown-menu,
.dropdown-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
html:not([dir="rtl"]) ul .dropdown-menu.flyout-align-end {
	text-align: right;
}
html[dir="rtl"] ul .dropdown-menu.flyout-align-end {
	text-align: left;
}

.dropdown-menu-lg {
	min-width: 18rem;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	white-space: nowrap;
	color: #505050;
}
.theme-dark .dropdown-header {
	color: #e6e6e6;
}

.dropdown-item-text {
	display: block;
	padding: 0.5rem 0.75rem;
	color: #000;
}

.dropdown-multi-level .dropright,
.dropdown-multi-level .dropleft {
	width: 100%;
}

.dropdown-multi-level > :not(.dropright):not(.dropleft) > .dropdown-item {
	padding-inline-end: 2.75rem;
}

html:not([dir="rtl"]) .dropdown-multi-level .dropleft .glyph::before {
	content: "";
}

html[dir="rtl"] .dropdown-multi-level .dropleft .glyph::before {
	content: "";
}

.dropdown-multi-level .dropdown-item {
	display: inline-flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: center;
}
.dropdown-multi-level .dropdown-item .glyph {
	display: flex;
}
.dropdown-multi-level .dropdown-item:active,
.dropdown-multi-level .dropdown-item:focus,
.dropdown-multi-level .dropdown-item.active {
	background-color: #e6e6e6;
	color: #000;
}
.theme-dark .dropdown-multi-level .dropdown-item:active,
.theme-dark .dropdown-multi-level .dropdown-item:focus,
.theme-dark .dropdown-multi-level .dropdown-item.active {
	background-color: #505050;
	color: inherit;
}
.dropdown-multi-level .dropdown-item ~ .dropdown-menu.flyout-bottom {
	margin-top: -0.25rem;
	margin-inline-start: 0.5rem;
}
.dropdown-multi-level .dropdown-item ~ .dropdown-menu.flyout-top {
	margin-top: 0.25rem;
	margin-inline-start: 0.5rem;
}

.form-control {
	display: block;
	width: 100%;
	height: 2.5rem;
	padding: 0.625rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 0.125rem solid #505050;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}
.theme-dark .form-control {
	color: #fff;
	background-color: #000;
	border: 0.125rem solid #e6e6e6;
}
.form-control:focus {
	outline: 0.1875rem dotted currentColor;
	outline-offset: -0.375rem;
}
.form-control::placeholder {
	color: inherit;
	opacity: 0.5;
}
.theme-dark .form-control::placeholder {
	color: #fff;
}
.form-control[readonly] {
	opacity: 1;
	border-color: rgba(117, 117, 117, 0.3);
	background-color: rgba(210, 210, 210, 0.3);
}
.theme-dark .form-control[readonly] {
	border-color: rgba(210, 210, 210, 0.3);
	background-color: rgba(117, 117, 117, 0.3);
}
.form-control:disabled {
	background-color: #d2d2d2;
	border-color: #757575;
	opacity: 0.3;
}
.theme-dark .form-control:disabled {
	background-color: #757575;
	border-color: #d2d2d2;
}

.form-control-plaintext[readonly] {
	display: block;
	width: 100%;
	font-size: 1rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	line-height: 1.5;
	color: inherit;
	background-color: transparent;
	border: 0;
}
.form-control-plaintext[readonly].form-control-sm {
	padding-top: 0.5625rem;
	padding-bottom: 0.5625rem;
}
.form-control-plaintext[readonly].form-control-lg {
	padding-top: 0.6875rem;
	padding-bottom: 0.6875rem;
}
.theme-dark .form-control-plaintext[readonly] {
	background-color: transparent;
}

.form-control-sm {
	height: 2.25rem;
	padding: 0.5625rem 0.75rem;
	font-size: 0.875rem;
}

.form-control-lg {
	height: 3rem;
	padding: 0.8125rem 0.75rem;
	font-size: 1.125rem;
}

textarea.form-control {
	height: auto;
}

select.form-control {
	padding: 0;
	text-indent: 0.25rem;
}
select.form-control[size],
select.form-control[multiple] {
	height: auto;
	text-indent: 0;
}
select.form-control[size] option,
select.form-control[multiple] option {
	padding: 0.625rem 0.75rem;
}
select.form-control[size].form-control-sm option,
select.form-control[multiple].form-control-sm option {
	padding: 0.5625rem 0.75rem;
}
select.form-control[size].form-control-lg option,
select.form-control[multiple].form-control-lg option {
	padding: 0.5625rem 0.75rem;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.form-star-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
	border: 0;
}

.form-star-label {
	pointer-events: none;
	margin: 0;
}

html:not([dir="rtl"]) .form-star-checked-label {
	margin-left: 0.75rem;
}

html[dir="rtl"] .form-star-checked-label {
	margin-right: 0.75rem;
}

.form-star-glyph {
	display: block;
	position: relative;
	width: 2.5625rem;
	height: 2.5625rem;
}
html:not([dir="rtl"]) .form-star-glyph {
	margin-left: -2.5625rem;
}
html[dir="rtl"] .form-star-glyph {
	margin-right: -2.5625rem;
}
.form-star-glyph::after {
	content: "";
	color: #0067b8;
	position: absolute;
	font-family: "MWF-FLUENT-ICONS";
	line-height: 1;
	display: block;
	top: 0.125rem;
	left: 0.125rem;
	font-size: 2.3125rem;
	height: 2.3125rem;
	width: 2.3125rem;
}
.theme-dark .form-star-glyph::after {
	color: #3aa0fa;
}
@media (forced-colors: active) {
	.form-star-glyph::after {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}

.form-star-input {
	width: 2.5625rem;
	height: 2.5625rem;
	opacity: 0;
	cursor: pointer;
}
.form-star-input.disabled,
.form-star-input:disabled {
	cursor: auto;
}
.form-star-input.disabled + .form-star-label > .form-star-glyph::after,
.form-star-input:disabled + .form-star-label > .form-star-glyph::after {
	opacity: 0.42;
	color: #000;
}
.theme-dark
	.form-star-input.disabled
	+ .form-star-label
	> .form-star-glyph::after,
.theme-dark
	.form-star-input:disabled
	+ .form-star-label
	> .form-star-glyph::after {
	color: #fff;
}
@media (forced-colors: active) {
	.form-star-input.disabled + .form-star-label > .form-star-glyph::after,
	.form-star-input:disabled + .form-star-label > .form-star-glyph::after {
		color: currentColor;
	}
}
.form-star-input.disabled ~ .form-star-checked-label,
.form-star-input:disabled ~ .form-star-checked-label {
	opacity: 0.55;
}
.form-star-input:checked ~ .form-star-label > .form-star-glyph::after {
	content: "";
	color: #505050;
}
.theme-dark
	.form-star-input:checked
	~ .form-star-label
	> .form-star-glyph::after {
	color: #e6e6e6;
}
@media (forced-colors: active) {
	.form-star-input:checked ~ .form-star-label > .form-star-glyph::after {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}
.form-star-input:checked.disabled ~ .form-star-label > .form-star-glyph::after,
.form-star-input:checked:disabled ~ .form-star-label > .form-star-glyph::after {
	opacity: 0.3;
	color: #757575;
}
.theme-dark
	.form-star-input:checked.disabled
	~ .form-star-label
	> .form-star-glyph::after,
.theme-dark
	.form-star-input:checked:disabled
	~ .form-star-label
	> .form-star-glyph::after {
	color: #d2d2d2;
}
@media (forced-colors: active) {
	.form-star-input:checked.disabled
		~ .form-star-label
		> .form-star-glyph::after,
	.form-star-input:checked:disabled
		~ .form-star-label
		> .form-star-glyph::after {
		color: currentColor;
	}
}
.form-star-input:checked + .form-star-label > .form-star-glyph::after {
	content: "";
	color: #0067b8;
}
.theme-dark
	.form-star-input:checked
	+ .form-star-label
	> .form-star-glyph::after {
	color: #3aa0fa;
}
@media (forced-colors: active) {
	.form-star-input:checked + .form-star-label > .form-star-glyph::after {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}
.form-star-input:checked.disabled + .form-star-label > .form-star-glyph::after,
.form-star-input:checked:disabled + .form-star-label > .form-star-glyph::after {
	opacity: 0.42;
	color: #000;
}
.theme-dark
	.form-star-input:checked.disabled
	+ .form-star-label
	> .form-star-glyph::after,
.theme-dark
	.form-star-input:checked:disabled
	+ .form-star-label
	> .form-star-glyph::after {
	color: #fff;
}
@media (forced-colors: active) {
	.form-star-input:checked.disabled
		+ .form-star-label
		> .form-star-glyph::after,
	.form-star-input:checked:disabled
		+ .form-star-label
		> .form-star-glyph::after {
		color: currentColor;
	}
}
.form-star-input:focus + .form-star-label > .form-star-glyph {
	outline: 0.1875rem dotted currentColor;
	outline-offset: 0.125rem;
	outline-offset: -0.125rem;
}

.form-star {
	display: inline-flex;
	align-items: center;
}
.form-star:hover
	.form-star-input:not(:disabled):not(.disabled)
	~ .form-star-label
	> .form-star-glyph::after {
	content: "";
	color: #0067b8;
}
.theme-dark
	.form-star:hover
	.form-star-input:not(:disabled):not(.disabled)
	~ .form-star-label
	> .form-star-glyph::after {
	color: #3aa0fa;
}
@media (forced-colors: active) {
	.form-star:hover
		.form-star-input:not(:disabled):not(.disabled)
		~ .form-star-label
		> .form-star-glyph::after {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}
.form-star:hover
	.form-star-input:not(:disabled):not(.disabled):hover
	~ .form-star-label
	> .form-star-glyph::after {
	content: "";
	color: #505050;
}
.theme-dark
	.form-star:hover
	.form-star-input:not(:disabled):not(.disabled):hover
	~ .form-star-label
	> .form-star-glyph::after {
	color: #e6e6e6;
}
@media (forced-colors: active) {
	.form-star:hover
		.form-star-input:not(:disabled):not(.disabled):hover
		~ .form-star-label
		> .form-star-glyph::after {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}
.form-star:hover
	.form-star-input:not(:disabled):not(.disabled):hover
	+ .form-star-label
	> .form-star-glyph::after {
	content: "";
	color: #0067b8;
}
.theme-dark
	.form-star:hover
	.form-star-input:not(:disabled):not(.disabled):hover
	+ .form-star-label
	> .form-star-glyph::after {
	color: #3aa0fa;
}
@media (forced-colors: active) {
	.form-star:hover
		.form-star-input:not(:disabled):not(.disabled):hover
		+ .form-star-label
		> .form-star-glyph::after {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}

.form-star-empty .form-star-input + .form-star-label > .form-star-glyph::after {
	content: "";
	color: #505050;
}
.theme-dark
	.form-star-empty
	.form-star-input
	+ .form-star-label
	> .form-star-glyph::after {
	color: #e6e6e6;
}
@media (forced-colors: active) {
	.form-star-empty
		.form-star-input
		+ .form-star-label
		> .form-star-glyph::after {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}

.form-star-empty
	.form-star-input:disabled
	+ .form-star-label
	> .form-star-glyph::after,
.form-star-empty
	.form-star-input.disabled
	+ .form-star-label
	> .form-star-glyph::after {
	opacity: 0.3;
	color: #757575;
}
.theme-dark
	.form-star-empty
	.form-star-input:disabled
	+ .form-star-label
	> .form-star-glyph::after,
.theme-dark
	.form-star-empty
	.form-star-input.disabled
	+ .form-star-label
	> .form-star-glyph::after {
	color: #d2d2d2;
}
@media (forced-colors: active) {
	.form-star-empty
		.form-star-input:disabled
		+ .form-star-label
		> .form-star-glyph::after,
	.form-star-empty
		.form-star-input.disabled
		+ .form-star-label
		> .form-star-glyph::after {
		color: currentColor;
	}
}

label,
legend {
	font-size: 1rem;
	margin-bottom: 0.375rem;
}

.col-form-label {
	padding-top: 0.625rem;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: 0.6875rem;
	margin-bottom: 0;
	font-size: 1.125rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: 0.5625rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	line-height: 1.5;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group-inline {
	margin-bottom: 0.25rem;
}

.form-text {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.invalid-feedback,
.invalid-tooltip {
	width: 100%;
	color: #dc3545;
	position: relative;
}
html:not([dir="rtl"]) .invalid-feedback,
html:not([dir="rtl"]) .invalid-tooltip {
	padding-left: 1.5rem;
}
html[dir="rtl"] .invalid-feedback,
html[dir="rtl"] .invalid-tooltip {
	padding-right: 1.5rem;
}
.invalid-feedback::before,
.invalid-tooltip::before {
	font-family: "MWF-FLUENT-ICONS";
	font-weight: 400;
	font-size: 1rem;
	position: absolute;
	top: 0;
}
html:not([dir="rtl"]) .invalid-feedback::before,
html:not([dir="rtl"]) .invalid-tooltip::before {
	left: 0;
}
html[dir="rtl"] .invalid-feedback::before,
html[dir="rtl"] .invalid-tooltip::before {
	right: 0;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.125rem #dc3545;
}

.invalid-feedback.is-invalid {
	padding-top: 0rem;
}
.invalid-feedback.is-invalid::before {
	content: "";
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid,
.custom-select .custom-select-input.is-invalid {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.125rem #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.0625rem #dc3545, inset 0 0 0 0.125rem #fff;
}
.theme-dark
	.was-validated
	.custom-control-input:invalid
	~ .custom-control-label::before,
.theme-dark .custom-control-input.is-invalid ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.0625rem #dc3545, inset 0 0 0 0.125rem #000;
}

.was-validated
	.custom-control-input:invalid:checked
	~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #dc3545;
}

.was-validated
	.custom-control-input:invalid:focus
	~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.125rem #dc3545;
}

.was-validated
	.custom-control-input:invalid:focus:not(:checked)
	~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
	~ .custom-control-label::before {
	border-color: #dc3545;
}

.was-validated
	.custom-checkbox
	.custom-control-input:invalid:checked
	~ .custom-control-label::before,
.custom-checkbox
	.custom-control-input.is-invalid:checked
	~ .custom-control-label::before,
.was-validated
	.custom-radio
	.custom-control-input:invalid:checked
	~ .custom-control-label::before,
.custom-radio
	.custom-control-input.is-invalid:checked
	~ .custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
	box-shadow: 0 0 0 0.125rem #dc3545;
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
@media (min-width: 540px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group,
	.form-inline .custom-select,
	.form-inline .custom-range {
		width: auto;
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-control-input.disabled ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
	opacity: 0.55;
}
.theme-dark .custom-control-input.disabled ~ .custom-control-label::before,
.theme-dark .custom-control-input:disabled ~ .custom-control-label::before {
	border-color: #d2d2d2;
}
.custom-control-input.disabled:checked ~ .custom-control-label::before,
.custom-control-input:disabled:checked ~ .custom-control-label::before {
	opacity: 0.76364;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
}
.custom-control-label::before {
	pointer-events: none;
	border: 0.125rem solid #505050;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	background-color: #fff;
}
@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before {
		transition: none;
	}
}
.theme-dark .custom-control-label::before {
	background-color: #000;
}
@media (forced-colors: active) {
	.custom-control-label::before {
		background-color: Canvas !important;
	}
}
.custom-control-label .custom-control-glyph::before {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	border: 0.125rem solid transparent;
	background-clip: content-box;
	font-family: "MWF-FLUENT-ICONS";
	line-height: 1;
}
@media (forced-colors: active) {
	.custom-control-label .custom-control-glyph::before {
		border-color: CanvasText !important;
	}
}
.custom-control-label::before,
.custom-control-label .custom-control-glyph::before {
	content: "";
	position: absolute;
	display: block;
	top: 0.125rem;
	width: 1.25rem;
	height: 1.25rem;
}
html:not([dir="rtl"]) .custom-control-label::before,
html:not([dir="rtl"]) .custom-control-label .custom-control-glyph::before {
	left: -1.75rem;
}
html[dir="rtl"] .custom-control-label::before,
html[dir="rtl"] .custom-control-label .custom-control-glyph::before {
	right: -1.75rem;
}

html:not([dir="rtl"]) .custom-checkbox,
html:not([dir="rtl"]) .custom-radio {
	padding-left: 1.75rem;
}

html[dir="rtl"] .custom-checkbox,
html[dir="rtl"] .custom-radio {
	padding-right: 1.75rem;
}

.form-group .custom-checkbox ~ .custom-checkbox:not(.custom-control-inline),
.form-group .custom-radio ~ .custom-radio:not(.custom-control-inline) {
	margin-top: 0.75rem;
}

.form-group .custom-checkbox.custom-control-inline,
.form-group .custom-radio.custom-control-inline {
	margin-bottom: 0.75rem;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	border-color: transparent;
	background-color: #0067b8;
}
.theme-dark
	.custom-checkbox
	.custom-control-input:checked
	~ .custom-control-label::before {
	background-color: #3aa0fa;
}

.custom-checkbox
	.custom-control-input:checked
	~ .custom-control-label
	.custom-control-glyph::before {
	content: "";
	color: #fff;
}
.theme-dark
	.custom-checkbox
	.custom-control-input:checked
	~ .custom-control-label
	.custom-control-glyph::before {
	color: #000;
}
@media (forced-colors: active) {
	.custom-checkbox
		.custom-control-input:checked
		~ .custom-control-label
		.custom-control-glyph::before {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}

.custom-checkbox
	.custom-control-input:indeterminate
	~ .custom-control-label::before {
	border-color: transparent;
	background-color: #0067b8;
}

.custom-checkbox
	.custom-control-input:indeterminate
	~ .custom-control-label
	.custom-control-glyph::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 171.16 173.33'%3E%3Cpath fill='%23fff' d='M0 90.93v-10.7h171.16v10.7H0z'/%3E%3C/svg%3E");
}

.custom-checkbox
	.custom-control-input.disabled:checked
	~ .custom-control-label::before,
.custom-checkbox
	.custom-control-input:disabled:checked
	~ .custom-control-label::before {
	background: #000;
}
.theme-dark
	.custom-checkbox
	.custom-control-input.disabled:checked
	~ .custom-control-label::before,
.theme-dark
	.custom-checkbox
	.custom-control-input:disabled:checked
	~ .custom-control-label::before {
	background: #fff;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
	outline: 0.1875rem dotted currentColor;
	outline-offset: 0.125rem;
}

.custom-radio .custom-control-label .custom-control-glyph::before {
	border: none;
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}
@media (forced-colors: active) {
	.custom-radio .custom-control-label::before {
		border-color: CanvasText !important;
	}
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #0067b8;
}

.custom-radio
	.custom-control-input:checked
	~ .custom-control-label
	.custom-control-glyph::before {
	content: "";
	border-width: 0.3125rem;
	border-style: solid;
	border-radius: 50%;
	border-color: #0067b8;
	height: 0.625rem;
	width: 0.625rem;
	font-size: 0.875rem;
	top: 0.4375rem;
	color: #0067b8;
}
.theme-dark
	.custom-radio
	.custom-control-input:checked
	~ .custom-control-label
	.custom-control-glyph::before {
	color: #3aa0fa;
	border-color: #3aa0fa;
}
html:not([dir="rtl"])
	.custom-radio
	.custom-control-input:checked
	~ .custom-control-label
	.custom-control-glyph::before {
	left: -1.4375rem;
}
html[dir="rtl"]
	.custom-radio
	.custom-control-input:checked
	~ .custom-control-label
	.custom-control-glyph::before {
	right: -1.4375rem;
}

.custom-radio
	.custom-control-input.disabled:checked
	~ .custom-control-label::before,
.custom-radio
	.custom-control-input:disabled:checked
	~ .custom-control-label::before {
	border-color: #000;
}
.theme-dark
	.custom-radio
	.custom-control-input.disabled:checked
	~ .custom-control-label::before,
.theme-dark
	.custom-radio
	.custom-control-input:disabled:checked
	~ .custom-control-label::before {
	border-color: #fff;
}

.custom-radio
	.custom-control-input.disabled:checked
	~ .custom-control-label
	.custom-control-glyph::before,
.custom-radio
	.custom-control-input:disabled:checked
	~ .custom-control-label
	.custom-control-glyph::before {
	opacity: 0.76364;
	border-color: #000;
}
.theme-dark
	.custom-radio
	.custom-control-input.disabled:checked
	~ .custom-control-label
	.custom-control-glyph::before,
.theme-dark
	.custom-radio
	.custom-control-input:disabled:checked
	~ .custom-control-label
	.custom-control-glyph::before {
	border-color: #fff;
}

.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
	outline: 0.1875rem dotted currentColor;
	outline-offset: 0.125rem;
}

.custom-select {
	position: relative;
	width: 100%;
}
.custom-select .custom-select-arrow::after {
	pointer-events: none;
	content: "";
	color: #000;
	font-family: "MWF-FLUENT-ICONS";
	position: absolute;
	line-height: 1;
	top: calc(50% + 0.0625em);
	margin-top: -0.5em;
}
html:not([dir="rtl"]) .custom-select .custom-select-arrow::after {
	right: 0.875rem;
}
html[dir="rtl"] .custom-select .custom-select-arrow::after {
	left: 0.875rem;
}
.theme-dark .custom-select .custom-select-arrow::after {
	color: #fff;
}
@media (forced-colors: active) {
	.custom-select .custom-select-arrow::after {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}
.custom-select .btn + .custom-select-arrow::after {
	font-weight: 600;
}
.custom-select .custom-select-input:disabled ~ .custom-select-arrow::after {
	opacity: 0.3;
}

.custom-select-input {
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 2.5rem;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	border: 0.125rem solid #505050;
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}
html:not([dir="rtl"]) .custom-select-input {
	padding-right: calc(0.8125em + 1.375rem);
}
html[dir="rtl"] .custom-select-input {
	padding-left: calc(0.8125em + 1.375rem);
}
.theme-dark .custom-select-input {
	color: #fff;
	background-color: #000;
	border: 0.125rem solid #e6e6e6;
}
.custom-select-input:focus {
	outline: 0.1875rem dotted currentColor;
	outline-offset: -0.375rem;
}
.custom-select-input[multiple],
.custom-select-input[size]:not([size="1"]) {
	height: auto;
	background-image: none;
}
html:not([dir="rtl"]) .custom-select-input[multiple],
html:not([dir="rtl"]) .custom-select-input[size]:not([size="1"]) {
	padding-right: 0.75rem;
}
html[dir="rtl"] .custom-select-input[multiple],
html[dir="rtl"] .custom-select-input[size]:not([size="1"]) {
	padding-left: 0.75rem;
}
.custom-select-input:disabled {
	background-color: #d2d2d2;
	border-color: #d2d2d2;
	opacity: 0.3;
}
.theme-dark .custom-select-input:disabled {
	background-color: #757575;
	border-color: #d2d2d2;
}

.custom-select-sm {
	height: 2.25rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 75%;
}

.custom-select-lg {
	height: 3rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 125%;
}

.custom-range {
	width: 100%;
}
.custom-range .custom-range-input {
	width: 100%;
	padding: 1rem 0;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none;
	color: #000;
}
.theme-dark .custom-range .custom-range-input {
	color: #fff;
}
.custom-range .custom-range-input:not(:disabled) {
	cursor: pointer;
}
.custom-range .custom-range-input::-moz-focus-outer {
	border: 0;
}
.custom-range .custom-range-input::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.375rem;
	background-color: #fff;
	border: 0.125rem solid #171717;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
	color: #000;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range .custom-range-input::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}
.theme-dark .custom-range .custom-range-input::-webkit-slider-thumb {
	background-color: #000;
	border: 0.125rem solid #f2f2f2;
	color: #fff;
}
.custom-range .custom-range-input::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.25rem;
	color: transparent;
	background-color: #171717;
	border-color: transparent;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range .custom-range-input::-webkit-slider-runnable-track {
		-webkit-transition: none;
		transition: none;
	}
}
.theme-dark .custom-range .custom-range-input::-webkit-slider-runnable-track {
	background-color: #f2f2f2;
}
.custom-range .custom-range-input::-moz-range-thumb {
	width: 0.75rem;
	height: 0.75rem;
	background-color: #fff;
	border: 0.125rem solid #171717;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	appearance: none;
	color: #000;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range .custom-range-input::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}
.theme-dark .custom-range .custom-range-input::-moz-range-thumb {
	background-color: #000;
	border: 0.125rem solid #f2f2f2;
	color: #fff;
}
.custom-range .custom-range-input::-moz-range-track {
	width: 100%;
	height: 0.25rem;
	color: transparent;
	background-color: #171717;
	border-color: transparent;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range .custom-range-input::-moz-range-track {
		-moz-transition: none;
		transition: none;
	}
}
.theme-dark .custom-range .custom-range-input::-moz-range-track {
	background-color: #f2f2f2;
}
.custom-range .custom-range-input:active::-webkit-slider-thumb,
.custom-range .custom-range-input:focus::-webkit-slider-thumb,
.custom-range .custom-range-input:hover::-webkit-slider-thumb {
	border-color: #0067b8;
}
.theme-dark .custom-range .custom-range-input:active::-webkit-slider-thumb,
.theme-dark .custom-range .custom-range-input:focus::-webkit-slider-thumb,
.theme-dark .custom-range .custom-range-input:hover::-webkit-slider-thumb {
	border-color: #3aa0fa;
}
.custom-range .custom-range-input:active::-webkit-slider-runnable-track,
.custom-range .custom-range-input:focus::-webkit-slider-runnable-track,
.custom-range .custom-range-input:hover::-webkit-slider-runnable-track {
	background-color: #0067b8;
}
.theme-dark
	.custom-range
	.custom-range-input:active::-webkit-slider-runnable-track,
.theme-dark
	.custom-range
	.custom-range-input:focus::-webkit-slider-runnable-track,
.theme-dark
	.custom-range
	.custom-range-input:hover::-webkit-slider-runnable-track {
	background-color: #3aa0fa;
}
.custom-range .custom-range-input:active::-moz-range-thumb,
.custom-range .custom-range-input:focus::-moz-range-thumb,
.custom-range .custom-range-input:hover::-moz-range-thumb {
	border-color: #0067b8;
}
.theme-dark .custom-range .custom-range-input:active::-moz-range-thumb,
.theme-dark .custom-range .custom-range-input:focus::-moz-range-thumb,
.theme-dark .custom-range .custom-range-input:hover::-moz-range-thumb {
	border-color: #3aa0fa;
}
.custom-range .custom-range-input:active::-moz-range-track,
.custom-range .custom-range-input:focus::-moz-range-track,
.custom-range .custom-range-input:hover::-moz-range-track {
	background-color: #0067b8;
}
.theme-dark .custom-range .custom-range-input:active::-moz-range-track,
.theme-dark .custom-range .custom-range-input:focus::-moz-range-track,
.theme-dark .custom-range .custom-range-input:hover::-moz-range-track {
	background-color: #3aa0fa;
}
.custom-range .custom-range-input:focus {
	outline: none;
}
.custom-range .custom-range-input:focus::-webkit-slider-thumb {
	outline: 0.1875rem dotted currentColor;
	outline-offset: 0.4rem;
}
.custom-range .custom-range-input:focus::-moz-range-thumb {
	outline: 0.1875rem dotted currentColor;
	outline-offset: 0.5rem;
}
.custom-range .custom-range-input:disabled::-webkit-slider-thumb {
	width: 0.75rem;
	height: 0.75rem;
	margin-top: -0.25rem;
	border-color: #858585;
}
.theme-dark .custom-range .custom-range-input:disabled::-webkit-slider-thumb {
	border-color: #757575;
}
.custom-range .custom-range-input:disabled::-webkit-slider-runnable-track {
	background-color: #858585;
}
.theme-dark
	.custom-range
	.custom-range-input:disabled::-webkit-slider-runnable-track {
	background-color: #757575;
}
.custom-range .custom-range-input:disabled::-moz-range-thumb {
	width: 0.5rem;
	height: 0.5rem;
	border-color: #858585;
}
.theme-dark .custom-range .custom-range-input:disabled::-moz-range-thumb {
	border-color: #757575;
}
.custom-range .custom-range-input:disabled::-moz-range-track {
	background-color: #858585;
}
.theme-dark .custom-range .custom-range-input:disabled::-moz-range-track {
	background-color: #757575;
}
@media (forced-colors: active) {
	.custom-range .custom-range-input {
		-webkit-appearance: auto;
		appearance: auto;
	}
	.custom-range .custom-range-input::-webkit-slider-runnable-track {
		background-color: unset;
	}
	.custom-range .custom-range-input:active::-webkit-slider-runnable-track,
	.custom-range .custom-range-input:focus::-webkit-slider-runnable-track,
	.custom-range .custom-range-input:hover::-webkit-slider-runnable-track,
	.custom-range .custom-range-input:disabled::-webkit-slider-runnable-track {
		background-color: unset;
	}
	.theme-dark
		.custom-range
		.custom-range-input:active::-webkit-slider-runnable-track,
	.theme-dark
		.custom-range
		.custom-range-input:focus::-webkit-slider-runnable-track,
	.theme-dark
		.custom-range
		.custom-range-input:hover::-webkit-slider-runnable-track,
	.theme-dark
		.custom-range
		.custom-range-input:disabled::-webkit-slider-runnable-track {
		background-color: unset;
	}
	.custom-range .custom-range-input:focus {
		outline: 0.1875rem dotted currentColor;
	}
	.custom-range .custom-range-input:focus::-webkit-slider-thumb {
		outline: none;
	}
}
.custom-range .custom-range-tooltip {
	position: relative;
	height: 1.5rem;
}
.custom-range .custom-range-tooltip span {
	position: absolute;
}
.custom-range .custom-range-track-labels {
	display: flex;
	justify-content: space-between;
	margin-top: -0.5rem;
}
.custom-range.disabled .custom-range-tooltip,
.custom-range.disabled .custom-range-track-labels {
	color: #757575;
}

.custom-switch {
	display: flex;
	flex-wrap: wrap;
}
.custom-switch .custom-switch-input {
	vertical-align: top;
	background-color: transparent;
	border: 0.063rem solid #000;
	border-radius: 3.125rem;
	-webkit-appearance: none;
	appearance: none;
	outline-offset: 0.125rem;
	outline-color: #000;
	cursor: pointer;
}
.theme-dark .custom-switch .custom-switch-input {
	border: 0.063rem solid #fff;
	outline-color: #fff;
}
.custom-switch .custom-switch-input::before {
	content: "";
	display: block;
	position: relative;
	top: 0.125rem;
	border-radius: 50%;
	transition: all 0.25s ease;
	background-color: #000;
}
@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-switch-input::before {
		transition: none;
	}
}
.theme-dark .custom-switch .custom-switch-input::before {
	background-color: #fff;
}
@media (forced-colors: active) {
	.custom-switch .custom-switch-input::before {
		background-color: CanvasText !important;
	}
}
html:not([dir="rtl"]) .custom-switch .custom-switch-input::before {
	left: 0.125rem;
}
html[dir="rtl"] .custom-switch .custom-switch-input::before {
	left: -0.125rem;
}
.custom-switch .custom-switch-input:disabled {
	pointer-events: none;
	opacity: 0.25;
}
.custom-switch
	.custom-switch-input:disabled
	~ .custom-switch-label-container
	> .custom-switch-label,
.custom-switch .custom-switch-input:disabled ~ .custom-switch-label,
.custom-switch .custom-switch-input:disabled ~ .custom-switch-status {
	opacity: 0.25;
	pointer-events: none;
}
.custom-switch .custom-switch-input[readonly] {
	border-color: #858585;
	pointer-events: none;
}
.custom-switch
	.custom-switch-input[readonly]
	~ .custom-switch-label-container
	> .custom-switch-label,
.custom-switch .custom-switch-input[readonly] ~ .custom-switch-label,
.custom-switch .custom-switch-input[readonly] ~ .custom-switch-status {
	pointer-events: none;
}
.custom-switch .custom-switch-input[readonly]::before {
	background-color: #858585;
}
.custom-switch
	.custom-switch-input:not(:checked):not(:disabled):not([readonly]):hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.theme-dark
	.custom-switch
	.custom-switch-input:not(:checked):not(:disabled):not([readonly]):hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.custom-switch .custom-switch-input:checked {
	background-color: #0067b8;
	border-color: #0067b8;
}
.theme-dark .custom-switch .custom-switch-input:checked {
	background-color: #3aa0fa;
	border-color: #3aa0fa;
}
.custom-switch .custom-switch-input:checked::before {
	transition: all 0.25s ease;
	background-color: #fff;
}
.theme-dark .custom-switch .custom-switch-input:checked::before {
	background-color: #000;
}
.custom-switch
	.custom-switch-input:checked:not(:disabled):not([readonly]):hover {
	background-color: #004a85;
	border-color: #004a85;
}
.theme-dark
	.custom-switch
	.custom-switch-input:checked:not(:disabled):not([readonly]):hover {
	background-color: #0888f9;
	border-color: #0888f9;
}
.custom-switch .custom-switch-input:checked[readonly] {
	background-color: #858585;
	border-color: #858585;
}
.custom-switch
	.custom-switch-input:checked
	~ .custom-switch-status
	> .custom-switch-status-on {
	display: block;
}
.custom-switch
	.custom-switch-input:checked
	~ .custom-switch-status
	> .custom-switch-status-off {
	display: none;
}
.custom-switch .custom-switch-input:hover {
	cursor: pointer;
}
.custom-switch .custom-switch-label {
	order: -1;
	cursor: pointer;
}
html:not([dir="rtl"]) .custom-switch .custom-switch-label {
	padding-right: 0.5rem;
}
html[dir="rtl"] .custom-switch .custom-switch-label {
	padding-left: 0.5rem;
}
.custom-switch .custom-switch-status [class*="custom-switch-status-"] {
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}
html:not([dir="rtl"])
	.custom-switch
	.custom-switch-status
	[class*="custom-switch-status-"] {
	padding-left: 0.5rem;
}
html[dir="rtl"]
	.custom-switch
	.custom-switch-status
	[class*="custom-switch-status-"] {
	padding-right: 0.5rem;
}
.custom-switch .custom-switch-status .custom-switch-status-on {
	display: none;
}
.custom-switch .custom-switch-input {
	width: 3rem;
	height: 1.5rem;
}
.custom-switch .custom-switch-input::before {
	width: 1.125rem;
	height: 1.125rem;
}
.custom-switch .custom-switch-input:checked::before {
	transform: translateX(1.5rem);
}
html[dir="rtl"] .custom-switch .custom-switch-input:checked::before {
	transform: translateX(-1.5rem);
}
.custom-switch .custom-switch-label,
.custom-switch .custom-switch-status {
	font-size: 1rem;
}
.custom-switch.custom-switch-lg .custom-switch-input {
	width: 3.5rem;
	height: 1.75rem;
}
.custom-switch.custom-switch-lg .custom-switch-input::before {
	width: 1.375rem;
	height: 1.375rem;
}
.custom-switch.custom-switch-lg .custom-switch-input:checked::before {
	transform: translateX(1.75rem);
}
html[dir="rtl"]
	.custom-switch.custom-switch-lg
	.custom-switch-input:checked::before {
	transform: translateX(-1.75rem);
}
.custom-switch.custom-switch-lg .custom-switch-label,
.custom-switch.custom-switch-lg .custom-switch-status {
	font-size: 1.125rem;
}
.custom-switch.custom-switch-label-top .custom-switch-label-container {
	flex-basis: 100%;
	order: -1;
}
.custom-switch.custom-switch-label-top
	.custom-switch-label-container
	.custom-switch-label {
	margin: 0;
	order: unset;
	line-height: 1rem;
	padding-bottom: 0.5rem;
}
html:not([dir="rtl"])
	.custom-switch.custom-switch-label-top
	.custom-switch-label-container
	.custom-switch-label {
	padding-right: 0;
}
html[dir="rtl"]
	.custom-switch.custom-switch-label-top
	.custom-switch-label-container
	.custom-switch-label {
	padding-left: 0;
}

.custom-control {
	position: relative;
	display: block;
}

.custom-control-inline {
	display: inline-flex;
}
html:not([dir="rtl"]) .custom-control-inline {
	margin-right: 1rem;
}
html[dir="rtl"] .custom-control-inline {
	margin-left: 1rem;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
html:not([dir="rtl"]) .input-group > :not(:first-child) {
	margin-left: -0.125rem;
}
html[dir="rtl"] .input-group > :not(:first-child) {
	margin-right: -0.125rem;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group
	> .custom-file
	.custom-file-input:focus-within
	~ .custom-file-label {
	z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus,
.input-group > .custom-file .custom-file-input:focus-within {
	z-index: 4;
}

.input-group-prepend,
.input-group-append {
	display: flex;
}
.input-group-prepend .btn,
.input-group-prepend .input-group-text,
.input-group-append .btn,
.input-group-append .input-group-text {
	position: relative;
	z-index: 2;
}
.input-group-prepend .btn:hover,
.input-group-prepend .btn:focus,
.input-group-append .btn:hover,
.input-group-append .btn:focus {
	z-index: 3;
}

html:not([dir="rtl"]) .input-group-prepend > .btn:last-of-type {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

html[dir="rtl"] .input-group-prepend > .btn:last-of-type {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

html:not([dir="rtl"])
	.input-group-prepend
	.btn-group:last-child
	> .btn:last-of-type {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

html[dir="rtl"] .input-group-prepend .btn-group:last-child > .btn:last-of-type {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

html:not([dir="rtl"]) .input-group-append > .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

html[dir="rtl"] .input-group-append > .btn:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

html:not([dir="rtl"])
	.input-group-append
	.btn-group:first-child
	> .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

html[dir="rtl"] .input-group-append .btn-group:first-child > .btn:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.625rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	color: #505050;
	text-align: center;
	white-space: nowrap;
}
.theme-dark .input-group-text {
	color: #e6e6e6;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	height: 3rem;
	padding: 0.8125rem 0.75rem;
	font-size: 1.125rem;
	line-height: 1.5;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	height: 2.25rem;
	padding: 0.5625rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.glyph::before,
.glyph-prepend::before {
	font-family: "MWF-FLUENT-ICONS";
	font-weight: 400;
	line-height: 1;
}
@media (forced-colors: active) {
	.glyph::before,
	.glyph-prepend::before {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}

.glyph-append::after {
	font-family: "MWF-FLUENT-ICONS";
	font-weight: 400;
	line-height: 1;
}
@media (forced-colors: active) {
	.glyph-append::after {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}

.glyph-append-xsmall::after {
	font-size: 0.8125rem;
}

.glyph-xsmall::before,
.glyph-prepend-xsmall::before {
	font-size: 0.8125rem;
}

.glyph-append-small::after {
	font-size: 1rem;
}

.glyph-small::before,
.glyph-prepend-small::before {
	font-size: 1rem;
}

.glyph-append-medium::after {
	font-size: 1.25rem;
}

.glyph-medium::before,
.glyph-prepend-medium::before {
	font-size: 1.25rem;
}

.glyph-append-large::after {
	font-size: 1.5rem;
}

.glyph-large::before,
.glyph-prepend-large::before {
	font-size: 1.5rem;
}

.glyph-accept::before,
.glyph-prepend-accept::before {
	content: "";
}

.glyph-append-accept::after {
	content: "";
}

.glyph-add-friend::before,
.glyph-prepend-add-friend::before {
	content: "";
}

.glyph-append-add-friend::after {
	content: "";
}

.glyph-add::before,
.glyph-prepend-add::before {
	content: "";
}

.glyph-append-add::after {
	content: "";
}

.glyph-airplane-solid::before,
.glyph-prepend-airplane-solid::before {
	content: "";
}

.glyph-append-airplane-solid::after {
	content: "";
}

.glyph-app-icon-default::before,
.glyph-prepend-app-icon-default::before {
	content: "";
}

.glyph-append-app-icon-default::after {
	content: "";
}

.glyph-azure-logo::before,
.glyph-prepend-azure-logo::before {
	content: "";
}

.glyph-append-azure-logo::after {
	content: "";
}

.glyph-back-to-window::before,
.glyph-prepend-back-to-window::before {
	content: "";
}

.glyph-append-back-to-window::after {
	content: "";
}

.glyph-back::before,
.glyph-prepend-back::before {
	content: "";
}

.glyph-append-back::after {
	content: "";
}

.glyph-backpack::before,
.glyph-prepend-backpack::before {
	content: "";
}

.glyph-append-backpack::after {
	content: "";
}

.glyph-balloons::before,
.glyph-prepend-balloons::before {
	content: "";
}

.glyph-append-balloons::after {
	content: "";
}

.glyph-box-arrow-left-line::before,
.glyph-prepend-box-arrow-left-line::before {
	content: "ﰊ";
}

.glyph-append-box-arrow-left-line::after {
	content: "ﰊ";
}

.glyph-bulleted-list-mirrored::before,
.glyph-prepend-bulleted-list-mirrored::before {
	content: "";
}

.glyph-append-bulleted-list-mirrored::after {
	content: "";
}

.glyph-bulleted-list::before,
.glyph-prepend-bulleted-list::before {
	content: "";
}

.glyph-append-bulleted-list::after {
	content: "";
}

.glyph-business-briefcase::before,
.glyph-prepend-business-briefcase::before {
	content: "ﰈ";
}

.glyph-append-business-briefcase::after {
	content: "ﰈ";
}

.glyph-button-a::before,
.glyph-prepend-button-a::before {
	content: "";
}

.glyph-append-button-a::after {
	content: "";
}

.glyph-button-b::before,
.glyph-prepend-button-b::before {
	content: "";
}

.glyph-append-button-b::after {
	content: "";
}

.glyph-button-menu::before,
.glyph-prepend-button-menu::before {
	content: "";
}

.glyph-append-button-menu::after {
	content: "";
}

.glyph-button-x::before,
.glyph-prepend-button-x::before {
	content: "";
}

.glyph-append-button-x::after {
	content: "";
}

.glyph-button-y::before,
.glyph-prepend-button-y::before {
	content: "";
}

.glyph-append-button-y::after {
	content: "";
}

.glyph-calendar-day::before,
.glyph-prepend-calendar-day::before {
	content: "";
}

.glyph-append-calendar-day::after {
	content: "";
}

.glyph-calendar-mirrored::before,
.glyph-prepend-calendar-mirrored::before {
	content: "";
}

.glyph-append-calendar-mirrored::after {
	content: "";
}

.glyph-calendar-week::before,
.glyph-prepend-calendar-week::before {
	content: "";
}

.glyph-append-calendar-week::after {
	content: "";
}

.glyph-calendar::before,
.glyph-prepend-calendar::before {
	content: "";
}

.glyph-append-calendar::after {
	content: "";
}

.glyph-camera-main::before,
.glyph-prepend-camera-main::before {
	content: "";
}

.glyph-append-camera-main::after {
	content: "";
}

.glyph-camera::before,
.glyph-prepend-camera::before {
	content: "";
}

.glyph-append-camera::after {
	content: "";
}

.glyph-cancel::before,
.glyph-prepend-cancel::before {
	content: "";
}

.glyph-append-cancel::after {
	content: "";
}

.glyph-cell-phone::before,
.glyph-prepend-cell-phone::before {
	content: "";
}

.glyph-append-cell-phone::after {
	content: "";
}

.glyph-certificate::before,
.glyph-prepend-certificate::before {
	content: "";
}

.glyph-append-certificate::after {
	content: "";
}

.glyph-chat-bubbles::before,
.glyph-prepend-chat-bubbles::before {
	content: "";
}

.glyph-append-chat-bubbles::after {
	content: "";
}

.glyph-chat::before,
.glyph-prepend-chat::before {
	content: "";
}

.glyph-append-chat::after {
	content: "";
}

.glyph-check-list::before,
.glyph-prepend-check-list::before {
	content: "";
}

.glyph-append-check-list::after {
	content: "";
}

.glyph-check-mark::before,
.glyph-prepend-check-mark::before {
	content: "";
}

.glyph-append-check-mark::after {
	content: "";
}

.glyph-checkbox-composite::before,
.glyph-prepend-checkbox-composite::before {
	content: "";
}

.glyph-append-checkbox-composite::after {
	content: "";
}

.glyph-checkbox-indeterminate::before,
.glyph-prepend-checkbox-indeterminate::before {
	content: "";
}

.glyph-append-checkbox-indeterminate::after {
	content: "";
}

.glyph-checkbox::before,
.glyph-prepend-checkbox::before {
	content: "";
}

.glyph-append-checkbox::after {
	content: "";
}

.glyph-chevron-down-6::before,
.glyph-prepend-chevron-down-6::before {
	content: "";
}

.glyph-append-chevron-down-6::after {
	content: "";
}

.glyph-chevron-down::before,
.glyph-prepend-chevron-down::before {
	content: "";
}

.glyph-append-chevron-down::after {
	content: "";
}

.glyph-chevron-left-6::before,
.glyph-prepend-chevron-left-6::before {
	content: "";
}

.glyph-append-chevron-left-6::after {
	content: "";
}

.glyph-chevron-left::before,
.glyph-prepend-chevron-left::before {
	content: "";
}

.glyph-append-chevron-left::after {
	content: "";
}

.glyph-chevron-right-6::before,
.glyph-prepend-chevron-right-6::before {
	content: "";
}

.glyph-append-chevron-right-6::after {
	content: "";
}

.glyph-chevron-right::before,
.glyph-prepend-chevron-right::before {
	content: "";
}

.glyph-append-chevron-right::after {
	content: "";
}

.glyph-chevron-up-6::before,
.glyph-prepend-chevron-up-6::before {
	content: "";
}

.glyph-append-chevron-up-6::after {
	content: "";
}

.glyph-chevron-up::before,
.glyph-prepend-chevron-up::before {
	content: "";
}

.glyph-append-chevron-up::after {
	content: "";
}

.glyph-circle-fill::before,
.glyph-prepend-circle-fill::before {
	content: "";
}

.glyph-append-circle-fill::after {
	content: "";
}

.glyph-circle-pause-solid::before,
.glyph-prepend-circle-pause-solid::before {
	content: "";
}

.glyph-append-circle-pause-solid::after {
	content: "";
}

.glyph-circle-pause::before,
.glyph-prepend-circle-pause::before {
	content: "";
}

.glyph-append-circle-pause::after {
	content: "";
}

.glyph-circle-play-solid::before,
.glyph-prepend-circle-play-solid::before {
	content: "";
}

.glyph-append-circle-play-solid::after {
	content: "";
}

.glyph-circle-play::before,
.glyph-prepend-circle-play::before {
	content: "";
}

.glyph-append-circle-play::after {
	content: "";
}

.glyph-circle-plus::before,
.glyph-prepend-circle-plus::before {
	content: "";
}

.glyph-append-circle-plus::after {
	content: "";
}

.glyph-clear::before,
.glyph-prepend-clear::before {
	content: "";
}

.glyph-append-clear::after {
	content: "";
}

.glyph-color::before,
.glyph-prepend-color::before {
	content: "";
}

.glyph-append-color::after {
	content: "";
}

.glyph-completed::before,
.glyph-prepend-completed::before {
	content: "";
}

.glyph-append-completed::after {
	content: "";
}

.glyph-contact-info::before,
.glyph-prepend-contact-info::before {
	content: "";
}

.glyph-append-contact-info::after {
	content: "";
}

.glyph-contact::before,
.glyph-prepend-contact::before {
	content: "";
}

.glyph-append-contact::after {
	content: "";
}

.glyph-controller-custom::before,
.glyph-prepend-controller-custom::before {
	content: "ﰆ";
}

.glyph-append-controller-custom::after {
	content: "ﰆ";
}

.glyph-copy::before,
.glyph-prepend-copy::before {
	content: "";
}

.glyph-append-copy::after {
	content: "";
}

.glyph-credit-card-bill::before,
.glyph-prepend-credit-card-bill::before {
	content: "";
}

.glyph-append-credit-card-bill::after {
	content: "";
}

.glyph-delete::before,
.glyph-prepend-delete::before {
	content: "";
}

.glyph-append-delete::after {
	content: "";
}

.glyph-delivery-truck::before,
.glyph-prepend-delivery-truck::before {
	content: "";
}

.glyph-append-delivery-truck::after {
	content: "";
}

.glyph-detachable-pc::before,
.glyph-prepend-detachable-pc::before {
	content: "";
}

.glyph-append-detachable-pc::after {
	content: "";
}

.glyph-developer-tools::before,
.glyph-prepend-developer-tools::before {
	content: "";
}

.glyph-append-developer-tools::after {
	content: "";
}

.glyph-devices-laptop-tablet::before,
.glyph-prepend-devices-laptop-tablet::before {
	content: "";
}

.glyph-append-devices-laptop-tablet::after {
	content: "";
}

.glyph-devices-monitor-phone::before,
.glyph-prepend-devices-monitor-phone::before {
	content: "";
}

.glyph-append-devices-monitor-phone::after {
	content: "";
}

.glyph-diploma::before,
.glyph-prepend-diploma::before {
	content: "";
}

.glyph-append-diploma::after {
	content: "";
}

.glyph-down::before,
.glyph-prepend-down::before {
	content: "";
}

.glyph-append-down::after {
	content: "";
}

.glyph-download::before,
.glyph-prepend-download::before {
	content: "";
}

.glyph-append-download::after {
	content: "";
}

.glyph-dynamics-365-logo::before,
.glyph-prepend-dynamics-365-logo::before {
	content: "";
}

.glyph-append-dynamics-365-logo::after {
	content: "";
}

.glyph-edge-logo-32::before,
.glyph-prepend-edge-logo-32::before {
	content: "";
}

.glyph-append-edge-logo-32::after {
	content: "";
}

.glyph-edge-logo::before,
.glyph-prepend-edge-logo::before {
	content: "";
}

.glyph-append-edge-logo::after {
	content: "";
}

.glyph-edge-old-logo-32::before,
.glyph-prepend-edge-old-logo-32::before {
	content: "";
}

.glyph-append-edge-old-logo-32::after {
	content: "";
}

.glyph-edge-old-logo::before,
.glyph-prepend-edge-old-logo::before {
	content: "";
}

.glyph-append-edge-old-logo::after {
	content: "";
}

.glyph-edit-mirrored::before,
.glyph-prepend-edit-mirrored::before {
	content: "";
}

.glyph-append-edit-mirrored::after {
	content: "";
}

.glyph-edit::before,
.glyph-prepend-edit::before {
	content: "";
}

.glyph-append-edit::after {
	content: "";
}

.glyph-education::before,
.glyph-prepend-education::before {
	content: "";
}

.glyph-append-education::after {
	content: "";
}

.glyph-emoji-disappointed::before,
.glyph-prepend-emoji-disappointed::before {
	content: "";
}

.glyph-append-emoji-disappointed::after {
	content: "";
}

.glyph-emoji-neutral::before,
.glyph-prepend-emoji-neutral::before {
	content: "";
}

.glyph-append-emoji-neutral::after {
	content: "";
}

.glyph-emoji-smile::before,
.glyph-prepend-emoji-smile::before {
	content: "";
}

.glyph-append-emoji-smile::after {
	content: "";
}

.glyph-enchance-pop::before,
.glyph-prepend-enchance-pop::before {
	content: "";
}

.glyph-append-enchance-pop::after {
	content: "";
}

.glyph-excel-logo-32::before,
.glyph-prepend-excel-logo-32::before {
	content: "";
}

.glyph-append-excel-logo-32::after {
	content: "";
}

.glyph-excel-logo::before,
.glyph-prepend-excel-logo::before {
	content: "";
}

.glyph-append-excel-logo::after {
	content: "";
}

.glyph-expense-report::before,
.glyph-prepend-expense-report::before {
	content: "";
}

.glyph-append-expense-report::after {
	content: "";
}

.glyph-favorite-star-fill::before,
.glyph-prepend-favorite-star-fill::before {
	content: "";
}

.glyph-append-favorite-star-fill::after {
	content: "";
}

.glyph-favorite-star::before,
.glyph-prepend-favorite-star::before {
	content: "";
}

.glyph-append-favorite-star::after {
	content: "";
}

.glyph-feedback::before,
.glyph-prepend-feedback::before {
	content: "";
}

.glyph-append-feedback::after {
	content: "";
}

.glyph-filter::before,
.glyph-prepend-filter::before {
	content: "";
}

.glyph-append-filter::after {
	content: "";
}

.glyph-filters::before,
.glyph-prepend-filters::before {
	content: "";
}

.glyph-append-filters::after {
	content: "";
}

.glyph-flag::before,
.glyph-prepend-flag::before {
	content: "";
}

.glyph-append-flag::after {
	content: "";
}

.glyph-folder-open::before,
.glyph-prepend-folder-open::before {
	content: "";
}

.glyph-append-folder-open::after {
	content: "";
}

.glyph-folder::before,
.glyph-prepend-folder::before {
	content: "";
}

.glyph-append-folder::after {
	content: "";
}

.glyph-font-decrease::before,
.glyph-prepend-font-decrease::before {
	content: "";
}

.glyph-append-font-decrease::after {
	content: "";
}

.glyph-font-increase::before,
.glyph-prepend-font-increase::before {
	content: "";
}

.glyph-append-font-increase::after {
	content: "";
}

.glyph-forward::before,
.glyph-prepend-forward::before {
	content: "";
}

.glyph-append-forward::after {
	content: "";
}

.glyph-full-screen::before,
.glyph-prepend-full-screen::before {
	content: "";
}

.glyph-append-full-screen::after {
	content: "";
}

.glyph-game-clubs::before,
.glyph-prepend-game-clubs::before {
	content: "";
}

.glyph-append-game-clubs::after {
	content: "";
}

.glyph-game-hub::before,
.glyph-prepend-game-hub::before {
	content: "";
}

.glyph-append-game-hub::after {
	content: "";
}

.glyph-game-pass-ultimate-inline::before,
.glyph-prepend-game-pass-ultimate-inline::before {
	content: "";
}

.glyph-append-game-pass-ultimate-inline::after {
	content: "";
}

.glyph-gift-box::before,
.glyph-prepend-gift-box::before {
	content: "";
}

.glyph-append-gift-box::after {
	content: "";
}

.glyph-gift-card::before,
.glyph-prepend-gift-card::before {
	content: "";
}

.glyph-append-gift-card::after {
	content: "";
}

.glyph-glasses::before,
.glyph-prepend-glasses::before {
	content: "";
}

.glyph-append-glasses::after {
	content: "";
}

.glyph-global-nav-button::before,
.glyph-prepend-global-nav-button::before {
	content: "";
}

.glyph-append-global-nav-button::after {
	content: "";
}

.glyph-globe::before,
.glyph-prepend-globe::before {
	content: "";
}

.glyph-append-globe::after {
	content: "";
}

.glyph-go-mirrored::before,
.glyph-prepend-go-mirrored::before {
	content: "";
}

.glyph-append-go-mirrored::after {
	content: "";
}

.glyph-go::before,
.glyph-prepend-go::before {
	content: "";
}

.glyph-append-go::after {
	content: "";
}

.glyph-group::before,
.glyph-prepend-group::before {
	content: "";
}

.glyph-append-group::after {
	content: "";
}

.glyph-half-star-left::before,
.glyph-prepend-half-star-left::before {
	content: "";
}

.glyph-append-half-star-left::after {
	content: "";
}

.glyph-half-star-right::before,
.glyph-prepend-half-star-right::before {
	content: "";
}

.glyph-append-half-star-right::after {
	content: "";
}

.glyph-headphone::before,
.glyph-prepend-headphone::before {
	content: "";
}

.glyph-append-headphone::after {
	content: "";
}

.glyph-headset-controller::before,
.glyph-prepend-headset-controller::before {
	content: "ﰀ";
}

.glyph-append-headset-controller::after {
	content: "ﰀ";
}

.glyph-health::before,
.glyph-prepend-health::before {
	content: "";
}

.glyph-append-health::after {
	content: "";
}

.glyph-heart-add::before,
.glyph-prepend-heart-add::before {
	content: "";
}

.glyph-append-heart-add::after {
	content: "";
}

.glyph-heart-fill::before,
.glyph-prepend-heart-fill::before {
	content: "";
}

.glyph-append-heart-fill::after {
	content: "";
}

.glyph-heart::before,
.glyph-prepend-heart::before {
	content: "";
}

.glyph-append-heart::after {
	content: "";
}

.glyph-hololens-head::before,
.glyph-prepend-hololens-head::before {
	content: "";
}

.glyph-append-hololens-head::after {
	content: "";
}

.glyph-hololens::before,
.glyph-prepend-hololens::before {
	content: "";
}

.glyph-append-hololens::after {
	content: "";
}

.glyph-home::before,
.glyph-prepend-home::before {
	content: "";
}

.glyph-append-home::after {
	content: "";
}

.glyph-important::before,
.glyph-prepend-important::before {
	content: "";
}

.glyph-append-important::after {
	content: "";
}

.glyph-incident-triangle::before,
.glyph-prepend-incident-triangle::before {
	content: "";
}

.glyph-append-incident-triangle::after {
	content: "";
}

.glyph-incoming-call::before,
.glyph-prepend-incoming-call::before {
	content: "";
}

.glyph-append-incoming-call::after {
	content: "";
}

.glyph-indicator-dot-filled::before,
.glyph-prepend-indicator-dot-filled::before {
	content: "";
}

.glyph-append-indicator-dot-filled::after {
	content: "";
}

.glyph-indicator-dot-outline::before,
.glyph-prepend-indicator-dot-outline::before {
	content: "";
}

.glyph-append-indicator-dot-outline::after {
	content: "";
}

.glyph-info::before,
.glyph-prepend-info::before {
	content: "";
}

.glyph-append-info::after {
	content: "";
}

.glyph-issue-tracking::before,
.glyph-prepend-issue-tracking::before {
	content: "";
}

.glyph-append-issue-tracking::after {
	content: "";
}

.glyph-keyboard-classic::before,
.glyph-prepend-keyboard-classic::before {
	content: "";
}

.glyph-append-keyboard-classic::after {
	content: "";
}

.glyph-leaf::before,
.glyph-prepend-leaf::before {
	content: "";
}

.glyph-append-leaf::after {
	content: "";
}

.glyph-left-double-quote::before,
.glyph-prepend-left-double-quote::before {
	content: "";
}

.glyph-append-left-double-quote::after {
	content: "";
}

.glyph-library::before,
.glyph-prepend-library::before {
	content: "";
}

.glyph-append-library::after {
	content: "";
}

.glyph-link::before,
.glyph-prepend-link::before {
	content: "";
}

.glyph-append-link::after {
	content: "";
}

.glyph-list-mirrored::before,
.glyph-prepend-list-mirrored::before {
	content: "";
}

.glyph-append-list-mirrored::after {
	content: "";
}

.glyph-list::before,
.glyph-prepend-list::before {
	content: "";
}

.glyph-append-list::after {
	content: "";
}

.glyph-lock::before,
.glyph-prepend-lock::before {
	content: "";
}

.glyph-append-lock::after {
	content: "";
}

.glyph-mail::before,
.glyph-prepend-mail::before {
	content: "";
}

.glyph-append-mail::after {
	content: "";
}

.glyph-map-pin::before,
.glyph-prepend-map-pin::before {
	content: "";
}

.glyph-append-map-pin::after {
	content: "";
}

.glyph-megaphone::before,
.glyph-prepend-megaphone::before {
	content: "";
}

.glyph-append-megaphone::after {
	content: "";
}

.glyph-microphone::before,
.glyph-prepend-microphone::before {
	content: "";
}

.glyph-append-microphone::after {
	content: "";
}

.glyph-mobile-tablet::before,
.glyph-prepend-mobile-tablet::before {
	content: "";
}

.glyph-append-mobile-tablet::after {
	content: "";
}

.glyph-mobile-tablet-alt::before,
.glyph-prepend-mobile-tablet-alt::before {
	content: "";
}

.glyph-append-mobile-tablet-alt::after {
	content: "";
}

.glyph-money-hand::before,
.glyph-prepend-money-hand::before {
	content: "";
}

.glyph-append-money-hand::after {
	content: "";
}

.glyph-money-payment-card::before,
.glyph-prepend-money-payment-card::before {
	content: "ﰂ";
}

.glyph-append-money-payment-card::after {
	content: "ﰂ";
}

.glyph-money::before,
.glyph-prepend-money::before {
	content: "";
}

.glyph-append-money::after {
	content: "";
}

.glyph-more::before,
.glyph-prepend-more::before {
	content: "";
}

.glyph-append-more::after {
	content: "";
}

.glyph-mouse::before,
.glyph-prepend-mouse::before {
	content: "";
}

.glyph-append-mouse::after {
	content: "";
}

.glyph-movies::before,
.glyph-prepend-movies::before {
	content: "";
}

.glyph-append-movies::after {
	content: "";
}

.glyph-music-album::before,
.glyph-prepend-music-album::before {
	content: "";
}

.glyph-append-music-album::after {
	content: "";
}

.glyph-music-in-collection::before,
.glyph-prepend-music-in-collection::before {
	content: "";
}

.glyph-append-music-in-collection::after {
	content: "";
}

.glyph-mute::before,
.glyph-prepend-mute::before {
	content: "";
}

.glyph-append-mute::after {
	content: "";
}

.glyph-my-movies-tv::before,
.glyph-prepend-my-movies-tv::before {
	content: "";
}

.glyph-append-my-movies-tv::after {
	content: "";
}

.glyph-next::before,
.glyph-prepend-next::before {
	content: "";
}

.glyph-append-next::after {
	content: "";
}

.glyph-office-logo::before,
.glyph-prepend-office-logo::before {
	content: "";
}

.glyph-append-office-logo::after {
	content: "";
}

.glyph-onedrive-logo::before,
.glyph-prepend-onedrive-logo::before {
	content: "";
}

.glyph-append-onedrive-logo::after {
	content: "";
}

.glyph-open-in-new-tab::before,
.glyph-prepend-open-in-new-tab::before {
	content: "";
}

.glyph-append-open-in-new-tab::after {
	content: "";
}

.glyph-outgoing-call::before,
.glyph-prepend-outgoing-call::before {
	content: "";
}

.glyph-append-outgoing-call::after {
	content: "";
}

.glyph-outline-half-star-left::before,
.glyph-prepend-outline-half-star-left::before {
	content: "";
}

.glyph-append-outline-half-star-left::after {
	content: "";
}

.glyph-page::before,
.glyph-prepend-page::before {
	content: "";
}

.glyph-append-page::after {
	content: "";
}

.glyph-pause-solid::before,
.glyph-prepend-pause-solid::before {
	content: "";
}

.glyph-append-pause-solid::after {
	content: "";
}

.glyph-pause::before,
.glyph-prepend-pause::before {
	content: "";
}

.glyph-append-pause::after {
	content: "";
}

.glyph-payment-card::before,
.glyph-prepend-payment-card::before {
	content: "";
}

.glyph-append-payment-card::after {
	content: "";
}

.glyph-pc::before,
.glyph-prepend-pc::before {
	content: "";
}

.glyph-append-pc::after {
	content: "";
}

.glyph-people::before,
.glyph-prepend-people::before {
	content: "";
}

.glyph-append-people::after {
	content: "";
}

.glyph-person-chat::before,
.glyph-prepend-person-chat::before {
	content: "";
}

.glyph-append-person-chat::after {
	content: "";
}

.glyph-person-chat-alt::before,
.glyph-prepend-person-chat-alt::before {
	content: "";
}

.glyph-append-person-chat-alt::after {
	content: "";
}

.glyph-phone::before,
.glyph-prepend-phone::before {
	content: "";
}

.glyph-append-phone::after {
	content: "";
}

.glyph-photo-collection::before,
.glyph-prepend-photo-collection::before {
	content: "";
}

.glyph-append-photo-collection::after {
	content: "";
}

.glyph-photo::before,
.glyph-prepend-photo::before {
	content: "";
}

.glyph-append-photo::after {
	content: "";
}

.glyph-pinned::before,
.glyph-prepend-pinned::before {
	content: "";
}

.glyph-append-pinned::after {
	content: "";
}

.glyph-play-button-72::before,
.glyph-prepend-play-button-72::before {
	content: "";
}

.glyph-append-play-button-72::after {
	content: "";
}

.glyph-play-button::before,
.glyph-prepend-play-button::before {
	content: "";
}

.glyph-append-play-button::after {
	content: "";
}

.glyph-play-solid::before,
.glyph-prepend-play-solid::before {
	content: "";
}

.glyph-append-play-solid::after {
	content: "";
}

.glyph-play::before,
.glyph-prepend-play::before {
	content: "";
}

.glyph-append-play::after {
	content: "";
}

.glyph-podium::before,
.glyph-prepend-podium::before {
	content: "";
}

.glyph-append-podium::after {
	content: "";
}

.glyph-previous::before,
.glyph-prepend-previous::before {
	content: "";
}

.glyph-append-previous::after {
	content: "";
}

.glyph-print::before,
.glyph-prepend-print::before {
	content: "";
}

.glyph-append-print::after {
	content: "";
}

.glyph-pro-football::before,
.glyph-prepend-pro-football::before {
	content: "";
}

.glyph-append-pro-football::after {
	content: "";
}

.glyph-product::before,
.glyph-prepend-product::before {
	content: "";
}

.glyph-append-product::after {
	content: "";
}

.glyph-qr-code::before,
.glyph-prepend-qr-code::before {
	content: "";
}

.glyph-append-qr-code::after {
	content: "";
}

.glyph-reading-mode-solid::before,
.glyph-prepend-reading-mode-solid::before {
	content: "";
}

.glyph-append-reading-mode-solid::after {
	content: "";
}

.glyph-reading-mode::before,
.glyph-prepend-reading-mode::before {
	content: "";
}

.glyph-append-reading-mode::after {
	content: "";
}

.glyph-recent::before,
.glyph-prepend-recent::before {
	content: "";
}

.glyph-append-recent::after {
	content: "";
}

.glyph-refresh::before,
.glyph-prepend-refresh::before {
	content: "";
}

.glyph-append-refresh::after {
	content: "";
}

.glyph-refurbished-laptop::before,
.glyph-prepend-refurbished-laptop::before {
	content: "ﰉ";
}

.glyph-append-refurbished-laptop::after {
	content: "ﰉ";
}

.glyph-remove-from::before,
.glyph-prepend-remove-from::before {
	content: "";
}

.glyph-append-remove-from::after {
	content: "";
}

.glyph-remove::before,
.glyph-prepend-remove::before {
	content: "";
}

.glyph-append-remove::after {
	content: "";
}

.glyph-repair::before,
.glyph-prepend-repair::before {
	content: "";
}

.glyph-append-repair::after {
	content: "";
}

.glyph-rewards-logo::before,
.glyph-prepend-rewards-logo::before {
	content: "";
}

.glyph-append-rewards-logo::after {
	content: "";
}

.glyph-right-double-quote::before,
.glyph-prepend-right-double-quote::before {
	content: "";
}

.glyph-append-right-double-quote::after {
	content: "";
}

.glyph-rotate::before,
.glyph-prepend-rotate::before {
	content: "";
}

.glyph-append-rotate::after {
	content: "";
}

.glyph-save::before,
.glyph-prepend-save::before {
	content: "";
}

.glyph-append-save::after {
	content: "";
}

.glyph-savings::before,
.glyph-prepend-savings::before {
	content: "";
}

.glyph-append-savings::after {
	content: "";
}

.glyph-search::before,
.glyph-prepend-search::before {
	content: "";
}

.glyph-append-search::after {
	content: "";
}

.glyph-settings::before,
.glyph-prepend-settings::before {
	content: "";
}

.glyph-append-settings::after {
	content: "";
}

.glyph-share-screen-person-overlay::before,
.glyph-prepend-share-screen-person-overlay::before {
	content: "";
}

.glyph-append-share-screen-person-overlay::after {
	content: "";
}

.glyph-share::before,
.glyph-prepend-share::before {
	content: "";
}

.glyph-append-share::after {
	content: "";
}

.glyph-shield-complete-protection::before,
.glyph-prepend-shield-complete-protection::before {
	content: "ﰃ";
}

.glyph-append-shield-complete-protection::after {
	content: "ﰃ";
}

.glyph-shop-brand::before,
.glyph-prepend-shop-brand::before {
	content: "";
}

.glyph-append-shop-brand::after {
	content: "";
}

.glyph-shop::before,
.glyph-prepend-shop::before {
	content: "";
}

.glyph-append-shop::after {
	content: "";
}

.glyph-shopping-cart::before,
.glyph-prepend-shopping-cart::before {
	content: "";
}

.glyph-append-shopping-cart::after {
	content: "";
}

.glyph-show-results-mirrored::before,
.glyph-prepend-show-results-mirrored::before {
	content: "";
}

.glyph-append-show-results-mirrored::after {
	content: "";
}

.glyph-show-results::before,
.glyph-prepend-show-results::before {
	content: "";
}

.glyph-append-show-results::after {
	content: "";
}

.glyph-shuffle::before,
.glyph-prepend-shuffle::before {
	content: "";
}

.glyph-append-shuffle::after {
	content: "";
}

.glyph-slideshow::before,
.glyph-prepend-slideshow::before {
	content: "";
}

.glyph-append-slideshow::after {
	content: "";
}

.glyph-slim-device::before,
.glyph-prepend-slim-device::before {
	content: "ﰇ";
}

.glyph-append-slim-device::after {
	content: "ﰇ";
}

.glyph-sort::before,
.glyph-prepend-sort::before {
	content: "";
}

.glyph-append-sort::after {
	content: "";
}

.glyph-starbust-info::before,
.glyph-prepend-starbust-info::before {
	content: "";
}

.glyph-append-starbust-info::after {
	content: "";
}

.glyph-subscriptions-mirrored::before,
.glyph-prepend-subscriptions-mirrored::before {
	content: "";
}

.glyph-append-subscriptions-mirrored::after {
	content: "";
}

.glyph-subscriptions::before,
.glyph-prepend-subscriptions::before {
	content: "";
}

.glyph-append-subscriptions::after {
	content: "";
}

.glyph-subtitles::before,
.glyph-prepend-subtitles::before {
	content: "";
}

.glyph-append-subtitles::after {
	content: "";
}

.glyph-surface-hub::before,
.glyph-prepend-surface-hub::before {
	content: "";
}

.glyph-append-surface-hub::after {
	content: "";
}

.glyph-surface-kickstand-mode::before,
.glyph-prepend-surface-kickstand-mode::before {
	content: "ﰄ";
}

.glyph-append-surface-kickstand-mode::after {
	content: "ﰄ";
}

.glyph-sustainable::before,
.glyph-prepend-sustainable::before {
	content: "";
}

.glyph-append-sustainable::after {
	content: "";
}

.glyph-sync::before,
.glyph-prepend-sync::before {
	content: "";
}

.glyph-append-sync::after {
	content: "";
}

.glyph-system::before,
.glyph-prepend-system::before {
	content: "";
}

.glyph-append-system::after {
	content: "";
}

.glyph-tablet-desktop::before,
.glyph-prepend-tablet-desktop::before {
	content: "ﰅ";
}

.glyph-append-tablet-desktop::after {
	content: "ﰅ";
}

.glyph-tablet::before,
.glyph-prepend-tablet::before {
	content: "";
}

.glyph-append-tablet::after {
	content: "";
}

.glyph-tag::before,
.glyph-prepend-tag::before {
	content: "";
}

.glyph-append-tag::after {
	content: "";
}

.glyph-telemarketer::before,
.glyph-prepend-telemarketer::before {
	content: "";
}

.glyph-append-telemarketer::after {
	content: "";
}

.glyph-this-pc::before,
.glyph-prepend-this-pc::before {
	content: "";
}

.glyph-append-this-pc::after {
	content: "";
}

.glyph-ticket::before,
.glyph-prepend-ticket::before {
	content: "";
}

.glyph-append-ticket::after {
	content: "";
}

.glyph-toolbox::before,
.glyph-prepend-toolbox::before {
	content: "";
}

.glyph-append-toolbox::after {
	content: "";
}

.glyph-torch::before,
.glyph-prepend-torch::before {
	content: "";
}

.glyph-append-torch::after {
	content: "";
}

.glyph-trophy::before,
.glyph-prepend-trophy::before {
	content: "";
}

.glyph-append-trophy::after {
	content: "";
}

.glyph-tv-monitor::before,
.glyph-prepend-tv-monitor::before {
	content: "";
}

.glyph-append-tv-monitor::after {
	content: "";
}

.glyph-unknown::before,
.glyph-prepend-unknown::before {
	content: "";
}

.glyph-append-unknown::after {
	content: "";
}

.glyph-up::before,
.glyph-prepend-up::before {
	content: "";
}

.glyph-append-up::after {
	content: "";
}

.glyph-upload::before,
.glyph-prepend-upload::before {
	content: "";
}

.glyph-append-upload::after {
	content: "";
}

.glyph-video::before,
.glyph-prepend-video::before {
	content: "";
}

.glyph-append-video::after {
	content: "";
}

.glyph-view::before,
.glyph-prepend-view::before {
	content: "";
}

.glyph-append-view::after {
	content: "";
}

.glyph-volume::before,
.glyph-prepend-volume::before {
	content: "";
}

.glyph-append-volume::after {
	content: "";
}

.glyph-waffle::before,
.glyph-prepend-waffle::before {
	content: "";
}

.glyph-append-waffle::after {
	content: "";
}

.glyph-wallet::before,
.glyph-prepend-wallet::before {
	content: "";
}

.glyph-append-wallet::after {
	content: "";
}

.glyph-warning::before,
.glyph-prepend-warning::before {
	content: "";
}

.glyph-append-warning::after {
	content: "";
}

.glyph-webcam-2::before,
.glyph-prepend-webcam-2::before {
	content: "";
}

.glyph-append-webcam-2::after {
	content: "";
}

.glyph-wifi-full::before,
.glyph-prepend-wifi-full::before {
	content: "";
}

.glyph-append-wifi-full::after {
	content: "";
}

.glyph-windows-logo-inline::before,
.glyph-prepend-windows-logo-inline::before {
	content: "";
}

.glyph-append-windows-logo-inline::after {
	content: "";
}

.glyph-windows-logo::before,
.glyph-prepend-windows-logo::before {
	content: "";
}

.glyph-append-windows-logo::after {
	content: "";
}

.glyph-wireless-display-adapter::before,
.glyph-prepend-wireless-display-adapter::before {
	content: "";
}

.glyph-append-wireless-display-adapter::after {
	content: "";
}

.glyph-wireless-mouse::before,
.glyph-prepend-wireless-mouse::before {
	content: "ﰁ";
}

.glyph-append-wireless-mouse::after {
	content: "ﰁ";
}

.glyph-work-solid::before,
.glyph-prepend-work-solid::before {
	content: "";
}

.glyph-append-work-solid::after {
	content: "";
}

.glyph-work::before,
.glyph-prepend-work::before {
	content: "";
}

.glyph-append-work::after {
	content: "";
}

.glyph-world::before,
.glyph-prepend-world::before {
	content: "";
}

.glyph-append-world::after {
	content: "";
}

.glyph-xbox-controller::before,
.glyph-prepend-xbox-controller::before {
	content: "";
}

.glyph-append-xbox-controller::after {
	content: "";
}

.glyph-xbox-game-pass-inline::before,
.glyph-prepend-xbox-game-pass-inline::before {
	content: "";
}

.glyph-append-xbox-game-pass-inline::after {
	content: "";
}

.glyph-xbox-gold-inline::before,
.glyph-prepend-xbox-gold-inline::before {
	content: "";
}

.glyph-append-xbox-gold-inline::after {
	content: "";
}

.glyph-xbox-logo::before,
.glyph-prepend-xbox-logo::before {
	content: "";
}

.glyph-append-xbox-logo::after {
	content: "";
}

.glyph-xbox-one-console::before,
.glyph-prepend-xbox-one-console::before {
	content: "";
}

.glyph-append-xbox-one-console::after {
	content: "";
}

.glyph-xbox360::before,
.glyph-prepend-xbox360::before {
	content: "";
}

.glyph-append-xbox360::after {
	content: "";
}

.glyph-zoom-out::before,
.glyph-prepend-zoom-out::before {
	content: "";
}

.glyph-append-zoom-out::after {
	content: "";
}

.glyph-zoom::before,
.glyph-prepend-zoom::before {
	content: "";
}

.glyph-append-zoom::after {
	content: "";
}

.hotspot {
	border-radius: 50%;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12);
	border: 0 solid #000;
	outline-color: #000;
	outline-offset: 0.1875rem;
}
.theme-dark .hotspot {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48);
}
.hotspot::before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	width: 104%;
	height: 104%;
	border: 4px solid #fff;
	top: -2%;
	left: -2%;
	z-index: -1;
}
@media (forced-colors: active) {
	.hotspot::before {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}

@keyframes ripple {
	0% {
		border: 1px solid #fff;
		opacity: 0;
		border-radius: 50%;
		top: -1px;
		left: -1px;
		box-sizing: content-box;
		box-shadow: none;
	}
	50% {
		opacity: 1;
	}
	100% {
		border: 1em solid #fff;
		opacity: 0;
		border-radius: 50%;
		top: -1em;
		left: -1em;
		box-sizing: content-box;
		box-shadow: none;
	}
}
@media screen and (prefers-reduced-motion: no-preference) {
	.hotspot.hotspot-hover-ripple:hover::after {
		animation: ripple 0.8s cubic-bezier(0.5, 0, 0.5, 1);
		animation-iteration-count: 1;
		content: "";
		display: block;
		position: absolute;
		border-radius: 50%;
		width: 100%;
		height: 100%;
	}
	.hotspot.ripple-once::after {
		animation: ripple 0.8s cubic-bezier(0.5, 0, 0.5, 1);
		animation-iteration-count: 1;
		content: "";
		display: block;
		position: absolute;
		border-radius: 50%;
		width: 100%;
		height: 100%;
	}
}
@media (min-width: 860px) {
	.hotspot {
		width: 3rem;
		height: 3rem;
	}
}
.hotspot .hotspot-img {
	border-radius: 50%;
	border: 4px solid transparent;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hotspot.hotspot-extra-border:not(:focus) {
	border: 1px solid;
}
.hotspot.hotspot-extra-border:not(:focus)::before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.hotspot.hotspot-extra-border:not(:focus):hover {
	border: none;
}
.hotspot.hotspot-large-glyph .glyph-append,
.hotspot.hotspot-large-glyph .glyph-prepend,
.hotspot.hotspot-large-glyph .glyph {
	font-size: 2rem;
}
.hotspot.hotspot-light {
	background-color: #fff;
	color: #000;
	border-color: #fff;
}
.hotspot.hotspot-light::before {
	border-color: #000;
}
.hotspot.hotspot-light:focus::after {
	border-color: #fff;
}
.hotspot.hotspot-light.hotspot-active,
.hotspot.hotspot-light[aria-expanded="true"],
.hotspot.hotspot-light[aria-pressed="true"] {
	box-shadow: 0 0 0 1em rgba(0, 0, 0, 0.6);
}
.hotspot.hotspot-primary {
	background-color: #0067b8;
	color: #fff;
	border-color: #000;
}
.hotspot.hotspot-primary::before {
	border-color: #fff;
}
.hotspot.hotspot-primary:focus::after {
	border-color: #000;
}
.hotspot.hotspot-primary.hotspot-active,
.hotspot.hotspot-primary[aria-expanded="true"],
.hotspot.hotspot-primary[aria-pressed="true"] {
	box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.6);
}
.hotspot.hotspot-primary-alt {
	background-color: #3aa0fa;
	color: #000;
	border-color: #fff;
}
.hotspot.hotspot-primary-alt::before {
	border-color: #000;
}
.hotspot.hotspot-primary-alt:focus::after {
	border-color: #fff;
}
.hotspot.hotspot-primary-alt.hotspot-active,
.hotspot.hotspot-primary-alt[aria-expanded="true"],
.hotspot.hotspot-primary-alt[aria-pressed="true"] {
	box-shadow: 0 0 0 1em rgba(0, 0, 0, 0.6);
}
.hotspot.hotspot-dark {
	background-color: #000;
	color: #fff;
	border-color: #000;
}
.hotspot.hotspot-dark::before {
	border-color: #fff;
}
.hotspot.hotspot-dark:focus::after {
	border-color: #000;
}
.hotspot.hotspot-dark.hotspot-active,
.hotspot.hotspot-dark[aria-expanded="true"],
.hotspot.hotspot-dark[aria-pressed="true"] {
	box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.6);
}
.hotspot.hotspot-minimalist-light {
	background-color: #fff;
	color: #000;
	border-color: #000;
}
.hotspot.hotspot-minimalist-light::before {
	border-color: #fff;
}
.hotspot.hotspot-minimalist-light:focus::after {
	border-color: #000;
}
.hotspot.hotspot-minimalist-light.hotspot-active,
.hotspot.hotspot-minimalist-light[aria-expanded="true"],
.hotspot.hotspot-minimalist-light[aria-pressed="true"] {
	box-shadow: 0 0 0 1em rgba(0, 0, 0, 0.6);
}
.hotspot.hotspot-minimalist-primary {
	background-color: #0067b8;
	color: #fff;
	border-color: #fff;
}
.hotspot.hotspot-minimalist-primary::before {
	border-color: #0067b8;
}
.hotspot.hotspot-minimalist-primary:focus::after {
	border-color: #fff;
}
.hotspot.hotspot-minimalist-primary.hotspot-active,
.hotspot.hotspot-minimalist-primary[aria-expanded="true"],
.hotspot.hotspot-minimalist-primary[aria-pressed="true"] {
	box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.6);
}
.hotspot.hotspot-minimalist-primary-alt {
	background-color: #3aa0fa;
	color: #000;
	border-color: #000;
}
.hotspot.hotspot-minimalist-primary-alt::before {
	border-color: #3aa0fa;
}
.hotspot.hotspot-minimalist-primary-alt:focus::after {
	border-color: #000;
}
.hotspot.hotspot-minimalist-primary-alt.hotspot-active,
.hotspot.hotspot-minimalist-primary-alt[aria-expanded="true"],
.hotspot.hotspot-minimalist-primary-alt[aria-pressed="true"] {
	box-shadow: 0 0 0 1em rgba(0, 0, 0, 0.6);
}
.hotspot.hotspot-minimalist-dark {
	background-color: #000;
	color: #fff;
	border-color: #fff;
}
.hotspot.hotspot-minimalist-dark::before {
	border-color: #000;
}
.hotspot.hotspot-minimalist-dark:focus::after {
	border-color: #fff;
}
.hotspot.hotspot-minimalist-dark.hotspot-active,
.hotspot.hotspot-minimalist-dark[aria-expanded="true"],
.hotspot.hotspot-minimalist-dark[aria-pressed="true"] {
	box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.6);
}
.hotspot.hotspot-sm {
	height: 1.5rem;
	width: 1.5rem;
}
@media (max-width: 859.98px) {
	.hotspot.hotspot-sm {
		line-height: 1;
	}
}
@media (min-width: 860px) {
	.hotspot.hotspot-sm {
		width: 2.25rem;
		height: 2.25rem;
	}
}
.hotspot.hotspot-sm::before {
	border-width: 3px;
}
.hotspot.hotspot-lg {
	height: 3rem;
	width: 3rem;
}
@media (min-width: 860px) {
	.hotspot.hotspot-lg {
		width: 4rem;
		height: 4rem;
	}
}
.hotspot .glyph-prepend,
.hotspot .glyph-append,
.hotspot .glyph {
	line-height: 1;
	height: 1em;
	font-size: 1em;
}
.hotspot:focus {
	outline: none;
}
.hotspot:focus::after {
	border-style: dashed;
	border-width: 0.1875rem;
	border-color: #000;
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	border-radius: 50%;
	width: 102%;
	height: 102%;
	top: -1%;
	left: -1%;
}
.hotspot:focus:hover::after {
	box-sizing: border-box;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 0.0625rem solid #d2d2d2;
	border-radius: 0.125rem;
	max-width: 100%;
	height: auto;
}

.img-object-cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #505050;
}

.img-object-contain {
	object-fit: contain;
}

.link-group {
	min-height: 2.5rem;
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
}
html:not([dir="rtl"]) .link-group a,
html:not([dir="rtl"]) .link-group .btn,
html:not([dir="rtl"]) .link-group .action-trigger {
	margin-right: 1.5rem;
}
html[dir="rtl"] .link-group a,
html[dir="rtl"] .link-group .btn,
html[dir="rtl"] .link-group .action-trigger {
	margin-left: 1.5rem;
}
.link-group a {
	display: inline-flex;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.link-group a ~ a:not(.btn) {
	margin-top: 0;
}
.link-group .btn,
.link-group .action-trigger {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.link-group .btn ~ a:not(.btn) {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
html:not([dir="rtl"]) .link-group > :last-child {
	margin-right: 0;
}
html[dir="rtl"] .link-group > :last-child {
	margin-left: 0;
}

@media (forced-colors: active) {
	ul li,
	ol li {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}

ul.full li,
ol.full li {
	margin-bottom: 1rem;
}

.list-unstyled {
	padding: 0;
	list-style: none;
}

.list-inline {
	padding: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}
html:not([dir="rtl"]) .list-inline-item:not(:last-child) {
	margin-right: 1rem;
}
html[dir="rtl"] .list-inline-item:not(:last-child) {
	margin-left: 1rem;
}

.media-control {
	background-color: #fff;
	color: #000;
	position: relative;
	height: 3rem;
	width: 3rem;
	border-radius: 50%;
	font-size: 2.8125rem;
	line-height: 1;
	box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
	border: 0;
}
.theme-dark .media-control {
	box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48);
}
.media-control::before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	width: 104%;
	height: 104%;
	border: 0.25rem solid #fff;
	top: -2%;
	left: -2%;
}
.media-control:focus {
	outline: none;
}
.media-control:focus::after {
	border-style: dashed;
	border-width: 0.1875rem;
	border-color: #000;
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	border-radius: 50%;
	width: 102%;
	height: 102%;
	top: -1%;
	left: -1%;
}
.media-control .glyph-prepend,
.media-control .glyph-append,
.media-control .glyph {
	position: absolute;
	left: 0.1875rem;
	top: 0.1875rem;
}
.media-control.media-control-light {
	background-color: #000;
	color: #fff;
}
.media-control.media-control-light::before {
	border-color: #000;
}
.media-control.media-control-light:focus::after {
	border-color: #fff;
}
@media (forced-colors: active) {
	.media-control {
		border-radius: 0;
	}
	.media-control::before {
		content: none;
	}
}

@media (min-width: 540px) {
	.media-control-lg {
		height: 4.5rem;
		width: 4.5rem;
		font-size: 4.4375rem;
	}
}

.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0 auto;
	padding: 0 0.75rem;
	box-sizing: content-box;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: 100%;
}
.modal.fade .modal-dialog {
	transition: transform 0.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-dialog-scrollable {
	height: 100%;
}
.modal-dialog-scrollable .modal-content {
	overflow: hidden;
	max-height: 100%;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 0.0625rem solid transparent;
	border-radius: 0;
}
.theme-dark .modal-content {
	background-color: #2f2f2f;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.8;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.modal-header .close {
	padding: 0.5rem;
}
html:not([dir="rtl"]) .modal-header .close {
	margin-left: auto;
}
html[dir="rtl"] .modal-header .close {
	margin-right: auto;
}
.modal-header .close::before {
	display: block;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}
html:not([dir="rtl"]) .modal-title {
	margin-right: 1rem;
}
html[dir="rtl"] .modal-title {
	margin-left: 1rem;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 0.1875rem 1rem 4rem;
}
.modal-body:not(:last-child) {
	padding-bottom: 0;
}
.modal-body > *:last-child {
	margin-bottom: 0;
}
.modal-body > [tabindex="0"]:focus {
	outline: 0.1875rem dotted currentColor;
}
.modal-body > [tabindex="0"]:focus:not(:focus-visible) {
	outline: 0;
}
.modal-body > [tabindex="0"]:focus-visible {
	outline: 0.1875rem dotted currentColor;
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem 1rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.modal-footer > :not(:first-child) {
	margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
	margin-right: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 540px) {
	.modal-dialog {
		max-width: 640px;
	}
	.modal-sm {
		max-width: 300px;
	}
	.modal-xl {
		max-width: 1600px;
	}
}

@media (min-width: 1084px) {
	.modal-dialog {
		padding: 0 5%;
	}
	.modal-lg {
		max-width: 800px;
	}
	.modal-header {
		padding: 1rem 4rem;
	}
	html:not([dir="rtl"]) .modal-header .close {
		margin-right: -3rem;
	}
	html[dir="rtl"] .modal-header .close {
		margin-left: -3rem;
	}
	.modal-body {
		padding: 0.1875rem 4rem 4rem;
	}
	.modal-footer {
		padding: 1rem 4rem;
	}
}

.multi-feature {
	position: relative;
	width: 100%;
}
@media (min-width: 1084px) {
	.multi-feature .accordion {
		position: static;
		width: 33.33333%;
	}
	html:not([dir="rtl"]) .multi-feature .accordion {
		padding-right: 0.75rem;
	}
	html[dir="rtl"] .multi-feature .accordion {
		padding-left: 0.75rem;
	}
}
@media (min-width: 1084px) {
	.multi-feature .collapse {
		transition: height 0ms cubic-bezier(0.25, 0.25, 0.75, 0.75),
			opacity 200ms cubic-bezier(0, 0, 0, 1);
	}
}
@media (min-width: 1084px) and (prefers-reduced-motion: reduce) {
	.multi-feature .collapse {
		transition: none;
	}
}
@media (min-width: 1084px) {
	.multi-feature .collapsing {
		transform: translateY(0);
		transition: height 0ms 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75),
			opacity 100ms cubic-bezier(0.8, 0, 0.2, 1);
	}
}
@media (min-width: 1084px) and (prefers-reduced-motion: reduce) {
	.multi-feature .collapsing {
		transition: none;
	}
}

@media (min-width: 1084px) {
	.multi-feature-body {
		transition: transform 100ms cubic-bezier(0.8, 0, 0.2, 1);
	}
}
@media (min-width: 1084px) and (prefers-reduced-motion: reduce) {
	.multi-feature-body {
		transition: none;
	}
}

@media (min-width: 1084px) {
	.multi-feature-body > :last-child:not(.link-group) {
		margin-bottom: 0 !important;
	}
	.collapsing .multi-feature-body {
		transform: translateY(-0.875em);
		transition: transform 200ms cubic-bezier(0, 0, 0, 1);
	}
}
@media (min-width: 1084px) and (prefers-reduced-motion: reduce) {
	.collapsing .multi-feature-body {
		transition: none;
	}
}

@media (min-width: 1084px) {
	.multi-feature-feature {
		position: absolute;
		width: 66.66667%;
		top: 0;
	}
	html:not([dir="rtl"]) .multi-feature-feature {
		padding-left: 0.75rem;
		right: 0;
	}
	html[dir="rtl"] .multi-feature-feature {
		padding-right: 0.75rem;
		left: 0;
	}
}

.nav-container {
	overflow-x: hidden;
	padding: 4px;
}
.nav-container .nav {
	margin-left: -1rem;
	margin-right: -1rem;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav .nav-item {
	margin: 0 1rem;
}

.nav-link,
.nav-item {
	position: relative;
}
.nav-link::before,
.nav-item::before {
	content: "";
	display: none;
	position: absolute;
	bottom: 0.25rem;
	width: 100%;
	height: 0.125rem;
	padding: 0 0;
	background-color: #0067b8;
	background-clip: content-box;
}
@media (forced-colors: active) {
	.nav-link::before,
	.nav-item::before {
		background-color: linktext;
	}
}
html:not([dir="rtl"]) .nav-link::before,
html:not([dir="rtl"]) .nav-item::before {
	left: 0;
}
html[dir="rtl"] .nav-link::before,
html[dir="rtl"] .nav-item::before {
	right: 0;
}

.nav-link {
	display: inline-block;
	padding: 0.5rem 0;
	color: #0067b8;
	font-weight: 600;
	text-decoration: none;
}
.nav-link:hover::before {
	display: block;
}
.nav-link.disabled {
	color: #757575;
	pointer-events: none;
	cursor: default;
}
@media (forced-colors: active) {
	.nav-link.disabled {
		color: graytext;
	}
}
.nav-link.active {
	color: #000;
}
.nav-link.active::before {
	display: none;
}
.nav-link.dropdown-toggle {
	display: inline-flex;
	gap: 0.5em;
}
.nav-link.dropdown-toggle .glyph {
	position: relative;
}
.nav-link.dropdown-toggle::before {
	width: calc(100% - 1.875em);
}
html:not([dir="rtl"]) .nav-link.dropdown-toggle::after {
	right: 0;
}
html[dir="rtl"] .nav-link.dropdown-toggle::after {
	left: 0;
}
.nav-link .glyph::before {
	position: relative;
	top: 0.125em;
}
html:not([dir="rtl"]) .nav-link .glyph::before {
	padding-right: 0.375em;
}
html[dir="rtl"] .nav-link .glyph::before {
	padding-left: 0.375em;
}

.nav-item.active {
	color: inherit;
}
.nav-item.active .nav-link {
	color: inherit;
}
.nav-item.active::before {
	display: block;
}

html:not([dir="rtl"]) .nav-item .dropdown-menu {
	left: 0.5rem;
}

html[dir="rtl"] .nav-item .dropdown-menu {
	right: 0.5rem;
}

.nav-in-page-bar.nav-in-page-horizontal {
	align-items: baseline;
}
.nav-in-page-bar.nav-in-page-horizontal .nav-in-page-container {
	display: flex;
}

.nav-in-page-bar.nav-in-page-vertical .nav-in-page-container {
	display: inline-block;
}

.nav-in-page-bar .sticky-show-stuck + .combobox,
.nav-in-page-bar .combobox + .sticky-show-stuck {
	margin-top: 0.25rem;
}

.nav-in-page-container label {
	font-size: 1.0625rem;
	margin-bottom: 0.75rem;
	color: #171717;
}
.theme-dark .nav-in-page-container label {
	color: #f2f2f2;
}

.nav-in-page-container .combobox-item:not(.nav-in-page-item),
.nav-in-page-container .combobox-divider {
	display: none;
}

.sticky.stuck .nav-in-page-bar {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.sticky.stuck
	.nav-in-page-bar:not(.nav-in-page-horizontal):not(.nav-in-page-vertical) {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.sticky.stuck .nav-in-page-container label {
	display: none;
}

.sticky.stuck .nav-in-page-container .combobox-item:not(.nav-in-page-item),
.sticky.stuck .nav-in-page-container .combobox-divider {
	display: block;
}

.nav-in-page {
	position: relative;
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.nav-in-page::before {
	content: "";
	position: absolute;
	border-radius: 0.125rem;
	background-color: #d2d2d2;
}
.theme-dark .nav-in-page::before {
	background-color: #757575;
}
.nav-in-page-bar.nav-in-page-horizontal .nav-in-page {
	display: flex;
	margin-bottom: 0.5rem;
}
.nav-in-page-bar.nav-in-page-horizontal .nav-in-page::before {
	width: calc(100% - 2 * 1.5rem);
	height: 0.25rem;
	bottom: -0.5rem;
}
html:not([dir="rtl"])
	.nav-in-page-bar.nav-in-page-horizontal
	.nav-in-page::before {
	left: 1.5rem;
}
html[dir="rtl"] .nav-in-page-bar.nav-in-page-horizontal .nav-in-page::before {
	right: 1.5rem;
}
.nav-in-page-bar.nav-in-page-vertical .nav-in-page {
	margin-top: 1.5rem;
}
.nav-in-page-bar.nav-in-page-vertical .nav-in-page::before {
	width: 0.25rem;
	height: 100%;
}
html:not([dir="rtl"])
	.nav-in-page-bar.nav-in-page-vertical
	.nav-in-page::before {
	left: 0;
}
html[dir="rtl"] .nav-in-page-bar.nav-in-page-vertical .nav-in-page::before {
	right: 0;
}

.nav-in-page-item {
	position: relative;
}
.nav-in-page-item .nav-in-page-link {
	color: #505050;
	text-decoration-color: transparent;
}
.theme-dark .nav-in-page-item .nav-in-page-link {
	color: #a2a2a2;
}
@media (forced-colors: active) {
	.nav-in-page-item .nav-in-page-link {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}
.nav-in-page-item .nav-in-page-link.active {
	color: #171717;
}
.theme-dark .nav-in-page-item .nav-in-page-link.active {
	color: #f2f2f2;
}
@media (forced-colors: active) {
	.nav-in-page-item .nav-in-page-link.active {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}
.nav-in-page-item .nav-in-page-link.active::before {
	content: "";
	position: absolute;
	border-radius: 0.125rem;
	background-color: #0067b8;
}
.theme-dark .nav-in-page-item .nav-in-page-link.active::before {
	background-color: #3aa0fa;
}
@media (forced-colors: active) {
	.nav-in-page-item .nav-in-page-link.active::before {
		background-color: linktext;
	}
}
.nav-in-page-item .nav-in-page-link:hover,
.nav-in-page-item .nav-in-page-link:focus {
	color: #0067b8;
	text-decoration-color: currentColor;
}
@media (forced-colors: active) {
	.nav-in-page-item .nav-in-page-link:hover,
	.nav-in-page-item .nav-in-page-link:focus {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}
.nav-in-page-item.combobox-item:active .nav-in-page-link {
	color: #fff;
}
.theme-dark .nav-in-page-item.combobox-item:active .nav-in-page-link {
	color: #000;
}
.nav-in-page-bar.nav-in-page-horizontal .nav-in-page-item {
	display: flex;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}
html:not([dir="rtl"])
	.nav-in-page-bar.nav-in-page-horizontal
	.nav-in-page-item
	~ .nav-in-page-item {
	margin-left: 0;
}
html[dir="rtl"]
	.nav-in-page-bar.nav-in-page-horizontal
	.nav-in-page-item
	~ .nav-in-page-item {
	margin-right: 0;
}
.nav-in-page-bar.nav-in-page-horizontal
	.nav-in-page-item
	.nav-in-page-link.active::before {
	width: 100%;
	height: 0.25rem;
	bottom: -0.5rem;
}
html:not([dir="rtl"]) .nav-in-page-bar.nav-in-page-vertical .nav-in-page-item {
	margin-left: 1rem;
}
html[dir="rtl"] .nav-in-page-bar.nav-in-page-vertical .nav-in-page-item {
	margin-right: 1rem;
}
.nav-in-page-bar.nav-in-page-vertical .nav-in-page-item + .nav-in-page-item {
	margin-top: 1rem;
}
.nav-in-page-bar.nav-in-page-vertical
	.nav-in-page-item
	.nav-in-page-link.active::before {
	width: 0.25rem;
	height: 100%;
}
html:not([dir="rtl"])
	.nav-in-page-bar.nav-in-page-vertical
	.nav-in-page-item
	.nav-in-page-link.active::before {
	left: -1rem;
}
html[dir="rtl"]
	.nav-in-page-bar.nav-in-page-vertical
	.nav-in-page-item
	.nav-in-page-link.active::before {
	right: -1rem;
}

.nav-in-page-label {
	display: flex;
	font-size: 1.1875rem;
	margin-bottom: 0;
	color: #171717;
}
.theme-dark .nav-in-page-label {
	color: #f2f2f2;
}

.pagination {
	display: flex;
	padding: 0;
	list-style: none;
	font-weight: 600;
	margin-bottom: 0;
	border-color: #0067b8;
}
.theme-dark .pagination {
	border-color: #3aa0fa;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.625rem 0.75rem;
	line-height: 1;
	text-decoration: none;
	border: 0.125rem solid transparent;
}

.page-item {
	white-space: nowrap;
	border-color: inherit;
	display: inline-block;
	position: relative;
}
.page-item:not(:last-child):not(:first-child)::after {
	position: absolute;
	bottom: 0.25rem;
	left: 50%;
	transform: translate(-50%, -0.125rem);
	content: "";
	display: block;
	width: 1.5em;
	border-top-width: 2px;
	border-top-style: solid;
	border-color: inherit;
	transition: transform 0ms 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75),
		opacity 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
	opacity: 0%;
}
@media (prefers-reduced-motion: reduce) {
	.page-item:not(:last-child):not(:first-child)::after {
		transition: none;
	}
}
.page-item:first-child,
.page-item:last-child {
	display: inline-block;
}
.page-item:first-child .page-link::before,
.page-item:first-child .page-link::after,
.page-item:last-child .page-link::before,
.page-item:last-child .page-link::after {
	font-family: "MWF-FLUENT-ICONS";
	display: inline-block;
	font-size: 1rem;
	position: absolute;
	top: calc(50% + 0.0625em);
	margin-top: -0.5em;
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (prefers-reduced-motion: reduce) {
	.page-item:first-child .page-link::before,
	.page-item:first-child .page-link::after,
	.page-item:last-child .page-link::before,
	.page-item:last-child .page-link::after {
		transition: none;
	}
}
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
	text-decoration: underline;
}
html:not([dir="rtl"]) .page-item:first-child .page-link {
	padding-left: 1.4375em;
}
html[dir="rtl"] .page-item:first-child .page-link {
	padding-right: 1.4375em;
}
html:not([dir="rtl"]) .page-item:first-child .page-link::before {
	content: "";
	left: 0;
}
html[dir="rtl"] .page-item:first-child .page-link::before {
	content: "";
	right: 0;
}
html:not([dir="rtl"]) .page-item:first-child .page-link:hover::before {
	transform: translate(-0.25em, 0);
}
html[dir="rtl"] .page-item:first-child .page-link:hover::before {
	transform: translate(0.25em, 0);
}
html:not([dir="rtl"]) .page-item:last-child .page-link {
	padding-right: 1.4375em;
}
html[dir="rtl"] .page-item:last-child .page-link {
	padding-left: 1.4375em;
}
html:not([dir="rtl"]) .page-item:last-child .page-link::after {
	content: "";
	right: 0;
}
html[dir="rtl"] .page-item:last-child .page-link::after {
	content: "";
	left: 0;
}
html:not([dir="rtl"]) .page-item:last-child .page-link:hover::after {
	transform: translate(0.25em, 0);
}
html[dir="rtl"] .page-item:last-child .page-link:hover::after {
	transform: translate(-0.25em, 0);
}
.page-item.active:not(:first-child):not(:last-child)::after {
	transform: translate(-50%, 0);
	opacity: 100%;
}
.page-item.active:not(:first-child):not(:last-child) .page-link {
	color: inherit;
	cursor: default;
}
.page-item:hover:not(:first-child):not(:last-child):not(.active):not(
		.disabled
	)::after {
	transition: transform 150ms cubic-bezier(0.33, 0, 0.1, 1),
		opacity 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transform: translate(-50%, 0);
	opacity: 100%;
}
@media (prefers-reduced-motion: reduce) {
	.page-item:hover:not(:first-child):not(:last-child):not(.active):not(
			.disabled
		)::after {
		transition: none;
	}
}
.page-item.disabled .page-link {
	color: #757575;
	pointer-events: none;
}
.theme-dark .page-item.disabled .page-link {
	color: #d2d2d2;
}

@media screen and (min-width: 860px) {
	.pagination-segment-start.pagination-edge .ellipsis {
		display: none;
	}
}

@media screen and (min-width: 540px) and (max-width: 860px) {
	.pagination-segment-start .page-item:nth-child(5),
	.pagination-segment-start .page-item:nth-child(6),
	.pagination-segment-start .page-item:nth-last-child(3):not(.ellipsis) {
		display: none;
	}
	.pagination-segment-end .page-item:nth-last-child(5),
	.pagination-segment-end .page-item:nth-last-child(6) {
		display: none;
	}
	.pagination-segment-middle .page-item.ellipsis-before,
	.pagination-segment-middle .page-item.ellipsis-after {
		display: none;
	}
}

@media screen and (max-width: 540px) {
	.page-item:not(.active):not(:first-child):not(:last-child) {
		display: none;
	}
}

.popover-wrapper {
	position: relative;
}

.popover {
	position: absolute;
	top: 0;
	z-index: 1000;
	display: none;
	font-size: 1rem;
	border: 0.0625rem solid #757575;
	border-radius: 0;
	box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12),
		0 0.25rem 1rem 0 rgba(0, 0, 0, 0.12);
	background-clip: padding-box;
	background-color: #fff;
	color: #000;
	max-width: 336px;
	word-wrap: break-word;
}
.theme-dark .popover {
	box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48),
		0 0.25rem 1rem 0 rgba(0, 0, 0, 0.48);
	border-color: #d2d2d2;
	background-color: #000;
	color: #fff;
}
html:not([dir="rtl"]) .popover {
	text-align: left;
	left: 0;
	right: auto;
}
html[dir="rtl"] .popover {
	text-align: right;
	left: auto;
	right: 0;
}
.popover.show {
	display: block;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fade-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.popover.show.fade {
	animation: 0.15s linear fade-in;
}
.popover.fading-out {
	display: block;
	animation: 0.15s linear fade-out;
}
.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	background-color: #757575;
	direction: ltr;
	transform-origin: center;
}
.popover .arrow::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	margin: 0.0625rem;
	background-color: #fff;
}
@media (forced-colors: active) {
	.popover .arrow::after {
		background-color: canvas;
	}
}
@media (forced-colors: active) {
	.popover .arrow {
		background-color: canvastext;
		border-color: canvas;
	}
}
.theme-dark .popover .arrow {
	background-color: #d2d2d2;
}
.theme-dark .popover .arrow::after {
	background-color: #000;
}
.popover .close {
	z-index: 1;
	position: absolute;
	padding: 0.625rem;
	outline-offset: -0.375rem;
}
html:not([dir="rtl"]) .popover .close {
	right: 0;
}
html[dir="rtl"] .popover .close {
	left: 0;
}
.popover.flyout-top .arrow {
	bottom: -0.5625rem;
	transform: rotate(-135deg);
}
.popover.flyout-bottom .arrow {
	top: -0.5625rem;
	transform: rotate(45deg);
}
.popover.flyout-right .arrow {
	left: -0.5625rem;
	transform: rotate(-45deg);
}
.popover.flyout-left .arrow {
	right: -0.5625rem;
	transform: rotate(135deg);
}

.popover-content {
	overflow: auto;
}

.popover-header {
	padding: 1.5rem 2.5rem 0 2.5rem;
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 0;
}
.popover-header:empty {
	display: none;
}
.popover-header:not(:empty) + .popover-body {
	padding-top: 0.125rem;
}

.popover-body {
	padding: 1.5rem 2.5rem;
}
.popover-body :last-child {
	margin-bottom: 0;
}

.progress {
	display: flex;
	min-height: 0.875rem;
	overflow: hidden;
	border-radius: 60rem;
	border-style: solid;
	border-width: 0.125rem;
	padding: 0.0625rem;
	background-color: #fff;
	border-color: #757575;
}
.theme-dark .progress {
	background-color: #000;
	border-color: #d2d2d2;
}

.progress-bar {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	border-radius: 60rem;
	outline: 0.125rem solid transparent;
	outline-offset: -0.1875rem;
	transition: width 0.6s ease;
	background-color: #0067b8;
	color: #fff;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}
.theme-dark .progress-bar {
	background-color: #3aa0fa;
	color: #000;
}
html:not([dir="rtl"]) .progress-bar {
	margin-left: 0.0625rem;
}
html[dir="rtl"] .progress-bar {
	margin-right: 0.0625rem;
}
@media (forced-colors: active) {
	.progress-bar {
		background-color: canvastext;
	}
}
html:not([dir="rtl"]) .progress-bar:first-of-type {
	margin-left: 0;
}
html[dir="rtl"] .progress-bar:first-of-type {
	margin-right: 0;
}

.progress-bar-striped {
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-size: 0.5rem 0.5rem;
}

.show-more-show-less
	.show-more-show-less-toggleable-content
	[tabindex="-1"]:focus-visible {
	/* stylelint-disable-next-line declaration-no-important */
	outline: 0.1875rem dotted currentColor !important;
}

.spinner {
	position: relative;
	width: 2.375rem;
	height: 2.375rem;
	padding: 0.35625rem;
}

.spinner .spinner-dot {
	position: absolute;
	transform: rotate(225deg);
	animation: orbit 5.5s infinite;
	width: 1.6625rem;
	height: 1.6625rem;
}

.spinner .spinner-dot::after {
	content: "";
	position: absolute;
	border-radius: 100%;
	width: 0.1875rem;
	height: 0.1875rem;
	border: #0067b8 0.09375rem solid;
	background: #0067b8;
}
.theme-dark .spinner .spinner-dot::after {
	background: #3aa0fa;
}
@media (forced-colors: active) {
	.spinner .spinner-dot::after {
		forced-color-adjust: preserve-parent-color;
		color: currentColor;
	}
}

.spinner .spinner-dot.spinner-dot-2 {
	animation-delay: 240ms;
}

.spinner .spinner-dot.spinner-dot-3 {
	animation-delay: 480ms;
}

.spinner .spinner-dot.spinner-dot-4 {
	animation-delay: 720ms;
}

.spinner .spinner-dot.spinner-dot-5 {
	animation-delay: 960ms;
}

.spinner.spinner-lg {
	width: 5.625rem;
	height: 5.625rem;
	padding: 0.84375rem;
}

.spinner.spinner-lg .spinner-dot {
	width: 3.99375rem;
	height: 3.99375rem;
}

.spinner.spinner-lg .spinner-dot::after {
	width: 0.375rem;
	height: 0.375rem;
	border-width: 0.1875rem;
}

@media screen and (prefers-reduced-motion: reduce), (update: slow) {
	.spinner-dot,
	.spinner-dot::after {
		display: none;
	}
	.spinner > .sr-only {
		position: static;
		width: auto;
		height: auto;
		clip: auto;
		white-space: inherit;
	}
}

@keyframes orbit {
	0% {
		transform: rotate(225deg);
		opacity: 1;
		animation-timing-function: ease-out;
	}
	7% {
		transform: rotate(345deg);
		animation-timing-function: linear;
	}
	30% {
		transform: rotate(455deg);
		animation-timing-function: ease-in-out;
	}
	39% {
		transform: rotate(690deg);
		animation-timing-function: linear;
	}
	70% {
		transform: rotate(815deg);
		opacity: 1;
		animation-timing-function: ease-out;
	}
	75% {
		transform: rotate(945deg);
		animation-timing-function: ease-out;
	}
	76% {
		transform: rotate(945deg);
		opacity: 0;
	}
	100% {
		transform: rotate(945deg);
		opacity: 0;
	}
}

.sticky {
	--vw: 100vw;
	--container-padding: 1.5rem;
	position: sticky;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-self: flex-start;
	z-index: 1020;
	pointer-events: none;
}
@media (min-width: 1084px) {
	.sticky {
		--container-padding: calc(var(--vw) * 0.1);
	}
}
@media (min-width: 1777.77778px) {
	.sticky {
		--container-padding: calc(var(--vw) - 1600px);
	}
}
.sticky > * {
	pointer-events: auto;
}
.sticky.sticky-direction-top {
	top: -1px;
}
.sticky.sticky-direction-bottom {
	bottom: -1px;
}
.sticky:not(.stuck)[class*="bg-"],
.sticky:not(.stuck)[class*="material-"] {
	background-color: transparent !important;
}
.sticky:not(.stuck) .sticky-show-stuck {
	display: none;
}
.sticky.get-height .sticky-show-stuck {
	visibility: hidden;
	opacity: 0;
}
.sticky.stuck {
	pointer-events: auto;
}
.sticky.stuck .sticky-hide-stuck {
	display: none;
}
@media (max-width: 539.98px) {
	.sticky.stuck.stuck-full-width-xs {
		width: var(--vw);
		padding-right: calc(var(--container-padding) / 2);
		padding-left: calc(var(--container-padding) / 2);
	}
	html:not([dir="rtl"]) .sticky.stuck.stuck-full-width-xs {
		margin-left: calc(var(--container-padding) / -2);
	}
	html[dir="rtl"] .sticky.stuck.stuck-full-width-xs {
		margin-right: calc(var(--container-padding) / -2);
	}
	.sticky.stuck.sticky-direction-top.stuck-depth-xs {
		box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
	}
	.sticky.stuck.sticky-direction-bottom.stuck-depth-xs {
		box-shadow: 0 -0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 -0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
	}
}
@media (max-width: 859.98px) {
	.sticky.stuck.stuck-full-width-sm {
		width: var(--vw);
		padding-right: calc(var(--container-padding) / 2);
		padding-left: calc(var(--container-padding) / 2);
	}
	html:not([dir="rtl"]) .sticky.stuck.stuck-full-width-sm {
		margin-left: calc(var(--container-padding) / -2);
	}
	html[dir="rtl"] .sticky.stuck.stuck-full-width-sm {
		margin-right: calc(var(--container-padding) / -2);
	}
	.sticky.stuck.sticky-direction-top.stuck-depth-sm {
		box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
	}
	.sticky.stuck.sticky-direction-bottom.stuck-depth-sm {
		box-shadow: 0 -0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 -0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
	}
}
@media (max-width: 1083.98px) {
	.sticky.stuck.stuck-full-width-md {
		width: var(--vw);
		padding-right: calc(var(--container-padding) / 2);
		padding-left: calc(var(--container-padding) / 2);
	}
	html:not([dir="rtl"]) .sticky.stuck.stuck-full-width-md {
		margin-left: calc(var(--container-padding) / -2);
	}
	html[dir="rtl"] .sticky.stuck.stuck-full-width-md {
		margin-right: calc(var(--container-padding) / -2);
	}
	.sticky.stuck.sticky-direction-top.stuck-depth-md {
		box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
	}
	.sticky.stuck.sticky-direction-bottom.stuck-depth-md {
		box-shadow: 0 -0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 -0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
	}
}
@media (max-width: 1399.98px) {
	.sticky.stuck.stuck-full-width-lg {
		width: var(--vw);
		padding-right: calc(var(--container-padding) / 2);
		padding-left: calc(var(--container-padding) / 2);
	}
	html:not([dir="rtl"]) .sticky.stuck.stuck-full-width-lg {
		margin-left: calc(var(--container-padding) / -2);
	}
	html[dir="rtl"] .sticky.stuck.stuck-full-width-lg {
		margin-right: calc(var(--container-padding) / -2);
	}
	.sticky.stuck.sticky-direction-top.stuck-depth-lg {
		box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
	}
	.sticky.stuck.sticky-direction-bottom.stuck-depth-lg {
		box-shadow: 0 -0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 -0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
	}
}
.sticky.stuck.stuck-full-width {
	width: var(--vw);
	padding-right: calc(var(--container-padding) / 2);
	padding-left: calc(var(--container-padding) / 2);
}
html:not([dir="rtl"]) .sticky.stuck.stuck-full-width {
	margin-left: calc(var(--container-padding) / -2);
}
html[dir="rtl"] .sticky.stuck.stuck-full-width {
	margin-right: calc(var(--container-padding) / -2);
}
.sticky.stuck.sticky-direction-top.stuck-depth {
	box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
		0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
}
.sticky.stuck.sticky-direction-bottom.stuck-depth {
	box-shadow: 0 -0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
		0 -0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
}

.swatch,
.color-picker-dot {
	height: 2em;
	width: 2em;
	display: inline-block;
	border-radius: 50%;
	border: 0.125rem solid #757575;
	margin-inline-end: 1rem;
	margin-bottom: 0.25rem;
	position: relative;
	cursor: pointer;
	transition: transform 0.15s;
}
@media (prefers-reduced-motion: reduce) {
	.swatch,
	.color-picker-dot {
		transition: none;
	}
}
.theme-dark .swatch,
.theme-dark .color-picker-dot {
	border-color: #d2d2d2;
}
.swatch::before,
.color-picker-dot::before {
	content: " ";
	position: absolute;
	border-radius: 50%;
	box-shadow: inset 0 0 0 0.1875em #fff;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.swatch svg,
.color-picker-dot svg {
	position: absolute;
	width: 100%;
	height: 100%;
}
.swatch.swatch-image,
.swatch.color-picker-bg-image,
.color-picker-dot.swatch-image,
.color-picker-dot.color-picker-bg-image {
	background-color: #fff;
	background-size: contain;
	background-position: center;
}
.swatch.swatch-image-square,
.swatch.color-picker-bg-image-square,
.color-picker-dot.swatch-image-square,
.color-picker-dot.color-picker-bg-image-square {
	border-radius: 0.25rem;
}
.swatch.active,
.active > .swatch,
.color-picker-dot.active {
	border-width: 0.125rem;
}
.swatch.active:not(.swatch-image):not(.color-picker-bg-image)::after,
.active > .swatch:not(.swatch-image):not(.color-picker-bg-image)::after,
.color-picker-dot.active:not(.swatch-image):not(.color-picker-bg-image)::after {
	font-family: "MWF-FLUENT-ICONS";
	content: "";
	color: #fff;
	position: absolute;
	line-height: 1;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	forced-color-adjust: none;
}
.swatch.active:not(.swatch-image):not(
		.color-picker-bg-image
	).swatch-light::after,
.active
	> .swatch:not(.swatch-image):not(.color-picker-bg-image).swatch-light::after,
.color-picker-dot.active:not(.swatch-image):not(
		.color-picker-bg-image
	).swatch-light::after {
	color: #000;
}
.swatch.active,
.active > .swatch,
.swatch:hover,
.color-picker-dot.active,
.color-picker-dot:hover {
	transform: scale(1.3);
}
.swatch.swatch-light.active::before,
.active > .swatch-light.swatch::before,
.swatch.swatch-light:hover::before,
.swatch.color-picker-dot-light.active::before,
.active > .color-picker-dot-light.swatch::before,
.swatch.color-picker-dot-light:hover::before,
.color-picker-dot.swatch-light.active::before,
.color-picker-dot.swatch-light:hover::before,
.color-picker-dot.color-picker-dot-light.active::before,
.color-picker-dot.color-picker-dot-light:hover::before {
	box-shadow: inset 0 0 0 0.1875em #000;
}

.tab-group [tabindex]:focus,
.tab-arrows [tabindex]:focus {
	/* stylelint-disable-next-line declaration-no-important */
	outline: 0.1875rem dotted currentColor !important;
	z-index: 2;
}

.tab-content,
.tab-panel-group {
	margin-top: 3rem;
}
.tab-content > .tab-pane,
.tab-content > .tab-panel,
.tab-panel-group > .tab-pane,
.tab-panel-group > .tab-panel {
	display: none;
}
.tab-content > .tab-pane:focus,
.tab-content > .tab-panel:focus,
.tab-panel-group > .tab-pane:focus,
.tab-panel-group > .tab-panel:focus {
	outline: 0;
}
.tab-content > .tab-pane:focus-visible,
.tab-content > .tab-panel:focus-visible,
.tab-panel-group > .tab-pane:focus-visible,
.tab-panel-group > .tab-panel:focus-visible {
	outline: 0;
}
.tab-content > .tab-pane:focus-visible::after,
.tab-content > .tab-panel:focus-visible::after,
.tab-panel-group > .tab-pane:focus-visible::after,
.tab-panel-group > .tab-panel:focus-visible::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	outline: 0.1875rem dotted currentColor;
	outline-offset: -0.375rem;
	border: 0.5625rem solid #fff;
}
.theme-dark .tab-content > .tab-pane:focus-visible::after,
.theme-dark .tab-content > .tab-panel:focus-visible::after,
.theme-dark .tab-panel-group > .tab-pane:focus-visible::after,
.theme-dark .tab-panel-group > .tab-panel:focus-visible::after {
	border-color: #000;
}
@media (forced-colors: active) {
	.tab-content > .tab-pane:focus-visible::after,
	.tab-content > .tab-panel:focus-visible::after,
	.tab-panel-group > .tab-pane:focus-visible::after,
	.tab-panel-group > .tab-panel:focus-visible::after {
		border-color: canvas !important;
	}
}
.tab-content > .active,
.tab-panel-group > .active {
	display: block;
}

.tab-overflow {
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-width: none;
}
.tab-overflow::-webkit-scrollbar {
	display: none;
}

.tab-group {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	z-index: 0;
}
.tab-group .tab-swatch {
	/* stylelint-disable-next-line declaration-no-important */
	border: none !important;
	color: currentColor !important;
}
.tab-group .tab-swatch .swatch {
	margin-bottom: 0.75rem;
}
.tab-group .tab-swatch:focus {
	/* stylelint-disable-next-line declaration-no-important */
	outline: none !important;
}
.tab-group .tab-swatch:focus .swatch {
	outline: 0.1875rem dotted currentColor;
	outline-offset: 0.125rem;
}
.tab-standard .tab-group {
	border-bottom-width: 0.125rem;
	border-bottom-style: solid;
	border-color: #505050;
}
.theme-dark .tab-standard .tab-group {
	border-color: #e6e6e6;
}
.tab-underline .tab-group {
	border-bottom: 0.0625rem solid #858585;
}
.theme-dark .tab-underline .tab-group {
	border-bottom: 0.0625rem solid #757575;
}
.tab-group a,
.tab-group button {
	flex: 0 0 auto;
}
.tab-group a:not(.tab-image),
.tab-group button:not(.tab-image) {
	color: #505050;
	border-style: solid;
	border-width: 0.125rem;
	font-weight: 600;
	text-decoration: none;
}
.theme-dark .tab-group a:not(.tab-image),
.theme-dark .tab-group button:not(.tab-image) {
	color: #e6e6e6;
}
.tab-standard .tab-group a:not(.tab-image),
.tab-standard .tab-group button:not(.tab-image) {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom: none;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0.75rem;
}
html:not([dir="rtl"])
	.tab-standard
	.tab-group
	a:not(.tab-image):not(:first-child),
html:not([dir="rtl"])
	.tab-standard
	.tab-group
	button:not(.tab-image):not(:first-child) {
	margin-left: -0.125rem;
}
html[dir="rtl"] .tab-standard .tab-group a:not(.tab-image):not(:last-child),
html[dir="rtl"]
	.tab-standard
	.tab-group
	button:not(.tab-image):not(:last-child) {
	margin-left: -0.125rem;
}
.tab-underline .tab-group a:not(.tab-image),
.tab-underline .tab-group button:not(.tab-image) {
	border: transparent;
	border-bottom: 0.0625rem transparent solid;
	border-radius: 0.375rem 0.375rem 0 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	padding: 0.375rem 0.75rem;
	margin: 0 0.0625rem;
}
.tab-outline .tab-group a:not(.tab-image),
.tab-outline .tab-group button:not(.tab-image) {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	position: relative;
	padding: 0.25rem 0.75rem;
	border-radius: 0.625rem;
}
.tab-outline .tab-group a:not(.tab-image)::after,
.tab-outline .tab-group button:not(.tab-image)::after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% + 0.125rem * 2);
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	background: #e6e6e6;
}
.theme-dark .tab-outline .tab-group a:not(.tab-image)::after,
.theme-dark .tab-outline .tab-group button:not(.tab-image)::after {
	background: #505050;
}
html:not([dir="rtl"]) .tab-outline .tab-group a:not(.tab-image)::after,
html:not([dir="rtl"]) .tab-outline .tab-group button:not(.tab-image)::after {
	right: calc((0.625rem / 2 + 0.35rem) * -1);
}
html[dir="rtl"] .tab-outline .tab-group a:not(.tab-image)::after,
html[dir="rtl"] .tab-outline .tab-group button:not(.tab-image)::after {
	left: calc((0.625rem / 2 + 0.35rem) * -1);
}
.tab-outline .tab-group a:not(.tab-image):last-child::after,
.tab-outline .tab-group button:not(.tab-image):last-child::after {
	content: none;
}
.tab-group a:not(.tab-image):not(.active),
.tab-group button:not(.tab-image):not(.active) {
	transition: all 125ms ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.tab-group a:not(.tab-image):not(.active),
	.tab-group button:not(.tab-image):not(.active) {
		transition: none;
	}
}
.tab-standard .tab-group a:not(.tab-image):not(.active),
.tab-standard .tab-group button:not(.tab-image):not(.active) {
	background: #f2f2f2;
	border-color: #d2d2d2;
	margin-top: 0.25rem;
}
.theme-dark .tab-standard .tab-group a:not(.tab-image):not(.active),
.theme-dark .tab-standard .tab-group button:not(.tab-image):not(.active) {
	background: rgba(242, 242, 242, 0.15);
	border-color: #757575;
}
.tab-underline .tab-group a:not(.tab-image):not(.active),
.tab-underline .tab-group button:not(.tab-image):not(.active) {
	color: #505050;
}
.theme-dark .tab-underline .tab-group a:not(.tab-image):not(.active),
.theme-dark .tab-underline .tab-group button:not(.tab-image):not(.active) {
	color: #a2a2a2;
}
.tab-outline .tab-group a:not(.tab-image):not(.active),
.tab-outline .tab-group button:not(.tab-image):not(.active) {
	background: #e6e6e6;
	border-color: #e6e6e6;
}
.theme-dark .tab-outline .tab-group a:not(.tab-image):not(.active),
.theme-dark .tab-outline .tab-group button:not(.tab-image):not(.active) {
	background: #505050;
	border-color: #505050;
}
.tab-group a:not(.tab-image):not(.active):hover,
.tab-group a:not(.tab-image):not(.active):focus,
.tab-group button:not(.tab-image):not(.active):hover,
.tab-group button:not(.tab-image):not(.active):focus {
	color: #000;
}
.theme-dark .tab-group a:not(.tab-image):not(.active):hover,
.theme-dark .tab-group a:not(.tab-image):not(.active):focus,
.theme-dark .tab-group button:not(.tab-image):not(.active):hover,
.theme-dark .tab-group button:not(.tab-image):not(.active):focus {
	color: #fff;
}
.tab-standard .tab-group a:not(.tab-image):not(.active):hover,
.tab-standard .tab-group a:not(.tab-image):not(.active):focus,
.tab-standard .tab-group button:not(.tab-image):not(.active):hover,
.tab-standard .tab-group button:not(.tab-image):not(.active):focus {
	margin-top: 0;
	padding-top: 0.75rem;
}
.tab-underline .tab-group a:not(.tab-image):hover,
.tab-underline .tab-group a:not(.tab-image):focus,
.tab-underline .tab-group button:not(.tab-image):hover,
.tab-underline .tab-group button:not(.tab-image):focus {
	background: #e6e6e6;
	color: #171717;
}
.theme-dark .tab-underline .tab-group a:not(.tab-image):hover,
.theme-dark .tab-underline .tab-group a:not(.tab-image):focus,
.theme-dark .tab-underline .tab-group button:not(.tab-image):hover,
.theme-dark .tab-underline .tab-group button:not(.tab-image):focus {
	background: #505050;
	color: #f2f2f2;
}
.tab-outline .tab-group a:not(.tab-image):hover,
.tab-outline .tab-group a:not(.tab-image):focus,
.tab-outline .tab-group button:not(.tab-image):hover,
.tab-outline .tab-group button:not(.tab-image):focus {
	z-index: auto;
}
.tab-group a:not(.tab-image):focus,
.tab-group button:not(.tab-image):focus {
	outline-offset: -0.375rem;
}
.tab-underline .tab-group a:not(.tab-image):focus,
.tab-underline .tab-group button:not(.tab-image):focus {
	outline-offset: -0.1875rem;
}
.tab-group a:not(.tab-image) .tab-label,
.tab-group button:not(.tab-image) .tab-label {
	max-width: 13rem;
	line-height: 1.25;
}
.tab-outline .tab-group .glyph {
	line-height: 1;
	padding-top: 0.125rem;
}
.tab-underline .tab-group .glyph {
	line-height: 1;
}
.tab-group .glyph::before {
	vertical-align: text-bottom;
}
.tab-group .active:not(.tab-image) {
	border-color: #505050;
	color: #000;
	z-index: 1;
	/* stylelint-disable declaration-no-important */
	/* stylelint-enable declaration-no-important */
}
.theme-dark .tab-group .active:not(.tab-image) {
	border-color: #e6e6e6;
	color: #fff;
}
.tab-standard .tab-group .active:not(.tab-image) {
	background: #fff;
	padding-top: 0.75rem;
	margin-bottom: -0.125rem;
}
.theme-dark .tab-standard .tab-group .active:not(.tab-image) {
	background: #000;
}
.tab-underline .tab-group .active:not(.tab-image) {
	color: #171717;
}
.theme-dark .tab-underline .tab-group .active:not(.tab-image) {
	color: #f2f2f2;
}
.tab-underline .tab-group .active:not(.tab-image)::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0.25rem;
	bottom: -0.125rem;
	left: 0;
	right: 0;
	border-radius: 0.125rem 0.125rem 0 0;
	background: #0067b8;
}
.theme-dark .tab-underline .tab-group .active:not(.tab-image)::after {
	background: #3aa0fa;
}
.tab-outline .tab-group .active:not(.tab-image) {
	padding: 0.25rem 0.75rem;
	z-index: auto;
	background-color: #fff;
	border-color: #0067b8;
}
.theme-dark .tab-outline .tab-group .active:not(.tab-image) {
	background-color: #000;
	border-color: #3aa0fa;
}
@media (forced-colors: active) {
	.tab-group .active:not(.tab-image):not(.tab-swatch) {
		background: highlight !important;
		border-color: highlight !important;
		outline-color: highlighttext !important;
	}
}
.sticky.stuck .tab-group a:active,
.sticky.stuck .tab-group a:focus,
.sticky.stuck .tab-group button:active,
.sticky.stuck .tab-group button:focus {
	margin-bottom: 0;
}

.tab-primary .tab-group {
	border-color: #0067b8;
}
.theme-dark .tab-primary .tab-group {
	border-color: #3aa0fa;
}
.tab-primary .tab-group a:not(.tab-image),
.tab-primary .tab-group button:not(.tab-image) {
	color: #0067b8;
}
.theme-dark .tab-primary .tab-group a:not(.tab-image),
.theme-dark .tab-primary .tab-group button:not(.tab-image) {
	color: #3aa0fa;
}
.tab-primary .tab-group a:not(.tab-image):not(.active),
.tab-primary .tab-group button:not(.tab-image):not(.active) {
	border-color: rgba(0, 103, 184, 0.1);
	background: rgba(0, 103, 184, 0.1);
}
.theme-dark .tab-primary .tab-group a:not(.tab-image):not(.active),
.theme-dark .tab-primary .tab-group button:not(.tab-image):not(.active) {
	border-color: rgba(0, 103, 184, 0.1);
	background: rgba(0, 103, 184, 0.3);
}
.tab-primary .tab-group .active {
	border-color: #0067b8;
}
.theme-dark .tab-primary .tab-group .active {
	border-color: #3aa0fa;
}

.tab-arrows {
	display: none;
}
.tab-arrows .arrow-prev,
.tab-arrows .arrow-next {
	color: #000;
	position: absolute;
	height: 100%;
	top: 0;
	padding: 0 0.65rem;
	border: none;
	transition: all 125ms ease-in-out;
	z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
	.tab-arrows .arrow-prev,
	.tab-arrows .arrow-next {
		transition: none;
	}
}
.theme-dark .tab-arrows .arrow-prev,
.theme-dark .tab-arrows .arrow-next {
	color: #fff;
}
.tab-standard .tab-arrows .arrow-prev,
.tab-standard .tab-arrows .arrow-next {
	height: calc(100% - 0.125rem);
	padding: 0.75rem 0.65rem 0.5rem 0.65rem;
}
.tab-arrows .arrow-prev::after,
.tab-arrows .arrow-next::after {
	font-family: "MWF-FLUENT-ICONS";
	font-size: 1.25rem;
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	color: inherit;
}
@media (prefers-reduced-motion: reduce) {
	.tab-arrows .arrow-prev::after,
	.tab-arrows .arrow-next::after {
		transition: none;
	}
}
.tab-arrows .arrow-prev {
	left: 0.75rem;
	background: linear-gradient(to right, #fff 75%, rgba(255, 255, 255, 0));
}
.theme-dark .tab-arrows .arrow-prev {
	background: linear-gradient(to right, #000 75%, rgba(0, 0, 0, 0));
}
.tab-arrows .arrow-prev::after {
	content: "";
}
.tab-arrows .arrow-prev:hover,
.tab-arrows .arrow-prev:focus {
	transform: translate(-0.25rem, 0);
}
.tab-arrows .arrow-next {
	background: linear-gradient(to left, #fff 75%, rgba(255, 255, 255, 0));
	right: 0.75rem;
}
.theme-dark .tab-arrows .arrow-next {
	background: linear-gradient(to left, #000 75%, rgba(0, 0, 0, 0));
}
.tab-arrows .arrow-next::after {
	content: "";
}
.tab-arrows .arrow-next:hover,
.tab-arrows .arrow-next:focus {
	transform: translate(0.25rem, 0);
}
.tab-arrows.mobile-arrows .arrow-prev {
	background: linear-gradient(to right, #fff 5%, rgba(255, 255, 255, 0));
}
.theme-dark .tab-arrows.mobile-arrows .arrow-prev {
	background: linear-gradient(to right, #000 5%, rgba(0, 0, 0, 0));
}
.tab-arrows.mobile-arrows .arrow-next {
	background: linear-gradient(to left, #fff 5%, rgba(255, 255, 255, 0));
}
.theme-dark .tab-arrows.mobile-arrows .arrow-next {
	background: linear-gradient(to left, #000 5%, rgba(0, 0, 0, 0));
}
.tab-arrows.mobile-arrows .arrow-prev,
.tab-arrows.mobile-arrows .arrow-next {
	pointer-events: none;
}
.tab-arrows.mobile-arrows .arrow-prev::after,
.tab-arrows.mobile-arrows .arrow-next::after {
	color: transparent;
}

.tab-arrows-lg .arrow-prev,
.tab-arrows-lg .arrow-next {
	padding: 0.5rem;
}
.tab-arrows-lg .arrow-prev::after,
.tab-arrows-lg .arrow-next::after {
	font-size: 1.5rem;
}

.tab-image {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-weight: 600;
	padding-top: 0.1875rem;
}
.theme-dark .tab-image {
	color: #fff;
}
html:not([dir="rtl"]) .tab-image:first-child {
	margin-left: 0.1875rem;
}
html[dir="rtl"] .tab-image:first-child {
	margin-right: 0.1875rem;
}
html:not([dir="rtl"]) .tab-image:not(:last-child) {
	margin-right: 1.5rem;
}
html[dir="rtl"] .tab-image:not(:last-child) {
	margin-left: 1.5rem;
}
@media (min-width: 860px) {
	html:not([dir="rtl"]) .tab-image:not(:last-child) {
		margin-right: 3rem;
	}
	html[dir="rtl"] .tab-image:not(:last-child) {
		margin-left: 3rem;
	}
}
.tab-image.tab-image-xs {
	width: 4rem;
}
.tab-image.tab-image-sm {
	width: 4rem;
}
@media (min-width: 860px) {
	.tab-image.tab-image-sm {
		width: 8rem;
	}
}
.tab-image.tab-image-md {
	width: 8rem;
}
@media (min-width: 860px) {
	.tab-image.tab-image-md {
		width: 10rem;
	}
}
.tab-image.tab-image-lg {
	width: 10rem;
}
@media (min-width: 860px) {
	.tab-image.tab-image-lg {
		width: 12rem;
	}
}
.tab-image.tab-image-xl {
	width: 12rem;
}
@media (min-width: 860px) {
	.tab-image.tab-image-xl {
		width: 25rem;
	}
}
.tab-image .tab-image-img {
	border-radius: 0.3125rem;
}
.tab-image:not(.active) .tab-image-img {
	filter: grayscale(100%);
}
.tab-image .tab-image-border {
	border: 0.1875rem solid transparent;
	border-radius: 0.625rem;
	padding: 0.1875rem;
}
.tab-image.active .tab-image-border {
	border-color: #0067b8;
}
.theme-dark .tab-image.active .tab-image-border {
	border-color: #3aa0fa;
}
.tab-image .tab-image-underline {
	margin: 0.375rem;
	position: relative;
	border-radius: 0.25rem;
}
.tab-image .tab-image-underline::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	margin-top: 0.1875rem;
	border-radius: 0.25rem;
}
.tab-image.active .tab-image-underline::after {
	border: 0.125rem solid #0067b8;
}
.theme-dark .tab-image.active .tab-image-underline::after {
	border: 0.125rem solid #3aa0fa;
}
.tab-image[href]:focus {
	outline: none !important;
}
.tab-image:focus .tab-image-border,
.tab-image:focus .tab-image-underline {
	outline: 0.1875rem dotted #000;
}
.theme-dark .tab-image:focus .tab-image-border,
.theme-dark .tab-image:focus .tab-image-underline {
	outline-color: #fff;
}
.tab-image .tab-image-label {
	display: block;
	padding-top: 0.5rem;
	text-align: center;
}
.tab-image:not(.active):not(:hover):not(:focus) .tab-image-label {
	opacity: 0;
}
.tab-image:focus:not(.active),
.tab-image:hover:not(.active) {
	color: #757575;
}
.theme-dark .tab-image:focus:not(.active),
.theme-dark .tab-image:hover:not(.active) {
	color: #d2d2d2;
}
.tab-image:focus:not(.active) .tab-image-border,
.tab-image:hover:not(.active) .tab-image-border {
	border-color: #a2a2a2;
}
.tab-image:hover:not(.active) .tab-image-underline::after {
	border: 0.125rem solid #a2a2a2;
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	border-top: 0 solid #757575;
	border-bottom: 0.0625rem solid #757575;
}
.table caption {
	caption-side: top;
}
.table th {
	font-weight: 600;
}
.table th,
.table td {
	padding: 1.5rem 0.75rem;
	vertical-align: top;
	border-bottom: 0.0625rem solid #d2d2d2;
	overflow-wrap: break-word;
}
.table thead th {
	vertical-align: bottom;
	border-bottom-color: #757575;
}
.table tbody + tbody {
	border-top: 0.125rem solid #d2d2d2;
}
.table .table {
	background-color: #fff;
}
.table tr > :first-child {
	padding-left: 1.5rem;
}
.table tr > :last-child {
	padding-right: 1.5rem;
}
.table th ul:first-child,
.table td ul:first-child,
.table th p:first-child,
.table td p:first-child {
	margin-top: 0;
	padding-top: 0;
}
.table th ul:last-child,
.table td ul:last-child,
.table th p:last-child,
.table td p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.table tr:last-child th,
.table tr:last-child td {
	border-bottom-color: #757575;
}
@media (max-width: 539.98px) {
	.table th,
	.table td {
		padding: 0.75rem;
	}
}

.table-fixed {
	table-layout: fixed;
}

.table-sm th,
.table-sm td {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.table-lg-headers th {
	font-size: 1.125rem;
	line-height: 1.2;
}

@media (min-width: 1084px) {
	.table-lg-headers th {
		font-size: 1.1875rem;
	}
}

@media (min-width: 1400px) {
	.table-lg-headers th {
		font-size: 1.3125rem;
	}
}

.table-bordered {
	border: 0.0625rem solid #757575;
}
.table-bordered th,
.table-bordered td {
	border-left: 0.0625rem solid #d2d2d2;
	border-right: 0.0625rem solid #d2d2d2;
}
.table-bordered th:first-child,
.table-bordered td:first-child {
	border-left: none;
}
.table-bordered th:last-child,
.table-bordered td:last-child {
	border-right: none;
}

.table-borderless {
	border: 0;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(230, 230, 230, 0.5);
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #e6f0f8;
}

.table-hover .table-primary:hover {
	background-color: #d2e4f2;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #d2e4f2;
}

.table-primary-alt,
.table-primary-alt > th,
.table-primary-alt > td {
	background-color: #ebf6ff;
}

.table-hover .table-primary-alt:hover {
	background-color: #d2ebff;
}
.table-hover .table-primary-alt:hover > td,
.table-hover .table-primary-alt:hover > th {
	background-color: #d2ebff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #e6e6e6;
}

.table-hover .table-secondary:hover {
	background-color: #d9d9d9;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #d9d9d9;
}

.table-inverse,
.table-inverse > th,
.table-inverse > td {
	background-color: #e6e6e6;
}

.table-hover .table-inverse:hover {
	background-color: #d9d9d9;
}
.table-hover .table-inverse:hover > td,
.table-hover .table-inverse:hover > th {
	background-color: #d9d9d9;
}

.table-light,
.table-light > th,
.table-light > td {
	background-color: white;
}

.table-hover .table-light:hover {
	background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #f2f2f2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #e6e6e6;
}

.table-hover .table-dark:hover {
	background-color: #d9d9d9;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #d9d9d9;
}

.table-brand,
.table-brand > th,
.table-brand > td {
	background-color: #e6f0f8;
}

.table-hover .table-brand:hover {
	background-color: #d2e4f2;
}
.table-hover .table-brand:hover > td,
.table-hover .table-brand:hover > th {
	background-color: #d2e4f2;
}

.table-brand-light,
.table-brand-light > th,
.table-brand-light > td {
	background-color: #eefdff;
}

.table-hover .table-brand-light:hover {
	background-color: #d5faff;
}
.table-hover .table-brand-light:hover > td,
.table-hover .table-brand-light:hover > th {
	background-color: #d5faff;
}

.table-brand-dark,
.table-brand-dark > th,
.table-brand-dark > td {
	background-color: #e9ebef;
}

.table-hover .table-brand-dark:hover {
	background-color: #dadee4;
}
.table-hover .table-brand-dark:hover > td,
.table-hover .table-brand-dark:hover > th {
	background-color: #dadee4;
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(230, 230, 230, 0.5);
}

.table-hover .table-active:hover {
	background-color: rgba(217, 217, 217, 0.5);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(217, 217, 217, 0.5);
}

.table .thead-highlight th,
.table .thead-highlight td {
	color: #000;
	background-color: rgba(230, 230, 230, 0.5);
	border-color: #d2d2d2;
}

.table-first-col-highlight :not(thead) > tr > th {
	background-color: rgba(230, 230, 230, 0.5);
}

.table-caption-top caption {
	caption-side: top;
}

.table-caption-bottom caption {
	caption-side: bottom;
}

.table[role="presentation"] {
	border-width: 0.0625rem;
}

@media (max-width: 539.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}

@media (max-width: 859.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}

@media (max-width: 1083.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}

@media (max-width: 1399.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
	border: 0;
}

.theme-dark {
	background-color: #000;
	color: #fff;
}
.theme-dark a {
	color: #3aa0fa;
}

.material-surface {
	background-color: #f2f2f2;
	color: #000;
}
.material-surface a {
	color: #0067b8;
}
.theme-dark .material-surface {
	background-color: #171717;
	color: #fff;
}
.theme-dark .material-surface a {
	color: #3aa0fa;
}

.material-card {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
}
.material-card a {
	color: #0067b8;
}
.theme-dark .material-card {
	background-color: #2f2f2f;
	color: #fff;
	box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48);
}
.theme-dark .material-card a {
	color: #3aa0fa;
}

.material-backdrop {
	background-color: #fff;
	color: #000;
}
.material-backdrop a {
	color: #0067b8;
}
.theme-dark .material-backdrop {
	background-color: #000;
	color: #fff;
}
.theme-dark .material-backdrop a {
	color: #3aa0fa;
}

@media (min-width: 540px) {
	.material-sm-surface {
		background-color: #f2f2f2;
		color: #000;
	}
	.material-sm-surface a {
		color: #0067b8;
	}
	.theme-dark .material-sm-surface {
		background-color: #171717;
		color: #fff;
	}
	.theme-dark .material-sm-surface a {
		color: #3aa0fa;
	}
	.material-sm-card {
		background-color: #fff;
		color: #000;
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.12),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
	}
	.material-sm-card a {
		color: #0067b8;
	}
	.theme-dark .material-sm-card {
		background-color: #2f2f2f;
		color: #fff;
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.48),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48);
	}
	.theme-dark .material-sm-card a {
		color: #3aa0fa;
	}
	.material-sm-backdrop {
		background-color: #fff;
		color: #000;
	}
	.material-sm-backdrop a {
		color: #0067b8;
	}
	.theme-dark .material-sm-backdrop {
		background-color: #000;
		color: #fff;
	}
	.theme-dark .material-sm-backdrop a {
		color: #3aa0fa;
	}
}

@media (min-width: 860px) {
	.material-md-surface {
		background-color: #f2f2f2;
		color: #000;
	}
	.material-md-surface a {
		color: #0067b8;
	}
	.theme-dark .material-md-surface {
		background-color: #171717;
		color: #fff;
	}
	.theme-dark .material-md-surface a {
		color: #3aa0fa;
	}
	.material-md-card {
		background-color: #fff;
		color: #000;
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.12),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
	}
	.material-md-card a {
		color: #0067b8;
	}
	.theme-dark .material-md-card {
		background-color: #2f2f2f;
		color: #fff;
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.48),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48);
	}
	.theme-dark .material-md-card a {
		color: #3aa0fa;
	}
	.material-md-backdrop {
		background-color: #fff;
		color: #000;
	}
	.material-md-backdrop a {
		color: #0067b8;
	}
	.theme-dark .material-md-backdrop {
		background-color: #000;
		color: #fff;
	}
	.theme-dark .material-md-backdrop a {
		color: #3aa0fa;
	}
}

@media (min-width: 1084px) {
	.material-lg-surface {
		background-color: #f2f2f2;
		color: #000;
	}
	.material-lg-surface a {
		color: #0067b8;
	}
	.theme-dark .material-lg-surface {
		background-color: #171717;
		color: #fff;
	}
	.theme-dark .material-lg-surface a {
		color: #3aa0fa;
	}
	.material-lg-card {
		background-color: #fff;
		color: #000;
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.12),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
	}
	.material-lg-card a {
		color: #0067b8;
	}
	.theme-dark .material-lg-card {
		background-color: #2f2f2f;
		color: #fff;
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.48),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48);
	}
	.theme-dark .material-lg-card a {
		color: #3aa0fa;
	}
	.material-lg-backdrop {
		background-color: #fff;
		color: #000;
	}
	.material-lg-backdrop a {
		color: #0067b8;
	}
	.theme-dark .material-lg-backdrop {
		background-color: #000;
		color: #fff;
	}
	.theme-dark .material-lg-backdrop a {
		color: #3aa0fa;
	}
}

@media (min-width: 1400px) {
	.material-xl-surface {
		background-color: #f2f2f2;
		color: #000;
	}
	.material-xl-surface a {
		color: #0067b8;
	}
	.theme-dark .material-xl-surface {
		background-color: #171717;
		color: #fff;
	}
	.theme-dark .material-xl-surface a {
		color: #3aa0fa;
	}
	.material-xl-card {
		background-color: #fff;
		color: #000;
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.12),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
	}
	.material-xl-card a {
		color: #0067b8;
	}
	.theme-dark .material-xl-card {
		background-color: #2f2f2f;
		color: #fff;
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.48),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48);
	}
	.theme-dark .material-xl-card a {
		color: #3aa0fa;
	}
	.material-xl-backdrop {
		background-color: #fff;
		color: #000;
	}
	.material-xl-backdrop a {
		color: #0067b8;
	}
	.theme-dark .material-xl-backdrop {
		background-color: #000;
		color: #fff;
	}
	.theme-dark .material-xl-backdrop a {
		color: #3aa0fa;
	}
}

.material-color-primary,
.theme-dark .material-color-primary-alt,
.material-color-brand,
.theme-dark .material-color-brand {
	background-color: #0067b8;
	color: #fff;
}
.material-color-primary a,
.theme-dark .material-color-primary-alt a,
.material-color-brand a,
.theme-dark .material-color-brand a {
	color: #fff;
}

@media (min-width: 540px) {
	.material-sm-color-primary,
	.theme-dark .material-sm-color-primary-alt,
	.material-sm-color-brand,
	.theme-dark .material-sm-color-brand {
		background-color: #0067b8;
		color: #fff;
	}
	.material-sm-color-primary a,
	.theme-dark .material-sm-color-primary-alt a,
	.material-sm-color-brand a,
	.theme-dark .material-sm-color-brand a {
		color: #fff;
	}
}

@media (min-width: 860px) {
	.material-md-color-primary,
	.theme-dark .material-md-color-primary-alt,
	.material-md-color-brand,
	.theme-dark .material-md-color-brand {
		background-color: #0067b8;
		color: #fff;
	}
	.material-md-color-primary a,
	.theme-dark .material-md-color-primary-alt a,
	.material-md-color-brand a,
	.theme-dark .material-md-color-brand a {
		color: #fff;
	}
}

@media (min-width: 1084px) {
	.material-lg-color-primary,
	.theme-dark .material-lg-color-primary-alt,
	.material-lg-color-brand,
	.theme-dark .material-lg-color-brand {
		background-color: #0067b8;
		color: #fff;
	}
	.material-lg-color-primary a,
	.theme-dark .material-lg-color-primary-alt a,
	.material-lg-color-brand a,
	.theme-dark .material-lg-color-brand a {
		color: #fff;
	}
}

@media (min-width: 1400px) {
	.material-xl-color-primary,
	.theme-dark .material-xl-color-primary-alt,
	.material-xl-color-brand,
	.theme-dark .material-xl-color-brand {
		background-color: #0067b8;
		color: #fff;
	}
	.material-xl-color-primary a,
	.theme-dark .material-xl-color-primary-alt a,
	.material-xl-color-brand a,
	.theme-dark .material-xl-color-brand a {
		color: #fff;
	}
}

.theme-dark .material-color-primary,
.material-color-primary-alt {
	background-color: #3aa0fa;
	color: #000;
}
.theme-dark .material-color-primary a,
.material-color-primary-alt a {
	color: #000;
}

@media (min-width: 540px) {
	.theme-dark .material-sm-color-primary,
	.material-sm-color-primary-alt {
		background-color: #3aa0fa;
		color: #000;
	}
	.theme-dark .material-sm-color-primary a,
	.material-sm-color-primary-alt a {
		color: #000;
	}
}

@media (min-width: 860px) {
	.theme-dark .material-md-color-primary,
	.material-md-color-primary-alt {
		background-color: #3aa0fa;
		color: #000;
	}
	.theme-dark .material-md-color-primary a,
	.material-md-color-primary-alt a {
		color: #000;
	}
}

@media (min-width: 1084px) {
	.theme-dark .material-lg-color-primary,
	.material-lg-color-primary-alt {
		background-color: #3aa0fa;
		color: #000;
	}
	.theme-dark .material-lg-color-primary a,
	.material-lg-color-primary-alt a {
		color: #000;
	}
}

@media (min-width: 1400px) {
	.theme-dark .material-xl-color-primary,
	.material-xl-color-primary-alt {
		background-color: #3aa0fa;
		color: #000;
	}
	.theme-dark .material-xl-color-primary a,
	.material-xl-color-primary-alt a {
		color: #000;
	}
}

.theme-dark .material-color-secondary,
.theme-dark .material-color-inverse,
.material-color-light,
.theme-dark .material-color-light {
	background-color: #fff;
	color: #000;
}
.theme-dark .material-color-secondary a,
.theme-dark .material-color-inverse a,
.material-color-light a,
.theme-dark .material-color-light a {
	color: #0067b8;
}

@media (min-width: 540px) {
	.theme-dark .material-sm-color-secondary,
	.theme-dark .material-sm-color-inverse,
	.material-sm-color-light,
	.theme-dark .material-sm-color-light {
		background-color: #fff;
		color: #000;
	}
	.theme-dark .material-sm-color-secondary a,
	.theme-dark .material-sm-color-inverse a,
	.material-sm-color-light a,
	.theme-dark .material-sm-color-light a {
		color: #0067b8;
	}
}

@media (min-width: 860px) {
	.theme-dark .material-md-color-secondary,
	.theme-dark .material-md-color-inverse,
	.material-md-color-light,
	.theme-dark .material-md-color-light {
		background-color: #fff;
		color: #000;
	}
	.theme-dark .material-md-color-secondary a,
	.theme-dark .material-md-color-inverse a,
	.material-md-color-light a,
	.theme-dark .material-md-color-light a {
		color: #0067b8;
	}
}

@media (min-width: 1084px) {
	.theme-dark .material-lg-color-secondary,
	.theme-dark .material-lg-color-inverse,
	.material-lg-color-light,
	.theme-dark .material-lg-color-light {
		background-color: #fff;
		color: #000;
	}
	.theme-dark .material-lg-color-secondary a,
	.theme-dark .material-lg-color-inverse a,
	.material-lg-color-light a,
	.theme-dark .material-lg-color-light a {
		color: #0067b8;
	}
}

@media (min-width: 1400px) {
	.theme-dark .material-xl-color-secondary,
	.theme-dark .material-xl-color-inverse,
	.material-xl-color-light,
	.theme-dark .material-xl-color-light {
		background-color: #fff;
		color: #000;
	}
	.theme-dark .material-xl-color-secondary a,
	.theme-dark .material-xl-color-inverse a,
	.material-xl-color-light a,
	.theme-dark .material-xl-color-light a {
		color: #0067b8;
	}
}

.material-color-secondary,
.material-color-inverse,
.material-color-dark,
.theme-dark .material-color-dark {
	background-color: #000;
	color: #fff;
}
.material-color-secondary a,
.material-color-inverse a,
.material-color-dark a,
.theme-dark .material-color-dark a {
	color: #3aa0fa;
}

@media (min-width: 540px) {
	.material-sm-color-secondary,
	.material-sm-color-inverse,
	.material-sm-color-dark,
	.theme-dark .material-sm-color-dark {
		background-color: #000;
		color: #fff;
	}
	.material-sm-color-secondary a,
	.material-sm-color-inverse a,
	.material-sm-color-dark a,
	.theme-dark .material-sm-color-dark a {
		color: #3aa0fa;
	}
}

@media (min-width: 860px) {
	.material-md-color-secondary,
	.material-md-color-inverse,
	.material-md-color-dark,
	.theme-dark .material-md-color-dark {
		background-color: #000;
		color: #fff;
	}
	.material-md-color-secondary a,
	.material-md-color-inverse a,
	.material-md-color-dark a,
	.theme-dark .material-md-color-dark a {
		color: #3aa0fa;
	}
}

@media (min-width: 1084px) {
	.material-lg-color-secondary,
	.material-lg-color-inverse,
	.material-lg-color-dark,
	.theme-dark .material-lg-color-dark {
		background-color: #000;
		color: #fff;
	}
	.material-lg-color-secondary a,
	.material-lg-color-inverse a,
	.material-lg-color-dark a,
	.theme-dark .material-lg-color-dark a {
		color: #3aa0fa;
	}
}

@media (min-width: 1400px) {
	.material-xl-color-secondary,
	.material-xl-color-inverse,
	.material-xl-color-dark,
	.theme-dark .material-xl-color-dark {
		background-color: #000;
		color: #fff;
	}
	.material-xl-color-secondary a,
	.material-xl-color-inverse a,
	.material-xl-color-dark a,
	.theme-dark .material-xl-color-dark a {
		color: #3aa0fa;
	}
}

.material-color-neutral-100,
.theme-dark .material-color-neutral-400 {
	background-color: #e6e6e6;
	color: #000;
}
.material-color-neutral-100 a,
.theme-dark .material-color-neutral-400 a {
	color: #0067b8;
}

@media (min-width: 540px) {
	.material-sm-color-neutral-100,
	.theme-dark .material-sm-color-neutral-400 {
		background-color: #e6e6e6;
		color: #000;
	}
	.material-sm-color-neutral-100 a,
	.theme-dark .material-sm-color-neutral-400 a {
		color: #0067b8;
	}
}

@media (min-width: 860px) {
	.material-md-color-neutral-100,
	.theme-dark .material-md-color-neutral-400 {
		background-color: #e6e6e6;
		color: #000;
	}
	.material-md-color-neutral-100 a,
	.theme-dark .material-md-color-neutral-400 a {
		color: #0067b8;
	}
}

@media (min-width: 1084px) {
	.material-lg-color-neutral-100,
	.theme-dark .material-lg-color-neutral-400 {
		background-color: #e6e6e6;
		color: #000;
	}
	.material-lg-color-neutral-100 a,
	.theme-dark .material-lg-color-neutral-400 a {
		color: #0067b8;
	}
}

@media (min-width: 1400px) {
	.material-xl-color-neutral-100,
	.theme-dark .material-xl-color-neutral-400 {
		background-color: #e6e6e6;
		color: #000;
	}
	.material-xl-color-neutral-100 a,
	.theme-dark .material-xl-color-neutral-400 a {
		color: #0067b8;
	}
}

.material-color-neutral-200,
.theme-dark .material-color-neutral-300 {
	background-color: #d2d2d2;
	color: #000;
}
.material-color-neutral-200 a,
.theme-dark .material-color-neutral-300 a {
	color: #000;
}

@media (min-width: 540px) {
	.material-sm-color-neutral-200,
	.theme-dark .material-sm-color-neutral-300 {
		background-color: #d2d2d2;
		color: #000;
	}
	.material-sm-color-neutral-200 a,
	.theme-dark .material-sm-color-neutral-300 a {
		color: #000;
	}
}

@media (min-width: 860px) {
	.material-md-color-neutral-200,
	.theme-dark .material-md-color-neutral-300 {
		background-color: #d2d2d2;
		color: #000;
	}
	.material-md-color-neutral-200 a,
	.theme-dark .material-md-color-neutral-300 a {
		color: #000;
	}
}

@media (min-width: 1084px) {
	.material-lg-color-neutral-200,
	.theme-dark .material-lg-color-neutral-300 {
		background-color: #d2d2d2;
		color: #000;
	}
	.material-lg-color-neutral-200 a,
	.theme-dark .material-lg-color-neutral-300 a {
		color: #000;
	}
}

@media (min-width: 1400px) {
	.material-xl-color-neutral-200,
	.theme-dark .material-xl-color-neutral-300 {
		background-color: #d2d2d2;
		color: #000;
	}
	.material-xl-color-neutral-200 a,
	.theme-dark .material-xl-color-neutral-300 a {
		color: #000;
	}
}

.theme-dark .material-color-neutral-200,
.material-color-neutral-300 {
	background-color: #757575;
	color: #fff;
}
.theme-dark .material-color-neutral-200 a,
.material-color-neutral-300 a {
	color: #fff;
}

@media (min-width: 540px) {
	.theme-dark .material-sm-color-neutral-200,
	.material-sm-color-neutral-300 {
		background-color: #757575;
		color: #fff;
	}
	.theme-dark .material-sm-color-neutral-200 a,
	.material-sm-color-neutral-300 a {
		color: #fff;
	}
}

@media (min-width: 860px) {
	.theme-dark .material-md-color-neutral-200,
	.material-md-color-neutral-300 {
		background-color: #757575;
		color: #fff;
	}
	.theme-dark .material-md-color-neutral-200 a,
	.material-md-color-neutral-300 a {
		color: #fff;
	}
}

@media (min-width: 1084px) {
	.theme-dark .material-lg-color-neutral-200,
	.material-lg-color-neutral-300 {
		background-color: #757575;
		color: #fff;
	}
	.theme-dark .material-lg-color-neutral-200 a,
	.material-lg-color-neutral-300 a {
		color: #fff;
	}
}

@media (min-width: 1400px) {
	.theme-dark .material-xl-color-neutral-200,
	.material-xl-color-neutral-300 {
		background-color: #757575;
		color: #fff;
	}
	.theme-dark .material-xl-color-neutral-200 a,
	.material-xl-color-neutral-300 a {
		color: #fff;
	}
}

.theme-dark .material-color-neutral-100,
.material-color-neutral-400 {
	background-color: #505050;
	color: #fff;
}
.theme-dark .material-color-neutral-100 a,
.material-color-neutral-400 a {
	color: #fff;
}

@media (min-width: 540px) {
	.theme-dark .material-sm-color-neutral-100,
	.material-sm-color-neutral-400 {
		background-color: #505050;
		color: #fff;
	}
	.theme-dark .material-sm-color-neutral-100 a,
	.material-sm-color-neutral-400 a {
		color: #fff;
	}
}

@media (min-width: 860px) {
	.theme-dark .material-md-color-neutral-100,
	.material-md-color-neutral-400 {
		background-color: #505050;
		color: #fff;
	}
	.theme-dark .material-md-color-neutral-100 a,
	.material-md-color-neutral-400 a {
		color: #fff;
	}
}

@media (min-width: 1084px) {
	.theme-dark .material-lg-color-neutral-100,
	.material-lg-color-neutral-400 {
		background-color: #505050;
		color: #fff;
	}
	.theme-dark .material-lg-color-neutral-100 a,
	.material-lg-color-neutral-400 a {
		color: #fff;
	}
}

@media (min-width: 1400px) {
	.theme-dark .material-xl-color-neutral-100,
	.material-xl-color-neutral-400 {
		background-color: #505050;
		color: #fff;
	}
	.theme-dark .material-xl-color-neutral-100 a,
	.material-xl-color-neutral-400 a {
		color: #fff;
	}
}

.material-color-brand-light {
	background-color: #50e6ff;
	color: #000;
}
.material-color-brand-light a {
	color: #243a5e;
}

@media (min-width: 540px) {
	.material-sm-color-brand-light {
		background-color: #50e6ff;
		color: #000;
	}
	.material-sm-color-brand-light a {
		color: #243a5e;
	}
}

@media (min-width: 860px) {
	.material-md-color-brand-light {
		background-color: #50e6ff;
		color: #000;
	}
	.material-md-color-brand-light a {
		color: #243a5e;
	}
}

@media (min-width: 1084px) {
	.material-lg-color-brand-light {
		background-color: #50e6ff;
		color: #000;
	}
	.material-lg-color-brand-light a {
		color: #243a5e;
	}
}

@media (min-width: 1400px) {
	.material-xl-color-brand-light {
		background-color: #50e6ff;
		color: #000;
	}
	.material-xl-color-brand-light a {
		color: #243a5e;
	}
}

.material-color-brand-dark {
	background-color: #243a5e;
	color: #fff;
}
.material-color-brand-dark a {
	color: #50e6ff;
}

@media (min-width: 540px) {
	.material-sm-color-brand-dark {
		background-color: #243a5e;
		color: #fff;
	}
	.material-sm-color-brand-dark a {
		color: #50e6ff;
	}
}

@media (min-width: 860px) {
	.material-md-color-brand-dark {
		background-color: #243a5e;
		color: #fff;
	}
	.material-md-color-brand-dark a {
		color: #50e6ff;
	}
}

@media (min-width: 1084px) {
	.material-lg-color-brand-dark {
		background-color: #243a5e;
		color: #fff;
	}
	.material-lg-color-brand-dark a {
		color: #50e6ff;
	}
}

@media (min-width: 1400px) {
	.material-xl-color-brand-dark {
		background-color: #243a5e;
		color: #fff;
	}
	.material-xl-color-brand-dark a {
		color: #50e6ff;
	}
}

.bg-center-contain {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.bg-center-cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.border {
	border-width: 0.0625rem !important;
	border-style: solid;
	border-color: #d2d2d2;
}
.theme-dark .border {
	border-color: #757575;
}

.border-top {
	border-top-width: 0.0625rem !important;
	border-top-style: solid;
	border-top-color: #d2d2d2;
}
.theme-dark .border-top {
	border-top-color: #757575;
}

html:not([dir="rtl"]) .border-right {
	border-right-width: 0.0625rem !important;
	border-right-style: solid;
	border-right-color: #d2d2d2;
}

html[dir="rtl"] .border-right {
	border-left-width: 0.0625rem !important;
	border-left-style: solid;
	border-left-color: #d2d2d2;
}

html:not([dir="rtl"]) .theme-dark .border-right {
	border-right-color: #757575;
}

html[dir="rtl"] .theme-dark .border-right {
	border-left-color: #757575;
}

.border-bottom {
	border-bottom-width: 0.0625rem !important;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
}
.theme-dark .border-bottom {
	border-bottom-color: #757575;
}

html:not([dir="rtl"]) .border-left {
	border-left-width: 0.0625rem !important;
	border-left-style: solid;
	border-left-color: #d2d2d2;
}

html[dir="rtl"] .border-left {
	border-right-width: 0.0625rem !important;
	border-right-style: solid;
	border-right-color: #d2d2d2;
}

html:not([dir="rtl"]) .theme-dark .border-left {
	border-left-color: #757575;
}

html[dir="rtl"] .theme-dark .border-left {
	border-right-color: #757575;
}

html:not([dir="rtl"]) .border-width-2 {
	border-width: 0.125rem !important;
}

html:not([dir="rtl"]) .border-width-3 {
	border-width: 0.1875rem !important;
}

html:not([dir="rtl"]) .border-width-4 {
	border-width: 0.25rem !important;
}

html[dir="rtl"] .border-width-2 {
	border-width: 0.125rem !important;
}

html[dir="rtl"] .border-width-3 {
	border-width: 0.1875rem !important;
}

html[dir="rtl"] .border-width-4 {
	border-width: 0.25rem !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

html:not([dir="rtl"]) .border-right-0 {
	border-right: 0 !important;
}

html[dir="rtl"] .border-right-0 {
	border-left: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

html:not([dir="rtl"]) .border-left-0 {
	border-left: 0 !important;
}

html[dir="rtl"] .border-left-0 {
	border-right: 0 !important;
}

.border-gray-100 {
	border-color: #f2f2f2 !important;
}

.border-gray-200,
.border-neutral-100,
.theme-dark .border-neutral-400 {
	border-color: #e6e6e6 !important;
}

.border-gray-300,
.border-neutral-200,
.theme-dark .border-neutral-300 {
	border-color: #d2d2d2 !important;
}

.border-gray-400 {
	border-color: #a2a2a2 !important;
}

.border-gray-475 {
	border-color: #858585 !important;
}

.border-gray-500,
.theme-dark .border-neutral-200,
.border-neutral-300 {
	border-color: #757575 !important;
}

.border-gray-600,
.theme-dark .border-neutral-100,
.border-neutral-400 {
	border-color: #505050 !important;
}

.border-gray-700 {
	border-color: #404040 !important;
}

.border-gray-800 {
	border-color: #2f2f2f !important;
}

.border-gray-900 {
	border-color: #171717 !important;
}

.border-blue,
.border-primary,
.theme-dark .border-primary-alt,
.border-brand {
	border-color: #0067b8 !important;
}

.border-orange {
	border-color: #d83b01 !important;
}

.border-green {
	border-color: #107c10 !important;
}

.border-purple {
	border-color: #8661c5 !important;
}

.border-yellow {
	border-color: #ffb900 !important;
}

.border-teal {
	border-color: #008575 !important;
}

.border-dark-blue,
.border-brand-dark {
	border-color: #243a5e !important;
}

.border-dark-orange {
	border-color: #6b2929 !important;
}

.border-dark-green {
	border-color: #054b16 !important;
}

.border-dark-purple {
	border-color: #3b2e58 !important;
}

.border-dark-yellow {
	border-color: #6a4b16 !important;
}

.border-dark-teal {
	border-color: #274b47 !important;
}

.border-light-blue,
.border-brand-light {
	border-color: #50e6ff !important;
}

.border-light-orange {
	border-color: #ff9349 !important;
}

.border-light-green {
	border-color: #9bf00b !important;
}

.border-light-purple {
	border-color: #d59dff !important;
}

.border-light-yellow {
	border-color: #fef000 !important;
}

.border-light-teal {
	border-color: #30e5d0 !important;
}

.border-alt-blue,
.theme-dark .border-primary,
.border-primary-alt {
	border-color: #3aa0fa !important;
}

.border-alt-orange {
	border-color: #f7894a !important;
}

.border-alt-green {
	border-color: #5dc21e !important;
}

.border-white,
.theme-dark .border-secondary,
.theme-dark .border-inverse,
.border-light {
	border-color: #fff !important;
}

.border-black,
.border-secondary,
.border-inverse,
.border-dark {
	border-color: #000 !important;
}

.border-transparent {
	border-color: transparent !important;
}

.border-current-color {
	border-color: currentColor !important;
}

.rounded-sm {
	border-radius: 0.1rem !important;
}

.rounded {
	border-radius: 0.125rem !important;
}

.rounded-top {
	border-top-left-radius: 0.125rem !important;
	border-top-right-radius: 0.125rem !important;
}

html:not([dir="rtl"]) .rounded-right {
	border-top-right-radius: 0.125rem !important;
	border-bottom-right-radius: 0.125rem !important;
}

html[dir="rtl"] .rounded-right {
	border-top-left-radius: 0.125rem !important;
	border-bottom-left-radius: 0.125rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.125rem !important;
	border-bottom-left-radius: 0.125rem !important;
}

html:not([dir="rtl"]) .rounded-left {
	border-top-left-radius: 0.125rem !important;
	border-bottom-left-radius: 0.125rem !important;
}

html[dir="rtl"] .rounded-left {
	border-top-right-radius: 0.125rem !important;
	border-bottom-right-radius: 0.125rem !important;
}

.rounded-lg {
	border-radius: 0.2rem !important;
}

.rounded-xl {
	border-radius: 0.5rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.border-radius-0 {
	border-radius: 0 !important;
}

.border-radius-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.border-radius-bottom-0 {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.border-radius-left-0 {
	border-start-start-radius: 0 !important;
	border-end-start-radius: 0 !important;
}

.border-radius-right-0 {
	border-start-end-radius: 0 !important;
	border-end-end-radius: 0 !important;
}

.border-radius-top-right-0 {
	border-start-end-radius: 0 !important;
}

.border-radius-top-left-0 {
	border-start-start-radius: 0 !important;
}

.border-radius-bottom-right-0 {
	border-end-end-radius: 0 !important;
}

.border-radius-bottom-left-0 {
	border-end-start-radius: 0 !important;
}

.border-radius-10 {
	border-radius: 0.25rem !important;
}

.border-radius-top-10 {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.border-radius-bottom-10 {
	border-bottom-left-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.border-radius-left-10 {
	border-start-start-radius: 0.25rem !important;
	border-end-start-radius: 0.25rem !important;
}

.border-radius-right-10 {
	border-start-end-radius: 0.25rem !important;
	border-end-end-radius: 0.25rem !important;
}

.border-radius-top-right-10 {
	border-start-end-radius: 0.25rem !important;
}

.border-radius-top-left-10 {
	border-start-start-radius: 0.25rem !important;
}

.border-radius-bottom-right-10 {
	border-end-end-radius: 0.25rem !important;
}

.border-radius-bottom-left-10 {
	border-end-start-radius: 0.25rem !important;
}

.border-radius-20 {
	border-radius: 0.5rem !important;
}

.border-radius-top-20 {
	border-top-left-radius: 0.5rem !important;
	border-top-right-radius: 0.5rem !important;
}

.border-radius-bottom-20 {
	border-bottom-left-radius: 0.5rem !important;
	border-bottom-right-radius: 0.5rem !important;
}

.border-radius-left-20 {
	border-start-start-radius: 0.5rem !important;
	border-end-start-radius: 0.5rem !important;
}

.border-radius-right-20 {
	border-start-end-radius: 0.5rem !important;
	border-end-end-radius: 0.5rem !important;
}

.border-radius-top-right-20 {
	border-start-end-radius: 0.5rem !important;
}

.border-radius-top-left-20 {
	border-start-start-radius: 0.5rem !important;
}

.border-radius-bottom-right-20 {
	border-end-end-radius: 0.5rem !important;
}

.border-radius-bottom-left-20 {
	border-end-start-radius: 0.5rem !important;
}

.border-radius-30 {
	border-radius: 0.75rem !important;
}

.border-radius-top-30 {
	border-top-left-radius: 0.75rem !important;
	border-top-right-radius: 0.75rem !important;
}

.border-radius-bottom-30 {
	border-bottom-left-radius: 0.75rem !important;
	border-bottom-right-radius: 0.75rem !important;
}

.border-radius-left-30 {
	border-start-start-radius: 0.75rem !important;
	border-end-start-radius: 0.75rem !important;
}

.border-radius-right-30 {
	border-start-end-radius: 0.75rem !important;
	border-end-end-radius: 0.75rem !important;
}

.border-radius-top-right-30 {
	border-start-end-radius: 0.75rem !important;
}

.border-radius-top-left-30 {
	border-start-start-radius: 0.75rem !important;
}

.border-radius-bottom-right-30 {
	border-end-end-radius: 0.75rem !important;
}

.border-radius-bottom-left-30 {
	border-end-start-radius: 0.75rem !important;
}

.border-radius-40 {
	border-radius: 1rem !important;
}

.border-radius-top-40 {
	border-top-left-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}

.border-radius-bottom-40 {
	border-bottom-left-radius: 1rem !important;
	border-bottom-right-radius: 1rem !important;
}

.border-radius-left-40 {
	border-start-start-radius: 1rem !important;
	border-end-start-radius: 1rem !important;
}

.border-radius-right-40 {
	border-start-end-radius: 1rem !important;
	border-end-end-radius: 1rem !important;
}

.border-radius-top-right-40 {
	border-start-end-radius: 1rem !important;
}

.border-radius-top-left-40 {
	border-start-start-radius: 1rem !important;
}

.border-radius-bottom-right-40 {
	border-end-end-radius: 1rem !important;
}

.border-radius-bottom-left-40 {
	border-end-start-radius: 1rem !important;
}

.border-radius-50 {
	border-radius: 1.25rem !important;
}

.border-radius-top-50 {
	border-top-left-radius: 1.25rem !important;
	border-top-right-radius: 1.25rem !important;
}

.border-radius-bottom-50 {
	border-bottom-left-radius: 1.25rem !important;
	border-bottom-right-radius: 1.25rem !important;
}

.border-radius-left-50 {
	border-start-start-radius: 1.25rem !important;
	border-end-start-radius: 1.25rem !important;
}

.border-radius-right-50 {
	border-start-end-radius: 1.25rem !important;
	border-end-end-radius: 1.25rem !important;
}

.border-radius-top-right-50 {
	border-start-end-radius: 1.25rem !important;
}

.border-radius-top-left-50 {
	border-start-start-radius: 1.25rem !important;
}

.border-radius-bottom-right-50 {
	border-end-end-radius: 1.25rem !important;
}

.border-radius-bottom-left-50 {
	border-end-start-radius: 1.25rem !important;
}

.border-radius-pill {
	border-radius: 60rem !important;
}

.border-radius-top-pill {
	border-top-left-radius: 60rem !important;
	border-top-right-radius: 60rem !important;
}

.border-radius-bottom-pill {
	border-bottom-left-radius: 60rem !important;
	border-bottom-right-radius: 60rem !important;
}

.border-radius-left-pill {
	border-start-start-radius: 60rem !important;
	border-end-start-radius: 60rem !important;
}

.border-radius-right-pill {
	border-start-end-radius: 60rem !important;
	border-end-end-radius: 60rem !important;
}

.border-radius-top-right-pill {
	border-start-end-radius: 60rem !important;
}

.border-radius-top-left-pill {
	border-start-start-radius: 60rem !important;
}

.border-radius-bottom-right-pill {
	border-end-end-radius: 60rem !important;
}

.border-radius-bottom-left-pill {
	border-end-start-radius: 60rem !important;
}

.border-radius-round {
	border-radius: 100% !important;
}

.border-radius-top-round {
	border-top-left-radius: 100% !important;
	border-top-right-radius: 100% !important;
}

.border-radius-bottom-round {
	border-bottom-left-radius: 100% !important;
	border-bottom-right-radius: 100% !important;
}

.border-radius-left-round {
	border-start-start-radius: 100% !important;
	border-end-start-radius: 100% !important;
}

.border-radius-right-round {
	border-start-end-radius: 100% !important;
	border-end-end-radius: 100% !important;
}

.border-radius-top-right-round {
	border-start-end-radius: 100% !important;
}

.border-radius-top-left-round {
	border-start-start-radius: 100% !important;
}

.border-radius-bottom-right-round {
	border-end-end-radius: 100% !important;
}

.border-radius-bottom-left-round {
	border-end-start-radius: 100% !important;
}

@media (min-width: 540px) {
	.border-radius-sm-0 {
		border-radius: 0 !important;
	}
	.border-radius-top-sm-0 {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}
	.border-radius-bottom-sm-0 {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
	.border-radius-left-sm-0 {
		border-start-start-radius: 0 !important;
		border-end-start-radius: 0 !important;
	}
	.border-radius-right-sm-0 {
		border-start-end-radius: 0 !important;
		border-end-end-radius: 0 !important;
	}
	.border-radius-top-right-sm-0 {
		border-start-end-radius: 0 !important;
	}
	.border-radius-top-left-sm-0 {
		border-start-start-radius: 0 !important;
	}
	.border-radius-bottom-right-sm-0 {
		border-end-end-radius: 0 !important;
	}
	.border-radius-bottom-left-sm-0 {
		border-end-start-radius: 0 !important;
	}
	.border-radius-sm-10 {
		border-radius: 0.25rem !important;
	}
	.border-radius-top-sm-10 {
		border-top-left-radius: 0.25rem !important;
		border-top-right-radius: 0.25rem !important;
	}
	.border-radius-bottom-sm-10 {
		border-bottom-left-radius: 0.25rem !important;
		border-bottom-right-radius: 0.25rem !important;
	}
	.border-radius-left-sm-10 {
		border-start-start-radius: 0.25rem !important;
		border-end-start-radius: 0.25rem !important;
	}
	.border-radius-right-sm-10 {
		border-start-end-radius: 0.25rem !important;
		border-end-end-radius: 0.25rem !important;
	}
	.border-radius-top-right-sm-10 {
		border-start-end-radius: 0.25rem !important;
	}
	.border-radius-top-left-sm-10 {
		border-start-start-radius: 0.25rem !important;
	}
	.border-radius-bottom-right-sm-10 {
		border-end-end-radius: 0.25rem !important;
	}
	.border-radius-bottom-left-sm-10 {
		border-end-start-radius: 0.25rem !important;
	}
	.border-radius-sm-20 {
		border-radius: 0.5rem !important;
	}
	.border-radius-top-sm-20 {
		border-top-left-radius: 0.5rem !important;
		border-top-right-radius: 0.5rem !important;
	}
	.border-radius-bottom-sm-20 {
		border-bottom-left-radius: 0.5rem !important;
		border-bottom-right-radius: 0.5rem !important;
	}
	.border-radius-left-sm-20 {
		border-start-start-radius: 0.5rem !important;
		border-end-start-radius: 0.5rem !important;
	}
	.border-radius-right-sm-20 {
		border-start-end-radius: 0.5rem !important;
		border-end-end-radius: 0.5rem !important;
	}
	.border-radius-top-right-sm-20 {
		border-start-end-radius: 0.5rem !important;
	}
	.border-radius-top-left-sm-20 {
		border-start-start-radius: 0.5rem !important;
	}
	.border-radius-bottom-right-sm-20 {
		border-end-end-radius: 0.5rem !important;
	}
	.border-radius-bottom-left-sm-20 {
		border-end-start-radius: 0.5rem !important;
	}
	.border-radius-sm-30 {
		border-radius: 0.75rem !important;
	}
	.border-radius-top-sm-30 {
		border-top-left-radius: 0.75rem !important;
		border-top-right-radius: 0.75rem !important;
	}
	.border-radius-bottom-sm-30 {
		border-bottom-left-radius: 0.75rem !important;
		border-bottom-right-radius: 0.75rem !important;
	}
	.border-radius-left-sm-30 {
		border-start-start-radius: 0.75rem !important;
		border-end-start-radius: 0.75rem !important;
	}
	.border-radius-right-sm-30 {
		border-start-end-radius: 0.75rem !important;
		border-end-end-radius: 0.75rem !important;
	}
	.border-radius-top-right-sm-30 {
		border-start-end-radius: 0.75rem !important;
	}
	.border-radius-top-left-sm-30 {
		border-start-start-radius: 0.75rem !important;
	}
	.border-radius-bottom-right-sm-30 {
		border-end-end-radius: 0.75rem !important;
	}
	.border-radius-bottom-left-sm-30 {
		border-end-start-radius: 0.75rem !important;
	}
	.border-radius-sm-40 {
		border-radius: 1rem !important;
	}
	.border-radius-top-sm-40 {
		border-top-left-radius: 1rem !important;
		border-top-right-radius: 1rem !important;
	}
	.border-radius-bottom-sm-40 {
		border-bottom-left-radius: 1rem !important;
		border-bottom-right-radius: 1rem !important;
	}
	.border-radius-left-sm-40 {
		border-start-start-radius: 1rem !important;
		border-end-start-radius: 1rem !important;
	}
	.border-radius-right-sm-40 {
		border-start-end-radius: 1rem !important;
		border-end-end-radius: 1rem !important;
	}
	.border-radius-top-right-sm-40 {
		border-start-end-radius: 1rem !important;
	}
	.border-radius-top-left-sm-40 {
		border-start-start-radius: 1rem !important;
	}
	.border-radius-bottom-right-sm-40 {
		border-end-end-radius: 1rem !important;
	}
	.border-radius-bottom-left-sm-40 {
		border-end-start-radius: 1rem !important;
	}
	.border-radius-sm-50 {
		border-radius: 1.25rem !important;
	}
	.border-radius-top-sm-50 {
		border-top-left-radius: 1.25rem !important;
		border-top-right-radius: 1.25rem !important;
	}
	.border-radius-bottom-sm-50 {
		border-bottom-left-radius: 1.25rem !important;
		border-bottom-right-radius: 1.25rem !important;
	}
	.border-radius-left-sm-50 {
		border-start-start-radius: 1.25rem !important;
		border-end-start-radius: 1.25rem !important;
	}
	.border-radius-right-sm-50 {
		border-start-end-radius: 1.25rem !important;
		border-end-end-radius: 1.25rem !important;
	}
	.border-radius-top-right-sm-50 {
		border-start-end-radius: 1.25rem !important;
	}
	.border-radius-top-left-sm-50 {
		border-start-start-radius: 1.25rem !important;
	}
	.border-radius-bottom-right-sm-50 {
		border-end-end-radius: 1.25rem !important;
	}
	.border-radius-bottom-left-sm-50 {
		border-end-start-radius: 1.25rem !important;
	}
	.border-radius-sm-pill {
		border-radius: 60rem !important;
	}
	.border-radius-top-sm-pill {
		border-top-left-radius: 60rem !important;
		border-top-right-radius: 60rem !important;
	}
	.border-radius-bottom-sm-pill {
		border-bottom-left-radius: 60rem !important;
		border-bottom-right-radius: 60rem !important;
	}
	.border-radius-left-sm-pill {
		border-start-start-radius: 60rem !important;
		border-end-start-radius: 60rem !important;
	}
	.border-radius-right-sm-pill {
		border-start-end-radius: 60rem !important;
		border-end-end-radius: 60rem !important;
	}
	.border-radius-top-right-sm-pill {
		border-start-end-radius: 60rem !important;
	}
	.border-radius-top-left-sm-pill {
		border-start-start-radius: 60rem !important;
	}
	.border-radius-bottom-right-sm-pill {
		border-end-end-radius: 60rem !important;
	}
	.border-radius-bottom-left-sm-pill {
		border-end-start-radius: 60rem !important;
	}
	.border-radius-sm-round {
		border-radius: 100% !important;
	}
	.border-radius-top-sm-round {
		border-top-left-radius: 100% !important;
		border-top-right-radius: 100% !important;
	}
	.border-radius-bottom-sm-round {
		border-bottom-left-radius: 100% !important;
		border-bottom-right-radius: 100% !important;
	}
	.border-radius-left-sm-round {
		border-start-start-radius: 100% !important;
		border-end-start-radius: 100% !important;
	}
	.border-radius-right-sm-round {
		border-start-end-radius: 100% !important;
		border-end-end-radius: 100% !important;
	}
	.border-radius-top-right-sm-round {
		border-start-end-radius: 100% !important;
	}
	.border-radius-top-left-sm-round {
		border-start-start-radius: 100% !important;
	}
	.border-radius-bottom-right-sm-round {
		border-end-end-radius: 100% !important;
	}
	.border-radius-bottom-left-sm-round {
		border-end-start-radius: 100% !important;
	}
}

@media (min-width: 860px) {
	.border-radius-md-0 {
		border-radius: 0 !important;
	}
	.border-radius-top-md-0 {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}
	.border-radius-bottom-md-0 {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
	.border-radius-left-md-0 {
		border-start-start-radius: 0 !important;
		border-end-start-radius: 0 !important;
	}
	.border-radius-right-md-0 {
		border-start-end-radius: 0 !important;
		border-end-end-radius: 0 !important;
	}
	.border-radius-top-right-md-0 {
		border-start-end-radius: 0 !important;
	}
	.border-radius-top-left-md-0 {
		border-start-start-radius: 0 !important;
	}
	.border-radius-bottom-right-md-0 {
		border-end-end-radius: 0 !important;
	}
	.border-radius-bottom-left-md-0 {
		border-end-start-radius: 0 !important;
	}
	.border-radius-md-10 {
		border-radius: 0.25rem !important;
	}
	.border-radius-top-md-10 {
		border-top-left-radius: 0.25rem !important;
		border-top-right-radius: 0.25rem !important;
	}
	.border-radius-bottom-md-10 {
		border-bottom-left-radius: 0.25rem !important;
		border-bottom-right-radius: 0.25rem !important;
	}
	.border-radius-left-md-10 {
		border-start-start-radius: 0.25rem !important;
		border-end-start-radius: 0.25rem !important;
	}
	.border-radius-right-md-10 {
		border-start-end-radius: 0.25rem !important;
		border-end-end-radius: 0.25rem !important;
	}
	.border-radius-top-right-md-10 {
		border-start-end-radius: 0.25rem !important;
	}
	.border-radius-top-left-md-10 {
		border-start-start-radius: 0.25rem !important;
	}
	.border-radius-bottom-right-md-10 {
		border-end-end-radius: 0.25rem !important;
	}
	.border-radius-bottom-left-md-10 {
		border-end-start-radius: 0.25rem !important;
	}
	.border-radius-md-20 {
		border-radius: 0.5rem !important;
	}
	.border-radius-top-md-20 {
		border-top-left-radius: 0.5rem !important;
		border-top-right-radius: 0.5rem !important;
	}
	.border-radius-bottom-md-20 {
		border-bottom-left-radius: 0.5rem !important;
		border-bottom-right-radius: 0.5rem !important;
	}
	.border-radius-left-md-20 {
		border-start-start-radius: 0.5rem !important;
		border-end-start-radius: 0.5rem !important;
	}
	.border-radius-right-md-20 {
		border-start-end-radius: 0.5rem !important;
		border-end-end-radius: 0.5rem !important;
	}
	.border-radius-top-right-md-20 {
		border-start-end-radius: 0.5rem !important;
	}
	.border-radius-top-left-md-20 {
		border-start-start-radius: 0.5rem !important;
	}
	.border-radius-bottom-right-md-20 {
		border-end-end-radius: 0.5rem !important;
	}
	.border-radius-bottom-left-md-20 {
		border-end-start-radius: 0.5rem !important;
	}
	.border-radius-md-30 {
		border-radius: 0.75rem !important;
	}
	.border-radius-top-md-30 {
		border-top-left-radius: 0.75rem !important;
		border-top-right-radius: 0.75rem !important;
	}
	.border-radius-bottom-md-30 {
		border-bottom-left-radius: 0.75rem !important;
		border-bottom-right-radius: 0.75rem !important;
	}
	.border-radius-left-md-30 {
		border-start-start-radius: 0.75rem !important;
		border-end-start-radius: 0.75rem !important;
	}
	.border-radius-right-md-30 {
		border-start-end-radius: 0.75rem !important;
		border-end-end-radius: 0.75rem !important;
	}
	.border-radius-top-right-md-30 {
		border-start-end-radius: 0.75rem !important;
	}
	.border-radius-top-left-md-30 {
		border-start-start-radius: 0.75rem !important;
	}
	.border-radius-bottom-right-md-30 {
		border-end-end-radius: 0.75rem !important;
	}
	.border-radius-bottom-left-md-30 {
		border-end-start-radius: 0.75rem !important;
	}
	.border-radius-md-40 {
		border-radius: 1rem !important;
	}
	.border-radius-top-md-40 {
		border-top-left-radius: 1rem !important;
		border-top-right-radius: 1rem !important;
	}
	.border-radius-bottom-md-40 {
		border-bottom-left-radius: 1rem !important;
		border-bottom-right-radius: 1rem !important;
	}
	.border-radius-left-md-40 {
		border-start-start-radius: 1rem !important;
		border-end-start-radius: 1rem !important;
	}
	.border-radius-right-md-40 {
		border-start-end-radius: 1rem !important;
		border-end-end-radius: 1rem !important;
	}
	.border-radius-top-right-md-40 {
		border-start-end-radius: 1rem !important;
	}
	.border-radius-top-left-md-40 {
		border-start-start-radius: 1rem !important;
	}
	.border-radius-bottom-right-md-40 {
		border-end-end-radius: 1rem !important;
	}
	.border-radius-bottom-left-md-40 {
		border-end-start-radius: 1rem !important;
	}
	.border-radius-md-50 {
		border-radius: 1.25rem !important;
	}
	.border-radius-top-md-50 {
		border-top-left-radius: 1.25rem !important;
		border-top-right-radius: 1.25rem !important;
	}
	.border-radius-bottom-md-50 {
		border-bottom-left-radius: 1.25rem !important;
		border-bottom-right-radius: 1.25rem !important;
	}
	.border-radius-left-md-50 {
		border-start-start-radius: 1.25rem !important;
		border-end-start-radius: 1.25rem !important;
	}
	.border-radius-right-md-50 {
		border-start-end-radius: 1.25rem !important;
		border-end-end-radius: 1.25rem !important;
	}
	.border-radius-top-right-md-50 {
		border-start-end-radius: 1.25rem !important;
	}
	.border-radius-top-left-md-50 {
		border-start-start-radius: 1.25rem !important;
	}
	.border-radius-bottom-right-md-50 {
		border-end-end-radius: 1.25rem !important;
	}
	.border-radius-bottom-left-md-50 {
		border-end-start-radius: 1.25rem !important;
	}
	.border-radius-md-pill {
		border-radius: 60rem !important;
	}
	.border-radius-top-md-pill {
		border-top-left-radius: 60rem !important;
		border-top-right-radius: 60rem !important;
	}
	.border-radius-bottom-md-pill {
		border-bottom-left-radius: 60rem !important;
		border-bottom-right-radius: 60rem !important;
	}
	.border-radius-left-md-pill {
		border-start-start-radius: 60rem !important;
		border-end-start-radius: 60rem !important;
	}
	.border-radius-right-md-pill {
		border-start-end-radius: 60rem !important;
		border-end-end-radius: 60rem !important;
	}
	.border-radius-top-right-md-pill {
		border-start-end-radius: 60rem !important;
	}
	.border-radius-top-left-md-pill {
		border-start-start-radius: 60rem !important;
	}
	.border-radius-bottom-right-md-pill {
		border-end-end-radius: 60rem !important;
	}
	.border-radius-bottom-left-md-pill {
		border-end-start-radius: 60rem !important;
	}
	.border-radius-md-round {
		border-radius: 100% !important;
	}
	.border-radius-top-md-round {
		border-top-left-radius: 100% !important;
		border-top-right-radius: 100% !important;
	}
	.border-radius-bottom-md-round {
		border-bottom-left-radius: 100% !important;
		border-bottom-right-radius: 100% !important;
	}
	.border-radius-left-md-round {
		border-start-start-radius: 100% !important;
		border-end-start-radius: 100% !important;
	}
	.border-radius-right-md-round {
		border-start-end-radius: 100% !important;
		border-end-end-radius: 100% !important;
	}
	.border-radius-top-right-md-round {
		border-start-end-radius: 100% !important;
	}
	.border-radius-top-left-md-round {
		border-start-start-radius: 100% !important;
	}
	.border-radius-bottom-right-md-round {
		border-end-end-radius: 100% !important;
	}
	.border-radius-bottom-left-md-round {
		border-end-start-radius: 100% !important;
	}
}

@media (min-width: 1084px) {
	.border-radius-lg-0 {
		border-radius: 0 !important;
	}
	.border-radius-top-lg-0 {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}
	.border-radius-bottom-lg-0 {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
	.border-radius-left-lg-0 {
		border-start-start-radius: 0 !important;
		border-end-start-radius: 0 !important;
	}
	.border-radius-right-lg-0 {
		border-start-end-radius: 0 !important;
		border-end-end-radius: 0 !important;
	}
	.border-radius-top-right-lg-0 {
		border-start-end-radius: 0 !important;
	}
	.border-radius-top-left-lg-0 {
		border-start-start-radius: 0 !important;
	}
	.border-radius-bottom-right-lg-0 {
		border-end-end-radius: 0 !important;
	}
	.border-radius-bottom-left-lg-0 {
		border-end-start-radius: 0 !important;
	}
	.border-radius-lg-10 {
		border-radius: 0.25rem !important;
	}
	.border-radius-top-lg-10 {
		border-top-left-radius: 0.25rem !important;
		border-top-right-radius: 0.25rem !important;
	}
	.border-radius-bottom-lg-10 {
		border-bottom-left-radius: 0.25rem !important;
		border-bottom-right-radius: 0.25rem !important;
	}
	.border-radius-left-lg-10 {
		border-start-start-radius: 0.25rem !important;
		border-end-start-radius: 0.25rem !important;
	}
	.border-radius-right-lg-10 {
		border-start-end-radius: 0.25rem !important;
		border-end-end-radius: 0.25rem !important;
	}
	.border-radius-top-right-lg-10 {
		border-start-end-radius: 0.25rem !important;
	}
	.border-radius-top-left-lg-10 {
		border-start-start-radius: 0.25rem !important;
	}
	.border-radius-bottom-right-lg-10 {
		border-end-end-radius: 0.25rem !important;
	}
	.border-radius-bottom-left-lg-10 {
		border-end-start-radius: 0.25rem !important;
	}
	.border-radius-lg-20 {
		border-radius: 0.5rem !important;
	}
	.border-radius-top-lg-20 {
		border-top-left-radius: 0.5rem !important;
		border-top-right-radius: 0.5rem !important;
	}
	.border-radius-bottom-lg-20 {
		border-bottom-left-radius: 0.5rem !important;
		border-bottom-right-radius: 0.5rem !important;
	}
	.border-radius-left-lg-20 {
		border-start-start-radius: 0.5rem !important;
		border-end-start-radius: 0.5rem !important;
	}
	.border-radius-right-lg-20 {
		border-start-end-radius: 0.5rem !important;
		border-end-end-radius: 0.5rem !important;
	}
	.border-radius-top-right-lg-20 {
		border-start-end-radius: 0.5rem !important;
	}
	.border-radius-top-left-lg-20 {
		border-start-start-radius: 0.5rem !important;
	}
	.border-radius-bottom-right-lg-20 {
		border-end-end-radius: 0.5rem !important;
	}
	.border-radius-bottom-left-lg-20 {
		border-end-start-radius: 0.5rem !important;
	}
	.border-radius-lg-30 {
		border-radius: 0.75rem !important;
	}
	.border-radius-top-lg-30 {
		border-top-left-radius: 0.75rem !important;
		border-top-right-radius: 0.75rem !important;
	}
	.border-radius-bottom-lg-30 {
		border-bottom-left-radius: 0.75rem !important;
		border-bottom-right-radius: 0.75rem !important;
	}
	.border-radius-left-lg-30 {
		border-start-start-radius: 0.75rem !important;
		border-end-start-radius: 0.75rem !important;
	}
	.border-radius-right-lg-30 {
		border-start-end-radius: 0.75rem !important;
		border-end-end-radius: 0.75rem !important;
	}
	.border-radius-top-right-lg-30 {
		border-start-end-radius: 0.75rem !important;
	}
	.border-radius-top-left-lg-30 {
		border-start-start-radius: 0.75rem !important;
	}
	.border-radius-bottom-right-lg-30 {
		border-end-end-radius: 0.75rem !important;
	}
	.border-radius-bottom-left-lg-30 {
		border-end-start-radius: 0.75rem !important;
	}
	.border-radius-lg-40 {
		border-radius: 1rem !important;
	}
	.border-radius-top-lg-40 {
		border-top-left-radius: 1rem !important;
		border-top-right-radius: 1rem !important;
	}
	.border-radius-bottom-lg-40 {
		border-bottom-left-radius: 1rem !important;
		border-bottom-right-radius: 1rem !important;
	}
	.border-radius-left-lg-40 {
		border-start-start-radius: 1rem !important;
		border-end-start-radius: 1rem !important;
	}
	.border-radius-right-lg-40 {
		border-start-end-radius: 1rem !important;
		border-end-end-radius: 1rem !important;
	}
	.border-radius-top-right-lg-40 {
		border-start-end-radius: 1rem !important;
	}
	.border-radius-top-left-lg-40 {
		border-start-start-radius: 1rem !important;
	}
	.border-radius-bottom-right-lg-40 {
		border-end-end-radius: 1rem !important;
	}
	.border-radius-bottom-left-lg-40 {
		border-end-start-radius: 1rem !important;
	}
	.border-radius-lg-50 {
		border-radius: 1.25rem !important;
	}
	.border-radius-top-lg-50 {
		border-top-left-radius: 1.25rem !important;
		border-top-right-radius: 1.25rem !important;
	}
	.border-radius-bottom-lg-50 {
		border-bottom-left-radius: 1.25rem !important;
		border-bottom-right-radius: 1.25rem !important;
	}
	.border-radius-left-lg-50 {
		border-start-start-radius: 1.25rem !important;
		border-end-start-radius: 1.25rem !important;
	}
	.border-radius-right-lg-50 {
		border-start-end-radius: 1.25rem !important;
		border-end-end-radius: 1.25rem !important;
	}
	.border-radius-top-right-lg-50 {
		border-start-end-radius: 1.25rem !important;
	}
	.border-radius-top-left-lg-50 {
		border-start-start-radius: 1.25rem !important;
	}
	.border-radius-bottom-right-lg-50 {
		border-end-end-radius: 1.25rem !important;
	}
	.border-radius-bottom-left-lg-50 {
		border-end-start-radius: 1.25rem !important;
	}
	.border-radius-lg-pill {
		border-radius: 60rem !important;
	}
	.border-radius-top-lg-pill {
		border-top-left-radius: 60rem !important;
		border-top-right-radius: 60rem !important;
	}
	.border-radius-bottom-lg-pill {
		border-bottom-left-radius: 60rem !important;
		border-bottom-right-radius: 60rem !important;
	}
	.border-radius-left-lg-pill {
		border-start-start-radius: 60rem !important;
		border-end-start-radius: 60rem !important;
	}
	.border-radius-right-lg-pill {
		border-start-end-radius: 60rem !important;
		border-end-end-radius: 60rem !important;
	}
	.border-radius-top-right-lg-pill {
		border-start-end-radius: 60rem !important;
	}
	.border-radius-top-left-lg-pill {
		border-start-start-radius: 60rem !important;
	}
	.border-radius-bottom-right-lg-pill {
		border-end-end-radius: 60rem !important;
	}
	.border-radius-bottom-left-lg-pill {
		border-end-start-radius: 60rem !important;
	}
	.border-radius-lg-round {
		border-radius: 100% !important;
	}
	.border-radius-top-lg-round {
		border-top-left-radius: 100% !important;
		border-top-right-radius: 100% !important;
	}
	.border-radius-bottom-lg-round {
		border-bottom-left-radius: 100% !important;
		border-bottom-right-radius: 100% !important;
	}
	.border-radius-left-lg-round {
		border-start-start-radius: 100% !important;
		border-end-start-radius: 100% !important;
	}
	.border-radius-right-lg-round {
		border-start-end-radius: 100% !important;
		border-end-end-radius: 100% !important;
	}
	.border-radius-top-right-lg-round {
		border-start-end-radius: 100% !important;
	}
	.border-radius-top-left-lg-round {
		border-start-start-radius: 100% !important;
	}
	.border-radius-bottom-right-lg-round {
		border-end-end-radius: 100% !important;
	}
	.border-radius-bottom-left-lg-round {
		border-end-start-radius: 100% !important;
	}
}

@media (min-width: 1400px) {
	.border-radius-xl-0 {
		border-radius: 0 !important;
	}
	.border-radius-top-xl-0 {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}
	.border-radius-bottom-xl-0 {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
	.border-radius-left-xl-0 {
		border-start-start-radius: 0 !important;
		border-end-start-radius: 0 !important;
	}
	.border-radius-right-xl-0 {
		border-start-end-radius: 0 !important;
		border-end-end-radius: 0 !important;
	}
	.border-radius-top-right-xl-0 {
		border-start-end-radius: 0 !important;
	}
	.border-radius-top-left-xl-0 {
		border-start-start-radius: 0 !important;
	}
	.border-radius-bottom-right-xl-0 {
		border-end-end-radius: 0 !important;
	}
	.border-radius-bottom-left-xl-0 {
		border-end-start-radius: 0 !important;
	}
	.border-radius-xl-10 {
		border-radius: 0.25rem !important;
	}
	.border-radius-top-xl-10 {
		border-top-left-radius: 0.25rem !important;
		border-top-right-radius: 0.25rem !important;
	}
	.border-radius-bottom-xl-10 {
		border-bottom-left-radius: 0.25rem !important;
		border-bottom-right-radius: 0.25rem !important;
	}
	.border-radius-left-xl-10 {
		border-start-start-radius: 0.25rem !important;
		border-end-start-radius: 0.25rem !important;
	}
	.border-radius-right-xl-10 {
		border-start-end-radius: 0.25rem !important;
		border-end-end-radius: 0.25rem !important;
	}
	.border-radius-top-right-xl-10 {
		border-start-end-radius: 0.25rem !important;
	}
	.border-radius-top-left-xl-10 {
		border-start-start-radius: 0.25rem !important;
	}
	.border-radius-bottom-right-xl-10 {
		border-end-end-radius: 0.25rem !important;
	}
	.border-radius-bottom-left-xl-10 {
		border-end-start-radius: 0.25rem !important;
	}
	.border-radius-xl-20 {
		border-radius: 0.5rem !important;
	}
	.border-radius-top-xl-20 {
		border-top-left-radius: 0.5rem !important;
		border-top-right-radius: 0.5rem !important;
	}
	.border-radius-bottom-xl-20 {
		border-bottom-left-radius: 0.5rem !important;
		border-bottom-right-radius: 0.5rem !important;
	}
	.border-radius-left-xl-20 {
		border-start-start-radius: 0.5rem !important;
		border-end-start-radius: 0.5rem !important;
	}
	.border-radius-right-xl-20 {
		border-start-end-radius: 0.5rem !important;
		border-end-end-radius: 0.5rem !important;
	}
	.border-radius-top-right-xl-20 {
		border-start-end-radius: 0.5rem !important;
	}
	.border-radius-top-left-xl-20 {
		border-start-start-radius: 0.5rem !important;
	}
	.border-radius-bottom-right-xl-20 {
		border-end-end-radius: 0.5rem !important;
	}
	.border-radius-bottom-left-xl-20 {
		border-end-start-radius: 0.5rem !important;
	}
	.border-radius-xl-30 {
		border-radius: 0.75rem !important;
	}
	.border-radius-top-xl-30 {
		border-top-left-radius: 0.75rem !important;
		border-top-right-radius: 0.75rem !important;
	}
	.border-radius-bottom-xl-30 {
		border-bottom-left-radius: 0.75rem !important;
		border-bottom-right-radius: 0.75rem !important;
	}
	.border-radius-left-xl-30 {
		border-start-start-radius: 0.75rem !important;
		border-end-start-radius: 0.75rem !important;
	}
	.border-radius-right-xl-30 {
		border-start-end-radius: 0.75rem !important;
		border-end-end-radius: 0.75rem !important;
	}
	.border-radius-top-right-xl-30 {
		border-start-end-radius: 0.75rem !important;
	}
	.border-radius-top-left-xl-30 {
		border-start-start-radius: 0.75rem !important;
	}
	.border-radius-bottom-right-xl-30 {
		border-end-end-radius: 0.75rem !important;
	}
	.border-radius-bottom-left-xl-30 {
		border-end-start-radius: 0.75rem !important;
	}
	.border-radius-xl-40 {
		border-radius: 1rem !important;
	}
	.border-radius-top-xl-40 {
		border-top-left-radius: 1rem !important;
		border-top-right-radius: 1rem !important;
	}
	.border-radius-bottom-xl-40 {
		border-bottom-left-radius: 1rem !important;
		border-bottom-right-radius: 1rem !important;
	}
	.border-radius-left-xl-40 {
		border-start-start-radius: 1rem !important;
		border-end-start-radius: 1rem !important;
	}
	.border-radius-right-xl-40 {
		border-start-end-radius: 1rem !important;
		border-end-end-radius: 1rem !important;
	}
	.border-radius-top-right-xl-40 {
		border-start-end-radius: 1rem !important;
	}
	.border-radius-top-left-xl-40 {
		border-start-start-radius: 1rem !important;
	}
	.border-radius-bottom-right-xl-40 {
		border-end-end-radius: 1rem !important;
	}
	.border-radius-bottom-left-xl-40 {
		border-end-start-radius: 1rem !important;
	}
	.border-radius-xl-50 {
		border-radius: 1.25rem !important;
	}
	.border-radius-top-xl-50 {
		border-top-left-radius: 1.25rem !important;
		border-top-right-radius: 1.25rem !important;
	}
	.border-radius-bottom-xl-50 {
		border-bottom-left-radius: 1.25rem !important;
		border-bottom-right-radius: 1.25rem !important;
	}
	.border-radius-left-xl-50 {
		border-start-start-radius: 1.25rem !important;
		border-end-start-radius: 1.25rem !important;
	}
	.border-radius-right-xl-50 {
		border-start-end-radius: 1.25rem !important;
		border-end-end-radius: 1.25rem !important;
	}
	.border-radius-top-right-xl-50 {
		border-start-end-radius: 1.25rem !important;
	}
	.border-radius-top-left-xl-50 {
		border-start-start-radius: 1.25rem !important;
	}
	.border-radius-bottom-right-xl-50 {
		border-end-end-radius: 1.25rem !important;
	}
	.border-radius-bottom-left-xl-50 {
		border-end-start-radius: 1.25rem !important;
	}
	.border-radius-xl-pill {
		border-radius: 60rem !important;
	}
	.border-radius-top-xl-pill {
		border-top-left-radius: 60rem !important;
		border-top-right-radius: 60rem !important;
	}
	.border-radius-bottom-xl-pill {
		border-bottom-left-radius: 60rem !important;
		border-bottom-right-radius: 60rem !important;
	}
	.border-radius-left-xl-pill {
		border-start-start-radius: 60rem !important;
		border-end-start-radius: 60rem !important;
	}
	.border-radius-right-xl-pill {
		border-start-end-radius: 60rem !important;
		border-end-end-radius: 60rem !important;
	}
	.border-radius-top-right-xl-pill {
		border-start-end-radius: 60rem !important;
	}
	.border-radius-top-left-xl-pill {
		border-start-start-radius: 60rem !important;
	}
	.border-radius-bottom-right-xl-pill {
		border-end-end-radius: 60rem !important;
	}
	.border-radius-bottom-left-xl-pill {
		border-end-start-radius: 60rem !important;
	}
	.border-radius-xl-round {
		border-radius: 100% !important;
	}
	.border-radius-top-xl-round {
		border-top-left-radius: 100% !important;
		border-top-right-radius: 100% !important;
	}
	.border-radius-bottom-xl-round {
		border-bottom-left-radius: 100% !important;
		border-bottom-right-radius: 100% !important;
	}
	.border-radius-left-xl-round {
		border-start-start-radius: 100% !important;
		border-end-start-radius: 100% !important;
	}
	.border-radius-right-xl-round {
		border-start-end-radius: 100% !important;
		border-end-end-radius: 100% !important;
	}
	.border-radius-top-right-xl-round {
		border-start-end-radius: 100% !important;
	}
	.border-radius-top-left-xl-round {
		border-start-start-radius: 100% !important;
	}
	.border-radius-bottom-right-xl-round {
		border-end-end-radius: 100% !important;
	}
	.border-radius-bottom-left-xl-round {
		border-end-start-radius: 100% !important;
	}
}

.bg-gray-100 {
	background-color: #f2f2f2 !important;
	color: #000;
}

.bg-gray-200,
.bg-neutral-100,
.theme-dark .bg-neutral-400 {
	background-color: #e6e6e6 !important;
	color: #000;
}

.bg-gray-300,
.bg-neutral-200,
.theme-dark .bg-neutral-300 {
	background-color: #d2d2d2 !important;
	color: #000;
}

.bg-gray-400 {
	background-color: #a2a2a2 !important;
	color: #000;
}

.bg-gray-475 {
	background-color: #858585 !important;
	color: #000;
}

.bg-gray-500,
.theme-dark .bg-neutral-200,
.bg-neutral-300 {
	background-color: #757575 !important;
	color: #fff;
}

.bg-gray-600,
.theme-dark .bg-neutral-100,
.bg-neutral-400 {
	background-color: #505050 !important;
	color: #fff;
}

.bg-gray-700 {
	background-color: #404040 !important;
	color: #fff;
}

.bg-gray-800 {
	background-color: #2f2f2f !important;
	color: #fff;
}

.bg-gray-900 {
	background-color: #171717 !important;
	color: #fff;
}

.bg-blue,
.bg-primary,
.theme-dark .bg-primary-alt,
.bg-brand {
	background-color: #0067b8 !important;
	color: #fff;
}

.bg-orange {
	background-color: #d83b01 !important;
	color: #fff;
}

.bg-green {
	background-color: #107c10 !important;
	color: #fff;
}

.bg-purple {
	background-color: #8661c5 !important;
	color: #fff;
}

.bg-yellow {
	background-color: #ffb900 !important;
	color: #000;
}

.bg-teal {
	background-color: #008575 !important;
	color: #fff;
}

.bg-dark-blue,
.bg-brand-dark {
	background-color: #243a5e !important;
	color: #fff;
}

.bg-dark-orange {
	background-color: #6b2929 !important;
	color: #fff;
}

.bg-dark-green {
	background-color: #054b16 !important;
	color: #fff;
}

.bg-dark-purple {
	background-color: #3b2e58 !important;
	color: #fff;
}

.bg-dark-yellow {
	background-color: #6a4b16 !important;
	color: #fff;
}

.bg-dark-teal {
	background-color: #274b47 !important;
	color: #fff;
}

.bg-light-blue,
.bg-brand-light {
	background-color: #50e6ff !important;
	color: #000;
}

.bg-light-orange {
	background-color: #ff9349 !important;
	color: #000;
}

.bg-light-green {
	background-color: #9bf00b !important;
	color: #000;
}

.bg-light-purple {
	background-color: #d59dff !important;
	color: #000;
}

.bg-light-yellow {
	background-color: #fef000 !important;
	color: #000;
}

.bg-light-teal {
	background-color: #30e5d0 !important;
	color: #000;
}

.bg-alt-blue,
.theme-dark .bg-primary,
.bg-primary-alt {
	background-color: #3aa0fa !important;
	color: #000;
}

.bg-alt-orange {
	background-color: #f7894a !important;
	color: #000;
}

.bg-alt-green {
	background-color: #5dc21e !important;
	color: #000;
}

.bg-white,
.theme-dark .bg-secondary,
.theme-dark .bg-inverse,
.bg-light {
	background-color: #fff !important;
	color: #000;
}

.bg-black,
.bg-secondary,
.bg-inverse,
.bg-dark {
	background-color: #000 !important;
	color: #fff;
}

.bg-body {
	background-color: #fff !important;
	color: #000;
}
.theme-dark .bg-body {
	background-color: #000 !important;
	color: #fff;
}

.bg-transparent,
.bg-transparent-text-dark,
.bg-transparent-text-light {
	background-color: transparent !important;
}

.bg-transparent-text-dark {
	color: #000 !important;
}

.bg-transparent-text-light {
	color: #fff !important;
}

.bg-transparent-text-dark a:not(.btn),
.bg-transparent-text-light a:not(.btn) {
	color: inherit;
}

@media (forced-colors: active) {
	.bg-transparent,
	.bg-transparent-text-dark,
	.bg-transparent-text-light {
		background-color: canvas !important;
		color: canvastext !important;
	}
}

@media (min-width: 540px) {
	.bg-sm-transparent,
	.bg-sm-transparent-text-dark,
	.bg-sm-transparent-text-light {
		background-color: transparent !important;
	}
	.bg-sm-transparent-text-dark {
		color: #000 !important;
	}
	.bg-sm-transparent-text-light {
		color: #fff !important;
	}
	.bg-sm-transparent-text-dark a:not(.btn),
	.bg-sm-transparent-text-light a:not(.btn) {
		color: inherit;
	}
}

@media (min-width: 540px) and (forced-colors: active) {
	.bg-sm-transparent,
	.bg-sm-transparent-text-dark,
	.bg-sm-transparent-text-light {
		background-color: canvas !important;
		color: canvastext !important;
	}
}

@media (min-width: 860px) {
	.bg-md-transparent,
	.bg-md-transparent-text-dark,
	.bg-md-transparent-text-light {
		background-color: transparent !important;
	}
	.bg-md-transparent-text-dark {
		color: #000 !important;
	}
	.bg-md-transparent-text-light {
		color: #fff !important;
	}
	.bg-md-transparent-text-dark a:not(.btn),
	.bg-md-transparent-text-light a:not(.btn) {
		color: inherit;
	}
}

@media (min-width: 860px) and (forced-colors: active) {
	.bg-md-transparent,
	.bg-md-transparent-text-dark,
	.bg-md-transparent-text-light {
		background-color: canvas !important;
		color: canvastext !important;
	}
}

@media (min-width: 1084px) {
	.bg-lg-transparent,
	.bg-lg-transparent-text-dark,
	.bg-lg-transparent-text-light {
		background-color: transparent !important;
	}
	.bg-lg-transparent-text-dark {
		color: #000 !important;
	}
	.bg-lg-transparent-text-light {
		color: #fff !important;
	}
	.bg-lg-transparent-text-dark a:not(.btn),
	.bg-lg-transparent-text-light a:not(.btn) {
		color: inherit;
	}
}

@media (min-width: 1084px) and (forced-colors: active) {
	.bg-lg-transparent,
	.bg-lg-transparent-text-dark,
	.bg-lg-transparent-text-light {
		background-color: canvas !important;
		color: canvastext !important;
	}
}

@media (min-width: 1400px) {
	.bg-xl-transparent,
	.bg-xl-transparent-text-dark,
	.bg-xl-transparent-text-light {
		background-color: transparent !important;
	}
	.bg-xl-transparent-text-dark {
		color: #000 !important;
	}
	.bg-xl-transparent-text-light {
		color: #fff !important;
	}
	.bg-xl-transparent-text-dark a:not(.btn),
	.bg-xl-transparent-text-light a:not(.btn) {
		color: inherit;
	}
}

@media (min-width: 1400px) and (forced-colors: active) {
	.bg-xl-transparent,
	.bg-xl-transparent-text-dark,
	.bg-xl-transparent-text-light {
		background-color: canvas !important;
		color: canvastext !important;
	}
}

.depth-none {
	box-shadow: none !important;
}
.theme-dark .depth-none {
	box-shadow: none !important;
}

.depth-8-dark {
	box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
		0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3) !important;
}
.theme-dark .depth-8-dark {
	box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
		0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3) !important;
}

.depth-64 {
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.12),
		0 1rem 4rem 0 rgba(0, 0, 0, 0.12) !important;
}
.theme-dark .depth-64 {
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.48),
		0 1rem 4rem 0 rgba(0, 0, 0, 0.48) !important;
}

.depth-48 {
	box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.12),
		0 0.75rem 3rem 0 rgba(0, 0, 0, 0.12) !important;
}
.theme-dark .depth-48 {
	box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.48),
		0 0.75rem 3rem 0 rgba(0, 0, 0, 0.48) !important;
}

.depth-32 {
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.12),
		0 0.5rem 2rem 0 rgba(0, 0, 0, 0.12) !important;
}
.theme-dark .depth-32 {
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.48),
		0 0.5rem 2rem 0 rgba(0, 0, 0, 0.48) !important;
}

.depth-24 {
	box-shadow: 0 0.1875rem 0.75rem 0 rgba(0, 0, 0, 0.12),
		0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.12) !important;
}
.theme-dark .depth-24 {
	box-shadow: 0 0.1875rem 0.75rem 0 rgba(0, 0, 0, 0.48),
		0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.48) !important;
}

.depth-16 {
	box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12),
		0 0.25rem 1rem 0 rgba(0, 0, 0, 0.12) !important;
}
.theme-dark .depth-16 {
	box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48),
		0 0.25rem 1rem 0 rgba(0, 0, 0, 0.48) !important;
}

.depth-8 {
	box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12) !important;
}
.theme-dark .depth-8 {
	box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48) !important;
}

.depth-4 {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12) !important;
}
.theme-dark .depth-4 {
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48) !important;
}

.depth-2 {
	box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.12),
		0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.12) !important;
}
.theme-dark .depth-2 {
	box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.48),
		0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.48) !important;
}

@media (min-width: 540px) {
	.depth-sm-none {
		box-shadow: none !important;
	}
	.theme-dark .depth-sm-none {
		box-shadow: none !important;
	}
	.depth-sm-8-dark {
		box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3) !important;
	}
	.theme-dark .depth-sm-8-dark {
		box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3) !important;
	}
	.depth-sm-64 {
		box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.12),
			0 1rem 4rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-sm-64 {
		box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.48),
			0 1rem 4rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-sm-48 {
		box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.12),
			0 0.75rem 3rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-sm-48 {
		box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.48),
			0 0.75rem 3rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-sm-32 {
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.12),
			0 0.5rem 2rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-sm-32 {
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.48),
			0 0.5rem 2rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-sm-24 {
		box-shadow: 0 0.1875rem 0.75rem 0 rgba(0, 0, 0, 0.12),
			0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-sm-24 {
		box-shadow: 0 0.1875rem 0.75rem 0 rgba(0, 0, 0, 0.48),
			0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-sm-16 {
		box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12),
			0 0.25rem 1rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-sm-16 {
		box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48),
			0 0.25rem 1rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-sm-8 {
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.12),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-sm-8 {
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.48),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-sm-4 {
		box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
			0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-sm-4 {
		box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
			0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-sm-2 {
		box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.12),
			0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-sm-2 {
		box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.48),
			0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.48) !important;
	}
}

@media (min-width: 860px) {
	.depth-md-none {
		box-shadow: none !important;
	}
	.theme-dark .depth-md-none {
		box-shadow: none !important;
	}
	.depth-md-8-dark {
		box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3) !important;
	}
	.theme-dark .depth-md-8-dark {
		box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3) !important;
	}
	.depth-md-64 {
		box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.12),
			0 1rem 4rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-md-64 {
		box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.48),
			0 1rem 4rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-md-48 {
		box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.12),
			0 0.75rem 3rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-md-48 {
		box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.48),
			0 0.75rem 3rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-md-32 {
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.12),
			0 0.5rem 2rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-md-32 {
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.48),
			0 0.5rem 2rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-md-24 {
		box-shadow: 0 0.1875rem 0.75rem 0 rgba(0, 0, 0, 0.12),
			0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-md-24 {
		box-shadow: 0 0.1875rem 0.75rem 0 rgba(0, 0, 0, 0.48),
			0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-md-16 {
		box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12),
			0 0.25rem 1rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-md-16 {
		box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48),
			0 0.25rem 1rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-md-8 {
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.12),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-md-8 {
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.48),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-md-4 {
		box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
			0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-md-4 {
		box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
			0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-md-2 {
		box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.12),
			0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-md-2 {
		box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.48),
			0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.48) !important;
	}
}

@media (min-width: 1084px) {
	.depth-lg-none {
		box-shadow: none !important;
	}
	.theme-dark .depth-lg-none {
		box-shadow: none !important;
	}
	.depth-lg-8-dark {
		box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3) !important;
	}
	.theme-dark .depth-lg-8-dark {
		box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3) !important;
	}
	.depth-lg-64 {
		box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.12),
			0 1rem 4rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-lg-64 {
		box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.48),
			0 1rem 4rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-lg-48 {
		box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.12),
			0 0.75rem 3rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-lg-48 {
		box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.48),
			0 0.75rem 3rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-lg-32 {
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.12),
			0 0.5rem 2rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-lg-32 {
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.48),
			0 0.5rem 2rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-lg-24 {
		box-shadow: 0 0.1875rem 0.75rem 0 rgba(0, 0, 0, 0.12),
			0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-lg-24 {
		box-shadow: 0 0.1875rem 0.75rem 0 rgba(0, 0, 0, 0.48),
			0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-lg-16 {
		box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12),
			0 0.25rem 1rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-lg-16 {
		box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48),
			0 0.25rem 1rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-lg-8 {
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.12),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-lg-8 {
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.48),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-lg-4 {
		box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
			0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-lg-4 {
		box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
			0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-lg-2 {
		box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.12),
			0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-lg-2 {
		box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.48),
			0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.48) !important;
	}
}

@media (min-width: 1400px) {
	.depth-xl-none {
		box-shadow: none !important;
	}
	.theme-dark .depth-xl-none {
		box-shadow: none !important;
	}
	.depth-xl-8-dark {
		box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3) !important;
	}
	.theme-dark .depth-xl-8-dark {
		box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
			0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3) !important;
	}
	.depth-xl-64 {
		box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.12),
			0 1rem 4rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-xl-64 {
		box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.48),
			0 1rem 4rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-xl-48 {
		box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.12),
			0 0.75rem 3rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-xl-48 {
		box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.48),
			0 0.75rem 3rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-xl-32 {
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.12),
			0 0.5rem 2rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-xl-32 {
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.48),
			0 0.5rem 2rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-xl-24 {
		box-shadow: 0 0.1875rem 0.75rem 0 rgba(0, 0, 0, 0.12),
			0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-xl-24 {
		box-shadow: 0 0.1875rem 0.75rem 0 rgba(0, 0, 0, 0.48),
			0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-xl-16 {
		box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12),
			0 0.25rem 1rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-xl-16 {
		box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48),
			0 0.25rem 1rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-xl-8 {
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.12),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-xl-8 {
		box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.48),
			0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-xl-4 {
		box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
			0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-xl-4 {
		box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.48),
			0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.48) !important;
	}
	.depth-xl-2 {
		box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.12),
			0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.12) !important;
	}
	.theme-dark .depth-xl-2 {
		box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.48),
			0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.48) !important;
	}
}

.depth-none-hover::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: none !important;
	opacity: 0;
	transition: opacity 200ms;
}
@media (prefers-reduced-motion: reduce) {
	.depth-none-hover::before {
		transition: none;
	}
}

.depth-none-hover:hover::before,
.depth-none-hover:focus::before {
	opacity: 1;
}

.depth-8-dark-hover::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.45),
		0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3) !important;
	opacity: 0;
	transition: opacity 200ms;
}
@media (prefers-reduced-motion: reduce) {
	.depth-8-dark-hover::before {
		transition: none;
	}
}

.depth-8-dark-hover:hover::before,
.depth-8-dark-hover:focus::before {
	opacity: 1;
}

.depth-64-hover::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.12),
		0 1rem 4rem 0 rgba(0, 0, 0, 0.12) !important;
	opacity: 0;
	transition: opacity 200ms;
}
@media (prefers-reduced-motion: reduce) {
	.depth-64-hover::before {
		transition: none;
	}
}

.depth-64-hover:hover::before,
.depth-64-hover:focus::before {
	opacity: 1;
}

.depth-48-hover::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.12),
		0 0.75rem 3rem 0 rgba(0, 0, 0, 0.12) !important;
	opacity: 0;
	transition: opacity 200ms;
}
@media (prefers-reduced-motion: reduce) {
	.depth-48-hover::before {
		transition: none;
	}
}

.depth-48-hover:hover::before,
.depth-48-hover:focus::before {
	opacity: 1;
}

.depth-32-hover::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.12),
		0 0.5rem 2rem 0 rgba(0, 0, 0, 0.12) !important;
	opacity: 0;
	transition: opacity 200ms;
}
@media (prefers-reduced-motion: reduce) {
	.depth-32-hover::before {
		transition: none;
	}
}

.depth-32-hover:hover::before,
.depth-32-hover:focus::before {
	opacity: 1;
}

.depth-24-hover::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0.1875rem 0.75rem 0 rgba(0, 0, 0, 0.12),
		0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.12) !important;
	opacity: 0;
	transition: opacity 200ms;
}
@media (prefers-reduced-motion: reduce) {
	.depth-24-hover::before {
		transition: none;
	}
}

.depth-24-hover:hover::before,
.depth-24-hover:focus::before {
	opacity: 1;
}

.depth-16-hover::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12),
		0 0.25rem 1rem 0 rgba(0, 0, 0, 0.12) !important;
	opacity: 0;
	transition: opacity 200ms;
}
@media (prefers-reduced-motion: reduce) {
	.depth-16-hover::before {
		transition: none;
	}
}

.depth-16-hover:hover::before,
.depth-16-hover:focus::before {
	opacity: 1;
}

.depth-8-hover::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12) !important;
	opacity: 0;
	transition: opacity 200ms;
}
@media (prefers-reduced-motion: reduce) {
	.depth-8-hover::before {
		transition: none;
	}
}

.depth-8-hover:hover::before,
.depth-8-hover:focus::before {
	opacity: 1;
}

.depth-4-hover::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12),
		0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.12) !important;
	opacity: 0;
	transition: opacity 200ms;
}
@media (prefers-reduced-motion: reduce) {
	.depth-4-hover::before {
		transition: none;
	}
}

.depth-4-hover:hover::before,
.depth-4-hover:focus::before {
	opacity: 1;
}

.depth-2-hover::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.12),
		0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.12) !important;
	opacity: 0;
	transition: opacity 200ms;
}
@media (prefers-reduced-motion: reduce) {
	.depth-2-hover::before {
		transition: none;
	}
}

.depth-2-hover:hover::before,
.depth-2-hover:focus::before {
	opacity: 1;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width: 540px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 860px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1084px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1400px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media (min-width: 540px) {
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 860px) {
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1084px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1400px) {
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

html:not([dir="rtl"]) .float-left {
	float: left !important;
}

html[dir="rtl"] .float-left {
	float: right !important;
}

html:not([dir="rtl"]) .float-right {
	float: right !important;
}

html[dir="rtl"] .float-right {
	float: left !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 540px) {
	html:not([dir="rtl"]) .float-sm-left {
		float: left !important;
	}
	html[dir="rtl"] .float-sm-left {
		float: right !important;
	}
	html:not([dir="rtl"]) .float-sm-right {
		float: right !important;
	}
	html[dir="rtl"] .float-sm-right {
		float: left !important;
	}
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 860px) {
	html:not([dir="rtl"]) .float-md-left {
		float: left !important;
	}
	html[dir="rtl"] .float-md-left {
		float: right !important;
	}
	html:not([dir="rtl"]) .float-md-right {
		float: right !important;
	}
	html[dir="rtl"] .float-md-right {
		float: left !important;
	}
	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 1084px) {
	html:not([dir="rtl"]) .float-lg-left {
		float: left !important;
	}
	html[dir="rtl"] .float-lg-left {
		float: right !important;
	}
	html:not([dir="rtl"]) .float-lg-right {
		float: right !important;
	}
	html[dir="rtl"] .float-lg-right {
		float: left !important;
	}
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1400px) {
	html:not([dir="rtl"]) .float-xl-left {
		float: left !important;
	}
	html[dir="rtl"] .float-xl-left {
		float: right !important;
	}
	html:not([dir="rtl"]) .float-xl-right {
		float: right !important;
	}
	html[dir="rtl"] .float-xl-right {
		float: left !important;
	}
	.float-xl-none {
		float: none !important;
	}
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute,
.absolute-center {
	position: absolute !important;
}

.position-fixed,
.fixed-top,
.fixed-bottom {
	position: fixed !important;
	z-index: 1030;
}

.position-sticky {
	position: sticky !important;
	z-index: 1020;
}

.fixed-top {
	top: 0;
	right: 0;
	left: 0;
}

.fixed-bottom {
	bottom: 0;
	right: 0;
	left: 0;
}

.absolute-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.top-0 {
	top: 0 !important;
}

.bottom-0 {
	bottom: 0 !important;
}

html:not([dir="rtl"]) .left-0 {
	left: 0 !important;
}

html[dir="rtl"] .left-0 {
	right: 0 !important;
}

html:not([dir="rtl"]) .right-0 {
	right: 0 !important;
}

html[dir="rtl"] .right-0 {
	left: 0 !important;
}

.top-1 {
	top: 0.25rem !important;
}

.bottom-1 {
	bottom: 0.25rem !important;
}

html:not([dir="rtl"]) .left-1 {
	left: 0.25rem !important;
}

html[dir="rtl"] .left-1 {
	right: 0.25rem !important;
}

html:not([dir="rtl"]) .right-1 {
	right: 0.25rem !important;
}

html[dir="rtl"] .right-1 {
	left: 0.25rem !important;
}

.top-2 {
	top: 0.5rem !important;
}

.bottom-2 {
	bottom: 0.5rem !important;
}

html:not([dir="rtl"]) .left-2 {
	left: 0.5rem !important;
}

html[dir="rtl"] .left-2 {
	right: 0.5rem !important;
}

html:not([dir="rtl"]) .right-2 {
	right: 0.5rem !important;
}

html[dir="rtl"] .right-2 {
	left: 0.5rem !important;
}

.top-3 {
	top: 1rem !important;
}

.bottom-3 {
	bottom: 1rem !important;
}

html:not([dir="rtl"]) .left-3 {
	left: 1rem !important;
}

html[dir="rtl"] .left-3 {
	right: 1rem !important;
}

html:not([dir="rtl"]) .right-3 {
	right: 1rem !important;
}

html[dir="rtl"] .right-3 {
	left: 1rem !important;
}

.top-4 {
	top: 1.5rem !important;
}

.bottom-4 {
	bottom: 1.5rem !important;
}

html:not([dir="rtl"]) .left-4 {
	left: 1.5rem !important;
}

html[dir="rtl"] .left-4 {
	right: 1.5rem !important;
}

html:not([dir="rtl"]) .right-4 {
	right: 1.5rem !important;
}

html[dir="rtl"] .right-4 {
	left: 1.5rem !important;
}

.top-5 {
	top: 3rem !important;
}

.bottom-5 {
	bottom: 3rem !important;
}

html:not([dir="rtl"]) .left-5 {
	left: 3rem !important;
}

html[dir="rtl"] .left-5 {
	right: 3rem !important;
}

html:not([dir="rtl"]) .right-5 {
	right: 3rem !important;
}

html[dir="rtl"] .right-5 {
	left: 3rem !important;
}

.top-g {
	top: 0.75rem !important;
}

.bottom-g {
	bottom: 0.75rem !important;
}

html:not([dir="rtl"]) .left-g {
	left: 0.75rem !important;
}

html[dir="rtl"] .left-g {
	right: 0.75rem !important;
}

html:not([dir="rtl"]) .right-g {
	right: 0.75rem !important;
}

html[dir="rtl"] .right-g {
	left: 0.75rem !important;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:not(:active):not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
	border: 0;
}

.sr-only-image-overlay {
	color: #000;
	background-color: #fff;
}
.theme-dark .sr-only-image-overlay {
	background-color: #000;
	color: #fff;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.w-col-1 {
	width: 8.33333% !important;
}

.w-col-2 {
	width: 16.66667% !important;
}

.w-col-3,
.w-25 {
	width: 25% !important;
}

.w-col-4 {
	width: 33.33333% !important;
}

.w-col-5 {
	width: 41.66667% !important;
}

.w-col-6,
.w-50 {
	width: 50% !important;
}

.w-col-7 {
	width: 58.33333% !important;
}

.w-col-8 {
	width: 66.66667% !important;
}

.w-col-9,
.w-75 {
	width: 75% !important;
}

.w-col-10 {
	width: 83.33333% !important;
}

.w-col-11 {
	width: 91.66667% !important;
}

.w-col-12,
.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

@media (min-width: 540px) {
	.w-sm-col-1 {
		width: 8.33333% !important;
	}
	.w-sm-col-2 {
		width: 16.66667% !important;
	}
	.w-sm-col-3,
	.w-sm-25 {
		width: 25% !important;
	}
	.w-sm-col-4 {
		width: 33.33333% !important;
	}
	.w-sm-col-5 {
		width: 41.66667% !important;
	}
	.w-sm-col-6,
	.w-sm-50 {
		width: 50% !important;
	}
	.w-sm-col-7 {
		width: 58.33333% !important;
	}
	.w-sm-col-8 {
		width: 66.66667% !important;
	}
	.w-sm-col-9,
	.w-sm-75 {
		width: 75% !important;
	}
	.w-sm-col-10 {
		width: 83.33333% !important;
	}
	.w-sm-col-11 {
		width: 91.66667% !important;
	}
	.w-sm-col-12,
	.w-sm-100 {
		width: 100% !important;
	}
	.w-sm-auto {
		width: auto !important;
	}
}

@media (min-width: 860px) {
	.w-md-col-1 {
		width: 8.33333% !important;
	}
	.w-md-col-2 {
		width: 16.66667% !important;
	}
	.w-md-col-3,
	.w-md-25 {
		width: 25% !important;
	}
	.w-md-col-4 {
		width: 33.33333% !important;
	}
	.w-md-col-5 {
		width: 41.66667% !important;
	}
	.w-md-col-6,
	.w-md-50 {
		width: 50% !important;
	}
	.w-md-col-7 {
		width: 58.33333% !important;
	}
	.w-md-col-8 {
		width: 66.66667% !important;
	}
	.w-md-col-9,
	.w-md-75 {
		width: 75% !important;
	}
	.w-md-col-10 {
		width: 83.33333% !important;
	}
	.w-md-col-11 {
		width: 91.66667% !important;
	}
	.w-md-col-12,
	.w-md-100 {
		width: 100% !important;
	}
	.w-md-auto {
		width: auto !important;
	}
}

@media (min-width: 1084px) {
	.w-lg-col-1 {
		width: 8.33333% !important;
	}
	.w-lg-col-2 {
		width: 16.66667% !important;
	}
	.w-lg-col-3,
	.w-lg-25 {
		width: 25% !important;
	}
	.w-lg-col-4 {
		width: 33.33333% !important;
	}
	.w-lg-col-5 {
		width: 41.66667% !important;
	}
	.w-lg-col-6,
	.w-lg-50 {
		width: 50% !important;
	}
	.w-lg-col-7 {
		width: 58.33333% !important;
	}
	.w-lg-col-8 {
		width: 66.66667% !important;
	}
	.w-lg-col-9,
	.w-lg-75 {
		width: 75% !important;
	}
	.w-lg-col-10 {
		width: 83.33333% !important;
	}
	.w-lg-col-11 {
		width: 91.66667% !important;
	}
	.w-lg-col-12,
	.w-lg-100 {
		width: 100% !important;
	}
	.w-lg-auto {
		width: auto !important;
	}
}

@media (min-width: 1400px) {
	.w-xl-col-1 {
		width: 8.33333% !important;
	}
	.w-xl-col-2 {
		width: 16.66667% !important;
	}
	.w-xl-col-3,
	.w-xl-25 {
		width: 25% !important;
	}
	.w-xl-col-4 {
		width: 33.33333% !important;
	}
	.w-xl-col-5 {
		width: 41.66667% !important;
	}
	.w-xl-col-6,
	.w-xl-50 {
		width: 50% !important;
	}
	.w-xl-col-7 {
		width: 58.33333% !important;
	}
	.w-xl-col-8 {
		width: 66.66667% !important;
	}
	.w-xl-col-9,
	.w-xl-75 {
		width: 75% !important;
	}
	.w-xl-col-10 {
		width: 83.33333% !important;
	}
	.w-xl-col-11 {
		width: 91.66667% !important;
	}
	.w-xl-col-12,
	.w-xl-100 {
		width: 100% !important;
	}
	.w-xl-auto {
		width: auto !important;
	}
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.mw-fit-content {
	max-width: -moz-fit-content !important;
	max-width: fit-content !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

html:not([dir="rtl"]) .mr-0,
html:not([dir="rtl"]) .mx-0 {
	margin-right: 0 !important;
}

html[dir="rtl"] .mr-0,
html[dir="rtl"] .mx-0 {
	margin-left: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

html:not([dir="rtl"]) .ml-0,
html:not([dir="rtl"]) .mx-0 {
	margin-left: 0 !important;
}

html[dir="rtl"] .ml-0,
html[dir="rtl"] .mx-0 {
	margin-right: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

html:not([dir="rtl"]) .mr-1,
html:not([dir="rtl"]) .mx-1 {
	margin-right: 0.25rem !important;
}

html[dir="rtl"] .mr-1,
html[dir="rtl"] .mx-1 {
	margin-left: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

html:not([dir="rtl"]) .ml-1,
html:not([dir="rtl"]) .mx-1 {
	margin-left: 0.25rem !important;
}

html[dir="rtl"] .ml-1,
html[dir="rtl"] .mx-1 {
	margin-right: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

html:not([dir="rtl"]) .mr-2,
html:not([dir="rtl"]) .mx-2 {
	margin-right: 0.5rem !important;
}

html[dir="rtl"] .mr-2,
html[dir="rtl"] .mx-2 {
	margin-left: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

html:not([dir="rtl"]) .ml-2,
html:not([dir="rtl"]) .mx-2 {
	margin-left: 0.5rem !important;
}

html[dir="rtl"] .ml-2,
html[dir="rtl"] .mx-2 {
	margin-right: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

html:not([dir="rtl"]) .mr-3,
html:not([dir="rtl"]) .mx-3 {
	margin-right: 1rem !important;
}

html[dir="rtl"] .mr-3,
html[dir="rtl"] .mx-3 {
	margin-left: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

html:not([dir="rtl"]) .ml-3,
html:not([dir="rtl"]) .mx-3 {
	margin-left: 1rem !important;
}

html[dir="rtl"] .ml-3,
html[dir="rtl"] .mx-3 {
	margin-right: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

html:not([dir="rtl"]) .mr-4,
html:not([dir="rtl"]) .mx-4 {
	margin-right: 1.5rem !important;
}

html[dir="rtl"] .mr-4,
html[dir="rtl"] .mx-4 {
	margin-left: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

html:not([dir="rtl"]) .ml-4,
html:not([dir="rtl"]) .mx-4 {
	margin-left: 1.5rem !important;
}

html[dir="rtl"] .ml-4,
html[dir="rtl"] .mx-4 {
	margin-right: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

html:not([dir="rtl"]) .mr-5,
html:not([dir="rtl"]) .mx-5 {
	margin-right: 3rem !important;
}

html[dir="rtl"] .mr-5,
html[dir="rtl"] .mx-5 {
	margin-left: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

html:not([dir="rtl"]) .ml-5,
html:not([dir="rtl"]) .mx-5 {
	margin-left: 3rem !important;
}

html[dir="rtl"] .ml-5,
html[dir="rtl"] .mx-5 {
	margin-right: 3rem !important;
}

.m-g {
	margin: 0.75rem !important;
}

.mt-g,
.my-g {
	margin-top: 0.75rem !important;
}

html:not([dir="rtl"]) .mr-g,
html:not([dir="rtl"]) .mx-g {
	margin-right: 0.75rem !important;
}

html[dir="rtl"] .mr-g,
html[dir="rtl"] .mx-g {
	margin-left: 0.75rem !important;
}

.mb-g,
.my-g {
	margin-bottom: 0.75rem !important;
}

html:not([dir="rtl"]) .ml-g,
html:not([dir="rtl"]) .mx-g {
	margin-left: 0.75rem !important;
}

html[dir="rtl"] .ml-g,
html[dir="rtl"] .mx-g {
	margin-right: 0.75rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

html:not([dir="rtl"]) .pr-0,
html:not([dir="rtl"]) .px-0 {
	padding-right: 0 !important;
}

html[dir="rtl"] .pr-0,
html[dir="rtl"] .px-0 {
	padding-left: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

html:not([dir="rtl"]) .pl-0,
html:not([dir="rtl"]) .px-0 {
	padding-left: 0 !important;
}

html[dir="rtl"] .pl-0,
html[dir="rtl"] .px-0 {
	padding-right: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

html:not([dir="rtl"]) .pr-1,
html:not([dir="rtl"]) .px-1 {
	padding-right: 0.25rem !important;
}

html[dir="rtl"] .pr-1,
html[dir="rtl"] .px-1 {
	padding-left: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

html:not([dir="rtl"]) .pl-1,
html:not([dir="rtl"]) .px-1 {
	padding-left: 0.25rem !important;
}

html[dir="rtl"] .pl-1,
html[dir="rtl"] .px-1 {
	padding-right: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

html:not([dir="rtl"]) .pr-2,
html:not([dir="rtl"]) .px-2 {
	padding-right: 0.5rem !important;
}

html[dir="rtl"] .pr-2,
html[dir="rtl"] .px-2 {
	padding-left: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

html:not([dir="rtl"]) .pl-2,
html:not([dir="rtl"]) .px-2 {
	padding-left: 0.5rem !important;
}

html[dir="rtl"] .pl-2,
html[dir="rtl"] .px-2 {
	padding-right: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

html:not([dir="rtl"]) .pr-3,
html:not([dir="rtl"]) .px-3 {
	padding-right: 1rem !important;
}

html[dir="rtl"] .pr-3,
html[dir="rtl"] .px-3 {
	padding-left: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

html:not([dir="rtl"]) .pl-3,
html:not([dir="rtl"]) .px-3 {
	padding-left: 1rem !important;
}

html[dir="rtl"] .pl-3,
html[dir="rtl"] .px-3 {
	padding-right: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

html:not([dir="rtl"]) .pr-4,
html:not([dir="rtl"]) .px-4 {
	padding-right: 1.5rem !important;
}

html[dir="rtl"] .pr-4,
html[dir="rtl"] .px-4 {
	padding-left: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

html:not([dir="rtl"]) .pl-4,
html:not([dir="rtl"]) .px-4 {
	padding-left: 1.5rem !important;
}

html[dir="rtl"] .pl-4,
html[dir="rtl"] .px-4 {
	padding-right: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

html:not([dir="rtl"]) .pr-5,
html:not([dir="rtl"]) .px-5 {
	padding-right: 3rem !important;
}

html[dir="rtl"] .pr-5,
html[dir="rtl"] .px-5 {
	padding-left: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

html:not([dir="rtl"]) .pl-5,
html:not([dir="rtl"]) .px-5 {
	padding-left: 3rem !important;
}

html[dir="rtl"] .pl-5,
html[dir="rtl"] .px-5 {
	padding-right: 3rem !important;
}

.p-g {
	padding: 0.75rem !important;
}

.pt-g,
.py-g {
	padding-top: 0.75rem !important;
}

html:not([dir="rtl"]) .pr-g,
html:not([dir="rtl"]) .px-g {
	padding-right: 0.75rem !important;
}

html[dir="rtl"] .pr-g,
html[dir="rtl"] .px-g {
	padding-left: 0.75rem !important;
}

.pb-g,
.py-g {
	padding-bottom: 0.75rem !important;
}

html:not([dir="rtl"]) .pl-g,
html:not([dir="rtl"]) .px-g {
	padding-left: 0.75rem !important;
}

html[dir="rtl"] .pl-g,
html[dir="rtl"] .px-g {
	padding-right: 0.75rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

html:not([dir="rtl"]) .mr-n1,
html:not([dir="rtl"]) .mx-n1 {
	margin-right: -0.25rem !important;
}

html[dir="rtl"] .mr-n1,
html[dir="rtl"] .mx-n1 {
	margin-left: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

html:not([dir="rtl"]) .ml-n1,
html:not([dir="rtl"]) .mx-n1 {
	margin-left: -0.25rem !important;
}

html[dir="rtl"] .ml-n1,
html[dir="rtl"] .mx-n1 {
	margin-right: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

html:not([dir="rtl"]) .mr-n2,
html:not([dir="rtl"]) .mx-n2 {
	margin-right: -0.5rem !important;
}

html[dir="rtl"] .mr-n2,
html[dir="rtl"] .mx-n2 {
	margin-left: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

html:not([dir="rtl"]) .ml-n2,
html:not([dir="rtl"]) .mx-n2 {
	margin-left: -0.5rem !important;
}

html[dir="rtl"] .ml-n2,
html[dir="rtl"] .mx-n2 {
	margin-right: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

html:not([dir="rtl"]) .mr-n3,
html:not([dir="rtl"]) .mx-n3 {
	margin-right: -1rem !important;
}

html[dir="rtl"] .mr-n3,
html[dir="rtl"] .mx-n3 {
	margin-left: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

html:not([dir="rtl"]) .ml-n3,
html:not([dir="rtl"]) .mx-n3 {
	margin-left: -1rem !important;
}

html[dir="rtl"] .ml-n3,
html[dir="rtl"] .mx-n3 {
	margin-right: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

html:not([dir="rtl"]) .mr-n4,
html:not([dir="rtl"]) .mx-n4 {
	margin-right: -1.5rem !important;
}

html[dir="rtl"] .mr-n4,
html[dir="rtl"] .mx-n4 {
	margin-left: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

html:not([dir="rtl"]) .ml-n4,
html:not([dir="rtl"]) .mx-n4 {
	margin-left: -1.5rem !important;
}

html[dir="rtl"] .ml-n4,
html[dir="rtl"] .mx-n4 {
	margin-right: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

html:not([dir="rtl"]) .mr-n5,
html:not([dir="rtl"]) .mx-n5 {
	margin-right: -3rem !important;
}

html[dir="rtl"] .mr-n5,
html[dir="rtl"] .mx-n5 {
	margin-left: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

html:not([dir="rtl"]) .ml-n5,
html:not([dir="rtl"]) .mx-n5 {
	margin-left: -3rem !important;
}

html[dir="rtl"] .ml-n5,
html[dir="rtl"] .mx-n5 {
	margin-right: -3rem !important;
}

.m-ng {
	margin: -0.75rem !important;
}

.mt-ng,
.my-ng {
	margin-top: -0.75rem !important;
}

html:not([dir="rtl"]) .mr-ng,
html:not([dir="rtl"]) .mx-ng {
	margin-right: -0.75rem !important;
}

html[dir="rtl"] .mr-ng,
html[dir="rtl"] .mx-ng {
	margin-left: -0.75rem !important;
}

.mb-ng,
.my-ng {
	margin-bottom: -0.75rem !important;
}

html:not([dir="rtl"]) .ml-ng,
html:not([dir="rtl"]) .mx-ng {
	margin-left: -0.75rem !important;
}

html[dir="rtl"] .ml-ng,
html[dir="rtl"] .mx-ng {
	margin-right: -0.75rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

html:not([dir="rtl"]) .mr-auto,
html:not([dir="rtl"]) .mx-auto {
	margin-right: auto !important;
}

html[dir="rtl"] .mr-auto,
html[dir="rtl"] .mx-auto {
	margin-left: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

html:not([dir="rtl"]) .ml-auto,
html:not([dir="rtl"]) .mx-auto {
	margin-left: auto !important;
}

html[dir="rtl"] .ml-auto,
html[dir="rtl"] .mx-auto {
	margin-right: auto !important;
}

.mb-0-last-child > :last-child {
	margin-bottom: 0 !important;
}

@media (min-width: 540px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	html:not([dir="rtl"]) .mr-sm-0,
	html:not([dir="rtl"]) .mx-sm-0 {
		margin-right: 0 !important;
	}
	html[dir="rtl"] .mr-sm-0,
	html[dir="rtl"] .mx-sm-0 {
		margin-left: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	html:not([dir="rtl"]) .ml-sm-0,
	html:not([dir="rtl"]) .mx-sm-0 {
		margin-left: 0 !important;
	}
	html[dir="rtl"] .ml-sm-0,
	html[dir="rtl"] .mx-sm-0 {
		margin-right: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	html:not([dir="rtl"]) .mr-sm-1,
	html:not([dir="rtl"]) .mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	html[dir="rtl"] .mr-sm-1,
	html[dir="rtl"] .mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	html:not([dir="rtl"]) .ml-sm-1,
	html:not([dir="rtl"]) .mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	html[dir="rtl"] .ml-sm-1,
	html[dir="rtl"] .mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	html:not([dir="rtl"]) .mr-sm-2,
	html:not([dir="rtl"]) .mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	html[dir="rtl"] .mr-sm-2,
	html[dir="rtl"] .mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	html:not([dir="rtl"]) .ml-sm-2,
	html:not([dir="rtl"]) .mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	html[dir="rtl"] .ml-sm-2,
	html[dir="rtl"] .mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	html:not([dir="rtl"]) .mr-sm-3,
	html:not([dir="rtl"]) .mx-sm-3 {
		margin-right: 1rem !important;
	}
	html[dir="rtl"] .mr-sm-3,
	html[dir="rtl"] .mx-sm-3 {
		margin-left: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	html:not([dir="rtl"]) .ml-sm-3,
	html:not([dir="rtl"]) .mx-sm-3 {
		margin-left: 1rem !important;
	}
	html[dir="rtl"] .ml-sm-3,
	html[dir="rtl"] .mx-sm-3 {
		margin-right: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	html:not([dir="rtl"]) .mr-sm-4,
	html:not([dir="rtl"]) .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	html[dir="rtl"] .mr-sm-4,
	html[dir="rtl"] .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	html:not([dir="rtl"]) .ml-sm-4,
	html:not([dir="rtl"]) .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	html[dir="rtl"] .ml-sm-4,
	html[dir="rtl"] .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	html:not([dir="rtl"]) .mr-sm-5,
	html:not([dir="rtl"]) .mx-sm-5 {
		margin-right: 3rem !important;
	}
	html[dir="rtl"] .mr-sm-5,
	html[dir="rtl"] .mx-sm-5 {
		margin-left: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	html:not([dir="rtl"]) .ml-sm-5,
	html:not([dir="rtl"]) .mx-sm-5 {
		margin-left: 3rem !important;
	}
	html[dir="rtl"] .ml-sm-5,
	html[dir="rtl"] .mx-sm-5 {
		margin-right: 3rem !important;
	}
	.m-sm-g {
		margin: 0.75rem !important;
	}
	.mt-sm-g,
	.my-sm-g {
		margin-top: 0.75rem !important;
	}
	html:not([dir="rtl"]) .mr-sm-g,
	html:not([dir="rtl"]) .mx-sm-g {
		margin-right: 0.75rem !important;
	}
	html[dir="rtl"] .mr-sm-g,
	html[dir="rtl"] .mx-sm-g {
		margin-left: 0.75rem !important;
	}
	.mb-sm-g,
	.my-sm-g {
		margin-bottom: 0.75rem !important;
	}
	html:not([dir="rtl"]) .ml-sm-g,
	html:not([dir="rtl"]) .mx-sm-g {
		margin-left: 0.75rem !important;
	}
	html[dir="rtl"] .ml-sm-g,
	html[dir="rtl"] .mx-sm-g {
		margin-right: 0.75rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	html:not([dir="rtl"]) .pr-sm-0,
	html:not([dir="rtl"]) .px-sm-0 {
		padding-right: 0 !important;
	}
	html[dir="rtl"] .pr-sm-0,
	html[dir="rtl"] .px-sm-0 {
		padding-left: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	html:not([dir="rtl"]) .pl-sm-0,
	html:not([dir="rtl"]) .px-sm-0 {
		padding-left: 0 !important;
	}
	html[dir="rtl"] .pl-sm-0,
	html[dir="rtl"] .px-sm-0 {
		padding-right: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	html:not([dir="rtl"]) .pr-sm-1,
	html:not([dir="rtl"]) .px-sm-1 {
		padding-right: 0.25rem !important;
	}
	html[dir="rtl"] .pr-sm-1,
	html[dir="rtl"] .px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	html:not([dir="rtl"]) .pl-sm-1,
	html:not([dir="rtl"]) .px-sm-1 {
		padding-left: 0.25rem !important;
	}
	html[dir="rtl"] .pl-sm-1,
	html[dir="rtl"] .px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	html:not([dir="rtl"]) .pr-sm-2,
	html:not([dir="rtl"]) .px-sm-2 {
		padding-right: 0.5rem !important;
	}
	html[dir="rtl"] .pr-sm-2,
	html[dir="rtl"] .px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	html:not([dir="rtl"]) .pl-sm-2,
	html:not([dir="rtl"]) .px-sm-2 {
		padding-left: 0.5rem !important;
	}
	html[dir="rtl"] .pl-sm-2,
	html[dir="rtl"] .px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	html:not([dir="rtl"]) .pr-sm-3,
	html:not([dir="rtl"]) .px-sm-3 {
		padding-right: 1rem !important;
	}
	html[dir="rtl"] .pr-sm-3,
	html[dir="rtl"] .px-sm-3 {
		padding-left: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	html:not([dir="rtl"]) .pl-sm-3,
	html:not([dir="rtl"]) .px-sm-3 {
		padding-left: 1rem !important;
	}
	html[dir="rtl"] .pl-sm-3,
	html[dir="rtl"] .px-sm-3 {
		padding-right: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	html:not([dir="rtl"]) .pr-sm-4,
	html:not([dir="rtl"]) .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	html[dir="rtl"] .pr-sm-4,
	html[dir="rtl"] .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	html:not([dir="rtl"]) .pl-sm-4,
	html:not([dir="rtl"]) .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	html[dir="rtl"] .pl-sm-4,
	html[dir="rtl"] .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	html:not([dir="rtl"]) .pr-sm-5,
	html:not([dir="rtl"]) .px-sm-5 {
		padding-right: 3rem !important;
	}
	html[dir="rtl"] .pr-sm-5,
	html[dir="rtl"] .px-sm-5 {
		padding-left: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	html:not([dir="rtl"]) .pl-sm-5,
	html:not([dir="rtl"]) .px-sm-5 {
		padding-left: 3rem !important;
	}
	html[dir="rtl"] .pl-sm-5,
	html[dir="rtl"] .px-sm-5 {
		padding-right: 3rem !important;
	}
	.p-sm-g {
		padding: 0.75rem !important;
	}
	.pt-sm-g,
	.py-sm-g {
		padding-top: 0.75rem !important;
	}
	html:not([dir="rtl"]) .pr-sm-g,
	html:not([dir="rtl"]) .px-sm-g {
		padding-right: 0.75rem !important;
	}
	html[dir="rtl"] .pr-sm-g,
	html[dir="rtl"] .px-sm-g {
		padding-left: 0.75rem !important;
	}
	.pb-sm-g,
	.py-sm-g {
		padding-bottom: 0.75rem !important;
	}
	html:not([dir="rtl"]) .pl-sm-g,
	html:not([dir="rtl"]) .px-sm-g {
		padding-left: 0.75rem !important;
	}
	html[dir="rtl"] .pl-sm-g,
	html[dir="rtl"] .px-sm-g {
		padding-right: 0.75rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	html:not([dir="rtl"]) .mr-sm-n1,
	html:not([dir="rtl"]) .mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	html[dir="rtl"] .mr-sm-n1,
	html[dir="rtl"] .mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	html:not([dir="rtl"]) .ml-sm-n1,
	html:not([dir="rtl"]) .mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	html[dir="rtl"] .ml-sm-n1,
	html[dir="rtl"] .mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	html:not([dir="rtl"]) .mr-sm-n2,
	html:not([dir="rtl"]) .mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	html[dir="rtl"] .mr-sm-n2,
	html[dir="rtl"] .mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	html:not([dir="rtl"]) .ml-sm-n2,
	html:not([dir="rtl"]) .mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	html[dir="rtl"] .ml-sm-n2,
	html[dir="rtl"] .mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}
	html:not([dir="rtl"]) .mr-sm-n3,
	html:not([dir="rtl"]) .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	html[dir="rtl"] .mr-sm-n3,
	html[dir="rtl"] .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	html:not([dir="rtl"]) .ml-sm-n3,
	html:not([dir="rtl"]) .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	html[dir="rtl"] .ml-sm-n3,
	html[dir="rtl"] .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	html:not([dir="rtl"]) .mr-sm-n4,
	html:not([dir="rtl"]) .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	html[dir="rtl"] .mr-sm-n4,
	html[dir="rtl"] .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	html:not([dir="rtl"]) .ml-sm-n4,
	html:not([dir="rtl"]) .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	html[dir="rtl"] .ml-sm-n4,
	html[dir="rtl"] .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -3rem !important;
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}
	html:not([dir="rtl"]) .mr-sm-n5,
	html:not([dir="rtl"]) .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	html[dir="rtl"] .mr-sm-n5,
	html[dir="rtl"] .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	html:not([dir="rtl"]) .ml-sm-n5,
	html:not([dir="rtl"]) .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	html[dir="rtl"] .ml-sm-n5,
	html[dir="rtl"] .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.m-sm-ng {
		margin: -0.75rem !important;
	}
	.mt-sm-ng,
	.my-sm-ng {
		margin-top: -0.75rem !important;
	}
	html:not([dir="rtl"]) .mr-sm-ng,
	html:not([dir="rtl"]) .mx-sm-ng {
		margin-right: -0.75rem !important;
	}
	html[dir="rtl"] .mr-sm-ng,
	html[dir="rtl"] .mx-sm-ng {
		margin-left: -0.75rem !important;
	}
	.mb-sm-ng,
	.my-sm-ng {
		margin-bottom: -0.75rem !important;
	}
	html:not([dir="rtl"]) .ml-sm-ng,
	html:not([dir="rtl"]) .mx-sm-ng {
		margin-left: -0.75rem !important;
	}
	html[dir="rtl"] .ml-sm-ng,
	html[dir="rtl"] .mx-sm-ng {
		margin-right: -0.75rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	html:not([dir="rtl"]) .mr-sm-auto,
	html:not([dir="rtl"]) .mx-sm-auto {
		margin-right: auto !important;
	}
	html[dir="rtl"] .mr-sm-auto,
	html[dir="rtl"] .mx-sm-auto {
		margin-left: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	html:not([dir="rtl"]) .ml-sm-auto,
	html:not([dir="rtl"]) .mx-sm-auto {
		margin-left: auto !important;
	}
	html[dir="rtl"] .ml-sm-auto,
	html[dir="rtl"] .mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-0-last-child > :last-child {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 860px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	html:not([dir="rtl"]) .mr-md-0,
	html:not([dir="rtl"]) .mx-md-0 {
		margin-right: 0 !important;
	}
	html[dir="rtl"] .mr-md-0,
	html[dir="rtl"] .mx-md-0 {
		margin-left: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	html:not([dir="rtl"]) .ml-md-0,
	html:not([dir="rtl"]) .mx-md-0 {
		margin-left: 0 !important;
	}
	html[dir="rtl"] .ml-md-0,
	html[dir="rtl"] .mx-md-0 {
		margin-right: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	html:not([dir="rtl"]) .mr-md-1,
	html:not([dir="rtl"]) .mx-md-1 {
		margin-right: 0.25rem !important;
	}
	html[dir="rtl"] .mr-md-1,
	html[dir="rtl"] .mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	html:not([dir="rtl"]) .ml-md-1,
	html:not([dir="rtl"]) .mx-md-1 {
		margin-left: 0.25rem !important;
	}
	html[dir="rtl"] .ml-md-1,
	html[dir="rtl"] .mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	html:not([dir="rtl"]) .mr-md-2,
	html:not([dir="rtl"]) .mx-md-2 {
		margin-right: 0.5rem !important;
	}
	html[dir="rtl"] .mr-md-2,
	html[dir="rtl"] .mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	html:not([dir="rtl"]) .ml-md-2,
	html:not([dir="rtl"]) .mx-md-2 {
		margin-left: 0.5rem !important;
	}
	html[dir="rtl"] .ml-md-2,
	html[dir="rtl"] .mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	html:not([dir="rtl"]) .mr-md-3,
	html:not([dir="rtl"]) .mx-md-3 {
		margin-right: 1rem !important;
	}
	html[dir="rtl"] .mr-md-3,
	html[dir="rtl"] .mx-md-3 {
		margin-left: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	html:not([dir="rtl"]) .ml-md-3,
	html:not([dir="rtl"]) .mx-md-3 {
		margin-left: 1rem !important;
	}
	html[dir="rtl"] .ml-md-3,
	html[dir="rtl"] .mx-md-3 {
		margin-right: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	html:not([dir="rtl"]) .mr-md-4,
	html:not([dir="rtl"]) .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	html[dir="rtl"] .mr-md-4,
	html[dir="rtl"] .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	html:not([dir="rtl"]) .ml-md-4,
	html:not([dir="rtl"]) .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	html[dir="rtl"] .ml-md-4,
	html[dir="rtl"] .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 0rem !important;
	}
	html:not([dir="rtl"]) .mr-md-5,
	html:not([dir="rtl"]) .mx-md-5 {
		margin-right: 3rem !important;
	}
	html[dir="rtl"] .mr-md-5,
	html[dir="rtl"] .mx-md-5 {
		margin-left: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	html:not([dir="rtl"]) .ml-md-5,
	html:not([dir="rtl"]) .mx-md-5 {
		margin-left: 3rem !important;
	}
	html[dir="rtl"] .ml-md-5,
	html[dir="rtl"] .mx-md-5 {
		margin-right: 3rem !important;
	}
	.m-md-g {
		margin: 0.75rem !important;
	}
	.mt-md-g,
	.my-md-g {
		margin-top: 0.75rem !important;
	}
	html:not([dir="rtl"]) .mr-md-g,
	html:not([dir="rtl"]) .mx-md-g {
		margin-right: 0.75rem !important;
	}
	html[dir="rtl"] .mr-md-g,
	html[dir="rtl"] .mx-md-g {
		margin-left: 0.75rem !important;
	}
	.mb-md-g,
	.my-md-g {
		margin-bottom: 0.75rem !important;
	}
	html:not([dir="rtl"]) .ml-md-g,
	html:not([dir="rtl"]) .mx-md-g {
		margin-left: 0.75rem !important;
	}
	html[dir="rtl"] .ml-md-g,
	html[dir="rtl"] .mx-md-g {
		margin-right: 0.75rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	html:not([dir="rtl"]) .pr-md-0,
	html:not([dir="rtl"]) .px-md-0 {
		padding-right: 0 !important;
	}
	html[dir="rtl"] .pr-md-0,
	html[dir="rtl"] .px-md-0 {
		padding-left: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	html:not([dir="rtl"]) .pl-md-0,
	html:not([dir="rtl"]) .px-md-0 {
		padding-left: 0 !important;
	}
	html[dir="rtl"] .pl-md-0,
	html[dir="rtl"] .px-md-0 {
		padding-right: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	html:not([dir="rtl"]) .pr-md-1,
	html:not([dir="rtl"]) .px-md-1 {
		padding-right: 0.25rem !important;
	}
	html[dir="rtl"] .pr-md-1,
	html[dir="rtl"] .px-md-1 {
		padding-left: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	html:not([dir="rtl"]) .pl-md-1,
	html:not([dir="rtl"]) .px-md-1 {
		padding-left: 0.25rem !important;
	}
	html[dir="rtl"] .pl-md-1,
	html[dir="rtl"] .px-md-1 {
		padding-right: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	html:not([dir="rtl"]) .pr-md-2,
	html:not([dir="rtl"]) .px-md-2 {
		padding-right: 0.5rem !important;
	}
	html[dir="rtl"] .pr-md-2,
	html[dir="rtl"] .px-md-2 {
		padding-left: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	html:not([dir="rtl"]) .pl-md-2,
	html:not([dir="rtl"]) .px-md-2 {
		padding-left: 0.5rem !important;
	}
	html[dir="rtl"] .pl-md-2,
	html[dir="rtl"] .px-md-2 {
		padding-right: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	html:not([dir="rtl"]) .pr-md-3,
	html:not([dir="rtl"]) .px-md-3 {
		padding-right: 1rem !important;
	}
	html[dir="rtl"] .pr-md-3,
	html[dir="rtl"] .px-md-3 {
		padding-left: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	html:not([dir="rtl"]) .pl-md-3,
	html:not([dir="rtl"]) .px-md-3 {
		padding-left: 1rem !important;
	}
	html[dir="rtl"] .pl-md-3,
	html[dir="rtl"] .px-md-3 {
		padding-right: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	html:not([dir="rtl"]) .pr-md-4,
	html:not([dir="rtl"]) .px-md-4 {
		padding-right: 1.5rem !important;
	}
	html[dir="rtl"] .pr-md-4,
	html[dir="rtl"] .px-md-4 {
		padding-left: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	html:not([dir="rtl"]) .pl-md-4,
	html:not([dir="rtl"]) .px-md-4 {
		padding-left: 1.5rem !important;
	}
	html[dir="rtl"] .pl-md-4,
	html[dir="rtl"] .px-md-4 {
		padding-right: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	html:not([dir="rtl"]) .pr-md-5,
	html:not([dir="rtl"]) .px-md-5 {
		padding-right: 3rem !important;
	}
	html[dir="rtl"] .pr-md-5,
	html[dir="rtl"] .px-md-5 {
		padding-left: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	html:not([dir="rtl"]) .pl-md-5,
	html:not([dir="rtl"]) .px-md-5 {
		padding-left: 3rem !important;
	}
	html[dir="rtl"] .pl-md-5,
	html[dir="rtl"] .px-md-5 {
		padding-right: 3rem !important;
	}
	.p-md-g {
		padding: 0.75rem !important;
	}
	.pt-md-g,
	.py-md-g {
		padding-top: 0.75rem !important;
	}
	html:not([dir="rtl"]) .pr-md-g,
	html:not([dir="rtl"]) .px-md-g {
		padding-right: 0.75rem !important;
	}
	html[dir="rtl"] .pr-md-g,
	html[dir="rtl"] .px-md-g {
		padding-left: 0.75rem !important;
	}
	.pb-md-g,
	.py-md-g {
		padding-bottom: 0.75rem !important;
	}
	html:not([dir="rtl"]) .pl-md-g,
	html:not([dir="rtl"]) .px-md-g {
		padding-left: 0.75rem !important;
	}
	html[dir="rtl"] .pl-md-g,
	html[dir="rtl"] .px-md-g {
		padding-right: 0.75rem !important;
	}
	.m-md-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	html:not([dir="rtl"]) .mr-md-n1,
	html:not([dir="rtl"]) .mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	html[dir="rtl"] .mr-md-n1,
	html[dir="rtl"] .mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	html:not([dir="rtl"]) .ml-md-n1,
	html:not([dir="rtl"]) .mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	html[dir="rtl"] .ml-md-n1,
	html[dir="rtl"] .mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}
	html:not([dir="rtl"]) .mr-md-n2,
	html:not([dir="rtl"]) .mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	html[dir="rtl"] .mr-md-n2,
	html[dir="rtl"] .mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	html:not([dir="rtl"]) .ml-md-n2,
	html:not([dir="rtl"]) .mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	html[dir="rtl"] .ml-md-n2,
	html[dir="rtl"] .mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.m-md-n3 {
		margin: -1rem !important;
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}
	html:not([dir="rtl"]) .mr-md-n3,
	html:not([dir="rtl"]) .mx-md-n3 {
		margin-right: -1rem !important;
	}
	html[dir="rtl"] .mr-md-n3,
	html[dir="rtl"] .mx-md-n3 {
		margin-left: -1rem !important;
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}
	html:not([dir="rtl"]) .ml-md-n3,
	html:not([dir="rtl"]) .mx-md-n3 {
		margin-left: -1rem !important;
	}
	html[dir="rtl"] .ml-md-n3,
	html[dir="rtl"] .mx-md-n3 {
		margin-right: -1rem !important;
	}
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}
	html:not([dir="rtl"]) .mr-md-n4,
	html:not([dir="rtl"]) .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	html[dir="rtl"] .mr-md-n4,
	html[dir="rtl"] .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	html:not([dir="rtl"]) .ml-md-n4,
	html:not([dir="rtl"]) .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	html[dir="rtl"] .ml-md-n4,
	html[dir="rtl"] .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.m-md-n5 {
		margin: -3rem !important;
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}
	html:not([dir="rtl"]) .mr-md-n5,
	html:not([dir="rtl"]) .mx-md-n5 {
		margin-right: -3rem !important;
	}
	html[dir="rtl"] .mr-md-n5,
	html[dir="rtl"] .mx-md-n5 {
		margin-left: -3rem !important;
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}
	html:not([dir="rtl"]) .ml-md-n5,
	html:not([dir="rtl"]) .mx-md-n5 {
		margin-left: -3rem !important;
	}
	html[dir="rtl"] .ml-md-n5,
	html[dir="rtl"] .mx-md-n5 {
		margin-right: -3rem !important;
	}
	.m-md-ng {
		margin: -0.75rem !important;
	}
	.mt-md-ng,
	.my-md-ng {
		margin-top: -0.75rem !important;
	}
	html:not([dir="rtl"]) .mr-md-ng,
	html:not([dir="rtl"]) .mx-md-ng {
		margin-right: -0.75rem !important;
	}
	html[dir="rtl"] .mr-md-ng,
	html[dir="rtl"] .mx-md-ng {
		margin-left: -0.75rem !important;
	}
	.mb-md-ng,
	.my-md-ng {
		margin-bottom: -0.75rem !important;
	}
	html:not([dir="rtl"]) .ml-md-ng,
	html:not([dir="rtl"]) .mx-md-ng {
		margin-left: -0.75rem !important;
	}
	html[dir="rtl"] .ml-md-ng,
	html[dir="rtl"] .mx-md-ng {
		margin-right: -0.75rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	html:not([dir="rtl"]) .mr-md-auto,
	html:not([dir="rtl"]) .mx-md-auto {
		margin-right: auto !important;
	}
	html[dir="rtl"] .mr-md-auto,
	html[dir="rtl"] .mx-md-auto {
		margin-left: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	html:not([dir="rtl"]) .ml-md-auto,
	html:not([dir="rtl"]) .mx-md-auto {
		margin-left: auto !important;
	}
	html[dir="rtl"] .ml-md-auto,
	html[dir="rtl"] .mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-0-last-child > :last-child {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1084px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	html:not([dir="rtl"]) .mr-lg-0,
	html:not([dir="rtl"]) .mx-lg-0 {
		margin-right: 0 !important;
	}
	html[dir="rtl"] .mr-lg-0,
	html[dir="rtl"] .mx-lg-0 {
		margin-left: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	html:not([dir="rtl"]) .ml-lg-0,
	html:not([dir="rtl"]) .mx-lg-0 {
		margin-left: 0 !important;
	}
	html[dir="rtl"] .ml-lg-0,
	html[dir="rtl"] .mx-lg-0 {
		margin-right: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	html:not([dir="rtl"]) .mr-lg-1,
	html:not([dir="rtl"]) .mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	html[dir="rtl"] .mr-lg-1,
	html[dir="rtl"] .mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	html:not([dir="rtl"]) .ml-lg-1,
	html:not([dir="rtl"]) .mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	html[dir="rtl"] .ml-lg-1,
	html[dir="rtl"] .mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	html:not([dir="rtl"]) .mr-lg-2,
	html:not([dir="rtl"]) .mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	html[dir="rtl"] .mr-lg-2,
	html[dir="rtl"] .mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	html:not([dir="rtl"]) .ml-lg-2,
	html:not([dir="rtl"]) .mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	html[dir="rtl"] .ml-lg-2,
	html[dir="rtl"] .mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	html:not([dir="rtl"]) .mr-lg-3,
	html:not([dir="rtl"]) .mx-lg-3 {
		margin-right: 1rem !important;
	}
	html[dir="rtl"] .mr-lg-3,
	html[dir="rtl"] .mx-lg-3 {
		margin-left: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	html:not([dir="rtl"]) .ml-lg-3,
	html:not([dir="rtl"]) .mx-lg-3 {
		margin-left: 1rem !important;
	}
	html[dir="rtl"] .ml-lg-3,
	html[dir="rtl"] .mx-lg-3 {
		margin-right: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	html:not([dir="rtl"]) .mr-lg-4,
	html:not([dir="rtl"]) .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	html[dir="rtl"] .mr-lg-4,
	html[dir="rtl"] .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	html:not([dir="rtl"]) .ml-lg-4,
	html:not([dir="rtl"]) .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	html[dir="rtl"] .ml-lg-4,
	html[dir="rtl"] .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	html:not([dir="rtl"]) .mr-lg-5,
	html:not([dir="rtl"]) .mx-lg-5 {
		margin-right: 3rem !important;
	}
	html[dir="rtl"] .mr-lg-5,
	html[dir="rtl"] .mx-lg-5 {
		margin-left: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	html:not([dir="rtl"]) .ml-lg-5,
	html:not([dir="rtl"]) .mx-lg-5 {
		margin-left: 3rem !important;
	}
	html[dir="rtl"] .ml-lg-5,
	html[dir="rtl"] .mx-lg-5 {
		margin-right: 3rem !important;
	}
	.m-lg-g {
		margin: 0.75rem !important;
	}
	.mt-lg-g,
	.my-lg-g {
		margin-top: 0.75rem !important;
	}
	html:not([dir="rtl"]) .mr-lg-g,
	html:not([dir="rtl"]) .mx-lg-g {
		margin-right: 0.75rem !important;
	}
	html[dir="rtl"] .mr-lg-g,
	html[dir="rtl"] .mx-lg-g {
		margin-left: 0.75rem !important;
	}
	.mb-lg-g,
	.my-lg-g {
		margin-bottom: 0.75rem !important;
	}
	html:not([dir="rtl"]) .ml-lg-g,
	html:not([dir="rtl"]) .mx-lg-g {
		margin-left: 0.75rem !important;
	}
	html[dir="rtl"] .ml-lg-g,
	html[dir="rtl"] .mx-lg-g {
		margin-right: 0.75rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	html:not([dir="rtl"]) .pr-lg-0,
	html:not([dir="rtl"]) .px-lg-0 {
		padding-right: 0 !important;
	}
	html[dir="rtl"] .pr-lg-0,
	html[dir="rtl"] .px-lg-0 {
		padding-left: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	html:not([dir="rtl"]) .pl-lg-0,
	html:not([dir="rtl"]) .px-lg-0 {
		padding-left: 0 !important;
	}
	html[dir="rtl"] .pl-lg-0,
	html[dir="rtl"] .px-lg-0 {
		padding-right: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	html:not([dir="rtl"]) .pr-lg-1,
	html:not([dir="rtl"]) .px-lg-1 {
		padding-right: 0.25rem !important;
	}
	html[dir="rtl"] .pr-lg-1,
	html[dir="rtl"] .px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	html:not([dir="rtl"]) .pl-lg-1,
	html:not([dir="rtl"]) .px-lg-1 {
		padding-left: 0.25rem !important;
	}
	html[dir="rtl"] .pl-lg-1,
	html[dir="rtl"] .px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	html:not([dir="rtl"]) .pr-lg-2,
	html:not([dir="rtl"]) .px-lg-2 {
		padding-right: 0.5rem !important;
	}
	html[dir="rtl"] .pr-lg-2,
	html[dir="rtl"] .px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	html:not([dir="rtl"]) .pl-lg-2,
	html:not([dir="rtl"]) .px-lg-2 {
		padding-left: 0.5rem !important;
	}
	html[dir="rtl"] .pl-lg-2,
	html[dir="rtl"] .px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	html:not([dir="rtl"]) .pr-lg-3,
	html:not([dir="rtl"]) .px-lg-3 {
		padding-right: 1rem !important;
	}
	html[dir="rtl"] .pr-lg-3,
	html[dir="rtl"] .px-lg-3 {
		padding-left: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	html:not([dir="rtl"]) .pl-lg-3,
	html:not([dir="rtl"]) .px-lg-3 {
		padding-left: 1rem !important;
	}
	html[dir="rtl"] .pl-lg-3,
	html[dir="rtl"] .px-lg-3 {
		padding-right: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	html:not([dir="rtl"]) .pr-lg-4,
	html:not([dir="rtl"]) .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	html[dir="rtl"] .pr-lg-4,
	html[dir="rtl"] .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	html:not([dir="rtl"]) .pl-lg-4,
	html:not([dir="rtl"]) .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	html[dir="rtl"] .pl-lg-4,
	html[dir="rtl"] .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	html:not([dir="rtl"]) .pr-lg-5,
	html:not([dir="rtl"]) .px-lg-5 {
		padding-right: 3rem !important;
	}
	html[dir="rtl"] .pr-lg-5,
	html[dir="rtl"] .px-lg-5 {
		padding-left: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	html:not([dir="rtl"]) .pl-lg-5,
	html:not([dir="rtl"]) .px-lg-5 {
		padding-left: 3rem !important;
	}
	html[dir="rtl"] .pl-lg-5,
	html[dir="rtl"] .px-lg-5 {
		padding-right: 3rem !important;
	}
	.p-lg-g {
		padding: 0.75rem !important;
	}
	.pt-lg-g,
	.py-lg-g {
		padding-top: 0.75rem !important;
	}
	html:not([dir="rtl"]) .pr-lg-g,
	html:not([dir="rtl"]) .px-lg-g {
		padding-right: 0.75rem !important;
	}
	html[dir="rtl"] .pr-lg-g,
	html[dir="rtl"] .px-lg-g {
		padding-left: 0.75rem !important;
	}
	.pb-lg-g,
	.py-lg-g {
		padding-bottom: 0.75rem !important;
	}
	html:not([dir="rtl"]) .pl-lg-g,
	html:not([dir="rtl"]) .px-lg-g {
		padding-left: 0.75rem !important;
	}
	html[dir="rtl"] .pl-lg-g,
	html[dir="rtl"] .px-lg-g {
		padding-right: 0.75rem !important;
	}
	.m-lg-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	html:not([dir="rtl"]) .mr-lg-n1,
	html:not([dir="rtl"]) .mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	html[dir="rtl"] .mr-lg-n1,
	html[dir="rtl"] .mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	html:not([dir="rtl"]) .ml-lg-n1,
	html:not([dir="rtl"]) .mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	html[dir="rtl"] .ml-lg-n1,
	html[dir="rtl"] .mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	html:not([dir="rtl"]) .mr-lg-n2,
	html:not([dir="rtl"]) .mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	html[dir="rtl"] .mr-lg-n2,
	html[dir="rtl"] .mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	html:not([dir="rtl"]) .ml-lg-n2,
	html:not([dir="rtl"]) .mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	html[dir="rtl"] .ml-lg-n2,
	html[dir="rtl"] .mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.m-lg-n3 {
		margin: -1rem !important;
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}
	html:not([dir="rtl"]) .mr-lg-n3,
	html:not([dir="rtl"]) .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	html[dir="rtl"] .mr-lg-n3,
	html[dir="rtl"] .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	html:not([dir="rtl"]) .ml-lg-n3,
	html:not([dir="rtl"]) .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	html[dir="rtl"] .ml-lg-n3,
	html[dir="rtl"] .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	html:not([dir="rtl"]) .mr-lg-n4,
	html:not([dir="rtl"]) .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	html[dir="rtl"] .mr-lg-n4,
	html[dir="rtl"] .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	html:not([dir="rtl"]) .ml-lg-n4,
	html:not([dir="rtl"]) .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	html[dir="rtl"] .ml-lg-n4,
	html[dir="rtl"] .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.m-lg-n5 {
		margin: -3rem !important;
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}
	html:not([dir="rtl"]) .mr-lg-n5,
	html:not([dir="rtl"]) .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	html[dir="rtl"] .mr-lg-n5,
	html[dir="rtl"] .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	html:not([dir="rtl"]) .ml-lg-n5,
	html:not([dir="rtl"]) .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	html[dir="rtl"] .ml-lg-n5,
	html[dir="rtl"] .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.m-lg-ng {
		margin: -0.75rem !important;
	}
	.mt-lg-ng,
	.my-lg-ng {
		margin-top: -0.75rem !important;
	}
	html:not([dir="rtl"]) .mr-lg-ng,
	html:not([dir="rtl"]) .mx-lg-ng {
		margin-right: -0.75rem !important;
	}
	html[dir="rtl"] .mr-lg-ng,
	html[dir="rtl"] .mx-lg-ng {
		margin-left: -0.75rem !important;
	}
	.mb-lg-ng,
	.my-lg-ng {
		margin-bottom: -0.75rem !important;
	}
	html:not([dir="rtl"]) .ml-lg-ng,
	html:not([dir="rtl"]) .mx-lg-ng {
		margin-left: -0.75rem !important;
	}
	html[dir="rtl"] .ml-lg-ng,
	html[dir="rtl"] .mx-lg-ng {
		margin-right: -0.75rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	html:not([dir="rtl"]) .mr-lg-auto,
	html:not([dir="rtl"]) .mx-lg-auto {
		margin-right: auto !important;
	}
	html[dir="rtl"] .mr-lg-auto,
	html[dir="rtl"] .mx-lg-auto {
		margin-left: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	html:not([dir="rtl"]) .ml-lg-auto,
	html:not([dir="rtl"]) .mx-lg-auto {
		margin-left: auto !important;
	}
	html[dir="rtl"] .ml-lg-auto,
	html[dir="rtl"] .mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-0-last-child > :last-child {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1400px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	html:not([dir="rtl"]) .mr-xl-0,
	html:not([dir="rtl"]) .mx-xl-0 {
		margin-right: 0 !important;
	}
	html[dir="rtl"] .mr-xl-0,
	html[dir="rtl"] .mx-xl-0 {
		margin-left: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	html:not([dir="rtl"]) .ml-xl-0,
	html:not([dir="rtl"]) .mx-xl-0 {
		margin-left: 0 !important;
	}
	html[dir="rtl"] .ml-xl-0,
	html[dir="rtl"] .mx-xl-0 {
		margin-right: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	html:not([dir="rtl"]) .mr-xl-1,
	html:not([dir="rtl"]) .mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	html[dir="rtl"] .mr-xl-1,
	html[dir="rtl"] .mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	html:not([dir="rtl"]) .ml-xl-1,
	html:not([dir="rtl"]) .mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	html[dir="rtl"] .ml-xl-1,
	html[dir="rtl"] .mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	html:not([dir="rtl"]) .mr-xl-2,
	html:not([dir="rtl"]) .mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	html[dir="rtl"] .mr-xl-2,
	html[dir="rtl"] .mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	html:not([dir="rtl"]) .ml-xl-2,
	html:not([dir="rtl"]) .mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	html[dir="rtl"] .ml-xl-2,
	html[dir="rtl"] .mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	html:not([dir="rtl"]) .mr-xl-3,
	html:not([dir="rtl"]) .mx-xl-3 {
		margin-right: 1rem !important;
	}
	html[dir="rtl"] .mr-xl-3,
	html[dir="rtl"] .mx-xl-3 {
		margin-left: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	html:not([dir="rtl"]) .ml-xl-3,
	html:not([dir="rtl"]) .mx-xl-3 {
		margin-left: 1rem !important;
	}
	html[dir="rtl"] .ml-xl-3,
	html[dir="rtl"] .mx-xl-3 {
		margin-right: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	html:not([dir="rtl"]) .mr-xl-4,
	html:not([dir="rtl"]) .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	html[dir="rtl"] .mr-xl-4,
	html[dir="rtl"] .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	html:not([dir="rtl"]) .ml-xl-4,
	html:not([dir="rtl"]) .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	html[dir="rtl"] .ml-xl-4,
	html[dir="rtl"] .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	html:not([dir="rtl"]) .mr-xl-5,
	html:not([dir="rtl"]) .mx-xl-5 {
		margin-right: 3rem !important;
	}
	html[dir="rtl"] .mr-xl-5,
	html[dir="rtl"] .mx-xl-5 {
		margin-left: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	html:not([dir="rtl"]) .ml-xl-5,
	html:not([dir="rtl"]) .mx-xl-5 {
		margin-left: 3rem !important;
	}
	html[dir="rtl"] .ml-xl-5,
	html[dir="rtl"] .mx-xl-5 {
		margin-right: 3rem !important;
	}
	.m-xl-g {
		margin: 0.75rem !important;
	}
	.mt-xl-g,
	.my-xl-g {
		margin-top: 0.75rem !important;
	}
	html:not([dir="rtl"]) .mr-xl-g,
	html:not([dir="rtl"]) .mx-xl-g {
		margin-right: 0.75rem !important;
	}
	html[dir="rtl"] .mr-xl-g,
	html[dir="rtl"] .mx-xl-g {
		margin-left: 0.75rem !important;
	}
	.mb-xl-g,
	.my-xl-g {
		margin-bottom: 0.75rem !important;
	}
	html:not([dir="rtl"]) .ml-xl-g,
	html:not([dir="rtl"]) .mx-xl-g {
		margin-left: 0.75rem !important;
	}
	html[dir="rtl"] .ml-xl-g,
	html[dir="rtl"] .mx-xl-g {
		margin-right: 0.75rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	html:not([dir="rtl"]) .pr-xl-0,
	html:not([dir="rtl"]) .px-xl-0 {
		padding-right: 0 !important;
	}
	html[dir="rtl"] .pr-xl-0,
	html[dir="rtl"] .px-xl-0 {
		padding-left: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	html:not([dir="rtl"]) .pl-xl-0,
	html:not([dir="rtl"]) .px-xl-0 {
		padding-left: 0 !important;
	}
	html[dir="rtl"] .pl-xl-0,
	html[dir="rtl"] .px-xl-0 {
		padding-right: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	html:not([dir="rtl"]) .pr-xl-1,
	html:not([dir="rtl"]) .px-xl-1 {
		padding-right: 0.25rem !important;
	}
	html[dir="rtl"] .pr-xl-1,
	html[dir="rtl"] .px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	html:not([dir="rtl"]) .pl-xl-1,
	html:not([dir="rtl"]) .px-xl-1 {
		padding-left: 0.25rem !important;
	}
	html[dir="rtl"] .pl-xl-1,
	html[dir="rtl"] .px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	html:not([dir="rtl"]) .pr-xl-2,
	html:not([dir="rtl"]) .px-xl-2 {
		padding-right: 0.5rem !important;
	}
	html[dir="rtl"] .pr-xl-2,
	html[dir="rtl"] .px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	html:not([dir="rtl"]) .pl-xl-2,
	html:not([dir="rtl"]) .px-xl-2 {
		padding-left: 0.5rem !important;
	}
	html[dir="rtl"] .pl-xl-2,
	html[dir="rtl"] .px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	html:not([dir="rtl"]) .pr-xl-3,
	html:not([dir="rtl"]) .px-xl-3 {
		padding-right: 1rem !important;
	}
	html[dir="rtl"] .pr-xl-3,
	html[dir="rtl"] .px-xl-3 {
		padding-left: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	html:not([dir="rtl"]) .pl-xl-3,
	html:not([dir="rtl"]) .px-xl-3 {
		padding-left: 1rem !important;
	}
	html[dir="rtl"] .pl-xl-3,
	html[dir="rtl"] .px-xl-3 {
		padding-right: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	html:not([dir="rtl"]) .pr-xl-4,
	html:not([dir="rtl"]) .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	html[dir="rtl"] .pr-xl-4,
	html[dir="rtl"] .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	html:not([dir="rtl"]) .pl-xl-4,
	html:not([dir="rtl"]) .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	html[dir="rtl"] .pl-xl-4,
	html[dir="rtl"] .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	html:not([dir="rtl"]) .pr-xl-5,
	html:not([dir="rtl"]) .px-xl-5 {
		padding-right: 3rem !important;
	}
	html[dir="rtl"] .pr-xl-5,
	html[dir="rtl"] .px-xl-5 {
		padding-left: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	html:not([dir="rtl"]) .pl-xl-5,
	html:not([dir="rtl"]) .px-xl-5 {
		padding-left: 3rem !important;
	}
	html[dir="rtl"] .pl-xl-5,
	html[dir="rtl"] .px-xl-5 {
		padding-right: 3rem !important;
	}
	.p-xl-g {
		padding: 0.75rem !important;
	}
	.pt-xl-g,
	.py-xl-g {
		padding-top: 0.75rem !important;
	}
	html:not([dir="rtl"]) .pr-xl-g,
	html:not([dir="rtl"]) .px-xl-g {
		padding-right: 0.75rem !important;
	}
	html[dir="rtl"] .pr-xl-g,
	html[dir="rtl"] .px-xl-g {
		padding-left: 0.75rem !important;
	}
	.pb-xl-g,
	.py-xl-g {
		padding-bottom: 0.75rem !important;
	}
	html:not([dir="rtl"]) .pl-xl-g,
	html:not([dir="rtl"]) .px-xl-g {
		padding-left: 0.75rem !important;
	}
	html[dir="rtl"] .pl-xl-g,
	html[dir="rtl"] .px-xl-g {
		padding-right: 0.75rem !important;
	}
	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	html:not([dir="rtl"]) .mr-xl-n1,
	html:not([dir="rtl"]) .mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	html[dir="rtl"] .mr-xl-n1,
	html[dir="rtl"] .mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	html:not([dir="rtl"]) .ml-xl-n1,
	html:not([dir="rtl"]) .mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	html[dir="rtl"] .ml-xl-n1,
	html[dir="rtl"] .mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	html:not([dir="rtl"]) .mr-xl-n2,
	html:not([dir="rtl"]) .mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	html[dir="rtl"] .mr-xl-n2,
	html[dir="rtl"] .mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	html:not([dir="rtl"]) .ml-xl-n2,
	html:not([dir="rtl"]) .mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	html[dir="rtl"] .ml-xl-n2,
	html[dir="rtl"] .mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}
	html:not([dir="rtl"]) .mr-xl-n3,
	html:not([dir="rtl"]) .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	html[dir="rtl"] .mr-xl-n3,
	html[dir="rtl"] .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	html:not([dir="rtl"]) .ml-xl-n3,
	html:not([dir="rtl"]) .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	html[dir="rtl"] .ml-xl-n3,
	html[dir="rtl"] .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	html:not([dir="rtl"]) .mr-xl-n4,
	html:not([dir="rtl"]) .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	html[dir="rtl"] .mr-xl-n4,
	html[dir="rtl"] .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	html:not([dir="rtl"]) .ml-xl-n4,
	html:not([dir="rtl"]) .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	html[dir="rtl"] .ml-xl-n4,
	html[dir="rtl"] .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -3rem !important;
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}
	html:not([dir="rtl"]) .mr-xl-n5,
	html:not([dir="rtl"]) .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	html[dir="rtl"] .mr-xl-n5,
	html[dir="rtl"] .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	html:not([dir="rtl"]) .ml-xl-n5,
	html:not([dir="rtl"]) .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	html[dir="rtl"] .ml-xl-n5,
	html[dir="rtl"] .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.m-xl-ng {
		margin: -0.75rem !important;
	}
	.mt-xl-ng,
	.my-xl-ng {
		margin-top: -0.75rem !important;
	}
	html:not([dir="rtl"]) .mr-xl-ng,
	html:not([dir="rtl"]) .mx-xl-ng {
		margin-right: -0.75rem !important;
	}
	html[dir="rtl"] .mr-xl-ng,
	html[dir="rtl"] .mx-xl-ng {
		margin-left: -0.75rem !important;
	}
	.mb-xl-ng,
	.my-xl-ng {
		margin-bottom: -0.75rem !important;
	}
	html:not([dir="rtl"]) .ml-xl-ng,
	html:not([dir="rtl"]) .mx-xl-ng {
		margin-left: -0.75rem !important;
	}
	html[dir="rtl"] .ml-xl-ng,
	html[dir="rtl"] .mx-xl-ng {
		margin-right: -0.75rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	html:not([dir="rtl"]) .mr-xl-auto,
	html:not([dir="rtl"]) .mx-xl-auto {
		margin-right: auto !important;
	}
	html[dir="rtl"] .mr-xl-auto,
	html[dir="rtl"] .mx-xl-auto {
		margin-left: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	html:not([dir="rtl"]) .ml-xl-auto,
	html:not([dir="rtl"]) .mx-xl-auto {
		margin-left: auto !important;
	}
	html[dir="rtl"] .ml-xl-auto,
	html[dir="rtl"] .mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-0-last-child > :last-child {
		margin-bottom: 0 !important;
	}
}

.z-auto {
	z-index: auto !important;
}

.z-0 {
	z-index: 0 !important;
}

.z-10 {
	z-index: 10 !important;
}

.z-20 {
	z-index: 20 !important;
}

.z-30 {
	z-index: 30 !important;
}

.z-40 {
	z-index: 40 !important;
}

.z-50 {
	z-index: 50 !important;
}

.z-max {
	z-index: 99999 !important;
}

.z-n1 {
	z-index: -1 !important;
}

.z-flyout {
	z-index: 1000 !important;
}

.z-sticky {
	z-index: 1020 !important;
}

.z-fixed {
	z-index: 1030 !important;
}

.z-modal-backdrop {
	z-index: 1040 !important;
}

.z-modal {
	z-index: 1050 !important;
}

.z-tooltip {
	z-index: 1070 !important;
}

.z-0 {
	z-index: 0 !important;
}

.z-1 {
	z-index: 0.25rem !important;
}

.z-2 {
	z-index: 0.5rem !important;
}

.z-3 {
	z-index: 1rem !important;
}

.z-4 {
	z-index: 1.5rem !important;
}

.z-5 {
	z-index: 3rem !important;
}

.z-g {
	z-index: 0.75rem !important;
}

.text-gray-100 {
	color: #f2f2f2 !important;
}

.text-gray-200,
.text-neutral-100,
.theme-dark .text-neutral-400 {
	color: #e6e6e6 !important;
}

.text-gray-300,
.text-neutral-200,
.theme-dark .text-neutral-300 {
	color: #d2d2d2 !important;
}

.text-gray-400 {
	color: #a2a2a2 !important;
}

.text-gray-475 {
	color: #858585 !important;
}

.text-gray-500,
.theme-dark .text-neutral-200,
.text-neutral-300 {
	color: #757575 !important;
}

.text-gray-600,
.theme-dark .text-neutral-100,
.text-neutral-400 {
	color: #505050 !important;
}

.text-gray-700 {
	color: #404040 !important;
}

.text-gray-800 {
	color: #2f2f2f !important;
}

.text-gray-900 {
	color: #171717 !important;
}

.text-blue,
.text-primary,
.theme-dark .text-primary-alt,
.text-brand {
	color: #0067b8 !important;
}

.text-orange {
	color: #d83b01 !important;
}

.text-green {
	color: #107c10 !important;
}

.text-purple {
	color: #8661c5 !important;
}

.text-yellow {
	color: #ffb900 !important;
}

.text-teal {
	color: #008575 !important;
}

.text-dark-blue,
.text-brand-dark {
	color: #243a5e !important;
}

.text-dark-orange {
	color: #6b2929 !important;
}

.text-dark-green {
	color: #054b16 !important;
}

.text-dark-purple {
	color: #3b2e58 !important;
}

.text-dark-yellow {
	color: #6a4b16 !important;
}

.text-dark-teal {
	color: #274b47 !important;
}

.text-light-blue,
.text-brand-light {
	color: #50e6ff !important;
}

.text-light-orange {
	color: #ff9349 !important;
}

.text-light-green {
	color: #9bf00b !important;
}

.text-light-purple {
	color: #d59dff !important;
}

.text-light-yellow {
	color: #fef000 !important;
}

.text-light-teal {
	color: #30e5d0 !important;
}

.text-alt-blue,
.theme-dark .text-primary,
.text-primary-alt {
	color: #3aa0fa !important;
}

.text-alt-orange {
	color: #f7894a !important;
}

.text-alt-green {
	color: #5dc21e !important;
}

.text-white,
.theme-dark .text-secondary,
.theme-dark .text-inverse,
.text-light {
	color: #fff !important;
}

.text-black,
.text-secondary,
.text-inverse,
.text-dark {
	color: #000 !important;
}

.text-body {
	color: #000 !important;
}
.theme-dark .text-body {
	color: #fff !important;
}

.text-muted {
	color: #505050 !important;
}
.theme-dark .text-muted {
	color: #a2a2a2 !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
	color: inherit !important;
}

.column-count-auto {
	-moz-column-count: auto;
	column-count: auto;
}

.column-count-1 {
	-moz-column-count: 1;
	column-count: 1;
}

.column-count-2 {
	-moz-column-count: 2;
	column-count: 2;
}

.column-count-3 {
	-moz-column-count: 3;
	column-count: 3;
}

.column-count-4 {
	-moz-column-count: 4;
	column-count: 4;
}

.column-count-auto {
	-moz-column-count: auto;
	column-count: auto;
}

.column-count-1 {
	-moz-column-count: 1;
	column-count: 1;
}

.column-count-2 {
	-moz-column-count: 2;
	column-count: 2;
}

.column-count-3 {
	-moz-column-count: 3;
	column-count: 3;
}

.column-count-4 {
	-moz-column-count: 4;
	column-count: 4;
}

@media (min-width: 540px) {
	.column-count-sm-auto {
		-moz-column-count: auto;
		column-count: auto;
	}
	.column-count-sm-1 {
		-moz-column-count: 1;
		column-count: 1;
	}
	.column-count-sm-2 {
		-moz-column-count: 2;
		column-count: 2;
	}
	.column-count-sm-3 {
		-moz-column-count: 3;
		column-count: 3;
	}
	.column-count-sm-4 {
		-moz-column-count: 4;
		column-count: 4;
	}
}

@media (min-width: 860px) {
	.column-count-md-auto {
		-moz-column-count: auto;
		column-count: auto;
	}
	.column-count-md-1 {
		-moz-column-count: 1;
		column-count: 1;
	}
	.column-count-md-2 {
		-moz-column-count: 2;
		column-count: 2;
	}
	.column-count-md-3 {
		-moz-column-count: 3;
		column-count: 3;
	}
	.column-count-md-4 {
		-moz-column-count: 4;
		column-count: 4;
	}
}

@media (min-width: 1084px) {
	.column-count-lg-auto {
		-moz-column-count: auto;
		column-count: auto;
	}
	.column-count-lg-1 {
		-moz-column-count: 1;
		column-count: 1;
	}
	.column-count-lg-2 {
		-moz-column-count: 2;
		column-count: 2;
	}
	.column-count-lg-3 {
		-moz-column-count: 3;
		column-count: 3;
	}
	.column-count-lg-4 {
		-moz-column-count: 4;
		column-count: 4;
	}
}

@media (min-width: 1400px) {
	.column-count-xl-auto {
		-moz-column-count: auto;
		column-count: auto;
	}
	.column-count-xl-1 {
		-moz-column-count: 1;
		column-count: 1;
	}
	.column-count-xl-2 {
		-moz-column-count: 2;
		column-count: 2;
	}
	.column-count-xl-3 {
		-moz-column-count: 3;
		column-count: 3;
	}
	.column-count-xl-4 {
		-moz-column-count: 4;
		column-count: 4;
	}
}

.text-serif {
	font-family: TimesNewRoman, "Times New Roman", Times, serif;
}

.text-glyph {
	font-family: "MWF-FLUENT-ICONS";
}

.text-monospace {
	font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier,
		monospace !important;
}

html:not([dir="rtl"]) .text-left {
	text-align: left !important;
}

html[dir="rtl"] .text-left {
	text-align: right !important;
}

html:not([dir="rtl"]) .text-right {
	text-align: right !important;
}

html[dir="rtl"] .text-right {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 540px) {
	html:not([dir="rtl"]) .text-sm-left {
		text-align: left !important;
	}
	html[dir="rtl"] .text-sm-left {
		text-align: right !important;
	}
	html:not([dir="rtl"]) .text-sm-right {
		text-align: right !important;
	}
	html[dir="rtl"] .text-sm-right {
		text-align: left !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 860px) {
	html:not([dir="rtl"]) .text-md-left {
		text-align: left !important;
	}
	html[dir="rtl"] .text-md-left {
		text-align: right !important;
	}
	html:not([dir="rtl"]) .text-md-right {
		text-align: right !important;
	}
	html[dir="rtl"] .text-md-right {
		text-align: left !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 1084px) {
	html:not([dir="rtl"]) .text-lg-left {
		text-align: left !important;
	}
	html[dir="rtl"] .text-lg-left {
		text-align: right !important;
	}
	html:not([dir="rtl"]) .text-lg-right {
		text-align: right !important;
	}
	html[dir="rtl"] .text-lg-right {
		text-align: left !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1400px) {
	html:not([dir="rtl"]) .text-xl-left {
		text-align: left !important;
	}
	html[dir="rtl"] .text-xl-left {
		text-align: right !important;
	}
	html:not([dir="rtl"]) .text-xl-right {
		text-align: right !important;
	}
	html[dir="rtl"] .text-xl-right {
		text-align: left !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-break {
	overflow-wrap: break-word !important;
}

.text-break-keep-all {
	word-break: keep-all;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 100 !important;
}

.font-weight-semilight {
	font-weight: 200 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-line-through {
	text-decoration: line-through;
}

.text-letter-space {
	letter-spacing: 0.0625em;
}

.text-line-height-reset {
	line-height: 1;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 0.0625rem solid #757575;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 1084px !important;
	}
	.container {
		min-width: 1084px !important;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 0.0625rem solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #d2d2d2 !important;
	}
	.table-dark {
		color: inherit;
	}
	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody + tbody {
		border-color: #d2d2d2;
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #d2d2d2;
	}
}
